:root{--font-body:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-heading:var(--font-body);--base-font-size:18px;--text-color:#0d1c23;--muted-text-color:#5f6f7a;--background-color:#fff;--card-background:#fff;--border-color:#d3dae4;--primary-color:#2f5e4e;--primary-hover-color:#49736d;--accent-color:#2f5e4e;--success-color:#2f5e4e;--warning-color:#9a661d;--error-color:#a63b32;--border-radius:24px;--card-radius:24px;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--shadow:0 16px 36px rgba(13,28,35,.07);--max-content-width:1120px;--input-height:52px;--button-height:52px}*{box-sizing:border-box}html{font-size:var(--base-font-size)}body{background:var(--background-color);color:var(--text-color);font-family:var(--font-body);line-height:1.55;margin:0;min-width:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}a{color:var(--primary-color)}.skip-link{background:var(--card-background);border:1px solid var(--border-color);border-radius:var(--border-radius);left:var(--space-4);padding:var(--space-3) var(--space-4);position:absolute;top:-100px;z-index:10}.skip-link:focus{top:var(--space-4)}.visually-hidden{height:1px;overflow:hidden;position:absolute;width:1px;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.calculator-shell{margin:0 auto;padding:var(--space-5) var(--space-4) var(--space-7);width:min(100%,var(--max-content-width))}.hero{display:grid;gap:var(--space-6);padding:var(--space-6) 0 var(--space-5)}.hero__content{max-width:760px}.eyebrow{color:var(--accent-color);font-size:.75rem;font-weight:800;margin:0 0 var(--space-3);text-transform:uppercase}h1,h2,h3{font-family:var(--font-heading);line-height:1.2;margin:0}h1{font-size:clamp(1.9rem,2.8vw,2.6875rem);font-weight:500;max-width:720px}h2{font-size:clamp(1.65rem,4vw,2rem)}h2,h3{font-weight:600}h3{font-size:1.25rem}p{margin:0}.hero__subhead{color:var(--text-color);font-size:1.125rem;margin-top:var(--space-4);max-width:760px}.hero__note{color:var(--muted-text-color);margin-top:var(--space-4);max-width:720px}.metrics-grid,.result-grid,.value-grid{display:grid;gap:var(--space-4)}.calculator-card,.hubspot-form-shell,.result-card,.resume-prompt,.trust-note,.value-card{background:var(--card-background);border:1px solid var(--border-color);border-radius:var(--card-radius);box-shadow:none}.value-card{padding:var(--space-5)}.value-card p{color:var(--muted-text-color);margin-top:var(--space-2)}.trust-note{background:#f3f6ea;color:var(--text-color);margin-bottom:var(--space-5);padding:var(--space-4) var(--space-5)}.calculator-card,.hubspot-form-shell{padding:var(--space-5)}.resume-prompt{box-shadow:none;margin-bottom:var(--space-5);padding:var(--space-4)}.resume-prompt p{font-weight:700;margin-bottom:var(--space-3)}.progress-shell{margin-bottom:var(--space-5)}.progress-meta{color:var(--muted-text-color);display:flex;font-size:.92rem;gap:var(--space-3);justify-content:space-between;margin-bottom:var(--space-2)}.progress-track{background:#eee;border-radius:999px;height:10px;overflow:hidden}.progress-bar{background:var(--accent-color);height:100%;transition:width .18s ease;width:0}.status-message{color:var(--error-color);font-weight:700;min-height:1.4em}.step-header{margin:var(--space-4) 0 var(--space-5)}.step-header p{color:var(--muted-text-color);margin-top:var(--space-2);max-width:720px}.field-group{margin-bottom:var(--space-5)}.field-label,.group-label{display:block;font-weight:600;margin-bottom:var(--space-2)}.helper-text{color:var(--muted-text-color);font-size:.94rem;margin-top:var(--space-2)}.guide-note{background:#f3f6ea;border:1px solid var(--border-color);border-radius:var(--border-radius);color:var(--text-color);font-size:.94rem;margin:calc(var(--space-3)*-1) 0 var(--space-5);padding:var(--space-4)}.inline-preview{background:#f3f6ea;border:1px solid #d3dae4;border-radius:var(--border-radius);color:var(--success-color);font-weight:600;margin-top:var(--space-3);padding:var(--space-3) var(--space-4)}.error-text{color:var(--error-color);font-size:.93rem;font-weight:700;margin-top:var(--space-2)}.select-input,.text-input,.textarea-input{background:#eee;border:1px solid var(--border-color);border-radius:var(--border-radius);color:var(--text-color);min-height:var(--input-height);padding:0 var(--space-5);width:100%}.textarea-input{min-height:120px;padding-top:var(--space-4);resize:vertical}.button:focus-visible,.option-card:focus-within,.select-input:focus,.text-input:focus,.textarea-input:focus{outline:3px solid rgba(47,94,78,.28);outline-offset:2px}.option-grid{display:grid;gap:var(--space-3)}.option-card{align-items:flex-start;background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;gap:var(--space-3);min-height:48px;padding:var(--space-3) var(--space-4)}.option-card input{flex:0 0 auto;height:1.15rem;margin-top:.18rem;width:1.15rem}.option-card span{min-width:0}.option-card:has(input:checked){background:#f3f6ea;border-color:var(--primary-color)}.conditional-panel{background:#f5f5f5;border:1px solid var(--border-color);border-radius:var(--border-radius);margin-top:var(--space-4);padding:var(--space-4)}.button-row,.wizard-actions{align-items:center;display:flex;flex-wrap:wrap;gap:var(--space-3)}.wizard-actions{justify-content:space-between;margin-top:var(--space-5)}.button{border:1px solid transparent;border-radius:50px;font-size:.8889rem;font-weight:500;min-height:var(--button-height);padding:.72rem 1.35rem;text-align:center}.button--primary{background:var(--primary-color);color:#eee}.button--primary:hover{background:var(--primary-hover-color)}.button--secondary{background:transparent;border-color:var(--primary-color);border-width:2px;color:var(--primary-color)}.button--secondary:hover{border-color:var(--primary-hover-color);color:var(--primary-hover-color)}.button--ghost{background:transparent;border-color:var(--border-color);color:var(--muted-text-color)}.result-section{margin-top:var(--space-5)}.result-hero{background:var(--primary-color);border-radius:var(--card-radius);color:#fff;padding:var(--space-6)}.result-hero h2{color:#fff}.result-hero p{color:#fff;margin-top:var(--space-3);max-width:760px}.result-cta{align-items:center;background:#f3f6ea;border:1px solid var(--border-color);border-radius:var(--card-radius);display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:space-between;margin-top:var(--space-4);padding:var(--space-5)}.result-cta h3{margin-bottom:var(--space-2)}.result-cta p{max-width:680px}.result-grid{margin-top:var(--space-4)}.result-card{box-shadow:none;padding:var(--space-5)}.result-insight{background:#f3f6ea;border-color:#d3dae4;margin-top:var(--space-4)}.result-insight .insight-lead{color:var(--primary-color);font-size:1.08rem;font-weight:800;margin-top:var(--space-3)}.result-insight p+p{margin-top:var(--space-3)}.result-card li,.result-card p{color:var(--text-color)}.result-card ul{margin:var(--space-3) 0 0;padding-left:1.2rem}.metric{background:#f5f5f5;border:1px solid var(--border-color);border-radius:var(--border-radius);min-width:0;padding:var(--space-4)}.metric span{color:var(--muted-text-color);display:block;font-size:.78rem;hyphens:none;line-height:1.35;overflow-wrap:normal;word-break:normal}.metric strong{display:block;font-size:1.3rem;margin-top:var(--space-1)}.form-invite{margin-bottom:var(--space-4);max-width:760px}.form-invite p{color:var(--muted-text-color);margin-top:var(--space-2)}.dev-notice{background:#fff7e8;border:1px solid #e5c68c;border-radius:var(--border-radius);color:#5d4315;padding:var(--space-4)}details{margin-top:var(--space-4)}pre{background:var(--text-color);border-radius:var(--border-radius);color:#f3f6ea;max-width:100%;overflow:auto;padding:var(--space-4);white-space:pre-wrap}.fallback-form{display:grid;gap:var(--space-4)}.confirmation{background:#f3f6ea;border:1px solid var(--border-color);border-radius:var(--border-radius);color:var(--success-color);font-weight:800;padding:var(--space-4)}@media (min-width:720px){.calculator-shell{padding:var(--space-6) var(--space-5) var(--space-7)}.hero{padding-top:var(--space-7)}.metrics-grid,.value-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.option-grid.option-grid--two,.result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:420px){.calculator-shell{padding-left:var(--space-3);padding-right:var(--space-3)}.calculator-card,.hubspot-form-shell,.result-card,.result-hero,.value-card{padding:var(--space-4)}.wizard-actions{align-items:stretch}.button-row .button,.result-cta .button,.wizard-actions .button{width:100%}}@media print{body{background:#fff}.calculator-card,.hero,.hubspot-form-shell,.result-actions,.skip-link,.trust-note{display:none!important}.calculator-shell{padding:0;width:100%}.result-section,.result-section[hidden]{display:block!important}.result-hero{background:#fff;border:1px solid #ccc;color:#111}.result-hero p{color:#333}.result-grid{display:block}.result-card{box-shadow:none;break-inside:avoid;margin:0 0 1rem}}