:root{--navy:#073365;--navy-deep:#06264b;--teal:#078f99;--teal-dark:#06737b;--ink:#172235;--muted:#647184;--page:#f4f8fa;--surface:#ffffff;--line:#dbe4ea;--soft:#e9f6f7;--gold:#f3a712}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(7,143,153,.28);outline-offset:2px}.site-header{min-height:74px;padding:14px clamp(20px,5vw,72px);justify-content:space-between;gap:28px;background:var(--surface);border-bottom:1px solid var(--line)}.brand,.site-header{display:flex;align-items:center}.brand{gap:11px;color:var(--navy);font-size:1.35rem;font-weight:800;letter-spacing:-.04em}.brand small{color:var(--teal);margin-left:2px;font-size:.65rem}.brand-mark{width:34px;height:40px;position:relative;background:var(--navy);border-radius:20px 20px 20px 4px;transform:rotate(-45deg);flex:none}.brand-mark:before{content:"";position:absolute;width:14px;height:14px;border:4px solid #18a7af;border-radius:50%;left:8px;top:8px}nav{display:flex;align-items:center;gap:24px;font-size:.9rem;font-weight:650}.nav-review{color:white;background:var(--teal);border-radius:8px;padding:10px 14px}.hero{max-width:1180px;margin:0 auto;padding:clamp(55px,8vw,100px) 24px 64px;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:clamp(38px,7vw,88px);align-items:center}.eyebrow{display:inline-block;color:var(--teal);text-transform:uppercase;font-size:.75rem;font-weight:800;letter-spacing:.13em;margin-bottom:16px}.hero h1{max-width:690px;margin:0;color:var(--navy-deep);font-size:clamp(2.6rem,6vw,5.25rem);line-height:.98;letter-spacing:-.06em}.hero-copy>p{max-width:640px;margin:24px 0 30px;color:var(--muted);font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.65}.address-search{max-width:680px}.address-search label{display:block;color:var(--navy);font-size:.85rem;font-weight:750;margin-bottom:8px}.address-search-row{display:flex;gap:10px}.address-search-field{position:relative;flex:1 1;min-width:0}.address-search input{flex:1 1;min-width:0;padding:15px 16px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:9px;outline:none}.address-search-field>input{width:100%}.address-search input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(7,143,153,.15)}.address-search button{border:0;border-radius:9px;padding:0 20px;color:white;background:var(--teal);font-weight:750;cursor:pointer}.address-search button:hover,.nav-review:hover{background:var(--teal-dark)}.address-search-message{min-height:18px;margin:8px 0 0;color:var(--muted);font-size:.72rem;line-height:1.45}.address-suggestions{position:absolute;z-index:20;top:calc(100% + 7px);left:0;right:0;overflow:hidden;border:1px solid #bccbd4;border-radius:11px;background:white;box-shadow:0 18px 45px rgba(7,51,101,.16)}.address-suggestions>button{width:100%;padding:12px 14px;display:grid;gap:3px;color:var(--ink);text-align:left;border:0;border-bottom:1px solid var(--line);border-radius:0;background:white}.address-suggestions>button.is-active,.address-suggestions>button:hover{color:var(--ink);background:var(--soft)}.address-suggestions strong{color:var(--navy);font-size:.82rem}.address-suggestions span{color:var(--muted);font-size:.72rem;font-weight:500}.address-suggestions>a{display:block;padding:7px 13px;color:var(--muted);text-align:right;font-size:.62rem}.trust-row{display:flex;flex-wrap:wrap;gap:14px 22px;margin-top:18px;color:var(--muted);font-size:.78rem}.sample-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 24px 60px rgba(7,51,101,.09)}.sample-label{color:var(--teal);text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;font-weight:800}.sample-card h2{margin:9px 0 3px;color:var(--navy);font-size:1.35rem}.sample-card>p{color:var(--muted);margin:0;font-size:.78rem}.score-line{display:flex;align-items:center;gap:13px;margin:22px 0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.score-line>strong{color:var(--navy);font-size:2.5rem}.score-line div{display:flex;flex-direction:column}.score-line div>span{color:var(--gold);letter-spacing:.08em}.score-line small{color:var(--muted);margin-top:3px}.rating-list{display:grid;gap:11px}.rating-row{display:flex;justify-content:space-between;gap:16px;font-size:.82rem}.rating-row strong{color:var(--navy)}.sample-link{display:block;margin-top:21px;padding:12px;text-align:center;color:white;background:var(--navy);border-radius:8px;font-weight:750;font-size:.86rem}.how{max-width:1180px;margin:0 auto 72px;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.how>div{background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:24px}.how>div>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--soft);color:var(--teal);font-weight:800}.how h2{margin:15px 0 7px;color:var(--navy);font-size:1.05rem}.how p{margin:0;font-size:.85rem;line-height:1.5}.how p,footer{color:var(--muted)}footer{padding:24px clamp(20px,5vw,72px);display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);background:var(--surface);font-size:.8rem}footer strong{color:var(--navy)}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(340px,.82fr) minmax(500px,1.18fr);background:var(--surface)}.auth-story{position:relative;overflow:hidden;padding:38px clamp(32px,5vw,72px);display:flex;flex-direction:column;color:white;background:linear-gradient(145deg,#052d57 0,var(--navy) 46%,#046e79 100%)}.auth-story:after,.auth-story:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.auth-story:before{width:330px;height:330px;right:-150px;top:-110px;border:1px solid rgba(255,255,255,.13);box-shadow:0 0 0 55px rgba(255,255,255,.035),0 0 0 110px rgba(255,255,255,.025)}.auth-story:after{width:220px;height:220px;left:-130px;bottom:8%;background:rgba(24,167,175,.17)}.auth-brand{position:relative;z-index:1;color:white;width:fit-content}.auth-brand .brand-mark{background:white}.auth-brand small{color:#52d2d8}.auth-story-copy{position:relative;z-index:1;max-width:560px;margin:auto 0;padding:70px 0}.auth-story-copy .eyebrow{color:#6de0e5}.auth-story-copy h1{margin:0;max-width:540px;font-size:clamp(2.5rem,5vw,4.7rem);line-height:1.02;letter-spacing:-.055em}.auth-story-copy>p{margin:24px 0 28px;max-width:520px;color:rgba(255,255,255,.78);font-size:1.05rem;line-height:1.65}.auth-story-copy ul{list-style:none;margin:0;padding:0;display:grid;gap:13px;color:rgba(255,255,255,.91);font-size:.9rem}.auth-story-copy li{display:flex;align-items:center;gap:11px}.auth-story-copy li:before{content:"✓";width:23px;height:23px;display:grid;place-items:center;flex:none;border-radius:50%;color:var(--navy);background:#6de0e5;font-weight:900;font-size:.72rem}.auth-story-foot{position:relative;z-index:1;margin:0;color:rgba(255,255,255,.57);font-size:.78rem}.auth-stage{min-width:0;padding:48px clamp(28px,7vw,96px);display:grid;align-content:center;justify-items:center;background:radial-gradient(circle at 86% 10%,rgba(7,143,153,.09),transparent 32%),var(--page)}.auth-card{width:min(100%,510px);padding:clamp(28px,4vw,44px);border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 24px 70px rgba(7,51,101,.1)}.auth-card-compact{max-width:490px}.auth-card-heading{margin-bottom:26px}.auth-kicker{color:var(--teal);text-transform:uppercase;letter-spacing:.11em;font-size:.68rem;font-weight:850}.auth-card h2{margin:8px 0;color:var(--navy);font-size:clamp(1.8rem,3vw,2.4rem);letter-spacing:-.04em}.auth-card-heading p{margin:0;color:var(--muted);font-size:.91rem;line-height:1.55}.auth-form{display:grid;gap:17px}.auth-form label{display:grid;gap:7px;color:var(--navy);font-size:.82rem;font-weight:760}.auth-form input{width:100%;padding:13px 14px;color:var(--ink);border:1px solid #cfdbe3;border-radius:8px;background:white;outline:none;transition:border-color .15s,box-shadow .15s}.auth-form input:hover{border-color:#afbec9}.auth-form input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(7,143,153,.12)}.auth-form label small{color:var(--muted);font-size:.72rem;font-weight:500}.label-row{display:flex;justify-content:space-between;gap:18px;align-items:center}.auth-switch a,.label-row a{color:var(--teal-dark);font-weight:760}.label-row a{font-size:.74rem}.primary-button{min-height:47px;padding:12px 18px;border:0;border-radius:8px;color:white;background:var(--teal);font-weight:800;cursor:pointer;transition:background .15s,transform .15s}.primary-button:hover{background:var(--teal-dark)}.primary-button:active{transform:translateY(1px)}.primary-button:disabled{cursor:wait;opacity:.66}.auth-switch{margin:24px 0 0;padding-top:21px;border-top:1px solid var(--line);color:var(--muted);text-align:center;font-size:.82rem}.auth-notice{margin:0 0 20px;padding:12px 14px;border-radius:8px;font-size:.8rem;line-height:1.5}.auth-notice-success{color:#125a42;border:1px solid #b8dfd0;background:#edf9f4}.auth-notice-info{color:#174e72;border:1px solid #bad7e8;background:#eef7fc}.auth-notice-error{color:#8a2f36;border:1px solid #edc4c8;background:#fff1f2}.auth-security-note{width:min(100%,510px);margin:19px 0 0;color:var(--muted);text-align:center;font-size:.72rem;line-height:1.45}.account-header nav{gap:16px}.account-header nav a{color:var(--muted)}.text-button{padding:9px 13px;border:1px solid var(--line);border-radius:7px;color:var(--navy);background:white;font-size:.8rem;font-weight:750;cursor:pointer}.text-button:hover{color:var(--teal-dark);border-color:#b6cbd0}.account-page{max-width:1120px;min-height:calc(100vh - 75px);margin:0 auto;padding:clamp(42px,7vw,76px) 24px 80px}.account-welcome{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.account-welcome .eyebrow{margin-bottom:9px}.account-welcome h1{margin:0;color:var(--navy);font-size:clamp(2.2rem,5vw,3.8rem);letter-spacing:-.05em}.account-welcome p{margin:11px 0 0;color:var(--muted)}.account-badge{flex:none;padding:8px 12px;color:var(--teal-dark);border:1px solid #b8dfe2;border-radius:999px;background:var(--soft);font-size:.74rem;font-weight:800}.account-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.account-summary-card{min-height:245px;padding:24px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:14px;background:white;box-shadow:0 12px 34px rgba(7,51,101,.055)}.account-summary-card>span:first-child{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;font-weight:800}.account-summary-card>strong{margin:15px 0 10px;color:var(--navy);font-size:3rem;letter-spacing:-.06em}.account-summary-card .account-status-word{margin-top:20px;font-size:1.45rem;letter-spacing:-.03em}.account-summary-card p{margin:0 0 20px;color:var(--muted);font-size:.82rem;line-height:1.5}.account-summary-card a,.coming-soon{margin-top:auto;color:var(--teal-dark);font-size:.78rem;font-weight:780}.account-summary-primary{color:white;border-color:var(--navy);background:var(--navy)}.account-summary-primary p,.account-summary-primary>span:first-child{color:rgba(255,255,255,.68)}.account-summary-primary>strong{color:white}.account-summary-primary a{color:#6de0e5}.account-details{margin-top:18px;padding:23px 26px;display:grid;grid-template-columns:repeat(3,1fr);gap:25px;border:1px solid var(--line);border-radius:14px;background:white}.account-details div{display:grid;gap:6px;min-width:0}.account-details span{color:var(--muted);font-size:.72rem}.account-details strong{overflow-wrap:anywhere;color:var(--navy);font-size:.86rem}.property-page,.search-page{width:min(1180px,100%);min-height:calc(100vh - 145px);margin:0 auto;padding:clamp(42px,7vw,76px) 24px 82px}.search-heading{max-width:780px}.search-heading h1{margin:0;color:var(--navy-deep);font-size:clamp(2.5rem,6vw,4.8rem);line-height:1;letter-spacing:-.055em}.search-heading>p{margin:18px 0 26px;color:var(--muted);font-size:1.02rem;line-height:1.6}.address-search-compact{max-width:760px}.address-search-compact label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.address-search-compact input{min-height:52px;box-shadow:0 12px 35px rgba(7,51,101,.06)}.search-results{margin-top:52px}.preview-section-heading,.property-label-row,.results-heading-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.results-heading-row{margin-bottom:19px}.section-kicker{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.1em;font-size:.67rem;font-weight:850}.preview-section h2,.report-unlock-card h2,.results-heading-row h2{margin:6px 0 0;color:var(--navy);letter-spacing:-.035em}.results-heading-row h2{font-size:1.55rem}.awaiting-data-pill,.development-data-pill,.preview-limit-label{flex:none;padding:7px 10px;border:1px solid #c9d8df;border-radius:999px;color:var(--muted);background:rgba(255,255,255,.75);font-size:.68rem;font-weight:750}.property-results-list{display:grid;gap:13px}.property-result-card{min-height:126px;padding:20px 21px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;border:1px solid var(--line);border-radius:13px;background:var(--surface);box-shadow:0 10px 35px rgba(7,51,101,.045);transition:transform .16s,border-color .16s,box-shadow .16s}.property-result-card:hover{transform:translateY(-2px);border-color:#bfd0d8;box-shadow:0 16px 40px rgba(7,51,101,.08)}.property-result-icon{width:55px;height:55px;display:grid;place-items:center;border-radius:12px;background:var(--soft)}.property-result-icon:before{content:"";width:19px;height:24px;border:3px solid var(--teal);border-radius:12px 12px 12px 3px;transform:rotate(-45deg)}.property-result-icon span{display:none}.property-result-copy>span{color:var(--teal-dark);text-transform:uppercase;font-size:.65rem;letter-spacing:.08em;font-weight:800}.property-result-copy h2{margin:5px 0 4px;color:var(--navy);font-size:1.17rem}.property-result-copy p{margin:0;color:var(--muted);font-size:.82rem}.property-result-status{min-width:165px;display:grid;justify-items:end;gap:10px}.new-property-pill{color:#156654;font-size:.69rem;font-weight:750}.property-result-status a{padding:10px 13px;color:white;border-radius:7px;background:var(--navy);font-size:.76rem;font-weight:780}.property-result-status a:hover{background:var(--navy-deep)}.search-empty-state{padding:clamp(32px,6vw,62px);text-align:center;border:1px dashed #bdcbd4;border-radius:15px;background:rgba(255,255,255,.68)}.empty-state-mark{width:42px;height:42px;margin:0 auto 16px;display:grid;place-items:center;color:var(--teal-dark);border-radius:50%;background:var(--soft);font-weight:850}.search-empty-state h3{margin:0 0 9px;color:var(--navy);font-size:1.25rem}.search-empty-state p{max-width:560px;margin:0 auto;color:var(--muted);font-size:.86rem;line-height:1.6}.search-empty-state a{display:inline-block;margin-top:20px;color:var(--teal-dark);font-size:.82rem;font-weight:780}.search-status-error{max-width:760px;margin:12px 0 0;padding:11px 14px;color:#8a2c28;border:1px solid #e8c2bf;border-radius:8px;background:#fff5f4;font-size:.8rem;line-height:1.5}.breadcrumbs{margin-bottom:25px;display:flex;gap:9px;color:var(--muted);font-size:.75rem}.breadcrumbs a{color:var(--teal-dark);font-weight:760}.property-hero-card{padding:clamp(25px,5vw,44px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center;color:white;border-radius:18px;background:linear-gradient(135deg,var(--navy-deep),var(--navy) 64%,#086f79);box-shadow:0 25px 65px rgba(7,51,101,.17)}.property-title-block .section-kicker{color:#6de0e5}.property-title-block .development-data-pill{color:rgba(255,255,255,.75);border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08)}.property-title-block h1{margin:16px 0 8px;font-size:clamp(2.4rem,5vw,4.2rem);line-height:1;letter-spacing:-.055em}.property-title-block>p{margin:0;color:rgba(255,255,255,.7);font-size:.9rem}.overall-rating-card{width:190px;min-height:155px;padding:20px;display:grid;align-content:center;border:1px solid rgba(255,255,255,.16);border-radius:13px;background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.overall-rating-card>span{color:rgba(255,255,255,.65);font-size:.68rem}.overall-rating-card strong{margin:7px 0 5px;font-size:2.75rem;letter-spacing:-.05em}.overall-rating-card small{color:rgba(255,255,255,.7);font-size:.68rem;line-height:1.4}.property-content-grid{margin-top:22px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:start}.property-main-column{display:grid;gap:18px}.preview-section,.report-unlock-card{border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 12px 38px rgba(7,51,101,.045)}.preview-section{padding:clamp(23px,4vw,31px)}.preview-section-heading{align-items:flex-end;margin-bottom:22px}.preview-section h2{font-size:1.45rem}.verification-explainer{color:#156654;font-size:.7rem;font-weight:750}.category-rating-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-rating{min-height:48px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid #e2e8ec;border-radius:8px;background:#fafcfd;font-size:.8rem}.category-rating span{color:var(--muted)}.category-rating strong{color:var(--navy);font-size:.93rem}.category-rating strong small{color:#9ba7b2;font-size:.66rem}.new-property-message{margin:16px 0 0;padding:12px 14px;color:#386171;border-radius:8px;background:#eef7fa;font-size:.77rem;line-height:1.5}.review-preview-list{display:grid;gap:12px}.review-preview-card{padding:19px;border:1px solid #e1e8ec;border-radius:10px;background:#fbfcfd}.review-meta-row{display:flex;justify-content:space-between;gap:15px;color:var(--muted);font-size:.68rem}.verification-label{font-weight:800}.verification-verified{color:#156654}.verification-unverified{color:#91620a}.review-preview-card h3{margin:13px 0 7px;color:var(--navy);font-size:1rem}.review-preview-card p{margin:0 0 13px;color:var(--muted);font-size:.82rem;line-height:1.6}.review-preview-card small{color:#7d8995;font-size:.67rem}.review-empty-state{padding:25px;text-align:center;border:1px dashed #c7d2d8;border-radius:10px;background:#fafcfd}.review-empty-state>span{display:block;height:28px;color:#a6cdd0;font-family:Georgia,serif;font-size:3.5rem;line-height:.8}.review-empty-state h3{margin:7px 0 8px;color:var(--navy);font-size:1rem}.review-empty-state p{max-width:520px;margin:0 auto;color:var(--muted);font-size:.78rem;line-height:1.55}.review-empty-state a{display:inline-block;margin-top:17px;color:var(--teal-dark);font-size:.77rem;font-weight:790}.utility-preview-section{display:flex;align-items:center;justify-content:space-between;gap:24px}.utility-preview-section h2{margin:6px 0 8px}.utility-preview-section p{max-width:580px;margin:0;color:var(--muted);font-size:.8rem;line-height:1.55}.awaiting-data-pill{color:#855f16;border-color:#eadbb9;background:#fff9ec}.report-unlock-card{position:sticky;top:18px;padding:27px}.report-unlock-card h2{margin-top:8px;font-size:1.55rem;line-height:1.15}.report-unlock-card>p{margin:15px 0 18px;color:var(--muted);font-size:.82rem;line-height:1.58}.report-unlock-card ul{margin:0 0 23px;padding:17px 0 17px 20px;display:grid;gap:10px;color:#435268;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.77rem}.report-primary-cta,.report-secondary-cta{display:block;padding:12px 14px;text-align:center;border-radius:8px;font-size:.78rem;font-weight:790}.report-primary-cta{color:white;background:var(--teal)}.report-primary-cta:hover{background:var(--teal-dark)}.report-secondary-cta{margin-top:9px;color:var(--navy);border:1px solid var(--line)}.report-note{margin:13px 0 0;text-align:center;color:var(--muted);font-size:.66rem}.property-review-link{display:block;margin-top:17px;padding-top:16px;color:var(--teal-dark);border-top:1px solid var(--line);text-align:center;font-size:.76rem;font-weight:790}.report-page{width:min(1180px,100%);min-height:calc(100vh - 145px);margin:0 auto;padding:clamp(36px,6vw,68px) 24px 88px}.report-heading{margin:24px 0 30px;padding:clamp(24px,4vw,38px);display:flex;align-items:center;justify-content:space-between;gap:28px;color:white;border-radius:17px;background:linear-gradient(135deg,var(--navy-deep),var(--navy) 66%,#087780);box-shadow:0 22px 60px rgba(7,51,101,.14)}.report-heading .eyebrow{margin-bottom:8px;color:#73dbe0}.report-heading h1{margin:0;font-size:clamp(2.15rem,5vw,4rem);line-height:1;letter-spacing:-.05em}.report-heading p{margin:10px 0 0;color:#d3e1ea}.report-access-badge,.report-lock-badge{padding:10px 13px;flex:none;border-radius:999px;font-size:.72rem;font-weight:800}.report-lock-badge{color:#fff2cf;border:1px solid rgba(255,218,131,.35);background:rgba(255,193,51,.12)}.report-access-badge{color:#d5fff0;border:1px solid rgba(145,239,203,.35);background:rgba(47,174,130,.15)}.locked-report-shell{display:grid;grid-template-columns:minmax(0,.8fr) minmax(480px,1.2fr);gap:22px;align-items:stretch}.locked-report-copy,.report-price-grid{border:1px solid var(--line);border-radius:15px;background:white;box-shadow:0 12px 38px rgba(7,51,101,.05)}.locked-report-copy{padding:clamp(28px,5vw,46px)}.lock-mark{width:62px;height:62px;display:grid;place-items:center;color:white;border-radius:50%;background:var(--teal);font-size:.86rem;font-weight:850}.locked-report-copy h2{margin:24px 0 12px;color:var(--navy);font-size:clamp(1.7rem,3vw,2.45rem);letter-spacing:-.045em}.locked-report-copy p{color:var(--muted);line-height:1.65}.locked-preview-lines{margin-top:30px;display:grid;gap:11px;filter:blur(3px);opacity:.55}.locked-preview-lines span{height:13px;border-radius:999px;background:#cbd8df}.locked-preview-lines span:nth-child(2){width:88%}.locked-preview-lines span:nth-child(3){width:70%}.locked-preview-lines span:nth-child(4){width:80%}.report-price-grid{padding:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.report-price-card{padding:25px;border:1px solid var(--line);border-radius:12px;background:#fbfcfd}.report-price-featured{border-color:#acdadd;background:linear-gradient(145deg,#f7ffff,#edf9fa)}.pricing-label{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:850}.report-price-card h2{margin:9px 0 7px;color:var(--navy);font-size:2.35rem}.report-price-card h2 small{margin-left:3px;color:var(--muted);font-size:.72rem}.report-price-card>p{min-height:42px;margin:0;color:var(--muted);font-size:.78rem;line-height:1.5}.report-price-card ul{min-height:106px;margin:18px 0;padding:15px 0 15px 18px;display:grid;gap:8px;color:#435268;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.72rem}.report-price-card>a,.report-price-card>button,.report-price-card>form button{width:100%;min-height:43px;padding:11px;display:block;color:white;text-align:center;border:0;border-radius:8px;background:var(--teal);font-size:.74rem;font-weight:800;cursor:pointer}.report-price-card .secondary-price-link{color:var(--navy);border:1px solid var(--line);background:white}.report-price-card>button:disabled{color:#687686;background:#e9eef1;cursor:not-allowed}.report-price-card>form button:disabled{opacity:.65;cursor:wait}.staff-checkout-test{margin-bottom:22px;padding:24px;display:grid;grid-template-columns:minmax(220px,.55fr) minmax(520px,1.45fr);gap:22px;align-items:start;border:1px dashed #9fcfd2;border-radius:15px;background:#f4fbfb}.staff-checkout-test h2{margin:7px 0 9px;color:var(--navy)}.staff-checkout-test>div>p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.6}.staff-checkout-test .report-price-grid{box-shadow:none}.pricing-login-line{grid-column:1/-1;margin:4px 0 0;color:var(--muted);text-align:center;font-size:.7rem}.pricing-login-line a{color:var(--teal-dark);font-weight:800}.checkout-notice{margin:-12px 0 22px;padding:13px 15px;color:#5e512f;border:1px solid #e4d5a9;border-radius:9px;background:#fff9e9;font-size:.78rem;line-height:1.5}.checkout-notice-info{color:#315566;border-color:#c7dfe4;background:#eef7fa}.checkout-notice-error{color:#8a2f36;border-color:#edc4c8;background:#fff1f2}.full-report-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}.full-report-main,.report-utility-card{padding:clamp(23px,4vw,34px);border:1px solid var(--line);border-radius:15px;background:white}.full-report-section-heading h2,.report-utility-card h2{margin:6px 0 8px;color:var(--navy)}.full-report-section-heading p{margin:0 0 25px;color:var(--muted);font-size:.77rem}.full-review-list{display:grid;gap:15px}.full-review-card{padding:23px;border:1px solid #dfe7eb;border-radius:12px;background:#fbfcfd}.full-review-card h3{margin:15px 0 10px;color:var(--navy);font-size:1.2rem}.full-review-body{color:#3e4c5f;line-height:1.7;white-space:pre-wrap}.review-takeaway-grid{margin:20px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.review-takeaway-grid>div{padding:13px;border-radius:8px;background:#eef7fa}.review-takeaway-grid span{color:var(--teal-dark);text-transform:uppercase;font-size:.61rem;font-weight:850}.review-takeaway-grid p{margin:6px 0 0;color:#3c5364;font-size:.76rem;line-height:1.5}.report-rating-grid{display:flex;flex-wrap:wrap;gap:7px}.report-rating-grid span{padding:7px 9px;color:var(--muted);border-radius:7px;background:#eef3f5;font-size:.66rem}.report-rating-grid strong{color:var(--navy)}.full-review-footer{margin:20px -23px -23px;padding:13px 23px;color:var(--muted);border-top:1px solid var(--line);background:transparent;font-size:.67rem}.full-review-footer strong{color:var(--navy)}.report-utility-card{position:sticky;top:18px}.utility-report-group{margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.utility-report-group>strong{color:var(--navy);font-size:.76rem}.utility-report-group dl{margin:12px 0 0;display:grid;gap:10px}.utility-report-group dl>div{display:grid;gap:3px}.utility-report-group dt{color:var(--muted);font-size:.65rem}.utility-report-group dd{margin:0;color:var(--navy);font-size:.75rem;font-weight:760}.report-empty-copy{color:var(--muted);font-size:.76rem;line-height:1.55}.report-no-content{padding:54px 24px;text-align:center;border:1px solid var(--line);border-radius:15px;background:white}.report-no-content>span{width:48px;height:48px;margin:0 auto 17px;display:grid;place-items:center;color:white;border-radius:50%;background:var(--teal)}.report-no-content h2{margin:0 0 8px;color:var(--navy)}.report-no-content p{color:var(--muted)}.report-no-content a{color:var(--teal-dark);font-weight:800}.checkout-success-page{min-height:calc(100vh - 145px);padding:clamp(48px,8vw,92px) 24px;display:grid;place-items:center}.checkout-success-card{width:min(650px,100%);padding:clamp(32px,6vw,58px);text-align:center;border:1px solid var(--line);border-radius:18px;background:white;box-shadow:0 25px 70px rgba(7,51,101,.1)}.checkout-pending-mark,.checkout-success-mark{width:58px;height:58px;margin:0 auto 22px;display:grid;place-items:center;color:white;border-radius:50%;background:var(--teal);font-size:1.35rem;font-weight:900}.checkout-pending-mark{background:#b8892e}.checkout-success-card .eyebrow{margin-bottom:10px}.checkout-success-card h1{margin:0;color:var(--navy-deep);font-size:clamp(2.1rem,5vw,3.65rem);line-height:1;letter-spacing:-.05em}.checkout-success-card>p{max-width:520px;margin:19px auto 0;color:var(--muted);line-height:1.65}.checkout-success-actions{max-width:370px;margin:28px auto 0}.review-page{width:min(940px,100%);min-height:calc(100vh - 145px);margin:0 auto;padding:clamp(42px,7vw,76px) 24px 82px}.review-page-heading{max-width:760px;margin-bottom:38px}.review-page-heading .eyebrow{margin-bottom:11px}.review-page-heading h1{margin:0;color:var(--navy-deep);font-size:clamp(2.5rem,6vw,4.7rem);line-height:1;letter-spacing:-.055em}.review-page-heading p{max-width:700px;margin:18px 0 0;color:var(--muted);line-height:1.65}.review-page-heading strong{color:var(--navy)}.review-form{display:grid;gap:18px}.review-form-error{position:sticky;top:10px;z-index:3;margin:0;padding:14px 16px;color:#8a2f36;border:1px solid #edc4c8;border-radius:9px;background:#fff1f2;box-shadow:0 8px 25px rgba(138,47,54,.1);font-size:.83rem}.review-form-section,.review-submit-card{padding:clamp(24px,5vw,38px);border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:0 12px 38px rgba(7,51,101,.045)}.review-form-heading{margin-bottom:27px;display:flex;align-items:flex-start;gap:15px}.review-form-heading>span{width:32px;height:32px;display:grid;place-items:center;flex:none;color:var(--teal-dark);border-radius:50%;background:var(--soft);font-size:.78rem;font-weight:850}.review-form-heading h2,.review-submit-card h2{margin:1px 0 5px;color:var(--navy);font-size:1.35rem;letter-spacing:-.035em}.review-form-heading p,.review-submit-card p{margin:0;color:var(--muted);font-size:.8rem;line-height:1.55}.form-grid{display:grid;gap:18px}.form-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-field{min-width:0;margin:0;padding:0;display:grid;gap:8px;color:var(--navy);border:0;font-size:.79rem;font-weight:760}.form-field-wide{grid-column:1/-1}.form-field legend{margin-bottom:9px;padding:0}.form-field legend small,.form-field>small{color:var(--muted);font-size:.68rem;font-weight:500}.form-field input[type=month],.form-field input[type=number],.form-field input[type=text],.form-field select,.form-field textarea{width:100%;padding:12px 13px;color:var(--ink);border:1px solid #cfdbe3;border-radius:8px;background:white;outline:none}.form-field textarea{resize:vertical;line-height:1.55}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(7,143,153,.1)}.choice-row{display:flex;flex-wrap:wrap;gap:9px}.checkbox-grid label,.choice-row label{padding:10px 13px;display:flex;align-items:center;gap:8px;color:var(--ink);border:1px solid var(--line);border-radius:8px;background:#fafcfd;font-size:.76rem;font-weight:650;cursor:pointer}.attestation input,.checkbox-grid input,.choice-row input{accent-color:var(--teal)}.money-input{position:relative;display:block}.money-input>span{position:absolute;left:13px;top:50%;z-index:1;transform:translateY(-50%);color:var(--muted)}.money-input input{padding-left:28px!important}.ratings-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.rating-field{margin:0;padding:16px;border:1px solid #e0e8ec;border-radius:10px;background:#fafcfd}.rating-field legend{padding:0 4px;color:var(--navy);font-size:.78rem;font-weight:780}.rating-options{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.rating-options label{cursor:pointer}.rating-options input{position:absolute;opacity:0;pointer-events:none}.rating-options span{height:37px;display:grid;place-items:center;color:var(--muted);border:1px solid var(--line);border-radius:7px;background:white;font-size:.76rem;font-weight:800}.rating-options input:checked+span{color:white;border-color:var(--teal);background:var(--teal)}.rating-options input:focus-visible+span{outline:3px solid rgba(7,143,153,.28);outline-offset:2px}.checkbox-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.field-error{color:#a23b43!important;font-size:.68rem!important;font-weight:700!important}.review-submit-card{display:grid;gap:18px;border-color:#b9dfe2;background:linear-gradient(145deg,white,#f0fafb)}.review-submit-card h2{margin-top:7px}.attestation{padding:14px;display:flex;align-items:flex-start;gap:11px;color:#33465b;border:1px solid #cfe0e5;border-radius:9px;background:white;font-size:.78rem;line-height:1.5;cursor:pointer}.attestation input{margin-top:2px;flex:none}.review-submit-button{width:100%}.privacy-line{color:var(--muted);text-align:center;font-size:.67rem}.account-review-section{margin-top:18px;padding:26px;border:1px solid var(--line);border-radius:14px;background:white}.account-section-heading{margin-bottom:18px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.account-section-heading .eyebrow{margin-bottom:5px}.account-section-heading h2{margin:0;color:var(--navy);font-size:1.35rem}.account-section-heading>a{color:var(--teal-dark);font-size:.76rem;font-weight:780}.account-review-list{display:grid;gap:9px}.account-review-list article{padding:15px 0;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;align-items:center;border-top:1px solid var(--line)}.account-review-list h3{margin:0 0 4px;color:var(--navy);font-size:.92rem}.account-review-list p{margin:0;color:var(--muted);font-size:.72rem}.account-review-actions{display:grid;justify-items:end;gap:6px}.account-review-actions a{color:var(--teal-dark);font-size:.73rem;font-weight:780}.account-review-labels{display:flex;align-items:center;gap:8px}.review-status{padding:6px 8px;color:#174e72;border-radius:999px;background:#eef7fc;text-transform:capitalize;font-size:.65rem;font-weight:780}.account-review-labels .verification-label{font-size:.68rem}.verification-page{width:min(1050px,100%);min-height:calc(100vh - 145px);margin:0 auto;padding:clamp(42px,7vw,76px) 24px 82px}.verification-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);gap:clamp(30px,7vw,72px);align-items:start}.verification-copy h1{margin:0;color:var(--navy-deep);font-size:clamp(2.5rem,5vw,4.25rem);line-height:1;letter-spacing:-.055em}.verification-copy>p{margin:19px 0 24px;color:var(--muted);line-height:1.65}.verification-property-card{padding:18px;display:grid;gap:5px;border:1px solid #bfdfe1;border-radius:11px;background:var(--soft)}.verification-property-card span{color:var(--teal-dark);text-transform:uppercase;font-size:.63rem;font-weight:820;letter-spacing:.08em}.verification-property-card strong{color:var(--navy)}.verification-property-card small{color:var(--muted)}.verification-copy ul{margin:24px 0 0;padding:0;display:grid;gap:12px;list-style:none;color:#435268;font-size:.8rem}.verification-copy li{display:flex;gap:10px}.verification-copy li:before{content:"✓";color:var(--teal-dark);font-weight:900}.verification-card{padding:clamp(25px,4vw,36px);border:1px solid var(--line);border-radius:16px;background:white;box-shadow:0 22px 60px rgba(7,51,101,.09)}.verification-card h2{margin:7px 0 24px;color:var(--navy);font-size:1.55rem;letter-spacing:-.035em}.verification-form{display:grid;gap:18px}.verification-file-field{padding:26px 20px;display:grid;gap:7px;text-align:center;border:1px dashed #a9c8ce;border-radius:11px;background:#f7fbfc;color:var(--navy);font-size:.84rem;font-weight:790;cursor:pointer}.verification-file-field small{color:var(--muted);font-size:.68rem;font-weight:500}.verification-file-field input{margin:9px auto 0;max-width:100%;color:var(--muted);font-size:.73rem}.verification-privacy-note{padding:14px;color:#315566;border-radius:9px;background:#eef7fa}.verification-privacy-note strong{color:var(--navy);font-size:.76rem}.verification-privacy-note p{margin:5px 0 0;font-size:.7rem;line-height:1.55}.verification-submitted-state{padding:28px;text-align:center;border:1px solid #b8dfd0;border-radius:11px;background:#edf9f4}.verification-submitted-state>span{width:40px;height:40px;margin:0 auto 12px;display:grid;place-items:center;color:white;border-radius:50%;background:var(--teal);font-weight:900}.verification-submitted-state p{color:#315566;font-size:.8rem;line-height:1.55}.verification-submitted-state a{color:var(--teal-dark);font-size:.76rem;font-weight:800}.admin-page{width:min(1180px,100%);min-height:calc(100vh - 75px);margin:0 auto;padding:clamp(42px,7vw,72px) 24px 90px}.admin-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.admin-heading .eyebrow{margin-bottom:8px}.admin-heading h1{margin:0;color:var(--navy-deep);font-size:clamp(2.5rem,5vw,4.4rem);letter-spacing:-.055em}.admin-heading p{margin:12px 0 0;color:var(--muted)}.admin-heading>a{padding:10px 13px;color:var(--navy);border:1px solid var(--line);border-radius:8px;background:white;font-size:.75rem;font-weight:780}.admin-stat-grid{margin:30px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.admin-stat-grid>div{padding:20px;display:grid;gap:8px;border:1px solid var(--line);border-radius:12px;background:white}.admin-stat-grid span{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:.65rem;font-weight:800}.admin-stat-grid strong{color:var(--navy);font-size:2.2rem}.admin-stat-grid .admin-status-word{font-size:1.15rem}.admin-queue-section{margin-top:38px}.admin-section-title{margin-bottom:16px}.admin-section-title h2{margin:5px 0 0;color:var(--navy);font-size:1.55rem}.admin-queue-list{display:grid;gap:15px}.moderation-card{padding:clamp(21px,4vw,30px);border:1px solid var(--line);border-radius:14px;background:white;box-shadow:0 10px 34px rgba(7,51,101,.04)}.moderation-card-head{display:flex;justify-content:space-between;gap:22px;align-items:flex-start}.moderation-card-head>div>span{color:var(--teal-dark);text-transform:uppercase;font-size:.64rem;font-weight:820;letter-spacing:.07em}.moderation-card h3{margin:7px 0 5px;color:var(--navy);font-size:1.2rem}.moderation-card-head small{color:var(--muted);font-size:.68rem;text-transform:capitalize}.moderation-review-body{margin:20px 0;color:#3f4d60;font-size:.84rem;line-height:1.65;white-space:pre-wrap}.moderation-card>p:not(.moderation-review-body){color:var(--muted);font-size:.76rem}.moderation-card>p strong{color:var(--navy)}.moderation-rating-row{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:16px}.moderation-rating-row span{padding:6px 8px;color:var(--muted);border-radius:6px;background:#f1f5f7;text-transform:capitalize;font-size:.65rem}.moderation-rating-row strong{color:var(--navy)}.moderation-decision-form{margin-top:22px;padding-top:19px;display:grid;gap:11px;border-top:1px solid var(--line)}.moderation-decision-form label{display:grid;gap:6px;color:var(--navy);font-size:.72rem;font-weight:760}.moderation-decision-form label small{color:var(--muted);font-weight:500}.moderation-decision-form textarea{padding:10px 11px;border:1px solid #cfdbe3;border-radius:7px;resize:vertical}.moderation-decision-form>div{display:flex;flex-wrap:wrap;gap:8px}.moderation-decision-form button{padding:9px 12px;color:white;border:0;border-radius:7px;background:var(--teal);font-size:.7rem;font-weight:790;cursor:pointer}.moderation-decision-form button:nth-child(2){color:var(--navy);border:1px solid var(--line);background:white}.moderation-decision-form .danger-button{color:#8a2f36;border:1px solid #edc4c8;background:#fff1f2}.moderation-message{margin:0;font-size:.72rem}.moderation-message-error{color:#8a2f36}.moderation-message-success{color:#156654}.evidence-list{margin:19px 0;display:grid;gap:8px}.evidence-list a,.evidence-list span{padding:11px 12px;color:var(--teal-dark);border:1px solid #cbe0e3;border-radius:8px;background:#f4fafb;font-size:.72rem;font-weight:750}.admin-empty,.evidence-list span{color:var(--muted)}.admin-empty{padding:34px;text-align:center;border:1px dashed #c6d2d8;border-radius:12px;background:rgba(255,255,255,.65);font-size:.8rem}.loading-card,.loading-line{background:linear-gradient(90deg,#e6edf1 25%,#f3f7f9 50%,#e6edf1 75%);background-size:200% 100%;animation:loading-shimmer 1.4s infinite}.loading-line{height:14px;margin-bottom:14px;border-radius:999px}.loading-line-short{width:180px}.loading-line-title{width:min(520px,85%);height:50px}.loading-card{height:126px;margin-top:18px;border-radius:13px}.loading-card-large{height:480px}@keyframes loading-shimmer{to{background-position:-200% 0}}@media (max-width:780px){nav a:not(.nav-review){display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero h1{font-size:clamp(2.55rem,13vw,4rem)}.sample-card{max-width:520px}.auth-shell,.how{grid-template-columns:1fr}.auth-story{min-height:auto;padding:26px 24px 34px}.auth-story-copy{padding:55px 0 15px}.auth-story-copy h1{max-width:600px;font-size:clamp(2.4rem,10vw,3.8rem)}.auth-story-copy ul,.auth-story-foot{display:none}.auth-stage{padding:34px 20px 46px}.account-grid{grid-template-columns:1fr}.account-summary-card{min-height:220px}.account-details,.full-report-layout,.locked-report-shell,.property-content-grid,.staff-checkout-test{grid-template-columns:1fr}.report-unlock-card,.report-utility-card{position:static}.property-hero-card{grid-template-columns:1fr}.overall-rating-card{width:100%;min-height:120px}.admin-stat-grid,.ratings-form-grid,.verification-layout{grid-template-columns:1fr}}@media (max-width:520px){.site-header{min-height:66px}.brand{font-size:1.05rem}.brand-mark{width:29px;height:34px}.brand-mark:before{width:11px;height:11px;left:7px;top:7px}.nav-review{padding:9px 11px;font-size:.78rem}.address-search-row{flex-direction:column}.address-search button{padding:14px}footer{flex-direction:column}.auth-card{padding:26px 20px;border-radius:14px}.auth-story-copy{padding-top:44px}.auth-story-copy>p{font-size:.92rem}.account-header{align-items:flex-start}.account-header nav{gap:9px}.account-header nav a{display:none}.account-welcome,.preview-section-heading,.property-label-row,.report-heading,.results-heading-row,.utility-preview-section{align-items:flex-start;flex-direction:column}.report-price-grid,.review-takeaway-grid{grid-template-columns:1fr}.property-result-card{grid-template-columns:auto minmax(0,1fr)}.property-result-status{grid-column:1/-1;width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between}.category-rating-grid{grid-template-columns:1fr}.property-page,.search-page{padding-top:35px}.property-title-block h1{overflow-wrap:anywhere;font-size:clamp(2.2rem,12vw,3.4rem)}.form-grid-two{grid-template-columns:1fr}.checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-section-heading{align-items:flex-start;flex-direction:column}.account-review-list article{grid-template-columns:1fr;gap:10px}.account-review-labels{flex-wrap:wrap}.account-review-actions{justify-items:start}.admin-heading,.moderation-card-head{align-items:flex-start;flex-direction:column}}