:root{--ink: #16211c;--muted: #57635c;--line: #e3e8e5;--accent: #0c8172;--bg: #f6f8f6;--ink-card: #16211c;--radius-lg: 1rem;--shadow-card: 0 1px 2px rgba(22, 33, 28, .05), 0 8px 24px -12px rgba(22, 33, 28, .12);--shadow-lift: 0 2px 4px rgba(22, 33, 28, .06), 0 18px 44px -14px rgba(22, 33, 28, .22);--shadow-glow: 0 0 44px -8px rgba(12, 129, 114, .55)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--bg);line-height:1.5}.brand{display:flex;align-items:center;gap:.6rem;margin-bottom:1.75rem}.brand-mark{width:2rem;height:2rem;flex:none;border-radius:.5rem;background:var(--accent);display:grid;place-items:center}.brand-mark svg{width:1.3rem;height:1.3rem;color:#fff}.brand-name{display:flex;flex-direction:column;line-height:1.05;font-weight:700;font-size:.95rem;letter-spacing:-.01em;color:var(--ink)}.brand-name em{font-style:normal;font-weight:400;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-top:.1rem}main{max-width:34rem;margin:0 auto;padding:2rem 1rem 3rem}main.wide{max-width:72rem;padding-inline:1.25rem}h1{font-size:clamp(1.7rem,1.2rem + 2.2vw,2.6rem);letter-spacing:-.025em;line-height:1.12;margin:0 0 .5rem}.subhead{color:var(--muted);font-size:clamp(1rem,.94rem + .35vw,1.2rem);margin:0 0 1.5rem}.hero .subhead{margin-bottom:.9rem}.trust{display:flex;flex-wrap:wrap;gap:.4rem 1.1rem;margin:0 0 1.5rem;padding:0;list-style:none;font-size:.82rem;color:var(--muted)}.trust li{display:flex;align-items:center;gap:.35rem}.trust svg{width:.85rem;height:.85rem;color:var(--accent);flex:none}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-card)}.card.done h2{margin-top:0}.steps{display:flex;gap:.4rem;list-style:none;padding:0;margin:0 0 1.25rem}.steps li{flex:1;height:4px;border-radius:2px;background:var(--line)}.steps li.active{background:var(--accent)}.step{display:flex;flex-direction:column;gap:.85rem}label{font-weight:600}input[type=text],input[type=tel],input[type=email],#zip,.grid2 input,.step>input{width:100%;padding:.7rem .8rem;font-size:1rem;border:1px solid var(--line);border-radius:.5rem}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.phone-row{display:flex}.phone-row .dial{position:relative;display:flex;align-items:center;gap:.25rem;flex-shrink:0;padding:.7rem .6rem;font-size:1rem;border:1px solid var(--line);border-right:none;border-radius:.5rem 0 0 .5rem;background:#fff;white-space:nowrap}.phone-row .dial-caret{font-size:.6rem;color:var(--muted, #666)}.phone-row .dial select{position:absolute;inset:0;width:100%;opacity:0;cursor:pointer}.phone-row input[type=tel]{border-radius:0 .5rem .5rem 0}.suggest{position:relative;display:flex;flex-direction:column;gap:.85rem}.suggest [role=listbox]{position:absolute;top:100%;left:0;right:0;z-index:10;margin-top:.25rem;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:.5rem;box-shadow:0 4px 12px #00000014}.suggest [role=option]{padding:.6rem .8rem;cursor:pointer;font-size:.95rem}.suggest [role=option]:hover,.suggest [role=option].active{background:#0c817212}fieldset{border:0;padding:0;margin:0}legend{font-weight:600;margin-bottom:.4rem}.options{display:flex;flex-direction:column;gap:.4rem}.option{display:flex;align-items:center;gap:.5rem;font-weight:400;padding:.6rem .7rem;border:1px solid var(--line);border-radius:.5rem;cursor:pointer}button{padding:.75rem 1.1rem;font-size:1rem;font-weight:600;border:0;border-radius:.5rem;cursor:pointer;background:var(--accent);color:#fff}button:hover:not(:disabled){filter:brightness(1.06)}button:disabled{opacity:.45;cursor:not-allowed}button.ghost{background:transparent;color:var(--muted);border:1px solid var(--line)}button.ghost:hover:not(:disabled){filter:none;border-color:var(--muted)}.option:hover{border-color:var(--accent)}.option:has(input:checked){border-color:var(--accent);background:#0c817212}input:focus-visible,button:focus-visible,.option:focus-within{outline:2px solid var(--accent);outline-offset:2px}.row{display:flex;gap:.6rem;justify-content:space-between}.row button{flex:1}.consent{display:flex;gap:.6rem;align-items:flex-start;font-weight:400;font-size:.8rem;color:var(--muted)}.consent input{margin-top:.2rem}.error{color:#c23b3b;font-size:.9rem;margin:0}.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}footer{margin-top:2.5rem;text-align:center;font-size:.8rem;color:var(--muted)}footer p{margin:.3rem 0}footer .legal-links{display:flex;justify-content:center;gap:.6rem}footer a{color:var(--muted);transition:color .15s}footer a:hover{color:var(--ink)}
