:root {
  color-scheme: light;
  --navy:#071d3b;
  --blue:#1167ee;
  --blue-dark:#0754ce;
  --blue-soft:#edf5ff;
  --ink:#101828;
  --muted:#647188;
  --line:#dfe6ef;
  --soft:#f7faff;
  --white:#fff;
  --shadow:0 24px 68px rgba(7,29,59,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5}
body.menu-open{overflow:hidden}
a{color:inherit}
img{max-width:100%}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(223,230,239,.88);background:rgba(255,255,255,.95);backdrop-filter:blur(14px)}
.nav-shell{display:flex;width:min(1460px,calc(100% - 48px));min-height:76px;align-items:center;gap:26px;margin:0 auto}
.brand{display:inline-flex;width:clamp(210px,18vw,268px);align-items:center;text-decoration:none}
.brand img{display:block;width:100%;height:auto}
.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(17px,1.7vw,28px);margin-left:auto;color:#34445f;font-size:14px;font-weight:800}
.site-nav a{text-decoration:none}
.site-nav a:hover{color:var(--blue-dark)}
.mobile-only{display:none}
.nav-actions{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:10px;margin-left:22px}
.header-lead-cta{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:0;border-radius:10px;padding:9px 15px;background:var(--blue);color:#fff;cursor:pointer;font:inherit;font-size:14px;font-weight:900;text-decoration:none;white-space:nowrap;box-shadow:0 8px 20px rgba(17,103,238,.18)}
.header-lead-cta:hover{background:var(--blue-dark)}
.cart-link{display:inline-flex;min-height:42px;align-items:center;gap:7px;border-radius:10px;padding:7px 9px;color:var(--navy);font-size:14px;font-weight:850;text-decoration:none;white-space:nowrap}
.cart-link:hover{background:var(--blue-soft)}
.cart-link svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.language-toggle{display:inline-flex;height:38px;align-items:center;overflow:hidden;border:1px solid #c5d8e9;border-radius:999px;padding:3px;background:#eef7ff}
.language-toggle button{display:inline-flex;width:auto;min-width:38px;height:30px;align-items:center;justify-content:center;border:0;border-radius:999px;padding:0 9px;background:transparent;color:#607089;cursor:pointer;font:inherit;font-size:14px;font-weight:900;letter-spacing:.03em}
.language-toggle button.active{background:var(--blue);color:#fff}
.language-toggle>span{width:1px;height:16px;background:#c5d8e9}
.menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}
.menu-toggle>span:not(.sr-only){width:20px;height:2px;border-radius:2px;background:var(--navy)}
.hero{padding:38px 24px 42px;background:radial-gradient(circle at 10% 14%,rgba(17,103,238,.12),transparent 30%),radial-gradient(circle at 92% 12%,rgba(17,103,238,.07),transparent 27%),linear-gradient(180deg,#fff,#f7faff)}
.hero-grid{display:grid;width:min(1420px,100%);margin:0 auto;grid-template-columns:minmax(0,1.1fr) minmax(470px,.78fr);gap:clamp(42px,5vw,78px);align-items:center}
.hero-copy-block{min-width:0;padding-left:clamp(0px,2vw,24px)}
.eyebrow,.section-kicker{margin:0 0 12px;color:var(--blue);font-size:14px;font-weight:900;letter-spacing:.08em;line-height:1.45;text-transform:uppercase}
h1{width:100%;max-width:820px;margin:0;color:var(--navy);font-size:clamp(50px,5.2vw,74px);line-height:1.01;letter-spacing:-.05em}
h1 span{color:var(--blue)}
.hero-copy{max-width:720px;margin:18px 0 0;color:var(--muted);font-size:clamp(18px,1.4vw,20px);line-height:1.55}
.hero-copy-mobile{display:none}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:46px}
.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:11px;padding:13px 21px;font-size:16px;font-weight:900;text-decoration:none}
.button-primary{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(17,103,238,.2)}
.button-primary:hover{background:var(--blue-dark)}
.button-secondary{border-color:#cbd6e4;background:#fff;color:var(--navy)}
.qr-cta{display:inline-flex;min-height:52px;align-items:center;justify-content:center;border:1px solid #cbd6e4;border-radius:11px;padding:13px 21px;background:#fff;color:var(--navy);cursor:pointer;font:inherit;font-size:16px;font-weight:900}
.qr-cta:hover{background:var(--blue-soft)}
.mobile-build{display:none}
.proof{display:grid;max-width:900px;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.proof span{display:flex;min-width:0;flex-direction:column;border-left:3px solid #cfe0fb;padding-left:13px;color:var(--navy);font-size:clamp(19px,1.45vw,22px);font-weight:900;line-height:1.28;letter-spacing:-.018em}
.hero-signup-card{min-width:0;scroll-margin-top:96px;overflow-anchor:none;border:1px solid #d6e2f0;border-radius:24px;padding:28px;background:#fff;box-shadow:0 24px 68px rgba(7,29,59,.14)}
.hero-signup-card h2{margin:0;color:var(--navy);font-size:clamp(32px,3vw,42px);line-height:1.06;letter-spacing:-.045em}
.hero-signup-copy{margin:10px 0 20px;color:var(--muted);font-size:16px;line-height:1.5}
.hero-signup-card .account-geography{grid-template-columns:1fr}
.hero-signup-card .account-submit{min-height:54px}
.property-record-search{padding:42px 24px;background:var(--navy);color:#fff}
.property-record-search-shell{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr);gap:48px;align-items:center}
.property-record-search .section-kicker{color:#8fc1ff}
.property-record-search-copy h2{margin:0;color:#fff;font-size:clamp(34px,3.8vw,50px);line-height:1.05;letter-spacing:-.05em}
.property-record-search-copy>p:last-child{margin:12px 0 0;color:#c7d5e7;font-size:17px}
.property-address-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;border-radius:18px;padding:10px;background:#fff;box-shadow:0 18px 52px rgba(0,0,0,.22)}
.property-address-form label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.property-address-form input{width:100%;min-height:58px;border:1px solid transparent;border-radius:11px;padding:0 17px;background:#f6f8fb;color:var(--navy);font:inherit;font-size:17px;outline:none}
.property-address-form input:focus{border-color:#6faaff;box-shadow:0 0 0 3px rgba(17,103,238,.13)}
.property-address-form button{min-height:58px;border:0;border-radius:11px;padding:0 24px;background:var(--blue);color:#fff;cursor:pointer;font:inherit;font-size:16px;font-weight:900;white-space:nowrap}
.property-address-form button:hover:not(:disabled){background:var(--blue-dark)}
.property-address-form button:disabled{cursor:not-allowed;opacity:.48;box-shadow:none}
.property-address-note{min-height:22px;margin:9px 10px 0;color:#aebed3;font-size:14px;font-weight:700}
.property-address-note.error{color:#ffb6b6}
.phone-wrap{display:flex;justify-content:center}
.phone{width:min(100%,430px);border:1px solid rgba(7,29,59,.9);border-radius:34px;padding:9px;background:#101828;box-shadow:0 30px 75px rgba(7,29,59,.22)}
.phone-screen{overflow:hidden;border-radius:25px;background:#fff}
.phone-status{display:flex;min-height:29px;align-items:center;justify-content:space-between;padding:5px 16px 2px 18px;color:#0b0f17;background:#fff;font-size:11px;font-weight:800}
.phone-status-icons{display:flex;align-items:center;gap:5px}
.phone-status-icons svg{width:16px;height:13px;fill:#0b0f17;stroke:#0b0f17;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.phone-status-icons svg:nth-child(2),.phone-status-icons svg:nth-child(3){fill:none}
.phone-header{display:grid;min-height:96px;grid-template-columns:32px 1fr 32px;align-items:center;border-bottom:1px solid #e7e9ed;padding:7px 10px;background:#fff}
.phone-chevron{color:#0b78ff;font-size:31px;line-height:1;transform:translateY(-1px)}
.phone-contact{min-width:0;text-align:center}
.phone-avatar{display:grid;width:60px;height:60px;place-items:center;margin:0 auto 4px;overflow:hidden;border-radius:50%;background:var(--blue-soft)}
.phone-avatar img{display:block;width:50px;height:50px;object-fit:contain}
.phone-contact strong{display:block;color:#111827;font-size:15px;line-height:1.1}
.phone-info{display:grid;width:22px;height:22px;place-items:center;justify-self:center;border:1.7px solid #0b78ff;border-radius:50%;color:#0b78ff;font-size:13px;font-weight:800}
.sms-thread{display:flex;flex-direction:column;gap:8px;padding:17px 12px 19px;background:#f5f5f7}
.sms-bubble{width:fit-content;max-width:88%;border-radius:18px;padding:9px 12px;font-size:14px;line-height:1.4;box-shadow:0 1px 1px rgba(11,20,26,.08)}
.sms-bubble p{margin:0}
.sms-bubble.user{align-self:flex-end;border-bottom-right-radius:5px;background:#0b84ff;color:#fff}
.sms-bubble.assistant{align-self:flex-start;border-bottom-left-radius:5px;background:#e4e5e9;color:#111827}
.sms-link{color:#075fd1;font-weight:800;white-space:nowrap}
.sms-time{margin:2px 4px 0;color:#8b93a2;font-size:10px;text-align:center}
.sms-compose{display:grid;min-height:53px;grid-template-columns:28px 1fr 28px;gap:8px;align-items:center;padding:8px 11px 10px;border-top:1px solid #e7e9ed;background:#fff}
.sms-plus{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:#d7d9de;color:#5f6672;font-size:20px;line-height:1}
.sms-field{height:34px;border:1px solid #d4d7dc;border-radius:18px;padding:6px 12px;color:#a1a7b1;font-size:13px}
.sms-send{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;background:#0b84ff;color:#fff;font-size:17px;font-weight:900}
.section{padding:66px 24px}
.section-shell{width:min(1160px,100%);margin:0 auto}
.section-heading{max-width:850px}
.section-heading h2,.pricing-copy h2,.title-row h2{margin:0;color:var(--navy);font-size:clamp(38px,4.4vw,58px);line-height:1.05;letter-spacing:-.05em}
.section-heading>p:last-child,.pricing-copy>p,.title-row>div>p:last-child{margin:14px 0 0;color:var(--muted);font-size:18px}
.record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:34px}
.record-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:22px;padding:30px;background:#fff;box-shadow:0 14px 38px rgba(7,29,59,.055)}
.record-card:after{position:absolute;top:0;right:0;width:100px;height:5px;background:var(--blue);content:""}
.record-card h3{margin:0 0 9px;color:var(--navy);font-size:25px;letter-spacing:-.035em}
.record-card p{margin:0;color:var(--muted);font-size:16px}
.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.tag-row span{border-radius:999px;padding:7px 10px;background:var(--blue-soft);color:var(--blue-dark);font-size:13px;font-weight:850}
.email-signup{padding-top:42px;padding-bottom:42px;background:#eaf3ff}
.email-signup-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:center}
.email-signup-card>div{max-width:780px}
.email-signup-card h2{margin:0;color:var(--navy);font-size:clamp(34px,3.7vw,50px);line-height:1.06;letter-spacing:-.045em}
.email-signup-card p:last-child{margin:12px 0 0;color:#52637c;font-size:18px}
.account-cta{cursor:pointer;font-family:inherit}
.pricing{background:var(--soft)}
.pricing-shell{display:grid;grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr);gap:clamp(50px,8vw,105px);align-items:center}
.pricing-copy>.pricing-lead-types{color:var(--navy);font-size:16px;font-weight:850;line-height:1.7}
.pricing-copy ul{display:grid;gap:9px;margin:25px 0 29px;padding:0;list-style:none}
.pricing-copy li{position:relative;padding-left:25px;color:var(--navy);font-size:15px;font-weight:800}
.pricing-copy li:before{position:absolute;top:1px;left:0;color:var(--blue);content:"✓";font-weight:950}
.price-table-wrap{overflow:hidden;border:1px solid #d6e0ec;border-radius:22px;background:#fff;box-shadow:0 18px 48px rgba(7,29,59,.09)}
.price-table-intro{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding:24px 24px 17px;background:var(--navy);color:#fff}
.price-table-intro strong{font-size:26px;font-weight:900;line-height:1.1;letter-spacing:-.035em}
.price-table-intro span{font-size:26px;font-weight:900;line-height:1.1;letter-spacing:-.035em;white-space:nowrap}
.price-table-heading,.price-row{display:grid;grid-template-columns:1.45fr .75fr 1fr;gap:14px;align-items:center}
.price-table-heading{border-bottom:1px solid #cfe0f5;padding:16px 24px;background:#eaf3ff;color:var(--blue-dark);font-size:15px;font-weight:900;letter-spacing:.01em}
.price-table-heading span:not(:first-child){text-align:center}
.price-row{border-bottom:1px solid var(--line);padding:22px 24px;background:#fff}
.price-row strong{color:var(--navy);font-size:17px}
.price-row span,.price-row b{color:var(--navy);font-size:28px;font-weight:950;text-align:center;letter-spacing:-.04em}
.price-row b{color:var(--blue)}
.price-row.featured{background:var(--blue-soft);box-shadow:inset 4px 0 0 var(--blue)}
.price-note{margin:0;padding:21px 24px 23px;background:#fff;color:#53637a;font-size:16px;font-weight:600;line-height:1.5;text-align:center}
.price-note strong{color:var(--navy);font-weight:950}
.title-search{padding-top:58px;padding-bottom:62px;background:var(--navy);color:#fff}
.title-search .section-kicker{color:#8fc1ff}
.title-search .title-row h2{color:#fff}
.title-search .title-row>div>p:last-child{color:#c7d5e7}
.title-search .title-action>span{color:#8fc1ff}
.title-search .button-secondary{border-color:#fff;background:#fff;color:var(--navy)}
.title-search .button-secondary:hover{border-color:#d9e8fb;background:#d9e8fb}
.title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:52px;align-items:center;border-top:0;padding-top:0}
.title-row>div:first-child{max-width:760px}
.title-action{display:flex;min-width:220px;flex-direction:column;gap:14px;align-items:center}
.title-action>span{color:var(--blue);font-size:24px;font-weight:950}
.site-footer{border-top:1px solid var(--line);padding:36px 24px;background:#fff}
.qr-modal,.account-modal,.lead-modal{position:fixed;inset:0;z-index:140;display:grid;place-items:center;padding:20px;background:rgba(7,29,59,.62)}
.qr-modal[hidden],.account-modal[hidden],.lead-modal[hidden]{display:none}
.qr-card{position:relative;width:min(440px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border:1px solid var(--line);border-radius:22px;padding:30px;background:#fff;box-shadow:0 30px 80px rgba(7,29,59,.28);text-align:center}
.account-card{position:relative;width:min(680px,100%);max-height:calc(100vh - 40px);overflow-y:auto;overflow-anchor:none;scrollbar-width:none;-ms-overflow-style:none;border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff;box-shadow:0 30px 80px rgba(7,29,59,.28)}
.account-card::-webkit-scrollbar{display:none}
.lead-modal-card{position:relative;width:min(540px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border:1px solid var(--line);border-radius:24px;padding:32px;background:#fff;box-shadow:0 30px 80px rgba(7,29,59,.28)}
.modal-close{position:absolute;top:14px;right:14px;display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:50%;background:var(--soft);color:var(--navy);cursor:pointer;font-size:24px;line-height:1}
.qr-card h2{margin:0 42px 8px;color:var(--navy);font-size:28px;line-height:1.15;letter-spacing:-.035em}
.qr-copy{margin:0 auto 18px;color:var(--muted);font-size:16px}
.qr-image{display:block;width:237px;height:237px;margin:0 auto;padding:10px;border-radius:10px;background:#fff;box-shadow:0 0 0 1px var(--line);image-rendering:pixelated}
.qr-image canvas,.qr-image img{display:block;width:217px!important;height:217px!important;image-rendering:pixelated}
.account-card>.section-kicker{margin-right:44px}
.account-card h2{max-width:540px;margin:0;color:var(--navy);font-size:34px;line-height:1.08;letter-spacing:-.04em}
.account-copy{max-width:590px;margin:10px 0 22px;color:var(--muted);font-size:16px}
.lead-modal-card h2{margin:0;color:var(--navy);font-size:34px;line-height:1.08;letter-spacing:-.04em}
.lead-modal-copy{margin:10px 0 22px;color:var(--muted);font-size:16px}
.lead-field-label{display:block;margin:0 0 7px;color:var(--navy);font-size:14px;font-weight:850}
.lead-name-input,.lead-phone-input{width:100%;height:54px;border:1px solid #cbd6e4;border-radius:14px;padding:0 15px;background:#fff;color:var(--ink);font:inherit;font-size:18px;font-weight:700;outline:none}
.lead-name-input:focus,.lead-phone-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(17,103,238,.13)}
.lead-name-input[aria-invalid="true"],.lead-phone-input[aria-invalid="true"],[data-account-role="full-name"][aria-invalid="true"],[data-account-role="email"][aria-invalid="true"]{border-color:#bd3f36;box-shadow:0 0 0 3px rgba(189,63,54,.11)}
.lead-phone-field{position:relative}
.account-name-field,.account-email-field{position:relative;display:block}
.lead-phone-input{padding-right:54px}
.account-name-field input,.account-email-field input{padding-right:52px}
.account-name-field input{text-transform:capitalize}
.lead-phone-valid{position:absolute;top:50%;right:14px;display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#168a4a;color:#fff;font-size:18px;font-weight:900;line-height:1;transform:translateY(-50%)}
.lead-phone-valid[hidden]{display:none}
.field-valid{position:absolute;top:50%;right:12px;display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#168a4a;color:#fff;font-size:18px;font-weight:900;line-height:1;transform:translateY(-50%)}
.field-valid[hidden]{display:none}
.lead-name-error,.lead-phone-error,.sms-consent-error{min-height:22px;margin:7px 0 0;color:#9b2d25;font-size:14px;font-weight:750}
.account-field-error{min-height:16px;margin:0;color:#9b1c1c;font-size:14px;font-weight:750}
.account-identity-continue,.account-geography-continue{width:100%;min-height:50px;margin-top:2px;cursor:pointer;font-family:inherit}
.account-identity-continue:disabled,.account-geography-continue:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}
.lead-modal-submit{width:100%;min-height:52px;margin-top:10px;border:1px solid var(--blue);border-radius:999px;padding:13px 20px;background:var(--blue);color:#fff;cursor:pointer;font:inherit;font-size:16px;font-weight:900;box-shadow:0 10px 24px rgba(17,103,238,.2)}
.lead-modal-submit:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}
.sms-consent{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;margin:16px 0 2px;color:#5f6d82;font-size:14px;line-height:1.5}
.sms-consent input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--blue)}
.sms-consent-error{margin-left:30px}
[data-account-form]{display:grid;gap:10px}
.account-identity-fields{display:grid;gap:8px}
.account-identity-fields[hidden],.account-identity-summary[hidden],.account-geography-summary[hidden]{display:none}
.account-identity-summary,.account-geography-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #cfe0f7;border-radius:12px;padding:10px 12px;background:#f4f8fe}
.account-identity-copy{display:grid;min-width:0;gap:1px;color:var(--navy);font-size:14px;line-height:1.35}
.account-identity-copy strong,.account-identity-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.account-identity-copy strong{font-size:16px;font-weight:900}
.account-identity-copy span{color:var(--muted)}
.account-geography-copy{min-width:0;overflow:hidden;color:var(--navy);font-size:15px;font-weight:850;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}
.account-identity-summary button,.account-geography-summary button{flex:0 0 auto;border:0;padding:7px 8px;background:transparent;color:var(--blue);cursor:pointer;font:inherit;font-size:14px;font-weight:900}
.account-identity-summary button:hover,.account-geography-summary button:hover{text-decoration:underline;text-underline-offset:3px}
.account-stage{display:grid;gap:10px}
.account-stage[hidden]{display:none}
.account-field{display:grid;gap:4px;color:var(--navy);font-size:15px;font-weight:850}
.account-field input,.account-field select{width:100%;height:50px;border:1px solid #cbd6e4;border-radius:10px;padding:11px 13px;background:#fff;color:var(--ink);font:inherit;font-size:16px;outline:none}
.account-field input:focus,.account-field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(17,103,238,.13)}
.account-geography{display:grid;grid-template-columns:150px minmax(0,1fr);gap:12px;align-items:start}
.account-state-field{align-self:start}
.county-picker,.record-picker{margin:0;border:1px solid var(--line);border-radius:14px;padding:14px;background:#fbfdff}
.county-picker legend,.record-picker legend{padding:0 8px;color:var(--navy);font-size:15px;font-weight:900}
.county-limit{margin-left:5px;color:var(--muted);font-size:13px;font-weight:700}
.county-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 10px;color:#34445f;font-size:14px}
.county-option{display:flex;align-items:flex-start;gap:8px;border-radius:8px;padding:6px 7px;cursor:pointer}
.county-option:hover{background:var(--blue-soft)}
.county-option input{flex:0 0 auto;width:17px;height:17px;margin:1px 0 0;accent-color:var(--blue)}
.county-option input:disabled+span{opacity:.45}
.county-empty{grid-column:1/-1;margin:3px;color:var(--muted);font-size:14px}
.record-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 10px;color:#34445f;font-size:14px}
.record-option{display:flex;align-items:flex-start;gap:8px;border-radius:8px;padding:6px 7px;cursor:pointer}
.record-option:hover{background:var(--blue-soft)}
.record-option input{flex:0 0 auto;width:17px;height:17px;margin:1px 0 0;accent-color:var(--blue)}
.account-consent{display:flex;align-items:flex-start;gap:9px;color:#34445f;font-size:14px;line-height:1.35}
.account-consent input{flex:0 0 auto;width:18px;height:18px;margin:1px 0 0;accent-color:var(--blue)}
.account-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.account-status{min-height:22px;margin:0;color:#9b1c1c;font-size:14px;font-weight:750}
.account-status.success{border-radius:10px;padding:12px;background:#eaf8ef;color:#17623a}
.account-submit{width:100%;cursor:pointer;font-family:inherit}
.account-submit:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}
.account-code-stage{display:grid;gap:13px;border:1px solid #cfe0f7;border-radius:16px;padding:20px 18px;background:#f5f9ff;text-align:left}
.account-code-stage[hidden]{display:none}
.account-code-stage h3{margin:0;color:var(--navy);font-size:23px;line-height:1.15;letter-spacing:-.025em}
.account-code-stage>p{margin:0;color:var(--muted);font-size:15px;line-height:1.45}
.account-code-stage>p strong{color:var(--navy)}
.verification-code{display:grid;grid-template-columns:repeat(6,minmax(38px,52px));gap:8px;justify-content:center;margin:3px 0}
.verification-code input{width:100%;height:58px;border:1px solid #b9c9de;border-radius:11px;background:#fff;color:var(--navy);font:inherit;font-size:27px;font-weight:900;line-height:1;text-align:center;outline:none;caret-color:var(--blue)}
.verification-code input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(17,103,238,.14)}
.verification-code input:disabled{background:#edf2f8;color:#617089}
.account-code-error{min-height:20px!important;color:#9b1c1c!important;font-size:14px!important;font-weight:750}
.account-resend{width:max-content;border:0;padding:3px 0;background:transparent;color:var(--blue);cursor:pointer;font:inherit;font-size:14px;font-weight:900}
.account-resend:hover{text-decoration:underline;text-underline-offset:3px}
.account-resend:disabled{cursor:wait;opacity:.55;text-decoration:none}
.verification-page{min-height:100vh;background:linear-gradient(180deg,#edf5ff,#fff)}
.verification-shell{display:grid;width:min(620px,calc(100% - 32px));min-height:calc(100vh - 72px);place-content:center;margin:0 auto;padding:36px 0}
.verification-brand{display:block;width:240px;margin:0 auto 24px}
.verification-brand img{display:block;width:100%}
.verification-card{border:1px solid var(--line);border-radius:24px;padding:42px;background:#fff;box-shadow:var(--shadow);text-align:center}
.verification-card h1{max-width:none;font-size:38px;line-height:1.08;letter-spacing:-.04em}
.verification-card p{margin:16px 0 24px;color:var(--muted);font-size:17px}
.verification-mark{display:grid;width:58px;height:58px;place-items:center;margin:0 auto 18px;border-radius:50%;background:#eaf8ef;color:#14713e;font-size:31px;font-weight:900}
body.modal-open{overflow:hidden}
.footer-shell{display:grid;width:min(1160px,100%);grid-template-columns:minmax(250px,1fr) minmax(150px,.55fr) minmax(300px,1.35fr);gap:34px 52px;align-items:start;margin:0 auto}
.footer-brand a{display:block;width:210px}
.footer-brand img{display:block;width:100%}
.footer-brand p{max-width:330px;margin:14px 0 0;color:var(--muted);font-size:15px}
.footer-links,.footer-guides{display:grid;align-content:start;gap:9px}
.footer-links strong,.footer-guides strong{margin-bottom:3px;color:var(--navy);font-size:15px}
.footer-guides{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}
.footer-guides strong{grid-column:1/-1}
.footer-shell nav a{color:#46556d;font-size:14px;font-weight:750;text-decoration:none}
.footer-shell nav a:hover{color:var(--blue-dark);text-decoration:underline;text-underline-offset:3px}
.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:18px;padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}
@media(max-width:1050px){.hero-grid{grid-template-columns:1fr}.hero-copy-block{max-width:850px;padding-left:0;text-align:center;justify-self:center}.hero-copy{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.proof{margin-left:auto;margin-right:auto;text-align:left}.phone-wrap{margin-top:4px}.pricing-shell{grid-template-columns:1fr}.pricing-copy{text-align:center}.pricing-copy ul{width:fit-content;margin-left:auto;margin-right:auto;text-align:left}}
@media(max-width:1050px){.property-record-search-shell{grid-template-columns:1fr;gap:24px}.property-record-search-copy{text-align:center}.property-record-search-copy>p:last-child{margin-left:auto;margin-right:auto}}
@media(max-width:950px){.qr-cta{display:none}}
@media(max-width:1180px){.site-header{background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.nav-shell{width:min(100% - 32px,1420px);min-height:68px;background:#fff}.brand{width:210px}.nav-actions{margin-left:auto}.header-lead-cta{display:none}.menu-toggle{display:flex;background:#fff}.site-nav{position:fixed;top:69px;right:0;bottom:0;left:0;display:none;align-items:stretch;justify-content:flex-start;flex-direction:column;gap:0;margin-left:0;padding:18px 24px 32px;background:#fff;opacity:1}.site-nav.open{display:flex}.site-nav a{border-bottom:1px solid var(--line);padding:17px 4px;font-size:17px}.mobile-only{display:block}.cart-link{display:none}.title-row{grid-template-columns:1fr;gap:30px}.title-action{align-items:flex-start}}
@media(max-width:800px){.footer-shell{grid-template-columns:1fr}.footer-guides{grid-template-columns:1fr}.footer-guides strong,.footer-bottom{grid-column:1}.footer-bottom{flex-direction:column}.footer-brand a{margin:0 auto}.footer-brand p{margin-left:auto;margin-right:auto;text-align:center}.email-signup-card{grid-template-columns:1fr;gap:25px}.email-signup-card .button{width:fit-content}}
@media(max-width:650px){.hero{padding:34px 16px 40px}.hero-grid{gap:0}.hero-copy-block{display:contents;text-align:left}.hero-copy-block>.eyebrow{order:1}.hero-copy-block>h1{order:2}.hero-copy-block>.hero-copy{order:3}.phone-wrap{order:4;margin-top:28px}.hero-copy-block>.proof{order:5}.hero-copy-block>.hero-actions{order:6}h1{font-size:clamp(40px,11.5vw,49px);line-height:1.03}.hero-copy{margin-top:16px}.hero-copy-desktop{display:none}.hero-copy-mobile{display:inline}.hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:38px}.hero-actions .button{width:100%}.desktop-qr{display:none}.mobile-build{display:inline-flex}.proof{grid-template-columns:1fr;gap:12px;margin-top:34px}.proof span{flex-direction:row;align-items:baseline;font-size:19px}.phone{max-width:390px}.section{padding:52px 16px}.record-grid{grid-template-columns:1fr;margin-top:28px}.record-card{padding:25px 22px}.email-signup{padding-top:40px;padding-bottom:40px}.email-signup-card h2{font-size:34px}.email-signup-card .button{width:100%}.title-search{padding-top:44px;padding-bottom:48px}.title-row{padding-top:0}.price-table-intro{padding:21px 16px 15px}.price-table-intro strong,.price-table-intro span{font-size:22px}.price-table-heading,.price-row{grid-template-columns:1.35fr .65fr .95fr;gap:7px}.price-table-heading{padding:12px 13px 14px;font-size:13px}.price-row{padding:18px 13px}.price-row strong{font-size:14px}.price-row span,.price-row b{font-size:24px}.price-note{padding:19px 18px 21px;font-size:15px}.qr-card{padding:26px 20px 22px}.account-card,.lead-modal-card{padding:28px 20px 24px}.account-card h2,.lead-modal-card h2{font-size:29px}.account-geography,.county-options{grid-template-columns:1fr}.verification-code{grid-template-columns:repeat(6,minmax(36px,1fr));gap:5px}.verification-code input{height:52px;font-size:24px}.verification-card{padding:32px 22px}.verification-card h1{font-size:31px}}
@media(max-width:650px){.hero-copy-block{display:block;text-align:left}.hero-signup-card{margin-top:30px;padding:24px 20px}.hero-signup-card h2{font-size:32px}.hero-signup-copy{margin-bottom:17px}.hero-signup-card .account-geography,.county-options{grid-template-columns:1fr}}
@media(max-width:650px){.property-record-search{padding:38px 16px}.property-record-search-copy{text-align:left}.property-address-form{grid-template-columns:1fr;padding:9px}.property-address-form button{width:100%}.property-address-note{margin-left:2px;margin-right:2px}}
@media(max-width:480px){.nav-shell{width:calc(100% - 24px);gap:8px}.brand{width:158px}.nav-actions{gap:6px}.language-toggle{height:36px}.language-toggle button{min-width:34px;height:28px;padding:0 7px;font-size:13px}.menu-toggle{width:40px;height:40px}.site-nav{top:69px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
