/* ============================================================
   Saupurein Consulting — style.css
   Compiled from inline styles | Bootstrap 5 handles layout
   ============================================================ */

:root {
    --blue:     #2563EB;
    --blue-lt:  #60A5FA;
    --blue-glow:rgba(37,99,235,.22);
    --cyan:     #22D3EE;
    --green:    #10B981;
    --black:    #05070E;
    --carbon:   #090C17;
    --surface:  #111422;
    --surface2: #181C2E;
    --border:   rgba(255,255,255,.07);
    --border-b: rgba(37,99,235,.25);
    --txt:      #E2E8F8;
    --txt2:     #6B7494;
    --txt3:     #2E3450;
    --ff-mono:  'JetBrains Mono', monospace;
    --ff-body:  'Plus Jakarta Sans', sans-serif;
    --nav-h:    66px;
  }

  *, *::before, *::after { box-sizing: border-box; }
  html  { scroll-behavior: smooth; }
  body  { font-family: var(--ff-body); background: var(--black); color: var(--txt); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  a     { color: inherit; text-decoration: none; }
  img   { max-width: 100%; display: block; }
  ::-webkit-scrollbar       { width: 4px; }
  ::-webkit-scrollbar-track { background: var(--carbon); }
  ::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 2px; }

  /* ── NAVBAR ── */
  .scc-nav {
    background: transparent; border-bottom: 1px solid transparent;
    transition: background .3s, border-color .3s;
    min-height: var(--nav-h); padding: 0;
  }
  .scc-nav.scrolled { background: rgba(5,7,14,.93); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-color: var(--border); }
  .nav-brand {
    font-family: var(--ff-mono); font-size: 17px; font-weight: 800;
    letter-spacing: -.01em; color: var(--txt);
    display: flex; align-items: center; gap: 10px;
  }
  .nav-brand .dot { color: var(--cyan); }
  .scc-toggler { background: none; border: 1px solid var(--border); border-radius: 8px; padding: 7px 9px; cursor: pointer; display: flex; flex-direction: column; gap: 5px; flex-shrink: 0; }
  .scc-toggler .bar { display: block; width: 20px; height: 2px; background: var(--txt); border-radius: 2px; }
  /* BS5 collapse bg on mobile */
  .navbar-collapse { background: var(--carbon); border-radius: 0 0 14px 14px; padding: 0 1rem 1.25rem; margin-left: -.75rem; margin-right: -.75rem; }
  @media (min-width: 992px) { .navbar-collapse { background: transparent; padding: 0; margin: 0; } }
  .scc-link { font-family: var(--ff-mono) !important; font-size: 11px !important; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--txt2) !important; padding: 8px 12px !important; border-radius: 6px; transition: color .15s, background .15s; }
  .scc-link:hover { color: var(--txt) !important; background: rgba(255,255,255,.05); }

  /* ── BUTTONS ── */
  .btn-scc { font-family: var(--ff-mono); font-weight: 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; border-radius: 8px; transition: all .25s; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
  .btn-primary-scc  {
    background: linear-gradient(135deg, var(--blue), #1E3A8A);
    color: #fff !important; border: none; padding: 13px 26px;
    box-shadow: 0 4px 20px rgba(37,99,235,.35), inset 0 1px 0 rgba(255,255,255,.1);
    position: relative; overflow: hidden;
  }
  .btn-primary-scc::before { content:''; position:absolute; top:0; left:-100%; width:100%; height:100%; background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent); transition:left .4s ease; }
  .btn-primary-scc:hover { background: linear-gradient(135deg, #3B6EF8, var(--blue)); box-shadow: 0 6px 30px rgba(37,99,235,.55), 0 0 40px rgba(37,99,235,.2); transform: translateY(-2px); color: #fff !important; }
  .btn-primary-scc:hover::before { left: 100%; }
  .btn-outline-scc  { background: rgba(37,99,235,.06); color: var(--txt) !important; border: 1.5px solid rgba(255,255,255,.15); padding: 13px 26px; backdrop-filter: blur(8px); }
  .btn-outline-scc:hover { border-color: var(--blue-lt); color: var(--blue-lt) !important; background: rgba(37,99,235,.12); box-shadow: 0 0 18px rgba(37,99,235,.15); }
  .btn-ghost-scc    { background: rgba(255,255,255,.05); color: var(--txt) !important; border: 1.5px solid rgba(255,255,255,.08); padding: 13px 26px; }
  .btn-ghost-scc:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.15); }
  .btn-wa-scc       { background: linear-gradient(135deg, #25D366, #1A9E4F); color: #fff !important; border: none; padding: 13px 26px; box-shadow: 0 4px 20px rgba(37,211,102,.3); }
  .btn-wa-scc:hover { background: linear-gradient(135deg, #2FE070, #25D366); box-shadow: 0 6px 28px rgba(37,211,102,.45); transform: translateY(-2px); color: #fff !important; }
  .btn-sm-scc       { padding: 9px 18px !important; font-size: 11px !important; }

  /* ── SECTIONS ── */
  .sec     { padding: 88px 0; }
  .sec-alt {
    background:
      radial-gradient(ellipse 80% 50% at 50% 0%, rgba(37,99,235,.07) 0%, transparent 60%),
      var(--carbon);
  }
  /* Section divider glow */
  .sec::before {
    content: '';
    display: block; height: 1px; width: 100%;
    background: linear-gradient(90deg, transparent, rgba(37,99,235,.2), rgba(34,211,238,.15), rgba(37,99,235,.2), transparent);
    margin-bottom: -1px;
  }
  .eyebrow { font-family: var(--ff-mono); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--cyan); display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
  .eyebrow::before { content:''; width: 20px; height: 2px; background: var(--cyan); flex-shrink: 0; }
  .sec-title { font-family: var(--ff-body); font-weight: 800; letter-spacing: -.03em; font-size: clamp(26px, 4.5vw, 48px); line-height: 1.05; margin-bottom: 16px; }
  .sec-title span { color: var(--blue-lt); }
  .sec-sub   { font-size: 16px; color: var(--txt2); line-height: 1.72; }

  /* ── HERO ── */
  .hero { min-height: 100svh; padding-top: var(--nav-h); display: flex; align-items: center; position: relative; overflow: hidden; }
  .hero-bg { position: absolute; inset: 0; z-index: 0;
    background:
      radial-gradient(ellipse 100% 80% at 90% 10%, rgba(37,99,235,.25) 0%, transparent 55%),
      radial-gradient(ellipse 60% 50% at 0% 90%, rgba(34,211,238,.12) 0%, transparent 55%),
      radial-gradient(ellipse 40% 40% at 50% 50%, rgba(37,99,235,.06) 0%, transparent 70%),
      repeating-linear-gradient(0deg, transparent, transparent 80px, rgba(37,99,235,.03) 80px, rgba(37,99,235,.03) 81px),
      repeating-linear-gradient(90deg, transparent, transparent 80px, rgba(37,99,235,.02) 80px, rgba(37,99,235,.02) 81px),
      linear-gradient(180deg, var(--black) 0%, #060C1F 100%);
  }
  #hero-canvas { position: absolute; inset: 0; z-index: 0; opacity: .45; }
  .hero-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
  .orb1 {
    width: 700px; height: 700px; top: -200px; right: -200px;
    background: radial-gradient(circle, rgba(37,99,235,.25) 0%, rgba(34,211,238,.08) 40%, transparent 70%);
    filter: blur(60px);
    animation: orbFloat 8s ease-in-out infinite;
  }
  .orb2 {
    width: 400px; height: 400px; bottom: -100px; left: -100px;
    background: radial-gradient(circle, rgba(34,211,238,.18) 0%, transparent 70%);
    filter: blur(50px);
    animation: orbFloat 10s ease-in-out infinite reverse;
  }
  .orb3 {
    width: 250px; height: 250px; top: 40%; right: 28%;
    background: radial-gradient(circle, rgba(37,99,235,.12) 0%, transparent 70%);
    filter: blur(40px);
    animation: orbFloat 6s ease-in-out 2s infinite;
  }

  .hero-prompt { font-family: var(--ff-mono); font-size: 13px; font-weight: 500; color: var(--cyan); letter-spacing: .04em; margin-bottom: 18px; display: flex; align-items: center; gap: 8px; opacity: 0; animation: fadeUp .5s .05s both; }
  .hero-prompt::before { content:'> '; opacity: .5; }
  .hero-prompt .cursor { width: 8px; height: 16px; background: var(--cyan); animation: blink 1s step-end infinite; display: inline-block; vertical-align: middle; }
  .hero-title { font-family: var(--ff-body); font-weight: 800; letter-spacing: -.04em; font-size: clamp(36px, 7vw, 80px); line-height: 1.0; margin-bottom: 22px; opacity: 0; animation: fadeUp .55s .18s both; }
  .hero-title .hl { color: var(--blue-lt); }
  .hero-sub   { font-size: clamp(15px, 2vw, 18px); color: var(--txt2); line-height: 1.72; max-width: 520px; margin-bottom: 36px; opacity: 0; animation: fadeUp .55s .30s both; }
  .hero-btns  { opacity: 0; animation: fadeUp .55s .42s both; }
  .hero-stats { display: flex; flex-wrap: wrap; gap: 28px; padding-top: 32px; margin-top: 4px; border-top: 1px solid var(--border); opacity: 0; animation: fadeUp .55s .54s both; }
  .stat-n { font-family: var(--ff-mono); font-size: 30px; font-weight: 800; color: var(--blue-lt); line-height: 1; }
  .stat-l { font-size: 12px; color: var(--txt3); margin-top: 4px; }

  /* Terminal card */
  .terminal {
    background: linear-gradient(145deg, var(--surface) 0%, rgba(37,99,235,.08) 100%);
    border: 1px solid var(--border-b); border-radius: 14px; overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,0,0,.6), 0 0 0 1px rgba(37,99,235,.12), inset 0 1px 0 rgba(255,255,255,.05);
    position: relative;
  }
  .terminal::after {
    content: '';
    position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.03), transparent);
    animation: shimmer 4s ease-in-out infinite;
  }
  .term-bar  { background: linear-gradient(90deg, var(--surface2), rgba(37,99,235,.08)); padding: 12px 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--border); }
  .term-dot  { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; }
  .term-title { font-family: var(--ff-mono); font-size: 12px; color: var(--txt3); margin-left: 8px; }
  .term-body  { padding: 20px 22px; font-family: var(--ff-mono); font-size: 13px; line-height: 1.8; }
  .tc { color: var(--txt3); }
  .tk { color: var(--cyan); }
  .ts { color: #86EFAC; }
  .tf { color: var(--blue-lt); }
  .term-live { display: inline-flex; align-items: center; gap: 6px; font-family: var(--ff-mono); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; background: rgba(34,211,238,.12); color: var(--cyan); border: 1px solid rgba(34,211,238,.22); }
  .term-live::before { content:'●'; font-size: 7px; animation: blink 1.4s ease-in-out infinite; }

  /* Mouse-follow spotlight on service cards */
  .svc-card {
    background: linear-gradient(145deg, var(--surface) 0%, rgba(37,99,235,.06) 100%);
    border: 1px solid var(--border); border-radius: 16px; padding: 30px 26px; height: 100%;
    position: relative; overflow: hidden;
    transition: border-color .3s, transform .3s, box-shadow .3s;
  }
  .svc-card::after {
    content: '';
    position: absolute;
    top: 0; left: -120%; width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.04), transparent);
    transition: left .6s ease;
  }
  .svc-card:hover::after { left: 160%; }
  .svc-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--cyan), var(--blue-lt), transparent);
    opacity: 0; transition: opacity .3s;
  }
  .svc-card:hover {
    border-color: rgba(37,99,235,.5);
    transform: translateY(-6px);
    box-shadow:
      0 24px 60px rgba(0,0,0,.5),
      0 0 40px rgba(37,99,235,.18),
      inset 0 0 30px rgba(37,99,235,.04);
  }
  .svc-card:hover::before { opacity: 1; }
  .svc-card-glow {
    position: absolute; bottom: -40px; right: -40px;
    width: 140px; height: 140px; border-radius: 50%;
    background: radial-gradient(circle, rgba(37,99,235,.15) 0%, transparent 70%);
    pointer-events: none; transition: opacity .3s;
  }
  .svc-card:hover .svc-card-glow { opacity: 1.5; transform: scale(1.3); }
  .svc-num  { font-family: var(--ff-mono); font-size: 44px; font-weight: 800; color: rgba(37,99,235,.12); line-height: 1; margin-bottom: 14px; }
  .svc-icon { font-size: 32px; margin-bottom: 14px; }
  .svc-name { font-family: var(--ff-body); font-weight: 800; font-size: 22px; letter-spacing: -.02em; margin-bottom: 10px; }
  .svc-desc { font-size: 15px; color: var(--txt2); line-height: 1.7; margin-bottom: 20px; }
  .svc-list { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 8px; }
  .svc-list li { font-size: 14px; color: var(--txt2); display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; }
  .svc-list li::before { content: '//'; font-family: var(--ff-mono); font-size: 11px; font-weight: 700; color: var(--cyan); flex-shrink: 0; margin-top: 2px; }
  .tech-pill {
    display: inline-flex; font-family: var(--ff-mono); font-size: 10px; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px;
    background: linear-gradient(135deg, rgba(37,99,235,.18), rgba(34,211,238,.08));
    color: var(--blue-lt); border: 1px solid rgba(37,99,235,.3);
    box-shadow: 0 0 8px rgba(37,99,235,.1);
  }

  /* Section divider fix — remove pseudo-element approach, use div instead */
  .sec::before { display: none; }

  /* ── ABOUT ── */
  .about-stat {
    background: linear-gradient(135deg, var(--surface), rgba(37,99,235,.08));
    border: 1px solid var(--border); border-radius: 12px; padding: 20px 16px; text-align: center;
    transition: border-color .2s, box-shadow .2s, transform .2s;
  }
  .about-stat:hover { border-color: var(--border-b); box-shadow: 0 0 20px rgba(37,99,235,.15); transform: translateY(-2px); }
  .about-n { font-family: var(--ff-mono); font-size: 38px; font-weight: 800; color: var(--blue-lt); line-height: 1; text-shadow: 0 0 20px rgba(96,165,250,.3); }
  .about-l { font-family: var(--ff-mono); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--txt3); margin-top: 6px; }
  .team-card {
    background: linear-gradient(145deg, var(--surface), rgba(37,99,235,.06));
    border: 1px solid var(--border); border-radius: 16px; padding: 26px 20px; height: 100%;
    text-align: center; transition: border-color .25s, transform .25s, box-shadow .25s;
    position: relative; overflow: hidden;
  }
  .team-card::before {
    content: '';
    position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle at 50% 0%, rgba(37,99,235,.08) 0%, transparent 60%);
    pointer-events: none;
  }
  .team-card:hover { border-color: var(--border-b); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.4), 0 0 30px rgba(37,99,235,.12); }
  .team-av   { width: 68px; height: 68px; border-radius: 50%; margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; font-family: var(--ff-mono); font-size: 22px; font-weight: 800; color: #fff; box-shadow: 0 0 24px rgba(37,99,235,.4); }
  .team-name { font-family: var(--ff-body); font-weight: 800; font-size: 20px; letter-spacing: -.02em; margin-bottom: 4px; }
  .team-role { font-family: var(--ff-mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 12px; text-shadow: 0 0 10px rgba(34,211,238,.3); }
  .team-desc { font-size: 14px; color: var(--txt2); line-height: 1.65; }

  /* ── WHY ── */
  .why-item {
    background: linear-gradient(135deg, var(--surface), rgba(37,99,235,.05));
    border: 1px solid var(--border); border-radius: 12px; padding: 20px 18px;
    display: flex; gap: 16px; align-items: flex-start;
    transition: border-color .2s, box-shadow .2s, transform .2s;
  }
  .why-item:hover { border-color: var(--border-b); box-shadow: 0 8px 24px rgba(0,0,0,.3), 0 0 16px rgba(37,99,235,.1); transform: translateY(-2px); }
  .why-icon  { font-size: 24px; flex-shrink: 0; filter: drop-shadow(0 0 6px rgba(34,211,238,.3)); }
  .why-title { font-family: var(--ff-body); font-weight: 700; font-size: 15px; margin-bottom: 5px; }
  .why-desc  { font-size: 14px; color: var(--txt2); line-height: 1.62; margin-bottom: 0; }

  /* ── PROCESS ── */
  .ps { display: flex; gap: 20px; align-items: flex-start; padding: 22px 0; border-bottom: 1px solid var(--border); }
  .ps:last-child { border-bottom: none; }
  .ps-n  { font-family: var(--ff-mono); font-size: 40px; font-weight: 800; color: rgba(37,99,235,.18); line-height: 1; width: 52px; flex-shrink: 0; transition: color .2s; }
  .ps:hover .ps-n { color: var(--blue-lt); }
  .ps-title { font-family: var(--ff-body); font-weight: 700; font-size: 17px; margin-bottom: 5px; }
  .ps-desc  { font-size: 14px; color: var(--txt2); line-height: 1.65; margin-bottom: 0; }

  /* ── CONTACT ── */
  .contact-card  {
    background: linear-gradient(145deg, var(--surface), rgba(37,99,235,.06));
    border: 1px solid var(--border); border-radius: 16px; padding: 28px 24px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  }
  .scc-label     { font-family: var(--ff-mono); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--txt2); display: block; margin-bottom: 7px; }
  .scc-input     { width: 100%; background: rgba(6,8,16,.8); border: 1px solid var(--border); border-radius: 8px; padding: 12px 14px; font-size: 15px; font-family: var(--ff-body); color: var(--txt); outline: none; transition: border-color .2s, box-shadow .2s; margin-bottom: 16px; }
  .scc-input::placeholder { color: var(--txt3); }
  .scc-input:focus { border-color: var(--blue-lt); box-shadow: 0 0 0 3px rgba(37,99,235,.15), 0 0 16px rgba(37,99,235,.1); }
  textarea.scc-input { resize: vertical; min-height: 110px; }
  .cinfo-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
  .cinfo-ico  { font-size: 20px; flex-shrink: 0; margin-top: 2px; filter: drop-shadow(0 0 6px rgba(34,211,238,.25)); }
  .cinfo-lbl  { font-family: var(--ff-mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--txt3); margin-bottom: 3px; }
  .cinfo-val  { font-size: 15px; color: var(--txt); }
  .cinfo-val a { color: var(--blue-lt); transition: opacity .15s, text-shadow .15s; }
  .cinfo-val a:hover { opacity: .85; text-shadow: 0 0 12px rgba(96,165,250,.4); }
  .notice-box   {
    background: linear-gradient(135deg, rgba(37,99,235,.1), rgba(34,211,238,.05));
    border: 1px solid rgba(37,99,235,.3); border-radius: 12px; padding: 18px 20px; margin-top: 20px;
    box-shadow: 0 0 20px rgba(37,99,235,.08), inset 0 0 20px rgba(37,99,235,.04);
  }
  .notice-label { font-family: var(--ff-mono); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--cyan); margin-bottom: 6px; text-shadow: 0 0 10px rgba(34,211,238,.4); }
  .notice-txt   { font-size: 14px; color: var(--txt2); line-height: 1.65; margin: 0; }

  /* ── FOOTER ── */
  .scc-footer {
    background:
      radial-gradient(ellipse 60% 80% at 50% 100%, rgba(37,99,235,.08) 0%, transparent 60%),
      var(--carbon);
    border-top: 1px solid rgba(37,99,235,.15); padding: 44px 0 24px;
  }
  .footer-brand { font-family: var(--ff-mono); font-size: 18px; font-weight: 800; color: var(--txt); margin-bottom: 10px; }
  .footer-brand .dot { color: var(--cyan); text-shadow: 0 0 10px rgba(34,211,238,.5); }
  .footer-txt  { font-size: 14px; color: var(--txt3); line-height: 1.7; }
  .footer-hdg  { font-family: var(--ff-mono); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--txt3); margin-bottom: 14px; }
  .footer-lnk  { font-size: 14px; color: var(--txt2); display: block; margin-bottom: 9px; transition: color .15s, text-shadow .15s; }
  .footer-lnk:hover { color: var(--blue-lt); text-shadow: 0 0 10px rgba(96,165,250,.35); }
  .footer-bot  { border-top: 1px solid rgba(37,99,235,.1); padding-top: 20px; margin-top: 28px; font-size: 13px; color: var(--txt3); }

  /* ── WA FLOAT ── */
  .wa-float {
    position: fixed; bottom: 22px; right: 22px; z-index: 999;
    width: 54px; height: 54px; border-radius: 50%;
    background: linear-gradient(135deg, #25D366, #1A9E4F);
    color: #fff; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,.3);
    transition: transform .2s cubic-bezier(.34,1.56,.64,1), box-shadow .2s;
    animation: waPulse 3s ease-in-out infinite;
  }
  .wa-float:hover { transform: scale(1.1); color: #fff; box-shadow: 0 6px 30px rgba(37,211,102,.65); animation: none; }
  .wa-float svg { width: 26px; height: 26px; filter: drop-shadow(0 0 6px rgba(255,255,255,.3)); }

  /* ── PROCESS ── */
  .ps { display: flex; gap: 20px; align-items: flex-start; padding: 22px 0; border-bottom: 1px solid var(--border); transition: border-color .2s; }
  .ps:last-child { border-bottom: none; }
  .ps:hover { border-color: rgba(37,99,235,.2); }
  .ps-n  { font-family: var(--ff-mono); font-size: 40px; font-weight: 800; color: rgba(37,99,235,.18); line-height: 1; width: 52px; flex-shrink: 0; transition: color .2s, text-shadow .2s; }
  .ps:hover .ps-n { color: var(--blue-lt); text-shadow: 0 0 20px rgba(96,165,250,.4); }
  .ps-title { font-family: var(--ff-body); font-weight: 700; font-size: 17px; margin-bottom: 5px; }
  .ps-desc  { font-size: 14px; color: var(--txt2); line-height: 1.65; margin-bottom: 0; }

  /* ── REVEAL ── */
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .62s cubic-bezier(.25,0,0,1), transform .62s cubic-bezier(.25,0,0,1); }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; }
  .d3 { transition-delay: .24s; } .d4 { transition-delay: .32s; }

  /* ── SECTION GRADIENT DIVIDERS ── */
  .gradient-divider {
    height: 1px; width: 100%;
    background: linear-gradient(90deg, transparent, rgba(37,99,235,.3), rgba(34,211,238,.2), rgba(37,99,235,.3), transparent);
    margin: 0;
  }

  /* ── CTA SECTION ── */
  .sec-cta {
    background:
      radial-gradient(ellipse 80% 100% at 50% 100%, rgba(37,99,235,.14) 0%, transparent 60%),
      radial-gradient(ellipse 50% 50% at 20% 30%, rgba(34,211,238,.06) 0%, transparent 60%),
      var(--black);
    padding: 100px 0; text-align: center; position: relative; overflow: hidden;
  }
  .sec-cta::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37,99,235,.4), rgba(34,211,238,.3), rgba(37,99,235,.4), transparent);
  }
  .cta-title { font-family: var(--ff-body); font-weight: 800; font-size: clamp(32px, 5vw, 58px); letter-spacing: -.03em; line-height: 1.1; margin-bottom: 16px; }
  .cta-title .hl { color: var(--blue-lt); text-shadow: 0 0 30px rgba(96,165,250,.4); }

  @keyframes fadeUp  { from { opacity:0; transform: translateY(20px); } to { opacity:1; transform: translateY(0); } }
  @keyframes blink   { 0%,100% { opacity:1; } 50% { opacity:0; } }
  @keyframes orbFloat{ 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-30px) scale(1.04); } }
  @keyframes shimmer { 0% { left:-100%; } 100% { left:200%; } }
  @keyframes waPulse { 0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,.3); } 50% { box-shadow: 0 4px 20px rgba(37,211,102,.5), 0 0 0 12px rgba(37,211,102,.0); } }
  @keyframes gridPulse { 0%,100% { opacity:.028; } 50% { opacity:.05; } }
