:root{
  --red:#ff416c;--orange:#ff4b2b;--dark:#07111f;--dark2:#111827;
  --gold:#f8c045;--green:#10b981;--blue:#2563eb;--soft:#f8fafc;
}
body{
  font-family:'Segoe UI',sans-serif;
  background:radial-gradient(circle at top left,rgba(255,65,108,.12),transparent 30%),
  linear-gradient(180deg,#fff7f8,#f8fafc 45%,#fff);
  color:#111827;
}
.navbar{background:rgba(7,17,31,.92)!important;backdrop-filter:blur(18px);box-shadow:0 12px 35px rgba(0,0,0,.22)}
.navbar-brand{font-weight:950;color:#fff!important}.nav-link{color:#e5e7eb!important;font-weight:700}.nav-link:hover{color:#fff!important}
.hero{
  position:relative;overflow:hidden;border-radius:38px;padding:82px 38px;margin:38px 0;color:#fff;
  background:linear-gradient(120deg,rgba(7,17,31,.96),rgba(255,65,108,.83)),url('../real-estate-hero.jpg');
  background-size:cover;background-position:center;box-shadow:0 28px 80px rgba(255,65,108,.25)
}
.hero:before{content:"";position:absolute;width:420px;height:420px;right:-90px;top:-120px;background:radial-gradient(circle,rgba(248,192,69,.45),transparent 65%)}
.hero-content{position:relative;z-index:2}.hero h1{font-size:clamp(36px,5vw,68px);font-weight:1000;line-height:1.03}.hero p{max-width:760px;font-size:18px;color:#f3f4f6}
.hero-badge{display:inline-flex;gap:8px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);padding:10px 16px;border-radius:999px;font-weight:800;margin-bottom:18px}
.search-box,.advisor-card,.newsletter-card,.property-card,.stat-card{background:#fff;border:1px solid #eef2f7;border-radius:28px;box-shadow:0 18px 45px rgba(15,23,42,.08)}
.search-box{background:rgba(255,255,255,.96);padding:20px;box-shadow:0 25px 55px rgba(0,0,0,.22)}
.search-box input,.search-box select,.advisor-card input,.advisor-card select,.advisor-card textarea{border-radius:16px;border:1px solid #e5e7eb;font-weight:600}
.search-box input,.search-box select,.advisor-card input,.advisor-card select{height:54px}
.btn-main{height:54px;border:0;border-radius:16px;color:#fff;font-weight:900;background:linear-gradient(135deg,var(--red),var(--orange));box-shadow:0 14px 30px rgba(255,65,108,.28)}
.stat-card{padding:24px;transition:.25s}.stat-card:hover,.property-card:hover{transform:translateY(-7px)}
.stat-card i{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;font-size:24px;background:linear-gradient(135deg,#fff1f2,#ffe4e6);color:var(--red)}
.stat-card h3{font-weight:950;margin:16px 0 0}.meta{color:#64748b;font-size:14px}
.section-head{margin:58px 0 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.section-title{font-size:30px;font-weight:1000;margin:0}.section-title span{background:linear-gradient(135deg,var(--red),var(--orange));-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.property-card{overflow:hidden;height:100%;transition:.28s}.img-wrap{position:relative;overflow:hidden}
.property-img{width:100%;height:245px;object-fit:cover;background:#f1f5f9;transition:.35s}.property-card:hover .property-img{transform:scale(1.07)}
.badge-pro{position:absolute;top:14px;left:14px;padding:8px 14px;border-radius:999px;color:#111827;font-size:12px;font-weight:950;background:linear-gradient(135deg,var(--gold),#ff9f1c)}
.price{color:var(--green);font-weight:1000}.action-btn{border-radius:14px;font-weight:850}
.category-strip{background:radial-gradient(circle at top right,rgba(248,192,69,.18),transparent 35%),linear-gradient(135deg,#07111f,#111827);color:#fff;border-radius:30px;padding:28px;margin-top:38px;box-shadow:0 22px 60px rgba(7,17,31,.22)}
.category-pill{display:inline-flex;align-items:center;gap:9px;padding:13px 19px;border-radius:999px;color:#fff;text-decoration:none;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);margin:6px;font-weight:800}
.category-pill:hover{background:#fff;color:#07111f}
.advisor-card{padding:30px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,247,248,.96))}
.newsletter-card{margin-top:60px;padding:34px;color:#fff;background:radial-gradient(circle at top left,rgba(248,192,69,.25),transparent 35%),linear-gradient(135deg,#111827,#ff416c)}
.newsletter-card input{height:54px;border-radius:16px;border:0}
.ultra-footer{margin-top:80px;background:radial-gradient(circle at top right,rgba(255,65,108,.14),transparent 35%),linear-gradient(180deg,#07111f,#020617);color:#cbd5e1;padding:65px 0 25px}
.footer-logo{color:#fff;font-weight:1000;font-size:24px}.footer-title{color:#fff;font-weight:900;margin-bottom:18px}
.footer-link{display:block;color:#cbd5e1;text-decoration:none;margin-bottom:10px;font-weight:600}.footer-link:hover{color:#fff;padding-left:4px}
.footer-contact{display:flex;gap:10px;margin-bottom:12px}.footer-contact i{color:var(--gold);margin-top:4px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:35px;padding-top:22px;font-size:14px;color:#94a3b8}
.social-icon{width:42px;height:42px;display:inline-grid;place-items:center;border-radius:14px;margin-right:8px;color:#fff;text-decoration:none;background:rgba(255,255,255,.1)}
.social-icon:hover{background:linear-gradient(135deg,var(--red),var(--orange));color:#fff}
.whatsapp-float{position:fixed;right:20px;bottom:20px;width:60px;height:60px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;font-size:29px;z-index:999;box-shadow:0 14px 35px rgba(37,211,102,.38);text-decoration:none}
.reveal{opacity:0;transform:translateY(24px);transition:.7s ease}.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:768px){.hero{padding:46px 20px;border-radius:24px}.section-head{display:block}.property-img{height:190px}.ultra-footer{padding-top:45px}}