[hidden]{display:none !important;}
:root{
  --bg:#0A0F0E;
  --bg-raised:#0D1312;
  --surface:#101615;
  --border:rgba(255,255,255,0.09);
  --border-strong:rgba(255,255,255,0.16);
  --accent-a:#10B981;
  --accent-b:#38BDF8;
  --accent-hot:#ECFEFF;
  --accent-edge:#7DD3FC;
  --ui-solid:#059669;
  --text:#F5F5F7;
  --text-muted:#9CA3AF;
  --text-faint:#5B6462;
  --ok:#34D399;
  --warn:#FBBF24;
  --danger:#F87171;
  --info:#38BDF8;
  --font-display:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-mono:'JetBrains Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
  --max:1120px;
}

*{box-sizing:border-box;}
html,body{margin:0;}
body{
  background:var(--bg);
  color:var(--text);
  font-family:var(--font-display);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3{text-wrap:balance;font-family:var(--font-display);margin:0;letter-spacing:-0.02em;}
p{margin:0;}
a{color:inherit;text-decoration:none;}
section{scroll-margin-top:84px;}
.wrap{max-width:var(--max);margin:0 auto;padding-inline:24px;}

@media (prefers-reduced-motion: no-preference){
  html{scroll-behavior:smooth;}
}

/* ---------- nav ---------- */
.nav-wrap{
  position:sticky;top:env(safe-area-inset-top,0px);z-index:50;
  background:rgba(10,15,14,0.72);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid var(--border);
}
.nav{
  max-width:var(--max);margin:0 auto;padding:14px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.nav-logo{font-weight:700;font-size:15px;letter-spacing:-0.01em;display:flex;align-items:center;gap:9px;}
.nav-mark{height:19px;width:auto;display:block;}
.nav-links{display:flex;gap:28px;font-size:13.5px;color:var(--text-muted);}
.nav-links a{transition:color .15s ease;}
.nav-links a:hover,.nav-links a:focus-visible{color:var(--text);}
@media (max-width:820px){.nav-links{display:none;}}

/* ---------- buttons ---------- */
.btn-primary{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--text);color:#08110F;
  font-weight:600;font-size:14px;
  padding:11px 20px;border-radius:999px;
  border:1px solid transparent;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
  white-space:nowrap;
}
.btn-primary:hover,.btn-primary:focus-visible{
  background:var(--accent-hot);
  box-shadow:0 0 0 1px rgba(236,254,255,0.4),0 8px 24px -6px rgba(16,185,129,0.45);
  transform:translateY(-1px);
}
.btn-primary.small{padding:8px 16px;font-size:13px;}
.btn-primary.large{padding:14px 28px;font-size:15px;}
.btn-text{
  display:inline-flex;align-items:center;gap:6px;
  font-size:14px;font-weight:500;color:var(--text-muted);
  padding:11px 4px;border-bottom:1px solid transparent;
  transition:color .15s ease,border-color .15s ease;
}
.btn-text:hover,.btn-text:focus-visible{color:var(--text);border-color:var(--border-strong);}
.cta-row{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;}

/* ---------- eyebrow / underline tag ---------- */
.eyebrow{
  display:inline-flex;flex-direction:column;align-items:center;gap:8px;
  font-family:var(--font-mono);font-size:11.5px;font-weight:500;
  letter-spacing:0.08em;text-transform:uppercase;
  color:var(--accent-edge);
}
.eyebrow::after{
  content:"";display:block;width:30px;height:2px;border-radius:1px;
  background:linear-gradient(90deg,var(--accent-a),var(--accent-b));
}

/* ---------- section head ---------- */
.section{padding:112px 0;position:relative;border-top:1px solid var(--border);}
.section.raised{background:var(--bg-raised);}
.product-section{overflow:hidden;}
.product-section > .wrap{position:relative;z-index:1;}
.product-glow{
  position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(ellipse 900px 460px at 50% -8%,rgba(16,185,129,0.10),transparent 70%);
}
.section-head{max-width:640px;margin:0 auto 56px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;}
.section-head h2{font-size:clamp(26px,3.6vw,38px);font-weight:700;}
#problem .section-head h2,#product .section-head h2{max-width:none;white-space:nowrap;}
@media (max-width:760px){
  #problem .section-head h2,#product .section-head h2{white-space:normal;}
}
.lead{color:var(--text-muted);font-size:16.5px;max-width:600px;margin-inline:auto;}
.closing-line{
  text-align:center;margin:56px auto 0;font-size:17px;font-weight:600;
  color:var(--text);max-width:520px;
}
.closing-line .glow{color:var(--accent-edge);}

/* ---------- hero ---------- */
.hero{
  position:relative;padding:150px 0 96px;text-align:center;isolation:isolate;
  overflow:hidden;
}
.beam-backdrop{position:absolute;inset:0;z-index:-1;pointer-events:none;}
.beam-backdrop .core{
  position:absolute;top:-140px;left:50%;transform:translateX(-50%);
  width:560px;height:560px;border-radius:50%;
  background:radial-gradient(circle,rgba(236,254,255,0.9) 0%,rgba(56,189,248,0.35) 30%,rgba(16,185,129,0.12) 55%,transparent 72%);
  filter:blur(6px);
}
.beam{
  position:absolute;top:-260px;left:50%;
  width:2200px;height:1000px;
  transform-origin:top center;
  background:conic-gradient(from 90deg at 50% 0%,
    transparent 0deg, rgba(16,185,129,0.16) 6deg, transparent 13deg,
    transparent 34deg, rgba(56,189,248,0.22) 41deg, transparent 48deg,
    transparent 70deg, rgba(236,254,255,0.14) 76deg, transparent 83deg,
    transparent 96deg, rgba(56,189,248,0.20) 103deg, transparent 110deg,
    transparent 132deg, rgba(16,185,129,0.16) 139deg, transparent 146deg,
    transparent 167deg, rgba(56,189,248,0.14) 174deg, transparent 180deg);
  margin-left:-1100px;
  filter:blur(2px);
}
@media (prefers-reduced-motion: no-preference){
  .beam{animation:beam-drift 40s linear infinite;}
}
@keyframes beam-drift{
  0%{transform:translateX(-50%) rotate(-2.2deg);}
  50%{transform:translateX(-50%) rotate(2.2deg);}
  100%{transform:translateX(-50%) rotate(-2.2deg);}
}
.hero-content{position:relative;display:flex;flex-direction:column;align-items:center;gap:22px;}
.hero h1{font-size:clamp(34px,5.4vw,58px);font-weight:800;max-width:820px;line-height:1.08;}
.hero .lead{font-size:18px;max-width:560px;}
.hero-sub{font-size:13.5px;color:var(--text-faint);margin-top:6px;}

/* ---------- grid floor ---------- */
.grid-floor{
  position:relative;height:220px;margin-top:64px;overflow:hidden;
  -webkit-mask-image:linear-gradient(to bottom,black,transparent 92%);
  mask-image:linear-gradient(to bottom,black,transparent 92%);
}
.grid-floor::before{
  content:"";position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(125,211,252,0.22) 1px,transparent 1px),
    linear-gradient(90deg,rgba(125,211,252,0.22) 1px,transparent 1px);
  background-size:64px 64px;
  transform:perspective(420px) rotateX(62deg);
  transform-origin:top center;
}
.grid-floor::after{
  content:"";position:absolute;top:-40px;left:50%;translate:-50% 0;
  width:340px;height:180px;border-radius:50%;
  background:radial-gradient(circle,rgba(16,185,129,0.5),transparent 68%);
  filter:blur(18px);
}
.grid-floor.compact{height:140px;margin-top:40px;}

