
:root{--navy:#0d1b2a;--navy2:#1b263b;--gold:#d4af37;--cream:#f8f5ee;--text:#24303c;--muted:#6b7680;--white:#fff;--shadow:0 18px 50px rgba(13,27,42,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--navy);color:#d9e0e7;font-size:.88rem;padding:.5rem 0}.topbar .container{display:flex;justify-content:space-between;gap:1rem}
.navbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #e9edf1}.nav-inner{display:flex;align-items:center;justify-content:space-between;min-height:76px}.brand{display:flex;align-items:center;gap:.8rem;font-weight:800;color:var(--navy)}.brand img{width:54px;height:54px;object-fit:cover;border-radius:12px}.brand small{display:block;color:var(--gold);font-weight:600;letter-spacing:.04em}
.nav-links{display:flex;gap:1.35rem;align-items:center}.nav-links a{font-weight:650;color:#33404c}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.menu-btn{display:none;border:0;background:var(--navy);color:#fff;padding:.65rem .8rem;border-radius:8px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.2rem;border-radius:10px;font-weight:750;border:1px solid transparent;cursor:pointer;transition:.2s}.btn-primary{background:var(--gold);color:var(--navy)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(212,175,55,.28)}.btn-dark{background:var(--navy);color:#fff}.btn-outline{border-color:rgba(255,255,255,.5);color:#fff}
.hero{min-height:76vh;display:grid;align-items:center;background:linear-gradient(90deg,rgba(13,27,42,.93),rgba(13,27,42,.63)),url('../img/hero.svg') center/cover;color:#fff}.hero h1{font-size:clamp(2.6rem,6vw,5.2rem);line-height:1.02;margin:.4rem 0 1rem;max-width:850px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--gold);font-weight:800;font-size:.82rem}.hero p{font-size:1.18rem;max-width:720px;color:#e9eef3}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.8rem 0}
.search-box{background:#fff;padding:1rem;border-radius:16px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr) auto;gap:.7rem;margin-top:2rem}.search-box input,.search-box select,.field input,.field select,.field textarea{width:100%;border:1px solid #dfe5ea;border-radius:9px;padding:.82rem;background:#fff;font:inherit}
section{padding:82px 0}.section-soft{background:var(--cream)}.section-dark{background:var(--navy);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}.section-head h2,.page-hero h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.1;margin:.35rem 0}.section-head p{max-width:650px;color:var(--muted)}
.grid{display:grid;gap:1.4rem}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.card-body{padding:1.25rem}.card h3{margin:.25rem 0}.property-card img{height:235px;width:100%;object-fit:cover}.badge{display:inline-block;background:var(--gold);color:var(--navy);padding:.35rem .65rem;border-radius:999px;font-size:.78rem;font-weight:800}.meta{display:flex;gap:1rem;flex-wrap:wrap;color:var(--muted);font-size:.93rem}.price{font-size:1.25rem;font-weight:850;color:var(--navy);margin:.7rem 0}.feature{padding:1.3rem;border:1px solid #e7ebef;border-radius:16px;background:#fff}.feature .icon{font-size:1.7rem}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.stat strong{display:block;font-size:2.2rem;color:var(--gold)}.page-hero{padding:95px 0;background:linear-gradient(90deg,rgba(13,27,42,.95),rgba(27,38,59,.8)),url('../img/hero.svg') center/cover;color:#fff}.breadcrumb{color:#dbe2e8}
.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.team-card img{height:260px;width:100%;object-fit:cover}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem}.form-card{padding:1.5rem}.field{margin-bottom:1rem}.field label{font-weight:700;display:block;margin-bottom:.3rem}.notice{display:none;padding:1rem;border-radius:8px;margin-top:1rem}.notice.success{display:block;background:#eaf8ef;color:#166534}.notice.error{display:block;background:#fff1f2;color:#9f1239}
.footer{background:#08111b;color:#d8e0e8;padding:60px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2rem}.footer h4{color:#fff}.footer a{display:block;margin:.45rem 0;color:#c7d0d8}.footer-bottom{border-top:1px solid #26323e;margin-top:2rem;padding-top:1.3rem;display:flex;justify-content:space-between;gap:1rem}
.whatsapp{position:fixed;right:20px;bottom:20px;background:#25D366;color:#fff;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:1.5rem;box-shadow:var(--shadow);z-index:40}
.filters{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem;margin-bottom:1.5rem}.empty{padding:2rem;background:#fff;border-radius:14px;text-align:center}
@media(max-width:900px){.nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:1rem 4%;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-btn{display:block}.grid-3,.grid-4,.stats,.footer-grid,.two-col,.contact-grid{grid-template-columns:1fr 1fr}.search-box,.filters{grid-template-columns:1fr 1fr}.hero{min-height:68vh}}
@media(max-width:620px){.topbar .container,.footer-bottom{flex-direction:column}.grid-3,.grid-4,.stats,.footer-grid,.two-col,.contact-grid,.search-box,.filters{grid-template-columns:1fr}.hero h1{font-size:2.7rem}.section-head{align-items:start;flex-direction:column}.brand span{font-size:.9rem}}
