:root {
      --orange:       #e85d04;
      --orange-dark:  #c44d00;
      --orange-light: #fff4ee;
      --orange-glow:  rgba(232, 93, 4, 0.18);
      --ink:          #0f172a;
      --ink-soft:     #334155;
      --ink-muted:    #64748b;
      --paper:        #fafaf9;
      --white:        #ffffff;
      --border:       #e2e8f0;
      --border-soft:  #f1f5f9;
      --green:        #16a34a;
      --green-light:  #dcfce7;
      --yellow:       #d97706;
      --yellow-light: #fef3c7;
      --hero-bg:      #0c1520;
      --hero-bg2:     #132033;
      --shadow-sm:    0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
      --shadow-md:    0 4px 16px rgba(0,0,0,.10), 0 2px 6px rgba(0,0,0,.07);
      --shadow-lg:    0 12px 40px rgba(0,0,0,.14), 0 4px 12px rgba(0,0,0,.08);
      --radius:       10px;
      --radius-sm:    6px;
      --radius-pill:  999px;
      --primary: #1a3c6e;
      --primary-dark: #0f2444;
      --accent: #f97316;
      --accent-hover: #ea6c09;
      --bg-blue: #eff6ff;
      --text: #111827;
      --text-muted: #6b7280;
      --bg-soft: #f9fafb;
      --radius-lg: 16px;
      --paper: #fafaf9;
      --ink: #0f172a;
      --ink-soft: #334155;
      --ink-muted: #64748b;
    }
    *, *::before, *::after { box-sizing: border-box; }

    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--paper);
      color: var(--ink);
      font-size: 15px;
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
    }

    h1, h2, h3, h4, h5, h6,
    .font-display {
      font-family: 'Sora', sans-serif;
    }

    .site-nav {
      background: var(--white);
      border-bottom: 1px solid var(--border);
      padding: 10px 0;           /* slim — logo height controls nav height */
      position: sticky;
      top: 0;
      z-index: 1000;
      box-shadow: var(--shadow-sm);
    }
    .site-nav .brand {
      display: inline-flex;
      align-items: center;
      text-decoration: none;
      flex-shrink: 0;
      max-height: 52px;
    }

    .nav-logo {
      height: 44px;
      width: auto;
      max-width: 160px;
      display: block;
      object-fit: contain;
      object-position: left center;
    }

    @media (max-width: 767.98px) {
      .nav-logo { height: 38px; max-width: 140px; }
    }

    @media (max-width: 575.98px) {
      .nav-logo { height: 32px; max-width: 120px; }
    }

    .nav-phone {
      font-size: 14px;
      font-weight: 600;
      color: var(--ink-soft);
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .nav-phone i {
      color: var(--orange);
      font-size: 15px;
    }

    .nav-phone:hover { color: var(--orange); }

    .btn-nav-cta {
      background: var(--orange);
      color: var(--white) !important;
      font-family: 'Sora', sans-serif;
      font-size: 13px;
      font-weight: 700;
      padding: 10px 20px;
      border-radius: var(--radius-sm);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border: none;
      transition: background .2s, transform .15s, box-shadow .2s;
      box-shadow: 0 3px 12px var(--orange-glow);
      white-space: nowrap;
    }

    .btn-nav-cta:hover {
      background: var(--orange-dark);
      transform: translateY(-1px);
      box-shadow: 0 6px 20px var(--orange-glow);
    }

    .hero-section {
      background: linear-gradient(135deg, var(--hero-bg) 0%, var(--hero-bg2) 60%, #1a2e45 100%);
      padding: 60px 0 72px;
      position: relative;
      overflow: hidden;
    }

    /* Decorative blobs */
    .hero-section::before {
      content: '';
      position: absolute;
      top: -120px;
      right: -120px;
      width: 480px;
      height: 480px;
      background: radial-gradient(circle, rgba(232,93,4,.18) 0%, transparent 68%);
      border-radius: 50%;
      pointer-events: none;
    }

    .hero-section::after {
      content: '';
      position: absolute;
      bottom: -80px;
      left: -80px;
      width: 360px;
      height: 360px;
      background: radial-gradient(circle, rgba(29,78,216,.12) 0%, transparent 70%);
      border-radius: 50%;
      pointer-events: none;
    }
    .trust-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 22px;
    }

    .badge-trust {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.18);
      color: #e2e8f0;
      font-size: 12px;
      font-weight: 600;
      padding: 5px 13px;
      border-radius: var(--radius-pill);
      backdrop-filter: blur(4px);
      font-family: 'Sora', sans-serif;
    }

    .badge-trust .bi { font-size: 13px; }
    .badge-trust.gold  { border-color: #fbbf24; color: #fbbf24; background: rgba(251,191,36,.10); }
    .badge-trust.green { border-color: #4ade80; color: #4ade80; background: rgba(74,222,128,.10); }
    .badge-trust.blue  { border-color: #60a5fa; color: #60a5fa; background: rgba(96,165,250,.10); }
    .hero-headline {
      font-size: clamp(24px, 3.2vw, 38px);
      font-weight: 800;
      line-height: 1.18;
      color: var(--white);
      margin-bottom: 16px;
      letter-spacing: -.5px;
    }

    .hero-headline .highlight {
      color: #fb923c;
      position: relative;
    }

    .hero-subtext {
      font-size: 15px;
      color: #94a3b8;
      margin-bottom: 22px;
      line-height: 1.65;
    }
    .hero-bullets {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px 20px;
      margin-bottom: 22px;
      list-style: none;
      padding: 0;
    }

    .hero-bullets li {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: 13.5px;
      font-weight: 600;
      color: #cbd5e1;
      font-family: 'Sora', sans-serif;
    }

    .hero-bullets li .bi {
      color: #4ade80;
      font-size: 15px;
      flex-shrink: 0;
    }

    /* ── Urgency Box ── */
    .urgency-box {
      background: rgba(251, 191, 36, .1);
      border: 1px solid rgba(251, 191, 36, .35);
      border-radius: var(--radius-sm);
      padding: 12px 16px;
      font-size: 13px;
      color: #fde68a;
      display: flex;
      align-items: flex-start;
      gap: 9px;
    }

    .urgency-box .bi {
      font-size: 16px;
      color: #fbbf24;
      flex-shrink: 0;
      margin-top: 1px;
    }

    .urgency-box strong { color: #fef3c7; }

    /* ── Lead Form Card ── */
    .form-card {
      background: var(--white);
      border-radius: var(--radius);
      padding: 32px 28px 26px;
      box-shadow: var(--shadow-lg);
      position: relative;
      z-index: 1;
    }

    .form-card-title {
      font-family: 'Sora', sans-serif;
      font-size: 19px;
      font-weight: 800;
      color: var(--ink);
      margin-bottom: 4px;
    }

    .form-card-subtitle {
      font-size: 13px;
      color: var(--ink-muted);
      margin-bottom: 22px;
    }

    .form-label-custom {
      font-size: 12px;
      font-weight: 600;
      color: var(--ink-soft);
      margin-bottom: 5px;
      font-family: 'Sora', sans-serif;
      letter-spacing: .02em;
      text-transform: uppercase;
    }

    .form-control-custom {
      width: 100%;
      border: 1.5px solid var(--border);
      border-radius: var(--radius-sm);
      padding: 11px 14px;
      font-size: 14px;
      color: var(--ink);
      background: var(--white);
      font-family: 'DM Sans', sans-serif;
      transition: border-color .2s, box-shadow .2s;
      outline: none;
      appearance: none;
      -webkit-appearance: none;
    }

    .form-control-custom:focus {
      border-color: var(--orange);
      box-shadow: 0 0 0 3px rgba(232,93,4,.12);
    }

    .form-control-custom.is-invalid {
      border-color: #ef4444;
      box-shadow: 0 0 0 3px rgba(239,68,68,.10);
    }

    .form-control-custom::placeholder { color: #94a3b8; }

    .select-wrapper {
      position: relative;
    }

    .select-wrapper::after {
      content: '\f282';
      font-family: 'bootstrap-icons';
      position: absolute;
      right: 13px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--ink-muted);
      font-size: 13px;
      pointer-events: none;
    }

    .btn-form-cta {
      width: 100%;
      background: var(--orange);
      color: var(--white);
      font-family: 'Sora', sans-serif;
      font-size: 15px;
      font-weight: 700;
      padding: 14px 20px;
      border: none;
      border-radius: var(--radius-sm);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      margin-top: 18px;
      margin-bottom: 14px;
      transition: background .2s, transform .15s, box-shadow .2s;
      box-shadow: 0 4px 18px var(--orange-glow);
      letter-spacing: -.1px;
    }

    .btn-form-cta:hover {
      background: var(--orange-dark);
      transform: translateY(-2px);
      box-shadow: 0 8px 28px rgba(232,93,4,.30);
    }

    .btn-form-cta:active { transform: translateY(0); }

    .form-footer-note {
      text-align: center;
      font-size: 11.5px;
      color: var(--ink-muted);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }

    .form-footer-note .bi {
      color: var(--green);
      font-size: 13px;
    }

    .invalid-msg {
      display: none;
      font-size: 11.5px;
      color: #ef4444;
      margin-top: 4px;
    }

    .was-validated .invalid-msg { display: block; }

    /* ── Success Message ── */
    .form-success {
      display: none;
      text-align: center;
      padding: 24px 16px;
    }

    .form-success .success-icon {
      width: 60px;
      height: 60px;
      background: var(--green-light);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 14px;
    }

    .form-success .success-icon .bi {
      font-size: 28px;
      color: var(--green);
    }

    .form-success h4 {
      font-family: 'Sora', sans-serif;
      font-size: 17px;
      font-weight: 700;
      color: var(--ink);
      margin-bottom: 6px;
    }

    .form-success p {
      font-size: 13px;
      color: var(--ink-muted);
      margin: 0;
    }
    .stats-bar {
      background: var(--white);
      border-bottom: 1px solid var(--border);
      padding: 28px 0;
    }

    .stat-item {
      text-align: center;
      padding: 10px 16px;
      position: relative;
    }

    .stat-item + .stat-item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 15%;
      height: 70%;
      width: 1px;
      background: var(--border);
    }

    .stat-number {
      font-family: 'Sora', sans-serif;
      font-size: clamp(22px, 3vw, 30px);
      font-weight: 800;
      color: var(--orange);
      line-height: 1;
      display: block;
      margin-bottom: 5px;
      letter-spacing: -.5px;
    }

    .stat-label {
      font-size: 12px;
      font-weight: 500;
      color: var(--ink-muted);
      letter-spacing: .01em;
    }
    .logos-section {
      background: var(--paper);
      padding: 36px 0 40px;
      border-bottom: 1px solid var(--border);
    }

    .logos-intro {
      text-align: center;
      font-size: 13px;
      font-weight: 600;
      color: var(--ink-muted);
      margin-bottom: 24px;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-family: 'Sora', sans-serif;
    }

    .logos-intro span {
      display: inline-block;
      position: relative;
      padding: 0 16px;
    }

    .logos-intro span::before,
    .logos-intro span::after {
      content: '';
      position: absolute;
      top: 50%;
      width: 40px;
      height: 1px;
      background: var(--border);
    }

    .logos-intro span::before { right: 100%; }
    .logos-intro span::after  { left: 100%; }

    .logo-strip {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .logo-pill {
      background: var(--white);
      border: 1.5px solid var(--border);
      border-radius: var(--radius-sm);
      padding: 10px 22px;
      font-family: 'Sora', sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: #94a3b8;
      letter-spacing: .04em;
      text-transform: uppercase;
      transition: border-color .2s, color .2s, box-shadow .2s;
    }

    .logo-pill:hover {
      border-color: #cbd5e1;
      color: var(--ink-soft);
      box-shadow: var(--shadow-sm);
    }

    .logo-cta-note {
      text-align: center;
      margin-top: 20px;
      font-size: 12px;
      color: var(--ink-muted);
    }

    .logo-cta-note a {
      color: var(--orange);
      font-weight: 600;
      text-decoration: none;
    }

    .logo-cta-note a:hover { text-decoration: underline; }
    @media (max-width: 991.98px) {
      .hero-section { padding: 44px 0 52px; }
      .hero-headline { font-size: clamp(22px, 5.5vw, 30px); }
      .form-card { margin-top: 36px; padding: 26px 22px 22px; }
      .stat-item + .stat-item::before { display: none; }
      .stat-item { padding: 10px 8px; }
    }

    @media (max-width: 575.98px) {
      .hero-bullets { grid-template-columns: 1fr; gap: 8px; }
      .trust-badges { gap: 6px; }
      .badge-trust { font-size: 11px; padding: 4px 10px; }
      .stat-number { font-size: 22px; }
      .nav-phone { display: none; }
      .logo-pill { font-size: 12px; padding: 8px 14px; }
    }
    @keyframes fadeSlideUp {
      from { opacity: 0; transform: translateY(18px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .hero-content > * {
      animation: fadeSlideUp .55s ease both;
    }

    .hero-content > *:nth-child(1) { animation-delay: .05s; }
    .hero-content > *:nth-child(2) { animation-delay: .12s; }
    .hero-content > *:nth-child(3) { animation-delay: .18s; }
    .hero-content > *:nth-child(4) { animation-delay: .24s; }
    .hero-content > *:nth-child(5) { animation-delay: .30s; }

    .form-card {
      animation: fadeSlideUp .6s ease .2s both;
    }
    .highlights-section {
      background: var(--white);
      padding: 72px 0 80px;
      border-bottom: 1px solid var(--border);
    }

    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-family: 'Sora', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 10px;
    }

    .section-label::before,
    .section-label::after {
      content: '';
      display: inline-block;
      width: 28px;
      height: 2px;
      background: var(--orange);
      border-radius: 2px;
    }

    .section-title {
      font-family: 'Sora', sans-serif;
      font-size: clamp(22px, 3vw, 32px);
      font-weight: 800;
      color: var(--ink);
      margin-bottom: 10px;
      letter-spacing: -.4px;
    }

    .section-subtitle {
      font-size: 15px;
      color: var(--ink-muted);
      max-width: 560px;
      margin: 0 auto 48px;
    }

    .highlight-card {
      background: var(--paper);
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      padding: 28px 24px;
      height: 100%;
      transition: border-color .22s, box-shadow .22s, transform .22s;
      position: relative;
      overflow: hidden;
    }

    .highlight-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 3px;
      background: linear-gradient(90deg, var(--orange), #ff8c42);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .3s ease;
    }

    .highlight-card:hover {
      border-color: #fbd0b3;
      box-shadow: 0 8px 28px rgba(232,93,4,.10);
      transform: translateY(-3px);
    }

    .highlight-card:hover::before { transform: scaleX(1); }

    .highlight-icon-wrap {
      width: 48px; height: 48px;
      background: var(--orange-light);
      border-radius: var(--radius-sm);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
      font-size: 22px;
      color: var(--orange);
    }

    .highlight-card h4 {
      font-family: 'Sora', sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: var(--ink);
      margin-bottom: 8px;
    }

    .highlight-card p {
      font-size: 13.5px;
      color: var(--ink-muted);
      margin: 0;
      line-height: 1.6;
    }
    .comparison-section {
      background: var(--paper);
      padding: 72px 0 80px;
      border-bottom: 1px solid var(--border);
    }

    .compare-table-wrap {
      border-radius: var(--radius);
      overflow: hidden;
      border: 1.5px solid var(--border);
      box-shadow: var(--shadow-md);
    }

    .compare-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 14px;
    }

    .compare-table thead tr {
      background: var(--hero-bg);
      color: var(--white);
    }

    .compare-table thead th {
      padding: 18px 20px;
      font-family: 'Sora', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .02em;
      text-align: left;
    }

    .compare-table thead th.col-hejex {
      background: var(--orange);
      text-align: center;
    }

    .compare-table thead th.col-others {
      text-align: center;
      opacity: .7;
    }

    .compare-table tbody tr {
      border-bottom: 1px solid var(--border);
      background: var(--white);
      transition: background .15s;
    }

    .compare-table tbody tr:last-child { border-bottom: none; }
    .compare-table tbody tr:nth-child(even) { background: #fafaf9; }
    .compare-table tbody tr:hover { background: var(--orange-light); }

    .compare-table tbody td {
      padding: 14px 20px;
      color: var(--ink-soft);
      vertical-align: middle;
    }

    .compare-table tbody td:first-child {
      font-weight: 600;
      color: var(--ink);
      font-family: 'Sora', sans-serif;
      font-size: 13px;
    }

    .compare-table tbody td.cell-hejex {
      text-align: center;
      font-weight: 600;
      color: var(--orange);
      font-family: 'Sora', sans-serif;
    }

    .compare-table tbody td.cell-others {
      text-align: center;
      color: var(--ink-muted);
    }

    .icon-yes  { color: #16a34a; font-size: 18px; }
    .icon-no   { color: #dc2626; font-size: 18px; }
    .icon-part { color: var(--yellow); font-size: 18px; }
    .testimonials-section {
      background: var(--white);
      padding: 72px 0 80px;
      border-bottom: 1px solid var(--border);
    }

    .testimonial-card {
      background: var(--paper);
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      padding: 24px 22px 20px;
      height: 100%;
      transition: box-shadow .22s, transform .22s;
    }

    .testimonial-card:hover {
      box-shadow: var(--shadow-md);
      transform: translateY(-2px);
    }

    .testi-video-thumb {
      position: relative;
      border-radius: var(--radius-sm);
      overflow: hidden;
      margin-bottom: 18px;
      background: var(--hero-bg);
      aspect-ratio: 16/9;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .testi-video-thumb .play-btn {
      width: 52px; height: 52px;
      background: rgba(255,255,255,.92);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: var(--orange);
      box-shadow: 0 4px 20px rgba(0,0,0,.25);
      transition: transform .2s, box-shadow .2s;
      cursor: pointer;
      z-index: 1;
    }

    .testi-video-thumb:hover .play-btn {
      transform: scale(1.12);
      box-shadow: 0 6px 28px rgba(0,0,0,.3);
    }

    .testi-video-bg {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, #0c1520, #1e3a5f);
      opacity: .85;
    }

    .testi-avatar-label {
      position: absolute;
      bottom: 10px;
      left: 12px;
      display: flex;
      align-items: center;
      gap: 8px;
      z-index: 2;
    }

    .testi-avatar {
      width: 36px; height: 36px;
      border-radius: 50%;
      background: var(--orange);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Sora', sans-serif;
      font-size: 13px;
      font-weight: 800;
      color: #fff;
      border: 2px solid rgba(255,255,255,.4);
    }

    .testi-name-tag { line-height: 1.2; }
    .testi-name-tag strong { display: block; font-size: 12px; font-weight: 700; color: #fff; font-family: 'Sora', sans-serif; }
    .testi-name-tag span  { font-size: 10.5px; color: rgba(255,255,255,.65); }

    .testi-stars { color: #fbbf24; font-size: 13px; margin-bottom: 8px; letter-spacing: 1px; }

    .testi-quote {
      font-size: 13.5px;
      color: var(--ink-soft);
      line-height: 1.65;
      margin-bottom: 14px;
      font-style: italic;
    }

    .testi-placed {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: var(--green-light);
      color: #166534;
      font-size: 11.5px;
      font-weight: 700;
      padding: 4px 12px;
      border-radius: var(--radius-pill);
      font-family: 'Sora', sans-serif;
    }

    .track-icon {
      width: 40px; height: 40px;
      background: rgba(255,255,255,.2);
      border-radius: var(--radius-sm);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: #fff;
      flex-shrink: 0;
    }

    .track-info h4 {
      font-family: 'Sora', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      margin: 0 0 2px;
    }

    .track-info span {
      font-size: 11px;
      color: rgba(255,255,255,.75);
      font-weight: 500;
    }

    .btn-download {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--orange);
      color: #fff;
      font-family: 'Sora', sans-serif;
      font-size: 13px;
      font-weight: 700;
      padding: 12px 22px;
      border-radius: var(--radius-sm);
      text-decoration: none;
      white-space: nowrap;
      transition: background .2s, transform .15s;
      box-shadow: 0 4px 16px var(--orange-glow);
    }

    .btn-download:hover {
      background: var(--orange-dark);
      transform: translateY(-1px);
      color: #fff;
    }
    .batches-section {
      background: var(--white);
      padding: 72px 0 80px;
      border-bottom: 1px solid var(--border);
    }

    .batch-card {
      background: var(--paper);
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      padding: 22px 22px 20px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      transition: border-color .2s, box-shadow .2s, transform .2s;
    }

    .batch-card:hover {
      border-color: #fbd0b3;
      box-shadow: 0 6px 24px rgba(232,93,4,.10);
      transform: translateY(-2px);
    }

    .batch-card.featured {
      border-color: var(--orange);
      background: var(--orange-light);
    }

    .batch-card.featured .batch-badge { display: inline-flex; }

    .batch-badge {
      display: none;
      align-items: center;
      gap: 5px;
      background: var(--orange);
      color: #fff;
      font-size: 10.5px;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: var(--radius-pill);
      font-family: 'Sora', sans-serif;
      letter-spacing: .04em;
      width: fit-content;
    }

    .batch-date-row {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .batch-date-icon {
      width: 44px; height: 44px;
      background: var(--orange-light);
      border-radius: var(--radius-sm);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: var(--orange);
      flex-shrink: 0;
    }

    .batch-card.featured .batch-date-icon {
      background: rgba(232,93,4,.15);
    }

    .batch-date-text strong {
      display: block;
      font-family: 'Sora', sans-serif;
      font-size: 17px;
      font-weight: 800;
      color: var(--ink);
      letter-spacing: -.3px;
    }

    .batch-date-text span {
      font-size: 12px;
      color: var(--ink-muted);
    }

    .batch-meta {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .batch-meta-row {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: 13px;
      color: var(--ink-soft);
    }

    .batch-meta-row .bi {
      color: var(--orange);
      font-size: 14px;
      width: 16px;
    }

    .batch-mode-pill {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-size: 11px;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: var(--radius-pill);
      font-family: 'Sora', sans-serif;
    }

    .pill-weekday  { background: #dbeafe; color: #1d4ed8; }
    .pill-weekend  { background: #dcfce7; color: #15803d; }
    .pill-online   { background: #f3e8ff; color: #7c3aed; }

    .seats-bar-wrap {
      background: #e2e8f0;
      border-radius: var(--radius-pill);
      height: 6px;
      overflow: hidden;
    }

    .seats-bar {
      height: 100%;
      border-radius: var(--radius-pill);
      background: linear-gradient(90deg, var(--orange), #ff8c42);
    }

    .seats-text {
      display: flex;
      justify-content: space-between;
      font-size: 11px;
      color: var(--ink-muted);
      margin-top: 4px;
    }

    .seats-text strong { color: var(--orange); }

    .btn-batch-cta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      background: var(--orange);
      color: #fff;
      font-family: 'Sora', sans-serif;
      font-size: 13px;
      font-weight: 700;
      padding: 11px 16px;
      border-radius: var(--radius-sm);
      text-decoration: none;
      transition: background .2s, transform .15s;
      border: none;
      cursor: pointer;
      width: 100%;
    }

    .btn-batch-cta:hover {
      background: var(--orange-dark);
      transform: translateY(-1px);
      color: #fff;
    }

    .btn-batch-outline {
      background: transparent;
      color: var(--orange);
      border: 1.5px solid var(--orange);
    }

    .btn-batch-outline:hover {
      background: var(--orange);
      color: #fff;
    }
    .faq-section {
      background: var(--paper);
      padding: 72px 0 80px;
      border-bottom: 1px solid var(--border);
    }

    .faq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-top: 48px;
    }

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

    .faq-item {
      background: var(--white);
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      overflow: hidden;
      transition: border-color .22s, box-shadow .22s;
    }

    .faq-item:hover {
      border-color: #fbd0b3;
      box-shadow: 0 6px 24px rgba(232,93,4,.09);
    }

    .faq-item.faq-featured {
      border-color: var(--orange);
      background: var(--orange-light);
    }

    .faq-question {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
      padding: 20px 22px;
      cursor: pointer;
      user-select: none;
      list-style: none;
    }

    .faq-question::-webkit-details-marker { display: none; }

    .faq-q-text {
      font-family: 'Sora', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: var(--ink);
      line-height: 1.45;
      flex: 1;
    }

    .faq-item.faq-featured .faq-q-text { color: var(--orange-dark); }

    .faq-icon {
      flex-shrink: 0;
      width: 26px;
      height: 26px;
      background: var(--orange-light);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--orange);
      font-size: 14px;
      transition: transform .25s, background .2s;
      margin-top: 1px;
    }

    details[open] .faq-icon {
      transform: rotate(45deg);
      background: var(--orange);
      color: var(--white);
    }

    .faq-answer {
      padding: 0 22px 20px;
      font-size: 13.5px;
      color: var(--ink-muted);
      line-height: 1.7;
      border-top: 1px solid var(--border-soft);
    }

    .faq-item.faq-featured .faq-answer {
      border-top-color: rgba(232,93,4,.15);
    }

    .faq-answer strong { color: var(--ink-soft); }

    .faq-answer ul {
      padding-left: 18px;
      margin: 8px 0 0;
    }

    .faq-answer ul li { margin-bottom: 4px; }

    .faq-cta-inline {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      color: var(--orange);
      font-weight: 700;
      font-size: 13px;
      text-decoration: none;
      margin-top: 8px;
      font-family: 'Sora', sans-serif;
    }

    .faq-cta-inline:hover { text-decoration: underline; color: var(--orange-dark); }

    .faq-bottom-cta {
      text-align: center;
      margin-top: 40px;
      padding: 28px 32px;
      background: var(--white);
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 14px;
    }

    .faq-bottom-cta p {
      font-size: 14px;
      color: var(--ink-muted);
      margin: 0;
    }

    .faq-bottom-cta strong { color: var(--ink); font-family: 'Sora', sans-serif; }

    @media (min-width: 576px) {
      .faq-bottom-cta { flex-direction: row; justify-content: space-between; text-align: left; }
    }

    .site-footer {
      background: #070d15;
      padding: 40px 0 28px;
    }

    .footer-brand img {
      height: 36px;
      width: auto;
      max-width: 140px;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .footer-tagline {
      font-size: 12.5px;
      color: #ffffff;
      margin-bottom: 0;
    }

    .footer-heading {
      font-family: 'Sora', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .10em;
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 14px;
    }

    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-links li { margin-bottom: 8px; }

    .footer-links a {
      font-size: 13px;
      color: #64748b;
      text-decoration: none;
      transition: color .15s;
    }

    .footer-links a:hover { color: var(--orange); }

    .footer-contact-item {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: 13px;
      color: #ffffff;
      margin-bottom: 10px;
    }

    .footer-contact-item .bi {
      color: var(--orange);
      font-size: 15px;
      margin-top: 1px;
      flex-shrink: 0;
    }

    .footer-divider {
      border-color: #1e2d40;
      margin: 28px 0 20px;
    }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 10px;
    }

    .footer-bottom p {
      font-size: 12px;
      color: #ffffff;
      margin: 0;
    }

    .footer-bottom a {
      color: #ffffff;
      text-decoration: none;
      font-size: 12px;
      transition: color .15s;
    }

    .footer-bottom a:hover { color: var(--orange); }

    .footer-social {
      display: flex;
      gap: 10px;
    }

    .social-icon {
      width: 32px; height: 32px;
      background: #0f1e2e;
      border: 1px solid #1e2d40;
      border-radius: var(--radius-sm);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #64748b;
      font-size: 15px;
      text-decoration: none;
      transition: background .2s, color .2s, border-color .2s;
    }

    .social-icon:hover {
      background: var(--orange);
      border-color: var(--orange);
      color: #fff;
    }
    @media (max-width: 767.98px) {
      .highlights-section,
      .comparison-section,
      .testimonials-section,
      .batches-section,

      .compare-table { font-size: 12.5px; }
      .compare-table thead th,
      .compare-table tbody td { padding: 12px 14px; }
    }

    @media (max-width: 575.98px) {
      .section-title { font-size: 22px; }
      .footer-bottom { flex-direction: column; text-align: center; }
    }
    .tracks-section {
      background: var(--white);
      padding: 72px 0 80px;
      border-bottom: 1px solid var(--border);
    }

    .track-tabs-nav {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 36px;
    }

    .track-tab-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 24px;
      border-radius: var(--radius-pill);
      font-family: 'Sora', sans-serif;
      font-size: 13.5px;
      font-weight: 700;
      cursor: pointer;
      border: 2px solid var(--border);
      background: var(--paper);
      color: var(--ink-muted);
      transition: all .22s;
    }

    .track-tab-btn:hover {
      border-color: var(--orange);
      color: var(--orange);
    }

    .track-tab-btn.active {
      background: var(--orange);
      border-color: var(--orange);
      color: #fff;
      box-shadow: 0 4px 16px var(--orange-glow);
    }

    .track-tab-btn .track-icon-sm {
      width: 24px; height: 24px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
    }

    .track-tab-btn.active .track-icon-sm { background: rgba(255,255,255,.2); }
    .track-tab-btn:not(.active) .track-icon-sm { background: var(--orange-light); color: var(--orange); }

    .track-panel { display: none; }
    .track-panel.active { display: block; }

    .track-content-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      align-items: start;
    }

    @media (max-width: 767.98px) {
      .track-content-grid { grid-template-columns: 1fr; gap: 24px; }
    }

    .track-badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 18px;
    }

    .track-badge {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding: 4px 12px;
      border-radius: var(--radius-pill);
      font-family: 'Sora', sans-serif;
      font-size: 11px;
      font-weight: 700;
    }

    .tb-java   { background: #dbeafe; color: #1d4ed8; }
    .tb-python { background: #dcfce7; color: #15803d; }
    .tb-full   { background: var(--orange-light); color: var(--orange); }

    .track-heading {
      font-family: 'Sora', sans-serif;
      font-size: clamp(20px, 2.5vw, 28px);
      font-weight: 800;
      color: var(--ink);
      line-height: 1.2;
      margin-bottom: 14px;
      letter-spacing: -.4px;
    }

    .track-desc {
      font-size: 14px;
      color: var(--ink-muted);
      line-height: 1.7;
      margin-bottom: 20px;
    }

    .track-bullets {
      list-style: none;
      padding: 0;
      margin-bottom: 24px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px 16px;
    }

    .track-bullets li {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: 13px;
      font-weight: 600;
      color: var(--ink-soft);
      font-family: 'Sora', sans-serif;
    }

    .track-bullets li .bi {
      color: var(--green);
      font-size: 14px;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .track-curriculum {
      background: var(--paper);
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      overflow: hidden;
    }

    .track-curriculum-header {
      padding: 14px 20px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: 'Sora', sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: #fff;
    }

    .tc-java   { background: linear-gradient(135deg, #1d4ed8, #3b82f6); }
    .tc-python { background: linear-gradient(135deg, #15803d, #22c55e); }
    .tc-full   { background: linear-gradient(135deg, var(--orange-dark), var(--orange)); }

    .track-curriculum ul {
      padding: 16px 20px 20px;
      list-style: none;
      margin: 0;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6px 12px;
    }

    .track-curriculum ul li {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 12.5px;
      color: var(--ink-soft);
      padding: 3px 0;
    }

    .track-curriculum ul li .bi {
      color: var(--orange);
      font-size: 12px;
      flex-shrink: 0;
    }

    .track-cta-row {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 8px;
    }

    .mobile-cta-bar {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 999;
      background: var(--white);
      border-top: 1px solid var(--border);
      padding: 10px 16px;
      box-shadow: 0 -4px 20px rgba(0,0,0,.12);
      gap: 10px;
    }

    @media (max-width: 767.98px) {
      .mobile-cta-bar { display: flex; }
      body { padding-bottom: 70px; }
    }

    .mobile-cta-call {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      background: var(--paper);
      border: 1.5px solid var(--border);
      border-radius: var(--radius-sm);
      padding: 12px 10px;
      font-family: 'Sora', sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: var(--ink);
      text-decoration: none;
    }

    .mobile-cta-call .bi { color: var(--orange); font-size: 16px; }

    .mobile-cta-demo {
      flex: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      background: var(--orange);
      border-radius: var(--radius-sm);
      padding: 12px 10px;
      font-family: 'Sora', sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: #fff;
      text-decoration: none;
      box-shadow: 0 3px 12px var(--orange-glow);
    }

    .mobile-cta-demo:hover { background: var(--orange-dark); color: #fff; }
    .whatsapp-float {
      position: fixed;
      bottom: 86px;
      right: 20px;
      z-index: 998;
      width: 52px;
      height: 52px;
      background: #25d366;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 20px rgba(37,211,102,.40);
      text-decoration: none;
      transition: transform .2s, box-shadow .2s;
    }

    .whatsapp-float:hover {
      transform: scale(1.1);
      box-shadow: 0 8px 28px rgba(37,211,102,.50);
    }

    .whatsapp-float svg {
      width: 28px;
      height: 28px;
      fill: #fff;
    }

    @media (min-width: 768px) {
      .whatsapp-float { bottom: 30px; }
    }

    /* pulse ring on WhatsApp button */
    .whatsapp-float::before {
      content: '';
      position: absolute;
      inset: -5px;
      border-radius: 50%;
      border: 2px solid rgba(37,211,102,.45);
      animation: waPulse 2.2s ease infinite;
    }

    @keyframes waPulse {
      0%   { transform: scale(1); opacity: 1; }
      70%  { transform: scale(1.35); opacity: 0; }
      100% { transform: scale(1.35); opacity: 0; }
    }
    .hero-btn-row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 22px;
    }

    .btn-hero-primary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--orange);
      color: #fff;
      font-family: 'Sora', sans-serif;
      font-size: 14px;
      font-weight: 700;
      padding: 14px 26px;
      border-radius: var(--radius-sm);
      text-decoration: none;
      transition: background .2s, transform .15s, box-shadow .2s;
      box-shadow: 0 5px 20px rgba(232,93,4,.40);
      white-space: nowrap;
    }

    .btn-hero-primary:hover {
      background: var(--orange-dark);
      transform: translateY(-2px);
      box-shadow: 0 8px 28px rgba(232,93,4,.50);
      color: #fff;
    }

    .btn-hero-secondary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,.10);
      color: #e2e8f0;
      font-family: 'Sora', sans-serif;
      font-size: 14px;
      font-weight: 700;
      padding: 13px 24px;
      border-radius: var(--radius-sm);
      text-decoration: none;
      border: 1.5px solid rgba(255,255,255,.28);
      transition: all .2s;
      white-space: nowrap;
      backdrop-filter: blur(4px);
    }

    .btn-hero-secondary:hover {
      background: rgba(255,255,255,.18);
      border-color: rgba(255,255,255,.55);
      color: #fff;
      transform: translateY(-2px);
    }

    @media (max-width: 575.98px) {
      .hero-btn-row { flex-direction: column; gap: 10px; }
      .btn-hero-primary, .btn-hero-secondary { justify-content: center; }
    }

    .popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(10,18,30,.72);
      z-index: 9000;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s, visibility .3s;
      backdrop-filter: blur(3px);
    }

    .popup-overlay.visible {
      opacity: 1;
      visibility: visible;
    }

    .popup-card {
      background: var(--white);
      border-radius: 14px;
      max-width: 480px;
      width: 100%;
      box-shadow: 0 24px 80px rgba(0,0,0,.30);
      overflow: hidden;
      position: relative;
      transform: translateY(20px) scale(.97);
      transition: transform .35s cubic-bezier(.22,.68,0,1.2);
    }

    .popup-overlay.visible .popup-card {
      transform: translateY(0) scale(1);
    }

    .popup-header {
      background: linear-gradient(135deg, var(--hero-bg) 0%, #1a2e45 100%);
      padding: 24px 28px 20px;
      position: relative;
    }

    .popup-header::before {
      content: '';
      position: absolute;
      top: -60px; right: -60px;
      width: 200px; height: 200px;
      background: radial-gradient(circle, rgba(232,93,4,.22) 0%, transparent 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .popup-close {
      position: absolute;
      top: 14px; right: 16px;
      width: 28px; height: 28px;
      background: rgba(255,255,255,.12);
      border: none;
      border-radius: 50%;
      color: #fff;
      font-size: 16px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .2s;
      line-height: 1;
      padding: 0;
    }

    .popup-close:hover { background: rgba(255,255,255,.25); }

    .popup-urgency-pill {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      background: rgba(251,191,36,.15);
      border: 1px solid rgba(251,191,36,.35);
      color: #fde68a;
      font-family: 'Sora', sans-serif;
      font-size: 11px;
      font-weight: 700;
      padding: 4px 12px;
      border-radius: var(--radius-pill);
      margin-bottom: 12px;
      letter-spacing: .04em;
    }

    .popup-title {
      font-family: 'Sora', sans-serif;
      font-size: 20px;
      font-weight: 800;
      color: #fff;
      line-height: 1.25;
      margin-bottom: 6px;
    }

    .popup-subtitle {
      font-size: 13px;
      color: #94a3b8;
    }

    .popup-body {
      padding: 22px 28px 26px;
    }

    .popup-perks {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      margin-bottom: 20px;
    }

    .popup-perk {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: 12.5px;
      font-weight: 600;
      color: var(--ink-soft);
      font-family: 'Sora', sans-serif;
    }

    .popup-perk .bi { color: var(--green); font-size: 13px; }

    .popup-form-row { margin-bottom: 12px; }

    .popup-input {
      width: 100%;
      border: 1.5px solid var(--border);
      border-radius: var(--radius-sm);
      padding: 11px 14px;
      font-size: 14px;
      color: var(--ink);
      font-family: 'DM Sans', sans-serif;
      outline: none;
      transition: border-color .2s, box-shadow .2s;
    }

    .popup-input:focus {
      border-color: var(--orange);
      box-shadow: 0 0 0 3px rgba(232,93,4,.12);
    }

    .popup-input.is-invalid { border-color: #ef4444; }

    .popup-select-wrap { position: relative; }
    .popup-select-wrap::after {
      content: '\f282';
      font-family: 'bootstrap-icons';
      position: absolute;
      right: 13px; top: 50%;
      transform: translateY(-50%);
      color: var(--ink-muted);
      font-size: 13px;
      pointer-events: none;
    }

    .popup-submit {
      width: 100%;
      background: var(--orange);
      color: #fff;
      font-family: 'Sora', sans-serif;
      font-size: 15px;
      font-weight: 700;
      padding: 14px;
      border: none;
      border-radius: var(--radius-sm);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      margin-top: 4px;
      transition: background .2s, transform .15s;
      box-shadow: 0 4px 18px var(--orange-glow);
    }

    .popup-submit:hover { background: var(--orange-dark); transform: translateY(-1px); }

    .popup-trust {
      text-align: center;
      font-size: 11.5px;
      color: var(--ink-muted);
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }

    .popup-trust .bi { color: var(--green); }

    /* popup success */
    .popup-success {
      display: none;
      text-align: center;
      padding: 32px 28px;
    }

    .popup-success .ps-icon {
      width: 60px; height: 60px;
      background: var(--green-light);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 16px;
      font-size: 28px;
      color: var(--green);
    }

    .popup-success h4 {
      font-family: 'Sora', sans-serif;
      font-size: 18px;
      font-weight: 800;
      color: var(--ink);
      margin-bottom: 6px;
    }

    .popup-success p { font-size: 13.5px; color: var(--ink-muted); }
    .yt-thumb-wrap {
      position: relative;
      border-radius: var(--radius-sm);
      overflow: hidden;
      aspect-ratio: 16/9;
      cursor: pointer;
      background: #000;
      margin-bottom: 18px;
    }

    .yt-thumb-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .3s, opacity .3s;
    }

    .yt-thumb-wrap:hover img {
      transform: scale(1.04);
      opacity: .85;
    }

    .yt-play-btn {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
    }

    .yt-play-btn span {
      width: 56px; height: 56px;
      background: rgba(255,255,255,.93);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      color: #ff0000;
      box-shadow: 0 4px 20px rgba(0,0,0,.30);
      transition: transform .2s, box-shadow .2s;
    }

    .yt-thumb-wrap:hover .yt-play-btn span {
      transform: scale(1.14);
      box-shadow: 0 8px 30px rgba(0,0,0,.35);
    }

    /* ── NEW: Who Is This For Section ── */
    .audience-section {
      background: var(--white);
      padding: 72px 0 80px;
      border-bottom: 1px solid var(--border);
    }

    .audience-card {
      background: var(--paper);
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      padding: 28px 24px;
      height: 100%;
      transition: border-color .22s, box-shadow .22s, transform .22s;
    }

    .audience-card:hover {
      border-color: var(--orange);
      box-shadow: 0 8px 28px rgba(232,93,4,.10);
      transform: translateY(-3px);
    }

    .audience-icon {
      width: 52px; height: 52px;
      background: var(--orange-light);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      color: var(--orange);
      margin-bottom: 16px;
    }

    .audience-card h4 {
      font-family: 'Sora', sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: var(--ink);
      margin-bottom: 8px;
    }

    .audience-card p {
      font-size: 13.5px;
      color: var(--ink-muted);
      margin-bottom: 0;
      line-height: 1.65;
    }

    .audience-card .audience-tag {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      background: var(--green-light);
      color: var(--green);
      font-family: 'Sora', sans-serif;
      font-size: 11px;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: var(--radius-pill);
      margin-top: 12px;
    }

    /* YouTube modal lightbox */
    .yt-modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,.88);
      z-index: 9500;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      opacity: 0;
      visibility: hidden;
      transition: opacity .25s, visibility .25s;
    }

    .yt-modal-overlay.open {
      opacity: 1;
      visibility: visible;
    }

    .yt-modal-inner {
      position: relative;
      width: 100%;
      max-width: 820px;
    }

    .yt-modal-close {
      position: absolute;
      top: -38px;
      right: 0;
      background: none;
      border: none;
      color: #fff;
      font-size: 28px;
      cursor: pointer;
      line-height: 1;
      padding: 0;
      opacity: .8;
      transition: opacity .2s;
    }

    .yt-modal-close:hover { opacity: 1; }

    .yt-iframe-wrap {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      border-radius: var(--radius);
      overflow: hidden;
      background: #000;
    }

    .yt-iframe-wrap iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: none;
    }

/* Stats Section Title */
.stats-section-header {
  text-align: center;
  padding-top: 28px;
  margin-bottom: 10px;
}

.stats-section-header .section-title {
  font-size: clamp(20px, 2.5vw, 26px);
  margin-bottom: 0;
}

/* Centered Form Title */
.form-card-title-centered {
  text-align: center;
}

/* ══════════════════════════════════════════════════════════════
   TESTIMONIAL CAROUSEL STYLES
   ══════════════════════════════════════════════════════════════ */

.testimonial-carousel {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
  margin: 0 -15px;
}

@media (max-width: 767.98px) {
  .testimonial-carousel {
    padding: 0 40px;
  }
}

@media (max-width: 575.98px) {
  .testimonial-carousel {
    padding: 0 10px;
  }
}

.carousel-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 24px;
}

.carousel-slide {
  flex: 0 0 calc(33.333% - 16px);
  min-width: calc(33.333% - 16px);
}

@media (max-width: 991.98px) {
  .carousel-slide {
    flex: 0 0 calc(50% - 12px);
    min-width: calc(50% - 12px);
  }
}

@media (max-width: 767.98px) {
  .carousel-slide {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

/* Carousel Testimonial Card Styling */
.testimonial-carousel .testimonial-card {
  height: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

.testi-name {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 2px;
}

.testi-role {
  font-size: 12px;
  color: var(--ink-muted);
  margin-bottom: 8px;
}

.testi-salary {
  color: var(--green);
}

.testimonial-carousel .testi-quote {
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Google Rating Card in Carousel */
.google-rating-card {
  background: var(--orange-light) !important;
  border-color: #fbd0b3 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.google-rating-card .rating-number {
  font-size: 52px;
  color: var(--orange);
  font-family: 'Sora', sans-serif;
  font-weight: 900;
  line-height: 1;
}

.google-rating-card .rating-stars {
  color: #fbbf24;
  font-size: 24px;
  margin: 8px 0 5px;
}

.google-rating-card .rating-title {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.google-rating-card .rating-subtitle {
  font-size: 13px;
  color: var(--ink-muted);
  margin-bottom: 20px;
}

.google-rating-card .btn-batch-cta {
  max-width: 220px;
}

/* Navigation Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--border);
  color: var(--ink-soft);
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: var(--shadow-sm);
}

.carousel-btn:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
  box-shadow: var(--shadow-md);
}

.carousel-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: var(--paper);
}

.carousel-btn:disabled:hover {
  background: var(--paper);
  border-color: var(--border);
  color: var(--ink-soft);
}

.carousel-btn-prev {
  left: 0;
}

.carousel-btn-next {
  right: 0;
}

@media (max-width: 575.98px) {
  .carousel-btn {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  
  .carousel-btn-prev {
    left: -5px;
  }
  
  .carousel-btn-next {
    right: -5px;
  }
}

/* Dots Navigation */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
}

.carousel-dot:hover {
  background: #cbd5e1;
}

.carousel-dot.active {
  background: var(--orange);
  transform: scale(1.2);
}

/* Touch/Swipe Support Visual Feedback */
.carousel-track.dragging {
  transition: none;
  cursor: grabbing;
}

.testimonial-carousel:hover .carousel-track:not(.dragging) {
  cursor: grab;
}
.section-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 10px;
}
.section-title {
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 700;
    color: var(--text);
    line-height: 1.25;
}
.section-sub {
    font-size: 16px;
    color: var(--text-muted);
    margin-top: 12px;
    max-width: 560px;
}
.trainers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 36px;
}
.trainer-card {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 24px 20px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.trainer-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}
.trainer-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 2px;
}
.trainer-info .title {
    font-size: 13px;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 6px;
}
.trainer-info .exp {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 8px;
}
.trainer-companies {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.company-chip {
    font-size: 11px;
    font-weight: 600;
    background: var(--bg-blue);
    color: var(--primary);
    padding: 2px 8px;
    border-radius: 4px;
}
.usp-hero-callout {
    background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 100%);
    border: 2px solid #fed7aa;
    border-radius: var(--radius-lg);
    padding: 28px 32px;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.usp-callout-icon {
    font-size: 44px;
    flex-shrink: 0;
}
.usp-callout-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 6px;
}
.usp-callout-text p {
    font-size: 15px;
    color: #92400e;
}
.hero-cert-row {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 0;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.14);
      border-radius: var(--radius);
      padding: 12px 18px;
      margin-bottom: 22px;
      backdrop-filter: blur(8px);
    }
    .hero-cert-item {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: 1;
      min-width: 140px;
    }
    .hero-cert-img {
      object-fit: contain;
      filter: brightness(1.1);
      flex-shrink: 0;
    }
    .iso-badge { width: 44px; height: 44px; }
    .iaf-badge { width: 58px; height: 44px; }
    .hero-cert-text {
      display: flex;
      flex-direction: column;
      gap: 1px;
    }
    .hero-cert-label {
      font-family: 'Sora', sans-serif;
      font-size: 12.5px;
      font-weight: 700;
      color: #f1f5f9;
      line-height: 1.2;
    }
    .hero-cert-sub {
      font-size: 10.5px;
      color: #94a3b8;
      line-height: 1.3;
    }
    .hero-cert-divider {
      width: 1px;
      height: 36px;
      background: rgba(255,255,255,.15);
      margin: 0 16px;
      flex-shrink: 0;
    }
    .hero-google-stars .star-icons {
      font-size: 16px;
      color: #fbbf24;
      letter-spacing: 1px;
      line-height: 1;
      display: block;
      margin-bottom: 2px;
    }

    @media (max-width: 575.98px) {
      .hero-cert-row { padding: 10px 14px; gap: 0; }
      .hero-cert-item { min-width: 100px; flex: 1; }
      .hero-cert-divider { margin: 0 10px; height: 28px; }
      .hero-cert-label { font-size: 11px; }
      .hero-cert-sub { font-size: 9.5px; }
      .iso-badge { width: 34px; height: 34px; }
      .iaf-badge { width: 46px; height: 34px; }
    }
    
    .stat-item-cert {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
    }
    .stat-cert-badges {
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .stat-cert-img {
      object-fit: contain;
    }
    .footer-trust-bar {
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.10);
      border-radius: var(--radius);
      padding: 20px 28px;
      margin-bottom: 28px;
    }
    .ftb-inner {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 0;
      justify-content: space-between;
    }
    .ftb-cert-group {
      display: flex;
      align-items: center;
      gap: 12px;
      flex: 1;
      min-width: 140px;
      justify-content: center;
    }
    .ftb-badge-img {
      object-fit: contain;
      filter: brightness(1.15) saturate(0.9);
    }
    .ftb-iaf { width: 70px; height: 56px; }
    .ftb-cert-text {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }
    .ftb-cert-text strong {
      font-family: 'Sora', sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #e2e8f0;
      line-height: 1.3;
    }
    .ftb-cert-text span {
      font-size: 11px;
      color: #64748b;
      line-height: 1.3;
    }
    .ftb-divider {
      width: 1px;
      height: 48px;
      background: rgba(255,255,255,.10);
      margin: 0 8px;
      flex-shrink: 0;
    }
    .ftb-google-block {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .ftb-stars {
      font-size: 18px;
      color: #fbbf24;
      letter-spacing: 1px;
      line-height: 1;
    }
    .ftb-trust-text {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }
    .ftb-trust-text strong {
      font-family: 'Sora', sans-serif;
      font-size: 15px;
      font-weight: 800;
      color: #f97316;
      line-height: 1.2;
    }
    .ftb-trust-text span {
      font-size: 11px;
      color: #64748b;
    }

    @media (max-width: 767.98px) {
      .footer-trust-bar { padding: 16px; }
      .ftb-inner { gap: 12px; justify-content: center; }
      .ftb-cert-group { min-width: 120px; flex: 0 1 auto; }
      .ftb-divider { display: none; }
    }
    .fade-up.visible {
        opacity: 1;
        transform: translateY(0);
    }
    .fade-up {
        opacity: 0;
        transform: translateY(25px);
        transition: opacity .6s ease, transform .6s ease;
    }
    .map-wrapper {
        border-radius: var(--radius-lg);
        overflow: hidden;
        margin-top: 3rem;
        border: 1px solid var(--border);
    }
    #about {
        background: var(--paper);
    }
    .fade-up.visible {
        opacity: 1;
        transform: translateY(0);
    }
    .fade-up {
        opacity: 0;
        transform: translateY(25px);
        transition: opacity .6s ease, transform .6s ease;
    }
    .about-img-block {
        position: relative;
        border-radius: var(--radius-lg);
        overflow: hidden;
    }
    .about-img-block img {
        width: 100%;
        border-radius: var(--radius-lg);
        object-fit: cover;
    }
    .about-exp-badge {
        position: absolute;
        bottom: 20px;
        left: 20px;
        background: var(--white);
        border-radius: 16px;
        padding: .9rem 1.2rem;
        box-shadow: var(--shadow-lg);
        display: flex;
        align-items: center;
        gap: .75rem;
    }
    .about-exp-num {
        font-family: var(--font-head);
        font-size: 1.8rem;
        font-weight: 800;
        color: var(--orange);
        line-height: 1;
    }
    .about-exp-text {
        font-size: .75rem;
        color: var(--ink-muted);
        font-weight: 500;
    }
    .delay-2 {
        transition-delay: .2s;
    }
    .section-label {
        font-family: var(--font-body);
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: .16em;
        text-transform: uppercase;
        color: var(--orange);
        margin-bottom: .5rem;
        display: block;
    }
    .section-title {
        font-size: clamp(1.7rem, 3.2vw, 2.4rem);
        font-weight: 700;
        letter-spacing: -.025em;
        line-height: 1.2;
    }
    .text-muted-custom {
        color: var(--ink-muted);
        font-size: .95rem;
        line-height: 1.75;
    }
    .about-feature-list {
        list-style: none;
        padding: 0;
        margin: 1.5rem 0;
    }
    .about-feature-list li {
        display: flex;
        align-items: flex-start;
        gap: .7rem;
        padding: .65rem 0;
        border-bottom: 1px solid var(--border);
        font-size: .92rem;
        line-height: 1.65;
    }
    .mini-stat-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .85rem;
        margin-top: 1.5rem;
    }
    .mini-stat {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: var(--radius);
        padding: 1rem 1.1rem;
        text-align: center;
        transition: var(--transition);
    }
    .mini-stat-num {
        font-family: var(--font-head);
        font-size: 1.6rem;
        font-weight: 800;
        color: var(--orange);
    }
    .mini-stat-label {
        font-size: .75rem;
        color: var(--ink-muted);
        font-weight: 500;
    }
    .mini-stat:hover {
      border-color: var(--orange);
      box-shadow: 0 4px 16px var(--orange-glow);
    }
    .about-feature-list li:last-child {
      border-bottom: none;
    }
    .about-feature-list li i {
        color: var(--orange);
        margin-top: 4px;
        flex-shrink: 0;
        font-size: .9rem;
    }