/* =========================================================
   GKS Properties – Futuristic Luxury Real Estate Theme
   Color: Deep navy + gold + warm white
   ========================================================= */

:root {
  --bg:           #05080f;
  --surface:      #0c1322;
  --surface-2:    #111927;
  --text:         #eef2fb;
  --muted:        #8899b4;
  --gold:         #d4a847;
  --gold-light:   #f0c96a;
  --gold-dim:     #a07830;
  --accent:       #3b82f6;
  --border:       #1c2a40;
  --border-gold:  rgba(212,168,71,0.25);
  --radius:       16px;
  --radius-sm:    10px;
  --shadow:       0 20px 50px rgba(0,0,0,0.6);
  --glow:         0 0 40px rgba(212,168,71,0.12);
}

/* ─── Reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; padding: 0;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; margin: 0; padding: 0; }
button { cursor: pointer; border: none; background: none; }

/* ─── Typography ─────────────────────────────────────────── */
h1,h2,h3,h4 { margin: 0; font-weight: 800; line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); }
p  { margin: 0; }

/* ─── Layout ─────────────────────────────────────────────── */
.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}
.section {
  padding: 90px 0;
}
.section-sm { padding: 60px 0; }

/* ─── Section Label ──────────────────────────────────────── */
.label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.label::before {
  content: '';
  display: block;
  width: 24px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

/* ─── Buttons ────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .95rem;
  transition: all .25s;
  white-space: nowrap;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #05080f;
  box-shadow: 0 8px 30px rgba(212,168,71,0.35);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(212,168,71,0.5);
}
.btn-outline {
  border: 1.5px solid var(--border-gold);
  color: var(--gold-light);
  background: transparent;
}
.btn-outline:hover {
  background: rgba(212,168,71,0.08);
  border-color: var(--gold);
}

/* ─── Header / Nav ───────────────────────────────────────── */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5,8,15,0.80);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0;
}
.logo {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  flex-shrink: 0;
  transition: opacity .2s;
}
.logo:hover { opacity: .85; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: .88rem;
  font-weight: 600;
  color: var(--muted);
  transition: color .2s;
  position: relative;
  padding-bottom: 2px;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width .25s;
}
.nav-links a:hover,
.nav-links a.active { color: var(--gold-light); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

.nav-cta { margin-left: 8px; }

.menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}
.menu-btn span {
  display: block;
  width: 24px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.menu-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn.open span:nth-child(2) { opacity: 0; }
.menu-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── Hero ───────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease;
}
.hero-slide.active { opacity: 1; }
.hero-slide-1 { background-image: url('https://images.unsplash.com/photo-1613490493576-7fde63acd811?w=1600&q=80'); }
.hero-slide-2 { background-image: url('https://images.unsplash.com/photo-1582268611958-ebfd161ef9cf?w=1600&q=80'); }
.hero-slide-3 { background-image: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?w=1600&q=80'); }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(5,8,15,0.88) 45%, rgba(5,8,15,0.55) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 60px 0;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212,168,71,0.12);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.hero-tag::before {
  content: '●';
  font-size: .5rem;
  color: var(--gold);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; }
  50%      { opacity: .3; }
}
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: 1.05rem;
  color: #c5d0e8;
  margin-bottom: 36px;
  max-width: 520px;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-badges {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.hero-badge {
  background: rgba(12,19,34,0.75);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-sm);
  padding: 14px 22px;
  text-align: center;
  backdrop-filter: blur(8px);
}
.hero-badge strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gold-light);
}
.hero-badge span {
  font-size: .75rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* ─── Marquee ────────────────────────────────────────────── */
.marquee-bar {
  background: var(--surface);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
  overflow: hidden;
  padding: 14px 0;
}
.marquee-track {
  display: flex;
  gap: 0;
  animation: marquee 28s linear infinite;
  white-space: nowrap;
}
.marquee-track:hover { animation-play-state: paused; }
.marquee-item {
  flex-shrink: 0;
  padding: 0 36px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.marquee-item .dot {
  color: var(--gold);
  margin-right: 36px;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─── Stats Grid ─────────────────────────────────────────── */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
}
.stat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: border-color .3s, box-shadow .3s;
}
.stat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 60%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity .3s;
}
.stat-card:hover { border-color: var(--border-gold); box-shadow: var(--glow); }
.stat-card:hover::before { opacity: 1; }
.stat-num {
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: .82rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* ─── Services ───────────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 30px;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.service-card:hover {
  border-color: var(--border-gold);
  transform: translateY(-6px);
  box-shadow: var(--glow);
}
.service-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(212,168,71,0.1);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.service-card h3 { margin-bottom: 10px; font-size: 1.05rem; }
.service-card p { font-size: .9rem; color: var(--muted); line-height: 1.65; }

/* ─── Section Header ─────────────────────────────────────── */
.section-hd { margin-bottom: 52px; }
.section-hd h2 { margin-bottom: 14px; }
.section-hd p { color: var(--muted); max-width: 540px; font-size: .95rem; line-height: 1.7; }
.section-hd.center { text-align: center; }
.section-hd.center p { margin: 0 auto; }

/* ─── Projects Grid ──────────────────────────────────────── */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}
.project-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.project-card:hover {
  border-color: var(--border-gold);
  transform: translateY(-8px);
  box-shadow: var(--glow);
}
.project-img {
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}
.project-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.project-card:hover .project-img img { transform: scale(1.07); }
.project-badge {
  position: absolute;
  top: 14px; left: 14px;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.badge-sale   { background: rgba(212,168,71,0.9); color: #000; }
.badge-rent   { background: rgba(59,130,246,0.85); color: #fff; }
.badge-new    { background: rgba(34,197,94,0.85); color: #fff; }
.badge-sold   { background: rgba(100,116,139,0.85); color: #fff; }

.project-body { padding: 22px 22px 26px; }
.project-type {
  font-size: .72rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.project-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.project-loc {
  font-size: .82rem;
  color: var(--muted);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.project-meta {
  display: flex;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.project-meta span {
  font-size: .8rem;
  color: var(--muted);
}
.project-meta strong { color: var(--gold-light); font-weight: 700; }
.project-price {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--gold-light);
  margin-top: 14px;
}

/* ─── Why Us ─────────────────────────────────────────────── */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.why-img-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}
.why-img-wrap img {
  width: 100%; height: 480px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--border-gold);
}
.why-glow {
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  background: linear-gradient(180deg, transparent 40%, rgba(212,168,71,0.15) 100%);
  pointer-events: none;
}
.why-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }
.why-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  transition: border-color .3s;
}
.why-item:hover { border-color: var(--border-gold); }
.why-icon {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(212,168,71,0.1);
  border: 1px solid var(--border-gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.why-text h4 { font-size: .92rem; margin-bottom: 4px; }
.why-text p  { font-size: .82rem; color: var(--muted); }

/* ─── Process ────────────────────────────────────────────── */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  position: relative;
}
.process-grid::before {
  content: '';
  position: absolute;
  top: 36px; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-gold), transparent);
}
.process-step {
  text-align: center;
  padding: 0 12px;
  position: relative;
}
.step-num {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--surface);
  border: 2px solid var(--border-gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--gold);
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  transition: background .3s, box-shadow .3s;
}
.process-step:hover .step-num {
  background: rgba(212,168,71,0.12);
  box-shadow: 0 0 24px rgba(212,168,71,0.3);
}
.process-step h4 { font-size: .95rem; margin-bottom: 8px; }
.process-step p  { font-size: .82rem; color: var(--muted); line-height: 1.6; }

/* ─── Testimonials ───────────────────────────────────────── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.testi-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px;
  transition: border-color .3s, box-shadow .3s;
}
.testi-card:hover { border-color: var(--border-gold); box-shadow: var(--glow); }
.stars { color: var(--gold); font-size: .9rem; margin-bottom: 14px; letter-spacing: 2px; }
.testi-text {
  font-size: .9rem;
  color: #c5d0e8;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dim), var(--gold));
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 800; color: #05080f;
  flex-shrink: 0;
}
.testi-info strong { display: block; font-size: .88rem; color: var(--text); }
.testi-info span   { font-size: .78rem; color: var(--muted); }

/* ─── CTA Banner ─────────────────────────────────────────── */
.cta-banner {
  background: linear-gradient(120deg, rgba(12,19,34,1) 0%, rgba(20,14,5,1) 100%);
  border: 1px solid var(--border-gold);
  border-radius: 24px;
  padding: 60px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,168,71,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.cta-text h2 { margin-bottom: 12px; }
.cta-text p  { color: var(--muted); max-width: 440px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ─── Page Hero (inner pages) ───────────────────────────── */
.page-hero {
  padding: 80px 0 70px;
  background: linear-gradient(135deg, #05080f 0%, #0c1322 100%);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,168,71,0.06) 0%, transparent 70%);
}
.page-hero h1 { margin-bottom: 16px; }
.page-hero p  { color: var(--muted); font-size: 1rem; max-width: 520px; line-height: 1.7; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .8rem;
  color: var(--muted);
  margin-bottom: 20px;
}
.breadcrumb a { color: var(--gold); }
.breadcrumb span { color: var(--border); }

/* ─── Filters ────────────────────────────────────────────── */
.filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.filter-btn {
  padding: 8px 20px;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 600;
  border: 1.5px solid var(--border);
  color: var(--muted);
  background: var(--surface);
  transition: all .2s;
}
.filter-btn:hover, .filter-btn.active {
  border-color: var(--gold);
  color: var(--gold-light);
  background: rgba(212,168,71,0.08);
}

/* ─── About / Team ───────────────────────────────────────── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}
.team-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.team-card:hover {
  border-color: var(--border-gold);
  box-shadow: var(--glow);
  transform: translateY(-6px);
}
.team-avatar {
  width: 90px; height: 90px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--gold-dim), var(--gold));
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; font-weight: 900; color: #05080f;
  border: 3px solid var(--border-gold);
}
.team-card h3 { font-size: 1.05rem; margin-bottom: 4px; }
.team-role { font-size: .8rem; color: var(--gold); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.team-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .88rem;
  color: var(--muted);
  background: rgba(212,168,71,0.08);
  border: 1px solid var(--border-gold);
  padding: 6px 16px;
  border-radius: 50px;
  margin-top: 12px;
  transition: color .2s;
}
.team-phone:hover { color: var(--gold-light); }

/* ─── Values ─────────────────────────────────────────────── */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.value-card {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 28px 22px;
  transition: border-color .3s;
}
.value-card:hover { border-color: var(--border-gold); }
.value-icon { font-size: 1.6rem; margin-bottom: 14px; }
.value-card h4 { font-size: .95rem; margin-bottom: 8px; }
.value-card p  { font-size: .82rem; color: var(--muted); line-height: 1.6; }

/* ─── Contact ────────────────────────────────────────────── */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  align-items: start;
}
.contact-info { display: flex; flex-direction: column; gap: 20px; }
.info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 24px;
  transition: border-color .3s;
}
.info-card:hover { border-color: var(--border-gold); }
.info-card .icon { font-size: 1.4rem; margin-bottom: 12px; }
.info-card h4 { font-size: .88rem; color: var(--gold); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.info-card p  { font-size: .88rem; color: var(--muted); line-height: 1.7; }
.info-card a  { color: var(--gold-light); }

.contact-form-wrap {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px;
}
.contact-form-wrap h3 { margin-bottom: 28px; }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: .8rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-size: .9rem;
  font-family: inherit;
  padding: 12px 16px;
  outline: none;
  transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group select option { background: var(--surface-2); }
.form-note { font-size: .78rem; color: var(--muted); margin-top: 12px; }
.form-success {
  display: none;
  text-align: center;
  padding: 40px 20px;
  color: var(--gold-light);
}
.form-success .icon { font-size: 2.5rem; margin-bottom: 12px; }

/* ─── Map ────────────────────────────────────────────────── */
.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  height: 340px;
  margin-top: 50px;
}
.map-wrap iframe { width: 100%; height: 100%; border: none; filter: invert(.85) hue-rotate(180deg); }

/* ─── Footer ─────────────────────────────────────────────── */
.footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--border);
}
.footer-brand .logo { margin-bottom: 14px; }
.footer-brand .logo svg { width: 160px; height: 41px; }
.footer-brand p { font-size: .85rem; color: var(--muted); line-height: 1.7; max-width: 260px; }
.footer-col h4 {
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--gold);
  margin-bottom: 18px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
  font-size: .85rem;
  color: var(--muted);
  transition: color .2s;
}
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-bottom p { font-size: .78rem; color: var(--muted); }
.footer-bottom a { color: var(--gold); }
.footer-septror {
  font-size: .72rem !important;
  color: var(--muted);
  opacity: .7;
  letter-spacing: .03em;
}
.footer-septror a {
  color: var(--gold-dim) !important;
  font-weight: 600;
  transition: color .2s, opacity .2s;
}
.footer-septror a:hover { color: var(--gold) !important; opacity: 1; }

