@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--navy:#0b1220;--charcoal:#1f2937;--slate:#6b7280;--slate-soft:#9ca3af;--blue:#2563eb;--blue-hover:#1d4ed8;--green:#2e7d32;--green-fresh:#43a047;--green-soft:#eaf6ee;--off-white:#faf8f3;--white:#fff;--border:#e5e7eb;--border-strong:#d1d5db;--amber:#f59e0b;--amber-soft:#fef3c7;--red:#dc2626;--red-soft:#fde2e2;--font-sans:Inter, "Avenir Next", "Helvetica Neue", Arial, sans-serif;--font-display:Inter, "Avenir Next", "Helvetica Neue", Arial, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Courier New", monospace;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-pill:999px;--shadow-card:0 1px 4px #0000000f, 0 8px 24px #0000000d;--shadow-float:0 8px 24px #0000001a, 0 2px 8px #0000000f;--shadow-modal:0 16px 48px #00000029}*{box-sizing:border-box}html,body{background:var(--off-white);min-height:100%;color:var(--charcoal);font-family:var(--font-sans);font-feature-settings:"tnum" 1, "ss01" 1;-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{min-height:100vh}.topbar{background:linear-gradient(90deg, var(--green) 0%, var(--green-fresh) 62%, var(--blue) 100%);height:8px}.nav{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:22px 24px;display:flex}.brand{color:var(--navy);align-items:center;gap:10px;font-weight:800;display:flex}.brand svg{width:28px;height:32px}.nav-pill{border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--slate);background:#ffffffa6;padding:8px 13px;font-size:13px;font-weight:700}.container{max-width:1180px;margin:0 auto;padding:34px 24px 80px}h1,h2,h3,p{margin:0}h1,.h1{font-family:var(--font-sans);color:var(--navy);letter-spacing:-.02em;text-wrap:balance;font-size:clamp(30px,3.6vw,44px);font-weight:800;line-height:1.12}h2,.h2{font-family:var(--font-sans);color:var(--navy);letter-spacing:-.015em;text-wrap:balance;font-size:clamp(24px,2.6vw,32px);font-weight:800;line-height:1.18}h3,.h3{color:var(--navy);letter-spacing:-.005em;font-size:16px;font-weight:700;line-height:1.3}p{color:var(--charcoal);line-height:1.62}.lede{max-width:620px;color:var(--charcoal);margin-top:18px;font-size:17px;line-height:1.6}.eyebrow{color:var(--green);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:800;display:inline-flex}.eyebrow:before{content:"";background:var(--green-fresh);border-radius:999px;width:6px;height:6px;display:inline-block;box-shadow:0 0 0 4px #43a0472e}.accent{color:var(--green)}.accent-blue{color:var(--blue)}.panel,.card,.metric,.report-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.panel{padding:32px}.panel.tight{padding:24px}.panel.dark{background:var(--navy);color:var(--white);border-color:#ffffff14}.panel.dark h2,.panel.dark h3{color:var(--white)}.panel.dark p{color:#ffffffc7}.panel.dark .label{color:#ffffff8c}.report-card{overflow:hidden}.report-preview{background:linear-gradient(#faf8f300 0%,#faf8f3eb 80%),repeating-linear-gradient(0deg,#fff 0 28px,#f3f4f6 29px 30px);min-height:460px;padding:28px}.button{border-radius:var(--radius-md);background:var(--blue);min-height:48px;color:var(--white);cursor:pointer;border:0;justify-content:center;align-items:center;gap:8px;padding:0 22px;font-size:15px;font-weight:700;transition:transform .15s cubic-bezier(.16,1,.3,1),box-shadow .15s cubic-bezier(.16,1,.3,1),background .15s;display:inline-flex}.button:hover{background:var(--blue-hover);transform:translateY(-1px);box-shadow:0 8px 20px #2563eb40}.button.secondary{background:var(--white);color:var(--navy);border:1px solid var(--border-strong);box-shadow:none}.button.secondary:hover{border-color:var(--navy);background:var(--white);transform:translateY(-1px);box-shadow:0 4px 12px #0b122014}.button.large{min-height:56px;padding:0 28px;font-size:16px}.cta-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:28px;display:flex}.pill{border-radius:var(--radius-pill);letter-spacing:.04em;background:var(--green-soft);color:var(--green);text-transform:uppercase;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.pill.amber{background:var(--amber-soft);color:#92400e}.pill.blue{color:var(--blue);background:#2563eb1a}.pill.gray{background:var(--border);color:var(--slate)}.label{color:var(--slate);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:800;display:block}.fine{color:var(--slate);font-size:13px;line-height:1.5}.muted{color:var(--slate)}.hero{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:stretch;gap:36px;display:grid}.stat-strip{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-card);grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:28px;display:grid;overflow:hidden}.stat-strip>div{border-right:1px solid var(--border);padding:22px 24px}.stat-strip>div:last-child{border-right:0}.stat-strip strong{color:var(--navy);letter-spacing:-.015em;font-variant-numeric:tabular-nums;margin-top:6px;font-size:28px;font-weight:800;line-height:1;display:block}.hero-left{background:radial-gradient(800px 280px at 0% 0%, #43a0470d, transparent), var(--white)}.hero-checklist{gap:10px;margin:24px 0 0;padding:0;list-style:none;display:grid}.hero-checklist li{color:var(--charcoal);grid-template-columns:22px 1fr;align-items:start;gap:12px;font-size:14.5px;line-height:1.5;display:grid}.hero-checklist li:before{content:"✓";background:var(--green-soft);width:22px;height:22px;color:var(--green);border-radius:999px;justify-content:center;align-items:center;margin-top:1px;font-size:13px;font-weight:800;display:inline-flex}.hero-right{background:radial-gradient(600px 260px at 100% 0%, #2563eb0d, transparent), var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);flex-direction:column;gap:22px;padding:28px 28px 24px;display:flex;position:relative;overflow:hidden}.hero-right:before{content:"";background:linear-gradient(90deg, var(--green) 0%, var(--green-fresh) 62%, var(--blue) 100%);height:4px;position:absolute;top:0;left:0;right:0}.hero-right-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:14px;padding-top:4px;padding-bottom:18px;display:flex}.hero-right-label{letter-spacing:.16em;text-transform:uppercase;color:var(--slate);font-size:10px;font-weight:800;display:block}.hero-right-practice{letter-spacing:-.02em;color:var(--navy);margin-top:6px;font-size:22px;font-weight:800;line-height:1.18}.hero-ring-block{flex-direction:column;align-items:center;display:flex}.score-ring-wrap{width:200px;height:200px;position:relative}.score-ring{display:block}.score-ring-inner{text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.score-ring-num{letter-spacing:-.04em;color:var(--navy);font-variant-numeric:tabular-nums;font-size:52px;font-weight:900;line-height:1}.score-ring-num.alarm{color:var(--red)}.score-ring-num.warn{color:var(--amber)}.score-ring-num.ok{color:var(--green)}.score-ring-label{letter-spacing:.12em;text-transform:uppercase;color:var(--slate);margin-top:6px;font-size:11px;font-weight:700}.hero-kpis{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--off-white);grid-template-columns:repeat(3,1fr);gap:0;display:grid;overflow:hidden}.hero-kpis>div{border-right:1px solid var(--border);padding:12px 14px}.hero-kpis>div:last-child{border-right:0}.hero-kpis strong{letter-spacing:-.02em;color:var(--navy);font-variant-numeric:tabular-nums;margin-top:4px;font-size:22px;font-weight:800;line-height:1;display:block}.hero-leader-strip{background:var(--off-white);border:1px solid var(--border);border-left:3px solid var(--amber);border-radius:var(--radius-md);padding:12px 14px}.hero-leader-strip p{color:var(--charcoal);margin-top:4px;font-size:13.5px}.hero-leader{flex-direction:column;gap:10px;display:flex}.hero-leader-rows{flex-direction:column;gap:8px;margin-top:4px;display:flex}.hero-leader-row{border:1px solid var(--border);background:var(--white);border-radius:10px;grid-template-columns:22px 1fr 44px;align-items:center;gap:12px;padding:8px 10px;display:grid}.hero-leader-row.is-target{background:var(--amber-soft);border-color:#fbbf24}.hero-leader-rank{color:var(--slate-soft);text-align:center;font-variant-numeric:tabular-nums;font-size:13px;font-weight:800}.hero-leader-row.is-target .hero-leader-rank{color:var(--amber)}.hero-leader-fill{flex-direction:column;gap:5px;min-width:0;display:flex}.hero-leader-name{color:var(--navy);font-size:12.5px;font-weight:700}.hero-leader-name em{color:var(--amber);font-style:normal;font-weight:700}.hero-leader-redact{height:11px;width:var(--w,160px);background:repeating-linear-gradient(135deg, var(--charcoal) 0 4px, #2b3441 4px 8px);vertical-align:middle;border-radius:3px;display:inline-block}.hero-leader-bar{background:var(--border);border-radius:999px;height:5px;position:relative;overflow:hidden}.hero-leader-bar>i{background:linear-gradient(90deg, var(--green), var(--green-fresh));border-radius:999px;height:100%;display:block}.hero-leader-row.is-target .hero-leader-bar>i{background:linear-gradient(90deg, var(--amber), #fb923c)}.hero-leader-pct{color:var(--navy);text-align:right;letter-spacing:-.01em;font-variant-numeric:tabular-nums;font-size:13.5px;font-weight:800}.hero-right-foot{border-top:1px dashed var(--border);color:var(--slate);text-align:center;letter-spacing:.04em;padding-top:14px;font-size:11.5px}.score-num{letter-spacing:-.04em;color:var(--navy);font-variant-numeric:tabular-nums;font-size:clamp(64px,7vw,88px);font-weight:900;line-height:.95;display:block}.score-num.alarm{color:var(--red)}.score-num.warn{color:var(--amber)}.kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.kpi{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-card);padding:20px;position:relative;overflow:hidden}.kpi .kpi-value{color:var(--navy);letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-top:8px;font-size:30px;font-weight:800;line-height:1;display:block}.kpi .kpi-foot{color:var(--slate);margin-top:10px;font-size:12px}.kpi.locked .kpi-value{filter:blur(7px);-webkit-user-select:none;user-select:none;color:var(--slate)}.kpi.locked:after{content:"🔒";opacity:.6;font-size:12px;position:absolute;top:14px;right:14px}.leaderboard{flex-direction:column;gap:10px;display:flex}.leader-row{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white);grid-template-columns:28px minmax(0,1fr) 60px;align-items:center;gap:14px;padding:12px 14px;display:grid}.leader-row.is-target{background:var(--amber-soft);border-color:#fcd34d}.leader-rank{color:var(--slate-soft);letter-spacing:-.01em;font-variant-numeric:tabular-nums;font-size:17px;font-weight:800}.leader-row.is-target .leader-rank{color:var(--amber)}.leader-name{flex-direction:column;gap:6px;min-width:0;display:flex;position:relative}.leader-name span.redact{background:repeating-linear-gradient(135deg, var(--charcoal) 0 4px, #2b3441 4px 8px);height:14px;width:var(--w,180px);vertical-align:middle;border-radius:4px;display:inline-block}.leader-name .leader-real{color:var(--navy);font-size:14px;font-weight:700}.leader-bar{background:var(--border);border-radius:999px;height:6px;position:relative;overflow:hidden}.leader-bar>i{background:linear-gradient(90deg, var(--green), var(--green-fresh));border-radius:999px;height:100%;display:block}.leader-row.is-target .leader-bar>i{background:linear-gradient(90deg, var(--amber), #fb923c)}.leader-pct{color:var(--navy);letter-spacing:-.01em;text-align:right;font-variant-numeric:tabular-nums;font-size:17px;font-weight:800}.deliverables{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.deliv{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white);grid-template-columns:28px 1fr;align-items:start;gap:12px;padding:14px 16px;display:grid}.deliv .check{background:var(--green-soft);width:24px;height:24px;color:var(--green);border-radius:999px;justify-content:center;align-items:center;margin-top:2px;font-size:13px;font-weight:800;display:inline-flex}.deliv h3{font-size:15px}.deliv p{color:var(--slate);margin-top:4px;font-size:13.5px}.method{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.method-item h3{color:var(--white);letter-spacing:-.015em;font-size:19px;font-weight:800}.method-item p{color:#ffffffc7;margin-top:8px;font-size:14.5px;line-height:1.6}.method-num{font-family:var(--font-display);color:var(--green-fresh);letter-spacing:.16em;font-size:14px;font-weight:800}.section{margin-top:56px}.section .section-head{margin-bottom:22px}.section .section-head .label{color:var(--slate);margin-bottom:8px}.section .section-head h2{max-width:760px}.section .section-head p{color:var(--slate);max-width:700px;margin-top:12px}.insight{border-left:4px solid var(--green);border-radius:var(--radius-md);background:var(--green-soft);padding:16px}.insight.warning{border-left-color:var(--amber);background:var(--amber-soft)}.two{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.stack{gap:16px;display:grid}.blurred{filter:blur(5px);-webkit-user-select:none;user-select:none;opacity:.72}.footer{max-width:1180px;color:var(--slate);margin:0 auto;padding:24px;font-size:13px}.callout-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.callout{padding:28px 24px}.callout .callout-num{color:var(--green);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:clamp(40px,4.4vw,56px);font-weight:800;line-height:.95;display:block}.panel.dark .callout .callout-num{color:var(--green-fresh)}.callout .callout-label{color:var(--navy);margin-top:12px;font-size:15px;font-weight:700;display:block}.panel.dark .callout .callout-label{color:var(--white)}.callout .callout-foot{color:var(--slate);margin-top:8px;font-size:13.5px;line-height:1.5}.panel.dark .callout .callout-foot{color:#ffffffa6}.faq{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-card);grid-template-columns:1fr;gap:0;display:grid;overflow:hidden}.faq-item{border-bottom:1px solid var(--border);padding:24px 28px}.faq-item:last-child{border-bottom:0}.faq-item h3{color:var(--navy);letter-spacing:-.015em;font-size:18px;font-weight:800}.faq-item p{color:var(--charcoal);max-width:760px;margin-top:10px}.band{border-radius:var(--radius-xl);background:linear-gradient(135deg, var(--navy) 0%, #15243d 60%, #0d3a25 100%);text-align:center;color:var(--white);box-shadow:var(--shadow-float);margin-top:72px;padding:60px 48px;position:relative;overflow:hidden}.band:before{content:"";pointer-events:none;background:radial-gradient(800px 200px at 20% 0,#43a0472e,#0000),radial-gradient(700px 220px at 90% 100%,#2563eb2e,#0000);position:absolute;inset:0}.band>*{position:relative}.band h2{color:var(--white);letter-spacing:-.015em;font-size:clamp(32px,4vw,48px)}.band p{color:#ffffffd1;max-width:600px;margin:16px auto 0}.band .cta-row{justify-content:center;margin-top:32px}.band .button{background:var(--white);color:var(--navy)}.band .button:hover{background:var(--off-white)}.band .fine{color:#fff9}.dist{flex-direction:column;gap:11px;display:flex}.dist-row{grid-template-columns:1fr 50px;align-items:center;gap:14px;display:grid}.dist-row .dist-bar{background:var(--border);border-radius:999px;height:10px;position:relative;overflow:hidden}.dist-row .dist-bar>i{background:linear-gradient(90deg, var(--green), var(--green-fresh));border-radius:999px;height:100%;display:block}.dist-row.is-target .dist-bar>i{background:linear-gradient(90deg, var(--red), #fb923c)}.dist-row.is-target{background:var(--red-soft);border-radius:8px;padding:8px 10px}.dist-pct{color:var(--navy);letter-spacing:-.01em;text-align:right;font-variant-numeric:tabular-nums;font-size:17px;font-weight:800}.dist-row.is-target .dist-pct{color:var(--red)}.dist-row .dist-name{flex-direction:column;gap:6px;min-width:0;display:flex}.dist-row .dist-name>span:first-child{color:var(--slate);font-size:12.5px;font-weight:600}.dist-row.is-target .dist-name>span:first-child{color:var(--red)}@media (max-width:980px){.hero,.two,.deliverables,.method,.callout-grid{grid-template-columns:1fr}.stat-strip{grid-template-columns:repeat(2,1fr)}.stat-strip>div:nth-child(2n){border-right:0}.stat-strip>div:nth-child(-n+2){border-bottom:1px solid var(--border)}.kpi-grid,.callout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.stat-strip{grid-template-columns:1fr}.stat-strip>div{border-right:0;border-bottom:1px solid var(--border)}.kpi-grid{grid-template-columns:1fr}.leader-row{grid-template-columns:22px 1fr 50px;gap:10px}.callout-grid{grid-template-columns:1fr}.band{padding:40px 28px}}