/* ---------- feature grid ---------- */
.feature-grid{display:grid;gap:44px 32px;}
.feature-grid.one{grid-template-columns:1fr;justify-items:center;}
.feature-grid.three{grid-template-columns:repeat(3,1fr);}
.feature-grid.four{grid-template-columns:repeat(4,1fr);}
@media (max-width:900px){
  .feature-grid.three{grid-template-columns:1fr 1fr;}
  .feature-grid.four{grid-template-columns:1fr 1fr;}
}
@media (max-width:600px){
  .feature-grid.three,.feature-grid.four{grid-template-columns:1fr;}
}
.feature-item{display:flex;flex-direction:column;align-items:flex-start;gap:10px;text-align:left;}
.feature-item.centered{align-items:center;text-align:center;max-width:420px;}
.feature-icon{
  width:34px;height:34px;border-radius:9px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(155deg,rgba(16,185,129,0.16),rgba(56,189,248,0.10));
  border:1px solid var(--border);
  color:var(--accent-edge);
  margin-bottom:4px;
}
.feature-item h3{font-size:15.5px;font-weight:600;}
.feature-tag{font-family:var(--font-mono);font-size:12.5px;color:var(--accent-edge);}
.feature-item p{color:var(--text-muted);font-size:14.5px;}
.feature-grid.cards .feature-item{
  padding:24px 22px;border-radius:14px;
  background:var(--surface);border:1px solid var(--border);
  position:relative;overflow:hidden;
}
.feature-grid.cards .feature-item::before{
  content:"";position:absolute;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,var(--accent-a),var(--accent-b));opacity:0.7;
}

