:root{
  --bg:#FAFAFA;--surface:#FFFFFF;--ink:#0A0A0A;--sub:#3A3A3A;--muted:#6B6B6B;--faint:#999999;--line:#E5E5E5;--line-light:#F0F0F0;--dark:#0A0A0A;--dark-surface:#141414;
  --green:#22C55E;--green-bg:#052E16;--amber:#F59E0B;--amber-bg:#422006;--red:#EF4444;--red-bg:#450A0A;--blue:#3B82F6;--blue-bg:#172554;--teal:#14B8A6;
  --font:Aptos,'Aptos Display',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--max:1180px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}p{color:var(--muted)}ul{padding-left:18px;color:var(--muted)}li{margin:8px 0}::selection{background:#0A0A0A;color:#fff}.w,.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(250,250,250,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--line-light)}.nav{height:60px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo-mark,.logo{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700;letter-spacing:-.04em;color:var(--ink)}.logo-mark span span,.logo span{color:var(--faint);font-weight:400}.nav-links{display:flex;gap:32px;font-size:13px;font-weight:500;color:var(--muted);align-items:center}.nav-links a{transition:color .15s}.nav-links a:hover{color:var(--ink)}.nav-actions{display:flex;gap:10px;align-items:center}.mobile-menu-button{display:none;border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:8px 12px;font:inherit;color:var(--ink)}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}@keyframes slideIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-anim{animation:slideIn .8s cubic-bezier(.22,1,.36,1) forwards}.hero-anim-d1{animation:slideIn .8s cubic-bezier(.22,1,.36,1) .15s forwards;opacity:0}.hero-anim-d2{animation:slideIn .8s cubic-bezier(.22,1,.36,1) .3s forwards;opacity:0}.hero-anim-d3{animation:slideIn .8s cubic-bezier(.22,1,.36,1) .45s forwards;opacity:0}.btn,.button{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 22px;border-radius:8px;font-size:14px;font-weight:600;border:0;cursor:pointer;transition:all .15s;font-family:inherit;gap:7px;text-decoration:none;white-space:nowrap}.btn:hover,.button:hover{transform:translateY(-1px);text-decoration:none}.btn-p,.button.primary{background:var(--ink);color:#fff}.btn-p:hover,.button.primary:hover{background:#222}.btn-s,.button.secondary{background:transparent;border:1px solid var(--line);color:var(--ink)}.btn-s:hover,.button.secondary:hover{border-color:var(--faint);background:#f5f5f5}.btn-w,.button.inverse{background:#fff;color:var(--ink)}.btn-g,.button.ghost{background:transparent;border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.7)}.btn-g:hover,.button.ghost:hover{border-color:rgba(255,255,255,.3);color:#fff}.nav-cta{height:36px;font-size:13px;padding:0 16px}.claude-hero{padding:72px 0 0}.hero-copy{text-align:center;margin-bottom:48px}.kicker,.eyebrow{font-size:12px;font-weight:600;color:var(--faint);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.hero-copy .kicker{font-size:13px;margin-bottom:16px}.h1-hero,.hero h1,.page-hero h1{font-size:clamp(42px,5vw,64px);font-weight:800;letter-spacing:-.05em;line-height:.95;margin:0 auto 18px;max-width:700px}.h1-hero span{color:var(--faint)}.hero-sub,.hero-lede{font-size:17px;color:var(--muted);max-width:520px;margin:0 auto 28px;line-height:1.5}.hero-actions,.cta-row{display:flex;gap:10px;justify-content:center;align-items:center}.hero-note{font-size:12px;color:var(--faint);margin-top:12px}.hero-dash{background:var(--dark);border-radius:16px;overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,.25),0 0 0 1px rgba(255,255,255,.05) inset;border:1px solid #222}.dash-topbar{padding:12px 20px;border-bottom:1px solid #222;display:flex;align-items:center;justify-content:space-between;gap:16px}.dash-brand-row{display:flex;align-items:center;gap:12px}.dash-logo{display:flex;align-items:center;gap:7px;color:#fff;font-weight:700;font-size:14px;letter-spacing:-.04em}.dash-logo span span{color:rgba(255,255,255,.4);font-weight:400}.dash-firm{font-size:12px;color:rgba(255,255,255,.3);padding:2px 8px;background:#1a1a1a;border-radius:4px}.dash-sync,.dash-footer span:last-child{display:flex;align-items:center;gap:8px;font-size:11px;color:rgba(255,255,255,.4)}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--green);display:inline-block;box-shadow:0 0 8px rgba(34,197,94,.38);animation:pulse 2s ease infinite}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #1a1a1a}.dash-stats article{padding:18px 20px;border-right:1px solid #1a1a1a}.dash-stats article:last-child{border-right:0}.dash-stats strong{display:block;font-size:28px;font-weight:800;color:rgba(255,255,255,.5);letter-spacing:-.04em;line-height:1}.dash-stats span{font-size:11px;color:rgba(255,255,255,.35);font-weight:500;margin-top:4px;display:block}.dash-stats .is-green strong{color:var(--green)}.dash-stats .is-amber strong{color:var(--amber)}.dash-stats .is-red strong{color:var(--red)}.dash-table{width:100%;border-collapse:collapse}.dash-table th{text-align:left;padding:10px 18px;font-size:10px;font-weight:600;color:rgba(255,255,255,.25);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #1a1a1a}.dash-table td{padding:11px 18px;font-size:12px;color:rgba(255,255,255,.3);border-bottom:1px solid #151515}.dash-table td:first-child{font-size:13px;font-weight:500;color:#e5e5e5}.dash-table td:nth-child(4){font-size:13px;color:rgba(255,255,255,.5);font-weight:500;font-variant-numeric:tabular-nums}.status{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:6px;font-size:11px;font-weight:600;letter-spacing:.01em;white-space:nowrap}.status i{width:5px;height:5px;border-radius:50%;display:block;box-shadow:0 0 6px currentColor}.status.ready,.status.collected{background:var(--green-bg);color:var(--green)}.status.pending{background:var(--amber-bg);color:var(--amber)}.status.missing{background:var(--red-bg);color:var(--red)}.status.review{background:var(--blue-bg);color:var(--blue)}.action-amber{color:var(--amber)!important}.empty-action{color:rgba(255,255,255,.15)!important}.dash-footer{padding:10px 18px;border-top:1px solid #1a1a1a;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:rgba(255,255,255,.25)}.home-section,.section{padding:80px 0;border-top:1px solid var(--line-light)}.section.tight{padding:80px 0}.section-intro h2,.section-header h2,.home-section h2{font-size:clamp(28px,3.5vw,42px);font-weight:800;letter-spacing:-.04em;line-height:1;margin-bottom:40px;max-width:650px}.section-header{margin-bottom:32px}.section-lede{font-size:16px;max-width:680px}.g2,.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.g3,.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.g4,.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.process-grid{gap:1px;background:var(--line);border-radius:12px;overflow:hidden}.process-grid article{background:var(--surface);padding:32px 28px;height:100%}.num{font-size:42px;font-weight:800;color:var(--line-light);letter-spacing:-.04em;margin-bottom:16px;line-height:1}.process-grid h3,.card h3,.step h3,.credit-grid h3{font-size:16px;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.process-grid p,.card p,.step p,.credit-grid p{font-size:14px;color:var(--muted);line-height:1.55}.compare-table-card{border-radius:12px;overflow:hidden;border:1px solid var(--line)}.compare-table{width:100%;border-collapse:collapse}.compare-table th{padding:14px 20px;text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--line);background:var(--surface)}.compare-table th:first-child{color:var(--faint)}.compare-table th:last-child{color:var(--ink)}.compare-table td{padding:14px 20px;font-size:14px;line-height:1.4;border-bottom:1px solid var(--line-light)}.compare-table tr:nth-child(even){background:var(--bg)}.compare-table tr:nth-child(odd){background:var(--surface)}.compare-table td:first-child{color:var(--faint)}.compare-table td:last-child{color:var(--ink);font-weight:600}.metric-grid article strong{display:block;font-size:40px;font-weight:800;letter-spacing:-.04em;line-height:1;margin-bottom:4px}.metric-grid article span,.credit-grid article span{display:block;font-size:12px;font-weight:600;color:var(--faint);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.metric-grid article p{font-size:14px;color:var(--muted);line-height:1.45}.credit-grid article{text-align:center;padding:32px 28px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.credit-grid strong{display:block;font-size:44px;font-weight:800;letter-spacing:-.04em;line-height:1}.credit-grid .muted-number{color:var(--faint)}.pricing-grid{max-width:920px}.price-card{padding:28px;border-radius:12px;background:var(--surface);border:1px solid var(--line);display:flex;flex-direction:column;position:relative}.price-card.popular{border:2px solid var(--ink)}.popular-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--ink);color:#fff;font-size:10px;font-weight:700;padding:3px 12px;border-radius:99px;letter-spacing:.06em;text-transform:uppercase}.price-card h3{font-size:13px;font-weight:600;margin-bottom:4px}.price-card div strong{font-size:36px;font-weight:800;letter-spacing:-.04em}.price-card div span{font-size:13px;color:var(--faint)}.price-card p{font-size:13px;color:var(--muted);margin-bottom:20px}.price-card ul{display:flex;flex-direction:column;gap:8px;margin:0 0 24px;padding:0;list-style:none;flex:1}.price-card li{font-size:13px;color:var(--muted);margin:0}.price-card li:before{content:'✓';color:var(--ink);margin-right:7px}.price-card .btn{width:100%}.final-section{padding:0 0 80px}.final-cta{background:var(--dark);border-radius:16px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:32px}.final-cta h2{font-size:clamp(26px,3vw,38px);font-weight:800;letter-spacing:-.04em;color:#fff;line-height:1;margin-bottom:12px}.final-cta p{font-size:15px;color:rgba(255,255,255,.45);line-height:1.5;max-width:650px}.final-actions{display:flex;gap:10px;flex-shrink:0}.site-footer,.footer{border-top:1px solid var(--line-light);padding:24px 0}.footer-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:13px;color:var(--faint)}.footer-row div{display:flex;gap:24px}.footer-row a{color:inherit}.mobile-only,.sticky-mobile-cta{display:none!important}
/* Compatibility for non-home public pages */.page-hero{padding:72px 0 48px}.page-hero h1{margin-left:0}.page-hero p{font-size:17px;max-width:680px}.hero{padding:72px 0}.hero-grid,.system-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.pain-lines,.proof-strip{display:none}.card,.step,.info-card,.mini-card,.audience-card,.compare-card,.price-card:not(.popular),.contact-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:24px}.pill-row{display:flex;flex-wrap:wrap;gap:8px}.pill{border:1px solid var(--line);border-radius:99px;padding:8px 12px;color:var(--muted);font-size:13px;background:var(--surface)}.status-row{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line-light)}.status-label{font-weight:700}.status-note{font-size:13px;color:var(--muted)}.step{display:flex;gap:16px}.step-number{width:32px;height:32px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;flex:none;font-weight:700}.cta-panel{background:var(--dark);border-radius:16px;padding:48px;display:flex;justify-content:space-between;gap:32px;align-items:center}.cta-panel h2{font-size:clamp(26px,3vw,38px);font-weight:800;letter-spacing:-.04em;color:#fff;line-height:1;margin-bottom:12px}.cta-panel p{color:rgba(255,255,255,.45)}.form,.contact-form{display:grid;gap:14px}.form input,.form textarea,.form select,.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid var(--line);border-radius:8px;padding:12px 14px;font:inherit;background:var(--surface);color:var(--ink)}
@media(max-width:960px){.g4,.grid-4{grid-template-columns:repeat(2,1fr)}.g3,.grid-3{grid-template-columns:1fr}.hero-grid,.system-grid{grid-template-columns:1fr}.nav-actions{display:none}.nav-links{gap:18px}.final-cta,.cta-panel{display:grid}.dash-table th,.dash-table td{padding-left:12px;padding-right:12px}}
@media(max-width:860px){.nav-links{display:none;position:fixed;left:12px;right:12px;top:60px;background:rgba(250,250,250,.98);border:1px solid var(--line);border-radius:12px;padding:16px;box-shadow:0 18px 48px rgba(0,0,0,.12);z-index:70}.menu-open .nav-links{display:grid!important}.nav-links a{padding:10px}.mobile-menu-button{display:inline-flex}.nav-cta{display:none}.claude-hero{padding-top:48px}.hero-actions{display:grid;grid-template-columns:1fr;max-width:360px;margin:0 auto}.hero-actions .btn{width:100%}.dash-topbar{align-items:flex-start}.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-stats article:nth-child(2){border-right:0}.dash-stats article:nth-child(-n+2){border-bottom:1px solid #1a1a1a}.dash-table thead{display:none}.dash-table,.dash-table tbody,.dash-table tr,.dash-table td{display:block;width:100%}.dash-table tr{padding:14px 16px;border-bottom:1px solid #151515}.dash-table td{border:0;padding:5px 0;display:flex;justify-content:space-between;gap:16px;text-align:right}.dash-table td:before{content:attr(data-label);color:rgba(255,255,255,.25);font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:600;text-align:left}.dash-table td:first-child{display:block;text-align:left;font-size:14px;margin-bottom:6px}.dash-table td:first-child:before{display:none}.dash-footer{display:grid}.compare-table thead{display:none}.compare-table,.compare-table tbody,.compare-table tr,.compare-table td{display:block;width:100%}.compare-table tr{padding:16px 18px;border-bottom:1px solid var(--line)}.compare-table td{padding:6px 0;border:0}.compare-table td:before{content:attr(data-label);display:block;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--faint);margin-bottom:4px}.final-actions{display:grid}.final-actions .btn{width:100%}}
@media(max-width:600px){.w,.container{width:min(100% - 32px,var(--max))}.h1-hero,.hero h1,.page-hero h1{font-size:30px!important}.hero-sub,.hero-lede{font-size:16px}.claude-hero{padding-top:42px}.hero-copy{margin-bottom:34px}.dash-brand-row,.dash-topbar,.dash-sync{display:grid}.dash-stats{grid-template-columns:1fr}.dash-stats article{border-right:0!important;border-bottom:1px solid #1a1a1a}.dash-stats article:last-child{border-bottom:0}.g2,.grid-2,.g4,.grid-4{grid-template-columns:1fr}.home-section,.section,.section.tight{padding:64px 0}.process-grid{display:grid}.section-intro h2,.section-header h2,.home-section h2{font-size:28px}.final-cta,.cta-panel{padding:32px 24px}.footer-row{display:grid}.btn,.button{width:100%}.dash-table td{font-size:12px}.price-card,.credit-grid article,.process-grid article{padding:24px 20px}}

/* Phase 2 homepage navigation and graph-led hero dashboard */
.nav-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.nav-login{height:36px;font-size:13px;padding:0 14px}.mobile-nav-auth{display:none}.graph-dash{background:#0b0b0b}.dash-graph-grid{display:grid;grid-template-columns:1.15fr .95fr .9fr;gap:1px;background:#1a1a1a;border-top:1px solid #1a1a1a}.dash-graph-card{background:#0f0f0f;padding:20px;min-height:230px}.graph-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.graph-label{display:block;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:3px}.graph-card-head strong{display:block;font-size:26px;font-weight:800;letter-spacing:-.045em;color:rgba(255,255,255,.86);line-height:1}.graph-delta{border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:4px 8px;color:rgba(255,255,255,.5);font-size:11px;font-weight:700;white-space:nowrap}.graph-delta.positive{color:#7dd3a8;background:rgba(125,211,168,.09);border-color:rgba(125,211,168,.18)}.graph-delta.warning{color:#f0c36a;background:rgba(240,195,106,.09);border-color:rgba(240,195,106,.18)}.readiness-chart{width:100%;height:auto;display:block;margin-top:4px}.chart-dots circle{fill:#7dd3a8;stroke:#0f0f0f;stroke-width:3}.chart-axis text{fill:rgba(255,255,255,.22);font-size:10px;font-weight:600}.dash-graph-card p{font-size:12px;color:rgba(255,255,255,.42);line-height:1.45;margin-top:12px}.workflow-funnel,.exception-bars{display:grid;gap:11px}.funnel-row,.exception-row{display:grid;grid-template-columns:92px 1fr 34px;align-items:center;gap:10px}.funnel-row span,.exception-row span{font-size:11px;color:rgba(255,255,255,.42);white-space:nowrap}.funnel-row div,.exception-row div{height:10px;background:rgba(255,255,255,.06);border-radius:999px;overflow:hidden}.funnel-row i,.exception-row i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#7dd3a8,#6ea8fe)}.exception-row i.blue{background:#6ea8fe}.exception-row i.amber{background:#f0c36a}.exception-row i.red{background:#ef8a7a}.funnel-row b,.exception-row b{font-size:12px;color:rgba(255,255,255,.68);text-align:right;font-variant-numeric:tabular-nums}.automation-strip{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:1px;background:#1a1a1a;border-top:1px solid #1a1a1a}.automation-strip div{background:#0d0d0d;padding:14px 18px;font-size:12px;color:rgba(255,255,255,.42);display:flex;align-items:center;gap:8px}.automation-strip strong{color:rgba(255,255,255,.78);font-size:12px}.automation-strip span:not(.pulse-dot){font-size:18px;font-weight:800;letter-spacing:-.04em;color:#fff;font-variant-numeric:tabular-nums}.dash-sync span:last-child{line-height:1.3}@media(max-width:960px){.dash-graph-grid{grid-template-columns:1fr 1fr}.readiness-card{grid-column:1/-1}.automation-strip{grid-template-columns:1fr 1fr}.nav-actions{display:flex}.nav-links{gap:18px}}@media(max-width:860px){.mobile-nav-auth{display:block}.mobile-nav-primary{background:var(--ink);color:#fff!important;border-radius:8px;text-align:center;margin-top:4px}.nav-actions{display:none}.nav-cta{display:inline-flex}.nav-links{gap:0}.dash-graph-grid{grid-template-columns:1fr}.dash-graph-card{min-height:auto}.funnel-row,.exception-row{grid-template-columns:96px 1fr 32px}.automation-strip{grid-template-columns:1fr}.automation-strip div{justify-content:space-between}.automation-strip div:first-child{justify-content:flex-start}.hero-dash{border-radius:14px}}@media(max-width:600px){.graph-card-head strong{font-size:22px}.dash-graph-card{padding:17px}.funnel-row,.exception-row{grid-template-columns:88px 1fr 28px}.funnel-row span,.exception-row span{font-size:10px}.automation-strip div{padding:12px 16px}.h1-hero,.hero h1,.page-hero h1{font-size:34px!important}.hero-sub{max-width:340px}.mobile-menu-button{flex-shrink:0}}

.completion-wheel-wrap{display:grid;grid-template-columns:170px 1fr;gap:20px;align-items:center;margin-top:6px}.completion-wheel{position:relative;width:160px;height:160px;margin:0 auto}.completion-wheel svg{width:160px;height:160px;display:block;transform:rotate(-90deg)}.wheel-track{fill:none;stroke:rgba(255,255,255,.08);stroke-width:16}.wheel-progress{fill:none;stroke:url(#completionStroke);stroke-width:16;stroke-linecap:round;stroke-dasharray:364.42;stroke-dashoffset:94.75;filter:drop-shadow(0 0 10px rgba(125,211,168,.18))}.wheel-center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.wheel-center strong{font-size:34px;font-weight:800;letter-spacing:-.05em;line-height:1;color:#fff}.wheel-center span{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.36);margin-top:4px}.completion-legend{display:grid;gap:12px}.completion-legend div{display:grid;grid-template-columns:12px 1fr auto;gap:10px;align-items:center;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.02)}.completion-legend i{width:10px;height:10px;border-radius:50%;display:block}.completion-legend .legend-ready{background:#7dd3a8;box-shadow:0 0 8px rgba(125,211,168,.3)}.completion-legend .legend-pending{background:#f0c36a;box-shadow:0 0 8px rgba(240,195,106,.24)}.completion-legend .legend-review{background:#6ea8fe;box-shadow:0 0 8px rgba(110,168,254,.22)}.completion-legend span{font-size:12px;color:rgba(255,255,255,.48)}.completion-legend b{font-size:13px;color:rgba(255,255,255,.82);font-variant-numeric:tabular-nums}
@media(max-width:600px){.completion-wheel-wrap{grid-template-columns:1fr;gap:16px}.completion-wheel{width:144px;height:144px}.completion-wheel svg{width:144px;height:144px}.wheel-center strong{font-size:30px}}
