/* ============================================================
   GrowthSquare Realty — Main Stylesheet
   Navy + Gold Premium Real Estate Theme
   ============================================================ */

:root {
  --navy: #0d1b3e;
  --navy-2: #12234f;
  --navy-3: #1a315f;
  --gold: #d4af37;
  --gold-2: #f0d178;
  --gold-3: #b8912a;
  --cream: #faf7f0;
  --white: #ffffff;
  --text: #2b2f3a;
  --muted: #6b7280;
  --green: #1e8e5a;
  --red: #c0392b;
  --shadow: 0 10px 30px rgba(13, 27, 62, .12);
  --shadow-lg: 0 22px 60px rgba(13, 27, 62, .18);
  --radius: 18px;
  --grad-gold: linear-gradient(135deg, #f5d97b 0%, #d4af37 45%, #a8842a 100%);
  --grad-navy: linear-gradient(160deg, #12234f 0%, #0d1b3e 60%, #081228 100%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.2; }

.container { width: min(1180px, 92%); margin: 0 auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 30px; border-radius: 60px;
  font-weight: 600; font-size: 15px; letter-spacing: .4px;
  border: none; cursor: pointer; transition: .35s;
  font-family: 'Poppins', sans-serif;
}
.btn-gold { background: var(--grad-gold); color: var(--navy); box-shadow: 0 8px 24px rgba(212, 175, 55, .45); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(212, 175, 55, .55); }
.btn-navy { background: var(--navy); color: var(--gold-2); }
.btn-navy:hover { background: var(--navy-3); transform: translateY(-3px); }
.btn-outline { border: 2px solid var(--gold); color: var(--gold); background: transparent; }
.btn-outline:hover { background: var(--gold); color: var(--navy); }
.btn-sm { padding: 9px 20px; font-size: 13px; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--navy); color: #cdd6ee; font-size: 13px; padding: 7px 0;
  display: flex; justify-content: center; gap: 28px; flex-wrap: wrap;
}
.topbar span { display: inline-flex; align-items: center; gap: 7px; }
.topbar b { color: var(--gold-2); font-weight: 600; }

/* ---------- Navbar ---------- */
header.navbar {
  position: sticky; top: 0; z-index: 900;
  background: rgba(13, 27, 62, .96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 175, 55, .25);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { width: 58px; height: 58px; border-radius: 50%; border: 2px solid var(--gold); box-shadow: 0 4px 14px rgba(212,175,55,.4); }
.brand-name { display: flex; flex-direction: column; }
.brand-name .t1 { font-family: 'Playfair Display', serif; color: var(--gold-2); font-size: 22px; font-weight: 700; letter-spacing: .5px; }
.brand-name .t1 span { color: var(--white); font-style: italic; }
.brand-name .t2 { color: #aab6d4; font-size: 10.5px; letter-spacing: 3px; text-transform: uppercase; }

nav.links { display: flex; align-items: center; gap: 4px; }
nav.links a {
  color: #dbe2f2; padding: 10px 14px; border-radius: 8px; font-size: 14.5px; font-weight: 500; transition: .3s;
}
nav.links a:hover, nav.links a.active { color: var(--gold-2); background: rgba(212, 175, 55, .12); }
nav.links a.cta {
  background: var(--grad-gold); color: var(--navy); font-weight: 700; margin-left: 8px; padding: 10px 22px; border-radius: 40px;
  box-shadow: 0 6px 18px rgba(212,175,55,.4);
}
nav.links a.cta:hover { transform: translateY(-2px); }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 26px; height: 3px; background: var(--gold-2); margin: 5px 0; border-radius: 3px; transition: .3s; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 18s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1) translateY(0); } to { transform: scale(1.12) translateY(-2%); } }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,16,38,.72) 0%, rgba(10,20,48,.45) 45%, rgba(8,16,38,.88) 100%);
}
.hero-content { position: relative; z-index: 5; padding: 90px 0 70px; width: 100%; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(212,175,55,.16); border: 1px solid rgba(212,175,55,.55); color: var(--gold-2);
  padding: 9px 20px; border-radius: 50px; font-size: 13.5px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase;
  animation: fadeUp .9s .1s both;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #2ecc71; box-shadow: 0 0 0 0 rgba(46,204,113,.7); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 12px rgba(46,204,113,0); } 100% { box-shadow: 0 0 0 0 rgba(46,204,113,0); } }
.hero h1 {
  color: var(--white); font-size: clamp(38px, 6vw, 74px); font-weight: 800; margin: 26px 0 10px;
  text-shadow: 0 6px 30px rgba(0,0,0,.45); animation: fadeUp .9s .25s both;
}
.hero h1 em { font-style: normal; background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .sub { color: #d7def0; font-size: clamp(15px, 2vw, 19px); max-width: 640px; margin-bottom: 36px; animation: fadeUp .9s .4s both; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; animation: fadeUp .9s .55s both; }
.hero-tags { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 42px; animation: fadeUp .9s .7s both; }
.hero-tag {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(8px);
  color: #e8edf8; padding: 10px 18px; border-radius: 12px; font-size: 13.5px; display: flex; align-items: center; gap: 9px;
}
.hero-tag svg { color: var(--gold-2); flex: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: translateY(0); } }

.hero-stats {
  position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  background: rgba(13,27,62,.72); backdrop-filter: blur(14px); border: 1px solid rgba(212,175,55,.3);
  border-radius: 20px; padding: 26px 30px; margin-top: 70px; box-shadow: var(--shadow-lg);
}
.hstat { text-align: center; border-right: 1px solid rgba(255,255,255,.12); }
.hstat:last-child { border-right: none; }
.hstat .n { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 800; color: var(--gold-2); }
.hstat .l { font-size: 12.5px; color: #c3cce4; letter-spacing: 1.2px; text-transform: uppercase; margin-top: 3px; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  background: var(--grad-navy); position: relative; overflow: hidden; padding: 78px 0 64px; text-align: center;
}
.page-hero::before, .page-hero::after {
  content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(212,175,55,.25);
}
.page-hero::before { width: 420px; height: 420px; top: -220px; left: -120px; }
.page-hero::after { width: 320px; height: 320px; bottom: -180px; right: -90px; }
.page-hero .crumb { color: #9fb0d6; font-size: 13.5px; letter-spacing: 1px; margin-bottom: 12px; text-transform: uppercase; }
.page-hero .crumb a { color: var(--gold-2); }
.page-hero h1 { color: var(--white); font-size: clamp(32px, 4.6vw, 52px); font-weight: 800; }
.page-hero h1 em { font-style: normal; color: var(--gold-2); }
.page-hero p { color: #c9d3ec; max-width: 640px; margin: 14px auto 0; font-size: 15.5px; }

/* ---------- Sections ---------- */
section { padding: 84px 0; }
section.alt { background: var(--white); }
.sec-head { text-align: center; max-width: 700px; margin: 0 auto 52px; }
.kicker { color: var(--gold-3); font-weight: 700; letter-spacing: 2.6px; text-transform: uppercase; font-size: 13px; display: inline-flex; align-items: center; gap: 12px; }
.kicker::before, .kicker::after { content: ''; width: 34px; height: 2px; background: var(--grad-gold); display: inline-block; }
.sec-head h2 { font-size: clamp(28px, 3.6vw, 42px); color: var(--navy); margin: 14px 0 12px; font-weight: 800; }
.sec-head p { color: var(--muted); font-size: 15.5px; }

/* ---------- Cards / Projects ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

.pcard {
  background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  transition: .4s; display: flex; flex-direction: column; position: relative;
}
.pcard:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); }
.pcard .thumb { position: relative; height: 250px; overflow: hidden; }
.pcard .thumb img { width: 100%; height: 100%; object-fit: cover; transition: .6s; }
.pcard:hover .thumb img { transform: scale(1.08); }
.pflags { position: absolute; top: 14px; left: 14px; display: flex; flex-direction: column; gap: 8px; z-index: 3; }
.flag {
  font-size: 11.5px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase;
  padding: 7px 14px; border-radius: 40px; display: inline-flex; align-items: center; gap: 6px; color: var(--white);
  box-shadow: 0 4px 12px rgba(0,0,0,.25); width: fit-content;
}
.flag.approved { background: linear-gradient(135deg, #1e8e5a, #27ae60); }
.flag.upcoming { background: linear-gradient(135deg, #b8860b, #d4af37); color: #10233f; }
.flag.notapproved { background: linear-gradient(135deg, #95352a, #c0392b); }
.flag.sold { background: linear-gradient(135deg, #12234f, #1a315f); }
.pcard .body { padding: 24px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.pcard h3 { color: var(--navy); font-size: 23px; margin-bottom: 6px; font-weight: 700; }
.pcard .loc { color: var(--muted); font-size: 13.5px; display: flex; align-items: center; gap: 6px; margin-bottom: 14px; }
.pcard .loc svg { color: var(--gold-3); flex: none; }
.pcard p.desc { color: #555c6b; font-size: 14px; flex: 1; }
.pmeta { display: flex; gap: 10px; flex-wrap: wrap; margin: 16px 0; }
.pmeta span {
  background: #f1ecdd; color: #6b5a1e; font-size: 12px; font-weight: 600; padding: 6px 13px; border-radius: 30px;
  display: inline-flex; align-items: center; gap: 6px;
}
.pcard .actions { display: flex; gap: 10px; margin-top: auto; }

.note-strip {
  margin-top: 34px; background: #fdf6e3; border: 1px dashed var(--gold); border-radius: 14px;
  padding: 18px 22px; display: flex; gap: 14px; align-items: flex-start; font-size: 13.5px; color: #6b5a1e;
}
.note-strip svg { flex: none; color: var(--gold-3); margin-top: 2px; }

/* ---------- Upcoming section ---------- */
.up-band { background: var(--grad-navy); position: relative; overflow: hidden; }
.up-band::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(700px 300px at 80% -10%, rgba(212,175,55,.18), transparent 60%);
}
.up-band .sec-head h2 { color: var(--white); }
.up-band .sec-head p { color: #b9c4e0; }
.up-band .kicker { color: var(--gold-2); }
.up-band .container { position: relative; }
.ucard { position: relative; }
.ucard .thumb { height: 300px; position: relative; }
.ucard .thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(8,16,38,.85)); }
.ucard .onimg { position: absolute; bottom: 18px; left: 20px; right: 20px; z-index: 4; }
.ucard .onimg h3 { color: var(--white); font-size: 24px; text-shadow: 0 4px 18px rgba(0,0,0,.5); }
.ucard .onimg .loc { color: #e6d9a8; font-size: 13.5px; display: flex; align-items: center; gap: 6px; margin-top: 4px; }
.ucard .body {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(10px);
  border-top: none; border-radius: 0 0 var(--radius) var(--radius); padding: 20px 22px 24px; color: #dbe3f5;
}
.ucard .body ul { margin: 0 0 16px; }
.ucard .body li { font-size: 13.5px; padding: 5px 0 5px 24px; position: relative; color: #c3cde6; }
.ucard .body li::before { content: '✦'; position: absolute; left: 0; color: var(--gold-2); }
.launch-pill {
  position: absolute; top: 16px; right: 16px; z-index: 5; background: var(--grad-gold); color: var(--navy);
  font-size: 11.5px; font-weight: 800; letter-spacing: 1px; padding: 8px 16px; border-radius: 40px; text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(212,175,55,.45);
}

/* ---------- Why choose / features ---------- */
.feat { background: var(--white); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow); transition: .4s; text-align: center; position: relative; overflow: hidden; }
.feat:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.feat::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad-gold); }
.feat .ico {
  width: 66px; height: 66px; margin: 0 auto 18px; border-radius: 20px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(212,175,55,.16), rgba(212,175,55,.32)); color: var(--gold-3);
}
.feat h3 { color: var(--navy); font-size: 19px; margin-bottom: 8px; }
.feat p { color: var(--muted); font-size: 13.8px; }