/* ---------- journey flow ---------- */
.journey{
  display:flex;align-items:flex-start;justify-content:center;gap:0;
  flex-wrap:wrap;position:relative;
}
.journey-node{
  display:flex;flex-direction:column;align-items:center;text-align:center;
  width:200px;gap:10px;
}
.journey-node .num{
  width:44px;height:44px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-family:var(--font-mono);font-size:14px;font-weight:600;
  background:var(--surface);border:1px solid var(--border-strong);
  color:var(--accent-hot);
  box-shadow:0 0 0 5px rgba(16,185,129,0.05);
}
.journey-node h3{font-size:15px;font-weight:600;}
.journey-node .tag{font-size:13px;color:var(--accent-edge);font-weight:500;}
.journey-node p{font-size:13.5px;color:var(--text-muted);}
.journey-connector{
  align-self:center;color:var(--text-faint);
  display:flex;align-items:center;margin-top:22px;
  width:44px;justify-content:center;flex-shrink:0;
}
.journey.compact{align-items:center;}
.journey.compact .journey-node{width:126px;}
.journey.compact .journey-node p{display:none;}
.journey.compact .journey-node h3{font-size:17px;font-weight:700;}
.journey.compact .journey-connector{width:26px;margin-top:0;}
@media (max-width:820px){
  .journey{flex-direction:column;align-items:center;}
  .journey-node{width:100%;max-width:340px;}
  .journey-connector{transform:rotate(90deg);margin:2px 0;width:auto;height:20px;}
  .journey.compact .journey-connector{transform:rotate(90deg);margin:2px 0;}
}


