:root{--orange:#d87b2d;--orange-dark:#be6822;--black:#111217;--text:#20232a;--muted:#69707d;--bg:#f4f4f3;--card:#fff;--line:#dedede}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.45}.topbar{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line);padding:10px 18px 12px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.toplink,.topcta{text-decoration:none;text-align:center;border-radius:999px;font-weight:650}.toplink{color:var(--black);background:#fff;border:2px solid #d7d7d7;padding:10px 8px;font-size:17px}.topcta{grid-column:1/-1;background:var(--orange);color:#fff;padding:14px 14px;font-size:19px;font-weight:850}.hero,.content-section,.check-section{max-width:1100px;margin:0 auto;padding:28px 18px}.hero-card,.check-shell,.info-card,.question-card,.lead-form,.result-card{background:var(--card);border-radius:22px;box-shadow:0 14px 40px rgba(0,0,0,.055)}.hero-card{padding:24px 22px}.hero-grid{display:grid;gap:24px;align-items:center}.hero-photo-wrap{position:relative}.hero-photo{width:100%;display:block;border-radius:22px;box-shadow:0 18px 50px rgba(0,0,0,.16);object-fit:cover;max-height:560px}.photo-caption{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(255,255,255,.92);border-radius:16px;padding:12px 14px;display:grid;gap:2px}.photo-caption span{color:var(--muted);font-size:14px}.eyebrow{margin:0 0 12px;color:var(--muted);font-size:15px;font-weight:700}.brand{margin:4px 0 12px;font-size:39px;line-height:1;font-weight:900;letter-spacing:-1.4px;color:#70747c}.brand strong{color:var(--orange)}.subline{margin:0 0 20px;color:var(--muted);font-size:16px}h1,h2,h3{margin:0 0 16px;color:var(--black);line-height:1.08;letter-spacing:-.7px}h1{font-size:38px}h2{font-size:32px}h3{font-size:23px}.lead{font-size:19px;color:var(--muted);margin:0 0 20px}.lead.small{font-size:17px}.button{display:inline-block;border:0;border-radius:999px;text-decoration:none;text-align:center;cursor:pointer;font-weight:850;padding:14px 20px;font-size:16px}.button.primary{background:var(--orange);color:#fff}.button.primary:hover{background:var(--orange-dark)}.button.secondary{background:#fff;color:var(--black);border:2px solid #d7d7d7}.button.full{width:100%}.trustrow{margin-top:20px;display:grid;gap:7px;color:var(--muted);font-size:14px}.check-section{padding-top:10px}.check-shell{padding:20px 14px}.progress-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:14px;margin-bottom:7px}.progress{height:8px;background:#e5e5e5;border-radius:999px;overflow:hidden;margin-bottom:13px}#barFill{height:100%;width:10%;background:var(--orange);transition:.2s ease}.question-card{box-shadow:none;border:1px solid #e4e4e4;padding:16px 14px}.question-card h3{font-size:24px;line-height:1.12;margin-bottom:14px}.options{display:grid;gap:8px}.option{display:flex;align-items:center;gap:10px;border:2px solid #dcdcdc;border-radius:14px;padding:9px 12px;min-height:52px;background:#fff;cursor:pointer;font-size:16px}.option input{width:18px;height:18px;min-width:18px;accent-color:var(--orange)}.option.selected{border-color:var(--orange)}textarea,input,select{width:100%;border:2px solid #d5d5d5;border-radius:14px;padding:12px;font-size:16px;margin:7px 0 14px;background:#fff}textarea{min-height:100px}.quiz-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.lead-form{padding:22px 16px}.privacy{display:flex;gap:10px;align-items:flex-start;margin:8px 0 14px;font-size:14px}.privacy input{width:19px;min-width:19px;margin-top:2px}.fine{color:var(--muted);font-size:13px}.hidden{display:none!important}.result{margin-top:18px}.result-card{padding:22px 16px}.score{display:inline-block;padding:9px 14px;border-radius:999px;background:#fff4ea;border:1px solid #f0c39d;color:#96501e;font-weight:800;margin:0 0 16px}.result-list{display:grid;gap:10px;margin:18px 0}.result-list div{padding-left:14px;border-left:4px solid var(--orange)}.mail-status{margin-top:16px;padding:13px 14px;border-radius:14px;background:#eef8ee;color:#285d2b}.mail-status.error{background:#fff2f2;color:#822}.soft{background:#ededec;max-width:none}.soft>*{max-width:980px;margin-left:auto;margin-right:auto}.bullets{display:grid;gap:13px;font-size:17px}.bullets div{padding-left:16px;border-left:4px solid var(--orange)}.cards{display:grid;gap:15px}.info-card{padding:22px 18px}.orange{color:var(--orange);font-weight:850}.contact .button{margin:6px 8px 6px 0}.about-grid{display:grid;gap:18px}.video-placeholder{background:#fff;border:2px dashed #d6d6d6;border-radius:22px;padding:24px}.result-card .advisor{display:grid;grid-template-columns:64px 1fr;gap:14px;align-items:center;background:#f7f7f7;border-radius:18px;padding:14px;margin:20px 0}.result-card .advisor img{width:64px;height:64px;border-radius:50%;object-fit:cover}footer{background:#111827;color:#d7dbe2;text-align:center;padding:32px 18px;font-size:15px;display:block!important;clear:both}footer a{color:#f2994a;text-decoration:underline}footer p{margin:8px 0}@media (min-width:760px){.topbar{grid-template-columns:180px 220px 1fr;align-items:center}.topcta{grid-column:auto}.hero,.content-section,.check-section{padding:52px 24px}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)}.hero-card{padding:42px}.hero-photo{height:520px}h1{font-size:48px}h2{font-size:42px}.lead{font-size:22px}.cards{grid-template-columns:repeat(3,1fr)}.about-grid{grid-template-columns:1.2fr .8fr;align-items:center}.info-card h3{font-size:24px}.check-shell{max-width:760px;padding:30px}.question-card h3{font-size:28px}.option{min-height:58px;font-size:16px}}@media (max-width:390px){.topbar{padding:8px 14px 10px}.toplink{font-size:15px;padding:9px 6px}.topcta{font-size:17px;padding:12px 10px}.hero,.content-section,.check-section{padding:24px 14px}.brand{font-size:34px}h1{font-size:33px}h2{font-size:28px}.lead{font-size:17px}.lead.small{font-size:16px}.question-card{padding:14px 12px}.question-card h3{font-size:22px}.option{min-height:48px;padding:8px 10px;font-size:15px;border-radius:13px}.option input{width:17px;height:17px;min-width:17px}}