
  section.reseller-hero .hero-readable-bg .section-badge,
  section.reseller-hero ~ section.content-section .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: var(--blue);
    font-size: 14px;
    font-weight: 600;
  }

  section.reseller-hero ~ section.content-section .section-title {
    font-family: "Exo", sans-serif;
    color: var(--dark);
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.2px;
    margin-bottom: 18px;
  }

  section.reseller-hero ~ section.content-section .section-title span,
  section.reseller-hero .hero-title span {
    color: var(--blue);
  }
    .hero-readable-bg .blue-text {
      color: var(--blue);
    }

    .hero-readable-bg .highlight-line {
      display: inline-block;
      position: relative;
      z-index: 1;
      color: var(--blue);
      white-space: nowrap;
    }

    .hero-readable-bg .highlight-line::after {
      content: "";
      position: absolute;
      left: 4px;
      right: 4px;
      bottom: 5px;
      height: 10px;
      border-radius: 999px;
      background: rgba(0, 136, 255, 0.16);
      z-index: -1;
    }

    .hero-readable-bg .hero-desc {
      max-width: 660px;
      margin: 0;
      color: var(--text);
      font-size: 18px;
      line-height: 1.8;
    }
  section.reseller-hero ~ section.content-section .section-text {
    color: rgba(4, 4, 68, 0.72);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 400;
  }

  section.reseller-hero ~ section.content-section {
    max-width: 1320px;
    margin: 34px auto;
    padding: 54px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.32);
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
  }

  section.reseller-hero {
    position: relative;
    align-items: center;
    padding: 80px 0 0px;
    background-image: linear-gradient(rgba(4, 4, 68, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(4, 4, 68, 0.055) 1px, transparent 1px);
    background-size: 48px 48px;
  }

  section.reseller-hero .hero-readable-bg {
    background: radial-gradient(
      ellipse at center,
      rgba(255, 255, 255, 0.78) 0%,
      rgba(255, 255, 255, 0.48) 42%,
      rgba(255, 255, 255, 0) 72%
    );
    border-radius: 40px;
    padding: 45px 20px;
  }

  section.reseller-hero .hero-title {
    font-family: "Exo", sans-serif;
    font-size: clamp(46px, 5.6vw, 82px);
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: -1.4px;
    color: var(--dark);
    max-width: 760px;
    margin-bottom: 28px;
  }

  section.reseller-hero .hero-desc {
    max-width: 650px;
    color: rgba(4, 4, 68, 0.76);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 32px;
    font-weight: 400;
  }

  section.reseller-hero .hero-actions-ar,
  section.reseller-hero ~ section.cta-section .hero-actions-ar {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 36px;
  }

  section.reseller-hero .btn-light-main,
  section.reseller-hero ~ section.cta-section .btn-light-main {
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid var(--blue);
    color: var(--dark);
  }

  section.reseller-hero .btn-light-main:hover,
  section.reseller-hero ~ section.cta-section .btn-light-main:hover {
    background: var(--blue);
    color: #fff;
    transform: translateY(-3px);
  }

  section.reseller-hero .hero-mini-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
  }

  section.reseller-hero .mini-stat {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  section.reseller-hero .mini-stat i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--blue);
    background: rgba(255, 255, 255, 0.55);
  }

  section.reseller-hero .mini-stat strong {
    display: block;
    font-size: 17px;
    color: var(--dark);
    font-weight: 600;
  }

  section.reseller-hero .mini-stat span {
    font-size: 13px;
    color: var(--muted);
    font-weight: 400;
  }

  section.reseller-hero .hero-image-area,
  section.reseller-hero ~ section.content-section .dashboard-image-area,
  section.reseller-hero ~ section.cta-section .cta-image-area {
    width: 100%;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  section.reseller-hero .hero-image-area img,
  section.reseller-hero ~ section.content-section .dashboard-image-area img,
  section.reseller-hero ~ section.cta-section .cta-image-area img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  section.reseller-hero + section.feature-strip {
    max-width: 1320px;
    margin: 0 auto 34px;
    padding: 14px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.38);
  }

  section.reseller-hero + section.feature-strip .strip-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px;
    height: 100%;
  }

  section.reseller-hero + section.feature-strip .strip-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: var(--dark);
    color: var(--card);
    font-size: 22px;
  }

  section.reseller-hero + section.feature-strip .strip-item h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--dark);
  }

  section.reseller-hero + section.feature-strip .strip-item p {
    color: var(--muted);
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }

  section.reseller-hero ~ section.content-section .info-card-ex,
  section.reseller-hero ~ section.content-section .step-card-ex {
    height: 100%;
    padding: 28px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid #fff;
    transition: 0.3s ease;
  }

  section.reseller-hero ~ section.content-section .info-icon {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    color: var(--blue);
    background: rgba(255, 255, 255, 0.58);
    font-size: 25px;
    margin-bottom: 22px;
  }

  section.reseller-hero ~ section.content-section .info-card-ex h4,
  section.reseller-hero ~ section.content-section .step-card-ex h4 {
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 12px;
  }

  section.reseller-hero ~ section.content-section .info-card-ex p,
  section.reseller-hero ~ section.content-section .step-card-ex p {
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
  }

  section.reseller-hero ~ section.content-section .check-list-ex {
    display: grid;
    gap: 16px;
    margin-top: 26px;
  }

  section.reseller-hero ~ section.content-section .check-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    color: rgba(4, 4, 68, 0.76);
    font-weight: 500;
  }

  section.reseller-hero ~ section.content-section .check-item i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 12px;
    min-width: 25px;
    margin-top: 2px;
  }

  section.reseller-hero ~ section.content-section .step-number {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 22px;
  }

  section.reseller-hero ~ section.cta-section {
    max-width: 1320px;
    margin: 34px auto 70px;
    padding: 54px;
    border-radius: 34px;
    background: var(--dark);
    color: #fff;
    overflow: hidden;
    position: relative;
  }

  section.reseller-hero ~ section.cta-section h2 {
    font-family: "Exo", sans-serif;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.12;
    font-weight: 700;
    margin-bottom: 18px;
  }

  section.reseller-hero ~ section.cta-section h2 span {
    color: var(--blue);
  }

  section.reseller-hero ~ section.cta-section p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.8;
    max-width: 620px;
    margin-bottom: 28px;
    font-weight: 400;
  }

  section.reseller-hero::before,
  section.reseller-hero ~ section.content-section::before,
  section.reseller-hero + section.feature-strip::before,
  section.reseller-hero ~ section.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(circle at 15% 20%, rgba(0, 136, 255, 0.12), transparent 28%),
      radial-gradient(circle at 85% 70%, rgba(4, 4, 68, 0.10), transparent 30%);
    opacity: 0.75;
    z-index: 0;
  }

  section.reseller-hero + section.feature-strip,
  section.reseller-hero ~ section.content-section {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
  }

  section.reseller-hero + section.feature-strip .strip-item,
  section.reseller-hero ~ section.content-section .info-card-ex,
  section.reseller-hero ~ section.content-section .step-card-ex {
    backdrop-filter: blur(10px);
        background: #ffffff80;
    border-radius: 10px;
  }

  section.reseller-hero .hero-actions-ar .btn,
  section.reseller-hero ~ section.cta-section .hero-actions-ar .btn {
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  }

  @media (max-width: 991px) {
    section.reseller-hero {
      padding-top: 55px;
      min-height: auto;
    }

    section.reseller-hero ~ section.content-section,
    section.reseller-hero ~ section.cta-section {
      margin-left: 14px;
      margin-right: 14px;
      padding: 36px 22px;
      border-radius: 28px;
    }

    section.reseller-hero + section.feature-strip {
      margin-left: 14px;
      margin-right: 14px;
    }
  }

  @media (max-width: 575px) {
    section.reseller-hero .hero-readable-bg {
      padding: 28px 6px;
    }

    section.reseller-hero .hero-desc {
      font-size: 15px;
    }

    section.reseller-hero .hero-image-area,
    section.reseller-hero ~ section.content-section .dashboard-image-area,
    section.reseller-hero ~ section.cta-section .cta-image-area {
      min-height: 260px;
    }

    section.reseller-hero ~ section.content-section {
      padding: 30px 16px;
    }

    section.reseller-hero ~ section.content-section .section-title {
      font-size: 32px;
    }

    section.reseller-hero ~ section.cta-section {
      padding: 34px 20px;
    }
  }


.reseller-tld-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tld-pill {
    min-height: 46px;
    padding: 7px 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(0, 136, 255, 0.35);
    backdrop-filter: blur(12px);
}

.tld-pill span {
    color: #0088ff;
    font-weight: 900;
}

.tld-pill strong {
    font-size: 14px;
    color: #040444;
}

.float-badge i {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-radius: 18px;
    font-size: 34px;
    color: #0088ff;
    background: rgba(255, 255, 255, 0.15);
}