/* ---------- ui mockup panel ---------- */
.panel-stage{margin-top:56px;display:flex;justify-content:center;}
.moment-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:56px;flex-wrap:wrap;}
.moment-tab{
  display:flex;align-items:center;gap:10px;
  font-family:var(--font-mono);font-size:13px;font-weight:500;letter-spacing:0.02em;
  color:var(--text-muted);background:var(--surface);border:1px solid var(--border);
  padding:10px 22px;border-radius:999px;cursor:pointer;transition:all .18s ease;
}
.moment-tab:hover{border-color:var(--border-strong);color:var(--text);}
.moment-tab .moment-tab-num{color:var(--text-faint);font-weight:600;}
.moment-tab.active{color:var(--text);background:var(--bg-raised);border-color:var(--accent-a);box-shadow:0 0 0 1px rgba(16,185,129,0.25);}
.moment-tab.active .moment-tab-num{
  background:linear-gradient(90deg,var(--accent-a),var(--accent-b));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
@media (max-width:480px){
  .moment-tabs{gap:8px;}
  .moment-tab{padding:9px 16px;font-size:12px;}
}
.moment-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.moment-layout-text .section-head{max-width:none;margin:0 0 28px;text-align:left;align-items:flex-start;}
.moment-layout-text .chip-row{justify-content:flex-start;}
.moment-panel .feature-grid.moment-feature-list{gap:26px;justify-items:stretch;}
.moment-feature-list .feature-item{width:100%;}
.moment-visual{display:flex;justify-content:center;}
.moment-visual .ui-panel.ui-shot{width:100%;}
@media (max-width:900px){
  .moment-layout{grid-template-columns:1fr;gap:36px;}
  .moment-layout-text .section-head{text-align:center;align-items:center;margin:0 auto 28px;max-width:520px;}
  .moment-layout-text .chip-row{justify-content:center;}
  .moment-feature-list{justify-items:center;}
  .moment-feature-list .feature-item{align-items:center;text-align:center;max-width:420px;margin-inline:auto;}
}
.ui-panel.ui-shot{
  max-width:820px;padding:0;overflow:hidden;
}
.ui-panel.ui-shot img{display:block;width:100%;height:auto;}
.ui-panel{
  width:100%;max-width:620px;
  background:linear-gradient(180deg,var(--bg-raised),var(--surface));
  border:1px solid var(--border-strong);
  border-radius:16px;
  padding:22px;
  box-shadow:0 30px 60px -30px rgba(0,0,0,0.7),0 0 0 1px rgba(255,255,255,0.02) inset;
  position:relative;
}
.ui-panel::before{
  content:"";position:absolute;inset:-1px;border-radius:16px;padding:1px;
  background:linear-gradient(140deg,rgba(16,185,129,0.35),transparent 40%);
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;mask-composite:exclude;
  pointer-events:none;
}
.ui-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;}
.ui-head .ui-title{font-size:13px;font-weight:600;color:var(--text-muted);font-family:var(--font-mono);letter-spacing:0.02em;}
.ui-dots{display:flex;gap:5px;}
.ui-dots span{width:7px;height:7px;border-radius:50%;background:var(--border-strong);}
.ui-row{
  display:flex;align-items:center;gap:14px;
  padding:13px 4px;border-top:1px solid var(--border);
}
.ui-row:first-of-type{border-top:none;}
.ui-avatar{
  width:34px;height:34px;border-radius:50%;flex-shrink:0;
  background:linear-gradient(135deg,var(--accent-a),var(--accent-b));
  display:flex;align-items:center;justify-content:center;
  font-family:var(--font-mono);font-size:11px;font-weight:600;color:#04110d;
}
.ui-row-main{flex:1;min-width:0;}
.ui-row-main .name{font-size:13.5px;font-weight:600;}
.ui-row-main .tags{display:flex;gap:6px;margin-top:5px;flex-wrap:wrap;}
.ui-row-main .tags span{
  font-family:var(--font-mono);font-size:10.5px;color:var(--text-muted);
  background:rgba(255,255,255,0.04);border:1px solid var(--border);
  padding:2px 7px;border-radius:5px;
}
.ui-score{display:flex;flex-direction:column;align-items:flex-end;gap:6px;width:110px;flex-shrink:0;}
.ui-score .score-label{font-family:var(--font-mono);font-size:11px;color:var(--text-faint);}
.ui-score .score-bar{width:100%;height:5px;border-radius:3px;background:rgba(255,255,255,0.06);overflow:hidden;}
.ui-score .score-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--accent-a),var(--accent-b));}
.badge{
  font-family:var(--font-mono);font-size:10.5px;font-weight:500;
  padding:3px 9px;border-radius:999px;white-space:nowrap;
  border:1px solid transparent;
}
.badge.ok{color:var(--ok);background:rgba(52,211,153,0.12);border-color:rgba(52,211,153,0.3);}
.badge.warn{color:var(--warn);background:rgba(251,191,36,0.12);border-color:rgba(251,191,36,0.3);}
.badge.danger{color:var(--danger);background:rgba(248,113,113,0.12);border-color:rgba(248,113,113,0.3);}
.badge.info{color:var(--info);background:rgba(56,189,248,0.12);border-color:rgba(56,189,248,0.3);}

