/* ============ TOKENS ============ */
:root{
  --navy:#0B3B4D;
  --navy-deep:#082A36;
  --navy-deeper:#061E27;
  --teal:#4EC0A4;
  --teal-dark:#2E8F79;
  --lime:#C2DA20;
  --lime-deep:#9DB01A;
  --white:#FFFFFF;
  --bg-light:#F6F9F8;
  --card:#FFFFFF;
  --line:#E1E8E6;
  --gray:#4C5B5D;
  --muted:#849698;
  --ink:#0F2530;

  --font-display:'Fraunces', Georgia, serif;
  --font-body:'Inter', -apple-system, sans-serif;
  --font-mono:'JetBrains Mono', monospace;

  --maxw:1200px;
}

*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--bg-light);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 32px;}
section{position:relative;}

@media (prefers-reduced-motion: reduce){
  *{animation:none !important; transition:none !important;}
  html{scroll-behavior:auto;}
}

/* ============ TYPOGRAPHY ============ */
.eyebrow{
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--teal-dark);
  display:flex;
  align-items:center;
  gap:10px;
}
.eyebrow::before{
  content:"";
  width:7px; height:7px;
  border-radius:50%;
  background:var(--lime);
  flex-shrink:0;
}
.on-dark .eyebrow{color:var(--lime);}
.on-dark .eyebrow::before{background:var(--teal);}

h1,h2,h3{font-family:var(--font-display); font-weight:600; color:var(--navy); letter-spacing:-.01em;}
.on-dark h1, .on-dark h2, .on-dark h3{color:var(--white);}
h2{font-size:clamp(28px,3.6vw,42px); line-height:1.12; margin:18px 0 16px;}
h3{font-size:20px; line-height:1.25;}
p{color:var(--gray); font-size:16px;}
.on-dark p{color:#B9CDD1;}
.lede{font-size:18px; max-width:640px; line-height:1.55;}

.section-head{max-width:760px; margin-bottom:52px;}
.section-head.center{margin-left:auto; margin-right:auto; text-align:center;}

/* ============ BUTTONS ============ */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--font-body); font-weight:600; font-size:14.5px;
  padding:13px 26px; border-radius:100px;
  border:1.5px solid transparent;
  cursor:pointer; transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px);}
.btn-lime{background:var(--lime); color:var(--navy-deep);}
.btn-lime:hover{box-shadow:0 10px 24px rgba(194,218,32,.35);}
.btn-outline-dark{border-color:rgba(255,255,255,.35); color:var(--white);}
.btn-outline-dark:hover{border-color:var(--white);}
.btn-outline-light{border-color:var(--navy); color:var(--navy);}
.btn-outline-light:hover{background:var(--navy); color:var(--white);}
.btn svg{width:15px; height:15px;}

/* ============ NAV ============ */
.nav{
  position:fixed; top:0; left:0; right:0; z-index:1000;
  padding:18px 0;
  transition:background .3s ease, padding .3s ease, box-shadow .3s ease, border-color .3s ease;
  border-bottom:1px solid transparent;
}
.nav.scrolled{
  background:rgba(8,42,54,.86);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  padding:12px 0;
  border-color:rgba(255,255,255,.08);
}
.nav .wrap{display:flex; align-items:center; justify-content:space-between; gap:24px;}
.nav-logo{display:flex; align-items:center;}
.nav-logo img{height:36px; width:auto;}
.nav-links{display:flex; align-items:center; gap:30px; list-style:none;}
.nav-links a{
  font-size:13.5px; font-weight:500; color:#B9CDD1;
  transition:color .2s ease; position:relative;
}
.nav-links a:hover{color:var(--white);}
.nav-links a.active{color:var(--lime);}
.nav-cta{display:flex; align-items:center; gap:14px;}
.nav-toggle{display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:6px;}
.nav-toggle span{width:22px; height:2px; background:var(--white); display:block; transition:transform .25s ease, opacity .25s ease;}
.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-toggle.open span:nth-child(2){opacity:0;}
.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

@media (max-width: 900px){
  .nav-links{
    position:fixed; top:0; right:0; height:100vh; width:min(300px,80vw);
    background:var(--navy-deep); flex-direction:column; align-items:flex-start;
    padding:100px 32px 32px; gap:22px;
    transform:translateX(100%); transition:transform .35s ease;
    box-shadow:-10px 0 40px rgba(0,0,0,.3);
  }
  .nav-links.open{transform:translateX(0);}
  .nav-toggle{display:flex; z-index:1001;}
  .nav .btn-lime{display:none;}
  .nav-links .btn-lime{display:inline-flex; margin-top:8px;}
}

