/* Extracted from reseller-hosting.html inline <style> block 05. */
    .webystrata_whmcs_hub_section,
    .webystrata_whmcs_hub_section * {
      box-sizing: border-box;
    }

    .webystrata_whmcs_hub_section {
      width: 100%;
      padding: 44px 0;
      background: #ffffff !important;
      font-family: "DM Sans", "Inter", Arial, sans-serif;
      color: #0f172a;
      overflow: hidden;
    }

    .webystrata_whmcs_hub_container {
      width: 100%;
      max-width: 1240px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .webystrata_whmcs_hub_head {
      max-width: 900px;
      margin: 0 auto 30px;
      text-align: center;
    }

    .webystrata_whmcs_hub_badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 30px;
      padding: 0 14px;
      border-radius: 999px;
      background: #eef5ff;
      border: 1px solid #cfe0ff;
      color: #075bd8;
      font-size: 10px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.75px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .webystrata_whmcs_hub_title {
      margin: 0;
      color: #0f172a;
      font-size: clamp(30px, 3.3vw, 46px);
      line-height: 1;
      font-weight: 900;
      letter-spacing: -1.8px;
    }

    .webystrata_whmcs_hub_title span {
      color: #075bd8;
    }

    .webystrata_whmcs_hub_text {
      max-width: 800px;
      margin: 13px auto 0;
      color: #475569;
      font-size: 15px;
      line-height: 1.6;
      font-weight: 500;
    }

    .webystrata_whmcs_hub_grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 340px minmax(0, 1fr);
      gap: 12px;
      align-items: center;
    }

    .webystrata_whmcs_hub_side {
      display: grid;
      gap: 12px;
    }

    .webystrata_whmcs_hub_card {
      position: relative;
      min-height: 142px;
      padding: 18px;
      border-radius: 20px;
      background: #ffffff;
      border: 1px solid #dce6f3;
      overflow: hidden;
      transition: transform 0.22s ease, border-color 0.22s ease;
    }

    .webystrata_whmcs_hub_card:hover {
      transform: translateY(-2px);
      border-color: #bfd5f8;
    }

    .webystrata_whmcs_hub_card::before {
      content: "";
      position: absolute;
      left: 18px;
      right: 18px;
      top: 0;
      height: 3px;
      border-radius: 0 0 999px 999px;
      background: #075bd8;
      opacity: 0;
      transition: opacity 0.22s ease;
      z-index: 2;
    }

    .webystrata_whmcs_hub_card:hover::before {
      opacity: 1;
    }

    .webystrata_whmcs_hub_card::after,
    .webystrata_whmcs_hub_center::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.025) 35%,
        rgba(7,91,216,0.10) 50%,
        rgba(7,91,216,0.025) 65%,
        rgba(255,255,255,0) 100%
      );
      transform: skewX(-22deg);
      pointer-events: none;
      transition: left 0.85s ease;
      z-index: 1;
    }

    .webystrata_whmcs_hub_card:hover::after,
    .webystrata_whmcs_hub_center:hover::after {
      left: 130%;
    }

    .webystrata_whmcs_hub_icon,
    .webystrata_whmcs_hub_card h3,
    .webystrata_whmcs_hub_card p,
    .webystrata_whmcs_hub_center_logo_wrap,
    .webystrata_whmcs_hub_center h3,
    .webystrata_whmcs_hub_center p,
    .webystrata_whmcs_hub_center_tags {
      position: relative;
      z-index: 3;
    }

    .webystrata_whmcs_hub_card_top {
      display: grid;
      grid-template-columns: 42px minmax(0, 1fr);
      gap: 12px;
      align-items: start;
    }

    .webystrata_whmcs_hub_icon {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      background: #eef5ff;
      border: 1px solid #cfe0ff;
      color: #075bd8;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      font-weight: 900;
    }

    .webystrata_whmcs_hub_card h3 {
      margin: 0;
      color: #0f172a;
      font-size: 17px;
      line-height: 1.12;
      font-weight: 900;
      letter-spacing: -0.5px;
    }

    .webystrata_whmcs_hub_card p {
      margin: 7px 0 0;
      color: #475569;
      font-size: 12.8px;
      line-height: 1.45;
      font-weight: 500;
    }

    .webystrata_whmcs_hub_center {
      position: relative;
      min-height: 450px;
      padding: 26px;
      border-radius: 26px;
      background: #06111f;
      border: 1px solid #06111f;
      color: #ffffff;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
    }

    .webystrata_whmcs_hub_center::before {
      content: "";
      position: absolute;
      left: 24px;
      right: 24px;
      top: 0;
      height: 4px;
      border-radius: 0 0 999px 999px;
      background: #075bd8;
      z-index: 2;
    }

    .webystrata_whmcs_hub_center::after {
      background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.04) 35%,
        rgba(255,255,255,0.16) 50%,
        rgba(255,255,255,0.04) 65%,
        rgba(255,255,255,0) 100%
      );
    }

    .webystrata_whmcs_hub_center_logo_wrap {
      width: 180px;
      min-height: 96px;
      margin: 0 auto 22px;
      border-radius: 24px;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px 20px;
    }

    .webystrata_whmcs_hub_center_logo {
      max-width: 100%;
      max-height: 50px;
      width: auto;
      height: auto;
      display: block;
      object-fit: contain;
    }

    .webystrata_whmcs_hub_center h3 {
      margin: 0;
      color: #ffffff;
      font-size: 34px;
      line-height: 1;
      letter-spacing: -1.4px;
      font-weight: 900;
    }

    .webystrata_whmcs_hub_center p {
      max-width: 290px;
      margin: 14px auto 0;
      color: rgba(226, 232, 240, 0.8);
      font-size: 14px;
      line-height: 1.55;
      font-weight: 500;
    }

    .webystrata_whmcs_hub_center_tags {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px;
      margin-top: 24px;
    }

    .webystrata_whmcs_hub_center_tags span {
      min-height: 28px;
      padding: 0 11px;
      border-radius: 999px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.14);
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      font-size: 11.5px;
      line-height: 1;
      font-weight: 800;
    }

    .webystrata_whmcs_hub_footer {
      margin-top: 18px;
      padding-top: 16px;
      border-top: 1px solid #e8eef7;
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      align-items: center;
      justify-content: center;
    }

    .webystrata_whmcs_hub_footer strong {
      color: #0f172a;
      font-size: 14px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: -0.25px;
      margin-right: 4px;
    }

    .webystrata_whmcs_hub_footer span {
      min-height: 28px;
      padding: 0 12px;
      border-radius: 999px;
      background: #eef5ff;
      border: 1px solid #cfe0ff;
      color: #075bd8;
      display: inline-flex;
      align-items: center;
      font-size: 12px;
      line-height: 1;
      font-weight: 800;
    }

    @media (max-width: 1050px) {
      .webystrata_whmcs_hub_grid {
        grid-template-columns: 1fr;
      }

      .webystrata_whmcs_hub_center {
        order: -1;
        min-height: auto;
      }

      .webystrata_whmcs_hub_side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 680px) {
      .webystrata_whmcs_hub_section {
        padding: 32px 0;
      }

      .webystrata_whmcs_hub_container {
        padding: 0 16px;
      }

      .webystrata_whmcs_hub_head {
        text-align: left;
        margin-bottom: 22px;
      }

      .webystrata_whmcs_hub_title {
        font-size: 30px;
        letter-spacing: -1.25px;
      }

      .webystrata_whmcs_hub_text {
        font-size: 14px;
        line-height: 1.55;
      }

      .webystrata_whmcs_hub_side {
        grid-template-columns: 1fr;
      }

      .webystrata_whmcs_hub_center {
        padding: 22px;
        border-radius: 22px;
      }

      .webystrata_whmcs_hub_center_logo_wrap {
        width: 160px;
        min-height: 84px;
        border-radius: 20px;
        padding: 14px 16px;
      }

      .webystrata_whmcs_hub_center_logo {
        max-height: 42px;
      }

      .webystrata_whmcs_hub_center h3 {
        font-size: 28px;
        letter-spacing: -1px;
      }

      .webystrata_whmcs_hub_card {
        min-height: auto;
      }
    }
