/* ENLUMEN V2 — canonical stylesheet (reconciled v3.5 · 2026-06-26 · Day 40 · Calder)
   SCOPE: shared marketing base — Home · How It Works · Pricing · About · FAQ.
   Built from those mockups' inline <style> blocks, deduped by selector (superset wins).
   The 2 cross-page conflicts (.logo, .faq-list) resolved to the how-it-works supersets.
   Supersedes the stale Jun-21 file. Link once at build; marketing pages drop their inline <style>.
   NOTE: flow pages (signup/funnel/confirmation/onboarding/first-run) reuse base class names
   (.hero/.steps/.step/body) with page-local values. Do NOT flat-merge them here — scope under a
   page class (body.page-signup …) or keep their inline blocks. ~20 selectors; separate worklist. */

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Montserrat',-apple-system,sans-serif;background:#0B0F1A;color:#E2E8F0;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 40px;display:flex;align-items:center;justify-content:space-between;background:rgba(11,15,26,0.85);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,0.06)}
.logo{font-size:20px;font-weight:700;letter-spacing:-0.5px;color:#E2E8F0;text-decoration:none}
.logo span{color:#10B981}
.nav-links{display:flex;gap:28px;align-items:center}
.nav-links a{color:#94A3B8;text-decoration:none;font-size:14px;font-weight:500;transition:color 0.2s}
.nav-links a:hover{color:#E2E8F0}
.btn-primary{background:#10B981;color:#0B0F1A;padding:10px 22px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all 0.2s;display:inline-block}
.btn-primary:hover{background:#34D399;transform:translateY(-1px)}
.btn-secondary{color:#10B981;font-size:14px;font-weight:500;text-decoration:none;border:1px solid rgba(16,185,129,0.3);padding:9px 20px;border-radius:8px;transition:all 0.2s}
.btn-secondary:hover{border-color:#10B981;background:rgba(16,185,129,0.08)}
.section{padding:120px 40px 80px;max-width:1152px;margin:0 auto;position:relative}
.section-full{padding:100px 40px;position:relative}
.section-alt{background:rgba(255,255,255,0.02)}
.badge{font-size:11px;text-transform:uppercase;letter-spacing:2.5px;font-weight:600;padding:7px 18px;border-radius:20px;display:table;margin:0 auto 24px}
.badge-green{color:#6EE7B7;border:1px solid rgba(110,231,183,0.3);background:rgba(16,185,129,0.1);box-shadow:0 0 26px rgba(16,185,129,0.3)}
.badge-indigo{color:#A5B4FC;border:1px solid rgba(165,180,252,0.3);background:rgba(99,102,241,0.1);box-shadow:0 0 26px rgba(99,102,241,0.28)}
.badge-amber{color:#FCD34D;border:1px solid rgba(252,211,77,0.3);background:rgba(245,158,11,0.1);box-shadow:0 0 26px rgba(245,158,11,0.25)}
.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:160px 40px 100px;position:relative;overflow:hidden}
.hero-glow-1{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,0.12),transparent 70%);top:-100px;right:-100px;pointer-events:none}
.hero-glow-2{position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(16,185,129,0.08),transparent 70%);bottom:-50px;left:-100px;pointer-events:none}
.hero h1{font-size:clamp(40px,6vw,72px);font-weight:500;letter-spacing:-2.5px;line-height:1.05;color:#FFFFFF;max-width:1875px}
.hero-sub{font-size:clamp(16px,2vw,20px);color:#94A3B8;line-height:1.6;max-width:640px;margin:20px auto 0}
.hero-ctas{display:flex;gap:16px;margin-top:36px;align-items:center;flex-wrap:wrap;justify-content:center}
.hero-proof{font-size:13px;color:#64748B;margin-top:24px;max-width:500px;text-align:center;line-height:1.5}
.hero-anchor{color:#94A3B8;font-size:14px;text-decoration:none;margin-top:48px;display:flex;align-items:center;gap:6px;transition:color 0.2s}
.hero-anchor:hover{color:#E2E8F0}
.coordination-visual{margin-top:60px;width:100%;max-width:1875px;position:relative}
.coord-svg{width:100%;height:auto}
.section h2{font-size:clamp(28px,4vw,44px);font-weight:500;letter-spacing:-1.5px;line-height:1.15;margin-bottom:16px;text-align:center}
.section-intro{font-size:18px;color:#94A3B8;line-height:1.6;max-width:640px;margin:0 auto 48px;text-align:center}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{background:rgba(30,41,59,0.6);border:1px solid rgba(255,255,255,0.06);border-radius:16px;padding:32px;backdrop-filter:blur(20px);transition:all 0.3s}
.card:hover{border-color:rgba(129,140,248,0.2);transform:translateY(-3px)}
.card h3{font-size:20px;font-weight:700;letter-spacing:-0.5px;margin-bottom:10px}
.card p{font-size:15px;color:#94A3B8;line-height:1.6}
.card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:24px}
.card-icon.emerald{background:rgba(16,185,129,0.12);color:#6EE7B7}
.card-icon.indigo{background:rgba(99,102,241,0.12);color:#A5B4FC}
.card-icon.amber{background:rgba(245,158,11,0.12);color:#FCD34D}
.timeline-section{padding:100px 40px;position:relative;overflow:hidden}
.timeline-section .bg-glow{position:absolute;width:800px;height:400px;background:radial-gradient(ellipse,rgba(16,185,129,0.06),transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}
.timeline-container{max-width:1152px;margin:0 auto}
.timeline{display:flex;gap:0;position:relative;margin-top:48px}
.timeline-line{position:absolute;top:36px;left:60px;right:60px;height:2px;background:linear-gradient(90deg,rgba(16,185,129,0.3),rgba(99,102,241,0.3),rgba(245,158,11,0.3),rgba(16,185,129,0.3));z-index:0}
.timeline-dot{position:absolute;top:29px;width:16px;height:16px;border-radius:50%;z-index:2}
.timeline-dot-1{left:calc(12.5% - 8px);background:#10B981;box-shadow:0 0 12px rgba(16,185,129,0.4)}
.timeline-dot-2{left:calc(37.5% - 8px);background:#F59E0B;box-shadow:0 0 12px rgba(245,158,11,0.4)}
.timeline-dot-3{left:calc(62.5% - 8px);background:#6366F1;box-shadow:0 0 12px rgba(99,102,241,0.4)}
.timeline-dot-4{left:calc(87.5% - 8px);background:#10B981;box-shadow:0 0 12px rgba(16,185,129,0.4)}
.timeline-block{flex:1;padding:60px 20px 0;text-align:center;position:relative;z-index:1}
.timeline-time{font-size:12px;text-transform:uppercase;letter-spacing:2px;font-weight:600;margin-bottom:14px}
.timeline-time.emerald{color:#6EE7B7}
.timeline-time.amber{color:#FCD34D}
.timeline-time.indigo{color:#A5B4FC}
.timeline-block h3{font-size:17px;font-weight:600;letter-spacing:-0.3px;margin-bottom:10px;line-height:1.3}
.timeline-block p{font-size:14px;color:#94A3B8;line-height:1.55}
.timeline-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:22px}
.timeline-icon.emerald{background:rgba(16,185,129,0.12);color:#6EE7B7}
.timeline-icon.amber{background:rgba(245,158,11,0.12);color:#FCD34D}
.timeline-icon.indigo{background:rgba(99,102,241,0.12);color:#A5B4FC}
.timeline-detail{font-size:13px;color:#64748B;margin-top:12px;line-height:1.5;max-width:220px;margin-left:auto;margin-right:auto;opacity:0;max-height:0;overflow:hidden;transition:all 0.3s}
.timeline-block:hover .timeline-detail{opacity:1;max-height:100px;margin-top:12px}
.steps{display:flex;gap:32px;margin-top:48px;counter-reset:step}
.step{flex:1;position:relative;padding-left:0;text-align:center}
.step-num{width:48px;height:48px;border-radius:50%;border:2px solid rgba(16,185,129,0.3);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#6EE7B7;margin:0 auto 20px;background:rgba(16,185,129,0.06)}
.step h3{font-size:18px;font-weight:700;margin-bottom:8px}
.step p{font-size:15px;color:#94A3B8;line-height:1.5}
.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.device-card{background:rgba(30,41,59,0.6);border:1px solid rgba(255,255,255,0.06);border-radius:16px;padding:28px;transition:all 0.3s}
.device-card:hover{border-color:rgba(16,185,129,0.2);transform:translateY(-3px)}
.device-card h3{font-size:16px;font-weight:700;margin-bottom:8px}
.device-card .action{font-size:14px;color:#6EE7B7;margin-bottom:12px;font-weight:500}
.device-card .brands{font-size:13px;color:#64748B}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}
.trust-item{text-align:center;padding:24px 16px}
.trust-item i{font-size:28px;color:#6EE7B7;margin-bottom:14px;display:block}
.trust-item h4{font-size:15px;font-weight:600;margin-bottom:6px}
.trust-item p{font-size:13px;color:#94A3B8;line-height:1.5}
.pricing-preview{background:rgba(16,185,129,0.04);border:1px solid rgba(16,185,129,0.15);border-radius:20px;padding:48px;text-align:center;margin-top:48px}
.pricing-preview h2{font-size:32px;margin-bottom:12px}
.pricing-preview p{color:#94A3B8;font-size:16px;max-width:500px;margin:0 auto 28px;line-height:1.6}
.pricing-micro{font-size:13px;color:#64748B;margin-top:16px}
.faq-list{margin-top:40px;max-width:720px;margin-left:auto;margin-right:auto}
.faq-item{border-bottom:1px solid rgba(255,255,255,0.06);padding:20px 0}
.faq-q{font-size:16px;font-weight:600;margin-bottom:8px}
.faq-a{font-size:15px;color:#94A3B8;line-height:1.6}
.final-cta{text-align:center;padding:120px 40px;position:relative;overflow:hidden}
.final-cta .bg-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,0.08),transparent 70%);top:-100px;left:50%;transform:translateX(-50%);pointer-events:none}
.final-cta h2{font-size:clamp(28px,4vw,44px);font-weight:500;letter-spacing:-1.5px;margin-bottom:16px}
.final-cta p{color:#94A3B8;font-size:18px;max-width:500px;margin:0 auto 32px;line-height:1.6}
.final-ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.footer{border-top:1px solid rgba(255,255,255,0.06);padding:48px 40px;max-width:1152px;margin:0 auto}
.footer-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}
.footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#64748B;margin-bottom:16px;font-weight:600}
.footer-col a{display:block;color:#94A3B8;text-decoration:none;font-size:14px;margin-bottom:10px;transition:color 0.2s}
.footer-col a:hover{color:#E2E8F0}
.footer-bottom{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,0.04);font-size:13px;color:#64748B;text-align:center}
.section-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.06),transparent);margin:0 auto;max-width:1875px}
.page-hero{text-align:center;padding:132px 40px 40px;max-width:1152px;margin:0 auto}
.page-hero h1{font-size:clamp(34px,5vw,54px);font-weight:500;letter-spacing:-1.5px;line-height:1.1;color:#fff;margin:0 auto 14px;max-width:760px}
.page-hero p{font-size:19px;color:#94A3B8;max-width:620px;margin:0 auto;line-height:1.6}
.two{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:900px;margin:0 auto}
.cardx{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:16px;padding:30px}
.cardx h3{font-size:21px;font-weight:600;color:#fff;margin-bottom:4px}
.cardx .tag{font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#34D399;margin-bottom:16px;display:block}
.cardx ul{list-style:none;margin-top:14px}
.cardx li{display:flex;gap:10px;padding:8px 0;font-size:15px;color:#E2E8F0;border-top:1px solid rgba(255,255,255,0.06)}
.cardx li:first-child{border-top:none}
.cardx li svg{flex:none;margin-top:3px}
.pill{display:inline-block;font-size:13px;color:#64748B;border:1px solid rgba(255,255,255,0.06);border-radius:20px;padding:6px 14px;margin-top:8px}
.tiers{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:840px;margin:44px auto 0}
.tier{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:18px;padding:34px 30px;position:relative}
.tier.feat{border-color:rgba(16,185,129,0.45);box-shadow:0 0 0 1px rgba(16,185,129,0.25),0 24px 60px -30px rgba(16,185,129,0.4)}
.tier-badge{position:absolute;top:-12px;left:30px;background:#10B981;color:#04110b;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:5px 12px;border-radius:20px}
.tier h3{font-size:15px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#94A3B8}
.price{display:flex;align-items:baseline;gap:6px;margin:14px 0 4px}
.price .amt{font-size:52px;font-weight:500;color:#fff;letter-spacing:-2px}
.price .per{font-size:16px;color:#94A3B8}
.tier .note{font-size:14px;color:#64748B;min-height:20px}
.spots{margin:18px 0;font-size:14px;color:#E2E8F0}
.spots b{color:#34D399;font-weight:600}
.barwrap{height:6px;background:rgba(255,255,255,0.06);border-radius:6px;margin-top:8px;overflow:hidden}
.bar{height:100%;width:37%;background:linear-gradient(90deg,#10B981,#34D399);border-radius:6px}
.tier ul{list-style:none;margin:20px 0 26px}
.tier li{display:flex;gap:10px;padding:7px 0;font-size:15px;color:#E2E8F0}
.tier li svg{flex:none;margin-top:3px}
.tier .cta{display:block;text-align:center}
.tier .cta.ghost{background:transparent;border:1px solid rgba(255,255,255,0.06);color:#E2E8F0}
.tier .cta.ghost:hover{border-color:#94A3B8}
.finehead{text-align:center;color:#64748B;font-size:13px;margin-top:18px}
.feats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:840px;margin:0 auto}
.feat{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:14px;padding:24px}
.feat h4{font-size:17px;font-weight:600;color:#fff;margin-bottom:6px}
.feat p{font-size:14.5px;color:#94A3B8}

/* ---- responsive ---- */
@media(max-width:768px){
  .site-header{padding:12px 20px}
  .nav-links a:not(.btn-primary):not(.btn-secondary){display:none}
  .section,.section-full,.timeline-section{padding-left:20px;padding-right:20px}
  .hero{padding:120px 20px 60px}.coordination-visual{display:none}
  .cards-3,.cards-4,.trust-grid{grid-template-columns:1fr}
  .steps{flex-direction:column}
  .timeline{flex-direction:column;gap:0}
  .timeline-line{display:none}
  .timeline-dot{display:none}
  .timeline-block{padding:24px 0;text-align:left}
  .timeline-block:not(:last-child){border-bottom:1px solid rgba(255,255,255,0.06)}
  .timeline-icon{margin:0 0 12px}
  .timeline-detail{opacity:1;max-height:none}
}
@media(max-width:768px){
  .site-header{padding:12px 20px}
  .nav-links a:not(.btn-primary):not(.btn-secondary){display:none}
  .section,.section-full,.timeline-section{padding-left:20px;padding-right:20px}
  .hero{padding:120px 20px 60px}
  .cards-3,.cards-4,.trust-grid,.two{grid-template-columns:1fr}
  .steps{flex-direction:column}
  .timeline{flex-direction:column;gap:0}
  .timeline-line{display:none}
  .timeline-dot{display:none}
  .timeline-block{padding:24px 0;text-align:left}
  .timeline-block:not(:last-child){border-bottom:1px solid rgba(255,255,255,0.06)}
  .timeline-icon{margin:0 0 12px}
  .timeline-detail{opacity:1;max-height:none}
}
@media(max-width:760px){.tiers,.feats{grid-template-columns:1fr}}