/* ============ HERO ============ */
.hero{
  background:var(--navy-deep);
  padding:168px 0 110px;
  overflow:hidden;
  position:relative;
}
.hero::before{
  content:""; position:absolute; top:-220px; right:-160px; width:620px; height:620px;
  border-radius:50%; border:1px solid rgba(78,192,164,.28);
}
.hero::after{
  content:""; position:absolute; top:-140px; right:-90px; width:420px; height:420px;
  border-radius:50%; border:1px solid rgba(194,218,32,.22);
}
.hero-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;
  position:relative; z-index:2;
}
.hero-copy .eyebrow{margin-bottom:22px;}
.hero-copy h1{
  font-size:clamp(38px,4.6vw,58px); line-height:1.06; color:var(--white); margin-bottom:22px;
}
.hero-copy h1 em{color:var(--lime); font-style:normal;}
.hero-copy p{font-size:18px; color:#C3D6D9; max-width:520px; margin-bottom:34px; line-height:1.6;}
.hero-actions{display:flex; gap:16px; align-items:center; flex-wrap:wrap; margin-bottom:46px;}
.hero-highlights{display:flex; gap:14px; flex-wrap:wrap;}
.hero-highlight{
  display:flex; align-items:center; gap:12px;
  background:rgba(255,255,255,.04); border:1px solid rgba(78,192,164,.3); border-radius:100px;
  padding:10px 20px 10px 10px; transition:border-color .2s ease, background .2s ease;
}
.hero-highlight:hover{border-color:var(--teal); background:rgba(78,192,164,.08);}
.hero-highlight .icon-circle{width:36px; height:36px; margin-bottom:0; flex-shrink:0;}
.hero-highlight .icon-circle svg{width:17px; height:17px;}
.hero-highlight span{font-family:var(--font-display); font-weight:600; font-size:14.5px; color:var(--white); white-space:nowrap;}

.hero-visual{display:flex; align-items:center; position:relative;}
.hero-visual::before{
  content:""; position:absolute; inset:-30px -20px; z-index:0;
  background:radial-gradient(ellipse at center, rgba(78,192,164,.16) 0%, transparent 70%);
}
.hv-screen{
  position:relative; z-index:1; width:100%;
  background:var(--navy-deeper); border-radius:16px; padding:12px 12px 20px;
  box-shadow:0 35px 80px rgba(0,0,0,.45); border:1px solid rgba(255,255,255,.1);
}
.hv-screen .chrome{display:flex; align-items:center; gap:6px; padding:4px 8px 12px;}
.hv-screen .chrome span{width:9px; height:9px; border-radius:50%; background:rgba(255,255,255,.18); flex-shrink:0;}
.hv-screen .chrome .tag{
  margin-left:auto; font-family:var(--font-mono); font-size:10.5px; color:#7FA2A8; letter-spacing:.03em;
  white-space:nowrap;
}
.hv-screen img{border-radius:8px; width:100%; display:block; box-shadow:0 4px 18px rgba(0,0,0,.25);}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr; text-align:left;}
  .hero-visual{margin-top:34px;}
}