.ui-panel.deliverables .ui-row{justify-content:space-between;}
.ui-deliv-main{display:flex;flex-direction:column;gap:3px;min-width:0;}
.ui-deliv-main .d-name{font-size:13.5px;font-weight:600;}
.ui-deliv-main .d-meta{font-family:var(--font-mono);font-size:11px;color:var(--text-faint);}

.ui-panel.brief{max-width:560px;}
.brief-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.brief-field{
  padding:12px 14px;background:rgba(255,255,255,0.02);
  border:1px solid var(--border);border-radius:10px;
  display:flex;flex-direction:column;gap:5px;
}
.brief-field.span-2{grid-column:1/-1;}
.brief-label{font-family:var(--font-mono);font-size:10.5px;text-transform:uppercase;letter-spacing:0.05em;color:var(--text-faint);}
.brief-value{font-size:13.5px;font-weight:600;color:var(--text);}
.brief-result{
  margin-top:16px;padding-top:16px;border-top:1px solid var(--border);
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;
  font-family:var(--font-mono);font-size:12px;color:var(--text-muted);
}
.brief-result-count{color:var(--accent-edge);display:flex;align-items:center;gap:6px;font-weight:600;}
@media (max-width:480px){
  .brief-grid{grid-template-columns:1fr;}
  .brief-field.span-2{grid-column:auto;}
}

/* ---------- who it's for ---------- */
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
@media (max-width:820px){.audience-grid{grid-template-columns:1fr;}}
.audience-card{
  padding:28px 24px;border-radius:14px;
  background:var(--surface);border:1px solid var(--border);
  display:flex;flex-direction:column;gap:10px;text-align:left;
  position:relative;overflow:hidden;
}
.audience-card::before{
  content:"";position:absolute;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,var(--accent-a),var(--accent-b));
  opacity:0.7;
}
.audience-card .who-eyebrow{font-family:var(--font-mono);font-size:11px;color:var(--accent-edge);text-transform:uppercase;letter-spacing:0.05em;}
.audience-card h3{font-size:17px;font-weight:700;}
.audience-card p{color:var(--text-muted);font-size:14.5px;}

/* ---------- final cta ---------- */
.cta-final{text-align:center;padding-top:96px;padding-bottom:120px;}
.cta-final .section-head{margin-bottom:36px;}

/* ---------- footer ---------- */
.site-footer{border-top:1px solid var(--border);padding:48px 0 calc(40px + env(safe-area-inset-bottom,0px));}
.footer-top{display:flex;align-items:center;gap:12px;margin-bottom:28px;flex-wrap:wrap;}
.footer-top .footer-logo{font-weight:700;font-size:15px;display:flex;align-items:center;gap:9px;}
.footer-mark{height:18px;width:auto;display:block;}
.footer-top .footer-tag{font-family:var(--font-mono);font-size:12px;color:var(--text-faint);}
.footer-links,.footer-legal{display:flex;gap:22px;flex-wrap:wrap;font-size:13.5px;color:var(--text-muted);}
.footer-links{margin-bottom:18px;}
.footer-legal{color:var(--text-faint);border-top:1px solid var(--border);padding-top:18px;}
.footer-links a:hover,.footer-legal a:hover{color:var(--text);}

@media (max-width:600px){
  .section{padding:80px 0;}
}

