
:root{
  --paper:#f3efe6;
  --paper-2:#faf8f3;
  --ink:#111418;
  --muted:#68707a;
  --line:#dcd7cd;
  --violet:#5a4cf5;
  --violet-2:#7468ff;
  --violet-soft:#eeeaff;
  --lime:#d8ff61;
  --green:#198754;
  --amber:#b66b10;
  --white:#fff;
  --shadow:0 24px 70px rgba(23,28,37,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
.container{max-width:1180px;margin:auto;padding:0 26px}
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(243,239,230,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(17,20,24,.08);
}
.nav-wrap{
  max-width:1180px;height:76px;margin:auto;padding:0 26px;
  display:flex;align-items:center;justify-content:space-between;gap:22px;
}
.brand{display:flex;align-items:center;gap:10px;font-weight:900}
.brand-mark{
  width:38px;height:38px;border-radius:12px;background:var(--ink);color:white;
  display:grid;place-items:center;font-size:12px;letter-spacing:-.05em;
  box-shadow:0 8px 18px rgba(17,20,24,.14)
}
.brand-text{font-size:13px;letter-spacing:-.02em}
.main-nav{display:flex;gap:27px;color:#5d646d;font-size:11px;font-weight:750}
.main-nav a,.footer-links a{transition:.2s}
.main-nav a:hover,.footer-links a:hover{color:var(--violet)}
.nav-buy{
  background:var(--ink);color:white;padding:11px 15px;border-radius:10px;
  font-size:11px;font-weight:900;box-shadow:0 8px 18px rgba(17,20,24,.12)
}
.hero{
  min-height:720px;position:relative;overflow:hidden;padding:94px 0 72px;
}
.hero::before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(rgba(17,20,24,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(17,20,24,.035) 1px,transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 72%);
  pointer-events:none;
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}
.hero-glow-a{width:520px;height:520px;background:rgba(90,76,245,.12);right:-120px;top:-150px}
.hero-glow-b{width:300px;height:300px;background:rgba(216,255,97,.28);right:25%;bottom:-180px}
.hero-grid{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}
.eyebrow{display:flex;align-items:center;gap:9px;color:#4d5560;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--violet);box-shadow:0 0 0 5px rgba(90,76,245,.1)}
.hero h1{
  font-size:68px;line-height:.96;letter-spacing:-.065em;margin:18px 0 22px;
  max-width:650px;font-weight:900
}
.hero h1 span{color:var(--violet)}
.hero-lede{font-size:17px;line-height:1.68;color:#58616b;max-width:590px;margin:0}
.hero-actions{display:flex;gap:10px;margin-top:29px;align-items:center}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 17px;border-radius:11px;font-size:11px;font-weight:900;border:1px solid transparent}
.btn-primary{background:var(--ink);color:white;box-shadow:0 12px 25px rgba(17,20,24,.15)}
.btn-primary:hover{transform:translateY(-1px)}
.btn-quiet{border-color:#cfc9be;background:rgba(255,255,255,.48)}
.btn-light{background:white;color:var(--ink)}
.hero-proof{display:flex;gap:25px;margin-top:31px}
.hero-proof div{display:flex;flex-direction:column}
.hero-proof strong{font-size:12px}
.hero-proof span{font-size:9px;color:#7a8189;margin-top:3px}
.hero-product{position:relative}
.demo-shell{
  background:#0f1217;border-radius:28px;padding:10px;
  box-shadow:0 38px 95px rgba(18,21,27,.28);
  transform:rotate(.6deg);
}
.demo-top{height:43px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 13px;color:white}
.window-dots{display:flex;gap:5px}.window-dots i{width:7px;height:7px;border-radius:50%;background:#4a5059}
.demo-title{font-size:10px;color:#aeb6c2;text-align:center}
.demo-chip{justify-self:end;font-size:8px;font-weight:900;padding:6px 8px;border-radius:999px;background:#16251e;color:#8ce6ad;display:flex;gap:5px;align-items:center}
.demo-chip span{width:5px;height:5px;border-radius:50%;background:#4ed181}
.demo-body{background:#f8f9fb;border-radius:19px;padding:22px}
.demo-intro{display:flex;justify-content:space-between;align-items:end;gap:10px}
.mini-label{font-size:8px;color:#7b8190;font-weight:900;letter-spacing:.1em}
.demo-intro h2{font-size:23px;letter-spacing:-.04em;margin:4px 0 0}
.demo-note{font-size:8px;color:#8a919c}
.demo-fields{display:grid;grid-template-columns:1fr 1fr 120px;gap:10px;margin-top:18px}
.demo-fields label{background:white;border:1px solid #e4e7ec;border-radius:12px;padding:11px;position:relative}
.demo-fields label>span{display:block;font-size:8px;color:#7b8390;font-weight:800;margin-bottom:8px}
.demo-fields input[type=range]{width:100%;accent-color:var(--violet)}
.demo-fields strong{font-size:11px}
.demo-fields select{width:100%;border:0;background:#f2f4f7;padding:7px;border-radius:7px;font-weight:800;font-size:10px}
.quote-stack{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:11px}
.quote-card{background:white;border:1px solid #e2e6ec;border-radius:13px;padding:14px}
.quote-card span{font-size:8px;color:#7c8490;text-transform:uppercase;font-weight:900;letter-spacing:.08em}
.quote-card strong{display:block;font-size:20px;margin:6px 0 3px;letter-spacing:-.035em}
.quote-card small{font-size:7px;color:#8b929c}
.quote-card.recommended{background:var(--violet-soft);border-color:#cfc8ff;box-shadow:inset 0 0 0 1px rgba(90,76,245,.08)}
.quote-card.recommended strong{color:var(--violet)}
.demo-bottom{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:12px;padding:10px 12px;background:#eef1f4;border-radius:10px}
.demo-bottom span{display:block;font-size:7px;color:#7d8590;margin-bottom:2px}
.demo-bottom b{font-size:7px}
.demo-bottom a{font-size:8px;font-weight:900;color:var(--violet);white-space:nowrap}
.trust-strip{border-top:1px solid rgba(17,20,24,.09);border-bottom:1px solid rgba(17,20,24,.09);background:rgba(255,255,255,.4)}
.trust-inner{min-height:67px;display:flex;align-items:center;gap:17px;justify-content:center;flex-wrap:wrap;color:#626a73;font-size:10px}
.trust-inner>span{text-transform:uppercase;letter-spacing:.09em;font-size:8px;font-weight:900}.trust-inner b{color:#3e444c}.trust-inner i{font-style:normal;color:#b0aaa0}
.section{padding:110px 0}
.story{background:var(--paper-2)}
.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:78px;align-items:center}
.section-kicker{display:inline-block;color:var(--violet);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.story h2,.section-heading h2,.contrast h2,.free-section h2,.buy-section h2,.faq-section h2{
  font-size:43px;line-height:1.06;letter-spacing:-.05em;margin:11px 0 16px
}
.story-copy p,.section-heading p,.free-copy p,.buy-copy p{font-size:14px;line-height:1.72;color:#656d76}
.cost-waterfall{background:white;border:1px solid #e1ddd4;border-radius:20px;padding:22px;box-shadow:var(--shadow)}
.waterfall-head{display:flex;justify-content:space-between;align-items:end;padding-bottom:15px;border-bottom:1px solid #ece9e2}
.waterfall-head span{font-size:9px;color:#7f858c;text-transform:uppercase;font-weight:900;letter-spacing:.08em}
.waterfall-head strong{font-size:22px}
.cost-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #f0eee9}
.cost-row span{font-size:11px;font-weight:800}.cost-row small{display:block;color:#8a9198;font-size:8px;margin-top:3px}.cost-row b{font-size:12px}
.cost-row.negative b{color:#9c3f4c}
.waterfall-total{display:flex;justify-content:space-between;align-items:center;margin-top:15px;background:#111418;color:white;padding:15px;border-radius:12px}
.waterfall-total span{font-size:9px;color:#b8bec6}.waterfall-total strong{font-size:22px}
.example-note{display:block;color:#999186;font-size:7px;margin-top:9px}
.product-section{background:var(--paper)}
.section-heading{max-width:760px;margin:auto}.section-heading.centered{text-align:center}.section-heading p{max-width:660px;margin:0 auto}
.product-showcase{margin-top:72px;display:grid;gap:100px}
.feature-row{display:grid;grid-template-columns:.82fr 1.18fr;gap:65px;align-items:center}
.feature-row.reverse{grid-template-columns:1.18fr .82fr}
.feature-row.reverse .feature-copy{order:2}.feature-row.reverse .ui-frame{order:1}
.feature-num{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid #cbc5bb;border-radius:50%;font-size:9px;font-weight:900;color:#6d737b}
.feature-copy h3{font-size:31px;line-height:1.08;letter-spacing:-.045em;margin:14px 0 13px}
.feature-copy p{font-size:13px;line-height:1.7;color:#656d76}
.feature-copy ul{padding:0;list-style:none;margin:18px 0 0;display:grid;gap:8px}
.feature-copy li{font-size:10px;font-weight:800}
.feature-copy li::before{content:"→";color:var(--violet);margin-right:9px}
.ui-frame{background:white;border:1px solid #dedbd4;border-radius:20px;box-shadow:0 25px 65px rgba(27,32,40,.12);padding:17px;position:relative;overflow:hidden}
.ui-frame::after{content:"";position:absolute;inset:auto -60px -80px auto;width:170px;height:170px;background:rgba(90,76,245,.09);border-radius:50%}
.ui-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #e7e4de;font-size:10px;font-weight:900}
.ui-top em{font-style:normal;font-size:7px;color:#8a9097}.health-text{color:var(--green)!important}
.ui-cols{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:11px}
.ui-form,.ui-results{display:grid;gap:7px}
.ui-field,.ui-results>div{background:#f7f8fa;border:1px solid #eceef1;border-radius:10px;padding:11px}
.ui-field span,.ui-results span{font-size:7px;color:#818893}.ui-field b,.ui-results strong{float:right;font-size:10px}
.ui-results>div.active{background:var(--violet-soft);border-color:#d2ccff}.ui-results>div.active strong{color:var(--violet)}
.quote-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px}
.quote-mini-grid>div{background:#f7f8fa;border:1px solid #e7eaee;border-radius:10px;padding:12px}.quote-mini-grid>div.active{background:var(--violet-soft);border-color:#d4ceff}
.quote-mini-grid span{font-size:7px;color:#808792}.quote-mini-grid b{display:block;font-size:14px;margin-top:4px}
.ui-highlight{margin-top:9px;background:#111418;color:white;border-radius:12px;padding:15px}.ui-highlight span{font-size:7px;color:#aeb5bd}.ui-highlight strong{display:block;font-size:24px;margin-top:5px}.ui-highlight small{font-size:7px;color:#8fe0ad}
.protect-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.protect-card{border:1px solid #e7e9ed;background:#f8f9fb;border-radius:10px;padding:13px}.protect-card.wide{grid-column:1/-1}.protect-card small{font-size:7px;color:#808792}.protect-card b{display:block;font-size:13px;margin:4px 0}.pill{display:inline-block;font-size:6px;font-weight:900;padding:4px 6px;border-radius:999px}.pill.safe{background:#eaf8f0;color:#1f8453}.pill.risk{background:#fff4df;color:#a45f09}
.contrast{background:#111418;color:white}
.contrast-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:start}
.contrast .section-kicker{color:#a89eff}.contrast h2{margin-top:12px}
.comparison{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.compare-col{border:1px solid #2c3239;border-radius:16px;padding:19px;background:#171b21}
.compare-col.better{background:#1b1734;border-color:#3d3574}
.compare-label{font-size:8px;color:#9ba3ad;text-transform:uppercase;font-weight:900;letter-spacing:.09em}
.compare-col p{padding:13px 0;margin:0;border-bottom:1px solid rgba(255,255,255,.08);font-size:11px;color:#c0c6ce}
.compare-col p:last-child{border-bottom:0}.better p{color:#eeeaff}
.free-section{background:#675cf7;color:white}
.free-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}
.free-section .section-kicker{color:#d8d2ff}.free-copy p{color:#ddd9ff}
.free-card{background:white;color:var(--ink);border-radius:20px;padding:23px;box-shadow:0 25px 70px rgba(31,24,97,.25)}
.free-label{font-size:8px;font-weight:900;color:var(--violet);letter-spacing:.09em}.free-card h3{font-size:20px;margin:7px 0 14px}
.free-output{background:var(--violet-soft);border-radius:12px;padding:15px}.free-output span{font-size:8px;color:#7e7794}.free-output strong{display:block;color:var(--violet);font-size:28px;margin-top:4px}
.free-lines{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:15px;font-size:9px}.free-lines span{color:#7d848d}.free-lines b{text-align:right}
.buy-section{background:#d8ff61}
.buy-wrap{display:grid;grid-template-columns:1fr .78fr;gap:70px;align-items:center}
.buy-copy .section-kicker.light{color:#59651c}.buy-copy p{color:#4a501f}
.buy-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin-top:20px}.buy-list span{font-size:10px;font-weight:850}
.price-panel{background:var(--ink);color:white;border-radius:22px;padding:25px;box-shadow:0 30px 80px rgba(23,27,32,.22)}
.price-top>span{font-size:8px;color:#d8ff61;font-weight:900;letter-spacing:.12em}.price-line{display:flex;align-items:baseline;gap:13px;margin:8px 0 2px}.price-line strong{display:block;font-size:56px;letter-spacing:-.065em}.future-price{font-size:20px!important;color:#7f8791!important;letter-spacing:-.03em!important;text-decoration:line-through;text-decoration-thickness:1.5px}.price-top small{font-size:9px;color:#b7bec7;line-height:1.5}
.checkout-btn{display:flex;justify-content:space-between;align-items:center;background:white;color:var(--ink);padding:14px;border-radius:10px;font-size:11px;font-weight:900;margin-top:19px}
.price-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px;color:#aab1ba;font-size:8px}.checkout-note{font-size:8px;color:#79818c;margin-top:13px;line-height:1.5}
.faq-section{background:var(--paper-2)}
.faq-wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.faq details{border-bottom:1px solid #ddd8cf;padding:16px 0}.faq summary{font-size:12px;font-weight:900;cursor:pointer;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq p{font-size:11px;line-height:1.65;color:#6a727a;margin:10px 0 0}
footer{background:var(--paper-2);border-top:1px solid #ddd8cf;padding:38px 0}.footer-grid{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.footer-brand{margin-bottom:10px}.footer-grid p{font-size:9px;color:#7d848b}.footer-links{display:flex;gap:18px;font-size:9px;color:#666e76;font-weight:800}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}

@media(max-width:980px){
  .hero-grid,.story-grid,.feature-row,.feature-row.reverse,.contrast-grid,.free-grid,.buy-wrap,.faq-wrap{grid-template-columns:1fr}
  .feature-row.reverse .feature-copy,.feature-row.reverse .ui-frame{order:initial}
  .hero{padding-top:65px}.hero h1{font-size:56px}.hero-product{max-width:760px}
  .demo-shell{transform:none}.feature-row{gap:30px}.product-showcase{gap:70px}
  .contrast-grid,.free-grid,.buy-wrap,.faq-wrap{gap:35px}
}
@media(max-width:720px){
  .main-nav{display:none}.nav-wrap{height:68px}.brand-text{display:none}
  .hero h1{font-size:43px}.hero-lede{font-size:14px}.hero-actions{flex-direction:column;align-items:stretch}
  .hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
  .demo-fields,.quote-stack,.ui-cols,.quote-mini-grid,.comparison,.buy-list{grid-template-columns:1fr}
  .demo-fields label:nth-child(3){display:none}
  .section{padding:78px 0}.story h2,.section-heading h2,.contrast h2,.free-section h2,.buy-section h2,.faq-section h2{font-size:34px}
  .feature-copy h3{font-size:26px}.trust-inner{justify-content:flex-start}
}
@media(max-width:480px){
  .container,.nav-wrap{padding-left:16px;padding-right:16px}
  .hero{padding-top:44px}.hero h1{font-size:37px}
  .hero-proof{grid-template-columns:1fr 1fr}.hero-proof div:last-child{grid-column:1/-1}
  .demo-body{padding:15px}.quote-card strong{font-size:18px}.price-line strong{font-size:48px}
}

/* Conversion audit V3 additions */
.demo-nudge{margin-top:15px;background:#fff7dd;border:1px solid #ead99e;color:#725d20;border-radius:10px;padding:9px 10px;font-size:7.5px;font-weight:800;line-height:1.45}
.demo-fields-conversion{grid-template-columns:1fr 1fr;margin-top:8px}
.demo-decision{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.decision-card{background:white;border:1px solid #e2e6ec;border-radius:13px;padding:14px}.decision-card span{font-size:7px;color:#7c8490;text-transform:uppercase;font-weight:900;letter-spacing:.07em}.decision-card strong{display:block;font-size:22px;letter-spacing:-.04em;margin:6px 0 3px}.decision-card small{font-size:7px;color:#8b929c}.decision-final{background:var(--violet-soft);border-color:#d0caff}.decision-final strong{color:var(--violet)}
.guardrail-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:8px}.guardrail-row>div{background:#eef1f4;border-radius:9px;padding:9px}.guardrail-row span{display:block;font-size:6.5px;color:#7f8792;margin-bottom:4px}.guardrail-row b{font-size:10px}.guardrail{display:inline-block;padding:4px 6px;border-radius:999px;font-size:7px!important;letter-spacing:.04em}.healthy-state{background:#dff6e8;color:#197c4c}.risky-state{background:#fff0ce;color:#9f610c}.loss-state{background:#ffe1e6;color:#ad3348}
.why-paid{background:#faf8f3;border-top:1px solid #e0dbd2}.why-paid-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}.why-paid-copy h2{font-size:42px;line-height:1.06;letter-spacing:-.05em;margin:11px 0 16px}.why-paid-copy p{font-size:13px;line-height:1.72;color:#656d76}.stop-vs-go{max-width:580px}.stop-card,.go-card{border-radius:17px;padding:20px}.stop-card{background:#ebe7df;border:1px solid #d9d3c8}.go-card{background:#16131f;color:white;border:1px solid #332b57;box-shadow:0 18px 55px rgba(31,24,66,.16)}.stop-card span,.go-card span{font-size:7px;font-weight:900;letter-spacing:.1em;color:#7d827f}.go-card span{color:#a9a0ff}.stop-card strong,.go-card strong{display:block;font-size:16px;line-height:1.45;margin:7px 0}.stop-card small,.go-card small{font-size:8px;color:#777d82}.go-card small{color:#aeb2bd}.arrow-down{text-align:center;font-size:20px;color:var(--violet);height:34px;line-height:34px}
@media(max-width:980px){.why-paid-grid{grid-template-columns:1fr;gap:35px}}
@media(max-width:720px){.demo-fields-conversion,.demo-decision,.guardrail-row{grid-template-columns:1fr}.why-paid-copy h2{font-size:34px}}


/* ================================================================
   AkahOS umbrella-brand additions
   Original V5 product styles above remain unchanged.
   ================================================================ */
.akah-home{overflow-x:hidden;overflow-y:visible}
.akah-brand-mark{background:var(--ink);color:white}
.akah-home .hero{padding-bottom:82px}
.akah-home .hero h1{max-width:720px}
.akah-home .hero h1 .violet{color:var(--violet)}
.akah-home .hero-lede{max-width:640px}
.akah-home .hero-proof strong{font-size:11px}
.akah-home .hero-proof span{font-size:8.5px}
.akah-product-stack{position:relative;min-height:470px}
.akah-product-card{
  position:relative;background:#101318;color:white;border-radius:28px;padding:10px;
  box-shadow:0 38px 95px rgba(18,21,27,.28);transform:rotate(.6deg);overflow:hidden
}
.akah-product-card-inner{background:#f8f9fb;color:var(--ink);border-radius:19px;padding:25px;min-height:430px}
.akah-product-top{display:flex;justify-content:space-between;align-items:center;gap:15px}
.akah-product-top>span:first-child{font-size:8px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#7b8190}
.akah-live-pill{font-size:7px;font-weight:900;letter-spacing:.08em;background:#dff6e8;color:#197c4c;padding:6px 8px;border-radius:999px}
.akah-product-card h2{font-size:34px;line-height:1.02;letter-spacing:-.055em;margin:26px 0 13px;max-width:460px}
.akah-product-card p{font-size:11px;line-height:1.65;color:#67707a;margin:0;max-width:500px}
.akah-product-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:24px}
.akah-product-metrics div{background:white;border:1px solid #e2e5ea;border-radius:12px;padding:12px}
.akah-product-metrics span{display:block;font-size:7px;color:#808791}
.akah-product-metrics b{display:block;font-size:14px;margin-top:4px}
.akah-product-card-bottom{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-top:27px;background:#eceff3;border-radius:13px;padding:14px}
.akah-product-card-bottom small{display:block;color:#858c95;font-size:7px;margin-bottom:3px}
.akah-product-card-bottom strong{font-size:23px;letter-spacing:-.045em}
.akah-product-card-bottom a{background:var(--violet);color:white;border-radius:9px;padding:10px 12px;font-size:9px;font-weight:900;white-space:nowrap}
.akah-orbit{position:absolute;border:1px solid rgba(90,76,245,.16);border-radius:50%;pointer-events:none}
.akah-orbit.one{width:190px;height:190px;right:-72px;top:-72px}
.akah-orbit.two{width:120px;height:120px;right:-30px;top:-30px;background:rgba(90,76,245,.05)}
.akah-manifesto{background:var(--paper-2)}
.akah-manifesto-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:start}
.akah-manifesto h2,.akah-products h2,.akah-principles h2,.akah-free h2{font-size:43px;line-height:1.06;letter-spacing:-.05em;margin:11px 0 16px}
.akah-manifesto p,.akah-products p,.akah-principles p,.akah-free p{font-size:13px;line-height:1.72;color:#656d76}
.akah-system-list{display:grid;gap:9px}
.akah-system-row{display:grid;grid-template-columns:42px 1fr auto;gap:14px;align-items:center;background:white;border:1px solid #dfdbd3;border-radius:15px;padding:15px}
.akah-system-row .num{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f0ede7;font-size:8px;font-weight:900}
.akah-system-row strong{display:block;font-size:12px}
.akah-system-row small{display:block;color:#858b92;font-size:8px;margin-top:4px}
.akah-status{font-size:7px;font-weight:900;letter-spacing:.08em;padding:6px 8px;border-radius:999px;white-space:nowrap}
.akah-status.live{background:#dff6e8;color:#197c4c}
.akah-status.planned{background:#eeeafc;color:#695bc7}
.akah-products{background:var(--paper)}
.akah-product-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:13px;margin-top:40px}
.akah-tile{position:relative;border:1px solid #ddd8cf;border-radius:20px;padding:22px;background:white;min-height:275px;overflow:hidden}
.akah-tile.featured{background:var(--ink);color:white;border-color:var(--ink)}
.akah-tile .tile-kicker{font-size:7px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#7f8790}
.akah-tile.featured .tile-kicker{color:#aaa1ff}
.akah-tile h3{font-size:25px;line-height:1.06;letter-spacing:-.045em;margin:16px 0 11px;max-width:360px}
.akah-tile p{font-size:10px;line-height:1.6;color:#737b84}
.akah-tile.featured p{color:#b9c0c9}
.akah-tile .tile-foot{position:absolute;left:22px;right:22px;bottom:20px;display:flex;justify-content:space-between;align-items:center;gap:12px}
.akah-tile .tile-foot span{font-size:8px;font-weight:900}
.akah-tile.featured .tile-foot span{color:#d8ff61}
.akah-tile .tile-foot a{font-size:9px;font-weight:900;color:var(--violet)}
.akah-tile.featured .tile-foot a{color:white}
.akah-coming{position:absolute;width:145px;height:145px;border-radius:50%;background:rgba(90,76,245,.07);right:-50px;bottom:-55px}
.akah-principles{background:#111418;color:white}
.akah-principles .section-kicker{color:#aaa1ff}
.akah-principles p{color:#b5bcc5}
.akah-principles-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}
.akah-principle-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.akah-principle{background:#171b21;border:1px solid #2a3037;border-radius:16px;padding:19px}
.akah-principle b{display:block;color:#d8ff61;font-size:9px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}
.akah-principle strong{font-size:15px;line-height:1.35}
.akah-principle p{font-size:9px;margin:8px 0 0}
.akah-free{background:#675cf7;color:white}
.akah-free .section-kicker{color:#d8d2ff}.akah-free p{color:#ddd9ff}
.akah-free-grid{display:grid;grid-template-columns:1fr .86fr;gap:70px;align-items:center}
.akah-free .free-card p{color:#6f7680}
.akah-footer-note{max-width:460px}
.product-brandline{display:inline-flex;align-items:center;gap:7px;color:#7d848c;font-size:8px;font-weight:900;margin-bottom:5px}
.product-brandline i{width:4px;height:4px;border-radius:50%;background:var(--violet)}
.product-breadcrumb{font-size:8px;font-weight:900;color:#6f7680;margin-left:12px}
.product-breadcrumb:hover{color:var(--violet)}
.legal-brand-note{font-size:9px;color:#7b828a;line-height:1.6;margin-top:10px}
@media(max-width:980px){
  .akah-manifesto-grid,.akah-principles-grid,.akah-free-grid{grid-template-columns:1fr}
  .akah-product-grid{grid-template-columns:1fr}
  .akah-product-stack{min-height:auto}
}
@media(max-width:720px){
  .akah-home .hero h1{font-size:43px}
  .akah-product-metrics,.akah-principle-cards{grid-template-columns:1fr}
  .akah-product-card-bottom{align-items:flex-start;flex-direction:column}
  .akah-manifesto h2,.akah-products h2,.akah-principles h2,.akah-free h2{font-size:34px}
  .akah-system-row{grid-template-columns:36px 1fr}.akah-system-row .akah-status{grid-column:2}
}


/* AkahOS scrolling fix v1.1 */
html{
  overflow-y:scroll;
  scrollbar-gutter:stable;
}
body.akah-home{
  overflow-x:hidden;
  overflow-y:visible;
  min-height:100vh;
}
