/* =========================================================
   أملاك المها — Stylesheet
   ========================================================= */

:root{
  --navy-950:#081a30;
  --navy-900:#0b2540;
  --navy-800:#123561;
  --navy-700:#1d4c85;
  --navy-600:#2a63a8;
  --gold-600:#b8892f;
  --gold-500:#c9a24b;
  --gold-400:#e8c877;
  --gold-100:#faf3e2;
  --ink:#1a2433;
  --muted:#5c6b7a;
  --bg:#f7f6f2;
  --bg-alt:#eef1f5;
  --white:#ffffff;
  --line:#e4e1d8;
  --radius-sm:10px;
  --radius-md:16px;
  --radius-lg:26px;
  --shadow-sm:0 2px 10px rgba(11,37,64,.06);
  --shadow-md:0 12px 32px rgba(11,37,64,.10);
  --shadow-lg:0 24px 60px rgba(11,37,64,.18);
  --ease:cubic-bezier(.4,0,.2,1);
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Cairo',-apple-system,BlinkMacSystemFont,'Segoe UI',Tahoma,sans-serif;
  background:var(--bg);
  color:var(--ink);
  line-height:1.75;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;margin:0;padding:0;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
input,select,textarea{font-family:inherit;}
h1,h2,h3,h4{margin:0;color:var(--navy-900);line-height:1.3;}
p{margin:0;}
.container{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

/* ===== Icons (mask-based, monochrome, inherit currentColor) ===== */
i[class^="ic-"]{
  display:inline-block;
  width:1em;height:1em;
  background-color:currentColor;
  -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat;
  -webkit-mask-position:center; mask-position:center;
  -webkit-mask-size:contain; mask-size:contain;
  vertical-align:-0.15em;
  flex-shrink:0;
}
.ic-phone{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E"); }
.ic-mail{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpath d='M22 6l-10 7L2 6'/%3E%3C/svg%3E"); }
.ic-pin{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); }
.ic-whatsapp{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-4.5 7.4 8.5 8.5 0 0 1-8.9-.4L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 8.5-8.5h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E"); }
.ic-instagram{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Ccircle cx='17.5' cy='6.5' r='1.1' fill='black' stroke='none'/%3E%3C/svg%3E"); }
.ic-twitter{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z'/%3E%3C/svg%3E"); }
.ic-snap{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E"); }
.ic-search{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E"); }
.ic-shield{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E"); }
.ic-team{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2'/%3E%3C/svg%3E"); }
.ic-map{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 20l-6 2V6l6-2 6 2 6-2v16l-6 2-6-2z'/%3E%3Cline x1='9' y1='4' x2='9' y2='20'/%3E%3Cline x1='15' y1='6' x2='15' y2='22'/%3E%3C/svg%3E"); }
.ic-clock{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E"); }
.ic-key{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7.5' cy='15.5' r='5.5'/%3E%3Cpath d='M21 2l-9.6 9.6'/%3E%3Cpath d='M15.5 7.5l3 3L22 7l-3-3'/%3E%3C/svg%3E"); }
.ic-calendar{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E"); }
.ic-building{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='1'/%3E%3Crect x='9' y='6' width='2' height='2'/%3E%3Crect x='13' y='6' width='2' height='2'/%3E%3Crect x='9' y='11' width='2' height='2'/%3E%3Crect x='13' y='11' width='2' height='2'/%3E%3Crect x='9' y='16' width='2' height='2'/%3E%3Crect x='13' y='16' width='2' height='2'/%3E%3C/svg%3E"); }
.ic-wrench{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94z'/%3E%3C/svg%3E"); }
.ic-doc{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3C/svg%3E"); }
.ic-support{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 18v-6a9 9 0 0 1 18 0v6'/%3E%3Cpath d='M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z'/%3E%3C/svg%3E"); }
.ic-check{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); }
.ic-eye{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E"); }
.ic-check-circle{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E"); }
.ic-arrow{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='19' y1='12' x2='5' y2='12'/%3E%3Cpolyline points='12 19 5 12 12 5'/%3E%3C/svg%3E"); }
.ic-arrow-up{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='19' x2='12' y2='5'/%3E%3Cpolyline points='5 12 12 5 19 12'/%3E%3C/svg%3E"); }
.ic-bed{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 4v16'/%3E%3Cpath d='M2 8h18a2 2 0 0 1 2 2v10'/%3E%3Cpath d='M2 17h20'/%3E%3Cpath d='M6 8V6a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v2'/%3E%3C/svg%3E"); }
.ic-bath{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16v3a5 5 0 0 1-5 5H9a5 5 0 0 1-5-5z'/%3E%3Cpath d='M6 12V6a2 2 0 0 1 4 0'/%3E%3Cline x1='2' y1='20' x2='22' y2='20'/%3E%3C/svg%3E"); }
.ic-area{ --i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cpolyline points='9 21 3 21 3 15'/%3E%3Cline x1='21' y1='3' x2='14' y2='10'/%3E%3Cline x1='3' y1='21' x2='10' y2='14'/%3E%3C/svg%3E"); }
i[class^="ic-"]{ -webkit-mask-image:var(--i); mask-image:var(--i); }

/* ===== Buttons ===== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 28px;border-radius:999px;font-weight:700;font-size:15px;
  transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease),color .25s var(--ease);
  white-space:nowrap;
}
.btn-primary{background:var(--navy-900);color:#fff;box-shadow:var(--shadow-sm);}
.btn-primary:hover{background:var(--navy-800);transform:translateY(-2px);box-shadow:var(--shadow-md);}
.btn-gold{background:linear-gradient(135deg,var(--gold-400),var(--gold-600));color:var(--navy-950);box-shadow:0 10px 24px rgba(201,162,75,.35);}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(201,162,75,.45);}
.btn-outline{background:transparent;color:var(--navy-900);border:2px solid var(--navy-900);padding:12px 26px;}
.btn-outline:hover{background:var(--navy-900);color:#fff;}
.btn-sm{padding:10px 20px;font-size:14px;}
.btn-lg{padding:16px 34px;font-size:16px;}
.btn-block{width:100%;}

/* ===== Preloader ===== */
#preloader{
  position:fixed;inset:0;background:var(--navy-950);z-index:9999;
  display:flex;align-items:center;justify-content:center;
  transition:opacity .6s var(--ease),visibility .6s var(--ease);
}
#preloader.hide{opacity:0;visibility:hidden;}
.preloader-emblem{display:flex;flex-direction:column;align-items:center;gap:14px;color:var(--gold-400);animation:pulse 1.6s ease-in-out infinite;}
.preloader-emblem span{font-weight:800;font-size:20px;color:#fff;letter-spacing:1px;}
@keyframes pulse{0%,100%{transform:scale(1);opacity:1;}50%{transform:scale(1.08);opacity:.75;}}

/* ===== Top bar ===== */
.topbar{background:var(--navy-950);color:#cfd9e6;font-size:13.5px;}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;height:40px;}
.topbar-info{display:flex;align-items:center;gap:22px;}
.topbar-info a,.topbar-loc{display:flex;align-items:center;gap:6px;color:#cfd9e6;transition:color .2s;}
.topbar-info a:hover{color:var(--gold-400);}
.topbar-social{display:flex;align-items:center;gap:14px;}
.topbar-social a{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#cfd9e6;font-size:12px;transition:color .2s,transform .2s;}
.topbar-social a:hover{color:var(--gold-400);transform:translateY(-2px);}

/* ===== Header ===== */
.site-header{
  position:sticky;top:0;z-index:500;
  background:rgba(247,246,242,.85);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
  transition:box-shadow .3s var(--ease),padding .3s var(--ease);
}
.site-header.scrolled{box-shadow:0 6px 24px rgba(11,37,64,.08);}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:84px;transition:height .3s var(--ease);}
.site-header.scrolled .header-inner{height:70px;}
.brand{display:flex;align-items:center;gap:12px;}
.brand-mark{flex-shrink:0;}
.brand-text{display:flex;flex-direction:column;line-height:1.25;}
.brand-text strong{font-size:19px;color:var(--navy-900);font-weight:800;}
.brand-text small{font-size:11px;color:var(--muted);letter-spacing:.5px;}

.main-nav ul{display:flex;align-items:center;gap:6px;}
.nav-link{
  position:relative;padding:10px 16px;font-weight:600;font-size:15px;color:var(--ink);
  border-radius:999px;transition:color .25s,background .25s;
}
.nav-link:hover{color:var(--gold-600);}
.nav-link.active{color:var(--navy-900);background:var(--gold-100);}

.header-actions{display:flex;align-items:center;gap:14px;}
.nav-toggle{display:none;flex-direction:column;gap:5px;width:32px;height:24px;justify-content:center;}
.nav-toggle span{display:block;width:100%;height:2px;background:var(--navy-900);border-radius:2px;transition:transform .3s,opacity .3s;}
.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-toggle.open span:nth-child(2){opacity:0;}
.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* ===== Hero ===== */
.hero{
  position:relative;
  background:radial-gradient(1200px 600px at 85% -10%,rgba(201,162,75,.18),transparent),
             linear-gradient(160deg,var(--navy-950) 0%,var(--navy-900) 55%,var(--navy-800) 100%);
  padding:90px 0 0;
  overflow:hidden;
  color:#fff;
}
.hero-pattern{
  position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(circle,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:26px 26px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 70%);
}
.skyline{position:absolute;bottom:0;left:0;width:100%;height:220px;opacity:.55;}
.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center;padding-bottom:70px;}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;color:var(--gold-400);
  font-weight:700;font-size:14px;letter-spacing:.5px;margin-bottom:18px;
  background:rgba(201,162,75,.12);padding:8px 16px;border-radius:999px;border:1px solid rgba(201,162,75,.3);
}
.hero-text h1{font-size:clamp(32px,4.4vw,54px);color:#fff;font-weight:800;margin-bottom:20px;}
.hero-text h1 span{color:var(--gold-400);}
.hero-text > p{color:#c7d3e2;font-size:17px;max-width:560px;margin-bottom:34px;}

.hero-search{
  display:flex;flex-wrap:wrap;gap:12px;background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);padding:16px;border-radius:20px;backdrop-filter:blur(6px);
}
.hero-search .field{flex:1;min-width:140px;display:flex;flex-direction:column;gap:6px;}
.hero-search label{font-size:12px;color:#aebbcc;font-weight:600;}
.hero-search select{
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#fff;
  padding:10px 12px;border-radius:10px;font-size:14px;outline:none;
}
.hero-search select option{color:#111;}
.hero-search .btn{align-self:flex-end;}

.hero-tags{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:26px;}
.hero-tags span{font-size:13.5px;color:#bcd0e8;}

.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.stat-card{
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);
  border-radius:18px;padding:26px 18px;text-align:center;backdrop-filter:blur(6px);
  transition:transform .3s var(--ease),background .3s;
}
.stat-card:hover{transform:translateY(-6px);background:rgba(255,255,255,.11);}
.stat-num{display:block;font-size:34px;font-weight:800;color:var(--gold-400);font-variant-numeric:tabular-nums;}
.stat-label{font-size:13px;color:#c7d3e2;}

.scroll-cue{
  position:absolute;bottom:22px;left:50%;transform:translateX(-50%);
  width:28px;height:44px;border:2px solid rgba(255,255,255,.5);border-radius:20px;
  display:flex;justify-content:center;padding-top:8px;z-index:3;
}
.scroll-cue span{width:4px;height:8px;background:var(--gold-400);border-radius:2px;animation:scrollcue 1.6s infinite;}
@keyframes scrollcue{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(14px);}}

/* ===== Sections generic ===== */
.section{padding:100px 0;}
.section-head{max-width:680px;margin:0 auto 56px;text-align:center;}
.section-head.light .section-eyebrow{color:var(--gold-400);}
.section-head.light h2{color:#fff;}
.section-head.light p{color:#c7d3e2;}
.section-eyebrow{
  display:inline-block;color:var(--gold-600);font-weight:800;font-size:13.5px;
  letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;
}
.section-head h2{font-size:clamp(26px,3vw,38px);margin-bottom:14px;}
.section-head p{color:var(--muted);font-size:16px;}

/* ===== About ===== */
.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:center;}
.about-frame{position:relative;}
.about-illustration{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);}
.badge-floating{
  position:absolute;bottom:-24px;right:-24px;background:#fff;border-radius:18px;
  box-shadow:var(--shadow-lg);padding:18px 22px;display:flex;align-items:center;gap:14px;max-width:230px;
}
.badge-floating strong{font-size:30px;color:var(--gold-600);font-weight:800;}
.badge-floating span{font-size:12.5px;color:var(--muted);font-weight:600;line-height:1.5;}
.about-content .lead{font-size:17px;color:var(--muted);margin:18px 0 30px;}
.about-content .lead strong{color:var(--navy-900);}
.about-points{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:36px;}
.point{display:flex;gap:14px;align-items:flex-start;}
.point-icon{
  flex-shrink:0;width:46px;height:46px;border-radius:14px;background:var(--gold-100);
  color:var(--gold-600);display:flex;align-items:center;justify-content:center;font-size:20px;
}
.point h4{font-size:15.5px;margin-bottom:4px;}
.point p{font-size:13.8px;color:var(--muted);}
.about-cta{display:flex;gap:14px;flex-wrap:wrap;}

/* ===== Services ===== */
.services{background:var(--bg-alt);}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.service-card{
  background:#fff;border-radius:var(--radius-md);padding:34px 28px;box-shadow:var(--shadow-sm);
  transition:transform .3s var(--ease),box-shadow .3s var(--ease);border:1px solid transparent;
}
.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md);border-color:var(--gold-400);}
.service-icon{
  width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,var(--navy-900),var(--navy-700));
  color:var(--gold-400);display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:20px;
}
.service-card h3{font-size:18px;margin-bottom:10px;}
.service-card p{color:var(--muted);font-size:14.5px;}

/* ===== Units ===== */
.units-filter{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:44px;}
.filter-btn{
  padding:10px 22px;border-radius:999px;font-weight:700;font-size:14px;color:var(--navy-900);
  background:#fff;border:1px solid var(--line);transition:all .25s var(--ease);
}
.filter-btn:hover{border-color:var(--gold-500);}
.filter-btn.active{background:var(--navy-900);color:#fff;border-color:var(--navy-900);}

.units-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.unit-card{
  background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);
  transition:transform .35s var(--ease),box-shadow .35s var(--ease);
  opacity:0;transform:translateY(18px) scale(.98);
}
.unit-card.show{animation:cardIn .5s var(--ease) forwards;}
@keyframes cardIn{to{opacity:1;transform:translateY(0) scale(1);}}
.unit-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md);}
.unit-media{position:relative;height:200px;overflow:hidden;}
.unit-media svg{width:100%;height:100%;transition:transform .5s var(--ease);}
.unit-card:hover .unit-media svg{transform:scale(1.06);}
.unit-badge{
  position:absolute;top:14px;right:14px;background:var(--gold-500);color:var(--navy-950);
  font-size:12px;font-weight:800;padding:6px 14px;border-radius:999px;
}
.unit-price-tag{
  position:absolute;bottom:14px;left:14px;background:rgba(11,37,64,.88);color:#fff;
  font-size:13.5px;font-weight:700;padding:7px 14px;border-radius:10px;backdrop-filter:blur(4px);
}
.unit-body{padding:22px;}
.unit-loc{display:flex;align-items:center;gap:6px;color:var(--gold-600);font-size:13px;font-weight:700;margin-bottom:8px;}
.unit-body h3{font-size:18px;margin-bottom:12px;}
.unit-specs{display:flex;gap:16px;margin-bottom:18px;flex-wrap:wrap;}
.unit-specs span{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);}
.unit-actions{display:flex;gap:10px;}
.unit-actions .btn{flex:1;padding:11px 14px;font-size:13.5px;}
.units-more{text-align:center;margin-top:44px;}

/* ===== Why us ===== */
.why-us{background:var(--navy-950);color:#fff;}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
.why-us .section-eyebrow{color:var(--gold-400);}
.why-content h2{color:#fff;font-size:clamp(26px,3vw,36px);margin:12px 0 28px;}
.why-list li{display:flex;align-items:center;gap:12px;color:#dbe4f0;font-size:15.5px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);}
.why-list li i{color:var(--gold-400);background:rgba(201,162,75,.12);width:26px;height:26px;border-radius:50%;padding:6px;flex-shrink:0;}
.why-content .btn{margin-top:28px;}
.why-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.why-card{
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:18px;
  padding:26px 22px;transition:transform .3s var(--ease),background .3s;
}
.why-card:hover{transform:translateY(-6px);background:rgba(255,255,255,.09);}
.why-num{color:var(--gold-400);font-weight:800;font-size:22px;}
.why-card h4{color:#fff;font-size:16px;margin:10px 0 8px;}
.why-card p{color:#b7c4d6;font-size:13.5px;}

/* ===== Process ===== */
.process-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;position:relative;}
.process-step{
  text-align:center;position:relative;background:#fff;border-radius:var(--radius-md);
  padding:34px 18px 26px;box-shadow:var(--shadow-sm);
}
.process-icon{
  width:58px;height:58px;border-radius:50%;background:var(--gold-100);color:var(--gold-600);
  display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 16px;
}
.process-index{
  position:absolute;top:-14px;right:50%;transform:translateX(50%);width:30px;height:30px;border-radius:50%;
  background:var(--navy-900);color:var(--gold-400);font-weight:800;font-size:13px;
  display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);
}
.process-step h4{font-size:15.5px;margin-bottom:8px;}
.process-step p{font-size:13px;color:var(--muted);}

/* ===== Testimonials ===== */
.testimonials{
  background:linear-gradient(160deg,var(--navy-950),var(--navy-900));color:#fff;
}
.testimonial-slider{display:flex;align-items:center;gap:18px;}
.testimonial-track{
  flex:1;display:flex;overflow:hidden;transition:transform .5s var(--ease);
}
.testimonial-card{
  min-width:100%;box-sizing:border-box;margin-inline-end:0;background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius-md);padding:36px;transition:opacity .4s;
}
.stars{color:var(--gold-400);font-size:18px;letter-spacing:3px;margin-bottom:16px;}
.testimonial-card p{font-size:16.5px;color:#dbe4f0;margin-bottom:26px;line-height:1.9;}
.t-person{display:flex;align-items:center;gap:14px;}
.t-avatar{
  width:46px;height:46px;border-radius:50%;background:var(--gold-500);color:var(--navy-950);
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;
}
.t-person strong{display:block;color:#fff;font-size:14.5px;}
.t-person span{font-size:12.5px;color:#a9b8cc;}
.slider-arrow{
  width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);
  color:#fff;font-size:22px;flex-shrink:0;transition:background .25s,transform .25s;
}
.slider-arrow:hover{background:var(--gold-500);color:var(--navy-950);transform:scale(1.06);}
.slider-dots{display:flex;justify-content:center;gap:9px;margin-top:28px;}
.slider-dots button{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.25);transition:all .3s;}
.slider-dots button.active{background:var(--gold-400);width:26px;border-radius:6px;}

/* ===== CTA band ===== */
.cta-band{background:linear-gradient(120deg,var(--gold-600),var(--gold-400));padding:54px 0;}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;}
.cta-inner h3{font-size:clamp(20px,2.4vw,27px);color:var(--navy-950);margin-bottom:8px;}
.cta-inner p{color:rgba(11,25,45,.75);font-size:15px;max-width:520px;}
.cta-inner .btn-gold{background:var(--navy-950);color:#fff;box-shadow:0 10px 24px rgba(11,25,45,.3);}
.cta-inner .btn-gold:hover{background:var(--navy-800);}

/* ===== Contact ===== */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;}
.contact-info > p{color:var(--muted);font-size:16px;margin:16px 0 32px;}
.info-items{display:flex;flex-direction:column;gap:22px;margin-bottom:32px;}
.info-item{display:flex;gap:16px;align-items:flex-start;}
.info-icon{
  width:48px;height:48px;border-radius:14px;background:var(--navy-900);color:var(--gold-400);
  display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;
}
.info-item h4{font-size:15px;margin-bottom:4px;}
.info-item p{font-size:14px;color:var(--muted);}
.map-frame{border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);height:260px;border:1px solid var(--line);}
.map-frame iframe{width:100%;height:100%;border:0;filter:grayscale(.15) contrast(1.05);}

.contact-form-wrap{
  background:#fff;border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow-md);
}
.contact-form-wrap h3{font-size:22px;margin-bottom:24px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.field{margin-bottom:20px;display:flex;flex-direction:column;gap:8px;}
.field label{font-size:13.5px;font-weight:700;color:var(--navy-900);}
.field input,.field select,.field textarea{
  padding:13px 16px;border-radius:12px;border:1.5px solid var(--line);background:var(--bg-alt);
  font-size:14.5px;outline:none;transition:border-color .2s,background .2s;color:var(--ink);
}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold-500);background:#fff;}
.field.error input,.field.error textarea{border-color:#d64545;background:#fdf1f1;}
.error-msg{font-size:12.5px;color:#d64545;min-height:14px;}
.form-success{
  display:none;align-items:center;gap:14px;background:#e9f7ee;border:1px solid #b7e4c7;color:#1e7d43;
  padding:16px 18px;border-radius:14px;margin-top:18px;
}
.form-success.show{display:flex;}
.form-success i{font-size:26px;flex-shrink:0;}
.form-success p{font-size:13px;color:#2f7a4d;margin-top:2px;}

/* ===== Footer ===== */
.site-footer{background:var(--navy-950);color:#b9c5d6;padding-top:70px;}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.08);}
.footer-brand p{font-size:13.8px;margin:16px 0 20px;color:#a9b6c8;}
.footer-social{display:flex;gap:10px;}
.footer-social a{
  width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.06);display:flex;
  align-items:center;justify-content:center;color:#cfd9e6;transition:background .25s,color .25s,transform .25s;
}
.footer-social a:hover{background:var(--gold-500);color:var(--navy-950);transform:translateY(-3px);}
.footer-col h4{color:#fff;font-size:15.5px;margin-bottom:18px;}
.footer-col ul{display:flex;flex-direction:column;gap:12px;}
.footer-col ul a{font-size:13.8px;color:#a9b6c8;transition:color .2s;}
.footer-col ul a:hover{color:var(--gold-400);}
.footer-col p{font-size:13.5px;color:#a9b6c8;margin-bottom:16px;}
.newsletter-form{display:flex;gap:8px;}
.newsletter-form input{
  flex:1;padding:12px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);color:#fff;font-size:13.5px;outline:none;
}
.newsletter-form input::placeholder{color:#8393a8;}
.newsletter-form button{
  width:44px;height:44px;border-radius:10px;background:var(--gold-500);color:var(--navy-950);
  flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .2s;
}
.newsletter-form button:hover{background:var(--gold-400);}
.footer-bottom{padding:22px 0;}
.footer-bottom-inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:12.8px;color:#8393a8;}

/* ===== Floating buttons ===== */
.whatsapp-float{
  position:fixed;bottom:26px;left:26px;width:58px;height:58px;border-radius:50%;
  background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;
  font-size:26px;box-shadow:0 10px 26px rgba(37,211,102,.45);z-index:400;
  animation:floatPulse 2.4s ease-in-out infinite;
}
@keyframes floatPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.08);}}
.back-to-top{
  position:fixed;bottom:26px;right:26px;width:50px;height:50px;border-radius:50%;
  background:var(--navy-900);color:var(--gold-400);display:flex;align-items:center;justify-content:center;
  font-size:20px;box-shadow:var(--shadow-md);z-index:400;opacity:0;visibility:hidden;
  transform:translateY(10px);transition:all .3s var(--ease);
}
.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0);}
.back-to-top:hover{background:var(--gold-500);color:var(--navy-950);}

/* ===== Modal ===== */
.modal-overlay{
  position:fixed;inset:0;background:rgba(8,26,48,.62);backdrop-filter:blur(4px);
  z-index:800;display:flex;align-items:center;justify-content:center;padding:20px;
  opacity:0;visibility:hidden;transition:all .3s var(--ease);
}
.modal-overlay.open{opacity:1;visibility:visible;}
.modal-box{
  background:#fff;border-radius:var(--radius-lg);max-width:640px;width:100%;max-height:88vh;overflow:auto;
  position:relative;box-shadow:var(--shadow-lg);transform:scale(.94);transition:transform .3s var(--ease);
}
.modal-overlay.open .modal-box{transform:scale(1);}
.modal-close{
  position:absolute;top:16px;left:16px;width:36px;height:36px;border-radius:50%;background:var(--bg-alt);
  font-size:22px;color:var(--navy-900);z-index:2;transition:background .2s;
}
.modal-close:hover{background:var(--line);}
.modal-body{padding:0;}

/* ===== Toast ===== */
.toast{
  position:fixed;top:24px;left:50%;transform:translateX(-50%) translateY(-140%);
  background:var(--navy-900);color:#fff;padding:14px 26px;border-radius:12px;font-size:14px;
  box-shadow:var(--shadow-lg);z-index:900;transition:transform .35s var(--ease);
}
.toast.show{transform:translateX(-50%) translateY(0);}

/* ===== Reveal on scroll ===== */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease),transform .7s var(--ease);}
.reveal.in{opacity:1;transform:translateY(0);}

/* ===== Responsive ===== */
@media (max-width:1080px){
  .hero-inner{grid-template-columns:1fr;}
  .hero-stats{grid-template-columns:repeat(4,1fr);}
  .about-grid,.why-grid,.contact-grid{grid-template-columns:1fr;gap:40px;}
  .services-grid,.units-grid{grid-template-columns:repeat(2,1fr);}
  .process-steps{grid-template-columns:repeat(3,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:860px){
  .topbar-info span.topbar-loc{display:none;}
  .main-nav{
    position:fixed;top:0;bottom:0;left:0;width:min(320px,84%);background:#fff;z-index:600;
    padding:100px 28px 28px;box-shadow:var(--shadow-lg);
    transform:translateX(-100%);transition:transform .35s var(--ease);
    overflow-y:auto;
  }
  .main-nav.open{transform:translateX(0);}
  .main-nav ul{flex-direction:column;align-items:stretch;gap:4px;}
  .nav-link{padding:14px 16px;font-size:16px;}
  .nav-toggle{display:flex;}
  .header-actions .btn-sm{display:none;}
  .hero-stats{grid-template-columns:repeat(2,1fr);}
  .hero-search{flex-direction:column;}
  .hero-search .btn{align-self:stretch;}
}
@media (max-width:720px){
  .services-grid,.units-grid{grid-template-columns:1fr;}
  .process-steps{grid-template-columns:1fr 1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .form-row{grid-template-columns:1fr;}
  .cta-inner{flex-direction:column;text-align:center;}
  .about-points{grid-template-columns:1fr;}
  .section{padding:70px 0;}
}
@media (max-width:480px){
  .process-steps{grid-template-columns:1fr;}
  .badge-floating{position:static;margin-top:-40px;margin-inline:auto;transform:none;}
}

/* Nav overlay backdrop for mobile */
.nav-backdrop{
  position:fixed;inset:0;background:rgba(8,20,36,.5);z-index:550;opacity:0;visibility:hidden;
  transition:opacity .3s var(--ease),visibility .3s var(--ease);
}
.nav-backdrop.show{opacity:1;visibility:visible;}
