:root{--blue:#1f75bc;--teal:#28b6a8;--ink:#102033;--muted:#64748b;--line:#dbe7ef;--bg:#f4fbff;--shadow:0 24px 70px rgba(16,32,51,.14)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff,var(--bg))}
.page{max-width:1180px;margin:auto;padding:28px 18px 42px}.topbar{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:34px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:1.15rem}.brand-mark{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff;display:grid;place-items:center}.pill{padding:10px 14px;border:1px solid rgba(31,117,188,.16);border-radius:999px;background:rgba(255,255,255,.75);color:var(--muted);font-size:.88rem}
.layout{display:grid;grid-template-columns:1fr 520px;gap:32px}.hero{padding-top:38px}.eyebrow{display:inline-block;border:1px solid rgba(40,182,168,.25);background:#fff;border-radius:999px;padding:9px 13px;color:#155487;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}h1{font-size:clamp(2.4rem,6vw,5rem);line-height:.94;letter-spacing:-.075em;margin:18px 0 16px}.lead{font-size:1.12rem;color:#42526a;line-height:1.7}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.cards div{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px}.cards b,.cards span{display:block}.cards span{color:var(--muted);font-size:.86rem;margin-top:5px}
.signup,.panel{background:rgba(255,255,255,.9);border:1px solid rgba(219,231,239,.9);border-radius:28px;box-shadow:var(--shadow);padding:18px}.signup{position:sticky;top:18px}.progress{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:14px}.progress span{height:7px;border-radius:999px;background:#d8e8f2}.progress span.active{background:linear-gradient(90deg,var(--blue),var(--teal))}
form,.inner{border:1px solid var(--line);border-radius:24px;background:#fff;padding:20px;min-height:620px;display:flex;flex-direction:column}.step{display:none}.step.active{display:block}.bot{display:flex;gap:12px;margin-bottom:18px}.bot>span{width:42px;height:42px;flex:0 0 42px;border-radius:15px;background:linear-gradient(135deg,var(--blue),var(--teal));color:white;display:grid;place-items:center;font-weight:900}.bot>div{background:#f3f9fd;border:1px solid #dbeaf3;border-radius:18px 18px 18px 5px;padding:13px 14px}.bot h2{margin:0 0 4px;font-size:1.18rem}.bot p{margin:0;color:#40566e}
label{display:block;margin:0 0 12px;color:#3d5268;font-size:.8rem;font-weight:900}input,select,textarea{width:100%;border:1px solid #c8d8e4;border-radius:15px;padding:13px 14px;font:inherit;margin-top:7px}textarea{min-height:110px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.choice{display:flex;gap:12px;align-items:flex-start;border:1px solid #d5e4ee;border-radius:18px;padding:14px;background:white;cursor:pointer}.choice input{width:auto;margin-top:4px}.choice span{font-size:.9rem;color:#53677d}.choice b{color:var(--ink)}
.price{margin-top:14px;background:#0f2438;color:white;border-radius:20px;padding:17px}.price div{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.13)}.price span{color:#bed4e5}.price .total{border:0;font-size:1.2rem;font-weight:900}.note{padding:12px;border-radius:15px;background:#effaf8;border:1px solid #bdeee5;color:#20645f;font-size:.86rem}.terms{height:170px;overflow:auto;border:1px solid #c8d8e4;border-radius:16px;background:#fbfdff;padding:14px;color:#40566e}.terms.big{height:auto;max-height:70vh}.nav{margin-top:auto;display:flex;gap:10px;padding-top:18px}button{border:0;border-radius:15px;padding:13px 16px;font:inherit;font-weight:900;cursor:pointer}.primary{background:linear-gradient(135deg,var(--blue),var(--teal));color:white;flex:1}.secondary{background:#ecf4f9;color:#34475e}.hidden{display:none!important}.full{width:100%;margin-bottom:12px}.review{display:grid;gap:8px}.review div{border:1px solid var(--line);border-radius:14px;padding:10px;background:#fbfdff}.review b{display:block;color:var(--muted);font-size:.75rem;text-transform:uppercase}.message{margin-top:12px;padding:12px;border-radius:14px}.message.ok{background:#effaf2;color:#22543d;border:1px solid #bce8c7}.message.err{background:#fff5f5;color:#742a2a;border:1px solid #feb2b2}
dialog{width:min(920px,94vw);border:0;border-radius:24px;padding:20px;box-shadow:var(--shadow)}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}
@media(max-width:970px){.layout{grid-template-columns:1fr}.signup{position:static}.cards{grid-template-columns:1fr}}@media(max-width:620px){.topbar{display:block}.top-actions{justify-content:flex-start;margin-top:12px}.grid2{grid-template-columns:1fr}.nav{flex-direction:column}}

.top-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.home-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:10px 14px;border-radius:999px;background:#ecf4f9;color:#34475e;font-weight:900;font-size:.88rem;border:1px solid rgba(31,117,188,.16)}.home-link:hover{background:#e2f0f7}

.version-footer{margin:22px auto 0;text-align:center;color:#6b7b8c;font-size:.78rem}.version-footer a{color:#155487}.terms-document{line-height:1.65;color:#34475e}.terms-document h1{font-size:2rem;letter-spacing:-.03em;line-height:1.1}.terms-document h2{margin-top:22px;color:#102033}.terms-document h3{margin-top:18px;color:#155487}.terms-document ul{padding-left:22px}.terms-callout{border:1px solid #bdeee5;background:#effaf8;color:#20645f;border-radius:16px;padding:14px;margin:12px 0}.small-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.small-actions a{display:inline-flex;text-decoration:none;border-radius:999px;padding:10px 14px;background:#ecf4f9;color:#34475e;font-weight:900;border:1px solid rgba(31,117,188,.16)}

.compact-terms{max-height:260px;overflow:auto;font-size:.92rem}.compact-terms details{margin-top:12px;background:#f8fafc;border:1px solid #dbeafe;border-radius:14px;padding:12px}.compact-terms summary{cursor:pointer;font-weight:800;color:#0d5c75}.full-terms p{line-height:1.55}.terms-page{max-width:920px;margin:0 auto;padding:28px}.terms-page .secondary{display:inline-block;margin-bottom:18px}

.phone-row{display:flex;gap:8px;align-items:center}.phone-row input{flex:1}.phone-row input[readonly]{background:#eef6fb;font-weight:800;text-align:center}

/* v2026.04.27.15 conversational polish */
.bot > div{position:relative;background:#f7fbff;border:1px solid #dcecf7;border-radius:18px;padding:14px 16px;box-shadow:0 8px 20px rgba(15,118,110,.07)}
.bot > div:before{content:"";position:absolute;left:-8px;top:20px;width:14px;height:14px;background:#f7fbff;border-left:1px solid #dcecf7;border-bottom:1px solid #dcecf7;transform:rotate(45deg)}
.bot h2:after{content:"";display:inline-block;width:7px;height:1.05em;margin-left:4px;background:#0F766E;vertical-align:-2px;animation:haBlink 1s steps(1) infinite}
@keyframes haBlink{50%{opacity:0}}
.tracking-placeholder{display:none}