/* ---------- standalone pages (privacy / terms / demo) ---------- */
button.btn-primary{font:inherit;cursor:pointer;border:0;-webkit-appearance:none;appearance:none;}
.site-page{min-height:100vh;display:flex;flex-direction:column;}
.site-page main{flex:1;padding:64px 0 80px;}
.page-hero h1{font-size:clamp(28px,4vw,40px);font-weight:700;margin-bottom:6px;}
.page-hero .eyebrow{margin-bottom:10px;}
.legal-page .wrap{max-width:760px;}
.demo-page .wrap{max-width:480px;}
.demo-page .page-hero{text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:36px;}
.demo-page .page-hero h1{font-size:clamp(26px,3.6vw,34px);}
#demo-form{display:flex;flex-direction:column;gap:16px;}
.field{display:flex;flex-direction:column;gap:6px;}
.field label{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:0.05em;color:var(--text-muted);}
.field input,.field textarea{
  font:inherit;font-size:14px;color:var(--text);
  background:rgba(255,255,255,0.03);
  border:1px solid var(--border-strong);border-radius:10px;
  padding:11px 13px;resize:vertical;
}
.field input:focus-visible,.field textarea:focus-visible{
  outline:none;border-color:var(--accent-edge);
  box-shadow:0 0 0 3px rgba(56,189,248,0.18);
}
.form-submit{width:100%;margin-top:4px;}
.form-success{text-align:center;padding-top:8px;}
.form-success .success-icon{
  width:48px;height:48px;border-radius:50%;margin:0 auto 18px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(16,185,129,0.14);border:1px solid rgba(52,211,153,0.4);color:var(--ok);
}
.form-success h3{font-size:20px;font-weight:700;margin-top:0;}
.form-success p{color:var(--text-muted);font-size:14.5px;margin-top:8px;}
.form-success .btn-text{margin-top:18px;}
.legal-body{margin-top:18px;color:var(--text-muted);font-size:14.5px;line-height:1.7;}
.legal-body h4{color:var(--text);font-size:12.5px;font-weight:700;margin:22px 0 8px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:0.04em;}
.legal-body h4:first-child{margin-top:0;}
.legal-body p{margin:0 0 10px;}
.legal-body ul{margin:0 0 10px;padding-left:20px;}
.legal-body li{margin-bottom:4px;}
.legal-updated{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:0.05em;color:var(--text-faint);margin-top:4px;display:block;}
.page-footer{border-top:1px solid var(--border);padding:28px 0 calc(28px + env(safe-area-inset-bottom,0px));display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;color:var(--text-faint);font-size:13px;}
.page-footer a{color:var(--text-muted);transition:color .15s ease;}
.page-footer a:hover{color:var(--text);}

/* ---------- tag chips ---------- */
.chip-row{display:flex;flex-wrap:wrap;gap:8px;}
.chip{
  font-family:var(--font-mono);font-size:11px;font-weight:500;
  letter-spacing:0.04em;text-transform:uppercase;
  color:var(--text-muted);background:rgba(255,255,255,0.02);
  border:1px solid var(--border);padding:5px 12px;border-radius:999px;
}

/* ---------- product split (home: Hub / Command) ---------- */
.product-split{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
@media (max-width:900px){.product-split{grid-template-columns:1fr;}}
.product-card{
  background:var(--surface);border:1px solid var(--border);border-radius:18px;
  padding:32px;display:flex;flex-direction:column;gap:16px;
  position:relative;overflow:hidden;
}
.product-card::before{
  content:"";position:absolute;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,var(--accent-a),var(--accent-b));opacity:0.7;
}
.product-card h3{font-size:22px;font-weight:700;line-height:1.2;}
.product-card p{color:var(--text-muted);font-size:14.5px;}
.product-card .btn-text{align-self:flex-start;margin-top:2px;}
.crop-shot{border-radius:12px;overflow:hidden;position:relative;aspect-ratio:16/10;margin-top:2px;border:1px solid var(--border);}
.crop-shot img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;}

/* ---------- story sections (home: Before / After the Booking) ---------- */
.story-section{overflow:hidden;}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
.story-grid.reverse .story-visual{order:-1;}
.story-content{display:flex;flex-direction:column;align-items:flex-start;gap:16px;text-align:left;}
.story-content h2{font-size:clamp(24px,3.2vw,32px);font-weight:700;line-height:1.15;}
.story-content .lead{margin-inline:0;text-align:left;}
.story-audience{color:var(--text-faint);font-size:13.5px;}
.story-visual .ui-panel.ui-shot{max-width:none;}
@media (max-width:900px){
  .story-grid{grid-template-columns:1fr;gap:32px;}
  .story-grid.reverse .story-visual{order:0;}
  .story-content{align-items:center;text-align:center;}
  .story-content .lead{text-align:center;}
}

