/* Extracted from vps-servers.html inline <style> block 02. */
  body {
    font-family: "DM Sans", "Inter", Arial, sans-serif;
    background: #ffffff;
    color: #0f172a;
  }

  .webystrata_vps_premium_stack,
  .webystrata_vps_premium_stack * {
    box-sizing: border-box;
  }

  .webystrata_vps_premium_stack {
    width: 100%;
    background: #ffffff;
    padding: 0 0 76px;
    font-family: "DM Sans", "Inter", Arial, sans-serif;
    color: #0f172a;
  }

  .webystrata_vps_premium_inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 42px 54px 0;
    background: transparent;
  }

  .webystrata_vps_premium_head {
    display: grid;
    grid-template-columns: minmax(340px, 0.95fr) minmax(420px, 1fr);
    align-items: end;
    gap: 40px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95);
    background: transparent;
  }

  .webystrata_vps_premium_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    margin-bottom: 18px;
    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.65px;
    text-transform: uppercase;
  }

  .webystrata_vps_premium_head h2 {
    margin: 0;
    max-width: 700px;
    color: #0f172a;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -1.75px;
  }

  .webystrata_vps_premium_head p {
    margin: 0;
    color: #53627a;
    font-size: 17px;
    line-height: 1.72;
    font-weight: 500;
    text-align: right;
  }

  .webystrata_vps_premium_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    background: transparent;
  }

  .webystrata_vps_premium_card {
    position: relative;
    overflow: hidden;
    min-height: 245px;
    padding: 30px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(203, 213, 225, 0.8);
    box-shadow:
      0 18px 44px rgba(15, 23, 42, 0.045),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition:
      transform 0.28s ease,
      box-shadow 0.28s ease,
      border-color 0.28s ease,
      background 0.28s ease;
  }

  .webystrata_vps_premium_card:hover {
    transform: translateY(-7px);
    background: rgba(255, 255, 255, 0.68);
    border-color: rgba(7, 91, 216, 0.25);
    box-shadow:
      0 28px 72px rgba(15, 23, 42, 0.09),
      0 0 0 4px rgba(7, 91, 216, 0.035);
  }

  .webystrata_vps_premium_number {
    position: absolute;
    top: 26px;
    right: 28px;
    color: rgba(7, 91, 216, 0.12);
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
  }

  .webystrata_vps_premium_icon {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border-radius: 20px;
    background: rgba(7, 91, 216, 0.08);
    border: 1px solid rgba(7, 91, 216, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .webystrata_vps_premium_icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: #075bd8;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .webystrata_vps_premium_card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 23px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -0.85px;
  }

  .webystrata_vps_premium_card p {
    position: relative;
    z-index: 2;
    margin: 0;
    max-width: 430px;
    color: #5f6c80;
    font-size: 15.8px;
    line-height: 1.72;
    font-weight: 500;
    letter-spacing: -0.12px;
  }

  .webystrata_vps_premium_card_black {
    background: linear-gradient(135deg, #050914 0%, #071326 48%, #0b1f3a 100%);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow:
      0 28px 76px rgba(5, 9, 20, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .webystrata_vps_premium_card_black:hover {
    background: linear-gradient(135deg, #050914 0%, #071326 48%, #0b1f3a 100%);
    border-color: rgba(96, 165, 250, 0.35);
    box-shadow:
      0 34px 86px 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.1);
  }

  .webystrata_vps_premium_card_black .webystrata_vps_premium_number {
    color: rgba(255, 255, 255, 0.12);
  }

  .webystrata_vps_premium_card_black .webystrata_vps_premium_icon {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.14);
  }

  .webystrata_vps_premium_card_black .webystrata_vps_premium_icon svg {
    stroke: #ffffff;
  }

  .webystrata_vps_premium_card_black h3 {
    color: #ffffff;
  }

  .webystrata_vps_premium_card_black p {
    color: rgba(255, 255, 255, 0.76);
  }

  @media (max-width: 1120px) {
    .webystrata_vps_premium_inner {
      padding: 36px 28px 0;
    }

    .webystrata_vps_premium_grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .webystrata_vps_premium_head {
      grid-template-columns: 1fr;
      gap: 18px;
      align-items: start;
    }

    .webystrata_vps_premium_head p {
      text-align: left;
      max-width: 760px;
    }
  }

  @media (max-width: 760px) {
    .webystrata_vps_premium_stack {
      padding: 0 0 56px;
    }

    .webystrata_vps_premium_inner {
      padding: 28px 16px 0;
    }

    .webystrata_vps_premium_head {
      padding-bottom: 22px;
      margin-bottom: 22px;
    }

    .webystrata_vps_premium_head h2 {
      font-size: clamp(30px, 8vw, 40px);
      letter-spacing: -1.3px;
    }

    .webystrata_vps_premium_head p {
      font-size: 15.5px;
      line-height: 1.65;
    }

    .webystrata_vps_premium_grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .webystrata_vps_premium_card {
      min-height: auto;
      padding: 26px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.55);
    }

    .webystrata_vps_premium_card_black {
      background: linear-gradient(135deg, #050914 0%, #071326 48%, #0b1f3a 100%);
    }

    .webystrata_vps_premium_icon {
      width: 54px;
      height: 54px;
      border-radius: 18px;
      margin-bottom: 22px;
    }

    .webystrata_vps_premium_card h3 {
      font-size: 21px;
    }

    .webystrata_vps_premium_card p {
      font-size: 15px;
      line-height: 1.65;
    }

    .webystrata_vps_premium_number {
      font-size: 36px;
      top: 24px;
      right: 24px;
    }
  }
