
:root{
  --bg:#02060a;
  --bg-soft:#071019;
  --panel:#0c1218;
  --panel-2:#101820;
  --glass:rgba(10,15,21,.90);
  --text:#f6f9fc;
  --muted:#b0bac5;
  --muted-2:#8f9caa;
  --line:rgba(255,255,255,.09);
  --green:#58ef39;
  --green-bright:#79ff4e;
  --green-soft:#c4ff95;
  --glow:0 0 18px rgba(104,255,90,.35);
  --shadow:0 28px 80px rgba(0,0,0,.45);
  --radius:22px;
  --max:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.08), transparent 18%),
    radial-gradient(circle at 82% 3%, rgba(88,239,57,.14), transparent 11%),
    linear-gradient(180deg, #03070b 0%, #071018 26%, #02060a 100%);
  position:relative;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select{font:inherit}
.container{width:min(var(--max), calc(100% - 40px));margin:0 auto;position:relative;z-index:2}
.bg-streak{position:fixed;top:0;bottom:0;z-index:0;pointer-events:none;opacity:.72;filter:blur(10px)}
.streak-left{left:0;width:180px;background:linear-gradient(180deg, transparent 0%, rgba(255,255,255,.18) 8%, rgba(9,14,19,.0) 28%, rgba(88,239,57,.11) 48%, transparent 80%)}
.streak-center{left:44%;width:120px;background:linear-gradient(180deg, transparent 0%, rgba(255,255,255,.26) 9%, transparent 28%, rgba(255,255,255,.10) 60%, transparent 100%)}
.streak-right{right:0;width:220px;background:linear-gradient(180deg, rgba(88,239,57,.28) 0%, transparent 26%, transparent 100%)}
.bg-grid{position:fixed;inset:0;background:linear-gradient(180deg, rgba(255,255,255,.022) 0, rgba(255,255,255,.0) 1px) 0 0/100% 48px, linear-gradient(90deg, rgba(255,255,255,.012) 0, rgba(255,255,255,0) 1px) 0 0/48px 100%;opacity:.1;pointer-events:none;z-index:0}
.site-header{position:sticky;top:0;z-index:20;background:rgba(3,7,11,.72);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav-row{display:flex;align-items:center;justify-content:space-between;gap:20px;height:84px}
.brand img{width:148px;max-height:52px;object-fit:contain;mix-blend-mode:screen;filter:drop-shadow(0 2px 8px rgba(0,0,0,.25))}
.nav-links{display:flex;gap:34px;align-items:center;font-size:14px;color:#eef3f8}
.nav-links a{opacity:.92;transition:.2s}.nav-links a:hover{color:var(--green-bright);text-shadow:var(--glow)}
.nav-actions{display:flex;align-items:center;gap:18px}
.micro-tagline{font-size:16px;line-height:1.05;text-align:right;color:#eef3f8;position:relative;padding-left:16px}
.micro-tagline:before{content:'';position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(180deg, transparent, var(--green-bright), transparent);box-shadow:0 0 12px rgba(88,239,57,.45)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;border-radius:12px;border:1px solid transparent;font-weight:800;letter-spacing:-.01em;transition:.2s ease;cursor:pointer;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(180deg,#74ff4b 0%, #59ef39 100%);color:#08110c;box-shadow:0 12px 30px rgba(88,239,57,.18)}
.btn-dark{background:rgba(10,15,20,.75);border-color:rgba(255,255,255,.20);color:#fff}.btn-dark:hover{border-color:rgba(121,255,78,.45)}
.section{padding:54px 0;border-top:1px solid rgba(255,255,255,.05)}
.section-first{padding-top:34px;border-top:0}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:28px;align-items:start}
.hero-logo{width:min(470px,100%);mix-blend-mode:screen;filter:drop-shadow(0 8px 24px rgba(0,0,0,.28));margin-left:-4px}
.hero-subtitle{margin:2px 0 20px;color:#7d8897;font-size:19px}
.hero h1{margin:0 0 18px;font-size:clamp(40px,5.1vw,74px);line-height:1.01;letter-spacing:-.055em}
.hero h1 span{color:var(--green-bright)}
.hero-text{margin:0 0 28px;max-width:590px;color:var(--muted);font-size:clamp(18px,1.55vw,26px);line-height:1.42}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:26px}
.mini-benefits{display:flex;gap:18px;flex-wrap:wrap}
.benefit{display:flex;align-items:center;gap:10px;min-width:145px}
.benefit-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:rgba(10,16,22,.85);border:1px solid rgba(88,239,57,.18);color:var(--green-bright);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 0 18px rgba(88,239,57,.08)}
.benefit-icon.shield,.benefit-icon.bars{position:relative;font-size:0}
.benefit-icon.shield:before{content:'';width:15px;height:18px;border:2px solid var(--green-bright);clip-path:polygon(12% 0,88% 0,88% 55%,50% 100%,12% 55%);border-radius:6px 6px 10px 10px}
.benefit-icon.bars:before{content:'';position:absolute;bottom:8px;left:9px;width:5px;height:10px;background:var(--green-bright);border-radius:3px;box-shadow:9px -6px 0 var(--green-bright),18px -13px 0 var(--green-bright)}
.benefit strong{display:block;font-size:15px}.benefit small{display:block;color:#c6d0db;font-size:14px}
.shell-card{background:linear-gradient(180deg, rgba(11,17,23,.93), rgba(9,14,19,.92));border:1px solid rgba(255,255,255,.10);border-radius:26px;box-shadow:var(--shadow), inset 0 1px 0 rgba(255,255,255,.05);overflow:hidden}
.hero-shot{padding:8px;position:relative}
.hero-shot:before{content:'';position:absolute;inset:0;background:linear-gradient(120deg, rgba(255,255,255,.04), transparent 32%, transparent 65%, rgba(88,239,57,.08));pointer-events:none}
.hero-shot img{width:100%;border-radius:22px;border:1px solid rgba(255,255,255,.08)}
.industry-strip{padding:18px 0 20px;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background:rgba(4,8,12,.75)}
.strip-label{text-align:center;text-transform:uppercase;letter-spacing:.2em;font-size:12px;color:#c5ced8;margin:0 0 18px;font-weight:700}
.industry-items{display:grid;grid-template-columns:repeat(6,1fr);gap:0}
.industry-item{display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 10px;border-left:1px solid rgba(255,255,255,.10);color:#f3f7fb;font-size:16px}
.industry-item:first-child{border-left:0}
.industry-item svg{width:30px;height:30px;stroke:#f5f7fa;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.industry-item.highlight svg{stroke:var(--green-bright);filter:drop-shadow(0 0 6px rgba(88,239,57,.42))}
.heading-row{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:26px}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--green-bright);font-size:15px;font-weight:800;margin:0 0 12px}
h2{margin:0;font-size:clamp(36px,4vw,58px);line-height:1.02;letter-spacing:-.055em}
.heading-note{max-width:330px;color:#d1d8e0;font-size:17px;line-height:1.42;margin:0 0 6px}
.feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.feature-card{position:relative;padding:18px 16px 20px;min-height:230px;background:linear-gradient(180deg, rgba(10,15,20,.86), rgba(9,14,19,.94));border:1px solid rgba(255,255,255,.10);border-radius:20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.feature-card-premium{border-color:rgba(121,255,78,.40);box-shadow:inset 0 0 24px rgba(88,239,57,.08),0 0 0 1px rgba(121,255,78,.10)}
.feature-card h3{margin:16px 0 10px;font-size:26px;line-height:1.05;letter-spacing:-.045em}
.feature-card p{margin:0;color:var(--muted);font-size:17px;line-height:1.42}
.frame{width:58px;height:58px;border:1px solid rgba(255,255,255,.16);border-radius:15px;background:rgba(5,9,13,.72);display:grid;place-items:center}
.frame span{font-size:27px}
.checker,.cube,.shield-outline,.crown{position:relative}
.checker:before{content:'';width:34px;height:34px;background:conic-gradient(#fff 0 25%, #151a1f 0 50%, #fff 0 75%, #151a1f 0);border:2px solid #fff;border-radius:4px}
.cube:before,.cube:after{content:'';position:absolute;border:2px solid #fff;transform:rotate(45deg)}
.cube:before{width:20px;height:20px}.cube:after{width:28px;height:28px;opacity:.25}
.shield-outline:before{content:'';width:22px;height:26px;border:2px solid #fff;clip-path:polygon(12% 0,88% 0,88% 56%,50% 100%,12% 56%);border-radius:7px 7px 11px 11px}
.crown:before{content:'';width:34px;height:22px;border:2px solid var(--green-bright);border-top:0;clip-path:polygon(0 100%,0 42%,18% 62%,30% 10%,50% 56%,70% 12%,82% 62%,100% 42%,100% 100%)}
.premium-chip{position:absolute;top:16px;right:16px;color:var(--green-bright);text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:800}
.steps-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr 150px;gap:14px;align-items:start}
.step-card{position:relative;padding-top:2px}
.step-num{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-weight:900;color:#09110b;background:linear-gradient(180deg,#8dff60 0%, #59ef39 100%);margin-bottom:14px;box-shadow:0 8px 18px rgba(88,239,57,.14)}
.step-visual{width:100%;max-width:220px;aspect-ratio:4/3;height:auto;object-fit:cover;display:block;margin:0 0 16px;border-radius:14px;border:1px solid rgba(255,255,255,.11);box-shadow:0 12px 28px rgba(0,0,0,.32),0 0 22px rgba(88,239,57,.06)}
.step-card h3{margin:0 0 10px;font-size:28px;line-height:1.04;letter-spacing:-.04em}
.step-card p{margin:0;max-width:220px;color:var(--muted);font-size:17px;line-height:1.42}
.step-arrow{font-size:34px;line-height:1;color:var(--green-bright);padding-top:106px;text-shadow:var(--glow)}
.scan-stack{font-size:34px;line-height:1.12;letter-spacing:-.05em;border-left:1px solid rgba(255,255,255,.14);padding-left:20px;margin-top:108px;position:relative}
.scan-stack:after{content:'';position:absolute;left:20px;bottom:-14px;width:48px;height:3px;border-radius:999px;background:var(--green-bright);box-shadow:0 0 12px rgba(88,239,57,.5)}
.impact-grid,.premium-grid,.waitlist-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:30px;align-items:start}
.impact-copy p,.premium-copy p,.waitlist-copy p{margin:16px 0 0;color:var(--muted);font-size:19px;line-height:1.45;max-width:560px}
.impact-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.impact-stat{padding:16px 14px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:linear-gradient(180deg, rgba(9,14,19,.84), rgba(8,12,17,.94))}
.impact-stat strong{display:block;color:var(--green-bright);font-size:34px;line-height:1;letter-spacing:-.05em;margin-bottom:8px}
.impact-stat span{font-size:16px;color:#c1c9d2}
.calc-layout{padding:12px;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.glass-card{background:var(--glass);border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.calc-card,.estimate-card{padding:22px}
.calc-card h3{margin:0 0 18px;font-size:28px;line-height:1.04;letter-spacing:-.04em}
.calc-card label{display:flex;flex-direction:column;gap:8px;margin-bottom:14px;font-size:14px;color:#d3dae3}
.calc-card input,.waitlist-form input,.waitlist-form select{border:1px solid rgba(255,255,255,.12);background:rgba(7,11,15,.84);color:#f6f9fc;padding:14px 15px;border-radius:11px;outline:none}
.calc-card input:focus,.waitlist-form input:focus,.waitlist-form select:focus{border-color:rgba(121,255,78,.55);box-shadow:0 0 0 3px rgba(88,239,57,.12)}
.estimate-card{display:flex;flex-direction:column;justify-content:center;border-color:rgba(121,255,78,.25);box-shadow:inset 0 0 28px rgba(88,239,57,.09)}
.estimate-title{font-size:16px;color:#d9e1e9}
.estimate-amount{font-size:72px;line-height:.92;color:var(--green-bright);font-weight:900;letter-spacing:-.06em;margin:10px 0 5px}
.estimate-subtitle{font-size:26px;color:#d9dfe5}
.estimate-card p{margin:16px 0 0;color:#b3beca;font-size:15px;line-height:1.5}
.check-list{list-style:none;padding:0;margin:24px 0 28px;display:flex;flex-direction:column;gap:11px}
.check-list li{position:relative;padding-left:32px;color:#e0e6ec;font-size:18px;line-height:1.4}
.check-list li:before{content:'✓';position:absolute;left:0;top:0;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;font-size:13px;font-weight:900;color:#08110c;background:linear-gradient(180deg,#8dff60,#59ef39)}
.premium-shot{padding:10px}.premium-shot img{width:100%;border-radius:18px;border:1px solid rgba(255,255,255,.08)}
.waitlist-form{padding:18px;background:linear-gradient(180deg, rgba(10,15,20,.9), rgba(8,12,17,.94))}
.form-grid{display:grid;gap:14px;margin-bottom:14px}.three-col{grid-template-columns:repeat(3,1fr)}.two-col{grid-template-columns:1fr 1fr}
.waitlist-form label{display:flex;flex-direction:column;gap:8px;color:#d8dee6;font-size:14px;font-weight:600}
.form-submit{width:100%;margin-top:6px}
.form-note{text-align:center;color:var(--muted-2);font-size:13px;margin:12px 0 0}
.form-message{display:none;margin-top:12px;padding:12px 14px;border-radius:12px;font-size:14px}.form-message.success{display:block;background:rgba(88,239,57,.10);border:1px solid rgba(88,239,57,.24);color:#dcffe4}.form-message.error{display:block;background:rgba(255,92,92,.12);border:1px solid rgba(255,92,92,.26);color:#ffd9d9}
.site-footer{padding:24px 0;border-top:1px solid rgba(255,255,255,.06);background:rgba(2,5,8,.92)}
.footer-row{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center}
.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:110px;mix-blend-mode:screen}.footer-brand span{color:#d4dce4}
.footer-links{display:flex;gap:24px;color:#e6edf4}.footer-note{text-align:right;color:#d2d9e1;line-height:1.4;position:relative;padding-left:18px}
.footer-note:before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:44px;border-radius:999px;background:linear-gradient(180deg,transparent,var(--green-bright),transparent)}

@media (max-width: 1180px){
  .hero-grid,.impact-grid,.premium-grid,.waitlist-grid{grid-template-columns:1fr}
  .industry-items{grid-template-columns:repeat(3,1fr);row-gap:10px}
  .heading-row{flex-direction:column;align-items:start}
  .feature-grid{grid-template-columns:repeat(3,1fr)}
  .steps-grid{grid-template-columns:repeat(4,1fr);gap:22px}
  .step-arrow,.scan-stack{display:none}
}
@media (max-width: 900px){
  .container{width:min(var(--max), calc(100% - 28px))}
  .nav-links,.micro-tagline{display:none}
  .nav-row{height:76px}
  .brand img{width:124px}
  .hero-shot{order:2}
  .hero-copy{order:1}
  .industry-items{grid-template-columns:repeat(2,1fr)}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .impact-stats,.calc-layout,.three-col,.two-col,.footer-row{grid-template-columns:1fr}
  .footer-row{justify-items:center;text-align:center}
  .footer-note{text-align:center;padding-left:0}
  .footer-note:before{display:none}
}
@media (max-width: 640px){
  .section{padding:46px 0}
  .hero h1,h2{font-size:40px}
  .hero-text,.impact-copy p,.premium-copy p,.waitlist-copy p,.feature-card p,.step-card p{font-size:17px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .mini-benefits{gap:12px}
  .industry-items,.feature-grid,.steps-grid{grid-template-columns:1fr}
  .industry-item{justify-content:flex-start;border-left:0;border-top:1px solid rgba(255,255,255,.08);padding-left:0;padding-right:0}
  .industry-item:first-child{border-top:0}
  .feature-card{min-height:auto}
  .feature-card h3,.step-card h3,.calc-card h3{font-size:24px}
  .estimate-amount{font-size:58px}
}


/* ============================================================
   IMAGE-BASED HERO
   Uses the user-approved hero artwork exactly as supplied.
   Clickable hotspot coordinates are percentages of the source
   image (941 × 418), so the buttons remain aligned responsively.
   ============================================================ */
.image-hero{
  position:relative;
  z-index:2;
  margin:0;
  padding:0;
  border:0;
  background:#020609;
  line-height:0;
}
.image-hero-wrap{
  position:relative;
  width:100%;
  max-width:1600px;
  margin:0 auto;
  overflow:hidden;
  background:#020609;
}
.image-hero-art{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  user-select:none;
  -webkit-user-drag:none;
}
.image-button-hotspot{
  position:absolute;
  display:block;
  z-index:5;
  cursor:pointer;
  border-radius:10px;
  background:transparent;
  outline:0;
  line-height:normal;
  -webkit-tap-highlight-color:rgba(88,239,57,.18);
}
/* Source-image coordinates: x=74, y=289, w=147, h=40 */
.image-button-waitlist{
  left:7.864%;
  top:69.139%;
  width:15.622%;
  height:9.569%;
}
/* Source-image coordinates: x=231, y=289, w=161, h=40 */
.image-button-premium{
  left:24.548%;
  top:69.139%;
  width:17.109%;
  height:9.569%;
}
.image-button-hotspot:focus-visible{
  outline:3px solid var(--green-bright);
  outline-offset:2px;
  box-shadow:0 0 18px rgba(121,255,78,.55);
}
.image-button-hotspot:hover{
  box-shadow:0 0 18px rgba(121,255,78,.14);
}
/* The approved artwork already includes the top branding/navigation look,
   so the former HTML header and constructed hero are intentionally absent. */
.industry-strip{
  margin-top:0;
}

@media (max-width:640px){
  .image-hero-wrap{
    width:100%;
  }
  .image-button-hotspot{
    border-radius:5px;
  }
}


/* ============================================================
   HOW-IT-WORKS DESKTOP PHOTO LIGHTBOX + WAITLIST ALIGNMENT
   ============================================================ */
.step-photo-button{
  display:block;
  width:100%;
  max-width:220px;
  margin:0 0 16px;
  padding:0;
  border:0;
  border-radius:14px;
  background:transparent;
  color:inherit;
  text-align:left;
  cursor:zoom-in;
  position:relative;
  line-height:0;
}
.step-photo-button .step-visual{
  margin:0;
}
@media (min-width:901px){
  .step-photo-button::after{
    content:'Click to enlarge';
    position:absolute;
    right:8px;
    bottom:8px;
    padding:6px 8px;
    border-radius:8px;
    background:rgba(2,6,10,.76);
    border:1px solid rgba(121,255,78,.22);
    color:#e9f4ec;
    font-size:10px;
    line-height:1;
    letter-spacing:.02em;
    opacity:0;
    transform:translateY(3px);
    transition:.2s ease;
    pointer-events:none;
  }
  .step-photo-button:hover::after,
  .step-photo-button:focus-visible::after{
    opacity:1;
    transform:translateY(0);
  }
  .step-photo-button:hover .step-visual,
  .step-photo-button:focus-visible .step-visual{
    border-color:rgba(121,255,78,.42);
    box-shadow:0 15px 34px rgba(0,0,0,.38),0 0 26px rgba(88,239,57,.13);
  }
  .step-photo-button:focus-visible{
    outline:2px solid var(--green-bright);
    outline-offset:4px;
  }
}
.step-lightbox{
  position:fixed;
  inset:0;
  z-index:1000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:34px;
  background:rgba(0,0,0,.88);
  backdrop-filter:blur(10px);
}
.step-lightbox.is-open{display:flex;}
.step-lightbox-inner{
  width:min(92vw,1448px);
  max-height:90vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}
.step-lightbox-inner img{
  display:block;
  max-width:100%;
  max-height:82vh;
  width:auto;
  height:auto;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 30px 90px rgba(0,0,0,.72),0 0 38px rgba(88,239,57,.08);
}
.step-lightbox-caption{
  color:#eef5f0;
  font-size:15px;
  letter-spacing:.01em;
  text-align:center;
}
.step-lightbox-close{
  position:fixed;
  top:20px;
  right:24px;
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(7,11,15,.9);
  color:#fff;
  font-size:31px;
  line-height:1;
  cursor:pointer;
  display:grid;
  place-items:center;
}
.step-lightbox-close:hover,
.step-lightbox-close:focus-visible{
  border-color:rgba(121,255,78,.55);
  color:var(--green-bright);
  outline:none;
}
body.lightbox-open{overflow:hidden;}

/* Keep the waitlist form visually centered inside its own panel. */
.waitlist-grid{
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  align-items:center;
}
.waitlist-form{
  width:100%;
  max-width:820px;
  justify-self:center;
  margin-inline:auto;
  padding:24px;
}
.waitlist-form .form-grid{
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
.waitlist-form label,
.waitlist-form input,
.waitlist-form select{
  width:100%;
  min-width:0;
}
.waitlist-form .three-col{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.waitlist-form .two-col{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

@media (max-width:1180px){
  .waitlist-grid{grid-template-columns:1fr;}
  .waitlist-copy{max-width:820px;margin-inline:auto;width:100%;}
}
@media (max-width:900px){
  .step-photo-button{
    max-width:220px;
    cursor:default;
    pointer-events:none;
  }
  .step-lightbox{display:none!important;}
  .waitlist-form{max-width:760px;}
  .waitlist-form .three-col,
  .waitlist-form .two-col{grid-template-columns:1fr;}
}
