*,:before,:after{box-sizing:border-box;margin:0;padding:0}q:before,q:after{content:none}html{scroll-behavior:smooth;overflow-x:clip}body{color:var(--text-1);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Geist,system-ui,sans-serif;line-height:1.4;overflow-x:clip}img,video,svg{max-width:100%;height:auto;display:block}table{border-collapse:collapse;max-width:100%}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3,h4,p{margin:0}::selection{background:var(--brand);color:#fff}:focus-visible{outline:3px solid var(--brand);outline-offset:2px}.skip-link{z-index:1000;background:var(--text-1);color:#fff;padding:10px 18px;font-size:14px;font-weight:600;transition:top .2s;position:absolute;top:-100%;left:50%;transform:translate(-50%)}.skip-link:focus{top:0}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}:root{--brand:#4f39f6;--brand-bright:#6d5ef8;--brand-deep:#3a28b5;--brand-soft:#ede9fe;--brand-softer:#f5f3ff;--brand-glow:#4f39f666;--font-display:"Space Grotesk", "Geist", system-ui, sans-serif;--font-body:"Geist", system-ui, sans-serif;--font-mono:"Geist Mono", ui-monospace, monospace;--text-1:#0f0e10;--text-2:#3a3640;--text-3:#6b6573;--text-4:#a8a29e;--border:#ebe9e5;--border-strong:#d6d3d1;--bg:#fff;--bg-soft:#fafaf9;--bg-dark:#0a0a0f;--success:#059669;--error:#dc2626;--container-w:1240px}h1,h2,h3,h4,h5{font-family:var(--font-display);letter-spacing:-.035em;color:var(--text-1);font-weight:600;line-height:1}.h-display{font-family:var(--font-display);letter-spacing:-.04em;font-size:clamp(38px,5.6vw,76px);font-weight:700;line-height:.98}.h-lg{font-family:var(--font-display);letter-spacing:-.03em;font-size:clamp(32px,4vw,52px);font-weight:600;line-height:1.05}.h-md{font-family:var(--font-display);letter-spacing:-.025em;font-size:clamp(26px,2.8vw,36px);font-weight:600;line-height:1.1}.h-sm{font-family:var(--font-display);letter-spacing:-.015em;font-size:21px;font-weight:600;line-height:1.2}p{color:var(--text-2);font-size:16px;line-height:1.55}.lede{color:var(--text-2);font-size:18px;line-height:1.55}.accent{color:var(--brand)}.mono{font-family:var(--font-mono)}.label-pill{border:1px solid var(--border);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--brand);background:#fff;align-items:center;gap:8px;padding:6px 14px;font-size:11px;font-weight:500;display:inline-flex}.label-pill:before{content:"";background:var(--brand);width:6px;height:6px;box-shadow:0 0 8px var(--brand-glow)}.btn{align-items:center;gap:8px;height:48px;padding:0 22px;font-size:15px;font-weight:500;transition:all .2s cubic-bezier(.2,.8,.2,1);display:inline-flex}.btn-primary{background:var(--text-1);color:#fff;box-shadow:0 0 0 1px #0000000a,0 1px 3px #0000001a}.btn-primary:hover{background:var(--brand);box-shadow:0 0 0 1px var(--brand), 0 8px 24px var(--brand-glow);transform:translateY(-1px)}.btn-secondary{color:var(--text-1);box-shadow:inset 0 0 0 1px var(--border-strong);background:#fff}.btn-secondary:hover{background:var(--bg-soft);box-shadow:inset 0 0 0 1.5px var(--text-1)}.arrow{transition:transform .2s;display:inline-block}.btn:hover .arrow{transform:translate(3px)}.frame{max-width:var(--container-w);border-left:1px solid var(--border);border-right:1px solid var(--border);margin:0 auto;position:relative}@media (width<=1280px){.frame{max-width:100vw}}section{border-bottom:1px solid var(--border);position:relative}section:before,section:after{content:"+";color:var(--border-strong);font-family:var(--font-mono);background:var(--bg);z-index:5;padding:0 4px;font-size:15px;line-height:1;position:absolute;bottom:-8px}section:before{left:-8px}section:after{right:-8px}section.dark:before,section.dark:after{background:var(--bg-dark);color:#ffffff4d}header{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid var(--border);background:#ffffffe6;position:sticky;top:0}.header-inner{height:72px;max-width:var(--container-w);justify-content:space-between;align-items:center;margin:0 auto;padding:0 32px;display:flex}.logo{align-items:center;gap:8px;display:flex}.logo-img{width:auto;height:40px;display:block}.logo-icon{width:auto;height:30px;display:block}nav.primary{align-items:center;gap:2px;display:flex}nav.primary a{color:var(--text-2);padding:8px 14px;font-size:14px;font-weight:500;transition:background .15s,color .15s}nav.primary a:hover{color:var(--text-1);background:#0000000a}.header-actions{align-items:center;gap:10px;display:flex}.btn-cta-nav{height:40px;padding:0 18px;font-size:14px}.nav-toggle{width:44px;height:44px;color:var(--text-1);justify-content:center;align-items:center;display:none}@media (width<=860px){nav.primary{display:none}.nav-toggle{display:inline-flex}.header-actions .btn-secondary{display:none}}.mobile-drawer{z-index:120;pointer-events:none;visibility:hidden;position:fixed;inset:0}.mobile-drawer.open{pointer-events:auto;visibility:visible}.mobile-drawer-backdrop{opacity:0;background:#0f0e1059;transition:opacity .25s;position:absolute;inset:0}.mobile-drawer.open .mobile-drawer-backdrop{opacity:1}.mobile-drawer-panel{border-left:1px solid var(--border);background:#fff;flex-direction:column;width:min(320px,86vw);height:100%;transition:transform .3s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-24px 0 64px -16px #0f0f1e2e}.mobile-drawer.open .mobile-drawer-panel{transform:translate(0)}.mobile-drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.mobile-drawer-close{place-items:center;width:44px;height:44px;display:grid}.mobile-drawer-close:hover{background:var(--bg-soft)}.mobile-drawer-body{flex-direction:column;flex:1;gap:4px;padding:16px 20px 32px;display:flex;overflow-y:auto}.mobile-drawer-body a{border-bottom:1px solid var(--border);padding:12px 4px;font-size:15px;font-weight:500}.mobile-drawer-body a:hover{color:var(--brand)}.mobile-drawer-cta{background:var(--text-1);color:#fff;justify-content:center;align-items:center;gap:8px;margin-top:12px;padding:14px 20px;font-size:15px;font-weight:600;display:flex}.mobile-drawer-cta:hover{background:var(--brand)}footer{background:var(--brand-deep);color:#fff;position:relative;overflow:hidden}.footer-top{max-width:var(--container-w);grid-template-columns:repeat(5,1fr);align-items:start;gap:48px;margin:0 auto;padding:80px 48px 64px;display:grid}.footer-col h5{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:#ffffff8c;margin:0 0 18px;font-size:11px;font-weight:600}.footer-col ul{flex-direction:column;gap:10px;display:flex}.footer-col a{color:#ffffffc7;align-items:center;gap:6px;font-size:14px;transition:color .2s;display:inline-flex}.footer-col a:after{content:"";opacity:.5;background:currentColor;flex-shrink:0;width:11px;height:11px;transition:transform .2s,opacity .2s;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M7 17L17 7M9 7h8v8'/></svg>") 50%/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M7 17L17 7M9 7h8v8'/></svg>") 50%/contain no-repeat}.footer-col a:hover:after{opacity:1;transform:translate(3px,-3px)}.footer-col a:hover{color:#fff}.footer-brand-block{max-width:var(--container-w);justify-content:center;align-items:center;margin:0 auto;padding:24px 48px 16px;display:flex}.footer-brand-wordmark{font-family:var(--font-display);letter-spacing:-.03em;text-align:center;color:#fff;filter:drop-shadow(0 0 60px #ffffff40);-webkit-user-select:none;user-select:none;font-size:clamp(40px,9vw,132px);font-weight:700;line-height:1}.footer-brand-wordmark .amp{color:var(--brand-bright)}.footer-bottom{max-width:var(--container-w);font-family:var(--font-mono);color:#fff6;letter-spacing:.02em;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:0 auto;padding:24px 48px;font-size:12px;display:flex}.footer-bottom-left{align-items:center;gap:24px;display:flex}.footer-bottom-left a{color:#fff9;transition:color .2s}.footer-bottom-left a:hover{color:#fff}@media (width<=968px){.footer-top{grid-template-columns:repeat(2,1fr);gap:40px 32px}.footer-brand-block{flex-direction:column;align-items:flex-start}}@media (width<=540px){.footer-top{grid-template-columns:1fr}}.visually-hidden{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.resource-hero{text-align:center;padding:76px 32px 64px}.resource-hero .label-pill{margin-bottom:20px}.resource-hero h1{margin-bottom:16px}.resource-hero p{max-width:560px;margin:0 auto;font-size:18px}.resource-grid-section{padding:0 32px 96px}.resource-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1140px;margin:0 auto;display:grid}.resource-card{border:1px solid var(--border);background:#fff;flex-direction:column;padding:28px;transition:all .25s;display:flex}.resource-card:hover{border-color:var(--brand-soft);transform:translateY(-4px);box-shadow:0 24px 48px -22px #4f39f62e}.resource-card-tag{background:var(--brand-softer);color:var(--brand);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;align-self:flex-start;margin-bottom:16px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.resource-card h3{margin-bottom:10px;font-size:19px}.resource-card p{flex:1;margin-bottom:20px;font-size:14px}.resource-card-meta{border-top:1px solid var(--border);font-family:var(--font-mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;padding-top:16px;font-size:11px;display:flex}.resource-card-meta .arrow{color:var(--brand)}@media (width<=860px){.resource-grid{grid-template-columns:1fr;max-width:480px}}.article-header{text-align:center;border-bottom:1px solid var(--border);padding:76px 32px 48px}.article-header .label-pill{margin-bottom:20px}.article-header h1{max-width:20ch;margin:0 auto 16px}.article-header .article-meta{font-family:var(--font-mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;font-size:12px}.article-body-section{padding:64px 32px 96px}.article-body{max-width:680px;margin:0 auto}.article-body p{margin-bottom:20px;font-size:17px;line-height:1.7}.article-body h2{margin:40px 0 16px;font-size:26px}.article-body ul{flex-direction:column;gap:10px;margin:20px 0;display:flex}.article-body ul li{color:var(--text-2);padding-left:26px;font-size:16px;position:relative}.article-body ul li:before{content:"";background-color:#dcfce7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23059669' stroke-width='3' stroke-linecap='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:8px;border-radius:50%;width:14px;height:14px;position:absolute;top:8px;left:0}.article-callout{background:linear-gradient(135deg, var(--brand-softer) 0%, #fff 100%);border:1px solid var(--brand-soft);margin:32px 0;padding:28px 32px}.article-callout p{color:var(--text-1);margin-bottom:0;font-weight:500}.article-stats{border:1px solid var(--border);grid-template-columns:repeat(3,1fr);margin:32px 0;display:grid}.article-stat{text-align:center;border-right:1px solid var(--border);padding:24px}.article-stat:last-child{border-right:none}.article-stat-num{font-family:var(--font-display);color:var(--brand);font-size:28px;font-weight:700}.article-stat-label{font-family:var(--font-mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;margin-top:6px;font-size:10px}.article-cta{background:var(--text-1);color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:48px;padding:32px;display:flex}.article-cta p{color:#fff;margin:0;font-size:17px;font-weight:500}.back-link{color:var(--text-3);align-items:center;gap:8px;margin-bottom:24px;font-size:14px;font-weight:600;display:inline-flex}.back-link:hover{color:var(--brand)}@media (width<=700px){.article-stats{grid-template-columns:1fr}.article-stat{border-right:none;border-bottom:1px solid var(--border)}.article-stat:last-child{border-bottom:none}}.hero-section{text-align:center;padding:76px 32px 64px;position:relative;overflow:hidden}.hero-section:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(ellipse 900px 620px at 50% 0%, var(--brand-softer) 0%, transparent 62%);position:absolute;inset:0}.hero-section>*{z-index:1;position:relative}.hero-section .label-pill{margin-bottom:20px}.hero-section h1{max-width:17ch;margin:0 auto 24px}.hero-sub{color:var(--text-2);max-width:620px;margin:0 auto 32px;font-size:18px;line-height:1.6}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:36px;display:flex}.hero-meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;display:flex}.hero-meta-item{color:var(--text-3);align-items:center;gap:8px;font-size:14px;display:flex}.hero-meta-item strong{color:var(--text-1);font-weight:600}.hero-meta-item svg{width:15px;height:15px;color:var(--brand);flex-shrink:0}.hero-avatars{display:flex}.hero-avatars .av{border:2px solid #fff;border-radius:50%;flex:none;width:26px;height:26px}.hero-avatars .av:not(:first-child){margin-left:-8px}.hero-avatars .av-1{background:linear-gradient(135deg,#4f39f6,#8b5cf6)}.hero-avatars .av-2{background:linear-gradient(135deg,#0891b2,#4f39f6)}.hero-avatars .av-3{background:linear-gradient(135deg,#6d5ef8,#ec4899)}.hero-avatars .av-4{background:linear-gradient(135deg,#3a28b5,#6d5ef8)}.hero-avatars .av-5{background:linear-gradient(135deg,#0891b2,#6d5ef8)}.verticals-section{background:#fff;padding:40px 32px}.verticals-head{text-align:center;margin-bottom:24px}.verticals-head p{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--text-3);font-size:11px;font-weight:600}.verticals-row{flex-wrap:wrap;justify-content:center;gap:10px;max-width:980px;margin:0 auto;display:flex}.vertical-chip{border:1px solid var(--border);background:var(--bg-soft);color:var(--text-1);padding:9px 18px;font-size:14px;font-weight:500}.stats-row{max-width:var(--container-w);grid-template-columns:repeat(3,1fr);margin:0 auto;display:grid}.stat-cell{text-align:center;border-right:1px solid var(--border);padding:40px 32px}.stat-cell:last-child{border-right:none}.stat-num{font-family:var(--font-display);letter-spacing:-.02em;font-size:42px;font-weight:700}.stat-label{color:var(--text-3);margin-top:6px;font-size:13px}@media (width<=700px){.stats-row{grid-template-columns:1fr}.stat-cell{border-right:none;border-bottom:1px solid var(--border)}.stat-cell:last-child{border-bottom:none}}.problem-section-new{background:var(--bg-soft);border-bottom:1px solid var(--border);padding:96px 32px}.problem-header-new{text-align:center;max-width:720px;margin:0 auto 56px}.problem-header-new .label-pill{margin-bottom:20px}.problem-header-new h2{margin-bottom:16px}.problem-header-new p{color:var(--text-2);font-size:18px;line-height:1.55}.problem-split{grid-template-columns:1fr 80px 1fr;align-items:stretch;gap:0;max-width:1180px;margin:0 auto;display:grid}@media (width<=900px){.problem-split{grid-template-columns:1fr;gap:24px}}.problem-card{border-radius:16px;flex-direction:column;padding:44px 40px;display:flex}.problem-before{background:#f8fafc;border:1px solid #e2e8f0}.problem-after{background:linear-gradient(135deg, var(--brand-softer) 0%, #fff 100%);border:1px solid var(--brand-soft);box-shadow:0 20px 50px -20px #4f39f61f}@media (width<=700px){.problem-card{padding:32px 24px}}.problem-card-head{margin-bottom:32px}.problem-badge{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;border-radius:20px;align-items:center;gap:6px;margin-bottom:14px;padding:5px 12px;font-size:10px;font-weight:700;display:inline-flex}.problem-badge-before{color:#475569;background:#e2e8f0}.problem-badge-after{background:var(--brand);color:#fff}.problem-card-head h3{letter-spacing:-.02em;color:var(--text-1);font-size:26px;font-weight:700;line-height:1.15}.problem-list{flex-direction:column;gap:24px;display:flex}.problem-list li{padding-left:32px;position:relative}.problem-list li:before{content:"";background-position:50%;background-repeat:no-repeat;background-size:10px;border-radius:50%;width:18px;height:18px;position:absolute;top:4px;left:0}.problem-before .problem-list li:before{background-color:#fee2e2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E")}.problem-after .problem-list li:before{background-color:#dcfce7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23059669' stroke-width='3' stroke-linecap='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")}.problem-list li strong{color:var(--text-1);margin-bottom:6px;font-size:16px;font-weight:600;display:block}.problem-list li span{color:var(--text-2);font-size:14px;line-height:1.55}.problem-vs{place-items:center;padding:24px 0;display:grid}@media (width<=900px){.problem-vs{order:-1;padding:0}.problem-before{order:1}.problem-after{order:2}}.problem-arrow{background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:56px;height:56px;font-size:24px;font-weight:700;display:grid;box-shadow:0 12px 24px -8px #4f39f659}@media (width<=900px){.problem-arrow{transform:rotate(90deg)}}.solution-section{background:#fff;padding:88px 32px}.solution-header{text-align:center;max-width:680px;margin:0 auto 44px}.solution-header .label-pill{margin-bottom:18px}.solution-header h2{margin-bottom:14px}.solution-header p{font-size:17px}.solution-cards{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1140px;margin:0 auto;display:grid}.solution-card{border:1px solid var(--border);background:#fff;flex-direction:column;padding:32px 28px;transition:all .25s;display:flex}.solution-card:hover{border-color:var(--brand-soft);transform:translateY(-4px);box-shadow:0 24px 48px -22px #4f39f62e}.solution-icon{background:var(--brand-softer);width:44px;height:44px;color:var(--brand);place-items:center;margin-bottom:18px;display:grid}.solution-icon svg{width:21px;height:21px}.solution-card h3{margin-bottom:10px;font-size:20px}.solution-card p{flex:1;margin-bottom:22px;font-size:14.5px}.solution-card-stat{border-top:1px solid var(--border);align-items:baseline;gap:8px;padding-top:18px;display:flex}.solution-card-stat strong{color:var(--brand);letter-spacing:-.02em;font-size:24px;font-weight:700}.solution-card-stat span{font-family:var(--font-mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;font-size:10.5px}@media (width<=860px){.solution-cards{grid-template-columns:1fr;max-width:480px}}.how-section{background:var(--bg-soft);padding:88px 32px}.how-header{text-align:center;max-width:680px;margin:0 auto 56px}.how-header .label-pill{margin-bottom:18px}.how-header h2{margin-bottom:14px}.how-header p{font-size:17px}.step-block{max-width:1140px;margin:0 auto 56px}.step-block:last-child{margin-bottom:0}.step-grid{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.step-grid.reverse .step-visual{order:-1}.step-meta{align-items:center;gap:10px;margin-bottom:14px;display:flex}.step-num{font-family:var(--font-mono);color:var(--brand);font-size:13px;font-weight:700}.step-day{font-family:var(--font-mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;border-left:1px solid var(--border-strong);padding-left:10px;font-size:11px}.step-text h3{margin-bottom:14px;font-size:26px}.step-text p{margin-bottom:18px;font-size:15px}.step-text ul{flex-direction:column;gap:10px;display:flex}.step-text ul li{color:var(--text-1);align-items:flex-start;gap:10px;font-size:14px;font-weight:500;display:flex}.step-text ul li svg{width:16px;height:16px;color:var(--brand);flex-shrink:0;margin-top:2px}.step-visual{color:var(--brand);border:1px solid var(--border-strong);background:#fff;flex-direction:column;justify-content:space-between;min-height:460px;padding:36px;display:flex;position:relative;overflow:hidden}@media (width<=860px){.step-visual{min-height:340px}}.step-card-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.step-card-tag{font-family:var(--font-mono);letter-spacing:.08em;opacity:.8;font-size:10px}.step-card-status{opacity:.9;font-size:11px;font-weight:600}.step-card-row{border-bottom:1px solid #4f39f626;justify-content:space-between;padding:11px 0;font-size:13px;display:flex}.step-card-row:last-child{border-bottom:none}.step-card-key{opacity:.75}.step-card-val{text-align:right;font-weight:600}.step-card-row.highlight{background:#4f39f614;margin:4px -12px -4px;padding:12px}@media (width<=860px){.step-grid,.step-grid.reverse{grid-template-columns:1fr;gap:24px}.step-grid.reverse .step-visual{order:0}}.benefits-section{background:#fff;padding:88px 32px}.benefits-header{text-align:center;max-width:680px;margin:0 auto 48px}.benefits-header .label-pill{margin-bottom:18px}.benefits-header h2{margin-bottom:14px}.benefits-header p{font-size:17px}.benefits-grid{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:0;max-width:1140px;margin:0 auto;display:grid}.benefit-cell{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:32px 26px}.benefit-icon-box{background:var(--brand-softer);width:38px;height:38px;color:var(--brand);place-items:center;margin-bottom:16px;display:grid}.benefit-icon-box svg{width:18px;height:18px}.benefit-cell h3{margin-bottom:8px;font-size:17px}.benefit-cell p{margin-bottom:18px;font-size:13.5px}.benefit-stat-num{font-family:var(--font-display);font-size:26px;font-weight:700}.benefit-stat-label{font-family:var(--font-mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:9.5px}@media (width<=860px){.benefits-grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.benefits-grid{grid-template-columns:1fr}}.founder-section{background:var(--bg-soft);padding:88px 32px}.founder-grid{grid-template-columns:1.4fr 1fr;align-items:center;gap:56px;max-width:1140px;margin:0 auto;display:grid}.founder-text .label-pill{margin-bottom:18px}.founder-text h2{margin-bottom:16px}.founder-text p{margin-bottom:14px;font-size:15.5px}.founder-avatars{color:var(--text-1);align-items:center;gap:10px;margin-top:22px;font-size:14px;font-weight:600;display:flex}.f-avatar{background:var(--brand);color:#fff;border:2px solid #fff;border-radius:50%;place-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:grid}.f-avatar:not(:first-child){margin-left:-10px}.f-avatar.b{background:var(--brand-deep)}.founder-stats{border:1px solid var(--border);background:#fff;flex-direction:column;gap:20px;padding:28px;display:flex}.founder-stat{border-bottom:1px solid var(--border);padding-bottom:20px}.founder-stat:last-child{border-bottom:none;padding-bottom:0}.founder-stat strong{font-family:var(--font-display);color:var(--brand);font-size:24px;display:block}.founder-stat span{color:var(--text-3);font-size:13px}@media (width<=860px){.founder-grid{grid-template-columns:1fr;gap:32px}}.result-section{background:#fff;padding:64px 32px}.result-quote{background:linear-gradient(135deg, var(--brand-softer) 0%, #fff 100%);border:1px solid var(--brand-soft);text-align:center;max-width:900px;margin:0 auto;padding:36px 40px}.result-quote blockquote{color:var(--text-1);letter-spacing:-.01em;margin-bottom:12px;font-size:22px;font-weight:500;line-height:1.4}.result-quote cite{font-family:var(--font-mono);color:var(--text-3);font-size:12.5px;font-style:normal}.result-case-link{text-align:center;margin-top:16px;font-size:14px}.result-case-link a{color:var(--brand);font-weight:600}.result-case-link a:hover{color:var(--brand-bright)}.pricing-section{background:var(--bg-soft);padding:88px 32px}.pricing-header{text-align:center;max-width:680px;margin:0 auto 48px}.pricing-header .label-pill{margin-bottom:18px}.pricing-header h2{margin-bottom:14px}.pricing-header p{font-size:17px}.pricing-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:820px;margin:0 auto;display:grid}.pricing-card{border:1px solid var(--border);background:#fff;padding:36px 32px;position:relative}.pricing-card.featured{border:2px solid var(--brand);box-shadow:0 24px 48px -24px #4f39f640}.pricing-badge{background:var(--brand);color:#fff;font-family:var(--font-mono);letter-spacing:.08em;padding:4px 12px;font-size:10px;font-weight:700;position:absolute;top:-12px;left:32px}.pricing-powered-by{flex-direction:column;align-items:flex-end;gap:5px;display:flex;position:absolute;top:16px;right:20px}.pricing-powered-by span:first-child{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);font-size:9px;font-weight:600}.powered-logo{background-color:var(--brand);width:150px;height:33px;-webkit-mask:url(/images/thestacc-logo.webp) 50%/contain no-repeat;mask:url(/images/thestacc-logo.webp) 50%/contain no-repeat}.pricing-name{color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;margin-bottom:14px;font-size:14px;font-weight:600}.pricing-amount{align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.pricing-amount .strike{color:var(--text-3);font-size:18px;text-decoration:line-through}.pricing-amount .num{font-family:var(--font-display);letter-spacing:-.02em;font-size:44px;font-weight:700}.pricing-amount .period{color:var(--text-3);font-size:15px}.pricing-promo{min-height:34px;margin-bottom:18px}.promo-form{gap:8px;margin-bottom:6px;display:flex}.promo-input{border:1px solid var(--border-strong);min-width:0;color:var(--text-1);background:#fff;flex:1;padding:8px 10px;font-family:inherit;font-size:13px}.promo-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.promo-apply-btn{background:var(--text-1);color:#fff;white-space:nowrap;padding:8px 16px;font-size:13px;font-weight:600}.promo-apply-btn:hover{background:var(--brand)}.promo-apply-btn:disabled,.promo-input:disabled{opacity:.55;cursor:not-allowed}.promo-message{min-height:16px;font-size:12.5px}.promo-message.promo-success{color:var(--success);font-weight:600}.promo-message.promo-error{color:var(--error);font-weight:600}.pricing-tagline{color:var(--text-2);border-bottom:1px solid var(--border);margin-bottom:24px;padding-bottom:24px;font-size:14px}.pricing-features{flex-direction:column;gap:13px;margin-bottom:28px;display:flex}.pricing-features li{align-items:flex-start;gap:10px;font-size:14px;display:flex}.pricing-features li svg{width:15px;height:15px;color:var(--brand);flex-shrink:0;margin-top:2px}.pricing-cta{background:var(--text-1);color:#fff;justify-content:center;align-items:center;width:100%;height:46px;font-size:14.5px;font-weight:600;display:flex}.pricing-cta:hover{background:var(--brand)}@media (width<=700px){.pricing-grid{grid-template-columns:1fr;max-width:420px}}@media (width<=480px){.pricing-powered-by{align-items:flex-start;margin-bottom:12px;position:static}.powered-logo{width:100px;height:22px}}.faq-section{background:#fff;padding:88px 32px}.faq-grid{grid-template-columns:1fr 1.4fr;gap:56px;max-width:1140px;margin:0 auto;display:grid}.faq-left .label-pill{margin-bottom:18px}.faq-left h2{margin-bottom:14px}.faq-left p{font-size:15px}.faq-left a{color:var(--brand);font-weight:600}.faq-list{flex-direction:column;gap:10px;display:flex}.faq-item{background:var(--bg-soft);border:1px solid var(--border)}.faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;padding:18px 20px;font-size:15px;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary .chev{width:16px;height:16px;color:var(--text-3);flex-shrink:0;transition:transform .2s}.faq-item[open] summary .chev{transform:rotate(180deg)}.faq-item .faq-a{color:var(--text-2);padding:0 20px 18px;font-size:14.5px;line-height:1.6}@media (width<=860px){.faq-grid{grid-template-columns:1fr;gap:32px}}.guarantee-section{background:var(--bg-soft);padding:56px 32px}.guarantee-grid{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1140px;margin:0 auto;display:grid}.guarantee-card{align-items:flex-start;gap:16px;display:flex}.guarantee-icon{border:1px solid var(--brand-soft);width:42px;height:42px;color:var(--brand);background:#fff;flex-shrink:0;place-items:center;display:grid}.guarantee-icon svg{width:20px;height:20px}.guarantee-text h4{margin-bottom:4px;font-size:15.5px}.guarantee-text p{font-size:13.5px}@media (width<=860px){.guarantee-grid{grid-template-columns:1fr;gap:24px}}.final-section{text-align:center;background:var(--bg-dark);padding:100px 32px;position:relative;overflow:hidden}.final-section:before{content:"";z-index:0;background:radial-gradient(800px 500px at 50% 0,#8b5cf647 0%,#0000 65%);position:absolute;inset:0}.final-section>*{z-index:1;position:relative}.final-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--brand-bright);margin-bottom:20px;font-size:12px;display:inline-block}.final-headline{letter-spacing:-.03em;color:#fff;margin-bottom:18px;font-size:clamp(28px,4vw,46px);font-weight:600;line-height:1.1}.final-headline .accent{color:var(--brand-bright)}.final-sub{color:#ffffffb3;max-width:560px;margin:0 auto 32px;font-size:17px;line-height:1.6}.final-cta-btn{height:52px;color:var(--text-1);background:#fff;align-items:center;gap:8px;padding:0 28px;font-size:15.5px;font-weight:600;display:inline-flex}.final-cta-btn:hover{background:var(--brand-bright);color:#fff}.final-trust{font-family:var(--font-mono);color:#ffffff73;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:28px;font-size:12px;display:flex}.compare-section{background:#fff;padding:88px 32px}.compare-header{text-align:center;max-width:680px;margin:0 auto 48px}.compare-header .label-pill{margin-bottom:18px}.compare-header h2{margin-bottom:14px}.compare-header p{font-size:17px}.compare-wrap{border:1px solid var(--border);max-width:900px;margin:0 auto;overflow-x:auto}.compare-table{border-collapse:collapse;width:100%;min-width:560px}.compare-table th,.compare-table td{text-align:left;border-bottom:1px solid var(--border);padding:16px 20px;font-size:14.5px}.compare-table thead th{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);background:var(--bg-soft);font-size:11px}.compare-table th.sj-col,.compare-table td.sj-col{background:var(--brand-softer);color:var(--text-1);font-weight:600}.compare-table tbody tr:last-child td{border-bottom:none}.compare-x{color:var(--error);margin-right:6px;font-weight:700}.compare-check{color:var(--success);margin-right:6px;font-weight:700}@media (width<=700px){.compare-section{padding:64px 20px}}.testimonial-section{padding:0 32px 96px}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1140px;margin:0 auto;display:grid}.testimonial-card{border:1px solid var(--border);background:#fff;flex-direction:column;padding:28px;display:flex}.testimonial-card .stars{color:var(--brand);gap:2px;margin-bottom:16px;display:flex}.testimonial-card .stars svg{width:14px;height:14px}.testimonial-card blockquote{color:var(--text-1);flex:1;margin-bottom:20px;font-size:15.5px;line-height:1.6}.testimonial-card footer{border-top:1px solid var(--border);align-items:center;gap:10px;padding-top:16px;display:flex}.testimonial-avatar{background:var(--brand);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:grid}.testimonial-name{color:var(--text-1);font-size:13.5px;font-weight:600}.testimonial-role{color:var(--text-3);font-size:12px}@media (width<=860px){.testimonial-grid{grid-template-columns:1fr;max-width:480px}}.contact-section{padding:0 32px 96px}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;max-width:1000px;margin:0 auto;display:grid}.contact-info{flex-direction:column;gap:24px;display:flex}.contact-info-card{background:var(--bg-soft);border:1px solid var(--border);align-items:flex-start;gap:16px;padding:24px;display:flex}.contact-info-icon{border:1px solid var(--brand-soft);width:40px;height:40px;color:var(--brand);background:#fff;flex-shrink:0;place-items:center;display:grid}.contact-info-icon svg{width:19px;height:19px}.contact-info-card h3{margin-bottom:4px;font-size:15.5px}.contact-info-card p{margin:0;font-size:14px}.contact-info-card a{color:var(--brand);font-weight:600}.contact-form{border:1px solid var(--border);background:#fff;flex-direction:column;gap:18px;padding:32px;display:flex}.contact-form label{color:var(--text-1);flex-direction:column;gap:6px;font-size:13.5px;font-weight:600;display:flex}.contact-form label .optional{color:var(--text-3);text-transform:none;letter-spacing:normal;font-weight:400}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid var(--border-strong);color:var(--text-1);background:#fff;padding:12px 14px;font-family:inherit;font-size:15px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.contact-form textarea{resize:vertical;min-height:100px;font-family:inherit}@media (width<=860px){.contact-grid{grid-template-columns:1fr}}.vertical-hero{text-align:center;padding:76px 32px 56px;position:relative;overflow:hidden}.vertical-hero:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(ellipse 900px 560px at 50% 0%, var(--brand-softer) 0%, transparent 62%);position:absolute;inset:0}.vertical-hero>*{z-index:1;position:relative}.vertical-hero h1{max-width:18ch;margin:0 auto 20px}.vertical-hero p{max-width:620px;margin:0 auto 32px;font-size:18px}.vertical-crumb{font-family:var(--font-mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px;font-size:12px}.vertical-crumb a{color:var(--brand)}.vertical-index-grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:1140px;margin:0 auto;display:grid}.vertical-index-card{border:1px solid var(--border);background:#fff;flex-direction:column;align-items:flex-start;gap:12px;padding:24px;transition:all .25s;display:flex}.vertical-index-card:hover{border-color:var(--brand-soft);transform:translateY(-4px);box-shadow:0 24px 48px -22px #4f39f62e}.vertical-index-icon{background:var(--brand-softer);width:40px;height:40px;color:var(--brand);place-items:center;display:grid}.vertical-index-icon svg{width:19px;height:19px}.vertical-index-card h3{font-size:17px}.vertical-index-card span{font-family:var(--font-mono);color:var(--brand);text-transform:uppercase;letter-spacing:.05em;font-size:11px}@media (width<=860px){.vertical-index-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.vertical-index-grid{grid-template-columns:1fr}}.data-section{padding:88px 32px}.data-section.soft{background:var(--bg-soft)}.data-header{text-align:center;max-width:680px;margin:0 auto 48px}.data-header .label-pill{margin-bottom:18px}.data-header h2{margin-bottom:14px}.data-header p{font-size:17px}.data-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1140px;margin:0 auto;display:grid}.data-card{border:1px solid var(--border);background:#fff;padding:26px 24px}.data-card .num{font-family:var(--font-display);color:var(--brand);letter-spacing:-.02em;font-size:32px;font-weight:700;line-height:1}.data-card .label{color:var(--text-1);margin-top:10px;font-size:14px;font-weight:600;line-height:1.4}.data-card .source{font-family:var(--font-mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;margin-top:12px;font-size:10px;display:block}.data-note{max-width:900px;color:var(--text-3);text-align:center;margin:32px auto 0;font-size:13.5px}@media (width<=860px){.data-grid{grid-template-columns:1fr;max-width:480px}}.timeline-section{background:#fff;padding:88px 32px}.timeline-list{flex-direction:column;gap:0;max-width:760px;margin:0 auto;display:flex}.timeline-item{border-bottom:1px solid var(--border);grid-template-columns:100px 1fr;gap:24px;padding:24px 0;display:grid}.timeline-item:last-child{border-bottom:none}.timeline-year{font-family:var(--font-mono);color:var(--brand);font-size:13px;font-weight:700}.timeline-item h3{margin-bottom:6px;font-size:17px}.timeline-item p{margin:0;font-size:14.5px}@media (width<=600px){.timeline-item{grid-template-columns:1fr;gap:6px}}.related-section{background:var(--bg-soft);padding:64px 32px 96px}.related-header{text-align:center;margin-bottom:32px}.related-header span{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);font-size:11px;font-weight:600}.related-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1140px;margin:0 auto;display:grid}@media (width<=860px){.related-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}html.js-anim .reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,.84,.44,1),transform .7s cubic-bezier(.16,.84,.44,1);transition-delay:calc(var(--reveal-i,0) * 70ms);will-change:opacity, transform;transform:translateY(26px)}html.js-anim .reveal.in-view{opacity:1;transform:translateY(0)}html.js-anim .problem-after.reveal{transition-delay:.42s}html.js-anim .solution-card.reveal:first-child{transition-delay:0s}html.js-anim .solution-card.reveal:nth-child(2){transition-delay:.22s}html.js-anim .solution-card.reveal:nth-child(3){transition-delay:.44s}html.js-anim .benefit-cell.reveal:first-child{transition-delay:0s}html.js-anim .benefit-cell.reveal:nth-child(2){transition-delay:.22s}html.js-anim .benefit-cell.reveal:nth-child(3){transition-delay:.44s}html.js-anim .benefit-cell.reveal:nth-child(4){transition-delay:.66s}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section>*,.vertical-hero>*,.resource-hero>*,.article-header>*{animation:.7s cubic-bezier(.16,.84,.44,1) both heroFadeUp}.hero-section>:nth-child(2),.vertical-hero>:nth-child(2),.resource-hero>:nth-child(2),.article-header>:nth-child(2){animation-delay:80ms}.hero-section>:nth-child(3),.vertical-hero>:nth-child(3),.resource-hero>:nth-child(3),.article-header>:nth-child(3){animation-delay:.16s}.hero-section>:nth-child(4),.vertical-hero>:nth-child(4),.resource-hero>:nth-child(4),.article-header>:nth-child(4){animation-delay:.24s}.hero-section>:nth-child(5),.vertical-hero>:nth-child(5),.resource-hero>:nth-child(5),.article-header>:nth-child(5){animation-delay:.32s}header{transition:background .25s,box-shadow .25s}header.scrolled{background:#fffffff7;box-shadow:0 8px 24px -16px #0f0e1040}.reading-progress{background:var(--brand);z-index:200;width:0%;height:3px;transition:width .1s linear;position:fixed;top:0;left:0}@media (prefers-reduced-motion:reduce){html.js-anim .reveal{opacity:1!important;transform:none!important}.hero-section>*,.vertical-hero>*,.resource-hero>*,.article-header>*{animation:none!important}}