/* ---------- Reviews ---------- */
.review-wrap { position: relative; }
.r-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.rcard {
  background: var(--white); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow);
  position: relative; transition: .4s; border: 1px solid #efe9d8;
}
.rcard:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.rcard .quote { position: absolute; top: 18px; right: 24px; font-family: 'Playfair Display', serif; font-size: 64px; color: rgba(212,175,55,.25); line-height: 1; }
.stars { color: #f5b301; font-size: 17px; letter-spacing: 3px; margin-bottom: 12px; }
.rcard p.text { color: #4a5162; font-size: 14.2px; font-style: italic; margin-bottom: 20px; }
.rwho { display: flex; align-items: center; gap: 14px; border-top: 1px solid #efe9d8; padding-top: 18px; }
.rwho img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); }
.rwho .nm { color: var(--navy); font-weight: 700; font-size: 15px; }
.rwho .rl { color: var(--muted); font-size: 12.5px; }
.verified { display: inline-flex; align-items: center; gap: 5px; color: var(--green); font-size: 11.5px; font-weight: 600; margin-top: 3px; }
.rating-hero { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; margin-bottom: 46px; }
.rating-hero .big { font-family: 'Playfair Display', serif; font-size: 58px; font-weight: 800; color: var(--navy); line-height: 1; }
.rating-hero .stars { font-size: 24px; }
.rating-hero .cnt { color: var(--muted); font-size: 14px; }

/* ---------- Directors ---------- */
.dcard { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 34px 28px; text-align: center; transition: .4s; }
.dcard:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.dcard .avatar {
  width: 110px; height: 110px; margin: 0 auto 20px; border-radius: 50%;
  background: var(--grad-navy); border: 3px solid var(--gold); display: grid; place-items: center;
  font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 800; color: var(--gold-2);
  box-shadow: 0 10px 26px rgba(13,27,62,.28);
}
.dcard h3 { color: var(--navy); font-size: 22px; }
.dcard .role { color: var(--gold-3); font-size: 13px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; margin: 6px 0 12px; }
.dcard p { color: var(--muted); font-size: 13.8px; }

/* ---------- Videos / Activities ---------- */
.vcard { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: .4s; }
.vcard:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.vcard video { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; background: #000; }
.vcard .vcap { padding: 18px 20px; }
.vcard .vcap h3 { font-size: 17px; color: var(--navy); font-family: 'Poppins', sans-serif; font-weight: 600; display: flex; gap: 10px; align-items: center; }
.vcard .vcap h3 svg { color: var(--gold-3); flex: none; }
.vcard .vcap p { color: var(--muted); font-size: 12.8px; margin-top: 5px; }
.photo-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: relative; transition: .4s; }
.photo-card:hover { transform: scale(1.03); box-shadow: var(--shadow-lg); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.photo-card .cap {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 34px 18px 14px; color: var(--white); font-size: 13.5px; font-weight: 600;
  background: linear-gradient(transparent, rgba(8,16,38,.85));
}

/* ---------- Forms ---------- */
.form-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: start; }
.form-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 36px; border-top: 5px solid var(--gold); }
.form-card h3 { color: var(--navy); font-size: 24px; margin-bottom: 6px; }
.form-card .fsub { color: var(--muted); font-size: 13.5px; margin-bottom: 24px; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fgroup { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.fgroup.full { grid-column: 1 / -1; }
.fgroup label { font-size: 13px; font-weight: 600; color: var(--navy); }
.fgroup input, .fgroup select, .fgroup textarea {
  border: 1.6px solid #e3e0d4; border-radius: 12px; padding: 13px 16px; font-size: 14px; font-family: 'Poppins', sans-serif;
  background: #fbfaf6; transition: .3s; color: var(--text);
}
.fgroup input:focus, .fgroup select:focus, .fgroup textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(212,175,55,.18); background: var(--white);
}
.fgroup textarea { min-height: 120px; resize: vertical; }
.side-info { background: var(--grad-navy); border-radius: var(--radius); padding: 36px; color: #dbe3f5; box-shadow: var(--shadow-lg); }
.side-info h3 { color: var(--gold-2); font-size: 24px; margin-bottom: 14px; }
.side-info .item { display: flex; gap: 14px; margin-bottom: 20px; }
.side-info .item svg { color: var(--gold-2); flex: none; margin-top: 3px; }
.side-info .item .t { font-weight: 600; color: var(--white); font-size: 14.5px; }
.side-info .item .v { font-size: 13.5px; color: #c0cae4; }
.wa-note {
  margin-top: 22px; background: rgba(46,204,113,.12); border: 1px solid rgba(46,204,113,.4); color: #b9eccd;
  padding: 13px 16px; border-radius: 12px; font-size: 12.8px; display: flex; gap: 10px; align-items: flex-start;
}
.wa-note a { color: #9ff5bd; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.wa-note a:hover { color: #ffffff; }
.form-msg { display: none; margin-top: 14px; background: #e9f9f0; color: #146c43; border: 1px solid #9adbb8; padding: 13px 16px; border-radius: 12px; font-size: 13.5px; font-weight: 600; }
.form-msg.show { display: block; }

/* ---------- Location section (bottom) ---------- */
.location-sec { background: var(--grad-navy); position: relative; overflow: hidden; padding: 70px 0; }
.location-sec::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(600px 260px at 15% 110%, rgba(212,175,55,.15), transparent 60%);
}
.location-sec .container { position: relative; }
.loc-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; }
.loc-info .kicker { color: var(--gold-2); }
.loc-info h2 { color: var(--white); font-size: clamp(26px, 3.4vw, 38px); margin: 12px 0 16px; font-weight: 800; }
.loc-info p { color: #c3cde6; font-size: 14.5px; margin-bottom: 22px; }
.loc-rows { display: flex; flex-direction: column; gap: 14px; margin-bottom: 26px; }
.loc-row { display: flex; gap: 14px; align-items: flex-start; }
.loc-row .ic { width: 44px; height: 44px; flex: none; border-radius: 12px; background: rgba(212,175,55,.15); border: 1px solid rgba(212,175,55,.4); display: grid; place-items: center; color: var(--gold-2); }
.loc-row .t { color: var(--white); font-weight: 600; font-size: 14.5px; }
.loc-row .v { color: #b9c4e0; font-size: 13.5px; }
.map-frame {
  position: relative; border-radius: var(--radius); overflow: hidden; border: 2px solid rgba(212,175,55,.5);
  box-shadow: var(--shadow-lg); height: 340px;
}
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.15); }
.map-cta {
  position: absolute; inset: auto 0 0 0; display: flex; justify-content: center; padding: 14px;
  background: linear-gradient(transparent, rgba(8,16,38,.9) 55%); z-index: 6;
}
.map-click { position: absolute; inset: 0 0 62px 0; z-index: 5; cursor: pointer; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, #b8912a, #d4af37 55%, #f0d178); padding: 60px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.cta-band h2 { color: var(--navy); font-size: clamp(24px, 3.2vw, 36px); font-weight: 800; }
.cta-band p { color: #3c3313; font-size: 15px; }

/* ---------- Footer ---------- */
footer { background: #081228; color: #97a3c2; padding: 70px 0 0; }
.f-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; padding-bottom: 44px; }
.f-brand img { width: 74px; height: 74px; border-radius: 50%; border: 2px solid var(--gold); margin-bottom: 16px; }
.f-brand h3 { color: var(--gold-2); font-size: 22px; }
.f-brand h3 span { color: var(--white); }
.f-brand p { font-size: 13.5px; margin-top: 10px; }
footer h4 { color: var(--white); font-size: 16px; margin-bottom: 18px; letter-spacing: .6px; }
footer ul li { margin-bottom: 11px; }
footer ul a { font-size: 13.8px; transition: .3s; display: inline-flex; align-items: center; gap: 8px; }
footer ul a:hover { color: var(--gold-2); transform: translateX(4px); }
.f-contact li { display: flex; gap: 11px; font-size: 13.5px; margin-bottom: 13px; }
.f-contact svg { color: var(--gold-2); flex: none; margin-top: 3px; }
.f-bottom {
  border-top: 1px solid rgba(255,255,255,.09); padding: 20px 0; display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 10px; font-size: 13px;
}
.f-bottom a { color: var(--gold-2); }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s ease, transform .8s ease; }
.reveal.on { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-3, .r-grid, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .form-wrap, .loc-grid { grid-template-columns: 1fr; }
  .f-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .hstat:nth-child(2) { border-right: none; }
}
@media (max-width: 720px) {
  .grid-3, .grid-2, .r-grid, .grid-4, .fgrid { grid-template-columns: 1fr; }
  nav.links {
    position: fixed; top: 76px; left: 0; right: 0; background: rgba(10, 20, 46, .99); flex-direction: column;
    padding: 18px 6%; gap: 6px; border-bottom: 1px solid rgba(212,175,55,.3); display: none; z-index: 950;
  }
  nav.links.open { display: flex; }
  nav.links a.cta { margin: 8px 0 4px; text-align: center; justify-content: center; }
  .hamburger { display: block; }
  .hero { min-height: 86vh; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hstat { border-right: none; }
  .topbar { gap: 12px; font-size: 11.5px; }
  section { padding: 60px 0; }
}

/* ---------- Floating Social Buttons (right side) ---------- */
.float-stack {
  position: fixed; right: 18px; bottom: 88px; z-index: 980;
  display: flex; flex-direction: column; gap: 12px;
}
.float-btn {
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.28); transition: .35s; position: relative;
}
.float-btn svg { width: 26px; height: 26px; }
.float-btn:hover { transform: scale(1.12) translateY(-2px); }
.float-wa { background: linear-gradient(135deg, #25d366, #128c7e); animation: waPulse 2.4s infinite; }
.float-ig {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.float-btn .tip {
  position: absolute; right: 66px; top: 50%; transform: translateY(-50%);
  background: var(--navy); color: #fff; font-size: 12px; font-weight: 600;
  padding: 7px 14px; border-radius: 30px; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: .3s;
}
.float-btn:hover .tip { opacity: 1; right: 62px; }
@keyframes waPulse {
  0% { box-shadow: 0 8px 24px rgba(37, 211, 102, .45), 0 0 0 0 rgba(37, 211, 102, .55); }
  70% { box-shadow: 0 8px 24px rgba(37, 211, 102, .45), 0 0 0 18px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 8px 24px rgba(37, 211, 102, .45), 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ---------- Back to top ---------- */
.to-top {
  position: fixed; right: 18px; bottom: 22px; z-index: 980;
  width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--grad-gold); color: var(--navy); font-size: 18px; font-weight: 800;
  display: grid; place-items: center; box-shadow: 0 8px 22px rgba(212,175,55,.5);
  opacity: 0; pointer-events: none; transition: .35s;
}
.to-top.show { opacity: 1; pointer-events: auto; }
.to-top:hover { transform: translateY(-4px); }

/* ---------- Director photos ---------- */
.dcard .photo {
  width: 130px; height: 130px; margin: 0 auto 20px; border-radius: 50%;
  overflow: hidden; border: 3px solid var(--gold); box-shadow: 0 10px 26px rgba(13,27,62,.28);
  position: relative;
}
.dcard .photo img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.dcard:hover .photo img { transform: scale(1.07); }
.dcard .photo::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.18);
}

/* ---------- Home activity strip ---------- */
.act-strip {
  background: linear-gradient(180deg, #f8f3e2 0%, #f4eddb 100%);
  border-top: 1px solid #eadfc0;
  border-bottom: 1px solid #eadfc0;
}
.act-strip .ph { border-radius: 16px; overflow: hidden; position: relative; box-shadow: var(--shadow); transition: .4s; aspect-ratio: 4/3; }
.act-strip .ph img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.act-strip .ph:hover img { transform: scale(1.08); }
.act-strip .ph:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.act-strip .ph .pcap {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 30px 14px 12px;
  background: linear-gradient(transparent, rgba(8,16,38,.9)); color: #fff;
  font-size: 12.5px; font-weight: 600; text-align: center;
}

/* ---------- Topbar social ---------- */
.topbar-social { display: inline-flex; align-items: center; gap: 10px; }
.topbar-social a {
  width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; transition: .3s;
}
.topbar-social a:hover { transform: scale(1.18); }
.topbar-social .wa-s { background: linear-gradient(135deg, #25d366, #128c7e); }
.topbar-social .ig-s {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.topbar-social svg { width: 14px; height: 14px; }

/* ---------- Footer social ---------- */
.f-social { display: flex; gap: 12px; margin-top: 18px; }
.f-social a {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; transition: .3s; box-shadow: 0 6px 16px rgba(0,0,0,.3);
}
.f-social a:hover { transform: translateY(-4px) scale(1.08); }
.f-social .wa-s { background: linear-gradient( 135deg, #25d366, #128c7e); }
.f-social .ig-s { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.f-social svg { width: 20px; height: 20px; }

@media (max-width: 720px) {
  .float-stack { right: 12px; bottom: 80px; }
  .float-btn { width: 48px; height: 48px; }
  .to-top { right: 12px; bottom: 18px; width: 42px; height: 42px; }
}
