/* Extracted from dedicated-servers.html inline <style> block 01. */
    .webystrata_server_protection_section,
    .webystrata_server_protection_section * {
      box-sizing: border-box;
    }

    .webystrata_server_protection_section {
      width: 100%;
      padding: 38px 0;
      background: #ffffff !important;
      font-family: "DM Sans", "Inter", Arial, sans-serif;
      color: #0f172a;
      overflow: hidden;
    }

    .webystrata_server_protection_wrap {
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 18px;
    }

    .webystrata_server_protection_header {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 430px;
      gap: 34px;
      align-items: end;
      margin-bottom: 20px;
    }

    .webystrata_server_protection_badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      padding: 0 13px;
      border-radius: 999px;
      background: #eef5ff;
      border: 1px solid #cfe0ff;
      color: #075bd8;
      font-size: 9.5px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.75px;
      text-transform: uppercase;
      margin-bottom: 11px;
    }

    .webystrata_server_protection_title {
      margin: 0;
      max-width: 820px;
      color: #0f172a;
      font-size: clamp(28px, 3vw, 44px);
      line-height: 1.04;
      font-weight: 900;
      letter-spacing: -1.7px;
    }

    .webystrata_server_protection_title span {
      color: #075bd8;
    }

    .webystrata_server_protection_intro {
      margin: 0;
      color: #475569;
      font-size: 14px;
      line-height: 1.55;
      font-weight: 600;
    }

    .webystrata_server_protection_grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }

    .webystrata_server_protection_card {
      position: relative;
      min-height: 205px;
      padding: 20px;
      border-radius: 22px;
      background: #ffffff;
      border: 1px solid #dce6f3;
      overflow: hidden;
      transition: border-color 0.22s ease, transform 0.22s ease;
    }

    .webystrata_server_protection_card:hover {
      border-color: #bcd4f8;
      transform: translateY(-2px);
    }

    .webystrata_server_protection_card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 20px;
      right: 20px;
      height: 3px;
      background: #075bd8;
      border-radius: 0 0 999px 999px;
      opacity: 0;
      transition: opacity 0.22s ease;
      z-index: 2;
    }

    .webystrata_server_protection_card:hover::before {
      opacity: 1;
    }

    .webystrata_server_protection_card::after {
      content: "";
      position: absolute;
      top: -100%;
      left: -95%;
      width: 42%;
      height: 300%;
      background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(7,91,216,0.025) 35%,
        rgba(7,91,216,0.08) 50%,
        rgba(7,91,216,0.025) 65%,
        rgba(255,255,255,0) 100%
      );
      transform: skewX(-22deg);
      transition: left 0.7s ease;
      pointer-events: none;
      z-index: 1;
    }

    .webystrata_server_protection_card:hover::after {
      left: 130%;
    }

    .webystrata_server_protection_card_dark {
      background: #06111f;
      border-color: #06111f;
      color: #ffffff;
    }

    .webystrata_server_protection_card_dark::before {
      opacity: 1;
    }

    .webystrata_server_protection_card_dark::after {
      background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.04) 35%,
        rgba(255,255,255,0.15) 50%,
        rgba(255,255,255,0.04) 65%,
        rgba(255,255,255,0) 100%
      );
    }

    .webystrata_server_protection_top {
      position: relative;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 18px;
    }

    .webystrata_server_protection_icon {
      width: 46px;
      height: 46px;
      border-radius: 14px;
      background: #eef5ff;
      border: 1px solid #cfe0ff;
      color: #075bd8;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .webystrata_server_protection_icon svg {
      width: 21px;
      height: 21px;
      stroke: currentColor;
      stroke-width: 2.2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .webystrata_server_protection_card_dark .webystrata_server_protection_icon {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.15);
      color: #ffffff;
    }

    .webystrata_server_protection_number {
      color: #075bd8;
      font-size: 19px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: -0.4px;
    }

    .webystrata_server_protection_card_dark .webystrata_server_protection_number {
      color: #77b5ff;
    }

    .webystrata_server_protection_card h3 {
      position: relative;
      z-index: 3;
      margin: 0;
      color: #0f172a;
      font-size: 20px;
      line-height: 1.15;
      font-weight: 900;
      letter-spacing: -0.45px;
    }

    .webystrata_server_protection_card_dark h3 {
      color: #ffffff;
    }

    .webystrata_server_protection_card p {
      position: relative;
      z-index: 3;
      margin: 9px 0 0;
      color: #475569;
      font-size: 13.5px;
      line-height: 1.5;
      font-weight: 600;
    }

    .webystrata_server_protection_card_dark p {
      color: rgba(226, 232, 240, 0.86);
    }

    .webystrata_server_protection_tags {
      position: relative;
      z-index: 3;
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: 13px;
    }

    .webystrata_server_protection_tag {
      display: inline-flex;
      align-items: center;
      min-height: 23px;
      padding: 0 8px;
      border-radius: 999px;
      background: #f8fbff;
      border: 1px solid #dce6f3;
      color: #075bd8;
      font-size: 9.5px;
      line-height: 1;
      font-weight: 900;
      white-space: nowrap;
    }

    .webystrata_server_protection_card_dark .webystrata_server_protection_tag {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.15);
      color: #ffffff;
    }

    @media (max-width: 1100px) {
      .webystrata_server_protection_header {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .webystrata_server_protection_intro {
        max-width: 760px;
      }

      .webystrata_server_protection_grid {
        grid-template-columns: 1fr;
      }

      .webystrata_server_protection_card {
        min-height: auto;
      }
    }

    @media (max-width: 760px) {
      .webystrata_server_protection_section {
        padding: 32px 0;
      }

      .webystrata_server_protection_wrap {
        padding: 0 16px;
      }

      .webystrata_server_protection_title {
        font-size: 30px;
        line-height: 1.07;
        letter-spacing: -1.25px;
      }

      .webystrata_server_protection_intro {
        font-size: 14px;
        line-height: 1.55;
      }

      .webystrata_server_protection_grid {
        gap: 12px;
      }

      .webystrata_server_protection_card {
        padding: 19px;
        border-radius: 20px;
      }

      .webystrata_server_protection_top {
        margin-bottom: 16px;
      }

      .webystrata_server_protection_icon {
        width: 44px;
        height: 44px;
        border-radius: 13px;
      }

      .webystrata_server_protection_icon svg {
        width: 20px;
        height: 20px;
      }

      .webystrata_server_protection_card h3 {
        font-size: 18px;
      }

      .webystrata_server_protection_card p {
        font-size: 13px;
      }
    }
