/* Shared base for all three candidate looks. Each page layers its own skin on top. */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;min-height:100vh;font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-size:17px;line-height:1.5;color:#1b1b1b;background:#f4f4f2}
img{max-width:100%}
a{color:inherit}
.wrap{max-width:720px;margin:0 auto;padding:20px 16px 56px}
.shell{font-size:14px;line-height:1.35;padding:10px 16px;display:flex;flex-wrap:wrap;gap:4px 16px;justify-content:space-between;align-items:baseline}
.shell b{font-weight:600}
.shell .title{font-size:15px}
.shell .who{opacity:.85}
.placeholder{font-size:12px;opacity:.7}
.eyebrow{font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:14px 0 0;opacity:.85}
h1{font-size:clamp(28px,6vw,38px);line-height:1.12;margin:12px 0 10px;letter-spacing:-.01em}
h2{font-size:22px;margin:28px 0 8px}
p{margin:0 0 12px}
.lede{font-size:19px}
label{display:block;font-weight:600;margin:14px 0 6px}
select,input[type=text],input[type=tel],input[type=email]{width:100%;min-height:48px;font:inherit;padding:10px 12px;border:1.5px solid #8a8a86;border-radius:6px;background:#fff;color:inherit}
select:focus,input:focus,button:focus-visible,a:focus-visible{outline:3px solid #ffbf47;outline-offset:2px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:12px 22px;font:inherit;font-weight:700;font-size:18px;border:0;border-radius:8px;cursor:pointer;text-decoration:none;width:100%}
.btn-lite{display:inline-block;min-height:44px;padding:10px 4px;font:inherit;font-size:16px;background:none;border:0;text-decoration:underline;cursor:pointer;color:inherit}
.result{margin:22px 0;padding:18px;border-radius:8px}
.result h2{margin-top:0}
.fixes{padding-left:22px;margin:0 0 10px}
.fixes li{margin-bottom:8px}
.money{font-size:15px;margin:10px 0 0;padding-top:10px;border-top:1px dashed currentColor;opacity:.9}
.money b{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.04em;opacity:.8}
.next{font-size:16px}
.next ol{padding-left:22px;margin:0}
.next li{margin-bottom:6px}
form.lead{margin-top:18px;padding:18px;border-radius:8px}
form.lead h2{margin-top:0}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
form.lead .btn{margin-top:18px}
.err{display:none;margin:10px 0 0;padding:10px 12px;border-radius:6px;background:#fff1f0;border:1.5px solid #c0392b;font-weight:600}
form.lead.show-err .err{display:block}
.hidden{display:none !important}
.textme{margin:14px 0 0;font-size:16px}
.textme form{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}
.textme input{flex:1 1 180px}
.textme .btn{width:auto;min-height:48px;font-size:16px;padding:10px 16px}
footer{margin-top:40px;font-size:13px;opacity:.75}
@media (min-width:640px){.btn{width:auto;min-width:260px}}

/* Sticky main button on phones so the ask is visible before the visitor scrolls. Hidden on wide screens. */
.sticky{position:fixed;left:0;right:0;bottom:0;z-index:5;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid #cfcfca;box-shadow:0 -2px 10px rgba(0,0,0,.08)}
.sticky .btn{width:100%;min-height:48px}
.back{display:inline-block;min-height:44px;line-height:44px;font-weight:600}
@media (max-width:639px){body.has-sticky{padding-bottom:84px}}
@media (min-width:640px){.sticky{display:none}}
