:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#1b2926;background:#f8f6f2;font-synthesis:none}
*{box-sizing:border-box}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
body{margin:0;min-width:320px}
button,input{font:inherit}
button{cursor:pointer}
a{color:#23574e}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #cf9f5a;outline-offset:3px}
.shell{min-height:100vh;padding:36px 6.2% 30px;display:flex;flex-direction:column}
.brand{font-size:13px;font-weight:800;letter-spacing:.035em;color:#23574e;text-decoration:none;align-self:flex-start}
.content{width:min(100%,960px);margin:72px auto 0}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.085em;color:#697773;text-transform:uppercase}
h1{font-size:clamp(36px,5vw,60px);line-height:1.11;letter-spacing:-.045em;margin:18px 0 22px;max-width:800px}
.h1-detail{display:block;font-size:.53em;font-weight:600;line-height:1.25;letter-spacing:-.02em;margin-top:12px}
p{line-height:1.5}
.lead{font-size:19px;color:#61716b;margin:0 0 66px;max-width:680px}
.slots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.slot{border:1px solid #cbd4cd;border-radius:18px;background:white;padding:23px;min-height:177px;display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;color:inherit;transition:border-color .15s,transform .15s,box-shadow .15s}
.slot:hover{border-color:#24564c;transform:translateY(-2px);box-shadow:0 12px 28px #173e3214}
.slot[data-full=true]{opacity:.63;pointer-events:none}
.slot[data-full=true] .mini-button{display:none}
.slot-time{font-size:31px;font-weight:750;letter-spacing:-.04em}
.slot-description{font-size:14px;color:#64736d;margin-top:5px}
.slot-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-top:auto;padding-top:20px}
.remaining{color:#61716b;font-size:13px}
.mini-button{background:#23574e;color:white;border-radius:9px;padding:10px 17px;font-weight:700;font-size:13px;white-space:nowrap}
.footer{width:min(100%,960px);margin:auto auto 0;border-top:1px solid #ccd6ce;padding-top:20px;color:#687770;font-size:13px}
.footer p{margin:0 0 7px}
.question-content{width:min(100%,760px);margin:54px auto 0}
.back{background:transparent;border:0;padding:0;color:#66746e;font-size:14px;margin:0 0 64px}
.back:hover{text-decoration:underline}
.progress-label{margin:0 0 18px}
.progress-track{height:4px;background:#cbd4cd;border-radius:8px;overflow:hidden}
.progress-fill{height:100%;background:#24564c;transition:width .2s}
.step-number{color:#24564c;font-size:19px;font-weight:750;margin:80px 0 26px}
.question-title{font-size:clamp(33px,4.5vw,56px);line-height:1.13;letter-spacing:-.04em;margin:0 0 24px}
.hint{color:#63716b;font-size:17px;margin:0 0 55px;max-width:620px}
.field{display:block;width:100%;height:75px;border:1px solid #cbd4cd;border-radius:12px;background:white;color:#1b2926;padding:0 22px;font-size:25px}
.field::placeholder{color:#778681}
.field:focus{border-color:#24564c;outline:3px solid #24564c30}
.primary{border:0;background:#23574e;color:white;border-radius:12px;padding:16px 26px;min-height:54px;font-weight:750;font-size:16px;margin-top:36px}
.primary:hover{background:#19463d}
.primary:disabled{cursor:wait;opacity:.7}
.selection{display:flex;gap:15px;align-items:flex-start;border:1px solid #cbd4cd;border-radius:14px;background:#fff;padding:20px;cursor:pointer;font-size:18px;line-height:1.45}
.selection input{width:22px;height:22px;accent-color:#23574e;flex:none;margin:3px 0 0}
.review{background:white;border:1px solid #d4ddd5;border-radius:14px;padding:14px 22px;margin-bottom:25px}
.review dl{display:grid;grid-template-columns:150px 1fr;gap:10px 15px;margin:0;font-size:14px;word-break:break-word}
.review dt{color:#66746e}.review dd{margin:0;font-weight:650}
.error{color:#a23c30;background:#fff1ee;border:1px solid #e7b0a8;border-radius:9px;padding:11px 14px;margin:17px 0 0;font-size:14px}
.status{font-size:14px;color:#63716b;margin-top:18px}
.success{width:min(100%,700px);margin:115px auto 0}
.checkmark{display:grid;place-items:center;width:64px;height:64px;background:#23574e;color:white;border-radius:50%;font-size:34px;font-weight:700;margin-bottom:38px}
.success h1{max-width:580px}
.success p{font-size:18px;color:#61716b}
.folio-card{border:1px solid #cbd4cd;border-radius:14px;background:white;padding:22px;margin:48px 0 15px}
.folio-card span{display:block;font-size:12px;font-weight:800;letter-spacing:.08em;color:#66746e}
.folio-card strong{display:block;font-size:25px;margin-top:10px}
@media(max-width:700px){.shell{padding:28px 26px 28px}.content{margin:42px auto 0}.lead{font-size:16px;margin-bottom:32px}.slots{grid-template-columns:1fr;gap:13px}.slot{min-height:119px;padding:18px 20px}.slot-time{font-size:24px}.slot-description{font-size:12px}.slot-bottom{padding-top:0}.mini-button{padding:8px 15px;font-size:12px}.remaining{font-size:12px}.footer{margin-top:45px;font-size:12px}.question-content{margin-top:34px}.back{margin-bottom:70px}.progress-label{margin-bottom:17px}.step-number{margin:56px 0 23px}.question-title{font-size:34px}.hint{font-size:15px;margin-bottom:40px}.field{height:63px;font-size:22px}.primary{width:100%;margin-top:30px}.review dl{grid-template-columns:1fr;gap:3px}.review dd{margin-bottom:10px}.selection{font-size:16px}.success{margin-top:90px}.success h1{font-size:36px}.success p{font-size:17px}}
@media(prefers-reduced-motion:reduce){.slot,.progress-fill{transition:none}}
