/* KMR Digital Marketing — Shared Stylesheet */


    :root {
      --gold: #D4A843;
      --gold-light: #F0C96B;
      --gold-dim: rgba(212,168,67,0.15);
      --dark: #080B12;
      --dark2: #0E1220;
      --dark3: #151B2E;
      --text: #C8CDD8;
      --white: #F4F6FB;
      --accent: #2563EB;
      /* bg image overlays */
      --section-overlay: rgba(8,11,18,0.82);
      --card-bg: linear-gradient(145deg, var(--dark3), var(--dark2));
    }

    /* ── LIGHT MODE ── */
    body.light-mode {
      --dark: #F8F6F0;
      --dark2: #EEE9DF;
      --dark3: #E4DDCE;
      --text: #4A4540;
      --white: #1A1510;
      --gold-dim: rgba(180,120,20,0.12);
      --section-overlay: rgba(248,246,240,0.88);
      --card-bg: linear-gradient(145deg, #fff, #F4EFE6);
    }
    body.light-mode .navbar {
      background: rgba(248,246,240,0.92) !important;
      border-bottom-color: rgba(180,120,20,0.18);
    }
    body.light-mode .navbar.scrolled { background: rgba(248,246,240,0.99) !important; }
    body.light-mode .navbar-brand { color: #1A1510 !important; }
    body.light-mode .kmr-logo-anim .kmr-letter.white { color: #1A1510 !important; }
    body.light-mode .nav-link { color: #4A4540 !important; }
    body.light-mode .nav-link:hover, body.light-mode .nav-link.active-nav { color: #B47814 !important; }
    body.light-mode .dropdown-menu { background: rgba(248,246,240,0.98); border-color: rgba(180,120,20,0.2); }
    body.light-mode .dropdown-item { color: #4A4540 !important; }
    body.light-mode .dropdown-item:hover { color: #B47814 !important; background: rgba(180,120,20,0.08); }
    body.light-mode .trust-strip { background: #EEE9DF; }
    body.light-mode .svc-preview-card { background: var(--card-bg); border-color: rgba(180,120,20,0.15); }
    body.light-mode .course-card, body.light-mode .course-full-card { background: var(--card-bg); border-color: rgba(180,120,20,0.12); }
    body.light-mode .contact-card { background: var(--card-bg); }
    body.light-mode .team-card, body.light-mode .value-card { background: var(--card-bg); }
    body.light-mode .process-step { border-color: rgba(180,120,20,0.15); }
    body.light-mode footer { background: #E4DDCE; border-top-color: rgba(180,120,20,0.15); }
    body.light-mode .hero-bg { background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(212,168,67,0.15) 0%, transparent 70%), radial-gradient(ellipse 50% 50% at 10% 80%, rgba(37,99,235,0.08) 0%, transparent 60%), var(--dark); }
    body.light-mode .hero-card-mock { background: linear-gradient(145deg, #fff, #F4EFE6); border-color: rgba(180,120,20,0.25); }
    body.light-mode .kpi-box { background: rgba(180,120,20,0.08); border-color: rgba(180,120,20,0.2); }
    body.light-mode .about-inner { background: linear-gradient(135deg, #E4DDCE, #EEE9DF); }
    body.light-mode .form-control, body.light-mode .form-select { background: rgba(255,255,255,0.9); border-color: rgba(180,120,20,0.2); color: #1A1510; }
    body.light-mode .form-control:focus, body.light-mode .form-select:focus { background: #fff; }
    body.light-mode .form-control::placeholder { color: rgba(74,69,64,0.4); }
    body.light-mode #scrollTop { background: var(--gold); }
    body.light-mode .cta-box { background: linear-gradient(135deg, #1A1510 0%, #2D2418 100%); }
    body.light-mode .img-section-bg { opacity: 0.25 !important; }

    /* ── LIGHT MODE: FIX ALL TEXT VISIBILITY ── */
    /* Hero text */
    body.light-mode .hero-title { color: #1A1510; }
    body.light-mode .hero-title .line-gold { color: var(--gold); }
    body.light-mode .hero-title .line-outline {
      -webkit-text-stroke: 2px #1A1510;
      color: transparent;
    }
    body.light-mode .hero-sub { color: #4A4540; }
    body.light-mode .hero-badge { color: #B47814; background: rgba(180,120,20,0.1); border-color: rgba(180,120,20,0.3); }
    body.light-mode .stat-num { color: #1A1510; }
    body.light-mode .stat-label { color: #6A6560; }
    body.light-mode .mock-title { color: #1A1510; }
    body.light-mode .kpi-val { color: #1A1510; }

    /* Section headings & labels */
    body.light-mode .section-title { color: #1A1510; }
    body.light-mode .section-label { color: #B47814; }
    body.light-mode .section-label::before { background: #B47814; }
    body.light-mode .section-body { color: #4A4540; }

    /* Page hero (inner pages) — keep dark overlay so white text reads */
    body.light-mode .page-hero-title { color: #F4F6FB; }
    body.light-mode .page-hero-sub { color: rgba(244,246,251,0.85); }
    body.light-mode .page-hero-title span { color: var(--gold); }

    /* Cards — headings */
    body.light-mode .svc-title { color: #1A1510; }
    body.light-mode .svc-text { color: #4A4540; }
    body.light-mode .course-title { color: #1A1510; }
    body.light-mode .course-desc { color: #4A4540; }
    body.light-mode .course-full-title { color: #1A1510; }
    body.light-mode .course-full-desc { color: #4A4540; }
    body.light-mode .svc-detail-title { color: #1A1510; }
    body.light-mode .svc-detail-text { color: #4A4540; }
    body.light-mode .svc-features li { color: #4A4540; }
    body.light-mode .team-name { color: #1A1510; }
    body.light-mode .team-bio { color: #4A4540; }
    body.light-mode .value-title { color: #1A1510; }
    body.light-mode .value-text { color: #4A4540; }
    body.light-mode .contact-info-label { color: #1A1510; }
    body.light-mode .contact-info-value { color: #4A4540; }
    body.light-mode .contact-info-value a { color: #4A4540; }

    /* Process steps */
    body.light-mode .step-content h5 { color: #1A1510; }
    body.light-mode .step-content p { color: #4A4540; }
    body.light-mode .process-step:hover { background: rgba(180,120,20,0.06); }

    /* About section */
    body.light-mode .about-feature h6 { color: #1A1510; }
    body.light-mode .about-feature p { color: #4A4540; }
    body.light-mode .about-inner p { color: #1A1510; }
    body.light-mode .about-ring { border-color: rgba(180,120,20,0.25); }

    /* Testimonials */
    body.light-mode .testi-name { color: #1A1510; }
    body.light-mode .testi-role { color: #B47814; }
    body.light-mode .testi-text { color: #4A4540; }
    body.light-mode .testi-card { background: linear-gradient(145deg, #fff, #F4EFE6); border-color: rgba(180,120,20,0.15); }

    /* CTA section */
    body.light-mode .cta-title { color: #F4F6FB; }
    body.light-mode .cta-title span { color: var(--gold); }

    /* Footer */
    body.light-mode .footer-brand { color: #1A1510; }
    body.light-mode .footer-desc { color: #4A4540; }
    body.light-mode .footer-heading { color: #1A1510; }
    body.light-mode .footer-links a { color: #4A4540; }
    body.light-mode .footer-copy { color: #4A4540; }
    body.light-mode .footer-social a { background: #D6CFBFe; border-color: rgba(180,120,20,0.2); color: #4A4540; }
    body.light-mode .footer-bottom { border-top-color: rgba(180,120,20,0.15); }

    /* Service detail card */
    body.light-mode .service-detail-card { background: linear-gradient(145deg, #fff, #F4EFE6); border-color: rgba(180,120,20,0.15); }
    body.light-mode .svc-number { color: rgba(180,120,20,0.2); }
    body.light-mode .svc-link { color: #B47814; }
    body.light-mode .svc-link:hover { color: #8A5C10; }

    /* Trust strip logos */
    body.light-mode .trust-logo { color: rgba(74,69,64,0.4); }
    body.light-mode .trust-logo:hover { color: #B47814; }
    body.light-mode .trust-label { color: rgba(74,69,64,0.5); }

    /* Timeline */
    body.light-mode .timeline-title { color: #1A1510; }
    body.light-mode .timeline-text { color: #4A4540; }

    /* Inline hardcoded in HTML - override via attribute selector */
    body.light-mode [style*="color:var(--white)"],
    body.light-mode [style*="color: var(--white)"] {
      color: #1A1510 !important;
    }

    /* Scroll indicator */
    body.light-mode .scroll-indicator span { color: rgba(74,69,64,0.5); }

    /* Page hero sections have dark bg images, keep text white */
    body.light-mode .page-hero .section-label { color: var(--gold); }

    /* About page image badge */
    body.light-mode .about-image-badge { color: #1A1510; }

    /* Filter buttons */
    body.light-mode .filter-btn { color: #4A4540; border-color: rgba(180,120,20,0.25); }
    body.light-mode .filter-btn:hover, body.light-mode .filter-btn.active { background: var(--gold); color: #1A1510; border-color: var(--gold); }

    /* Hero bg in light mode stays dark for readability */
    body.light-mode .hero { background: #F8F6F0; }
    body.light-mode .hero-bg {
      background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(212,168,67,0.18) 0%, transparent 70%),
                  radial-gradient(ellipse 50% 50% at 10% 80%, rgba(37,99,235,0.06) 0%, transparent 60%),
                  #F8F6F0;
    }
    body.light-mode .hero-grid {
      background-image: linear-gradient(rgba(180,120,20,0.07) 1px, transparent 1px),
                        linear-gradient(90deg, rgba(180,120,20,0.07) 1px, transparent 1px);
    }
    body.light-mode .hero-star { background: #B47814; }
    body.light-mode .hero-particle { background: #B47814; }

    /* Hero card in light mode */
    body.light-mode .mock-sub { color: #6A6560; }
    body.light-mode .badge-float { background: var(--accent); color: #fff; }

    /* Course includes */
    body.light-mode .course-includes li { color: #4A4540; }
    body.light-mode .course-meta span { color: #4A4540; }

    /* Section bg overlays in light mode — make lighter */
    body.light-mode .home-services .section-bg-overlay {
      background: linear-gradient(135deg, rgba(248,246,240,0.93) 0%, rgba(248,246,240,0.88) 100%) !important;
    }
    body.light-mode .home-courses .section-bg-overlay {
      background: linear-gradient(to bottom, rgba(238,233,223,0.94), rgba(238,233,223,0.9)) !important;
    }
    body.light-mode .home-about .section-bg-overlay {
      background: linear-gradient(135deg, rgba(248,246,240,0.92) 0%, rgba(248,246,240,0.86) 100%) !important;
    }
    /* Page heroes keep dark overlay regardless of mode */
    body.light-mode .page-hero > div[style*="rgba(8,11,18"] { opacity: 1 !important; }

    /* Why Us section bg */
    body.light-mode .why-us { background: #F8F6F0; }

    /* Service detail card number */
    body.light-mode .service-detail-card:hover { border-color: rgba(180,120,20,0.3); }

    /* Home stats strip */
    body.light-mode [style*="background: var(--dark3)"],
    body.light-mode [style*="background:var(--dark3)"] { background: #E4DDCE !important; }
    body.light-mode [style*="border-top: 1px solid rgba(212,168,67"] { border-color: rgba(180,120,20,0.2) !important; }

    /* Ensure h3, h4, h5 in cards inherit light colors */
    body.light-mode .contact-card h3,
    body.light-mode .service-detail-card h3,
    body.light-mode .about-page h3,
    body.light-mode h3, body.light-mode h4, body.light-mode h5, body.light-mode h6 { color: #1A1510; }

    /* Override any remaining white headings */
    body.light-mode p { color: #4A4540; }
    body.light-mode h1, body.light-mode h2 { color: #1A1510; }

    /* But page-hero h1/h2 should stay light (dark bg image) */
    body.light-mode .page-hero h1,
    body.light-mode .page-hero h2,
    body.light-mode .page-hero p { color: inherit; }

    /* CTA box text override */
    body.light-mode .cta-box * { color: inherit; }
    body.light-mode .cta-box p { color: rgba(244,246,251,0.8); }

    /* Outline button fix in light mode */
    body.light-mode .btn-outline-gold {
      border-color: rgba(74,69,64,0.4);
      color: #1A1510;
    }
    body.light-mode .btn-outline-gold:hover {
      border-color: var(--gold);
      color: #B47814;
    }
    /* In page heroes (dark bg) outline button stays white */
    body.light-mode .cta-box .btn-outline-gold {
      border-color: rgba(244,246,251,0.35);
      color: #F4F6FB;
    }
    body.light-mode .cta-box .btn-outline-gold:hover {
      border-color: var(--gold);
      color: var(--gold);
    }
    /* ══════════════════════════════════════════
       LARGE SCREEN OPTIMIZATIONS (1440px+)
    ══════════════════════════════════════════ */

    /* Cap max content width and center on very large screens */
    @media (min-width: 1440px) {
      .container { max-width: 1320px; }
    }
    @media (min-width: 1920px) {
      .container { max-width: 1600px; }

      /* Hero — bigger title, more breathing room */
      .hero { padding: 7rem 0 4rem; }
      .hero-title { font-size: 4.5rem; letter-spacing: -2px; }
      .hero-sub { font-size: 1.25rem; max-width: 620px; }
      .hero-stats { gap: 4rem; margin-top: 4.5rem; }
      .stat-num { font-size: 2.6rem; }

      /* Hero floating card — scale up */
      .hero-card-mock { width: 420px; padding: 2.5rem; }
      .hero-float { width: 38%; }
      .kpi-val { font-size: 1.5rem; }
      .mock-chart { height: 90px; }

      /* Section headings */
      .section-title { font-size: 3.6rem; }
      .section-body { font-size: 1.1rem; max-width: 680px; }
      section { padding: 8rem 0; }

      /* Service grid — 3 or 4 columns with larger cards */
      .svc-preview-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
      .svc-preview-card { padding: 2.4rem; }
      .svc-title { font-size: 1.2rem; }
      .svc-text { font-size: 0.95rem; }

      /* Course cards */
      .course-card { padding: 2rem; }

      /* Navbar — bigger, more spacious */
      .navbar { padding: 1rem 0; }
      .navbar-brand { font-size: 2rem; }
      .nav-link { font-size: 0.95rem; padding: 0.7rem 1.2rem !important; }
      .btn-nav { padding: 0.65rem 1.8rem !important; font-size: 0.95rem; }

      /* Testimonials */
      .testi-card { padding: 2.2rem; }

      /* Contact section */
      .contact-card { padding: 3rem; }

      /* Footer */
      footer { padding: 5rem 0 2rem; }
    }

    @media (min-width: 2560px) {
      .container { max-width: 2000px; }

      .hero-title { font-size: 5.5rem; letter-spacing: -2.5px; }
      .hero-sub { font-size: 1.4rem; max-width: 780px; }
      .stat-num { font-size: 3rem; }
      .hero-card-mock { width: 520px; padding: 3rem; }

      .section-title { font-size: 4.5rem; }
      .section-body { font-size: 1.2rem; max-width: 800px; }
      section { padding: 10rem 0; }

      .svc-preview-grid { grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
      .svc-preview-card { padding: 3rem; border-radius: 24px; }
      .svc-title { font-size: 1.4rem; }
      .svc-text { font-size: 1rem; }
      .svc-icon { width: 68px; height: 68px; font-size: 1.6rem; border-radius: 18px; }

      .navbar-brand { font-size: 2.4rem; }
      .nav-link { font-size: 1.05rem; }

      /* Hero grid background — larger cells */
      .hero-grid { background-size: 90px 90px; }
    }

    /* ── Wide hero layout: ensure text + card never overlap on huge screens ── */
    @media (min-width: 1440px) {
      .hero .container { position: relative; }
      .hero-float { right: 2%; }
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: 'DM Sans', sans-serif; background: var(--dark); color: var(--text); overflow-x: hidden; }
    h1,h2,h3,h4,h5,h6 { font-family: 'Syne', sans-serif; }

    /* NOISE */
    body::before {
      content: '';
      position: fixed; inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none; z-index: 9999; opacity: 0.4;
    }

    /* PAGE SYSTEM */
    .page { display: none; min-height: 100vh; }
    .page.active { display: block; }

    /* PAGE TRANSITION */
    .page-enter { animation: pageIn 0.5s ease both; }
    @keyframes pageIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* ── NAVBAR ── */
    .navbar {
      background: rgba(8,11,18,0.88);
      backdrop-filter: blur(20px);
      border-bottom: 1px solid rgba(212,168,67,0.12);
      padding: 0.8rem 0;
      position: fixed; width: 100%; top: 0; z-index: 1000;
      transition: all 0.3s;
    }
    .navbar.scrolled { background: rgba(8,11,18,0.98); box-shadow: 0 4px 30px rgba(0,0,0,0.5); }
    .navbar-brand {
      font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.7rem;
      color: var(--white) !important; letter-spacing: -0.5px;
    }
    .navbar-brand span { color: var(--gold); }
    .nav-link {
      color: var(--text) !important; font-weight: 500; font-size: 0.9rem;
      letter-spacing: 0.04em; text-transform: uppercase;
      padding: 0.6rem 1rem !important; transition: color 0.25s; position: relative;
    }
    .nav-link::after {
      content: ''; position: absolute; bottom: 2px; left: 1rem; right: 1rem;
      height: 1px; background: var(--gold); transform: scaleX(0);
      transition: transform 0.25s; transform-origin: center;
    }
    .nav-link:hover { color: var(--gold) !important; }
    .nav-link:hover::after, .nav-link.active-nav::after { transform: scaleX(1); }
    .nav-link.active-nav { color: var(--gold) !important; }
    .btn-nav {
      background: var(--gold); color: var(--dark) !important; font-weight: 700;
      border-radius: 4px; padding: 0.5rem 1.4rem !important; letter-spacing: 0.05em;
      transition: background 0.2s, transform 0.15s;
    }
    .btn-nav:hover { background: var(--gold-light); transform: translateY(-1px); }
    .btn-nav::after { display: none; }

    /* DROPDOWN */
    .nav-item.dropdown { position: relative; }
    .dropdown-toggle::after { margin-left: 5px; border-top-color: var(--gold); opacity: 0.7; vertical-align: 0.18em; }
    .dropdown-menu {
      background: rgba(14,18,32,0.98);
      backdrop-filter: blur(20px);
      border: 1px solid rgba(212,168,67,0.15);
      border-radius: 12px;
      padding: 0.6rem 0;
      min-width: 230px;
      box-shadow: 0 20px 50px rgba(0,0,0,0.6);
      margin-top: 8px !important;
      animation: dropIn 0.2s ease both;
    }
    @keyframes dropIn {
      from { opacity: 0; transform: translateY(-8px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .dropdown-item {
      color: var(--text) !important; font-size: 0.88rem; font-weight: 500;
      padding: 0.65rem 1.3rem; display: flex; align-items: center; gap: 10px;
      transition: all 0.2s; border-radius: 0; cursor: pointer;
    }
    .dropdown-item i { color: var(--gold); width: 16px; text-align: center; font-size: 0.85rem; }
    .dropdown-item:hover {
      background: var(--gold-dim); color: var(--gold) !important;
      padding-left: 1.6rem;
    }
    .dropdown-divider { border-color: rgba(212,168,67,0.1); margin: 0.3rem 0; }
    .dropdown-header {
      font-family: 'Syne', sans-serif; font-size: 0.7rem; font-weight: 700;
      letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold);
      padding: 0.5rem 1.3rem 0.3rem; opacity: 0.8;
    }

    /* SECTION SHARED */
    section { padding: 6rem 0; }
    .section-label {
      font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em;
      text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem;
      display: flex; align-items: center; gap: 10px;
    }
    .section-label::before { content: ''; width: 32px; height: 1px; background: var(--gold); }
    .section-title {
      font-size: clamp(2rem, 4vw, 3rem); font-weight: 800;
      color: var(--white); letter-spacing: -1px; line-height: 1.1;
    }
    .section-title span { color: var(--gold); }
    .section-body { font-size: 1rem; line-height: 1.8; color: var(--text); max-width: 560px; }
    .divider {
      width: 60px; height: 3px;
      background: linear-gradient(90deg, var(--gold), transparent);
      border-radius: 2px; margin: 1.2rem 0;
    }

    /* BUTTONS */
    .btn-primary-gold {
      background: var(--gold); color: var(--dark);
      font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.95rem;
      letter-spacing: 0.05em; padding: 1rem 2.2rem;
      border: none; border-radius: 5px; cursor: pointer;
      transition: all 0.25s; text-decoration: none;
      display: inline-flex; align-items: center; gap: 8px;
    }
    .btn-primary-gold:hover {
      background: var(--gold-light); color: var(--dark);
      transform: translateY(-2px); box-shadow: 0 12px 30px rgba(212,168,67,0.35);
    }
    .btn-outline-gold {
      background: transparent; color: var(--white);
      font-family: 'Syne', sans-serif; font-weight: 600; font-size: 0.95rem;
      letter-spacing: 0.05em; padding: 1rem 2.2rem;
      border: 1px solid rgba(244,246,251,0.2); border-radius: 5px;
      cursor: pointer; transition: all 0.25s; text-decoration: none;
      display: inline-flex; align-items: center; gap: 8px;
    }
    .btn-outline-gold:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); }

    /* ANIMATIONS */
    @keyframes fadeSlideUp {
      from { opacity: 0; transform: translateY(24px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes floatY {
      0%,100% { transform: translateY(-50%) translateY(0); }
      50% { transform: translateY(-50%) translateY(-20px); }
    }
    @keyframes spinRing { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
    @keyframes growBar { from { height: 0; } }
    @keyframes pulse {
      0%,100% { box-shadow: 0 0 0 0 rgba(212,168,67,0.4); }
      50% { box-shadow: 0 0 0 12px rgba(212,168,67,0); }
    }
    @keyframes shimmer {
      0% { background-position: -200% center; }
      100% { background-position: 200% center; }
    }
    @keyframes particleFloat {
      0%,100% { transform: translateY(0) rotate(0deg); opacity: 0.6; }
      33% { transform: translateY(-30px) rotate(120deg); opacity: 1; }
      66% { transform: translateY(-15px) rotate(240deg); opacity: 0.8; }
    }
    @keyframes glowPulse {
      0%,100% { opacity: 0.4; }
      50% { opacity: 0.8; }
    }

    .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal-delay-1 { transition-delay: 0.12s; }
    .reveal-delay-2 { transition-delay: 0.24s; }
    .reveal-delay-3 { transition-delay: 0.36s; }
    .reveal-delay-4 { transition-delay: 0.48s; }

    /* ═══════════════════════════════════
       HOME PAGE
    ═══════════════════════════════════ */
    #page-home {}

    /* HERO */
    .hero {
      min-height: 100vh; position: relative;
      display: flex; align-items: center;
      overflow: hidden; padding: 5.5rem 0 2.5rem;
    }
    .hero-bg {
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(212,168,67,0.09) 0%, transparent 70%),
                  radial-gradient(ellipse 50% 50% at 10% 80%, rgba(37,99,235,0.07) 0%, transparent 60%),
                  var(--dark);
    }
    .hero-grid {
      position: absolute; inset: 0;
      background-image: linear-gradient(rgba(212,168,67,0.05) 1px, transparent 1px),
                        linear-gradient(90deg, rgba(212,168,67,0.05) 1px, transparent 1px);
      background-size: 60px 60px;
      mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 100%);
    }
    /* Floating particles */
    .hero-particle {
      position: absolute; width: 6px; height: 6px; border-radius: 50%;
      background: var(--gold); animation: particleFloat 8s ease-in-out infinite;
    }
    .hero-particle:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; opacity: 0.4; }
    .hero-particle:nth-child(2) { top: 60%; left: 8%; animation-delay: 2s; opacity: 0.3; width: 4px; height: 4px; }
    .hero-particle:nth-child(3) { top: 80%; left: 25%; animation-delay: 4s; opacity: 0.5; }
    .hero-particle:nth-child(4) { top: 30%; right: 15%; animation-delay: 1s; opacity: 0.4; width: 4px; height: 4px; }
    .hero-particle:nth-child(5) { top: 70%; right: 20%; animation-delay: 3s; opacity: 0.3; }

    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--gold-dim); border: 1px solid rgba(212,168,67,0.3);
      border-radius: 100px; padding: 0.3rem 0.9rem;
      font-size: 0.75rem; font-weight: 600; color: var(--gold);
      letter-spacing: 0.08em; text-transform: uppercase;
      margin-bottom: 1rem; animation: fadeSlideUp 0.8s ease both;
    }
    .hero-title {
      font-size: clamp(1.9rem, 4.5vw, 3.6rem); font-weight: 800;
      line-height: 1.1; color: var(--white); letter-spacing: -1px;
      margin-bottom: 0.9rem; animation: fadeSlideUp 0.8s 0.1s ease both;
    }
    .hero-title .line-gold { color: var(--gold); display: block; }
    .hero-title .line-outline { -webkit-text-stroke: 1px rgba(244,246,251,0.35); color: transparent; display: block; }
    .hero-sub {
      font-size: 0.95rem; line-height: 1.75; color: var(--text);
      max-width: 500px; margin-bottom: 1.6rem;
      animation: fadeSlideUp 0.8s 0.2s ease both;
    }
    .hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; animation: fadeSlideUp 0.8s 0.3s ease both; }
    .hero-stats { display: flex; gap: 2rem; margin-top: 2rem; animation: fadeSlideUp 0.8s 0.4s ease both; }
    .stat-item { text-align: left; }
    .stat-num { font-family: 'Syne', sans-serif; font-size: 1.65rem; font-weight: 800; color: var(--white); line-height: 1; }
    .stat-num span { color: var(--gold); }
    .stat-label { font-size: 0.8rem; color: var(--text); letter-spacing: 0.05em; margin-top: 4px; }

    /* Hero floating card */
    .hero-float {
      position: absolute; right: 5%; top: 50%; transform: translateY(-50%);
      width: 42%; display: flex; align-items: center; justify-content: center;
      pointer-events: none; animation: floatY 6s ease-in-out infinite;
    }
    .hero-card-mock {
      background: linear-gradient(145deg, var(--dark3), var(--dark2));
      border: 1px solid rgba(212,168,67,0.2); border-radius: 20px;
      padding: 2rem; width: 340px;
      box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(212,168,67,0.08);
      position: relative;
    }
    .hero-card-mock::before {
      content: ''; position: absolute; top: -1px; left: 30px; right: 30px; height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
    }
    .mock-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1.5rem; }
    .mock-avatar {
      width: 46px; height: 46px;
      background: linear-gradient(135deg, #D4A843, #F0C96B);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Syne', sans-serif; font-weight: 800; font-size: 0.62rem;
      color: #080B12; letter-spacing: 0.04em;
      box-shadow: 0 0 0 2px rgba(212,168,67,0.4), 0 4px 14px rgba(212,168,67,0.3);
      flex-shrink: 0;
    }
    .mock-title { font-family: 'Syne', sans-serif; font-size: 0.95rem; color: var(--white); font-weight: 700; }
    .mock-sub { font-size: 0.75rem; color: var(--text); }
    .mock-chart { display: flex; align-items: flex-end; gap: 6px; height: 70px; margin-bottom: 1.2rem; }
    .mock-bar {
      flex: 1; border-radius: 4px 4px 0 0;
      background: linear-gradient(to top, var(--gold), var(--gold-light));
      opacity: 0.7; animation: growBar 1.5s ease both;
    }
    .mock-bar:nth-child(2) { animation-delay: 0.1s; opacity: 0.8; }
    .mock-bar:nth-child(3) { animation-delay: 0.2s; opacity: 1; }
    .mock-bar:nth-child(4) { animation-delay: 0.3s; opacity: 0.9; }
    .mock-bar:nth-child(5) { animation-delay: 0.4s; opacity: 0.75; }
    .mock-bar:nth-child(6) { animation-delay: 0.5s; opacity: 0.95; }
    .mock-kpi { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .kpi-box {
      background: rgba(212,168,67,0.07); border: 1px solid rgba(212,168,67,0.15);
      border-radius: 10px; padding: 0.8rem;
    }
    .kpi-val { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.2rem; color: var(--white); }
    .kpi-val span { color: var(--gold); font-size: 0.85rem; }
    .kpi-lab { font-size: 0.72rem; color: var(--text); }
    .badge-float {
      position: absolute; top: -18px; right: -18px;
      background: var(--accent); border: 2px solid var(--dark); border-radius: 100px;
      padding: 0.4rem 0.9rem; font-family: 'Syne', sans-serif; font-size: 0.78rem;
      font-weight: 700; color: #fff; display: flex; align-items: center; gap: 6px;
    }

    /* TRUSTED BY STRIP */
    .trust-strip {
      background: var(--dark2); border-top: 1px solid rgba(255,255,255,0.04);
      border-bottom: 1px solid rgba(255,255,255,0.04); padding: 2rem 0; overflow: hidden;
    }
    .trust-label { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(200,205,216,0.4); white-space: nowrap; }
    .trust-logos { display: flex; gap: 3rem; align-items: center; overflow: hidden; }
    .trust-logo-track {
      display: flex; gap: 4rem; align-items: center;
      animation: scrollLogos 28s linear infinite;
      white-space: nowrap;
    }
    @keyframes scrollLogos {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }
    .trust-logo-item {
      display: flex; align-items: center; justify-content: center;
      color: rgba(200,205,216,0.35); transition: color 0.3s, opacity 0.3s;
      opacity: 0.7; flex-shrink: 0;
    }
    .trust-logo-item:hover { color: var(--gold); opacity: 1; }
    body.light-mode .trust-logo-item { color: rgba(74,69,64,0.4); }
    body.light-mode .trust-logo-item:hover { color: #B47814; opacity: 1; }

    /* HOME SERVICES PREVIEW */
    .home-services { background: var(--dark); }
    .svc-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .svc-preview-card {
      background: linear-gradient(145deg, var(--dark3), var(--dark2));
      border: 1px solid rgba(255,255,255,0.06); border-radius: 16px;
      padding: 1.8rem; transition: all 0.35s; position: relative; overflow: hidden; cursor: pointer;
    }
    .svc-preview-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
      transform: scaleX(0); transition: transform 0.35s;
    }
    .svc-preview-card:hover { transform: translateY(-6px); border-color: rgba(212,168,67,0.3); box-shadow: 0 20px 50px rgba(0,0,0,0.4); }
    .svc-preview-card:hover::before { transform: scaleX(1); }
    .svc-icon { width: 52px; height: 52px; border-radius: 13px; background: var(--gold-dim); border: 1px solid rgba(212,168,67,0.2); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: var(--gold); margin-bottom: 1.2rem; transition: background 0.3s; }
    .svc-preview-card:hover .svc-icon { background: rgba(212,168,67,0.2); }
    .svc-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--white); margin-bottom: 0.5rem; }
    .svc-text { font-size: 0.86rem; color: var(--text); line-height: 1.7; margin-bottom: 1rem; }
    .svc-tags { display: flex; flex-wrap: wrap; gap: 6px; }
    .svc-tag { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.05em; padding: 3px 10px; border-radius: 100px; background: rgba(212,168,67,0.1); border: 1px solid rgba(212,168,67,0.2); color: var(--gold-light); }

    /* ── NEW: Image-card overrides ── */
    .svc-preview-card { padding: 0; display: flex; flex-direction: column; text-decoration: none; }
    .svc-preview-card::before { z-index: 5; }
    .svc-img-wrap { position: relative; height: 148px; overflow: hidden; flex-shrink: 0; }
    .svc-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.68) saturate(0.82); transition: transform 0.55s cubic-bezier(.22,.68,0,1.2), filter 0.4s ease; }
    .svc-preview-card:hover .svc-img-wrap img { transform: scale(1.08); filter: brightness(0.82) saturate(1.05); }
    .svc-img-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(175deg, rgba(9,9,14,0.05) 0%, rgba(9,9,14,0.45) 55%, rgba(9,9,14,0.9) 100%); z-index: 1; }
    .svc-icon-pill { position: absolute; bottom: 10px; left: 14px; z-index: 3; display: flex; align-items: center; gap: 7px; background: rgba(9,9,14,0.72); backdrop-filter: blur(8px); border: 1px solid rgba(212,168,67,0.28); border-radius: 20px; padding: 5px 12px 5px 6px; transition: background 0.3s, border-color 0.3s; }
    .svc-preview-card:hover .svc-icon-pill { background: rgba(212,168,67,0.14); border-color: rgba(212,168,67,0.55); }
    .svc-icon-pill i { font-size: 11px; color: var(--gold); width: 22px; height: 22px; background: rgba(212,168,67,0.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .svc-icon-label { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-light); }
    .svc-arrow { position: absolute; top: 12px; right: 12px; z-index: 4; width: 30px; height: 30px; border-radius: 50%; background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.45); font-size: 10px; opacity: 0; transform: translateY(-4px); transition: opacity 0.28s, transform 0.28s, background 0.28s, border-color 0.28s, color 0.28s; }
    .svc-preview-card:hover .svc-arrow { opacity: 1; transform: translateY(0); background: var(--gold); border-color: var(--gold); color: #000; }
    .svc-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
    .svc-card-body .svc-title { margin-bottom: 7px; }
    .svc-card-body .svc-text { flex: 1; margin-bottom: 14px; }

    /* HOME COURSE PREVIEW */
    .home-courses { background: var(--dark2); }
    .course-card {
      background: linear-gradient(165deg, var(--dark3), var(--dark));
      border: 1px solid rgba(255,255,255,0.07); border-radius: 18px;
      overflow: hidden; transition: all 0.35s; height: 100%;
    }
    .course-card:hover { transform: translateY(-5px); border-color: rgba(212,168,67,0.25); box-shadow: 0 24px 60px rgba(0,0,0,0.45); }
    .course-thumb { height: 180px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .course-thumb-bg { position: absolute; inset: 0; }
    .course-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; transition: opacity 0.35s, transform 0.35s; }
    .course-card:hover .course-thumb img { opacity: 0.8; transform: scale(1.05); }
    .course-thumb-icon { font-size: 3.5rem; color: rgba(255,255,255,0.2); position: relative; z-index: 1; }
    .course-level { position: absolute; top: 14px; right: 14px; font-family: 'Syne', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; background: rgba(0,0,0,0.55); backdrop-filter: blur(8px); color: var(--gold); border: 1px solid rgba(212,168,67,0.3); }
    .course-price { position: absolute; bottom: 14px; left: 14px; font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.1rem; color: var(--gold); }
    .course-price .old-price { font-size: 0.8rem; font-weight: 400; color: var(--text); text-decoration: line-through; margin-left: 6px; }
    .course-body { padding: 1.5rem; }
    .course-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--white); margin-bottom: 0.5rem; }
    .course-desc { font-size: 0.85rem; color: var(--text); line-height: 1.7; margin-bottom: 1rem; }
    .course-meta { display: flex; gap: 1rem; margin-bottom: 1.2rem; }
    .course-meta span { font-size: 0.8rem; color: var(--text); display: flex; align-items: center; gap: 5px; }
    .course-meta i { color: var(--gold); font-size: 0.8rem; }
    .stars { color: var(--gold); font-size: 0.8rem; letter-spacing: 2px; margin-bottom: 0.5rem; }
    .btn-enroll {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--gold-dim); border: 1px solid rgba(212,168,67,0.3);
      color: var(--gold); font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.85rem;
      padding: 0.7rem 1.4rem; border-radius: 8px; text-decoration: none;
      transition: all 0.25s; letter-spacing: 0.04em; width: 100%; justify-content: center;
      cursor: pointer;
    }
    .btn-enroll:hover { background: var(--gold); color: var(--dark); border-color: var(--gold); }

    /* HOME ABOUT TEASER */
    .home-about { background: var(--dark); position: relative; overflow: hidden; }
    .home-about::before {
      content: ''; position: absolute; top: -200px; left: -200px;
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(212,168,67,0.06) 0%, transparent 70%);
    }
    .about-ring { width: 380px; height: 380px; border-radius: 50%; border: 1px solid rgba(212,168,67,0.2); position: relative; display: flex; align-items: center; justify-content: center; animation: spinRing 20s linear infinite; }
    .about-ring::before { content: ''; position: absolute; inset: 20px; border-radius: 50%; border: 1px dashed rgba(212,168,67,0.12); }
    .about-inner { width: 240px; height: 240px; background: linear-gradient(135deg, var(--dark3), var(--dark2)); border-radius: 50%; border: 1px solid rgba(212,168,67,0.25); display: flex; flex-direction: column; align-items: center; justify-content: center; animation: spinRing 20s linear infinite reverse; box-shadow: 0 0 60px rgba(212,168,67,0.08); }
    .about-inner i { font-size: 2.5rem; color: var(--gold); margin-bottom: 0.5rem; }
    .about-inner p { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 0.85rem; color: var(--white); letter-spacing: 0.08em; text-transform: uppercase; }
    .about-dot { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px var(--gold); }
    .about-dot:nth-child(1) { top: 10px; left: 50%; transform: translateX(-50%); }
    .about-dot:nth-child(2) { bottom: 10px; left: 50%; transform: translateX(-50%); }
    .about-dot:nth-child(3) { left: 10px; top: 50%; transform: translateY(-50%); }
    .about-dot:nth-child(4) { right: 10px; top: 50%; transform: translateY(-50%); }
    .about-feature { display: flex; align-items: flex-start; gap: 14px; padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .about-feature:last-child { border-bottom: none; }
    .about-feature-icon { width: 42px; height: 42px; background: var(--gold-dim); border: 1px solid rgba(212,168,67,0.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); font-size: 1rem; }
    .about-feature h6 { font-family: 'Syne', sans-serif; color: var(--white); font-size: 0.95rem; margin-bottom: 2px; }
    .about-feature p { font-size: 0.85rem; color: var(--text); margin: 0; }

    /* TESTIMONIALS */
    .testimonials-sec { background: var(--dark2); }
    .testi-card { background: linear-gradient(145deg, var(--dark3), var(--dark2)); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 2rem; position: relative; height: 100%; transition: all 0.35s; }
    .testi-card:hover { border-color: rgba(212,168,67,0.2); transform: translateY(-4px); }
    .testi-card::before { content: '\201C'; position: absolute; top: 1rem; right: 1.5rem; font-size: 5rem; line-height: 1; color: rgba(212,168,67,0.1); font-family: Georgia, serif; }
    .testi-text { font-size: 0.92rem; line-height: 1.8; color: var(--text); margin-bottom: 1.5rem; font-style: italic; }
    .testi-author { display: flex; align-items: center; gap: 12px; }
    .testi-avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-weight: 800; color: var(--dark); font-size: 1rem; flex-shrink: 0; }
    .testi-name { font-family: 'Syne', sans-serif; font-weight: 700; color: var(--white); font-size: 0.95rem; }
    .testi-role { font-size: 0.8rem; color: var(--text); }

    /* CTA SECTION */
    .cta-sec { background: var(--dark); position: relative; overflow: hidden; }
    .cta-box {
      background: linear-gradient(135deg, var(--dark3) 0%, rgba(21,27,46,0.95) 100%);
      border: 1px solid rgba(212,168,67,0.2); border-radius: 24px;
      padding: 4rem; text-align: center; position: relative; overflow: hidden;
    }
    .cta-box::before {
      content: ''; position: absolute; top: 0; left: 20%; right: 20%; height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
    }
    .cta-box::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(212,168,67,0.06) 0%, transparent 70%); pointer-events: none; }
    .cta-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
    .cta-title { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; color: var(--white); letter-spacing: -1px; margin-bottom: 1rem; line-height: 1.1; }
    .cta-title span { color: var(--gold); }
    .cta-sub { font-size: 1rem; color: var(--text); margin-bottom: 2.5rem; max-width: 500px; margin-left: auto; margin-right: auto; }
    .cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
    .cta-trust { margin-top: 2rem; display: flex; justify-content: center; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
    .trust-item { display: flex; align-items: center; gap: 6px; font-size: 0.82rem; color: var(--text); }
    .trust-item i { color: var(--gold); }

    /* ═══════════════════════════════════
       SERVICES PAGE
    ═══════════════════════════════════ */
    .page-hero {
      min-height: 50vh; position: relative; display: flex; align-items: center;
      padding: 10rem 0 5rem; overflow: hidden;
    }
    .page-hero-bg {
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(212,168,67,0.08) 0%, transparent 70%), var(--dark);
    }
    .page-hero-grid {
      position: absolute; inset: 0;
      background-image: linear-gradient(rgba(212,168,67,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(212,168,67,0.04) 1px, transparent 1px);
      background-size: 60px 60px;
      mask-image: radial-gradient(ellipse 90% 80% at 50% 0%, black, transparent);
    }
    .page-hero-title { font-size: clamp(3rem, 7vw, 5rem); font-weight: 800; color: var(--white); letter-spacing: -2px; line-height: 1.05; }
    .page-hero-title span { color: var(--gold); }
    .page-hero-sub { font-size: 1.1rem; line-height: 1.8; color: var(--text); max-width: 600px; }

    /* SERVICES PAGE DETAIL CARDS */
    .services-page { background: var(--dark2); }
    .service-detail-card {
      background: linear-gradient(145deg, var(--dark3), var(--dark2));
      border: 1px solid rgba(255,255,255,0.06); border-radius: 20px;
      padding: 2.5rem; transition: all 0.35s; position: relative; overflow: hidden;
    }
    .service-detail-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
      transform: scaleX(0); transition: transform 0.35s;
    }
    .service-detail-card:hover { transform: translateY(-6px); border-color: rgba(212,168,67,0.3); box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
    .service-detail-card:hover::before { transform: scaleX(1); }
    .svc-number { font-family: 'Syne', sans-serif; font-size: 4rem; font-weight: 800; color: rgba(212,168,67,0.08); line-height: 1; margin-bottom: 1rem; }
    .svc-detail-icon { width: 64px; height: 64px; border-radius: 16px; background: var(--gold-dim); border: 1px solid rgba(212,168,67,0.25); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: var(--gold); margin-bottom: 1.5rem; }
    .svc-detail-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.25rem; color: var(--white); margin-bottom: 0.8rem; }
    .svc-detail-text { font-size: 0.9rem; color: var(--text); line-height: 1.75; margin-bottom: 1.5rem; }
    .svc-features { list-style: none; padding: 0; margin-bottom: 1.5rem; }
    .svc-features li { font-size: 0.85rem; color: var(--text); padding: 0.4rem 0; display: flex; align-items: center; gap: 10px; }
    .svc-features li i { color: var(--gold); font-size: 0.75rem; }
    .svc-link { color: var(--gold); font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.85rem; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
    .svc-link:hover { gap: 12px; color: var(--gold-light); }

    /* WHY CHOOSE US */
    .why-us { background: var(--dark); position: relative; overflow: hidden; }
    .process-step { display: flex; gap: 1.5rem; align-items: flex-start; padding: 2rem; border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; transition: all 0.3s; margin-bottom: 1rem; }
    .process-step:hover { border-color: rgba(212,168,67,0.25); background: var(--gold-dim); }
    .step-num { font-family: 'Syne', sans-serif; font-size: 2.5rem; font-weight: 800; color: var(--gold); opacity: 0.3; line-height: 1; min-width: 50px; }
    .step-content h5 { font-family: 'Syne', sans-serif; color: var(--white); margin-bottom: 0.4rem; }
    .step-content p { font-size: 0.88rem; color: var(--text); line-height: 1.7; margin: 0; }

    /* ═══════════════════════════════════
       COURSES PAGE
    ═══════════════════════════════════ */
    .courses-page { background: var(--dark2); }
    .course-filter { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 3rem; }
    .filter-btn {
      font-family: 'Syne', sans-serif; font-size: 0.8rem; font-weight: 700;
      letter-spacing: 0.05em; padding: 0.5rem 1.2rem; border-radius: 100px;
      border: 1px solid rgba(255,255,255,0.12); background: transparent; color: var(--text);
      cursor: pointer; transition: all 0.25s;
    }
    .filter-btn:hover, .filter-btn.active { background: var(--gold); color: var(--dark); border-color: var(--gold); }
    .course-full-card {
      background: linear-gradient(165deg, var(--dark3), var(--dark));
      border: 1px solid rgba(255,255,255,0.07); border-radius: 20px;
      overflow: hidden; transition: all 0.35s; height: 100%;
    }
    .course-full-card:hover { transform: translateY(-6px); border-color: rgba(212,168,67,0.3); box-shadow: 0 24px 60px rgba(0,0,0,0.5); }
    .course-full-thumb { height: 200px; position: relative; overflow: hidden; }
    .course-full-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
    .course-full-card:hover .course-full-thumb img { transform: scale(1.08); }
    .course-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,11,18,0.9) 0%, transparent 60%); }
    .course-tag-overlay { position: absolute; top: 14px; left: 14px; }
    .course-tag-pill { font-family: 'Syne', sans-serif; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 12px; border-radius: 100px; background: var(--gold); color: var(--dark); }
    .course-full-body { padding: 1.8rem; }
    .course-full-title { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.15rem; color: var(--white); margin-bottom: 0.6rem; line-height: 1.3; }
    .course-full-desc { font-size: 0.87rem; color: var(--text); line-height: 1.75; margin-bottom: 1.2rem; }
    .course-includes { list-style: none; padding: 0; margin-bottom: 1.2rem; }
    .course-includes li { font-size: 0.82rem; color: var(--text); padding: 0.25rem 0; display: flex; align-items: center; gap: 8px; }
    .course-includes li i { color: var(--gold); font-size: 0.7rem; }
    .course-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.06); }
    .course-price-big { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.3rem; color: var(--gold); }
    .course-price-old { font-size: 0.8rem; color: var(--text); text-decoration: line-through; }

    /* ═══════════════════════════════════
       ABOUT PAGE
    ═══════════════════════════════════ */
    .about-page { background: var(--dark2); }
    .about-image-block { border-radius: 20px; overflow: hidden; position: relative; }
    .about-image-block img { width: 100%; height: 500px; object-fit: cover; display: block; }
    .about-image-block::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(212,168,67,0.15) 0%, transparent 60%); }
    .about-image-badge { position: absolute; bottom: 1.5rem; left: 1.5rem; background: var(--gold); color: var(--dark); font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.2rem; padding: 0.8rem 1.5rem; border-radius: 12px; z-index: 2; }
    .team-card { background: linear-gradient(145deg, var(--dark3), var(--dark2)); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.35s; }
    .team-card:hover { border-color: rgba(212,168,67,0.2); transform: translateY(-4px); }
    .team-avatar { width: 80px; height: 80px; border-radius: 50%; background: var(--gold-dim); border: 2px solid rgba(212,168,67,0.3); display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--gold); margin: 0 auto 1rem; }
    .team-name { font-family: 'Syne', sans-serif; font-weight: 700; color: var(--white); margin-bottom: 0.25rem; }
    .team-role { font-size: 0.82rem; color: var(--gold); margin-bottom: 0.5rem; }
    .team-bio { font-size: 0.82rem; color: var(--text); line-height: 1.6; }
    .value-card { background: linear-gradient(145deg, var(--dark3), var(--dark2)); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 2rem; }
    .value-icon { font-size: 2rem; color: var(--gold); margin-bottom: 1rem; }
    .value-title { font-family: 'Syne', sans-serif; font-weight: 700; color: var(--white); margin-bottom: 0.5rem; }
    .value-text { font-size: 0.87rem; color: var(--text); line-height: 1.7; }

    /* ═══════════════════════════════════
       CONTACT PAGE
    ═══════════════════════════════════ */
    .contact-page { background: var(--dark2); }
    .contact-card { background: linear-gradient(145deg, var(--dark3), var(--dark2)); border: 1px solid rgba(255,255,255,0.06); border-radius: 20px; padding: 2.5rem; }
    .contact-info-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .contact-info-item:last-child { border-bottom: none; }
    .contact-icon { width: 48px; height: 48px; background: var(--gold-dim); border: 1px solid rgba(212,168,67,0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.1rem; flex-shrink: 0; }
    .contact-info-label { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.85rem; color: var(--white); letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 0.25rem; }
    .contact-info-value { font-size: 0.92rem; color: var(--text); }
    .contact-info-value a { color: var(--text); text-decoration: none; transition: color 0.2s; }
    .contact-info-value a:hover { color: var(--gold); }
    .form-label { font-family: 'Syne', sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text); margin-bottom: 0.5rem; }
    .form-control {
      background: rgba(21,27,46,0.8); border: 1px solid rgba(255,255,255,0.1);
      color: var(--white); border-radius: 10px; padding: 0.9rem 1.1rem; font-size: 0.92rem;
      font-family: 'DM Sans', sans-serif; transition: all 0.25s;
    }
    .form-control:focus { background: rgba(21,27,46,1); border-color: rgba(212,168,67,0.5); box-shadow: 0 0 0 3px rgba(212,168,67,0.1); color: var(--white); outline: none; }
    .form-control::placeholder { color: rgba(200,205,216,0.35); }
    .form-select { background: rgba(21,27,46,0.8); border: 1px solid rgba(255,255,255,0.1); color: var(--white); border-radius: 10px; padding: 0.9rem 1.1rem; font-size: 0.92rem; font-family: 'DM Sans', sans-serif; transition: all 0.25s; }
    .form-select:focus { background: rgba(21,27,46,1); border-color: rgba(212,168,67,0.5); box-shadow: 0 0 0 3px rgba(212,168,67,0.1); color: var(--white); outline: none; }
    .form-select option { background: var(--dark3); color: var(--white); }

    /* FOOTER */
    footer {
      background: var(--dark); border-top: 1px solid rgba(255,255,255,0.05);
      padding: 3rem 0 1.5rem;
    }
    .footer-brand { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--white); }
    .footer-brand span { color: var(--gold); }
    .footer-desc { font-size: 0.88rem; color: var(--text); line-height: 1.7; margin: 0.8rem 0 1.2rem; max-width: 260px; }
    .footer-social { display: flex; gap: 10px; }
    .footer-social a { width: 38px; height: 38px; border-radius: 8px; background: var(--dark3); border: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: var(--text); font-size: 0.9rem; transition: all 0.25s; text-decoration: none; }
    .footer-social a:hover { background: var(--gold-dim); border-color: var(--gold); color: var(--gold); }
    .footer-heading { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--white); letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 1.2rem; }
    .footer-links { list-style: none; padding: 0; }
    .footer-links li { margin-bottom: 0.6rem; }
    .footer-links a { font-size: 0.88rem; color: var(--text); text-decoration: none; transition: color 0.2s; display: flex; align-items: center; gap: 6px; cursor: pointer; }
    .footer-links a::before { content: '→'; color: var(--gold); font-size: 0.75rem; }
    .footer-links a:hover { color: var(--gold); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); margin-top: 3rem; padding-top: 1.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
    .footer-copy { font-size: 0.82rem; color: var(--text); }
    .footer-copy span { color: var(--gold); }

    /* RESPONSIVE */
    @media (max-width: 991px) {
      .hero-float { display: none; }
      .svc-preview-grid { grid-template-columns: repeat(2, 1fr); }
      .about-ring { width: 280px; height: 280px; }
      .about-inner { width: 180px; height: 180px; }
    }
    @media (max-width: 767px) {
      section { padding: 4rem 0; }
      .svc-preview-grid { grid-template-columns: 1fr; }
      .hero-stats { gap: 1.5rem; }
      .cta-box { padding: 2.5rem 1.5rem; }
    }
    .navbar-toggler { border: 1px solid rgba(212,168,67,0.3); padding: 6px 10px; }
    .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(212,168,67,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

    /* gradient thumbs */
    .g1 { background: linear-gradient(135deg, #1a1032, #2d1b69); }
    .g2 { background: linear-gradient(135deg, #0f2027, #203a43); }
    .g3 { background: linear-gradient(135deg, #1a0a05, #4a1000); }
    .g4 { background: linear-gradient(135deg, #0a1628, #0f3460); }
    .g5 { background: linear-gradient(135deg, #05100a, #064020); }
    .g6 { background: linear-gradient(135deg, #180820, #4a0e6b); }

    /* Scroll top btn */
    #scrollTop {
      position: fixed; bottom: 2rem; right: 2rem;
      width: 44px; height: 44px; background: var(--gold); color: var(--dark);
      border: none; border-radius: 50%; font-size: 1rem; cursor: pointer;
      opacity: 0; transform: translateY(20px); transition: all 0.3s; z-index: 500;
    }
    #scrollTop.visible { opacity: 1; transform: translateY(0); }
    #scrollTop:hover { background: var(--gold-light); transform: translateY(-3px); }

    /* Image with glow */
    .img-glow { border-radius: 20px; box-shadow: 0 0 60px rgba(212,168,67,0.12); }

    /* ── THEME TOGGLE BUTTON (navbar) ── */
    .theme-toggle-btn {
      width: 38px; height: 38px; border-radius: 50%;
      background: var(--dark3); border: 1px solid rgba(212,168,67,0.35);
      color: var(--gold); font-size: 1rem; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      transition: all 0.3s; box-shadow: 0 2px 12px rgba(0,0,0,0.25);
      flex-shrink: 0;
    }
    .theme-toggle-btn:hover { background: var(--gold); color: var(--dark); transform: scale(1.1); }
    body.light-mode .theme-toggle-btn { background: #E4DDCE; border-color: rgba(180,120,20,0.3); color: #7a5c00; }
    body.light-mode .theme-toggle-btn:hover { background: var(--gold); color: #1A1510; }
    /* Desktop: hide mobile-only toggle; Mobile: hide the in-nav toggle */
    @media (min-width: 992px) { .theme-toggle-btn.d-lg-none { display: none !important; } }
    @media (max-width: 991px) { #themeToggle { display: none !important; } }

    /* ── SECTION BACKGROUND IMAGES ── */
    .section-with-bg {
      position: relative; overflow: hidden;
    }
    .section-bg-img {
      position: absolute; inset: 0; width: 100%; height: 100%;
      object-fit: cover; z-index: 0;
      transition: opacity 0.6s ease;
    }
    .section-bg-overlay {
      position: absolute; inset: 0; z-index: 1;
      background: var(--section-overlay);
    }
    .section-with-bg > *:not(.section-bg-img):not(.section-bg-overlay) {
      position: relative; z-index: 2;
    }
    /* Parallax tilt effect on section bgs */
    .section-bg-img { will-change: transform; }

    /* ── HOME SERVICES — digital/tech visual ── */
    .home-services.section-with-bg .section-bg-overlay {
      background: linear-gradient(135deg, rgba(8,11,18,0.92) 0%, rgba(8,11,18,0.75) 100%);
    }
    /* ── COURSES PAGE — classroom feel ── */
    .courses-page-section.section-with-bg .section-bg-overlay {
      background: linear-gradient(to bottom, rgba(14,18,32,0.93) 0%, rgba(14,18,32,0.85) 100%);
    }
    /* ── ABOUT ── */
    .about-page-section.section-with-bg .section-bg-overlay {
      background: linear-gradient(135deg, rgba(14,18,32,0.9) 60%, rgba(212,168,67,0.06) 100%);
    }
    /* ── CONTACT PAGE ── */
    .contact-page-section.section-with-bg .section-bg-overlay {
      background: linear-gradient(to bottom, rgba(14,18,32,0.93) 0%, rgba(8,11,18,0.9) 100%);
    }

    /* ── ENHANCED ANIMATIONS ── */
    @keyframes bgShift {
      0%,100% { transform: scale(1) translate(0,0); }
      33% { transform: scale(1.04) translate(-1%, -0.5%); }
      66% { transform: scale(1.02) translate(0.5%, 1%); }
    }
    .section-bg-img { animation: bgShift 20s ease-in-out infinite; }

    /* Page Hero background enhancement */
    .page-hero-bg {
      background-size: cover !important;
      background-position: center !important;
    }

    /* Twinkling stars animation for hero */
    @keyframes twinkle {
      0%,100% { opacity: 0.2; transform: scale(1); }
      50% { opacity: 0.9; transform: scale(1.4); }
    }
    .hero-star {
      position: absolute; border-radius: 50%; background: #fff;
      animation: twinkle var(--dur, 3s) ease-in-out infinite;
      animation-delay: var(--delay, 0s);
    }

    /* Floating cards animation on services */
    @keyframes floatCard {
      0%,100% { transform: translateY(0px) rotate(0deg); }
      50% { transform: translateY(-10px) rotate(1deg); }
    }

    /* Typewriter cursor */
    @keyframes blink { 0%,100% { opacity:1; } 50% { opacity:0; } }
    .typed-cursor { animation: blink 0.8s infinite; color: var(--gold); }

    /* Glow border animation on section headings */
    @keyframes borderGlow {
      0%,100% { box-shadow: 0 0 8px rgba(212,168,67,0.3); }
      50% { box-shadow: 0 0 24px rgba(212,168,67,0.7); }
    }

    /* Wave divider */
    .wave-divider { display: block; width: 100%; overflow: hidden; line-height: 0; }
    .wave-divider svg { display: block; width: 100%; }

    /* Animated number highlight */
    @keyframes countUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

    /* Floating badge on services section */
    .floating-badge-anim { animation: floatY 4s ease-in-out infinite; }

    /* Scroll indicator */
    @keyframes scrollBounce {
      0%,100% { transform: translateY(0); opacity: 1; }
      50% { transform: translateY(8px); opacity: 0.5; }
    }
    .scroll-indicator {
      position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
      display: flex; flex-direction: column; align-items: center; gap: 6px;
      animation: scrollBounce 2s ease-in-out infinite; cursor: pointer;
      text-decoration: none; z-index: 10;
    }
    .scroll-indicator span {
      font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase;
      color: rgba(200,205,216,0.5); font-weight: 600;
    }
    .scroll-indicator i { color: var(--gold); font-size: 0.9rem; }
    body.light-mode .scroll-indicator span { color: rgba(74,69,64,0.5); }
    /* Hide scroll indicator on mobile so it never overlaps stats */
    @media (max-width: 767px) { .scroll-indicator { display: none !important; } }

    /* ── GSAP-like stagger for service cards ── */
    .svc-preview-card:nth-child(1) { animation-delay: 0s; }
    .svc-preview-card:nth-child(2) { animation-delay: 0.1s; }
    .svc-preview-card:nth-child(3) { animation-delay: 0.2s; }

    /* ══════════════════════════════════
       KMR LETTER DROP ANIMATION
    ══════════════════════════════════ */
    .kmr-logo-anim {
      display: inline-flex;
      align-items: center;
      gap: 0;
      font-family: 'Syne', sans-serif;
      font-weight: 800;
      font-size: 1.7rem;
      letter-spacing: -0.5px;
    }
    .kmr-letter {
      display: inline-block;
      position: relative;
      transform-origin: top center;
    }
    .kmr-letter.gold { color: var(--gold); }
    .kmr-letter.white { color: var(--white); }

    @keyframes letterDrop {
      0%   { transform: translateY(-60px) rotateX(-90deg) scale(0.5); opacity: 0; }
      60%  { transform: translateY(6px) rotateX(8deg) scale(1.05); opacity: 1; }
      80%  { transform: translateY(-3px) rotateX(-4deg) scale(0.98); }
      100% { transform: translateY(0) rotateX(0deg) scale(1); opacity: 1; }
    }
    @keyframes letterBounce {
      0%,100% { transform: translateY(0); }
      30%     { transform: translateY(-6px); }
      60%     { transform: translateY(2px); }
    }
    @keyframes letterGlow {
      0%,100% { text-shadow: 0 0 8px rgba(212,168,67,0.4); }
      50%      { text-shadow: 0 0 24px rgba(212,168,67,0.9), 0 0 48px rgba(212,168,67,0.4); }
    }
    .kmr-letter.animate-drop {
      animation: letterDrop 0.7s cubic-bezier(0.34,1.56,0.64,1) both;
    }
    .kmr-letter.animate-drop.gold {
      animation: letterDrop 0.7s cubic-bezier(0.34,1.56,0.64,1) both, letterGlow 2s ease-in-out 1s infinite;
    }
    /* Stagger delays */
    .kmr-letter:nth-child(1) { animation-delay: 0.0s, 1.7s; }
    .kmr-letter:nth-child(2) { animation-delay: 0.12s, 1.82s; }
    .kmr-letter:nth-child(3) { animation-delay: 0.24s, 1.94s; }
    .kmr-letter:nth-child(4) { animation-delay: 0.4s, 2.1s; }
    .kmr-letter:nth-child(5) { animation-delay: 0.55s, 2.25s; }
    .kmr-letter:nth-child(6) { animation-delay: 0.7s, 2.4s; }
    .kmr-letter:nth-child(7) { animation-delay: 0.85s, 2.55s; }
    .kmr-letter:nth-child(8) { animation-delay: 1.0s, 2.7s; }
    .kmr-letter:nth-child(9) { animation-delay: 1.15s, 2.85s; }
    .kmr-letter:nth-child(10) { animation-delay: 1.3s, 3.0s; }

    /* Hover re-trigger */
    .kmr-logo-anim:hover .kmr-letter {
      animation: letterBounce 0.5s ease both;
    }
    .kmr-logo-anim:hover .kmr-letter:nth-child(1) { animation-delay: 0s; }
    .kmr-logo-anim:hover .kmr-letter:nth-child(2) { animation-delay: 0.06s; }
    .kmr-logo-anim:hover .kmr-letter:nth-child(3) { animation-delay: 0.12s; }
    .kmr-logo-anim:hover .kmr-letter:nth-child(4) { animation-delay: 0.18s; }
    .kmr-logo-anim:hover .kmr-letter:nth-child(5) { animation-delay: 0.24s; }
    .kmr-logo-anim:hover .kmr-letter:nth-child(6) { animation-delay: 0.30s; }
    .kmr-logo-anim:hover .kmr-letter:nth-child(7) { animation-delay: 0.36s; }
    .kmr-logo-anim:hover .kmr-letter:nth-child(8) { animation-delay: 0.42s; }
    .kmr-logo-anim:hover .kmr-letter:nth-child(9) { animation-delay: 0.48s; }
    .kmr-logo-anim:hover .kmr-letter:nth-child(10) { animation-delay: 0.54s; }

    /* ══════════════════════════════════
       HERO TITLE WORD-BY-WORD ANIMATION
    ══════════════════════════════════ */
    .word-reveal {
      display: inline-block;
      overflow: hidden;
      vertical-align: bottom;
    }
    .word-inner {
      display: inline-block;
      transform: translateY(110%);
      opacity: 0;
    }
    @keyframes wordSlideUp {
      0%   { transform: translateY(110%); opacity: 0; }
      100% { transform: translateY(0);    opacity: 1; }
    }
    .word-inner.visible {
      animation: wordSlideUp 0.55s cubic-bezier(0.22,1,0.36,1) both;
    }

    /* ══════════════════════════════════
       DIGITAL GROWTH ANIMATION SCENE
    ══════════════════════════════════ */
    .growth-scene {
      position: relative;
      width: 100%;
      height: 420px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Central orb */
    .growth-orb {
      position: absolute;
      width: 140px; height: 140px;
      border-radius: 50%;
      background: radial-gradient(circle at 35% 35%, #F0C96B, #D4A843 50%, #a07820);
      box-shadow: 0 0 60px rgba(212,168,67,0.5), 0 0 120px rgba(212,168,67,0.2), inset 0 0 40px rgba(255,255,255,0.15);
      animation: orbPulse 3s ease-in-out infinite;
      z-index: 5;
      display: flex; align-items: center; justify-content: center;
    }
    .growth-orb-inner {
      font-family: 'Syne', sans-serif;
      font-weight: 800; font-size: 0.7rem;
      color: #080B12;
      letter-spacing: 0.08em;
      text-align: center;
      line-height: 1.4;
    }
    @keyframes orbPulse {
      0%,100% { transform: scale(1); box-shadow: 0 0 60px rgba(212,168,67,0.5), 0 0 120px rgba(212,168,67,0.2); }
      50% { transform: scale(1.06); box-shadow: 0 0 80px rgba(212,168,67,0.7), 0 0 160px rgba(212,168,67,0.3); }
    }

    /* Orbit rings */
    .orbit-ring {
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(212,168,67,0.15);
      animation: ringRotate linear infinite;
    }
    .orbit-ring-1 { width: 220px; height: 220px; animation-duration: 12s; border-color: rgba(212,168,67,0.2); }
    .orbit-ring-2 { width: 320px; height: 320px; animation-duration: 20s; animation-direction: reverse; border-style: dashed; }
    .orbit-ring-3 { width: 400px; height: 400px; animation-duration: 30s; border-color: rgba(37,99,235,0.15); }
    @keyframes ringRotate {
      from { transform: rotate(0deg); }
      to   { transform: rotate(360deg); }
    }

    /* Orbit nodes (icons on rings) */
    .orbit-node {
      position: absolute;
      width: 44px; height: 44px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--dark3), var(--dark2));
      border: 1px solid rgba(212,168,67,0.3);
      display: flex; align-items: center; justify-content: center;
      font-size: 1rem; color: var(--gold);
      box-shadow: 0 4px 20px rgba(0,0,0,0.4), 0 0 12px rgba(212,168,67,0.15);
      transition: all 0.3s;
      cursor: default;
    }
    .orbit-node:hover { background: rgba(212,168,67,0.15); border-color: var(--gold); box-shadow: 0 0 24px rgba(212,168,67,0.4); }

    /* Node tooltip label */
    .orbit-node-label {
      position: absolute;
      bottom: -22px; left: 50%; transform: translateX(-50%);
      font-size: 0.58rem; font-weight: 700; color: var(--gold);
      letter-spacing: 0.06em; text-transform: uppercase;
      white-space: nowrap; font-family: 'Syne', sans-serif;
    }

    /* Nodes on ring 1 */
    .ring1-wrap {
      position: absolute;
      width: 220px; height: 220px;
      border-radius: 50%;
      animation: ringRotate 12s linear infinite;
    }
    .ring1-wrap .orbit-node { animation: ringRotate 12s linear infinite reverse; }

    .ring2-wrap {
      position: absolute;
      width: 320px; height: 320px;
      border-radius: 50%;
      animation: ringRotate 20s linear infinite reverse;
    }
    .ring2-wrap .orbit-node { animation: ringRotate 20s linear infinite; }

    /* Position nodes at angles */
    .node-top    { top: -22px;  left: 50%; transform: translateX(-50%); }
    .node-right  { right: -22px; top: 50%; transform: translateY(-50%); }
    .node-bottom { bottom: -22px; left: 50%; transform: translateX(-50%); }
    .node-left   { left: -22px; top: 50%; transform: translateY(-50%); }
    .node-tr     { top: 10%; right: 8%; }
    .node-br     { bottom: 10%; right: 8%; }
    .node-bl     { bottom: 10%; left: 8%; }
    .node-tl     { top: 10%; left: 8%; }

    /* Floating stat cards around scene */
    .growth-stat-card {
      position: absolute;
      background: rgba(14,18,32,0.92);
      border: 1px solid rgba(212,168,67,0.25);
      backdrop-filter: blur(14px);
      border-radius: 14px;
      padding: 0.7rem 1rem;
      min-width: 120px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.4);
      z-index: 10;
    }
    .growth-stat-card .gsc-label {
      font-size: 0.62rem; color: var(--text); letter-spacing: 0.08em;
      text-transform: uppercase; margin-bottom: 2px;
    }
    .growth-stat-card .gsc-val {
      font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.15rem;
      color: var(--gold);
    }
    .growth-stat-card .gsc-trend {
      font-size: 0.68rem; color: #22c55e; font-weight: 600;
    }
    .gsc-1 { top: 18px; left: 10px; animation: floatY 5s ease-in-out infinite; }
    .gsc-2 { top: 18px; right: 10px; animation: floatY 6s ease-in-out 1s infinite; }
    .gsc-3 { bottom: 30px; left: 20px; animation: floatY 7s ease-in-out 0.5s infinite; }
    .gsc-4 { bottom: 30px; right: 20px; animation: floatY 5.5s ease-in-out 1.5s infinite; }

    /* Connection lines (SVG) */
    .growth-connections {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      pointer-events: none; z-index: 2;
    }
    .conn-line {
      stroke: rgba(212,168,67,0.18);
      stroke-width: 1;
      stroke-dasharray: 5 5;
      animation: dashMove 4s linear infinite;
    }
    @keyframes dashMove {
      to { stroke-dashoffset: -40; }
    }

    /* Upward growth arrow animation */
    .growth-arrow-wrap {
      position: absolute;
      bottom: 8px; left: 50%; transform: translateX(-50%);
      display: flex; align-items: center; gap: 6px;
      z-index: 10;
    }
    .growth-arrow-bar {
      width: 6px;
      border-radius: 3px 3px 0 0;
      background: linear-gradient(to top, rgba(212,168,67,0.3), var(--gold));
      animation: growthBar 2.5s ease-in-out infinite alternate;
    }
    .growth-arrow-bar:nth-child(1) { height: 18px; animation-delay: 0s; }
    .growth-arrow-bar:nth-child(2) { height: 28px; animation-delay: 0.15s; }
    .growth-arrow-bar:nth-child(3) { height: 38px; animation-delay: 0.3s; }
    .growth-arrow-bar:nth-child(4) { height: 50px; animation-delay: 0.45s; }
    .growth-arrow-bar:nth-child(5) { height: 40px; animation-delay: 0.6s; }
    .growth-arrow-bar:nth-child(6) { height: 55px; animation-delay: 0.75s; }
    .growth-arrow-bar:nth-child(7) { height: 65px; animation-delay: 0.9s; }
    @keyframes growthBar {
      0% { opacity: 0.4; transform: scaleY(0.7); }
      100% { opacity: 1; transform: scaleY(1); }
    }

    /* Particle sparks */
    .growth-spark {
      position: absolute;
      width: 4px; height: 4px;
      border-radius: 50%;
      background: var(--gold);
      animation: sparkFly linear infinite;
      z-index: 3;
      opacity: 0;
    }
    @keyframes sparkFly {
      0%   { opacity: 0; transform: translate(0, 0) scale(0); }
      10%  { opacity: 1; }
      90%  { opacity: 0.6; }
      100% { opacity: 0; transform: translate(var(--dx), var(--dy)) scale(0.3); }
    }
    .growth-spark:nth-child(1)  { top: 50%; left: 50%; --dx: -80px; --dy: -100px; animation-duration: 3s; animation-delay: 0s; }
    .growth-spark:nth-child(2)  { top: 50%; left: 50%; --dx: 90px;  --dy: -70px;  animation-duration: 3.5s; animation-delay: 0.4s; }
    .growth-spark:nth-child(3)  { top: 50%; left: 50%; --dx: -60px; --dy: 80px;   animation-duration: 2.8s; animation-delay: 0.8s; }
    .growth-spark:nth-child(4)  { top: 50%; left: 50%; --dx: 70px;  --dy: 90px;   animation-duration: 3.2s; animation-delay: 1.2s; }
    .growth-spark:nth-child(5)  { top: 50%; left: 50%; --dx: -110px;--dy: 20px;   animation-duration: 4s;   animation-delay: 0.6s; }
    .growth-spark:nth-child(6)  { top: 50%; left: 50%; --dx: 100px; --dy: -50px;  animation-duration: 3.7s; animation-delay: 1.8s; }

    /* Live badge — always dark bg so text always stays white */
    .live-campaign-badge {
      position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
      background: rgba(14,18,32,0.9);
      border: 1px solid rgba(212,168,67,0.3);
      border-radius: 100px; padding: 0.3rem 0.9rem;
      font-size: 0.72rem; font-family: 'Syne', sans-serif; font-weight: 700;
      color: #F4F6FB !important;
      display: flex; align-items: center; gap: 7px;
      white-space: nowrap; z-index: 20;
      backdrop-filter: blur(10px);
    }
    body.light-mode .live-campaign-badge {
      background: rgba(10,12,24,0.88);
      color: #F4F6FB !important;
      border-color: rgba(212,168,67,0.4);
    }
      display: inline-block; width: 8px; height: 8px;
      background: #22c55e; border-radius: 50%;
      box-shadow: 0 0 0 0 rgba(34,197,94,0.4);
      animation: dashPulse 1.5s ease-in-out infinite;
    }
    @keyframes dashPulse {
      0%   { box-shadow: 0 0 0 0 rgba(34,197,94,0.5); }
      70%  { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
      100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
    }

    /* Light mode tweaks for growth scene */
    body.light-mode .growth-stat-card { background: rgba(255,255,255,0.92); border-color: rgba(180,120,20,0.2); }
    body.light-mode .orbit-node { background: linear-gradient(135deg,#fff,#F4EFE6); border-color: rgba(180,120,20,0.25); }
    body.light-mode .growth-orb { box-shadow: 0 0 60px rgba(180,120,20,0.4), 0 0 120px rgba(180,120,20,0.15); }
    body.light-mode .gsc-label { color: #6A6560; }
    body.light-mode .gsc-val { color: #B47814; }

    /* ══════════════════════════════════
       MATRIX DIGITAL RAIN (hero overlay)
    ══════════════════════════════════ */
    #matrixCanvas {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      pointer-events: none;
      z-index: 1;
      opacity: 0.07;
    }

    /* ══════════════════════════════════
       FLOATING METRIC BADGES
    ══════════════════════════════════ */
    .metric-badge {
      position: absolute;
      background: rgba(14,18,32,0.92);
      border: 1px solid rgba(212,168,67,0.25);
      backdrop-filter: blur(12px);
      border-radius: 12px;
      padding: 0.5rem 0.9rem;
      font-family: 'Syne', sans-serif;
      font-size: 0.75rem;
      color: var(--white);
      white-space: nowrap;
      box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    }
    .metric-badge .metric-label { color: var(--text); font-size: 0.65rem; display: block; }
    .metric-badge .metric-val   { color: var(--gold); font-weight: 700; font-size: 0.9rem; }
    .metric-badge-1 {
      top: -28px; left: -30px;
      animation: floatY 5s ease-in-out infinite;
    }
    .metric-badge-2 {
      bottom: 30px; left: -40px;
      animation: floatY 6s ease-in-out 1s infinite;
    }

    /* Gradient text shimmer on CTA */
    .shimmer-text {
      background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold), var(--gold-light));
      background-size: 300% auto;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: shimmer 4s linear infinite;
    }

    /* Neon glow on hover for icons */
    .svc-preview-card:hover .svc-icon { box-shadow: 0 0 20px rgba(212,168,67,0.4); }

    /* Timeline for about page */
    .timeline-item { position: relative; padding-left: 2.5rem; padding-bottom: 2rem; }
    .timeline-item::before { content: ''; position: absolute; left: 8px; top: 8px; bottom: 0; width: 1px; background: linear-gradient(to bottom, var(--gold), transparent); }
    .timeline-dot { position: absolute; left: 0; top: 6px; width: 18px; height: 18px; border-radius: 50%; background: var(--gold); animation: pulse 2s infinite; flex-shrink: 0; }
    .timeline-year { font-family: 'Syne', sans-serif; font-size: 0.75rem; font-weight: 700; color: var(--gold); letter-spacing: 0.1em; margin-bottom: 0.3rem; }
    .timeline-title { font-family: 'Syne', sans-serif; font-weight: 700; color: var(--white); margin-bottom: 0.3rem; }
    .timeline-text { font-size: 0.85rem; color: var(--text); line-height: 1.6; }

    /* Responsive dark mode toggle */
    @media (max-width: 767px) {
      /* WhatsApp sits above the scroll-to-top button on mobile */
      .whatsapp-float {
        bottom: calc(2rem + 44px + 0.6rem);
        right: 2rem;
        width: 42px;
        height: 42px;
      }
    }

    /* ══════════════════════════════════
       DIGITAL MARKETING VISUAL (hero right)
    ══════════════════════════════════ */
    .dm-visual {
      position: relative;
      width: 320px;
      height: 350px;
    }
    .dm-img-wrap {
      position: relative;
      width: 100%;
      height: 100%;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 40px 100px rgba(0,0,0,0.55), 0 0 0 1px rgba(212,168,67,0.12);
    }
    .dm-main-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transform: scale(1.04);
      animation: dmImgPan 14s ease-in-out infinite alternate;
    }
    @keyframes dmImgPan {
      from { transform: scale(1.04) translateX(0); }
      to   { transform: scale(1.08) translateX(-20px); }
    }
    .dm-img-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(135deg,
        rgba(8,11,18,0.35) 0%,
        rgba(212,168,67,0.12) 50%,
        rgba(8,11,18,0.55) 100%);
    }

    /* Floating metric cards */
    .dm-float-card {
      position: absolute;
      background: rgba(14,18,32,0.92);
      backdrop-filter: blur(14px);
      border: 1px solid rgba(212,168,67,0.25);
      border-radius: 12px;
      padding: 0.5rem 0.8rem;
      display: flex; align-items: center; gap: 8px;
      box-shadow: 0 10px 40px rgba(0,0,0,0.45);
      min-width: 130px;
    }
    .dm-fc-icon {
      width: 28px; height: 28px; border-radius: 8px;
      background: var(--gold-dim); border: 1px solid rgba(212,168,67,0.25);
      display: flex; align-items: center; justify-content: center;
      color: var(--gold); font-size: 0.8rem; flex-shrink: 0;
    }
    .dm-fc-val {
      font-family: 'Syne', sans-serif; font-weight: 800;
      font-size: 0.85rem; color: var(--white); line-height: 1.1;
    }
    .dm-fc-label {
      font-size: 0.6rem; color: var(--text); margin-top: 2px;
    }
    .dm-fc-1 { top: -18px; left: -24px; animation: dmFloat1 6s ease-in-out infinite; }
    .dm-fc-2 { bottom: 70px; left: -36px; animation: dmFloat2 7s ease-in-out 1s infinite; }
    .dm-fc-3 { bottom: -14px; right: -16px; animation: dmFloat3 5.5s ease-in-out 0.5s infinite; }
    @keyframes dmFloat1 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
    @keyframes dmFloat2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(10px)} }
    @keyframes dmFloat3 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

    /* Decorative rings */
    .dm-ring {
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(212,168,67,0.15);
      pointer-events: none;
    }
    .dm-ring-1 {
      width: 390px; height: 390px;
      top: 50%; left: 50%;
      transform: translate(-50%,-50%);
      animation: dmRingSpin 22s linear infinite;
    }
    .dm-ring-2 {
      width: 460px; height: 460px;
      top: 50%; left: 50%;
      transform: translate(-50%,-50%);
      border-color: rgba(212,168,67,0.07);
      animation: dmRingSpin 35s linear reverse infinite;
    }
    @keyframes dmRingSpin { from{transform:translate(-50%,-50%) rotate(0)} to{transform:translate(-50%,-50%) rotate(360deg)} }

    /* Social platform icons */
    .dm-social-float {
      position: absolute;
      width: 34px; height: 34px; border-radius: 50%;
      background: rgba(14,18,32,0.9);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.1);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.9rem;
      box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    }
    .dm-sf-1 { top: 14px; right: -14px; animation: dmFloat1 5s ease-in-out 0.3s infinite; }
    .dm-sf-2 { top: 62px; right: -22px; animation: dmFloat2 6s ease-in-out 1.2s infinite; }
    .dm-sf-3 { top: 110px; right: -14px; animation: dmFloat3 4.8s ease-in-out 0.8s infinite; }
    .dm-sf-4 { top: 158px; right: -22px; animation: dmFloat1 6.5s ease-in-out 0.4s infinite; }

    /* Light mode overrides */
    body.light-mode .dm-float-card { background: rgba(255,255,255,0.95); border-color: rgba(180,120,20,0.25); }
    body.light-mode .dm-fc-val { color: #1A1510; }
    body.light-mode .dm-social-float { background: rgba(255,255,255,0.92); }
    body.light-mode .dm-img-overlay { background: linear-gradient(135deg, rgba(248,246,240,0.2) 0%, rgba(212,168,67,0.08) 50%, rgba(8,11,18,0.3) 100%); }

    @media (max-width: 991px) {
      .dm-visual { display: none; }
    }

  /* ── WhatsApp Floating CTA Button ── */
  .whatsapp-float {
    position: fixed;
    bottom: calc(2rem + 44px + 0.65rem);
    right: 2rem;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0 6px 24px rgba(37,211,102,0.45);
    font-size: 1.35rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: waPulse 2.5s ease-in-out infinite;
  }
  .whatsapp-float:hover {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 10px 32px rgba(37,211,102,0.6);
    color: #fff;
    text-decoration: none;
  }
  .whatsapp-float .wa-label { display: none; }
  @keyframes waPulse {
    0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.45); }
    50%       { box-shadow: 0 6px 32px rgba(37,211,102,0.75); }
  }

  /* ══════════════════════════════════
     LEAD CAPTURE POPUP
  ══════════════════════════════════ */
  .kmr-popup-overlay {
    display: none;
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(4px);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: kmrFadeIn 0.35s ease;
  }
  .kmr-popup-overlay.active { display: flex; }
  @keyframes kmrFadeIn { from { opacity: 0; } to { opacity: 1; } }

  .kmr-popup-box {
    position: relative;
    background: var(--dark2);
    border: 1px solid rgba(212,168,67,0.3);
    border-radius: 18px;
    padding: 2rem 1.8rem 1.6rem;
    width: 100%; max-width: 420px;
    box-shadow: 0 24px 64px rgba(0,0,0,0.5);
    animation: kmrSlideUp 0.38s cubic-bezier(.22,1,.36,1);
  }
  @keyframes kmrSlideUp { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
  body.light-mode .kmr-popup-box { background: #fff; border-color: rgba(180,120,20,0.25); }

  .kmr-popup-close {
    position: absolute; top: 0.8rem; right: 1rem;
    background: none; border: none;
    color: var(--text); font-size: 1.5rem; cursor: pointer;
    line-height: 1; transition: color 0.2s;
  }
  .kmr-popup-close:hover { color: var(--gold); }

  .kmr-popup-badge {
    display: inline-block;
    background: rgba(212,168,67,0.15);
    border: 1px solid rgba(212,168,67,0.4);
    color: var(--gold);
    font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em;
    padding: 0.25rem 0.7rem; border-radius: 20px;
    margin-bottom: 0.7rem;
  }
  .kmr-popup-header h4 {
    font-family: 'Syne', sans-serif;
    font-size: 1.15rem; font-weight: 800;
    color: var(--white); margin-bottom: 0.3rem; line-height: 1.3;
  }
  body.light-mode .kmr-popup-header h4 { color: #1A1510; }
  .kmr-popup-header p {
    font-size: 0.82rem; color: var(--text); margin-bottom: 1.1rem;
  }

  .kmr-pop-input {
    width: 100%; padding: 0.6rem 0.9rem;
    margin-bottom: 0.65rem;
    background: var(--dark3);
    border: 1px solid rgba(212,168,67,0.2);
    border-radius: 8px;
    color: var(--white);
    font-size: 0.88rem;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
  }
  .kmr-pop-input:focus { border-color: var(--gold); }
  .kmr-pop-input::placeholder { color: rgba(255,255,255,0.35); }
  body.light-mode .kmr-pop-input { background: #f5f0e8; border-color: rgba(180,120,20,0.2); color: #1A1510; }
  body.light-mode .kmr-pop-input::placeholder { color: rgba(0,0,0,0.35); }
  .kmr-pop-select { appearance: none; cursor: pointer; }
  option, optgroup { background: var(--dark2); color: var(--white); }

  .kmr-pop-btn {
    width: 100%; padding: 0.75rem;
    background: var(--gold); color: var(--dark);
    border: none; border-radius: 8px;
    font-family: 'Syne', sans-serif;
    font-size: 0.95rem; font-weight: 700;
    cursor: pointer; transition: all 0.25s;
    margin-top: 0.2rem;
  }
  .kmr-pop-btn:hover { background: var(--gold-light); transform: translateY(-1px); }

  .kmr-pop-status {
    text-align: center; font-size: 0.82rem;
    min-height: 1.2rem; margin-top: 0.5rem; margin-bottom: 0;
  }

  @media (max-width: 480px) {
    .kmr-popup-box { padding: 1.6rem 1.2rem 1.3rem; }
    .kmr-popup-header h4 { font-size: 1rem; }
  }
