:root{--navy:#0f2a43;--navy-dark:#0a1e31;--red:#e8322f;--red-dark:#c4241f;--red-bright:#ff6159;--ink:#1e293b;--slate:#475569;--mist:#f1f5f9;--line:#e2e8f0;--green:#16a34a;--amber:#f59e0b}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);line-height:1.6;background:var(--mist)}img{max-width:100%}.wrap{max-width:860px;margin:0 auto;padding:0 20px}header.site{background:#fff;border-bottom:1px solid var(--line);padding:14px 0}header.site .wrap{display:flex;justify-content:space-between;align-items:center}header.site img{height:38px;width:auto}header.site a.phone{color:var(--navy);font-weight:700;text-decoration:none;font-size:.95rem}.hero{background:linear-gradient(160deg,var(--navy) 0,var(--navy-dark) 100%);color:#fff;padding:48px 0;text-align:center}.hero h1{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;letter-spacing:-.02em;margin-bottom:12px}.hero h1 em{font-style:normal;color:var(--red-bright)}.hero p{color:#cbd5e1;max-width:38em;margin:0 auto 8px}.audit-form{background:#fff;border-radius:14px;box-shadow:0 18px 44px rgba(15,42,67,.18);padding:28px;max-width:560px;margin:28px auto 0;text-align:left;color:var(--ink)}.audit-form label{display:block;font-weight:700;font-size:.85rem;margin:14px 0 4px;color:var(--navy)}.audit-form input{width:100%;padding:12px 14px;border:1.5px solid var(--line);border-radius:8px;font-size:1rem}.audit-form input:focus{outline:none;border-color:var(--navy)}.audit-form button{width:100%;margin-top:20px;background:var(--red);color:#fff;font-weight:800;font-size:1.05rem;padding:14px;border:none;border-radius:9px;cursor:pointer}.audit-form button:hover{background:var(--red-dark)}.audit-form button:disabled{background:#94a3b8;cursor:wait}.form-note{font-size:.78rem;color:var(--slate);margin-top:10px;text-align:center}.error-box{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:8px;padding:12px 14px}.error-box,.progress-note{margin-top:14px;font-size:.9rem}.progress-note{text-align:center;color:var(--slate)}.report{padding:36px 0 64px}.report-head{background:#fff;border-radius:14px;padding:28px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;border:1px solid var(--line)}.report-head h2{color:var(--navy);font-size:1.5rem;letter-spacing:-.01em}.report-head .meta{color:var(--slate);font-size:.9rem}.score-ring{width:120px;height:120px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:800;flex:0 0 120px}.score-ring .num{font-size:2.2rem;line-height:1}.score-ring .lbl{font-size:.72rem;font-weight:600;opacity:.9}.section-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px 28px;margin-top:20px}.section-card .section-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.section-card h3{color:var(--navy);font-size:1.15rem}.pill{color:#fff;font-weight:800;font-size:.8rem;padding:3px 12px;border-radius:999px}.check-item{display:flex;gap:12px;padding:10px 0;border-top:1px solid var(--mist)}.check-item .mark{flex:0 0 24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;font-weight:800}.check-item b{display:block;font-size:.95rem;color:var(--ink)}.check-item p{font-size:.87rem;color:var(--slate)}.cta-band{margin-top:28px;background:var(--red);color:#fff;border-radius:14px;padding:28px;text-align:center}.cta-band h3{font-size:1.3rem;margin-bottom:8px}.cta-band p{color:#ffd9d7;margin-bottom:16px}.cta-band a{display:inline-block;background:#fff;color:var(--red);font-weight:800;text-decoration:none;padding:12px 26px;border-radius:9px}.report-actions{text-align:center;margin-top:20px;display:flex;gap:12px;justify-content:center}.report-actions button{background:var(--navy);color:#fff;border:none;border-radius:8px;padding:11px 22px;font-weight:700;cursor:pointer;font-size:.95rem}.report-actions button.secondary{background:#fff;color:var(--navy);border:1.5px solid var(--navy)}footer.site{padding:28px 0 40px;text-align:center;color:var(--slate);font-size:.85rem}footer.site a{color:var(--navy);font-weight:600}@media print{body{background:#fff}.hero,.report-actions,footer.site,header.site{display:none!important}.report{padding:0}.report-head,.section-card{border:1px solid #ddd}.cta-band,.report-head,.section-card{page-break-inside:avoid;break-inside:avoid}}