/* ---------- handoff bridge (home) ---------- */
.handoff{text-align:center;}
.handoff .section-head{margin-bottom:32px;}
.handoff .journey{max-width:640px;margin:0 auto;}

/* ---------- process rail / object flow (reuses .journey / .journey-node) ---------- */
.journey-connector svg{display:block;}

/* ---------- reconcile states ---------- */
.state-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 24px;}
@media (max-width:900px){.state-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:600px){.state-grid{grid-template-columns:1fr;}}
.state-card{display:flex;flex-direction:column;gap:8px;text-align:left;}
.state-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;}
.state-dot.ok{background:var(--ok);box-shadow:0 0 8px 1px rgba(52,211,153,0.6);}
.state-dot.warn{background:var(--warn);box-shadow:0 0 8px 1px rgba(251,191,36,0.6);}
.state-dot.danger{background:var(--danger);box-shadow:0 0 8px 1px rgba(248,113,113,0.6);}
.state-dot.info{background:var(--info);box-shadow:0 0 8px 1px rgba(56,189,248,0.6);}
.state-card h3{font-size:15.5px;font-weight:600;display:flex;align-items:center;gap:9px;}
.state-card p{color:var(--text-muted);font-size:14px;}

/* ---------- board / client report split ---------- */
.split-panels{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;margin-top:8px;}
@media (max-width:820px){.split-panels{grid-template-columns:1fr;} .split-panels .panel-connector{transform:rotate(90deg);margin:2px auto;}}
.split-panels .ui-panel{
  max-width:none;width:100%;height:100%;box-sizing:border-box;
  padding:24px 22px;border-radius:14px;
  background:var(--surface);border:1px solid var(--border);
  box-shadow:none;position:relative;overflow:hidden;
}
.split-panels .ui-panel::before{
  content:"";position:absolute;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,var(--accent-a),var(--accent-b));opacity:0.7;
  -webkit-mask:none;mask:none;
}
.split-panels .panel-connector{align-self:center;color:var(--text-faint);display:flex;align-items:center;justify-content:center;}
.split-panels h3{font-size:15.5px;font-weight:600;}
.panel-list{margin-top:14px;display:flex;flex-direction:column;gap:10px;}
.panel-list li{font-size:14px;color:var(--text-muted);padding-left:18px;position:relative;list-style:none;}
.panel-list li::before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:var(--accent-edge);}

/* ---------- product page (Hub / Command) ---------- */
.product-page main{padding-top:0;}
.product-page .hero{padding-top:64px;padding-bottom:72px;}
.product-page .hero .descriptor{
  font-family:var(--font-mono);font-size:12px;letter-spacing:0.06em;
  text-transform:uppercase;color:var(--text-faint);margin-top:4px;
}
.product-page .hero-shot{margin-top:56px;display:flex;justify-content:center;position:relative;z-index:1;}
.product-page .hero-shot .ui-panel.ui-shot{max-width:960px;}
.signature-line{
  text-align:center;margin:40px auto 0;font-size:16px;font-weight:600;
  color:var(--text);max-width:480px;
}
.signature-line .glow{color:var(--accent-edge);}
.logic-list{max-width:640px;margin:40px auto 0;display:flex;flex-direction:column;gap:10px;counter-reset:logic;}
.logic-list li{
  list-style:none;counter-increment:logic;
  display:flex;align-items:baseline;gap:12px;
  font-size:14.5px;color:var(--text-muted);
}
.logic-list li::before{
  content:counter(logic,decimal-leading-zero);
  font-family:var(--font-mono);font-size:11.5px;color:var(--accent-edge);flex-shrink:0;
}
.principle-note{max-width:820px;margin:0 auto 48px;display:flex;flex-direction:column;gap:8px;}
.principle-note h4{font-size:15px;font-weight:700;}
.principle-note p{color:var(--text-muted);font-size:14px;}

.route-row{display:flex;gap:36px;justify-content:center;flex-wrap:wrap;margin-bottom:32px;}
.route-block{display:flex;flex-direction:column;align-items:center;gap:8px;max-width:280px;text-align:center;}
.route-block p{color:var(--text-muted);font-size:14.5px;}
