:root{--ink:#14211c;--muted:#627068;--paper:#f5f7f3;--white:#fff;--line:#dce4de;--green:#176b4a;--green-dark:#0e4c35;--mint:#bcebd2;--mint-soft:#eaf7f0;--amber:#a86414;--amber-soft:#fff4df;--red:#a3453f;--red-soft:#fcebea;--blue:#23627a;--navy:#102c33}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-body), Arial, sans-serif;margin:0}button,textarea{font:inherit}a{color:inherit}main{min-height:100vh}.nav{background:var(--navy);color:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 clamp(20px,4vw,64px);display:flex}.brand{font-family:var(--font-display), sans-serif;letter-spacing:-.03em;font-size:1rem;font-weight:850;text-decoration:none}.brand span{color:var(--mint)}.nav-actions{align-items:center;gap:22px;display:flex}.nav-actions a,.nav-actions button{color:#d5e5df;cursor:pointer;background:0 0;border:0;font-size:.72rem;font-weight:700;text-decoration:none}.nav-actions a:hover,.nav-actions button:hover{color:#fff}.demo-banner{color:#345647;background:#dff2e8;justify-content:space-between;gap:24px;padding:10px clamp(20px,4vw,64px);font-size:.7rem;line-height:1.45;display:flex}.demo-banner strong{color:var(--green-dark)}.hero{background:var(--navy);color:#fff;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:end;gap:72px;padding:74px clamp(20px,6vw,96px) 64px;display:grid}.eyebrow,.section-head>div>span{color:#79d4aa;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:850}.hero h1{max-width:890px;font-family:var(--font-display), sans-serif;letter-spacing:-.065em;margin:12px 0 22px;font-size:clamp(2.7rem,6vw,6.2rem);line-height:.98}.lede{color:#cbdad5;max-width:720px;margin:0;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6}.hero-proof{background:#17373e;border:1px solid #315058;border-radius:14px;padding:24px}.hero-proof>span{color:var(--mint);letter-spacing:.12em;font-size:.62rem;font-weight:850}.hero-proof strong{margin:12px 0;font-size:.95rem;line-height:1.45;display:block}.hero-proof p{color:#a9beb8;margin:0;font-size:.73rem;line-height:1.55}.workspace,.workflow,.results,.coaching{border:1px solid var(--line);background:var(--white);border-radius:18px;width:min(1180px,100% - 40px);margin:38px auto;padding:clamp(22px,3vw,38px);box-shadow:0 12px 40px #18352a0d}.section-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;display:flex}.section-head h2{font-family:var(--font-display), sans-serif;letter-spacing:-.04em;margin:7px 0 0;font-size:clamp(1.5rem,2.6vw,2.3rem);line-height:1.08}.section-head a,.text-button{color:var(--green);cursor:pointer;background:0 0;border:0;font-size:.72rem;font-weight:800;text-decoration:none}.example-picker{grid-template-columns:repeat(3,1fr);gap:10px;margin:-4px 0 18px;display:grid}.example-picker button{border:1px solid var(--line);min-height:62px;color:var(--ink);text-align:left;cursor:pointer;background:#f8faf7;border-radius:9px;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;padding:11px 14px;display:flex}.example-picker button:hover{background:#f0f6f2;border-color:#9cb9aa}.example-picker button.active{border-color:var(--green);background:var(--mint-soft);box-shadow:inset 0 0 0 1px var(--green)}.example-picker strong{color:var(--green);font-size:.69rem}.example-picker span{color:var(--muted);font-size:.61rem}.workspace>textarea{resize:vertical;color:#2a3932;background:#fbfcfa;border:1px solid #cdd9d1;border-radius:12px;width:100%;min-height:330px;padding:22px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.76rem;line-height:1.75}.workspace>textarea:focus,.draft textarea:focus{border-color:var(--green);outline:3px solid #176b4a29}.input-footer{justify-content:space-between;align-items:center;gap:20px;margin-top:16px;display:flex}.input-footer>span{color:var(--muted);font-size:.67rem}.button{cursor:pointer;border-radius:8px;min-height:42px;padding:0 17px;font-size:.72rem;font-weight:800}.button.primary{border:1px solid var(--green);background:var(--green);color:#fff}.button.primary:hover{background:var(--green-dark)}.button.primary:disabled{opacity:.65;cursor:wait}.button.quiet{border:1px solid var(--line);color:var(--ink);background:#fff}.score-button{min-width:190px}.error{background:var(--red-soft);color:var(--red);border-radius:8px;margin:14px 0 0;padding:12px 14px;font-size:.72rem}.flow-row{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.flow-step{border:1px solid var(--line);background:#f8faf7;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:140px;padding:18px;display:flex;position:relative}.flow-step>span{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:.67rem;font-weight:850;display:grid}.flow-step strong{margin:18px 0 4px;font-size:.77rem;line-height:1.35}.flow-step small{color:var(--muted);font-size:.62rem}.flow-step i{z-index:2;color:var(--green);font-size:1rem;font-style:normal;position:absolute;top:50%;right:-19px}.confidence,.review-label{text-transform:uppercase;border-radius:999px;padding:6px 10px;font-size:.62rem;font-weight:850}.confidence.high{background:var(--mint-soft);color:var(--green)}.confidence.medium{background:var(--amber-soft);color:var(--amber)}.confidence.low{background:var(--red-soft);color:var(--red)}.score-summary{background:var(--navy);color:#fff;border-radius:14px;grid-template-columns:128px 1fr;align-items:center;gap:28px;margin-bottom:20px;padding:22px;display:grid}.score-ring{background:radial-gradient(circle at center, var(--navy) 58%, transparent 60%), conic-gradient(var(--mint) var(--score), #36535a 0);text-align:center;border-radius:50%;place-content:center;width:112px;height:112px;display:grid}.score-ring strong{font-family:var(--font-display);font-size:2.1rem;line-height:1}.score-ring span{color:#a9beb8;margin-top:3px;font-size:.58rem}.score-summary h3{text-transform:uppercase;letter-spacing:.1em;margin:0 0 8px;font-size:.75rem}.score-summary p{color:#d6e3df;margin:0 0 9px;font-size:.9rem;line-height:1.55}.score-summary small{color:#8fa8a1;font-size:.62rem}.criteria{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.criteria article{border:1px solid var(--line);border-radius:12px;padding:20px;position:relative}.criterion-top{justify-content:space-between;align-items:start;gap:16px;display:flex}.criterion-top h3{margin:8px 0 0;font-size:.86rem}.criterion-top>strong{font-family:var(--font-display);font-size:1.6rem}.criterion-top>strong small{color:var(--muted);font-size:.58rem}.status{text-transform:uppercase;border-radius:4px;padding:3px 6px;font-size:.52rem;font-weight:850}.status.met{background:var(--mint-soft);color:var(--green)}.status.partial,.status.review{background:var(--amber-soft);color:var(--amber)}.status.missed{background:var(--red-soft);color:var(--red)}.bar{background:#e6ece8;border-radius:5px;height:5px;margin:16px 0;overflow:hidden}.bar span{background:var(--green);border-radius:5px;height:100%;display:block}.criteria article>p{border-left:3px solid var(--mint);background:var(--mint-soft);color:#315647;margin:0 0 9px;padding:11px 12px;font-size:.72rem;line-height:1.5}.criteria article>small{color:var(--muted);font-size:.65rem;line-height:1.5;display:block}.weight{color:#839089;margin-top:14px;font-size:.57rem;font-weight:750}.review-label{background:var(--amber-soft);color:var(--amber)}.coaching-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.coaching-grid article{background:#f5f8f5;border-radius:12px;padding:20px}.coaching-grid span{color:var(--green);letter-spacing:.12em;font-size:.57rem;font-weight:850}.coaching-grid h3{margin:8px 0 9px;font-size:.84rem}.coaching-grid p{color:var(--muted);margin:0;font-size:.7rem;line-height:1.55}.draft{margin-top:18px;display:block}.draft>span{margin-bottom:8px;font-size:.68rem;font-weight:800;display:block}.draft textarea{resize:vertical;width:100%;min-height:130px;color:var(--ink);border:1px solid #cdd9d1;border-radius:10px;padding:16px;font-size:.75rem;line-height:1.55}.draft small{color:var(--muted);margin-top:7px;font-size:.61rem;display:block}footer{border-top:1px solid var(--line);width:min(1180px,100% - 40px);color:var(--muted);justify-content:space-between;gap:20px;margin:44px auto 0;padding:26px 0 42px;font-size:.65rem;display:flex}footer a{color:var(--green);font-weight:800;text-decoration:none}.tour-layer{z-index:100;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.tour-shade{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:default;background:#091b17b8;border:0;width:100%;position:absolute;inset:0}.tour-card{background:#fff;border:1px solid #fff3;border-radius:16px;width:min(540px,100%);padding:28px;position:relative;box-shadow:0 28px 90px #0000004d}.tour-top{justify-content:space-between;gap:20px;display:flex}.tour-top span{color:var(--green);letter-spacing:.1em;text-transform:uppercase;font-size:.64rem;font-weight:850}.tour-top button{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:.65rem;font-weight:750}.tour-progress{grid-template-columns:repeat(5,1fr);gap:6px;margin:18px 0 24px;display:grid}.tour-progress span{background:var(--line);border-radius:4px;height:4px}.tour-progress span.active{background:var(--green)}.tour-card h2{font-family:var(--font-display);letter-spacing:-.045em;margin:0 0 13px;font-size:clamp(1.6rem,4vw,2.35rem)}.tour-card>p{color:var(--muted);margin:0 0 20px;font-size:.84rem;line-height:1.6}.tour-value{border-left:3px solid var(--green);background:var(--mint-soft);border-radius:8px;padding:14px}.tour-value strong,.tour-value span{display:block}.tour-value strong{color:var(--green);font-size:.62rem}.tour-value span{color:#3f594d;margin-top:5px;font-size:.72rem;line-height:1.5}.tour-actions{justify-content:space-between;gap:12px;margin-top:22px;display:flex}@media (width<=860px){.hero{grid-template-columns:1fr;gap:32px}.hero-proof{max-width:520px}.flow-row{grid-template-columns:1fr 1fr}.flow-step i{display:none}.criteria,.coaching-grid{grid-template-columns:1fr}}@media (width<=620px){.nav{height:auto;min-height:64px;padding-top:13px;padding-bottom:13px}.nav-actions a{display:none}.demo-banner,.demo-banner span{display:block}.demo-banner span+span{margin-top:3px}.hero{padding-top:48px;padding-bottom:46px}.hero h1{font-size:2.65rem}.workspace,.workflow,.results,.coaching{border-radius:13px;width:calc(100% - 24px);margin:18px auto;padding:19px}.example-picker{grid-template-columns:1fr}.section-head,.input-footer{flex-direction:column;align-items:flex-start}.score-button{width:100%}.flow-row,.score-summary{grid-template-columns:1fr}.tour-layer{align-items:end;padding:12px}.tour-card{padding:21px}.tour-actions .button{flex:1}footer{flex-direction:column;width:calc(100% - 24px)}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