/* ============ GENERIC SECTION PADDING ============ */
.section{padding:110px 0;}
.section.tight{padding:90px 0;}
.on-dark{background:var(--navy-deep);}
.on-dark p{color:#B9CDD1;}

/* ============ CARD GRIDS (challenges / compliance) ============ */
.grid-5{display:grid; grid-template-columns:repeat(5,1fr); gap:18px;}
.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.grid-2{display:grid; grid-template-columns:1fr 1fr; gap:24px;}
.grid-4{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}
.grid-6{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}

@media (max-width: 980px){
  .grid-5, .grid-6{grid-template-columns:repeat(2,1fr);}
  .grid-4{grid-template-columns:repeat(2,1fr);}
  .grid-3, .grid-2{grid-template-columns:1fr;}
}
@media (max-width: 560px){
  .grid-5, .grid-6, .grid-4{grid-template-columns:1fr;}
}

.card{
  background:var(--card); border:1px solid var(--line); border-radius:14px;
  padding:30px 24px; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover{transform:translateY(-4px); box-shadow:0 16px 34px rgba(11,59,77,.1); border-color:#cfe0dd;}
.on-dark .card{background:rgba(255,255,255,.03); border-color:rgba(255,255,255,.12);}
.on-dark .card:hover{border-color:rgba(78,192,164,.4); box-shadow:none;}

.icon-circle{
  width:52px; height:52px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:var(--navy); color:var(--white); margin-bottom:20px;
  flex-shrink:0;
}
.icon-circle svg{width:24px; height:24px; stroke:currentColor; fill:none; stroke-width:1.8;}
.icon-circle.teal{background:var(--teal);}
.icon-circle.lime{background:var(--lime); color:var(--navy-deep);}
.on-dark .icon-circle{background:var(--teal);}
.on-dark .icon-circle.lime{background:var(--lime); color:var(--navy-deep);}

.card h3{margin-bottom:10px;}
.card p{font-size:14.5px; line-height:1.55;}

/* ============ REVEAL ANIMATION ============ */
.reveal{opacity:1; transform:none; transition:opacity .7s ease, transform .7s ease;}
.reveal.pre{opacity:0; transform:translateY(22px);}
.reveal.pre.in{opacity:1; transform:translateY(0);}
.stagger .reveal:nth-child(1){transition-delay:.02s;}
.stagger .reveal:nth-child(2){transition-delay:.08s;}
.stagger .reveal:nth-child(3){transition-delay:.14s;}
.stagger .reveal:nth-child(4){transition-delay:.2s;}
.stagger .reveal:nth-child(5){transition-delay:.26s;}
.stagger .reveal:nth-child(6){transition-delay:.32s;}

/* ============ SPLIT (platform intro) ============ */
.split{display:grid; grid-template-columns:1.05fr .95fr; gap:0; align-items:stretch; border-radius:20px; overflow:hidden; box-shadow:0 30px 60px rgba(11,59,77,.08);}
.split-copy{background:var(--bg-light); padding:60px 52px;}
.split-panel{background:var(--navy-deep); padding:52px 40px; position:relative;}
.split-panel::before{content:""; position:absolute; top:20px; right:-40px; width:220px; height:220px; border-radius:50%; border:1px solid rgba(78,192,164,.35);}
.audience-row{display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:34px;}
.audience-chip{background:var(--card); border:1px solid var(--line); border-radius:12px; padding:20px 12px; text-align:center;}
.audience-chip .icon-circle{margin:0 auto 12px; width:44px; height:44px;}
.audience-chip .icon-circle svg{width:20px; height:20px;}
.audience-chip span{font-size:12.5px; font-weight:600; color:var(--navy);}
.italic-line{font-family:var(--font-display); font-style:italic; color:var(--teal-dark); font-size:17px; margin:22px 0 4px;}

.feat-mini-grid{display:grid; grid-template-columns:1fr 1fr; gap:10px; position:relative; z-index:2;}
.feat-mini{background:rgba(78,192,164,.12); border:1px solid rgba(78,192,164,.28); border-radius:10px; padding:14px 12px; display:flex; align-items:center; gap:10px;}
.feat-mini .dot{width:7px; height:7px; border-radius:50%; background:var(--teal); flex-shrink:0;}
.feat-mini span{font-size:12.5px; color:var(--white); font-weight:500; line-height:1.3;}
.split-panel h3{color:var(--white); margin-bottom:4px; font-size:15px; text-transform:uppercase; letter-spacing:.08em; font-family:var(--font-mono); font-weight:600;}
.split-panel .sub{color:#9FC3C8; font-size:12.5px; margin-bottom:22px;}

@media (max-width: 900px){
  .split{grid-template-columns:1fr;}
  .audience-row{grid-template-columns:repeat(2,1fr);}
}

/* ============ JOURNEY (process flow) ============ */
.journey-track{position:relative; padding-top:10px;}
.journey-line{
  position:absolute; top:38px; left:5%; right:5%; height:2px;
  background:repeating-linear-gradient(to right, var(--teal) 0 10px, transparent 10px 18px);
}
.journey-steps{display:grid; grid-template-columns:repeat(6,1fr); gap:12px; position:relative;}
.j-step{text-align:center;}
.j-node{
  width:76px; height:76px; border-radius:50%; background:var(--navy); color:var(--white);
  display:flex; align-items:center; justify-content:center; margin:0 auto 18px;
  position:relative; z-index:2; box-shadow:0 10px 24px rgba(11,59,77,.18);
}
.j-node svg{width:32px; height:32px; stroke:currentColor; fill:none; stroke-width:1.6;}
.j-node.final{background:var(--lime); color:var(--navy-deep);}
.j-badge{
  position:absolute; top:-6px; right:-2px; width:24px; height:24px; border-radius:50%;
  background:var(--teal-dark); color:var(--white); font-family:var(--font-mono); font-size:11px; font-weight:600;
  display:flex; align-items:center; justify-content:center; border:2px solid var(--bg-light);
}
.j-step h3{font-size:15px; margin-bottom:8px;}
.j-step p{font-size:12.5px;}
.journey-strip{
  margin-top:56px; background:var(--navy); border-radius:14px; padding:20px 30px;
  display:flex; justify-content:center; gap:40px; flex-wrap:wrap;
}
.journey-strip span{font-family:var(--font-mono); font-size:13px; color:var(--white); font-weight:500;}
.journey-strip span b{color:var(--lime);}

@media (max-width: 900px){
  .journey-line{display:none;}
  .journey-steps{grid-template-columns:repeat(2,1fr); gap:32px 16px;}
  .journey-truck-wrap{display:none;}
}

/* ============ MODULES IN ACTION ============ */
.step-list{list-style:none; margin-top:22px;}
.step-list li{display:flex; gap:14px; padding:13px 0; border-top:1px solid var(--line);}
.on-dark .step-list li{border-color:rgba(255,255,255,.1);}
.step-list li:last-child{border-bottom:1px solid var(--line);}
.on-dark .step-list li:last-child{border-color:rgba(255,255,255,.1);}
.step-num{
  width:24px; height:24px; border-radius:50%; background:var(--teal); color:var(--white);
  font-family:var(--font-mono); font-size:11px; font-weight:600;
  display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:1px;
}
.step-list.step-alt .step-num{background:var(--navy);}
.step-list p{font-size:14.5px; color:var(--ink); margin:0;}
.module-card-head{display:flex; align-items:center; gap:14px; margin-bottom:6px;}
.module-tag{font-family:var(--font-mono); font-size:11px; font-weight:600; letter-spacing:.08em; color:var(--teal-dark); text-transform:uppercase;}

/* ============ PHOTO GALLERY BAND ============ */
.gallery-band{background:var(--bg-light); padding:56px 0 90px;}
.gallery-strip{
  display:grid; grid-template-columns:repeat(5,1fr); gap:14px;
  max-width:var(--maxw); margin:0 auto; padding:0 32px; height:260px;
}
.g-item{border-radius:12px; overflow:hidden; margin:0; height:100%; box-shadow:0 14px 30px rgba(11,59,77,.12);}
.g-item img{width:100%; height:100%; object-fit:cover; transition:transform .5s ease;}
.g-item:hover img{transform:scale(1.06);}
.g-item.g-tall{transform:translateY(-18px);}
.gallery-caption{
  text-align:center; font-family:var(--font-mono); font-size:11.5px; color:var(--muted);
  margin-top:30px; letter-spacing:.03em;
}
@media (max-width: 900px){
  .gallery-strip{grid-template-columns:repeat(3,1fr); height:auto;}
  .g-item{height:150px;}
  .g-item.g-tall{transform:none;}
  .gallery-strip .g-item:nth-child(4), .gallery-strip .g-item:nth-child(5){display:none;}
}
@media (max-width: 560px){
  .gallery-strip{grid-template-columns:repeat(2,1fr);}
  .gallery-strip .g-item:nth-child(3){display:none;}
}

/* ============ FEATURE EXPLORER (interactive slicer) ============ */
.explorer{
  background:var(--card); border:1px solid var(--line); border-radius:18px; overflow:hidden;
  box-shadow:0 30px 60px rgba(11,59,77,.08);
}
.explorer-bar{
  background:#EFF4F3; padding:16px 26px; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;
}
.explorer-bar .lbl{display:flex; align-items:center; gap:10px; font-family:var(--font-mono); font-size:12px; font-weight:600; letter-spacing:.08em; color:var(--navy); text-transform:uppercase;}
.tabs{display:flex; gap:8px; flex-wrap:wrap; padding:20px 26px 0;}
.tab{
  font-family:var(--font-body); font-size:13px; font-weight:600; color:var(--navy);
  background:var(--bg-light); border:1px solid var(--line); border-radius:100px;
  padding:9px 18px; cursor:pointer; transition:all .2s ease;
  display:flex; align-items:center; gap:8px;
}
.tab svg{width:15px; height:15px; stroke:currentColor; fill:none; stroke-width:1.8;}
.tab:hover{border-color:var(--teal);}
.tab.active{background:var(--lime); border-color:var(--lime); color:var(--navy-deep);}
.explorer-body{padding:8px 26px 30px;}
.feat-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:14px;}
.feat-row{
  display:flex; align-items:center; gap:12px; padding:14px 16px; background:var(--bg-light);
  border:1px solid var(--line); border-radius:10px; font-size:13.5px; font-weight:500; color:var(--navy);
}
.feat-row .dot{width:7px; height:7px; border-radius:50%; background:var(--teal-dark); flex-shrink:0;}
@media (max-width: 900px){ .feat-grid{grid-template-columns:1fr 1fr;} }
@media (max-width: 560px){ .feat-grid{grid-template-columns:1fr;} }

/* ============ SCREENSHOT WINDOW ============ */
.win{
  background:var(--white); border-radius:14px; overflow:hidden;
  box-shadow:0 30px 70px rgba(11,59,77,.18); border:1px solid rgba(255,255,255,.08);
}
.win-bar{background:#E7ECEB; padding:10px 14px; display:flex; gap:6px;}
.win-bar span{width:10px; height:10px; border-radius:50%; background:#C7D2D0;}
.win img{width:100%; display:block;}
.win-caption{margin-top:14px; font-family:var(--font-mono); font-size:11.5px; color:var(--muted); text-align:center;}

/* ============ ANALYTICS SECTION ============ */
.analytics-grid{display:grid; grid-template-columns:.85fr 1.15fr; gap:56px; align-items:center;}
.mini-feature{display:flex; gap:16px; margin-bottom:26px;}
.mini-feature .icon-circle{width:46px; height:46px; margin-bottom:0;}
.mini-feature .icon-circle svg{width:20px; height:20px;}
@media (max-width: 900px){ .analytics-grid{grid-template-columns:1fr;} }

/* ============ MOBILE SECTION ============ */
.phone-row{display:flex; gap:26px; overflow-x:auto; padding:10px 4px 20px; scrollbar-width:none;}
.phone-row::-webkit-scrollbar{display:none;}
.phone-item{flex:0 0 auto; width:210px; text-align:center;}
.phone-item img{border-radius:18px; box-shadow:0 20px 45px rgba(0,0,0,.35);}
.phone-item span{display:block; margin-top:16px; font-size:13px; font-weight:600; color:var(--white);}
.mini-pill-row{display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:44px;}
.mini-pill{
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.14); border-radius:100px;
  padding:13px 18px; display:flex; align-items:center; gap:12px;
}
.mini-pill .icon-circle{width:34px; height:34px; margin:0; flex-shrink:0;}
.mini-pill .icon-circle svg{width:16px; height:16px;}
.mini-pill span{font-size:12px; font-weight:600; color:var(--white); line-height:1.25;}
@media (max-width: 900px){ .mini-pill-row{grid-template-columns:repeat(2,1fr);} }
@media (max-width: 560px){ .mini-pill-row{grid-template-columns:1fr;} }

/* ============ FLEET / ROUTE MAP ============ */
.fleet-grid{display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:start;}
.stat-row{display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-bottom:34px;}
.stat-chip{background:var(--card); border:1px solid var(--line); border-radius:12px; padding:16px 18px;}
.stat-chip .lbl{font-family:var(--font-mono); font-size:10.5px; color:var(--muted); text-transform:uppercase; letter-spacing:.06em; margin-bottom:6px;}
.stat-chip .val{font-family:var(--font-display); font-size:19px; font-weight:600; color:var(--navy);}
.route-panel{background:var(--navy-deep); border-radius:16px; padding:28px; position:relative; height:100%;}
.route-svg{width:100%; height:auto;}
.timeline{list-style:none; margin-top:8px;}
.tl-item{display:flex; gap:14px; padding:11px 0; position:relative;}
.tl-item:not(:last-child)::before{content:""; position:absolute; left:4px; top:26px; bottom:-11px; width:1px; background:rgba(255,255,255,.15);}
.tl-dot{width:9px; height:9px; border-radius:50%; background:var(--teal); margin-top:5px; flex-shrink:0;}
.tl-item.end .tl-dot{background:var(--lime);}
.tl-item h4{font-size:13.5px; color:var(--white); font-weight:600; margin-bottom:2px;}
.tl-item time{font-family:var(--font-mono); font-size:11px; color:#8FB0B5;}
@media (max-width: 900px){ .fleet-grid{grid-template-columns:1fr;} .stat-row{grid-template-columns:repeat(2,1fr);} }

/* ============ QR / END CONSUMER ============ */
.qr-steps{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.qr-card{background:var(--card); border:1px solid var(--line); border-radius:16px; padding:32px 26px; text-align:center;}
.qr-card h3{color:var(--navy);}
.qr-card p{color:var(--gray);}
.qr-card.active{background:var(--navy); border-color:var(--navy);}
.qr-card.active h3, .qr-card.active .step-tag{color:var(--white);}
.qr-card.active p{color:#CFE3DF;}
.step-tag{font-family:var(--font-mono); font-size:11px; font-weight:600; letter-spacing:.08em; color:var(--teal-dark); text-transform:uppercase; display:block; margin-bottom:18px;}
.qr-img{width:120px; margin:0 auto 18px; border:8px solid var(--white); border-radius:8px; box-shadow:0 10px 24px rgba(11,59,77,.12);}
@media (max-width: 900px){ .qr-steps{grid-template-columns:1fr;} }

/* ============ RESPONSIBLE SOURCING ============ */
.pillars-list{list-style:none;}
.pillar-row{display:flex; align-items:center; gap:14px; padding:13px 16px; background:var(--card); border:1px solid var(--line); border-radius:10px; margin-bottom:10px;}
.pillar-row .icon-circle{width:38px; height:38px; margin:0; flex-shrink:0;}
.pillar-row .icon-circle svg{width:17px; height:17px;}
.pillar-row .pnum{font-family:var(--font-mono); font-size:12px; color:var(--muted); width:20px; flex-shrink:0;}
.pillar-row span.name{font-size:13.5px; font-weight:600; color:var(--navy);}
.badge-dev{
  display:inline-flex; align-items:center; gap:7px; background:rgba(194,218,32,.14); border:1px solid rgba(194,218,32,.4);
  color:var(--lime-deep); font-family:var(--font-mono); font-size:11px; font-weight:600; letter-spacing:.05em;
  padding:6px 14px; border-radius:100px; text-transform:uppercase; margin-bottom:18px;
}

/* ============ ROADMAP ============ */
.roadmap-track{position:relative;}
.roadmap-line{position:absolute; top:38px; left:5%; right:5%; height:2px; background:repeating-linear-gradient(to right, var(--teal) 0 10px, transparent 10px 18px);}
.roadmap-steps{display:grid; grid-template-columns:repeat(5,1fr); gap:14px; position:relative;}
.roadmap-truck-wrap{top:38px !important;}
.roadmap-truck{animation-duration:8s, .5s;}
.journey-truck-wrap{top:38px !important;}
.journey-truck{animation-duration:9s, .5s;}
.journey-steps .flow-pulse{animation:nodeGlow 9s ease-in-out infinite;}
.journey-steps .j-step:nth-child(1) .flow-pulse{animation-delay:-8.55s;}
.journey-steps .j-step:nth-child(2) .flow-pulse{animation-delay:-6.75s;}
.journey-steps .j-step:nth-child(3) .flow-pulse{animation-delay:-4.95s;}
.journey-steps .j-step:nth-child(4) .flow-pulse{animation-delay:-3.15s;}
.journey-steps .j-step:nth-child(5) .flow-pulse{animation-delay:-1.35s;}
.roadmap-badge{
  display:inline-block; font-family:var(--font-mono); font-size:9px; font-weight:600; letter-spacing:.06em;
  color:var(--lime); background:rgba(194,218,32,.12); border:1px solid rgba(194,218,32,.35);
  padding:2px 8px; border-radius:100px; text-transform:uppercase; margin:6px 0 2px;
}
.roadmap-steps .flow-pulse{animation:nodeGlow 8s ease-in-out infinite;}
.roadmap-steps .j-step:nth-child(1) .flow-pulse{animation-delay:-7.6s;}
.roadmap-steps .j-step:nth-child(2) .flow-pulse{animation-delay:-5.6s;}
.roadmap-steps .j-step:nth-child(3) .flow-pulse{animation-delay:-3.6s;}
.roadmap-steps .j-step:nth-child(4) .flow-pulse{animation-delay:-1.6s;}
.roadmap-steps .j-step:nth-child(5) .flow-pulse{animation-delay:0.4s;}
.badge-upcoming{
  display:inline-block; font-family:var(--font-mono); font-size:9px; font-weight:600; letter-spacing:.06em;
  color:var(--lime-deep); background:rgba(194,218,32,.14); border:1px solid rgba(157,176,26,.4);
  padding:2px 8px; border-radius:100px; text-transform:uppercase; margin-bottom:8px;
}
@media (max-width: 900px){
  .roadmap-line{display:none;}
  .roadmap-truck-wrap{display:none;}
  .roadmap-steps{grid-template-columns:repeat(2,1fr); gap:28px 16px;}
}

/* ============ CTA / FOOTER ============ */
.cta-section{
  background:var(--navy-deep); position:relative; overflow:hidden;
}
.cta-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:0; align-items:stretch;}
.cta-copy{padding:100px 0 100px 0;}
.cta-copy h2{color:var(--white); font-size:clamp(30px,4vw,46px);}
.cta-actions{display:flex; gap:16px; margin:34px 0 40px; flex-wrap:wrap;}
.cta-contact{display:flex; align-items:center; gap:12px; margin-bottom:10px;}
.cta-photo{position:relative; min-height:420px;}
.cta-photo img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
@media (max-width: 980px){
  .cta-grid{grid-template-columns:1fr;}
  .cta-copy{padding:80px 0 40px;}
  .cta-photo{min-height:320px;}
}

.footer{background:var(--navy-deeper); padding-top:64px; border-top:1px solid rgba(255,255,255,.08);}
.footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,.08);}
.footer-brand{display:flex; align-items:center; margin-bottom:14px;}
.footer-brand img{height:24px;}
.footer-about{font-size:13px; color:#7FA2A8; line-height:1.6; max-width:280px; margin-bottom:20px;}
.footer-social{display:flex; gap:10px;}
.footer-social a{
  width:34px; height:34px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); color:#B9CDD1;
  transition:all .2s ease;
}
.footer-social a:hover{background:var(--teal); color:var(--navy-deep); border-color:var(--teal);}
.footer-social svg{width:16px; height:16px; stroke:currentColor; fill:none; stroke-width:1.8;}
.footer-col h4{
  font-family:var(--font-mono); font-size:11px; font-weight:600; letter-spacing:.1em; text-transform:uppercase;
  color:var(--teal); margin-bottom:18px;
}
.footer-col ul{list-style:none; display:flex; flex-direction:column; gap:12px;}
.footer-col a{font-size:13.5px; color:#B9CDD1; transition:color .2s ease;}
.footer-col a:hover{color:var(--white);}
.footer-col .fc-contact-item{display:flex; align-items:flex-start; gap:10px; font-size:13px; color:#B9CDD1; line-height:1.5;}
.footer-col .fc-contact-item svg{width:15px; height:15px; stroke:var(--teal); fill:none; stroke-width:1.8; flex-shrink:0; margin-top:2px;}
.footer-bottom{padding:22px 0; display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap;}
.footer-bottom p{font-size:12px; color:#6E8A90;}
.footer-bottom-links{display:flex; gap:20px; list-style:none;}
.footer-bottom-links a{font-size:12px; color:#6E8A90;}
.footer-bottom-links a:hover{color:var(--white);}
@media (max-width: 900px){
  .footer-grid{grid-template-columns:1fr 1fr; gap:32px 24px;}
}
@media (max-width: 560px){
  .footer-grid{grid-template-columns:1fr;}
  .footer-bottom{flex-direction:column; align-items:flex-start;}
}

/* ============ KEY NUMBERS / COUNTERS ============ */
.numbers-band{background:var(--navy-deep); padding:64px 0; position:relative; overflow:hidden;}
.numbers-band::before{
  content:""; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:900px; height:300px; background:radial-gradient(ellipse, rgba(78,192,164,.1) 0%, transparent 70%);
  pointer-events:none;
}
.numbers-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; position:relative; z-index:1;}
.number-item{text-align:center; padding:0 12px;}
.counter-row{display:flex; align-items:baseline; justify-content:center; gap:3px; font-family:var(--font-display); font-weight:600; color:var(--white); font-size:clamp(30px,3.6vw,44px);}
.counter-value{font-variant-numeric:tabular-nums;}
.counter-suffix{color:var(--lime); font-size:.65em;}
.number-item p{font-family:var(--font-mono); font-size:12px; color:#9FC3C8; margin-top:8px; letter-spacing:.03em;}
@media (max-width: 900px){ .numbers-grid{grid-template-columns:repeat(2,1fr); row-gap:36px;} }

/* ============ FLOW MOTION VISUAL (homepage) — animated journey teaser ============ */
.flow-section{background:var(--navy-deep); padding:0 0 100px; position:relative; overflow:hidden;}
.flow-eyebrow{
  text-align:center; font-family:var(--font-mono); font-size:11px; font-weight:600; letter-spacing:.14em;
  text-transform:uppercase; color:var(--lime); margin-bottom:18px;
}
.flow-visual{
  position:relative; border-radius:18px; overflow:hidden; background:var(--navy-deeper);
  border:1px solid rgba(255,255,255,.08); padding:44px 28px 30px;
}
.flow-track{padding-top:6px;}
.flow-track .journey-line{top:44px;}
.flow-track .journey-steps{grid-template-columns:repeat(6,1fr);}
.flow-track .j-node{width:64px; height:64px;}
.flow-track .j-node svg{width:26px; height:26px;}
.flow-track .j-step h3{margin-top:2px;}

.flow-truck-wrap{position:absolute; top:44px; left:5%; right:5%; height:0; z-index:3; pointer-events:none;}
.flow-truck{
  position:absolute; top:0; left:0; transform:translate(-50%,-50%);
  width:34px; height:34px; border-radius:50%; background:var(--lime);
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 0 0 6px rgba(194,218,32,.18), 0 6px 16px rgba(0,0,0,.35);
  animation:truckDrive 9s linear infinite, truckBob .5s ease-in-out infinite alternate;
}
.flow-truck svg{width:19px; height:19px;}
@keyframes truckDrive{
  0%{left:0%;}
  100%{left:100%;}
}
@keyframes truckBob{
  0%{transform:translate(-50%,-50%) translateY(0);}
  100%{transform:translate(-50%,-50%) translateY(-3px);}
}

.flow-track .flow-pulse{animation:nodeGlow 9s ease-in-out infinite;}
.flow-track .journey-steps .j-step:nth-child(1) .flow-pulse{animation-delay:-8.55s;}
.flow-track .journey-steps .j-step:nth-child(2) .flow-pulse{animation-delay:-6.75s;}
.flow-track .journey-steps .j-step:nth-child(3) .flow-pulse{animation-delay:-4.95s;}
.flow-track .journey-steps .j-step:nth-child(4) .flow-pulse{animation-delay:-3.15s;}
.flow-track .journey-steps .j-step:nth-child(5) .flow-pulse{animation-delay:-1.35s;}
.flow-pulse-final{animation:nodeGlowFinal 2.6s ease-in-out infinite !important;}
@keyframes nodeGlow{
  0%,88%,100%{box-shadow:none; transform:scale(1);}
  94%{box-shadow:0 0 0 9px rgba(78,192,164,.28); transform:scale(1.1);}
}
@keyframes nodeGlowFinal{
  0%,100%{box-shadow:0 0 0 0 rgba(194,218,32,.35);}
  50%{box-shadow:0 0 0 12px rgba(194,218,32,0);}
}

.flow-caption{text-align:center; margin-top:22px; font-family:var(--font-mono); font-size:11.5px; color:var(--muted);}
@media (max-width:900px){
  .flow-visual{padding:30px 14px 22px;}
  .flow-track .j-node{width:44px; height:44px;}
  .flow-track .j-node svg{width:18px; height:18px;}
  .flow-track .journey-line, .flow-truck-wrap{top:28px;}
  .flow-track .j-step h3{font-size:9.5px !important;}
  .flow-truck-wrap{display:none;}
  .flow-track .journey-steps{grid-template-columns:repeat(3,1fr); gap:26px 10px;}
}
@media (prefers-reduced-motion: reduce){
  .flow-truck{animation:none; left:50%;}
  .flow-pulse, .flow-pulse-final{animation:none;}
}

/* ============ ABOUT PAGE ============ */
.about-hero{background:var(--navy-deep); padding:168px 0 90px; position:relative; overflow:hidden;}
.about-hero::before{content:""; position:absolute; top:-200px; right:-160px; width:560px; height:560px; border-radius:50%; border:1px solid rgba(78,192,164,.25);}
.about-flow{display:flex; align-items:center; justify-content:center; gap:0; flex-wrap:wrap; margin:40px 0;}
.about-flow-step{
  font-family:var(--font-mono); font-size:13px; font-weight:600; color:var(--navy); background:var(--card);
  border:1.5px solid var(--teal); border-radius:100px; padding:10px 22px;
}
.about-flow-arrow{color:var(--teal); margin:0 10px; font-size:18px;}
.ecosystem-grid{display:grid; grid-template-columns:1fr 1fr; gap:24px;}
.ecosystem-card{
  background:var(--card); border:1px solid var(--line); border-radius:16px; padding:32px;
  display:flex; flex-direction:column; gap:14px;
}
.ecosystem-card img{height:32px; width:auto; object-fit:contain; align-self:flex-start;}
.ecosystem-card a.eco-link{
  margin-top:auto; display:inline-flex; align-items:center; gap:6px; font-size:13.5px; font-weight:600; color:var(--teal-dark);
}
@media (max-width: 900px){ .ecosystem-grid{grid-template-columns:1fr;} .about-flow-step{font-size:11.5px; padding:8px 16px;} }

/* ============ DEMO REQUEST PAGE ============ */
.demo-hero{background:var(--navy-deep); padding:160px 0 60px; text-align:center;}
.demo-grid{display:grid; grid-template-columns:1fr 1fr; gap:0; border-radius:20px; overflow:hidden; box-shadow:0 30px 70px rgba(11,59,77,.12); margin-bottom:100px;}
.demo-side{background:var(--navy-deep); padding:56px 44px; color:var(--white); position:relative; overflow:hidden;}
.demo-side::before{content:""; position:absolute; bottom:-100px; left:-80px; width:300px; height:300px; border-radius:50%; border:1px solid rgba(194,218,32,.2);}
.demo-side ul{list-style:none; margin-top:28px; position:relative; z-index:1;}
.demo-side li{display:flex; gap:12px; padding:12px 0; border-top:1px solid rgba(255,255,255,.1); font-size:14px; color:#CFE3DF;}
.demo-side li:last-child{border-bottom:1px solid rgba(255,255,255,.1);}
.demo-side li svg{width:18px; height:18px; stroke:var(--lime); fill:none; stroke-width:2; flex-shrink:0; margin-top:1px;}
.demo-form-panel{background:var(--card); padding:56px 44px;}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px;}
.form-field{display:flex; flex-direction:column; gap:6px;}
.form-field label{font-family:var(--font-mono); font-size:10.5px; font-weight:600; color:var(--navy); text-transform:uppercase; letter-spacing:.05em;}
.form-field input, .form-field select, .form-field textarea{
  font-family:var(--font-body); font-size:14px; padding:12px 14px; border:1.5px solid var(--line); border-radius:8px;
  color:var(--ink); background:var(--bg-light); transition:border-color .2s ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus{outline:none; border-color:var(--teal);}
.demo-submit{width:100%; justify-content:center; margin-top:8px; border:none; cursor:pointer; font-size:15px; padding:15px;}
.demo-success{display:none; text-align:center; padding:40px 10px;}
.demo-success .icon-circle{width:64px; height:64px; margin:0 auto 20px;}
.demo-success .icon-circle svg{width:28px; height:28px;}
@media (max-width: 900px){
  .demo-grid{grid-template-columns:1fr;}
  .form-row{grid-template-columns:1fr;}
}

/* ============ RESOURCES / COMING SOON ============ */
.coming-soon{
  min-height:70vh; display:flex; align-items:center; justify-content:center; text-align:center;
  background:var(--navy-deep); padding:160px 24px 100px; position:relative; overflow:hidden;
}
.coming-soon::before{content:""; position:absolute; top:-180px; left:50%; transform:translateX(-50%); width:700px; height:700px; border-radius:50%; border:1px solid rgba(78,192,164,.18);}
.coming-soon::after{content:""; position:absolute; bottom:-220px; left:50%; transform:translateX(-50%); width:900px; height:900px; border-radius:50%; border:1px solid rgba(194,218,32,.12);}
.coming-soon-inner{position:relative; z-index:1; max-width:600px;}
.coming-soon-badge{
  display:inline-flex; align-items:center; gap:8px; background:rgba(194,218,32,.12); border:1px solid rgba(194,218,32,.35);
  color:var(--lime); font-family:var(--font-mono); font-size:11px; font-weight:600; letter-spacing:.08em;
  padding:8px 18px; border-radius:100px; text-transform:uppercase; margin-bottom:26px;
}
.coming-soon h1{color:var(--white); font-size:clamp(32px,4.6vw,52px); margin-bottom:20px;}
.coming-soon p{font-size:16px; color:#B9CDD1; line-height:1.6; margin-bottom:10px;}
.coming-soon .stay-tuned{font-family:var(--font-display); font-style:italic; color:var(--teal); font-size:18px; margin-top:20px;}

/* ============ LEGAL PAGES (privacy / terms) ============ */
.legal-hero{background:var(--navy-deep); padding:150px 0 60px;}
.legal-body{max-width:800px; margin:0 auto; padding:70px 32px 120px;}
.legal-body h2{font-size:22px; margin-top:44px; margin-bottom:14px;}
.legal-body h2:first-child{margin-top:0;}
.legal-body p{margin-bottom:16px; line-height:1.7;}
.legal-body ul{margin:0 0 16px 22px; color:var(--gray);}
.legal-body li{margin-bottom:8px; line-height:1.6;}
.legal-body a{color:var(--teal-dark); font-weight:600;}
.legal-meta{font-family:var(--font-mono); font-size:12px; color:var(--muted); margin-bottom:30px;}
.legal-toc{background:var(--bg-light); border:1px solid var(--line); border-radius:12px; padding:24px 26px; margin-bottom:40px;}
.legal-toc h3{font-size:13px; text-transform:uppercase; letter-spacing:.06em; font-family:var(--font-mono); color:var(--navy); margin-bottom:14px;}
.legal-toc ul{margin:0; list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:8px;}
.legal-toc a{font-size:13px; color:var(--teal-dark);}

/* ============ PAGE HERO (generic, for sub-pages) ============ */
.page-hero{background:var(--navy-deep); padding:160px 0 70px; position:relative; overflow:hidden;}
.page-hero::before{content:""; position:absolute; top:-200px; right:-160px; width:560px; height:560px; border-radius:50%; border:1px solid rgba(78,192,164,.25);}
.page-hero .eyebrow{margin-bottom:18px;}
.page-hero h1{color:var(--white); font-size:clamp(32px,4.4vw,48px); max-width:760px;}
.page-hero p{color:#B9CDD1; font-size:16px; max-width:620px; margin-top:16px;}
.breadcrumb{font-family:var(--font-mono); font-size:11.5px; color:#7FA2A8; margin-bottom:20px;}
.breadcrumb a{color:#7FA2A8;}
.breadcrumb a:hover{color:var(--white);}
.breadcrumb span{color:var(--lime); margin:0 6px;}

/* ============ MISC ============ */
.badge-illustrative{
  font-family:var(--font-mono); font-size:10.5px; color:var(--muted); font-style:italic;
}
::selection{background:var(--lime); color:var(--navy-deep);}
