:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;background:#07111f;color:#eaf2ff}*{box-sizing:border-box}body{margin:0;background:#07111f;min-height:100vh}.page-frame{min-height:100vh;background:linear-gradient(180deg,rgba(4,9,16,.55),rgba(7,17,31,.4) 40%,rgba(4,9,16,.7)),url(/backgrounds/redwood-road-bg.jpg) 50%/cover no-repeat fixed,#07111f}.wrap{max-width:1100px;margin:auto;padding:42px 22px}.hero{display:flex;justify-content:center;gap:24px;align-items:flex-start;margin-bottom:26px}.home-hero{margin-top:-24px}.hero-center{text-align:center;width:100%}.title-banner{background:rgba(7,17,31,.35);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid #243650;border-radius:0 0 18px 18px;padding:20px 22px 24px;margin:-42px 0 26px}.site-nav.home-nav{background:#000;border-radius:14px 14px 0 0}.hero h1{font-size:48px;margin:8px 0}.hero p{max-width:690px;color:#a9bad0;font-size:18px;line-height:1.5}.home-hero h1{font-family:var(--font-heading),ui-sans-serif,system-ui,sans-serif;font-size:clamp(28.5px,7.125vw,68.4px);font-weight:800;letter-spacing:-.01em;margin:8px 0;text-decoration:underline;-webkit-text-decoration-color:#eaf2ff;text-decoration-color:#eaf2ff;text-decoration-thickness:.09em;text-underline-offset:.03em;-webkit-text-stroke:1.5px rgba(0,0,0,.95);paint-order:stroke fill}.home-hero h1.no-underline{text-decoration:none}.home-hero p{max-width:690px;margin-left:auto;margin-right:auto;color:#eef4fc;font-size:18px;font-weight:600;line-height:1.5;text-shadow:0 2px 10px rgba(0,0,0,.95),0 1px 4px rgba(0,0,0,1),0 0 24px rgba(0,0,0,.6)}.hero a.link{text-shadow:0 2px 8px rgba(0,0,0,.85),0 1px 3px rgba(0,0,0,.9)}.pill{background:#07111f;border:1px solid #2d5e96;padding:7px 11px;border-radius:99px;font-size:13px}.link,a{color:#8bc3ff;font-weight:700;font-size:1.08em}.card{background:rgba(13,26,44,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid #243650;border-radius:18px;padding:24px;box-shadow:0 18px 55px rgba(0,0,0,.25)}.grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}label{display:flex;flex-direction:column;gap:7px;color:#c4d3e5;font-size:14px}input,select,textarea{background:#071321;color:#fff;border:1px solid #30445f;border-radius:10px;padding:12px;font:inherit}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px #071321;-webkit-text-fill-color:#fff;caret-color:#fff;-webkit-transition:background-color 9999s ease-in-out 0s;transition:background-color 9999s ease-in-out 0s}textarea{min-height:90px;margin-bottom:14px}.check{flex-direction:row;align-items:flex-start;line-height:1.45;margin:8px 0 18px}.check input{margin-top:3px}button{background:#eaf2ff;color:#07111f;border:0;border-radius:10px;padding:13px 18px;font-weight:800}.stats{display:grid;grid-template-columns:repeat(3,84px);grid-gap:9px;gap:9px;margin:14px 0}.stats div{background:rgba(13,26,44,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid #243650;border-radius:12px;padding:6px;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.stats b{font-size:19px;line-height:1}.stats span,small{display:block;color:#8fa4bd;margin-top:3px}.stats span{font-size:10px;line-height:1.15}table{width:100%;border-collapse:collapse}td,th{text-align:left;padding:14px 10px;border-bottom:1px solid #21334a;vertical-align:top}th{color:#8fa4bd;font-size:12px;text-transform:uppercase}.score{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;font-weight:800;background:#19324f}.hot{outline:2px solid #f3c46b}.warm{outline:2px solid #8bc3ff}.cool{outline:2px solid #71839a}footer{color:#7389a4;font-size:13px;text-align:center;margin:28px}@media(max-width:700px){.grid{grid-template-columns:1fr}.hero{display:block}.card{overflow:auto}.stats{margin-left:auto;margin-right:auto}.page-frame{background:linear-gradient(180deg,rgba(4,9,16,.55),rgba(7,17,31,.4) 40%,rgba(4,9,16,.7)),url(/backgrounds/redwood-road-bg-mobile.jpg) 50%/cover no-repeat,#07111f}}.dashboard-hero{margin-top:0}.chat-log{max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:4px}.chat-bubble{align-self:flex-start;max-width:80%;background:#0d1a2c;border:1px solid #243650;border-radius:14px;padding:8px 12px}.chat-bubble p{margin:0;white-space:pre-wrap;word-break:break-word}.chat-bubble small{color:#7389a4;display:block;margin-top:4px;font-size:11px}.chat-bubble.mine{align-self:flex-end;background:#16365d;border-color:#2d5e96}.site-nav{max-width:min(1056px,calc(100% - 44px));margin:0 auto;padding:14px 22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:20px;gap:20px;min-height:50px}.site-nav .nav-left{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.site-nav .nav-right{justify-self:end}.site-nav .pill{justify-self:center}.site-nav a{color:#fff;font-weight:400;font-size:1em}.form>.grid,.form>button,.form>label{margin-bottom:16px}.card+.card{margin-top:22px}button{cursor:pointer}button:disabled{opacity:.6;cursor:wait}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #8bc3ff;outline-offset:3px}[role=alert]{color:#ffc5bb}h1{overflow-wrap:anywhere}.hero .tagline{display:inline-block;max-width:none;color:#eaf2ff;font-size:37px;font-weight:800;letter-spacing:.02em;margin:10px 0 16px;text-align:center;filter:drop-shadow(0 3px 8px rgba(0,0,0,.96)) drop-shadow(0 1px 4px rgba(0,0,0,1));background:rgba(22,54,93,.4);border:1px solid #2d5e96;border-radius:16px;padding:8px 26px;box-shadow:0 6px 20px rgba(0,0,0,.35)}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin:0 0 26px}.steps>div{background:#0d1a2c;border:1px solid #243650;border-radius:16px;padding:20px}.steps h3{margin:10px 0 6px;font-size:17px}.steps p{color:#a9bad0;font-size:14px;line-height:1.5;margin:0}.step-num{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:50%;background:#16365d;border:1px solid #2d5e96;font-weight:800;font-size:14px}fieldset{border:0;padding:0;margin:0 0 22px}fieldset legend{color:#8bc3ff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:0 0 12px;width:100%}.success{text-align:center;padding:40px 24px}.success-check{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;border-radius:50%;background:#173a2c;border:1px solid #2f6b4c;color:#7be0a5;font-size:26px;font-weight:800;margin-bottom:14px}@media(max-width:700px){.steps{grid-template-columns:1fr}}.access-badge{display:inline-block;background:#07111f;border:1px solid #2d5e96;color:#bcd9ff;padding:5px 12px;border-radius:99px;font-size:12px;font-weight:700;margin:6px 0}.access-badge.nationwide{background:#07111f;border-color:#2d5e96;color:#bcd9ff}.access-badge.none{background:#07111f;border-color:#7a3540;color:#f3b4bd}.filter-bar{gap:8px}.filter-bar,.tabs{margin-top:16px;display:flex;flex-wrap:wrap}.tabs{gap:6px}.tabs a{background:#0d1a2c;border:1px solid #243650;border-radius:99px;padding:7px 13px;font-size:13px;font-weight:400;color:#a9bad0;text-decoration:none}.tabs a.active{background:#16365d;border-color:#2d5e96;color:#eaf2ff;font-weight:700}.tabs a:hover{border-color:#3f6690}.tag{display:inline-block;padding:4px 9px;border-radius:99px;font-size:12px;font-weight:700}.tag.consent{background:#173a2c;color:#7be0a5}.tag.call{background:#3a2f16;color:#f3c46b}.tag.muted{background:#19243450;color:#7389a4;font-weight:400}.status-badge{display:inline-block;padding:5px 11px;border-radius:99px;font-size:12px;font-weight:700}.status-badge.new{background:#16365d;color:#8bc3ff}.status-badge.contacted{background:#3a2f16;color:#f3c46b}.status-badge.appointment{background:#2d1f3a;color:#c9a3f5}.status-badge.sold{background:#173a2c;color:#7be0a5}.status-badge.lost{background:#19243a;color:#7389a4}table thead th{position:-webkit-sticky;position:sticky;top:0;background:#0d1a2c;z-index:1}table tbody tr:hover{background:#101f34}select.status-select{font-weight:700;width:auto}select.status-select.new{color:#8bc3ff}select.status-select.contacted{color:#f3c46b}select.status-select.appointment{color:#c9a3f5}select.status-select.sold{color:#7be0a5}select.status-select.lost{color:#7389a4}.brand-grid{gap:8px}.brand-grid .check{margin:4px 0 9px}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_458591{font-family:Poppins,Poppins Fallback;font-weight:800;font-style:normal}.__variable_458591{--font-heading:"Poppins","Poppins Fallback"}