/* Extracted from master-reseller-hosting.html inline <style> block 04. */
  body {
    font-family: "DM Sans", "Inter", Arial, sans-serif;
    background: #ffffff;
    color: #0f172a;
  }

  .webystrata_master_white_features,
  .webystrata_master_white_features * {
    box-sizing: border-box;
  }

  .webystrata_master_white_features {
    width: 100%;
    padding: 56px 0;
    background: #ffffff;
    font-family: "DM Sans", "Inter", Arial, sans-serif;
    color: #0f172a;
    overflow: hidden;
  }

  .webystrata_master_white_container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px;
  }

  .webystrata_master_white_header {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
  }

  .webystrata_master_white_badge {
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #cfe0ff;
    color: #075bd8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10.5px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }

  .webystrata_master_white_header h2 {
    margin: 20px 0 0;
    color: #0f172a;
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -2.2px;
  }

  .webystrata_master_white_header p {
    max-width: 760px;
    margin: 18px auto 0;
    color: #53627a;
    font-size: 16px;
    line-height: 1.62;
    font-weight: 500;
  }

  .webystrata_master_white_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .webystrata_master_white_card {
    position: relative;
    min-height: 245px;
    padding: 26px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid #dce6f3;
    overflow: hidden;
    transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
  }

  .webystrata_master_white_card:hover {
    transform: translateY(-4px);
    border-color: #bcd3f8;
    background: #ffffff;
  }

  .webystrata_master_white_card::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: #075bd8;
    opacity: 0;
    transition: opacity 0.24s ease;
    z-index: 2;
  }

  .webystrata_master_white_card:hover::before {
    opacity: 1;
  }

  .webystrata_master_white_card::after {
    content: "";
    position: absolute;
    top: -90%;
    left: -90%;
    width: 42%;
    height: 300%;
    background: linear-gradient(
      90deg,
      rgba(255,255,255,0) 0%,
      rgba(7,91,216,0.03) 35%,
      rgba(7,91,216,0.10) 50%,
      rgba(7,91,216,0.03) 65%,
      rgba(255,255,255,0) 100%
    );
    transform: skewX(-22deg);
    pointer-events: none;
    transition: left 0.9s ease;
    z-index: 1;
  }

  .webystrata_master_white_card:hover::after {
    left: 130%;
  }

  .webystrata_master_white_icon,
  .webystrata_master_white_number,
  .webystrata_master_white_card h3,
  .webystrata_master_white_card p {
    position: relative;
    z-index: 3;
  }

  .webystrata_master_white_icon {
    width: 56px;
    height: 56px;
    border-radius: 17px;
    background: #eef5ff;
    border: 1px solid #cfe0ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .webystrata_master_white_icon svg {
    width: 27px;
    height: 27px;
    fill: #075bd8;
  }

  .webystrata_master_white_number {
    margin-top: 22px;
    color: #075bd8;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.4px;
  }

  .webystrata_master_white_card h3 {
    margin: 13px 0 0;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.75px;
  }

  .webystrata_master_white_card p {
    margin: 10px 0 0;
    color: #53627a;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
  }

  @media (max-width: 1120px) {
    .webystrata_master_white_grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .webystrata_master_white_card {
      min-height: 230px;
    }
  }

  @media (max-width: 720px) {
    .webystrata_master_white_features {
      padding: 40px 0;
    }

    .webystrata_master_white_container {
      padding: 0 16px;
    }

    .webystrata_master_white_header {
      margin-bottom: 24px;
      text-align: left;
    }

    .webystrata_master_white_header h2 {
      font-size: 34px;
      line-height: 1;
      letter-spacing: -1.5px;
    }

    .webystrata_master_white_header p {
      font-size: 14.8px;
      line-height: 1.58;
    }

    .webystrata_master_white_grid {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .webystrata_master_white_card {
      min-height: auto;
      padding: 22px;
      border-radius: 22px;
    }

    .webystrata_master_white_card h3 {
      font-size: 21px;
    }

    .webystrata_master_white_card p {
      font-size: 13.8px;
      line-height: 1.52;
    }
  }
