:root{--purple: #581480;--purple-deep: #3d0d59;--purple-darker: #28083d;--purple-light: #a855f7;--ground: #0e0e0e;--cream: #f5f2ed;--white: #ffffff;--amber: #f0a818;--green: #2faa6a;--red: #d6453b;--ink: #16121b;--ink-soft: #4a4452;--line: #e7e1da;--line-dk: rgba(255,255,255,.12);--muted-dk: rgba(245,242,237,.72);--f-display: "Bebas Neue", "Arial Narrow", sans-serif;--f-body: "DM Sans", system-ui, -apple-system, sans-serif;--f-serif: "DM Serif Display", Georgia, serif;--f-mono: "DM Mono", ui-monospace, monospace;--container: 1200px;--gutter: clamp(1.1rem, 4vw, 2.5rem);--radius: 14px;--radius-lg: 22px;--shadow: 0 18px 50px -22px rgba(40, 8, 61, .45);--shadow-sm: 0 6px 20px -10px rgba(40, 8, 61, .35);--ease: cubic-bezier(.22,.61,.36,1)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--f-body);color:var(--ink);background:var(--cream);line-height:1.6;font-size:1.02rem;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img,video,svg{max-width:100%;display:block;height:auto}a{color:var(--purple);text-decoration:none;transition:color .2s var(--ease)}a:hover{color:var(--purple-light)}ul{list-style:none;padding:0}button{font:inherit;cursor:pointer}:focus-visible{outline:3px solid var(--purple-light);outline-offset:2px;border-radius:4px}.skip-link{position:absolute;left:-999px;top:0;z-index:200;background:var(--purple);color:#fff;padding:.7rem 1.2rem;border-radius:0 0 8px}.skip-link:focus{left:0;color:#fff}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.section{padding:clamp(3.5rem,8vw,6.5rem) 0}.section.tight{padding:clamp(2.5rem,5vw,4rem) 0}.center{text-align:center}.bg-cream{background:var(--cream)}.bg-white{background:var(--white)}.bg-ground{background:var(--ground);color:var(--cream)}.eyebrow{font-family:var(--f-mono);text-transform:uppercase;letter-spacing:.22em;font-size:.76rem;color:var(--purple);margin-bottom:1rem;font-weight:500}.eyebrow.center{display:block}.eyebrow.light{color:var(--purple-light)}h1,h2,h3{line-height:1.04;font-weight:400}.display,h1.display{font-family:var(--f-display);font-size:clamp(2.9rem,7.5vw,6rem);letter-spacing:.01em;line-height:.96}.section-title{font-family:var(--f-display);font-size:clamp(2rem,4.6vw,3.3rem);letter-spacing:.015em;color:var(--ink);margin-bottom:1.1rem}.section-title.light{color:var(--cream)}.section-lead{font-size:clamp(1.05rem,1.6vw,1.22rem);color:var(--ink-soft);max-width:60ch}.section-lead.center{margin-inline:auto}.serif{font-family:var(--f-serif);font-weight:400}.pull-quote{font-family:var(--f-serif);font-size:clamp(1.4rem,2.6vw,2rem);line-height:1.2;color:var(--purple-deep)}.kicker-sm{font-family:var(--f-mono);font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--purple)}.btn{--btn-bg: var(--purple);--btn-fg: #fff;display:inline-flex;align-items:center;gap:.55rem;background:var(--btn-bg);color:var(--btn-fg);font-weight:600;font-size:.98rem;letter-spacing:.01em;padding:.95rem 1.7rem;border:1px solid transparent;border-radius:50px;transition:transform .2s var(--ease),background .2s var(--ease),box-shadow .25s var(--ease),color .2s;cursor:pointer;line-height:1;white-space:nowrap}.btn svg{width:1.1em;height:1.1em}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);color:var(--btn-fg)}.btn-primary{--btn-bg: var(--purple)}.btn-primary:hover{--btn-bg: var(--purple-deep)}.btn-dark{--btn-bg: var(--ground)}.btn-dark:hover{--btn-bg: #000}.btn-light{--btn-bg: var(--cream);--btn-fg: var(--purple-darker)}.btn-light:hover{--btn-bg: #fff}.btn-ghost{--btn-bg: transparent;--btn-fg: currentColor;border-color:currentColor}.btn-ghost:hover{--btn-bg: rgba(255,255,255,.12);box-shadow:none}.btn-outline{--btn-bg: transparent;--btn-fg: var(--purple);border-color:#58148059}.btn-outline:hover{--btn-bg: var(--purple);--btn-fg: #fff}.btn-sm{padding:.65rem 1.15rem;font-size:.88rem}.btn-lg{padding:1.1rem 2.1rem;font-size:1.05rem}.btn-block{display:flex;width:100%;justify-content:center}.tick-list{display:grid;gap:.6rem;margin:1.4rem 0}.tick-list.two-col{grid-template-columns:1fr 1fr}.tick-list li{position:relative;padding-left:1.9rem;color:var(--ink-soft)}.tick-list li:before{content:"";position:absolute;left:0;top:.15em;width:1.2rem;height:1.2rem;border-radius:50%;background:var(--purple);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/.9rem no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/.9rem no-repeat}.tick-list.on-dark li{color:var(--muted-dk)}.tick-list.on-dark li:before{background:var(--purple-light)}.prose .btn,.returns-copy .btn,.community-copy .btn,.legal-page .btn{margin-top:1.7rem}.prose p+.btn,.prose .tick-list+.btn{margin-top:1.7rem}.site-header{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;gap:1.5rem;min-height:74px}.brand{display:inline-flex;align-items:center;flex-shrink:0}.brand img{width:auto;height:38px}.primary-nav{margin-left:auto}.nav-list{display:flex;align-items:center;gap:.35rem}.nav-link{display:inline-flex;align-items:center;gap:.3rem;color:var(--ink);font-weight:500;font-size:.96rem;padding:.6rem .85rem;border-radius:8px;transition:color .2s,background .2s}.nav-link:hover{color:var(--purple);background:#58148012}.nav-item.active>.nav-link{color:var(--purple)}.caret{font-size:.65em;opacity:.8;transition:transform .2s}.has-sub{position:relative}.sub-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:232px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:.5rem;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s var(--ease),transform .2s var(--ease),visibility .2s}.has-sub:hover .sub-menu,.has-sub:focus-within .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.has-sub:hover .caret{transform:rotate(180deg)}.sub-menu a{display:block;color:var(--ink);padding:.65rem .85rem;border-radius:8px;font-size:.92rem}.sub-menu a:hover{background:#58148014;color:var(--purple)}.header-actions{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;padding:8px}.nav-toggle span{width:26px;height:2px;background:var(--ink);border-radius:2px;transition:transform .3s var(--ease),opacity .2s}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:fixed;inset:74px 0 auto;z-index:99;background:#fff;border-bottom:1px solid var(--line);padding:1.2rem var(--gutter) 2rem;box-shadow:var(--shadow);transform:translateY(-120%);transition:transform .35s var(--ease);max-height:calc(100vh - 74px);overflow-y:auto}.mobile-nav.open{transform:translateY(0)}.mobile-nav>ul>li>a{display:block;color:var(--ink);font-weight:500;font-size:1.15rem;padding:.8rem 0;border-bottom:1px solid var(--line)}.mobile-sub{padding-left:1rem}.mobile-sub a{color:var(--ink-soft);font-size:1rem;padding:.5rem 0;display:block}.mobile-nav .btn{margin-top:1.3rem}.hero{position:relative;min-height:clamp(560px,88vh,880px);display:flex;align-items:center;color:var(--cream);overflow:hidden;isolation:isolate}.hero-media{position:absolute;inset:0;z-index:-2}.hero-media video,.hero-media img{width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#0e08128c,#28083d80 45%,#0e0812d1),radial-gradient(80% 60% at 50% 30%,rgba(88,20,128,.35),transparent 70%)}.hero-lp{min-height:clamp(440px,70vh,640px)}.hero-inner{padding-block:clamp(3rem,10vh,7rem);max-width:60rem}.hero h1{color:#fff;text-shadow:0 4px 40px rgba(0,0,0,.35)}.hero h1 .accent{color:var(--purple-light)}.hero-sub{font-size:clamp(1.1rem,2vw,1.4rem);color:#ffffffe6;max-width:46ch;margin:1.5rem 0 2.2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.hero-video-link{display:inline-flex;align-items:center;gap:.7rem;color:#ffffffd9;font-weight:500}.hero-video-link:hover{color:#fff}.play-dot{width:42px;height:42px;border-radius:50%;border:1.5px solid rgba(255,255,255,.5);display:grid;place-items:center}.play-dot:before{content:"";border-left:11px solid #fff;border-block:7px solid transparent;margin-left:3px}.hero-strip{background:var(--purple);color:#fff}.hero-strip .container{display:flex;align-items:center;gap:1.1rem;padding-block:2.4rem;font-size:1.05rem;font-weight:500}.hero-strip svg{width:30px;flex-shrink:0;fill:#fff}.page-hero{position:relative;color:var(--cream);padding:clamp(3.5rem,10vw,6.5rem) 0 clamp(3rem,7vw,5rem);background:linear-gradient(160deg,var(--purple-darker),var(--purple-deep));overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 80% at 85% 10%,rgba(168,85,247,.28),transparent 60%)}.page-hero .container{position:relative}.page-hero h1{color:#fff;max-width:18ch}.page-hero .hero-sub{color:#ffffffd1}.page-hero.has-img .container{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,5vw,4rem);align-items:center}.page-hero .hero-img{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:1/1}.page-hero .hero-img img{width:100%;height:100%;object-fit:cover}.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.split.reverse .split-media{order:-1}.split-media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.split-media img{width:100%;aspect-ratio:5/4;object-fit:cover}.prose p+p{margin-top:1rem}.prose p{color:var(--ink-soft)}.prose h2,.prose h3{color:var(--ink)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.feature{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:2rem 1.7rem;transition:transform .25s var(--ease),box-shadow .25s}.feature:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.feature .ico{width:52px;height:52px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(150deg,var(--purple),var(--purple-deep));margin-bottom:1.1rem}.feature .ico svg{width:26px;height:26px;fill:#fff}.feature h3{font-family:var(--f-body);font-weight:700;font-size:1.2rem;margin-bottom:.5rem}.feature p{color:var(--ink-soft);font-size:.96rem}.strategy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.6rem}.strategy-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:2.1rem 1.9rem;display:flex;flex-direction:column;transition:transform .25s var(--ease),box-shadow .25s}.strategy-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.strategy-card.featured{background:linear-gradient(165deg,var(--purple),var(--purple-deep));color:var(--cream);border-color:transparent}.strategy-card.featured .price,.strategy-card.featured h3{color:#fff}.strategy-card.featured p{color:#ffffffd9}.strategy-card .price{font-family:var(--f-mono);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--purple);margin-bottom:.3rem}.strategy-card .price b{font-family:var(--f-display);font-size:1.7rem;letter-spacing:.02em;display:block;color:var(--ink);margin-top:.2rem}.strategy-card.featured .price b{color:#fff}.strategy-card h3{font-family:var(--f-body);font-weight:700;font-size:1.35rem;margin:.6rem 0 .8rem}.strategy-card>p{color:var(--ink-soft);font-size:.96rem}.strategy-card .mini-list{margin:1.2rem 0 1.6rem;display:grid;gap:.5rem}.strategy-card .mini-list li{padding-left:1.5rem;position:relative;font-size:.92rem;font-weight:500}.strategy-card .mini-list li:before{content:"›";position:absolute;left:0;color:var(--purple-light);font-weight:700}.strategy-card .btn{margin-top:auto}.steps{display:grid;gap:1.3rem;margin-top:2.5rem}.steps.cols-4{grid-template-columns:repeat(4,1fr)}.steps.cols-3{grid-template-columns:repeat(3,1fr)}.step{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem 1.5rem;position:relative}.step .num{font-family:var(--f-display);font-size:2.6rem;color:var(--purple-light);line-height:1;opacity:.9}.step h3{font-family:var(--f-body);font-weight:700;font-size:1.1rem;margin:.6rem 0 .5rem}.step p{color:var(--ink-soft);font-size:.93rem}.rings{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.6rem}.ring-card{text-align:center}.ring{width:116px;height:116px;margin:0 auto 1rem;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--purple) var(--p),var(--line) 0)}.ring span{width:88px;height:88px;border-radius:50%;background:var(--cream);display:grid;place-items:center;font-family:var(--f-display);font-size:1.7rem;color:var(--purple-deep)}.bg-white .ring span{background:var(--white)}.ring-card h3{font-family:var(--f-body);font-weight:700;font-size:1rem;margin-bottom:.3rem}.ring-card p{font-size:.9rem;color:var(--ink-soft)}.advantages{display:grid;gap:1.4rem;margin-top:2.4rem}.advantage{display:grid;grid-template-columns:auto 1fr;gap:1.3rem;align-items:start;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem 1.8rem}.advantage .badge{font-family:var(--f-display);font-size:1.6rem;color:var(--purple-light)}.advantage h3{font-family:var(--f-body);font-weight:700;font-size:1.15rem;margin-bottom:.35rem}.advantage p{color:var(--ink-soft);font-size:.95rem}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.6rem}.team-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;text-align:center}.team-card .avatar{aspect-ratio:1;background:linear-gradient(160deg,var(--purple-deep),var(--purple-darker));display:grid;place-items:center}.team-card .avatar span{font-family:var(--f-display);font-size:3rem;color:#ffffff8c}.team-card .meta{padding:1.2rem 1rem 1.6rem}.team-card h3{font-family:var(--f-body);font-weight:700;font-size:1.1rem}.team-card p{color:var(--purple);font-size:.85rem;font-family:var(--f-mono);text-transform:uppercase;letter-spacing:.08em;margin-top:.3rem}.partners-section{background:var(--white)}.partner-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(1.6rem,4vw,3.5rem);margin-top:2.5rem}.partner img{height:54px;width:auto;filter:grayscale(1);opacity:.65;transition:filter .25s,opacity .25s}.partner:hover img{filter:grayscale(0);opacity:1}.returns-section{background:linear-gradient(160deg,var(--purple-deep),var(--purple-darker));color:var(--cream)}.returns-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,5vw,4rem);align-items:center}.returns-copy .section-title{color:#fff}.returns-copy p{color:var(--muted-dk)}.returns-copy .tick-list li{color:#ffffffe6}.returns-copy .tick-list li:before{background:var(--purple-light)}.returns-card{background:#ffffff0f;border:1px solid var(--line-dk);border-radius:var(--radius-lg);padding:1.8rem;text-align:center}.returns-card img{border-radius:10px;margin-bottom:1.2rem;box-shadow:var(--shadow)}.returns-card-kicker{font-family:var(--f-display);font-size:1.5rem;color:#fff;letter-spacing:.02em}.returns-card-sub{color:var(--muted-dk);font-size:.92rem;margin-top:.5rem}.community-section{background:var(--purple);color:#fff}.community-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.community-copy .section-title{color:#fff}.community-copy p{color:#ffffffd9}.community-copy .tick-list li{color:#fff}.community-copy .tick-list li:before{background:#fff}.community-form{background:var(--white);padding:2rem;border-radius:var(--radius-lg)}.community-form label,.ah-form label{display:block;font-weight:600;font-size:.9rem;color:var(--ink);margin-bottom:1rem}.community-form input,.ah-form input,.ah-form textarea,.ah-form select{width:100%;margin-top:.4rem;padding:.85rem 1rem;font:inherit;border:1px solid var(--line);border-radius:10px;background:var(--cream);color:var(--ink)}.community-form input:focus,.ah-form input:focus,.ah-form textarea:focus{outline:none;border-color:var(--purple);background:#fff}.form-note{font-size:.8rem;color:var(--ink-soft);margin-top:.8rem;font-weight:400}.cta-band{background:linear-gradient(120deg,var(--purple),var(--purple-deep));color:#fff}.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cta-band .section-title{margin-bottom:.6rem;max-width:20ch}.cta-band p{color:#ffffffd9;max-width:50ch}.valueprop{background:var(--cream)}.valueprop .split-media img{aspect-ratio:4/3}.site-footer{background:#fff;color:var(--ink);border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:clamp(2rem,6vw,5rem);padding-block:clamp(3rem,6vw,4.5rem);align-items:start}.footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.4rem,3vw,2.4rem)}.footer-brand img{height:60px;width:auto;margin-bottom:1.2rem}.footer-tagline{color:var(--ink-soft);max-width:34ch;font-size:.95rem}.social-row{display:flex;gap:.7rem;margin-top:1.4rem}.social-link{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--cream);border:1px solid var(--line);transition:background .2s,transform .2s}.social-link svg{width:18px;height:18px;fill:var(--purple);transition:fill .2s}.social-link:hover{background:var(--purple);transform:translateY(-2px)}.social-link:hover svg{fill:#fff}.footer-col h4{font-family:var(--f-mono);text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;color:var(--purple);margin-bottom:1.1rem}.footer-col ul{display:grid;gap:.7rem}.footer-col a,.footer-contact li{color:var(--ink-soft);font-size:.95rem}.footer-col a:hover{color:var(--purple)}.footer-contact li{margin-bottom:.7rem}.footer-legal{border-top:1px solid var(--line);padding-block:1.6rem}.legal-bar{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:var(--ink-soft)}.legal-links a{color:var(--ink-soft)}.legal-links a:hover{color:var(--purple)}body.lp{background:var(--cream)}.lp-header{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.lp-header .container{display:flex;align-items:center;justify-content:space-between;min-height:70px}.lp-header .brand img{height:38px}.lp-footer{background:#fff;color:var(--ink-soft);text-align:center;padding:3rem 0;border-top:1px solid var(--line)}.lp-footer img{height:44px;width:auto;margin:0 auto 1rem}.lp-footer p{max-width:44ch;margin:.5rem auto;font-size:.92rem}.lp-hero{background:linear-gradient(160deg,var(--purple-darker),var(--purple-deep));color:var(--cream);padding:clamp(3rem,8vw,5.5rem) 0}.lp-hero .container{max-width:760px;margin-inline:auto;text-align:center}.lp-hero h1{color:#fff}.lp-hero p{color:#ffffffd9;margin:1.3rem auto 2rem;font-size:1.12rem;max-width:54ch}.lp-hero .hero-img{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);max-width:460px;margin:2.2rem auto 0}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.audience{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.9rem;text-align:center}.audience h3{font-family:var(--f-body);font-weight:700;font-size:1.15rem;margin-bottom:.5rem}.audience p{color:var(--ink-soft);font-size:.95rem}.calendly-wrap{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:.8rem;box-shadow:var(--shadow-sm);margin-top:2rem}.calendly-centered{max-width:920px;margin-inline:auto;margin-top:2.4rem}.map-embed{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-sm);line-height:0}.map-embed iframe{display:block;width:100%}.founder-quote{background:var(--ground);color:var(--cream)}.founder-quote blockquote{font-family:var(--f-serif);font-size:clamp(1.3rem,2.6vw,1.9rem);line-height:1.35;max-width:50ch;margin:0 auto;text-align:center}.founder-quote cite{display:block;margin-top:1.5rem;font-family:var(--f-mono);font-style:normal;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--purple-light);text-align:center}.legal-page{padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(3rem,7vw,5rem)}.legal-page .container{max-width:860px}.legal-page h1{font-family:var(--f-display);font-size:clamp(2.4rem,5vw,3.6rem);margin-bottom:.6rem}.legal-page .updated{font-family:var(--f-mono);font-size:.85rem;color:var(--ink-soft);margin-bottom:2.5rem}.legal-page h2{font-family:var(--f-body);font-weight:700;font-size:1.3rem;margin:2.2rem 0 .8rem;color:var(--purple-deep)}.legal-page h3{font-family:var(--f-body);font-weight:700;font-size:1.05rem;margin:1.4rem 0 .5rem}.legal-page p,.legal-page li{color:var(--ink-soft)}.legal-page ul{list-style:disc;padding-left:1.4rem;margin:.8rem 0;display:grid;gap:.4rem}.legal-page p{margin-bottom:1rem}.legal-page .breadcrumb{font-size:.85rem;color:var(--ink-soft);margin-bottom:1.5rem}.legal-todo{background:#fff5e6;border:1px dashed var(--amber);border-radius:10px;padding:.8rem 1rem;font-family:var(--f-mono);font-size:.82rem;color:#7a5600}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,5vw,4rem)}.contact-cards{display:grid;gap:1.2rem}.contact-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.7rem;display:grid;grid-template-columns:auto 1fr;gap:1.1rem;align-items:center}.contact-card .ico{width:48px;height:48px;border-radius:12px;background:linear-gradient(150deg,var(--purple),var(--purple-deep));display:grid;place-items:center}.contact-card .ico svg{width:22px;height:22px;fill:#fff}.contact-card h3{font-family:var(--f-body);font-weight:700;font-size:.95rem}.contact-card a,.contact-card p{color:var(--ink-soft);font-size:1rem}.ah-form{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm)}.ah-form .row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ah-form textarea{min-height:130px;resize:vertical}.news-empty{text-align:center;max-width:60ch;margin:0 auto}.news-empty .ico-lg{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:20px;background:linear-gradient(150deg,var(--purple),var(--purple-deep));display:grid;place-items:center}.news-empty .ico-lg svg{width:38px;height:38px;fill:#fff}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}[id]{scroll-margin-top:92px}@media(max-width:1024px){.primary-nav,.header-actions{display:none}.nav-toggle{display:flex;margin-left:auto}.feature-grid,.strategy-grid,.steps.cols-4,.steps.cols-3,.rings,.team-grid,.audience-grid{grid-template-columns:repeat(2,1fr)}.page-hero.has-img .container{grid-template-columns:1fr}.page-hero .hero-img{max-width:520px}}@media(max-width:720px){.split,.returns-grid,.community-grid,.contact-grid,.lp-hero .container,.feature-grid,.strategy-grid,.steps.cols-4,.steps.cols-3,.rings,.team-grid,.audience-grid,.cta-band-inner{grid-template-columns:1fr}.split.reverse .split-media{order:0}.tick-list.two-col{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2.2rem}.footer-brand{text-align:center}.footer-brand img,.footer-tagline{margin-inline:auto}.ah-form .row{grid-template-columns:1fr}.legal-bar{flex-direction:column;align-items:center;text-align:center}.cta-band-inner .btn{width:100%;justify-content:center}}@media(max-width:460px){.footer-cols{grid-template-columns:1fr 1fr;gap:1.6rem 1.2rem}.strategy-grid,.rings,.team-grid{grid-template-columns:1fr}}@media(max-width:720px){.hero-inner,.hero h1,.hero-sub,.page-hero .container,.page-hero h1,.page-hero .hero-sub,.prose,.returns-copy,.community-copy,.eyebrow,.section-title,.section-lead,.pull-quote,.feature,.step,.advantage,.strategy-card,.contact-grid>div:first-child{text-align:center}.hero-sub,.page-hero h1,.page-hero .hero-sub,.section-lead,.prose p{margin-inline:auto}.page-hero h1{max-width:none}.hero-actions,.cta-band-inner{justify-content:center}.feature .ico,.news-empty .ico-lg{margin-inline:auto}.advantage{grid-template-columns:1fr;gap:.6rem}.tick-list,.mini-list{width:fit-content;max-width:100%;margin-inline:auto;justify-items:start}.tick-list li,.mini-list li{text-align:left}.prose .btn,.returns-copy .btn,.strategy-card .btn{margin-inline:auto}}
