:root{--void: #08090C;--deep: #0C0E14;--surface: #12141C;--surface-raised: #181B25;--surface-hover: #1E2130;--border-subtle: rgba(255, 255, 255, .04);--border-medium: rgba(255, 255, 255, .07);--border-strong: rgba(255, 255, 255, .12);--text-primary: #EDEAE4;--text-secondary: #9B978F;--text-tertiary: #5C5952;--text-inverse: #08090C;--gold: #C9A84C;--gold-dim: rgba(201, 168, 76, .08);--gold-mid: rgba(201, 168, 76, .15);--gold-glow: rgba(201, 168, 76, .25);--blue: #5B8DEF;--green: #4ADE80;--red: #F87171;--serif: "Source Serif 4", Georgia, serif;--sans: "Outfit", system-ui, sans-serif;--mono: "IBM Plex Mono", Menlo, monospace;--r-sm: 8px;--r-md: 14px;--r-lg: 20px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--void);color:var(--text-primary);-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.6}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");pointer-events:none;z-index:10000}::selection{background:var(--gold);color:var(--void)}a{color:inherit;text-decoration:none}button{font-family:var(--sans);cursor:pointer;border:none}.container{max-width:1140px;margin:0 auto;padding:0 2.5rem}.no-js [data-reveal]{opacity:1!important;transform:none!important}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 2.5rem;height:72px;display:flex;align-items:center;justify-content:space-between;background:#08090c99;backdrop-filter:blur(40px) saturate(1.6);-webkit-backdrop-filter:blur(40px) saturate(1.6);border-bottom:1px solid var(--border-subtle);transition:all .5s cubic-bezier(.16,1,.3,1)}.nav.scrolled{height:56px;background:#08090ce0;border-bottom-color:var(--border-medium)}.nav-brand{display:flex;align-items:center;gap:.65rem;font-weight:600;font-size:1.05rem;letter-spacing:-.02em}.nav-mark{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,var(--gold),#E8C86A);display:grid;place-items:center;color:var(--void);font-weight:700;font-size:.65rem}.nav-menu{display:flex;align-items:center;gap:2.5rem}.nav-menu a{font-size:.82rem;font-weight:500;color:var(--text-secondary);transition:color .25s}.nav-menu a:hover{color:var(--text-primary)}.btn-nav{padding:.55rem 1.35rem;font-size:.8rem;font-weight:600;color:var(--text-inverse);background:var(--gold);border-radius:8px;transition:all .3s cubic-bezier(.16,1,.3,1)}.btn-nav:hover{transform:translateY(-1px);box-shadow:0 8px 30px var(--gold-glow)}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px;z-index:1001}.hamburger span{display:block;width:100%;height:2px;background:var(--text-primary);border-radius:2px;transition:all .35s cubic-bezier(.16,1,.3,1);transform-origin:center}.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#08090cf2;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;transition:opacity .4s cubic-bezier(.16,1,.3,1)}.mobile-overlay.open{display:flex;opacity:1}.mobile-overlay a{font-size:1.25rem;font-weight:500;color:var(--text-secondary);transition:color .25s;padding:.5rem 1rem}.mobile-overlay a:hover{color:var(--text-primary)}.mobile-overlay .btn-nav{font-size:1rem;padding:.75rem 2rem;margin-top:.5rem}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:10rem 0 8rem;overflow:hidden}.hero-canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-canvas canvas{width:100%;height:100%}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,var(--void),transparent);z-index:1}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:300px;background:linear-gradient(to top,var(--void),transparent);z-index:1}.hero-content{position:relative;z-index:2;max-width:1140px;margin:0 auto;padding:0 2.5rem;display:grid;grid-template-columns:1fr 420px;gap:5rem;align-items:center}.hero-text{max-width:600px}.hero-eyebrow{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:2.5rem;opacity:0;animation:heroIn .9s cubic-bezier(.16,1,.3,1) .2s forwards}.hero-eyebrow .pulse{width:7px;height:7px;background:var(--gold);border-radius:50%;position:relative}.hero-eyebrow .pulse:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:1px solid var(--gold);animation:ring 2.5s ease-out infinite}@keyframes ring{0%{transform:scale(1);opacity:.6}to{transform:scale(2.2);opacity:0}}.hero-eyebrow span{font-family:var(--mono);font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--gold)}.hero h1{font-family:var(--serif);font-size:clamp(2.8rem,5.5vw,4.2rem);font-weight:400;line-height:1.1;letter-spacing:-.025em;margin-bottom:1.5rem;opacity:0;animation:heroIn .9s cubic-bezier(.16,1,.3,1) .35s forwards}.hero h1 em{font-style:italic;color:var(--gold)}.hero-desc{font-size:1.1rem;line-height:1.7;color:var(--text-secondary);font-weight:300;margin-bottom:2.5rem;max-width:480px;opacity:0;animation:heroIn .9s cubic-bezier(.16,1,.3,1) .5s forwards}.hero-actions{display:flex;align-items:center;gap:1rem;opacity:0;animation:heroIn .9s cubic-bezier(.16,1,.3,1) .65s forwards}.btn-gold{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.8rem;background:var(--gold);color:var(--text-inverse);border-radius:10px;font-size:.9rem;font-weight:600;transition:all .35s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #0000004d,0 12px 40px var(--gold-dim)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 2px 6px #0000004d,0 20px 60px var(--gold-glow)}.btn-gold svg{width:16px;height:16px}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.8rem;background:transparent;color:var(--text-primary);border:1px solid var(--border-strong);border-radius:10px;font-size:.9rem;font-weight:500;transition:all .35s cubic-bezier(.16,1,.3,1)}.btn-outline:hover{background:var(--surface-raised);border-color:#ffffff2e}@keyframes heroIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero-terminal{opacity:0;animation:heroIn 1s cubic-bezier(.16,1,.3,1) .7s forwards}.terminal-window{background:var(--surface);border:1px solid var(--border-medium);border-radius:var(--r-lg);overflow:hidden;box-shadow:0 4px 6px #00000026,0 24px 80px #0006,inset 0 1px #ffffff08}.terminal-bar{display:flex;align-items:center;gap:6px;padding:14px 18px;background:var(--surface-raised);border-bottom:1px solid var(--border-subtle)}.terminal-dot{width:10px;height:10px;border-radius:50%}.terminal-dot.r{background:#ff5f57}.terminal-dot.y{background:#febc2e}.terminal-dot.g{background:#28c840}.terminal-title{flex:1;text-align:center;font-size:.7rem;color:var(--text-tertiary);font-weight:500}.terminal-body{padding:1.5rem}.assess-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid var(--border-subtle);font-size:.78rem}.assess-row:last-child{border-bottom:none}.assess-label{color:var(--text-tertiary);font-weight:500}.assess-value{font-family:var(--mono);font-size:.78rem;color:var(--text-primary);font-weight:500}.assess-value.gold{color:var(--gold)}.assess-value.green{color:var(--green)}.assess-value.blue{color:var(--blue)}.assess-divider{border:none;border-top:1px solid var(--border-medium);margin:.6rem 0}.assess-result{display:flex;justify-content:space-between;align-items:baseline;padding:.8rem 0 .4rem}.assess-result .label{font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary)}.assess-result .value{font-family:var(--serif);font-size:1.6rem;font-weight:600;color:var(--gold);letter-spacing:-.02em}.assess-bar-track{height:4px;background:var(--border-medium);border-radius:2px;margin-top:.6rem;overflow:hidden}.assess-bar-fill{height:100%;width:0%;background:linear-gradient(90deg,var(--gold),#E8C86A);border-radius:2px;transition:width 1.8s cubic-bezier(.16,1,.3,1)}.assess-bar-fill.animate{width:72%}.assess-footer{display:flex;justify-content:space-between;margin-top:.4rem;font-size:.68rem;color:var(--text-tertiary)}.assess-status{display:inline-flex;align-items:center;gap:.35rem;font-size:.68rem;color:var(--green);font-weight:500;margin-top:1rem}.assess-status .dot{width:5px;height:5px;background:var(--green);border-radius:50%}.marquee-section{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);padding:2rem 0;overflow:hidden}.marquee-track{display:flex;width:max-content;animation:marquee 45s linear infinite}.marquee-item{flex-shrink:0;padding:0 3rem;display:flex;align-items:center;gap:.75rem;white-space:nowrap}.marquee-item .num{font-family:var(--serif);font-size:1.15rem;font-weight:600;color:var(--text-primary)}.marquee-item .desc{font-size:.78rem;color:var(--text-tertiary)}.marquee-item .sep{color:var(--border-strong);font-size:.5rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-pad{padding:10rem 0}.section-pad-sm{padding:6rem 0}.section-head{margin-bottom:4rem}.section-head .eyebrow{font-family:var(--mono);font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);display:block;margin-bottom:1rem}.section-head h2{font-family:var(--serif);font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:400;line-height:1.15;letter-spacing:-.02em;max-width:650px}.section-head p{font-size:1.05rem;line-height:1.7;color:var(--text-secondary);font-weight:300;max-width:540px;margin-top:1rem}[data-reveal]{opacity:0;transform:translateY(36px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-delay="1"]{transition-delay:.1s}[data-reveal-delay="2"]{transition-delay:.2s}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border-subtle);border-radius:var(--r-lg);overflow:hidden}.problem-cell{background:var(--surface);padding:2.5rem;transition:background .4s}.problem-cell:hover{background:var(--surface-raised)}.problem-cell .num{font-family:var(--serif);font-size:2.5rem;font-weight:300;color:var(--border-strong);line-height:1;margin-bottom:1.25rem}.problem-cell h3{font-size:1rem;font-weight:600;margin-bottom:.65rem}.problem-cell p{font-size:.88rem;line-height:1.65;color:var(--text-secondary);font-weight:300}.editorial-break{padding:10rem 0;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.editorial-quote{max-width:820px;margin:0 auto;padding:0 2.5rem}.editorial-quote blockquote{font-family:var(--serif);font-size:clamp(1.4rem,2.8vw,2rem);font-weight:300;line-height:1.45;font-style:italic;color:var(--text-primary);padding-left:2.5rem;border-left:2px solid var(--gold)}.editorial-quote cite{display:block;margin-top:1.5rem;padding-left:2.5rem;font-family:var(--sans);font-size:.82rem;font-style:normal;color:var(--text-tertiary)}.editorial-quote cite strong{color:var(--text-secondary);font-weight:500}.steps-track{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step-card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--r-lg);padding:2.5rem 2rem;transition:all .45s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.step-card:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:0;transition:opacity .4s}.step-card:hover{border-color:var(--border-medium);transform:translateY(-4px);box-shadow:0 20px 60px #0000004d}.step-card:hover:after{opacity:1}.step-num{font-family:var(--mono);font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);margin-bottom:1.75rem}.step-card h3{font-family:var(--serif);font-size:1.3rem;font-weight:500;margin-bottom:.85rem;line-height:1.25}.step-card p{font-size:.88rem;line-height:1.7;color:var(--text-secondary);font-weight:300}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border-subtle);border-radius:var(--r-lg);overflow:hidden}.audience-cell{background:var(--surface);padding:2.25rem 2rem;transition:background .35s}.audience-cell:hover{background:var(--surface-raised)}.audience-cell .icon{width:40px;height:40px;border-radius:10px;background:var(--gold-dim);display:grid;place-items:center;margin-bottom:1.25rem;font-size:1.05rem}.audience-cell h4{font-size:.95rem;font-weight:600;margin-bottom:.5rem}.audience-cell p{font-size:.82rem;line-height:1.6;color:var(--text-secondary);font-weight:300}.comparison-wrap{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--r-lg);overflow:hidden;position:relative}.comparison-table{width:100%;border-collapse:collapse}.comparison-table thead th{padding:1.35rem 1.75rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);text-align:left;border-bottom:1px solid var(--border-subtle);background:var(--surface-raised)}.comparison-table thead th:last-child{color:var(--gold);background:var(--gold-dim)}.comparison-table tbody td{padding:1rem 1.75rem;font-size:.84rem;color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);vertical-align:top;line-height:1.5}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table tbody td:first-child{font-weight:500;color:var(--text-primary);width:200px}.comparison-table tbody td:last-child{background:var(--gold-dim);color:var(--text-primary);font-weight:500}.ico-yes{color:var(--gold)}.ico-no{color:var(--text-tertiary)}.scroll-hint{display:none;position:absolute;top:50%;right:0;transform:translateY(-50%);width:40px;height:100%;background:linear-gradient(to right,transparent,rgba(8,9,12,.8));pointer-events:none;z-index:2}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.article-card{display:block;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--r-lg);overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.article-card:hover{border-color:var(--border-medium);transform:translateY(-4px);box-shadow:0 12px 40px #0000004d;background:var(--surface-raised)}.article-content{padding:2rem}.article-meta{font-family:var(--mono);font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:1rem}.article-card h3{font-family:var(--serif);font-size:1.25rem;font-weight:500;margin-bottom:.85rem;line-height:1.3;color:var(--text-primary);transition:color .2s}.article-card:hover h3{color:var(--gold)}.article-card p{font-size:.88rem;line-height:1.6;color:var(--text-secondary);font-weight:300}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.faq-item{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--r-lg);padding:2rem;transition:all .35s cubic-bezier(.16,1,.3,1)}.faq-item:hover{border-color:var(--border-medium);background:var(--surface-raised)}.faq-item h4{font-family:var(--serif);font-size:1.05rem;font-weight:500;margin-bottom:.75rem;line-height:1.3}.faq-item p{font-size:.88rem;line-height:1.7;color:var(--text-secondary);font-weight:300}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.trust-card{text-align:center;padding:2.5rem 2rem;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--r-lg);transition:all .35s cubic-bezier(.16,1,.3,1)}.trust-card:hover{border-color:var(--border-medium);transform:translateY(-2px)}.trust-icon{width:48px;height:48px;border-radius:12px;background:var(--gold-dim);display:grid;place-items:center;margin:0 auto 1.25rem;font-size:1.3rem}.trust-card h4{font-size:.95rem;font-weight:600;margin-bottom:.5rem}.trust-card p{font-size:.82rem;line-height:1.6;color:var(--text-secondary);font-weight:300}.cta-section{padding:10rem 0;text-align:center;position:relative}.cta-glow{position:absolute;bottom:20%;left:50%;transform:translate(-50%);width:700px;height:350px;background:radial-gradient(ellipse,var(--gold-dim),transparent 70%);pointer-events:none}.cta-section h2{font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.2rem);font-weight:400;line-height:1.12;letter-spacing:-.025em;margin-bottom:1rem;position:relative}.cta-section h2 em{font-style:italic;color:var(--gold)}.cta-sub{font-size:1.05rem;line-height:1.7;color:var(--text-secondary);font-weight:300;max-width:480px;margin:0 auto 2.5rem;position:relative}.waitlist-form{display:flex;align-items:center;gap:.6rem;max-width:460px;margin:0 auto;position:relative}.waitlist-form input{flex:1;padding:.9rem 1.2rem;background:var(--surface);border:1px solid var(--border-medium);border-radius:10px;font-family:var(--sans);font-size:.9rem;color:var(--text-primary);outline:none;transition:all .3s}.waitlist-form input::placeholder{color:var(--text-tertiary);font-weight:300}.waitlist-form input:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-dim)}.waitlist-form button{padding:.9rem 1.6rem;white-space:nowrap}.form-success{display:none;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.5rem;background:var(--gold-dim);border:1px solid rgba(201,168,76,.2);border-radius:10px;color:var(--gold);font-weight:500;font-size:.88rem;max-width:460px;margin:0 auto}.form-success.show{display:flex}.form-error{display:none;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.5rem;background:#f8717114;border:1px solid rgba(248,113,113,.2);border-radius:10px;color:var(--red);font-weight:500;font-size:.88rem;max-width:460px;margin:0 auto}.form-error.show{display:flex}.waitlist-note{font-size:.73rem;color:var(--text-tertiary);margin-top:.9rem;position:relative}.footer{padding:4rem 2.5rem 3rem;border-top:1px solid var(--border-subtle)}.footer-inner{max-width:1140px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border-subtle)}.footer-brand{max-width:320px}.footer-brand-name{display:flex;align-items:center;gap:.55rem;font-weight:600;font-size:.95rem;margin-bottom:.75rem}.footer-brand-mark{width:24px;height:24px;border-radius:6px;background:linear-gradient(135deg,var(--gold),#E8C86A);display:grid;place-items:center;color:var(--void);font-weight:700;font-size:.5rem}.footer-brand p{font-size:.8rem;line-height:1.6;color:var(--text-tertiary);font-weight:300}.footer-nav{display:flex;gap:4rem}.footer-col h5{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);margin-bottom:.85rem}.footer-col a{display:block;font-size:.82rem;color:var(--text-secondary);margin-bottom:.55rem;transition:color .2s}.footer-col a:hover{color:var(--text-primary)}.footer-bottom{display:flex;align-items:center;justify-content:space-between}.footer-copy{font-size:.73rem;color:var(--text-tertiary)}.footer-socials{display:flex;gap:1.5rem}.footer-socials a{font-size:.78rem;color:var(--text-tertiary);transition:color .2s}.footer-socials a:hover{color:var(--text-secondary)}.back-to-top{position:fixed;bottom:2rem;right:2rem;z-index:900;width:42px;height:42px;border-radius:10px;background:var(--surface-raised);border:1px solid var(--border-medium);display:grid;place-items:center;color:var(--text-secondary);cursor:pointer;opacity:0;pointer-events:none;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 16px #0000004d}.back-to-top.visible{opacity:1;pointer-events:auto}.back-to-top:hover{background:var(--surface-hover);border-color:var(--border-strong);color:var(--text-primary);transform:translateY(-2px)}.back-to-top svg{width:18px;height:18px}.legal-page{padding:8rem 0 4rem}.legal-page h1{font-family:var(--serif);font-size:2.2rem;font-weight:400;margin-bottom:.75rem}.legal-page .updated{font-size:.82rem;color:var(--text-tertiary);margin-bottom:3rem}.legal-page h2{font-family:var(--serif);font-size:1.35rem;font-weight:500;margin:2.5rem 0 .75rem}.legal-page p{font-size:.92rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1rem}.legal-page ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.legal-page ul li{font-size:.92rem;line-height:1.8;color:var(--text-secondary);margin-bottom:.3rem}.legal-page a{color:var(--gold);border-bottom:1px solid rgba(201,168,76,.3);transition:border-color .2s}.legal-page a:hover{border-color:var(--gold)}.article-page{padding:8rem 0 4rem}.article-container{max-width:800px;margin:0 auto;padding:0 2.5rem}.article-header{margin-bottom:3.5rem;text-align:left}.article-meta-info{font-family:var(--mono);font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:1.5rem}.article-header h1{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.02em}.article-lead{font-size:1.2rem;line-height:1.6;color:var(--text-secondary);font-weight:300}.article-content-body{font-size:1.05rem;line-height:1.75;color:var(--text-primary);font-weight:300}.article-content-body p{margin-bottom:1.5rem;color:var(--text-secondary)}.article-content-body h2{font-family:var(--serif);font-size:1.7rem;font-weight:400;color:var(--text-primary);margin:3.5rem 0 1.5rem}.article-content-body h3{font-size:1.3rem;font-weight:500;color:var(--text-primary);margin:2.5rem 0 1rem}.article-content-body a{color:var(--gold);border-bottom:1px solid rgba(201,168,76,.3);transition:border-color .2s}.article-content-body a:hover{border-color:var(--gold)}.article-image{margin:3.5rem 0;text-align:center}.article-image img{max-width:100%;height:auto;border-radius:var(--r-md);border:1px solid var(--border-subtle);background:var(--surface);box-shadow:0 12px 30px #0000004d}.article-image figcaption{margin-top:1rem;font-size:.85rem;color:var(--text-tertiary);font-style:italic}.article-cta{margin-top:4rem;padding:2.5rem 3rem;background:var(--surface);border:1px solid var(--border-medium);border-radius:var(--r-lg);text-align:center}.article-cta p{margin:0;font-size:1rem}.article-cta a{font-weight:500}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;gap:3rem}.hero-terminal{max-width:420px}}@media(max-width:768px){.nav-menu{display:none}.hamburger{display:flex}.problem-grid,.steps-track,.audience-grid,.trust-grid,.faq-grid,.articles-grid{grid-template-columns:1fr}.section-pad,.editorial-break{padding:6rem 0}.editorial-quote blockquote{font-size:1.3rem;padding-left:1.5rem}.footer-top{flex-direction:column;gap:2rem}.footer-nav{gap:2.5rem}}@media(max-width:540px){.waitlist-form{flex-direction:column}.waitlist-form button{width:100%}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.comparison-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.scroll-hint{display:block}.container,.nav{padding:0 1.5rem}.footer-nav{flex-direction:column;gap:1.5rem}}
