:root {
  --forest: #1A5C3A; --deep-green: #14472D; --green-light: #E8F5EE;
  --ink: #0A0F1A; --ink-soft: #3A4257; --ink-muted: #6B7394;
  --surface: #FAFAF8; --surface-warm: #F4F2ED; --border: #E2E0DB;
  --people: #2E7D5B; --plan: #3B6FA0; --process: #7B5EA7;
  --enps-promoter: #1A5C3A; --enps-passive: #B8A030; --enps-detractor: #C4443A;
  --positive: #2E7D5B; --neutral: #B8A030; --negative: #C4443A;
  --strong: #1A5C3A; --moderate: #B8A030; --attention: #C4703A; --critical: #C4443A;
}
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'DM Sans',-apple-system,sans-serif; background:var(--surface); color:var(--ink); line-height:1.6; }
h1,h2,h3,h4 { font-family:'Fraunces',Georgia,serif; }
a { color:var(--forest); text-decoration:none; }
.container { max-width:1100px; margin:0 auto; padding:0 24px; }
.nav { position:sticky; top:0; z-index:100; background:var(--deep-green); padding:12px 32px; display:flex; align-items:center; gap:12px; box-shadow:0 2px 12px rgba(0,0,0,.15); }
.nav-logo { width:32px; height:32px; background:var(--forest); border-radius:6px; display:flex; align-items:center; justify-content:center; color:#fff; font-family:'Fraunces'; font-weight:700; font-size:14px; }
.nav-title { color:#fff; font-family:'Fraunces'; font-size:16px; font-weight:500; }
.nav-links { margin-left:auto; display:flex; gap:8px; }
.nav-link { color:rgba(255,255,255,.7); padding:6px 16px; border-radius:6px; font-size:13px; font-weight:500; transition:all .2s; text-decoration:none; }
.nav-link:hover { color:#fff; background:rgba(255,255,255,.15); }
.nav-link.active { color:#fff; background:var(--forest); }
.hero { background:linear-gradient(160deg,#0D3320 0%,var(--deep-green) 30%,var(--forest) 100%); padding:100px 0 80px; color:#fff; text-align:center; position:relative; overflow:hidden; }
.hero::before { content:''; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size:48px 48px; pointer-events:none; }
.hero::after { content:''; position:absolute; top:-40%; right:-15%; width:600px; height:600px; background:radial-gradient(circle,rgba(46,125,91,.18) 0%,transparent 70%); border-radius:50%; pointer-events:none; }
.hero h1 { font-size:46px; font-weight:700; margin-bottom:16px; line-height:1.15; max-width:720px; margin-left:auto; margin-right:auto; position:relative; z-index:1; }
.hero h1 em { font-style:italic; font-weight:700; }
.hero-sub { font-size:18px; opacity:.8; max-width:460px; margin:0 auto 36px; line-height:1.6; position:relative; z-index:1; }
.hero .cta-group { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; position:relative; z-index:1; }
.hero-micro { font-size:13px; opacity:.55; margin-top:16px; position:relative; z-index:1; }
.hero-dims { display:flex; align-items:center; justify-content:center; gap:0; margin-bottom:36px; position:relative; z-index:1; }
.hero-dim { display:flex; flex-direction:column; align-items:center; gap:6px; padding:16px 24px; border-radius:12px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); backdrop-filter:blur(4px); transition:all .3s; min-width:120px; }
.hero-dim:hover { background:rgba(255,255,255,.1); border-color:rgba(255,255,255,.2); transform:translateY(-2px); }
.hero-dim-people { color:#5BB88A; }
.hero-dim-plan { color:#6BA4D0; }
.hero-dim-process { color:#B89BDB; }
.hero-dim-icon { width:44px; height:44px; border-radius:10px; display:flex; align-items:center; justify-content:center; }
.hero-dim-people .hero-dim-icon { background:rgba(91,184,138,.12); }
.hero-dim-plan .hero-dim-icon { background:rgba(107,164,208,.12); }
.hero-dim-process .hero-dim-icon { background:rgba(184,155,219,.12); }
.hero-dim-name { font-family:'Fraunces',Georgia,serif; font-size:18px; font-weight:700; }
.hero-dim-desc { font-size:11px; opacity:.7; color:#fff; white-space:nowrap; }
.hero-dim-connector { display:flex; align-items:center; padding:0 6px; }
.trust-bar { background:#fff; border-bottom:1px solid var(--border); padding:28px 0; text-align:center; }
.trust-bar p { font-size:12px; text-transform:uppercase; letter-spacing:1.5px; color:var(--ink-muted); font-weight:600; margin-bottom:4px; }
.stakes { padding:80px 0; background:var(--surface); }
.stakes-inner { max-width:720px; margin:0 auto; text-align:center; }
.stakes h2 { font-size:32px; margin-bottom:20px; line-height:1.3; }
.stakes-body { font-size:16px; color:var(--ink-soft); line-height:1.8; max-width:600px; margin:0 auto 36px; }
.stakes-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:40px; }
.stake-card { background:#fff; border:1px solid var(--border); border-radius:12px; padding:28px 24px; text-align:left; }
.stake-card h3 { font-size:16px; margin-bottom:8px; color:var(--ink); }
.stake-card p { font-size:14px; color:var(--ink-soft); line-height:1.6; }
.stake-label { display:inline-flex; align-items:center; gap:8px; padding:6px 14px; border-radius:6px; font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:.5px; margin-bottom:16px; }
.stake-label .dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
.preview-section { padding:80px 0; background:var(--surface-warm); }
.preview-flex { display:flex; align-items:center; gap:48px; flex-wrap:wrap; }
.preview-text { flex:1; min-width:300px; }
.preview-text h2 { font-size:32px; margin-bottom:16px; line-height:1.3; }
.preview-text p { font-size:15px; color:var(--ink-soft); line-height:1.7; margin-bottom:16px; }
.preview-visual { flex-shrink:0; display:flex; flex-direction:column; align-items:center; gap:16px; }
.ring-wrap { position:relative; width:300px; height:300px; }
.dim-pills { display:flex; gap:10px; }
.dim-pill { padding:8px 16px; border-radius:8px; font-size:13px; font-weight:600; display:flex; align-items:center; gap:6px; }
.dim-pill .pill-score { font-family:'Fraunces'; font-size:18px; font-weight:700; }
.how-section { padding:80px 0; }
.how-section h2 { font-size:32px; text-align:center; margin-bottom:12px; }
.how-sub { text-align:center; font-size:15px; color:var(--ink-muted); margin-bottom:48px; }
.steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:0; position:relative; }
.step-card { text-align:center; padding:0 28px; position:relative; }
.step-num { width:48px; height:48px; border-radius:50%; background:var(--forest); color:#fff; font-family:'Fraunces'; font-weight:700; font-size:20px; display:flex; align-items:center; justify-content:center; margin:0 auto 20px; position:relative; z-index:2; }
.step-card h3 { font-size:17px; margin-bottom:8px; }
.step-card p { font-size:14px; color:var(--ink-soft); line-height:1.6; }
.step-connector { position:absolute; top:24px; left:calc(50% + 32px); right:calc(-50% + 32px); height:2px; background:var(--border); z-index:1; }
.dimensions-section { padding:80px 0; background:var(--surface-warm); }
.dimensions-section h2 { font-size:32px; text-align:center; margin-bottom:12px; }
.dim-sub { text-align:center; font-size:15px; color:var(--ink-muted); margin-bottom:48px; max-width:560px; margin-left:auto; margin-right:auto; }
.dim-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.dim-card-hp { background:#fff; border:1px solid var(--border); border-radius:12px; padding:32px 28px; border-top:4px solid; display:flex; flex-direction:column; }
.dim-card-hp.people { border-top-color:var(--people); }
.dim-card-hp.plan { border-top-color:var(--plan); }
.dim-card-hp.process { border-top-color:var(--process); }
.dim-card-header { display:flex; align-items:center; gap:10px; margin-bottom:8px; }
.dim-card-icon { width:36px; height:36px; border-radius:8px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.dim-card-hp h3 { font-size:20px; margin-bottom:0; }
.dim-card-hp .dim-question { font-size:14px; color:var(--ink-muted); font-style:italic; margin-bottom:16px; line-height:1.5; min-height:42px; }
.dim-sub-list { list-style:none; padding:0; margin-top:auto; }
.dim-sub-list li { padding:8px 0; border-bottom:1px solid var(--border); font-size:13px; color:var(--ink-soft); display:flex; align-items:center; gap:8px; }
.dim-sub-list li:last-child { border:none; }
.dim-sub-list .dot { width:6px; height:6px; border-radius:50%; flex-shrink:0; }
.guide-section { padding:80px 0; background:var(--surface); }
.guide-inner { max-width:760px; margin:0 auto; text-align:center; }
.guide-inner h2 { font-size:32px; margin-bottom:20px; line-height:1.3; }
.guide-body { font-size:16px; color:var(--ink-soft); line-height:1.8; margin-bottom:32px; }
.guide-stats { display:flex; justify-content:center; gap:48px; flex-wrap:wrap; }
.guide-stat { text-align:center; }
.guide-stat .gs-num { font-family:'Fraunces'; font-size:36px; font-weight:700; color:var(--forest); }
.guide-stat .gs-label { font-size:13px; color:var(--ink-muted); margin-top:4px; }
.owner-callout { padding:60px 0; background:linear-gradient(135deg,var(--deep-green),var(--forest)); color:#fff; }
.owner-flex { display:flex; align-items:center; gap:48px; flex-wrap:wrap; }
.owner-text { flex:1; min-width:300px; }
.owner-text h2 { font-size:28px; margin-bottom:12px; }
.owner-text p { font-size:15px; opacity:.8; line-height:1.7; margin-bottom:20px; }
.owner-features { flex:1; min-width:300px; display:flex; flex-direction:column; gap:12px; }
.owner-feat { background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.15); border-radius:10px; padding:16px 20px; display:flex; align-items:flex-start; gap:12px; }
.owner-feat-icon { width:32px; height:32px; border-radius:6px; background:rgba(255,255,255,.15); display:flex; align-items:center; justify-content:center; font-size:14px; flex-shrink:0; margin-top:2px; }
.owner-feat h4 { font-size:14px; font-weight:600; margin-bottom:2px; font-family:'DM Sans'; }
.owner-feat p { font-size:13px; opacity:.7; line-height:1.5; }
.faq-wrap { max-width:700px; margin:0 auto; }
.final-cta { background:linear-gradient(160deg,#0D3320 0%,var(--deep-green) 40%,var(--forest) 100%); padding:80px 0; text-align:center; color:#fff; position:relative; overflow:hidden; }
.final-cta::before { content:''; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px); background-size:48px 48px; pointer-events:none; }
.final-cta h2 { font-size:36px; margin-bottom:12px; line-height:1.3; position:relative; z-index:1; }
.final-cta p { font-size:17px; opacity:.75; margin-bottom:32px; max-width:480px; margin-left:auto; margin-right:auto; position:relative; z-index:1; }
.final-cta .cta-group { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; position:relative; z-index:1; }
.final-cta-micro { font-size:13px; opacity:.45; margin-top:16px; position:relative; z-index:1; }
.site-footer { background:var(--deep-green); color:rgba(255,255,255,.6); padding:32px 24px; font-size:12px; }
.footer-inner { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; }
.footer-brand { display:flex; align-items:center; gap:8px; }
.footer-logo { width:24px; height:24px; background:var(--forest); border-radius:4px; display:flex; align-items:center; justify-content:center; color:#fff; font-family:'Fraunces'; font-weight:700; font-size:10px; }
.footer-links { display:flex; gap:16px; }
.footer-links a { color:rgba(255,255,255,.6); text-decoration:none; font-size:12px; }
.footer-links a:hover { color:#fff; }
.btn { display:inline-block; padding:12px 28px; border-radius:8px; font-family:'DM Sans'; font-size:14px; font-weight:600; cursor:pointer; border:none; transition:all .2s; text-decoration:none; }
.btn-primary { background:#fff; color:var(--forest); }
.btn-primary:hover { background:var(--green-light); }
.btn-secondary { background:rgba(255,255,255,.15); color:#fff; border:1px solid rgba(255,255,255,.3); }
.btn-secondary:hover { background:rgba(255,255,255,.25); }
.btn-green { background:var(--forest); color:#fff; }
.btn-green:hover { background:var(--deep-green); }
.btn-sm { padding:8px 16px; font-size:12px; }
.btn-danger { background:#fff; color:var(--critical); border:1px solid var(--critical); }
.btn-danger:hover { background:var(--critical); color:#fff; }
.card { background:#fff; border:1px solid var(--border); border-radius:12px; padding:24px; }
.card-grid { display:grid; gap:16px; }
.card-grid-3 { grid-template-columns:repeat(3,1fr); }
.card-grid-4 { grid-template-columns:repeat(4,1fr); }
.stat-num { font-family:'Fraunces'; font-size:36px; font-weight:700; color:var(--forest); }
.stat-label { font-size:13px; color:var(--ink-muted); margin-top:4px; }
.score-ring { width:160px; height:160px; border-radius:50%; background:linear-gradient(135deg,var(--forest),var(--people)); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.score-ring-inner { width:136px; height:136px; border-radius:50%; background:#fff; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.score-ring-num { font-family:'Fraunces'; font-size:44px; font-weight:700; color:var(--forest); }
.score-ring-label { font-size:11px; color:var(--ink-muted); text-transform:uppercase; letter-spacing:.5px; }
.dim-card { border-left:4px solid; border-radius:12px; }
.dim-card.people { border-color:var(--people); }
.dim-card.plan { border-color:var(--plan); }
.dim-card.process { border-color:var(--process); }
.dim-score { font-family:'Fraunces'; font-size:32px; font-weight:700; }
.dim-card.people .dim-score { color:var(--people); }
.dim-card.plan .dim-score { color:var(--plan); }
.dim-card.process .dim-score { color:var(--process); }
.dim-name { font-size:14px; font-weight:600; margin-bottom:12px; }
.sub-item { display:flex; justify-content:space-between; padding:6px 0; border-bottom:1px solid var(--border); font-size:13px; color:var(--ink-soft); }
.sub-item:last-child { border:none; }
.sub-score { font-weight:600; }
.score-bar-track { height:8px; background:var(--border); border-radius:4px; overflow:hidden; }
.score-bar-fill { height:100%; border-radius:4px; transition:width .3s; }
.badge { display:inline-block; padding:3px 10px; border-radius:4px; font-size:11px; font-weight:600; }
.badge-completed { background:var(--green-light); color:var(--forest); }
.badge-pending { background:#FFF8E8; color:var(--moderate); }
.badge-band { border-radius:4px; padding:3px 10px; font-size:11px; font-weight:600; }
.badge-positive { font-size:10px; font-weight:600; padding:2px 8px; border-radius:4px; background:#E8F5EE; color:var(--positive); }
.badge-neutral { font-size:10px; font-weight:600; padding:2px 8px; border-radius:4px; background:#FFF8E1; color:var(--neutral); }
.badge-negative { font-size:10px; font-weight:600; padding:2px 8px; border-radius:4px; background:#FDE8E8; color:var(--negative); }
.table-wrap { overflow-x:auto; }
table { width:100%; border-collapse:collapse; }
table th { background:var(--surface-warm); padding:10px 14px; text-align:left; font-size:12px; font-weight:600; color:var(--ink-muted); text-transform:uppercase; letter-spacing:.5px; border-bottom:1px solid var(--border); }
table td { padding:10px 14px; border-bottom:1px solid var(--border); font-size:13px; }
.form-group { margin-bottom:16px; }
.form-group label { display:block; font-size:13px; font-weight:600; color:var(--ink-soft); margin-bottom:4px; }
.form-group input, .form-group select, .form-group textarea { width:100%; padding:10px 12px; border:1px solid var(--border); border-radius:6px; font-family:'DM Sans'; font-size:14px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-card { max-width:480px; margin:60px auto; }
.survey-wrap { max-width:720px; margin:0 auto; padding:40px 24px; }
.survey-header { text-align:center; margin-bottom:32px; }
.survey-header h1 { font-size:28px; margin-bottom:8px; }
.survey-header p { color:var(--ink-muted); font-size:14px; }
.progress-bar { height:4px; background:var(--border); border-radius:2px; margin-bottom:32px; position:sticky; top:56px; z-index:50; }
.progress-fill { height:100%; background:var(--forest); border-radius:2px; transition:width .3s; }
.q-block { background:#fff; border:1px solid var(--border); border-radius:10px; padding:20px 24px; margin-bottom:12px; }
.q-label { font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:1px; margin-bottom:16px; }
.q-label.people { color:var(--people); }
.q-label.plan { color:var(--plan); }
.q-label.process { color:var(--process); }
.q-text { font-size:15px; font-weight:500; margin-bottom:14px; }
.likert-row { display:flex; gap:8px; justify-content:center; }
.likert-opt { flex:0 1 80px; text-align:center; }
.likert-opt input { display:none; }
.likert-opt label { display:flex; align-items:center; justify-content:center; min-height:48px; padding:8px 6px; border:1.5px solid var(--border); border-radius:8px; cursor:pointer; font-size:12px; line-height:1.3; color:var(--ink-muted); transition:all .2s; }
.likert-opt input:checked + label { border-color:var(--forest); background:var(--green-light); color:var(--forest); font-weight:600; }
.enps-row { display:flex; gap:4px; justify-content:center; flex-wrap:wrap; }
.enps-opt input { display:none; }
.enps-opt label { display:flex; width:44px; height:44px; align-items:center; justify-content:center; border:2px solid var(--border); border-radius:8px; cursor:pointer; font-family:'Fraunces'; font-weight:700; font-size:16px; color:var(--ink-soft); transition:all .2s; }
.enps-opt.detractor label { border-color:#f5d5d0; color:var(--enps-detractor); }
.enps-opt.passive label { border-color:#f0e8c0; color:var(--enps-passive); }
.enps-opt.promoter label { border-color:#c2e2d0; color:var(--enps-promoter); }
.enps-opt input:checked + label { transform:scale(1.1); }
.enps-opt.detractor input:checked + label { background:var(--enps-detractor); color:#fff; }
.enps-opt.passive input:checked + label { background:var(--enps-passive); color:#fff; }
.enps-opt.promoter input:checked + label { background:var(--enps-promoter); color:#fff; }
.enps-labels { display:flex; justify-content:space-between; font-size:11px; color:var(--ink-muted); margin-top:6px; }
.enps-big { font-family:'Fraunces'; font-size:56px; font-weight:700; text-align:center; }
.breakdown-bar { display:flex; gap:2px; border-radius:6px; overflow:hidden; height:36px; }
.breakdown-seg { display:flex; align-items:center; justify-content:center; color:#fff; font-size:11px; font-weight:600; }
.breakdown-seg.promoter { background:var(--enps-promoter); }
.breakdown-seg.passive { background:var(--enps-passive); }
.breakdown-seg.detractor { background:var(--enps-detractor); }
.oe-card { background:#fff; border:1px solid var(--border); border-radius:8px; padding:14px 18px; margin-bottom:8px; }
.oe-text { font-size:14px; color:var(--ink-soft); line-height:1.5; }
.oe-meta { font-size:11px; color:var(--ink-muted); margin-top:6px; }
.cta-box { background:linear-gradient(135deg,var(--deep-green),var(--forest)); border-radius:12px; padding:40px; color:#fff; text-align:center; margin-top:40px; }
.cta-box h2 { font-size:24px; margin-bottom:8px; }
.cta-box p { opacity:.85; margin-bottom:20px; }
.score-preview { display:flex; align-items:center; justify-content:center; gap:40px; padding:60px 24px; flex-wrap:wrap; }
.score-preview-text h2 { font-size:28px; margin-bottom:8px; }
.score-preview-text p { font-size:15px; color:var(--ink-soft); max-width:400px; }
.landing-ring { position:relative; width:200px; height:200px; }
.landing-ring svg { transform:rotate(-90deg); }
.variance-section { background:var(--surface-warm); padding:60px 0; }
.variance-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; text-align:center; }
.variance-item .v-score { font-family:'Fraunces'; font-size:36px; font-weight:700; }
.variance-item .v-role { font-size:12px; color:var(--ink-muted); text-transform:uppercase; letter-spacing:.5px; }
.variance-item .v-label { font-size:13px; color:var(--ink-soft); margin-top:4px; }
.benchmark-level { background:#fff; border:1px solid var(--border); border-radius:12px; padding:28px 32px; margin-bottom:20px; }
.benchmark-level-label { font-family:'DM Sans'; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1.5px; color:var(--forest); margin-bottom:8px; }
.benchmark-bars { display:flex; flex-direction:column; gap:10px; }
.bench-row { display:flex; align-items:center; gap:12px; }
.bench-label { font-size:13px; font-weight:500; width:160px; flex-shrink:0; color:var(--ink-soft); }
.bench-track { flex:1; height:28px; background:var(--surface-warm); border-radius:6px; overflow:hidden; }
.bench-fill { height:100%; border-radius:6px; transition:width .6s ease; }
.bench-val { font-family:'Fraunces'; font-size:20px; font-weight:700; width:40px; text-align:right; flex-shrink:0; }
.benchmark-section { padding:60px 0; }
.benchmark-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center; }
.benchmark-grid .stat-num { font-family:'Fraunces'; font-size:40px; font-weight:700; color:var(--forest); }
.benchmark-grid .stat-label { font-size:13px; color:var(--ink-muted); margin-top:4px; }
.faq-section { padding:60px 0; }
.faq-item { border-bottom:1px solid var(--border); }
.faq-q { padding:18px 0; font-family:'Fraunces'; font-size:17px; font-weight:500; cursor:pointer; display:flex; justify-content:space-between; align-items:center; }
.faq-q:hover { color:var(--forest); }
.faq-arrow { font-size:20px; transition:transform .2s; color:var(--ink-muted); }
.faq-a { max-height:0; overflow:hidden; transition:max-height .3s ease; }
.faq-a-inner { padding:0 0 18px; font-size:14px; color:var(--ink-soft); line-height:1.7; }
.faq-item.open .faq-a { max-height:300px; }
.faq-item.open .faq-arrow { transform:rotate(180deg); }
.cta-banner { background:linear-gradient(135deg,var(--deep-green),var(--forest)); padding:60px 0; text-align:center; color:#fff; }
.cta-banner h2 { font-size:32px; margin-bottom:8px; }
.cta-banner p { opacity:.85; margin-bottom:24px; font-size:16px; }
/* Mobile hamburger menu */
.nav-toggle { display:none; background:none; border:none; cursor:pointer; padding:8px; }
.nav-toggle span { display:block; width:22px; height:2px; background:#fff; margin:5px 0; border-radius:2px; transition:0.3s; }
@media(max-width:768px) {
  .card-grid-3,.card-grid-4 { grid-template-columns:1fr; }
  .form-row { grid-template-columns:1fr; }
  .hero { padding:60px 0 50px; }
  .hero h1 { font-size:28px; line-height:1.2; }
  .hero p { font-size:16px; }
  .likert-row { flex-wrap:nowrap; gap:6px; }
  .likert-opt { flex:1 1 0; min-width:0; }
  .likert-opt label { font-size:10px; min-height:44px; padding:6px 3px; border-radius:6px; word-break:break-word; hyphens:auto; }
  .nav { padding:10px 16px; flex-wrap:wrap; }
  .nav-toggle { display:block; margin-left:auto; }
  .nav-links { display:none; width:100%; flex-direction:column; gap:4px; padding-top:12px; border-top:1px solid rgba(255,255,255,0.15); margin-top:8px; }
  .nav-links.open { display:flex; }
  .nav-link { padding:10px 0; font-size:14px; }
  .score-preview { flex-direction:column; text-align:center; }
  .variance-grid { grid-template-columns:1fr; gap:16px; }
  .benchmark-grid { grid-template-columns:repeat(2,1fr); }
  .bench-label { width:100px; font-size:11px; }
  .benchmark-level { padding:20px 16px; }
  .stakes-grid, .steps-grid, .dim-grid { grid-template-columns:1fr; }
  .step-connector { display:none; }
  .preview-flex, .owner-flex { flex-direction:column; text-align:center; }
  .preview-text { min-width:auto; }
  .guide-stats { gap:28px; }
  .dim-pills { flex-wrap:wrap; justify-content:center; }
  .container { padding:0 16px; }
  table { font-size:12px; }
  table th, table td { padding:8px 6px; }
  .section { padding:48px 0; }
  .section h2 { font-size:26px; }
  .btn-green { padding:12px 24px; font-size:15px; }
  .footer-inner { flex-direction:column; gap:12px; text-align:center; }
  .enps-row { display:grid; grid-template-columns:repeat(6, 1fr); gap:6px; justify-items:center; }
  .enps-opt { width:100%; }
  .enps-opt label { width:100%; height:40px; font-size:14px; border-radius:6px; }
  .enps-labels { font-size:10px; }
  .cta-group { flex-direction:column; align-items:center; }
  .cta-group .btn { width:100%; max-width:320px; text-align:center; }
  .nav-title { font-size:14px; }
  .hero-dims { gap:0; }
  .hero-dim { padding:12px 14px; min-width:90px; }
  .hero-dim-name { font-size:15px; }
  .hero-dim-desc { font-size:10px; }
  .hero-dim-icon { width:36px; height:36px; }
  .hero-dim-connector { padding:0 2px; }
  .hero-dim-connector svg { width:12px; }
  .q-block { padding:16px 14px; }
  .q-text { font-size:14px; margin-bottom:12px; }
  .survey-wrap { padding:20px 14px; }
}
@media(max-width:400px) {
  .likert-opt label { font-size:9px; min-height:40px; padding:5px 2px; }
  .enps-row { grid-template-columns:repeat(6, 1fr); gap:4px; }
  .enps-opt label { height:36px; font-size:13px; }
  .survey-wrap { padding:16px 10px; }
}
.alert { padding:12px 16px; border-radius:8px; margin-bottom:16px; font-size:13px; }
.alert-error { background:#FEF2F2; color:var(--critical); border:1px solid #FECACA; }
.alert-success { background:var(--green-light); color:var(--forest); border:1px solid #A7F3D0; }
.section-title { font-size:24px; margin:32px 0 16px; }
.section-subtitle { font-size:13px; color:var(--ink-muted); margin-bottom:24px; }
.copy-input { display:flex; gap:8px; }
.copy-input input { flex:1; padding:8px 12px; border:1px solid var(--border); border-radius:6px; font-size:12px; font-family:monospace; }
.copy-btn { padding:8px 12px; background:var(--forest); color:#fff; border:none; border-radius:6px; font-size:12px; cursor:pointer; }
.btn:disabled,.btn-green:disabled { opacity:0.6; cursor:not-allowed; pointer-events:none; }
@keyframes spin { to { transform:rotate(360deg); } }
.btn-loading::after { content:''; display:inline-block; width:14px; height:14px; margin-left:8px; border:2px solid rgba(255,255,255,.3); border-top-color:#fff; border-radius:50%; animation:spin .6s linear infinite; vertical-align:middle; }


/* ═══════════════════════════════════════════════════════
   COMPONENT CLASSES — Extracted from inline styles
   ═══════════════════════════════════════════════════════ */

/* Section labels (uppercase category headers) */
.section-label { font-size:11px; font-weight:600; color:var(--ink-muted); text-transform:uppercase; letter-spacing:0.5px; }
.section-desc { font-size:12px; color:var(--ink-muted); line-height:1.5; }

/* Stat cards (score displays) */
.stat-card { padding:16px; border:1px solid var(--border); border-radius:8px; background:#FAFAF8; }
.stat-value { font-size:24px; font-weight:700; font-family:'Fraunces',Georgia,serif; }
.stat-meta { font-size:11px; color:var(--ink-muted); margin-top:2px; }

/* Toggle switch */
.toggle-switch { width:36px; height:20px; border-radius:10px; position:relative; cursor:pointer; transition:background 0.2s; display:inline-block; }
.toggle-switch .knob { position:absolute; top:2px; width:16px; height:16px; border-radius:50%; background:#fff; box-shadow:0 1px 2px rgba(0,0,0,0.2); transition:left 0.2s; }
.toggle-switch.on { background:var(--forest); }
.toggle-switch.on .knob { left:18px; }
.toggle-switch.off { background:#ccc; }
.toggle-switch.off .knob { left:2px; }

/* Role badges */
.badge-role { font-size:11px; padding:2px 8px; border-radius:10px; font-weight:600; text-transform:capitalize; }
.badge-owner { background:rgba(212,160,23,.12); color:#D4A017; }
.badge-admin { background:rgba(46,125,91,.12); color:#2E7D5B; }
.badge-consultant { background:rgba(146,112,12,.12); color:#92700C; }
.badge-leadership { background:rgba(59,111,160,.12); color:#3B6FA0; }
.badge-manager { background:rgba(123,94,167,.12); color:#7B5EA7; }
.badge-employee { background:rgba(107,115,148,.12); color:var(--ink-muted); }
.badge-eo { font-size:9px; padding:2px 6px; border-radius:10px; font-weight:700; background:#FFF3E0; color:#E65100; }

/* Info tooltip */
.info-tip { font-weight:400; color:var(--ink-muted); font-size:11px; cursor:help; }

/* Flex utilities */
.flex { display:flex; }
.flex-col { display:flex; flex-direction:column; }
.flex-between { display:flex; justify-content:space-between; align-items:center; }
.flex-center { display:flex; align-items:center; }
.flex-wrap { flex-wrap:wrap; }
.flex-1 { flex:1; }
.items-start { align-items:flex-start; }
.items-center { align-items:center; }
.justify-end { justify-content:flex-end; }
.justify-center { justify-content:center; }

/* Gap utilities */
.gap-xs { gap:4px; }
.gap-sm { gap:8px; }
.gap-md { gap:12px; }
.gap-lg { gap:16px; }
.gap-xl { gap:24px; }
.gap-2xl { gap:32px; }

/* Spacing utilities */
.mb-0 { margin-bottom:0; }
.mb-xs { margin-bottom:4px; }
.mb-sm { margin-bottom:8px; }
.mb-md { margin-bottom:12px; }
.mb-lg { margin-bottom:16px; }
.mb-xl { margin-bottom:24px; }
.mb-2xl { margin-bottom:32px; }
.mt-sm { margin-top:8px; }
.mt-md { margin-top:12px; }
.mt-lg { margin-top:16px; }
.mt-xl { margin-top:24px; }
.p-md { padding:12px; }
.p-lg { padding:16px; }
.p-xl { padding:24px; }
.px-lg { padding-left:16px; padding-right:16px; }
.py-md { padding-top:12px; padding-bottom:12px; }

/* Typography utilities */
.text-xs { font-size:10px; }
.text-sm { font-size:11px; }
.text-base { font-size:13px; }
.text-md { font-size:14px; }
.text-lg { font-size:16px; }
.text-xl { font-size:20px; }
.text-2xl { font-size:24px; }
.text-3xl { font-size:28px; }
.text-4xl { font-size:32px; }
.font-sans { font-family:'DM Sans',-apple-system,sans-serif; }
.font-serif { font-family:'Fraunces',Georgia,serif; }
.font-mono { font-family:'SF Mono','Fira Code',monospace; }
.font-medium { font-weight:500; }
.font-semibold { font-weight:600; }
.font-bold { font-weight:700; }
.text-muted { color:var(--ink-muted); }
.text-soft { color:var(--ink-soft); }
.text-forest { color:var(--forest); }
.text-plan { color:var(--plan); }
.text-process { color:var(--process); }
.text-people { color:var(--people); }
.text-gold { color:#D4A017; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.uppercase { text-transform:uppercase; letter-spacing:0.5px; }
.capitalize { text-transform:capitalize; }
.truncate { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.nowrap { white-space:nowrap; }

/* Border utilities */
.border { border:1px solid var(--border); }
.border-t { border-top:1px solid var(--border); }
.border-b { border-bottom:1px solid var(--border); }
.rounded { border-radius:8px; }
.rounded-lg { border-radius:12px; }
.rounded-full { border-radius:50%; }

/* Background utilities */
.bg-white { background:#fff; }
.bg-surface { background:var(--surface); }
.bg-warm { background:var(--surface-warm); }
.bg-green-light { background:var(--green-light); }
.bg-forest { background:var(--forest); }

/* Width utilities */
.w-full { width:100%; }
.max-w-sm { max-width:480px; }
.max-w-md { max-width:640px; }
.max-w-lg { max-width:760px; }

/* Display utilities */
.hidden { display:none; }
.block { display:block; }
.inline-block { display:inline-block; }
.inline-flex { display:inline-flex; }

/* Cursor */
.cursor-pointer { cursor:pointer; }

/* Grid utilities */
.grid { display:grid; }
.grid-2 { grid-template-columns:repeat(2,1fr); }
.grid-3 { grid-template-columns:repeat(3,1fr); }
.grid-4 { grid-template-columns:repeat(4,1fr); }

/* Card variants */
.card-flat { background:#FAFAF8; border:1px solid var(--border); border-radius:8px; padding:16px; }
.card-bordered { background:#fff; border:2px solid var(--border); border-radius:12px; padding:24px; }
.card-hover { transition:box-shadow 0.2s, border-color 0.2s; }
.card-hover:hover { box-shadow:0 4px 12px rgba(0,0,0,0.06); border-color:var(--ink-muted); }

/* Success/Error/Warning message bars */
.msg-success { background:#E8F5EE; border:1px solid #2E7D5B; border-radius:8px; padding:12px 20px; color:#1A5C3A; font-weight:500; }
.msg-error { background:#FDE8E8; border:1px solid #C4443A; border-radius:8px; padding:12px 20px; color:#8B1A1A; font-weight:500; }
.msg-warning { background:#FFF8E1; border:1px solid #FFE082; border-radius:8px; padding:12px 20px; color:#92610E; font-weight:500; }
.msg-info { background:#E3F2FD; border:1px solid #90CAF9; border-radius:8px; padding:12px 20px; color:#1565C0; font-weight:500; }

/* Sort icon styling */
.sort-icon { font-size:10px; color:var(--ink-muted); vertical-align:middle; margin-left:2px; }

/* Save toast animation */
@keyframes fadeInUp { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
.save-toast { animation:fadeInUp 0.2s ease-out; }

/* ═══════════════════════════════════════════════════════
   FORM COMPONENTS
   ═══════════════════════════════════════════════════════ */

/* Form label (uppercase, small) */
.form-label { display:block; font-size:12px; font-weight:600; color:var(--ink-soft); margin-bottom:4px; text-transform:uppercase; letter-spacing:.5px; }

/* Standard text/email/password input */
.form-input { width:100%; padding:10px 14px; border:1px solid var(--border); border-radius:8px; font-size:14px; font-family:'DM Sans',-apple-system,sans-serif; color:var(--ink); background:#fff; }
.form-input:focus { outline:none; border-color:var(--forest); box-shadow:0 0 0 2px rgba(46,125,91,.12); }

/* Select dropdown matching input style */
.form-select { width:100%; padding:10px 14px; border:1px solid var(--border); border-radius:8px; font-size:14px; font-family:'DM Sans',-apple-system,sans-serif; color:var(--ink); background:#fff; appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 5l3 3 3-3' fill='none' stroke='%23666' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 12px center; padding-right:32px; }

/* Textarea */
.form-textarea { width:100%; padding:10px 14px; border:1px solid var(--border); border-radius:8px; font-size:14px; font-family:'DM Sans',-apple-system,sans-serif; color:var(--ink); min-height:80px; resize:vertical; }

/* Read-only display field */
.form-static { padding:10px 14px; background:var(--bg-card); border:1px solid var(--border); border-radius:8px; font-size:14px; color:var(--ink-muted); }

/* Form group (label + input) */
.form-group { margin-bottom:0; }

/* Inline form row */
.form-row { display:flex; gap:12px; }
.form-row > * { flex:1; }

/* ═══════════════════════════════════════════════════════
   PAGE LAYOUT COMPONENTS
   ═══════════════════════════════════════════════════════ */

/* Narrow centered page (profile, settings, login) */
.page-narrow { max-width:560px; margin:40px auto; padding:0 20px; }

/* Medium centered page */
.page-medium { max-width:760px; margin:40px auto; padding:0 20px; }

/* Page title + subtitle */
.page-title { font-size:22px; font-weight:700; color:var(--ink); margin-bottom:6px; }
.page-subtitle { font-size:14px; color:var(--ink-muted); margin-bottom:28px; }

/* Section title (smaller, for subsections) */
.section-title { font-size:17px; font-weight:700; color:var(--ink); margin-bottom:16px; }

/* Horizontal rule separator */
.hr { border:none; border-top:1px solid var(--border); margin:32px 0; }

/* ═══════════════════════════════════════════════════════
   BUTTON VARIANTS
   ═══════════════════════════════════════════════════════ */

/* Base button reset */
.btn-base { padding:10px 28px; border:none; border-radius:8px; font-size:14px; font-weight:600; cursor:pointer; font-family:'DM Sans',-apple-system,sans-serif; text-decoration:none; display:inline-flex; align-items:center; gap:6px; }

/* Primary (green) */
.btn-primary { padding:10px 28px; background:var(--green); color:#fff; border:none; border-radius:8px; font-size:14px; font-weight:600; cursor:pointer; font-family:'DM Sans',-apple-system,sans-serif; }
.btn-primary:hover { opacity:0.9; }

/* Dark */
.btn-dark { padding:10px 28px; background:var(--ink); color:#fff; border:none; border-radius:8px; font-size:14px; font-weight:600; cursor:pointer; font-family:'DM Sans',-apple-system,sans-serif; }

/* Outline */
.btn-outline { padding:10px 28px; background:transparent; color:var(--ink); border:1px solid var(--border); border-radius:8px; font-size:14px; font-weight:600; cursor:pointer; font-family:'DM Sans',-apple-system,sans-serif; }

/* Danger (red) */
.btn-danger { padding:8px 16px; background:#C4443A; color:#fff; border:none; border-radius:6px; font-size:12px; font-weight:600; cursor:pointer; font-family:'DM Sans',-apple-system,sans-serif; }

/* Small variant */
.btn-sm { padding:6px 14px; font-size:12px; }

/* Self-start alignment (for forms) */
.self-start { align-self:flex-start; }

/* ═══════════════════════════════════════════════════════
   TABLE ENHANCEMENTS
   ═══════════════════════════════════════════════════════ */

/* Compact table cell actions */
.action-btn { padding:6px 12px; border-radius:6px; font-size:11px; font-weight:600; border:none; cursor:pointer; font-family:'DM Sans',-apple-system,sans-serif; white-space:nowrap; }
.action-edit { background:var(--forest); color:#fff; }
.action-delete { background:transparent; color:#C4443A; border:1px solid #C4443A; }
.action-secondary { background:transparent; color:var(--ink-muted); border:1px solid var(--border); }

/* Responsive additions */
@media(max-width:768px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns:1fr; }
  .flex-wrap-mobile { flex-wrap:wrap; }
  .hidden-mobile { display:none !important; }
  .text-4xl { font-size:24px; }
  .text-3xl { font-size:22px; }
  .gap-2xl { gap:16px; }
}

/* In-app modal */
.si-modal-overlay { position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.45);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;pointer-events:none; }
.si-modal-overlay.si-modal-show { opacity:1;pointer-events:auto; }
.si-modal { background:#fff;border-radius:14px;padding:28px;max-width:440px;width:90%;box-shadow:0 12px 40px rgba(0,0,0,0.2);transform:scale(0.95);transition:transform .2s ease; }
.si-modal-overlay.si-modal-show .si-modal { transform:scale(1); }
.si-modal h3 { font-size:17px;font-weight:700;margin:0 0 8px;color:var(--ink); }
.si-modal p { font-size:14px;color:var(--ink-soft);line-height:1.5;margin:0 0 20px; }
.si-modal-actions { display:flex;gap:10px;justify-content:flex-end; }
.si-modal-actions button { padding:10px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif;border:none; }
.si-modal-cancel { background:#f0f0ee;color:var(--ink-soft); }
.si-modal-cancel:hover { background:#e4e4e0; }
.si-modal-confirm { background:var(--forest);color:#fff; }
.si-modal-confirm:hover { background:var(--deep-green); }
.si-modal-danger { background:#C4443A;color:#fff; }
.si-modal-danger:hover { background:#a83830; }