*{box-sizing:border-box}
:root{--red:#bf1f2b;--red2:#a91622;--gold:#f4ae19;--text:#111;--light:#fffaf4}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
body.no-scroll{overflow:hidden}
a{text-decoration:none;color:inherit}
.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:7px 22px;background:#fff;position:relative;z-index:5}
.brand img{width:205px;height:61px;object-fit:contain;object-position:left center}
.top-actions{display:flex;gap:14px}
.top-actions a{color:#fff;padding:12px 25px;border-radius:28px;font-weight:700;font-size:16px}
.wa-btn{background:#bf1f2b}.call-btn{background:#f4ae19}
.hero{height:405px;position:relative;overflow:hidden;background:#111}
.hero-img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.12) 70%);z-index:1}
.hero-content{position:relative;z-index:2;color:#fff;padding:48px 38px;max-width:560px}
.hero h1{font-size:34px;line-height:1.22;margin:0 0 14px;font-weight:800}
.hero h1 span{color:#f8b522}.hero p{font-size:16px;line-height:1.35;margin:0 0 18px}
.hero-points{display:flex;gap:34px}.hero-points div{display:flex;gap:8px;align-items:center;font-size:13px}.hero-points b{font-size:23px;color:#ffb318}
.lead-card{width:min(94%,800px);margin:-58px auto 18px;position:relative;z-index:3;background:#fff;border-radius:14px;padding:15px 18px 10px;box-shadow:0 5px 20px #0002}
.form-grid{display:grid;grid-template-columns:1fr 174px;gap:10px}
.field{height:45px;border:1px solid #ddd;border-radius:9px;display:flex;align-items:center;overflow:hidden;background:#fff}
.field span{font-size:22px;width:44px;text-align:center}.field input,.field select{border:0;outline:0;width:100%;height:100%;font-size:14px;color:#777;background:#fff}.field.full{grid-column:1/-1}
.submit-btn,.property-card button{border:0;border-radius:8px;background:var(--red);color:#fff;font-weight:700;font-size:14px;cursor:pointer}
.submit-btn{height:45px}.form-note{text-align:center;margin:8px 0 0;color:#777;font-size:11px}
.section{width:min(94%,770px);margin:22px auto}.section h2{text-align:center;font-size:22px;margin:0 0 6px}.accent{width:40px;height:3px;background:#f2aa16;margin:0 auto 12px}
.cards.three{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.property-card,.location-card{background:#fff;border-radius:13px;overflow:hidden;box-shadow:0 2px 12px #0001;border:1px solid #eee;text-align:center}
.card-title{padding:8px;background:#f8f1e8}.card-title b{display:block;font-size:20px}.card-title small{font-size:11px}
.property-card img{width:100%;height:118px;object-fit:cover;display:block}.property-card button{width:126px;height:35px;margin:10px auto 12px}
.location-card{position:relative;background:#fff}.location-card h3{margin:0;background:var(--red);color:#fff;padding:7px;font-size:14px}.location-card p{position:absolute;z-index:2;left:0;right:0;margin:0;color:#fff;font-weight:700;font-size:12px;padding-top:7px}.location-card img{width:100%;height:150px;object-fit:cover;display:block}.location-card button{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);border:0;background:#fff;padding:10px 23px;border-radius:24px;font-weight:700;box-shadow:0 2px 8px #0002}
.amenities{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.amenities div{border:1px solid #e7e7e7;border-radius:8px;min-height:65px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:25px;color:#f4a914}.amenities b{color:#222;font-size:11px;margin-top:5px;font-weight:500}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.why-grid div{border:1px solid #eee;border-radius:9px;padding:14px 7px;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:100px}.why-grid strong{font-size:27px;color:var(--red)}.why-grid b{font-size:12px;margin:4px 0}.why-grid span{font-size:11px;line-height:1.3}
.bottom-cta{width:min(94%,800px);margin:25px auto 18px;border-radius:15px;background:linear-gradient(90deg,#ba1b27,#d2212c);color:#fff;padding:17px 30px;display:flex;align-items:center;justify-content:space-between}.bottom-cta>div{display:flex;align-items:center;gap:16px}.mini-logo{font-size:45px;color:#ffbf29}.bottom-cta h2{font-size:20px;margin:0}.bottom-cta h2 span{color:#ffd043}.bottom-cta p{font-size:11px;margin:5px 0 0}.bottom-cta button{background:#ffbc26;border:0;border-radius:8px;padding:15px 25px;font-weight:800;font-size:14px;cursor:pointer}
footer{width:min(94%,800px);margin:auto;display:grid;grid-template-columns:1.3fr 1fr 1.6fr;gap:8px;align-items:center;font-size:12px;padding:0 0 12px}footer .footer-brand img{width:165px;height:48px;object-fit:contain;object-position:left center}footer div:last-child{grid-column:2/-1}
.privacy{text-align:center;border-top:1px solid #eee;background:#f9eeee;padding:5px;font-size:11px}
.sticky-cta{display:none}
.modal{position:fixed;inset:0;background:#0008;z-index:100;display:none;align-items:center;justify-content:center;padding:18px}.modal.show{display:flex}.modal-box{width:min(92%,390px);background:#fff;border-radius:18px;padding:22px;position:relative;box-shadow:0 15px 50px #0005}.close{position:absolute;right:12px;top:8px;border:0;background:none;font-size:28px;cursor:pointer}.modal-logo img{width:175px;height:48px;object-fit:contain;object-position:left center}.modal-box h2{font-size:21px;margin:8px 0 5px}.modal-box p{font-size:12px;color:#666;margin:0 0 15px}.popup-field{height:46px;border:1px solid #ddd;border-radius:8px;margin-bottom:10px}.popup-field input,.popup-field select{border:0;outline:0;width:100%;height:100%;padding:0 12px;font-size:14px;background:#fff}.modal-submit{width:100%;height:46px;border:0;border-radius:8px;background:var(--red);color:#fff;font-weight:700;cursor:pointer}.modal-box small{display:block;text-align:center;color:#888;font-size:9px;margin-top:9px}

.result-page{min-height:100vh;background:linear-gradient(180deg,#fff,#fff8f1);display:flex;align-items:center;justify-content:center;padding:25px}.result-card{width:min(92%,540px);background:#fff;border-radius:20px;box-shadow:0 8px 30px #0002;padding:35px 25px;text-align:center}.result-card .check{font-size:58px;color:#bf1f2b}.result-card h1{font-size:28px;margin:8px 0}.result-card p{color:#555;line-height:1.55;font-size:15px}.result-actions{display:flex;gap:10px;justify-content:center;margin-top:22px}.result-actions a{padding:13px 22px;border-radius:8px;color:#fff;font-weight:700}.result-actions .call{background:#f4ae19}.result-actions .wa{background:#20a951}.result-logo{width:190px;height:55px;object-fit:contain;margin-bottom:10px}

@media(max-width:650px){
  .topbar{height:68px;padding:5px 10px}.brand img{width:145px;height:55px}.top-actions{gap:5px}.top-actions a{font-size:11px;padding:10px 12px}
  .hero{height:390px}.hero-content{padding:35px 25px}.hero h1{font-size:29px}.hero p{font-size:14px}.hero-points{gap:17px}.hero-points div{font-size:10px}.hero-points b{font-size:19px}
  .lead-card{margin:-35px auto 16px;padding:12px}.form-grid{grid-template-columns:1fr}.submit-btn{grid-column:1/-1;order:5}.field.full{grid-column:auto}
  .section{margin:19px auto}.section h2{font-size:20px}.cards.three{gap:8px}.property-card img{height:90px}.card-title b{font-size:17px}.card-title small{font-size:9px}.property-card button{width:95px;height:32px;font-size:11px}
  .location-card h3{font-size:11px}.location-card p{font-size:9px}.location-card img{height:112px}.location-card button{padding:7px 11px;font-size:9px;bottom:7px}
  .amenities{grid-template-columns:repeat(2,1fr);gap:7px}.amenities div{min-height:67px}.why-grid{grid-template-columns:repeat(2,1fr)}
  .bottom-cta{padding:15px;gap:8px}.mini-logo{display:none}.bottom-cta h2{font-size:15px}.bottom-cta p{font-size:9px}.bottom-cta button{padding:12px 14px;font-size:11px}
  footer{grid-template-columns:1fr 1fr;font-size:10px}footer .footer-brand img{width:135px}footer div:last-child{grid-column:1/-1}
  .sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:90;background:#fff;padding:7px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:5px;box-shadow:0 -2px 12px #0002}.sticky-cta>*{border:0;border-radius:7px;padding:11px 4px;text-align:center;font-size:11px;font-weight:700}.sticky-cta button{background:var(--red);color:#fff}.sticky-cta a{background:#f4ae19;color:#111}.sticky-cta a:last-child{background:#20a951;color:#fff}
}