/* ─── Scroll to top ──────────────────────────────────────── */
#scrollTop {
  position: fixed;
  bottom: 30px; right: 30px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #05080f;
  font-size: 1.1rem;
  font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity .3s, transform .3s;
  z-index: 99;
  box-shadow: 0 8px 24px rgba(212,168,71,0.4);
}
#scrollTop.visible { opacity: 1; pointer-events: auto; }
#scrollTop:hover { transform: translateY(-3px); }

/* ─── Responsive ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .why-grid    { grid-template-columns: 1fr; }
  .why-img-wrap { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .menu-btn  { display: flex; }
  .nav-cta   { display: none; }
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(5,8,15,0.97);
    border-bottom: 1px solid var(--border);
    padding: 20px 0;
    gap: 0;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 24px; }
  .nav-links a::after { display: none; }
  .hero { min-height: 90svh; }
  .hero-badges { flex-direction: column; gap: 12px; }
  .cta-banner  { padding: 36px 24px; }
  .form-grid   { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .process-grid::before { display: none; }
  .section { padding: 60px 0; }
}
@media (max-width: 480px) {
  .projects-grid { grid-template-columns: 1fr; }
}

/* ─── Utility ────────────────────────────────────────────── */
.text-gold { color: var(--gold); }
.text-muted { color: var(--muted); }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.d-flex { display: flex; align-items: center; gap: 12px; }
.separator {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-gold), transparent);
  margin: 60px 0;
}
