/* Extracted from vps-servers.html inline <style> block 03. */
  body {
    font-family: "DM Sans", "Inter", Arial, sans-serif;
    background: #ffffff;
    color: #0f172a;
  }

  .webystrata_priority_section,
  .webystrata_priority_section * {
    box-sizing: border-box;
  }

  .webystrata_priority_section {
    width: 100%;
    background: #ffffff;
    padding: 72px 0;
    font-family: "DM Sans", "Inter", Arial, sans-serif;
    color: #0f172a;
  }

  .webystrata_priority_container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 54px;
  }

  .webystrata_priority_topbar {
    margin-bottom: 22px;
  }

  .webystrata_priority_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    background: rgba(7, 91, 216, 0.08);
    color: #075bd8;
    border: 1px solid rgba(7, 91, 216, 0.14);
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }

  .webystrata_priority_header {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1fr);
    gap: 40px;
    align-items: end;
    padding-bottom: 28px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  }

  .webystrata_priority_header_left h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(38px, 4.2vw, 72px);
    line-height: 0.96;
    font-weight: 900;
    letter-spacing: -2.4px;
  }

  .webystrata_priority_header_right p {
    margin: 0;
    max-width: 760px;
    color: #53627a;
    font-size: 18px;
    line-height: 1.72;
    font-weight: 500;
  }

  .webystrata_priority_cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .webystrata_priority_card {
    position: relative;
    min-height: 320px;
    padding: 30px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(203, 213, 225, 0.78);
    box-shadow:
      0 16px 42px rgba(15, 23, 42, 0.045),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition:
      transform 0.28s ease,
      box-shadow 0.28s ease,
      border-color 0.28s ease,
      background 0.28s ease;
  }

  .webystrata_priority_card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(7, 91, 216, 0.22);
    box-shadow:
      0 26px 70px rgba(15, 23, 42, 0.08),
      0 0 0 4px rgba(7, 91, 216, 0.03);
  }

  .webystrata_priority_card_dark {
    background: linear-gradient(135deg, #050914 0%, #071326 52%, #0b1f3a 100%);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow:
      0 28px 76px rgba(5, 9, 20, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .webystrata_priority_card_dark:hover {
    background: linear-gradient(135deg, #050914 0%, #071326 52%, #0b1f3a 100%);
    border-color: rgba(96, 165, 250, 0.34);
    box-shadow:
      0 34px 88px rgba(5, 9, 20, 0.34),
      0 0 0 4px rgba(96, 165, 250, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .webystrata_priority_icon {
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
    border-radius: 20px;
    background: rgba(7, 91, 216, 0.08);
    border: 1px solid rgba(7, 91, 216, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .webystrata_priority_icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #075bd8;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .webystrata_priority_card_dark .webystrata_priority_icon {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.14);
  }

  .webystrata_priority_card_dark .webystrata_priority_icon svg {
    stroke: #ffffff;
  }

  .webystrata_priority_label {
    display: inline-block;
    margin-bottom: 10px;
    color: #075bd8;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .webystrata_priority_card_dark .webystrata_priority_label {
    color: rgba(255, 255, 255, 0.7);
  }

  .webystrata_priority_content h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.7px;
  }

  .webystrata_priority_content p {
    margin: 0;
    color: #5f6c80;
    font-size: 15.8px;
    line-height: 1.72;
    font-weight: 500;
  }

  .webystrata_priority_card_dark .webystrata_priority_content h3 {
    color: #ffffff;
  }

  .webystrata_priority_card_dark .webystrata_priority_content p {
    color: rgba(255, 255, 255, 0.76);
  }

  @media (max-width: 1180px) {
    .webystrata_priority_container {
      padding: 0 28px;
    }

    .webystrata_priority_header {
      grid-template-columns: 1fr;
      gap: 18px;
      align-items: start;
    }

    .webystrata_priority_cards {
      grid-template-columns: 1fr;
    }

    .webystrata_priority_card {
      min-height: auto;
    }
  }

  @media (max-width: 760px) {
    .webystrata_priority_section {
      padding: 56px 0;
    }

    .webystrata_priority_container {
      padding: 0 16px;
    }

    .webystrata_priority_header {
      padding-bottom: 22px;
      margin-bottom: 22px;
    }

    .webystrata_priority_header_left h2 {
      font-size: clamp(34px, 10vw, 48px);
      line-height: 0.98;
      letter-spacing: -1.5px;
    }

    .webystrata_priority_header_right p {
      font-size: 15.5px;
      line-height: 1.66;
    }

    .webystrata_priority_cards {
      gap: 16px;
    }

    .webystrata_priority_card {
      padding: 24px;
      border-radius: 24px;
    }

    .webystrata_priority_icon {
      width: 56px;
      height: 56px;
      border-radius: 18px;
      margin-bottom: 20px;
    }

    .webystrata_priority_icon svg {
      width: 27px;
      height: 27px;
    }

    .webystrata_priority_content h3 {
      font-size: 20px;
    }

    .webystrata_priority_content p {
      font-size: 15px;
      line-height: 1.66;
    }
  }
