﻿/* ===== GOOGLE FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Manrope:wght@400;500;600;700;800&display=swap');

/* ===== GLOBAL VARIABLES ===== */
:root {
  --dark:        #222326;
  --dark-2:      #2a2b2f;
  --dark-3:      #36373b;
  --gold:        #C9A843;
  --gold-light:  #e0c06a;
  --gold-pale:   #f7edd8;
  --white:       #ffffff;
  --light:       #f7f8fa;
  --light-2:     #eef0f4;
  --text:        #1e2533;
  --text-mid:    #4a5568;
  --text-muted:  #4a5568;
  --text-light:  #718096;
  --border:      #e2e8f0;
  --navy:        #222326;
  --shadow-sm:   0 2px 8px rgba(0,0,0,0.08);
  --shadow:      0 6px 24px rgba(0,0,0,0.10);
  --shadow-lg:   0 16px 48px rgba(0,0,0,0.14);
  --radius:      10px;
  --radius-lg:   16px;
  --font-body:   'Manrope', sans-serif;
  --font-heading:'Cinzel', serif;
}

/* ===== RESET ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.65;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ===== LAYOUT ===== */
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 { font-family: var(--font-heading); line-height: 1.2; letter-spacing: 0.5px; }

.section-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--dark);
  text-align: center;
  margin-bottom: 10px;
}
.section-subtitle {
  text-align: center;
  color: var(--text-light);
  margin-bottom: 50px;
  font-size: 0.95rem;
  font-family: var(--font-body);
  font-weight: 400;
}
.gold-line {
  display: block;
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin: 12px auto 18px;
  border-radius: 2px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 6px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.28s ease;
  border: 2px solid transparent;
  letter-spacing: 0.3px;
}
.btn-primary {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201,168,67,0.35);
}
.btn-outline {
  background: transparent;
  border-color: rgba(255,255,255,0.6);
  color: var(--white);
}
.btn-outline:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--dark);
  transform: translateY(-2px);
}
.btn-dark {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
}
.btn-dark:hover {
  background: var(--dark-3);
  border-color: var(--dark-3);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 10001;
  background: rgba(34, 35, 38, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,168,67,0.18);
}
.nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.nav-logo img {
  height: 52px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
  display: block;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links a {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.80);
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.2s;
  letter-spacing: 0.2px;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--gold);
  background: rgba(201,168,67,0.10);
}
.nav-cta {
  background: var(--gold) !important;
  color: var(--dark) !important;
  font-weight: 600 !important;
  border-radius: 6px;
}
.nav-cta:hover {
  background: var(--gold-light) !important;
  color: var(--dark) !important;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  transition: background 0.2s;
}
.hamburger:hover { background: rgba(255,255,255,0.08); }
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ===== HERO ===== */
.hero {
  height: 100dvh;
  min-height: 660px;
  background: var(--dark) url('https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?w=1920&q=85') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: 68px;
  padding-bottom: 34px;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.02);
}
.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, rgba(34,35,38,0.18) 0%, rgba(34,35,38,0.10) 48%, rgba(71,62,40,0.08) 100%),
    linear-gradient(180deg, rgba(34,35,38,0.04) 0%, rgba(34,35,38,0.18) 100%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  z-index: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(34,35,38,0.46) 100%);
  pointer-events: none;
}
.hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
  opacity: 0.34;
}
.hero-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(201,168,67,0.08) 54%, rgba(255,255,255,0.08) 100%);
  pointer-events: none;
}
.hero-glow-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  z-index: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(201,168,67,0.10) 100%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
}
.hero-content > * {
  max-width: 100%;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hero-eyebrow::before,
.hero-eyebrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}
.hero h1 {
  font-size: 3.75rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1.06;
  margin-bottom: 16px;
  letter-spacing: 0;
  width: 100%;
  max-width: 920px;
  text-shadow: 0 8px 34px rgba(0,0,0,0.34);
}
.gold-text { color: var(--gold); }
.hero h1 .gold-text { color: var(--gold); }
.hero-desc {
  font-size: 1.02rem;
  color: rgba(255,255,255,0.78);
  margin-bottom: 0;
  width: 100%;
  max-width: 660px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}
.hero-highlights {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.hero-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.84);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0;
  backdrop-filter: blur(10px);
}
.hero-highlights i {
  color: var(--gold);
  font-size: 0.82rem;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 0; justify-content: center; }
.hero-stats {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
}
.stat-divider { width: 1px; background: rgba(255,255,255,0.16); align-self: stretch; }
.stat-item { text-align: center; min-width: 132px; padding: 0 12px; }
.stat-num {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  display: block;
}
.stat-label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: rgba(255,255,255,0.66);
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 5px;
  display: block;
}

/* ===== WHY CHOOSE US ===== */
.why-section {
  padding: 100px 0;
  background: var(--dark);
  position: relative; overflow: hidden;
}
.why-section::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201,168,67,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,67,0.04) 1px, transparent 1px);
  background-size: 52px 52px; pointer-events: none;
}

/* Split header */
.why-header {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: end; margin-bottom: 56px;
  position: relative; z-index: 1;
}
.why-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-body); font-size: 1.05rem; font-weight: 600;
  color: var(--gold); letter-spacing: 1.4px; text-transform: uppercase;
  margin-bottom: 16px;
}
.why-header h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  font-weight: 800; color: #fff; line-height: 1.2; margin: 0;
}
.why-header-right p {
  font-family: var(--font-body); font-size: 0.92rem;
  color: rgba(255,255,255,0.52); line-height: 1.8; margin: 0 0 28px;
}
.why-mini-stats {
  display: flex; gap: 28px; flex-wrap: wrap;
}
.wms-item strong {
  display: block; font-family: var(--font-heading);
  font-size: 1.65rem; font-weight: 800; color: var(--gold); line-height: 1;
}
.wms-item span {
  font-family: var(--font-body); font-size: 0.72rem;
  color: rgba(255,255,255,0.4); margin-top: 4px; display: block;
}

/* Cards grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; position: relative; z-index: 1;
}
.feature-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,67,0.14);
  border-radius: 14px; padding: 30px 26px;
  position: relative; overflow: hidden;
  transition: border-color 0.25s, background 0.25s;
}
.feature-card:hover {
  border-color: rgba(201,168,67,0.38);
  background: rgba(255,255,255,0.07);
}
.fc-num {
  position: absolute; top: 14px; right: 18px;
  font-family: var(--font-heading); font-size: 3.8rem;
  font-weight: 900; color: rgba(201,168,67,0.07); line-height: 1;
  pointer-events: none; user-select: none;
}
.fc-icon-wrap {
  width: 46px; height: 46px;
  background: rgba(201,168,67,0.1);
  border: 1px solid rgba(201,168,67,0.24);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.08rem;
  margin-bottom: 18px;
}
.feature-card h3 {
  font-family: var(--font-heading);
  font-size: 0.98rem; font-weight: 700;
  color: #fff; margin-bottom: 9px; letter-spacing: 0.1px;
}
.feature-card p {
  font-family: var(--font-body);
  color: rgba(255,255,255,0.48); font-size: 0.85rem; line-height: 1.74; margin: 0;
}
@media (max-width: 860px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .features-grid { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .why-header { grid-template-columns: 1fr; gap: 28px; } }

/* ===== PROJECTS PREVIEW ===== */
.projects-section { padding: 96px 0; background: var(--white); }
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 26px;
}
.project-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s, box-shadow 0.3s;
  background: var(--white);
  border: 1.5px solid var(--border);
}
.project-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.project-img {
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.project-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.55) 100%);
}
.project-img .project-tag { z-index: 2; }
.project-img-1,
.project-img-2,
.project-img-3 { background-color: var(--dark-2); }
.project-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--gold);
  color: var(--dark);
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.project-tag i { font-size: 0.65rem; }
.project-body { padding: 22px; }
.project-body h3 {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
}
.project-location {
  color: var(--text-light);
  font-size: 0.83rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.project-location i { color: var(--gold); font-size: 0.8rem; }
.project-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.project-price {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold);
}
.project-type {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--text-light);
  background: var(--light);
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 500;
}
.section-cta { text-align: center; margin-top: 44px; }

/* ===== CTA BANNER ===== */
.cta-banner {
  background:
    linear-gradient(135deg, rgba(34,35,38,0.82) 0%, rgba(42,43,47,0.76) 100%),
    url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?w=1920&q=85') center/cover no-repeat;
  padding: 90px 24px;
  text-align: center;
  border-top: 3px solid var(--gold);
}
.cta-banner h2 {
  font-size: 2.1rem;
  color: var(--white);
  margin-bottom: 14px;
}
.cta-banner p {
  color: rgba(255,255,255,0.65);
  margin-bottom: 32px;
  font-size: 1rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== FOOTER ===== */
.footer {
  background: var(--dark-2);
  color: rgba(255,255,255,0.65);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 44px;
  margin-bottom: 44px;
}
.footer-logo img {
  height: 90px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  margin-bottom: 18px;
}
.footer-brand p {
  font-size: 0.855rem;
  line-height: 1.75;
  margin-bottom: 22px;
  color: rgba(255,255,255,0.55);
}
.footer-social { display: flex; gap: 10px; }
.social-btn {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  transition: all 0.22s;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.08);
}
.social-btn:hover {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
  transform: translateY(-2px);
}
.footer-col h4 {
  font-family: var(--font-body);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.55);
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer-col ul li a i { font-size: 0.75rem; color: var(--gold); }
.footer-col ul li a:hover { color: var(--gold); }
.footer-contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 0.84rem;
}
.footer-contact-item .fc-icon {
  width: 30px;
  height: 30px;
  background: rgba(201,168,67,0.12);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 0.78rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.footer-contact-item span { color: rgba(255,255,255,0.55); line-height: 1.55; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 22px 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
}

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  background: linear-gradient(160deg, #242529 0%, #2a2b2f 58%, #36373b 100%);
  background-size: cover;
  background-position: center;
  padding: 165px 24px 76px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,67,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,67,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.page-hero h1 {
  font-size: 2.7rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.page-hero p {
  color: rgba(255,255,255,0.65);
  font-size: 1rem;
  max-width: 540px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.page-hero .gold-line { position: relative; z-index: 1; }

/* ===== JOBS PAGE ===== */
.jobs-section { padding: 72px 0; background: var(--light); }
.jobs-filter { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.filter-btn {
  padding: 9px 22px;
  border-radius: 30px;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--text-mid);
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.22s;
}
.filter-btn:hover, .filter-btn.active {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
}
.jobs-grid { display: flex; flex-direction: column; gap: 20px; }
.job-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px 30px;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--border);
  border-left: 5px solid var(--dark);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  transition: transform 0.22s, box-shadow 0.22s;
}
.job-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.job-card.urgent { border-left-color: var(--gold); }
.job-left { flex: 1; }
.job-title {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 5px;
}
.job-company {
  font-size: 0.84rem;
  color: var(--text-light);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.job-company i { color: var(--gold); }
.job-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.job-tag {
  font-family: var(--font-body);
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.tag-type    { background: #e8f0fe; color: #1a56db; }
.tag-location{ background: #e8f5e9; color: #2e7d32; }
.tag-salary  { background: #fef9e7; color: #8a6d00; }
.tag-urgent  { background: #fff3e0; color: #c0392b; }
.job-desc { font-size: 0.875rem; color: var(--text-light); line-height: 1.7; }
.job-right { text-align: right; min-width: 140px; flex-shrink: 0; }
.job-posted { font-size: 0.78rem; color: var(--text-light); margin-bottom: 14px; display: flex; align-items: center; gap: 5px; justify-content: flex-end; }
.job-posted i { color: var(--gold); }
.apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: var(--dark);
  color: var(--white);
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.22s;
  border: none;
  text-decoration: none;
}
.apply-btn:hover { background: var(--gold); color: var(--dark); }
.view-details-link {
  display: block; text-align: center; margin-top: 9px;
  font-family: var(--font-body); font-size: 0.76rem;
  color: var(--text-light); text-decoration: none; transition: color 0.2s;
}
.view-details-link i { font-size: 0.65rem; margin-left: 3px; }
.view-details-link:hover { color: var(--gold); }

/* ===== PERKS STRIP ===== */
.perks-strip {
  background: var(--white);
  padding: 28px 24px;
  border-bottom: 1px solid var(--border);
}
.perks-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
}
.perk-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-right: 1px solid var(--border);
}
.perk-item:last-child { border-right: none; }
.perk-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--dark), var(--dark-3));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
}
.perk-text {
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--dark);
}

/* ===== MODAL ===== */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.60);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 38px;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 24px 80px rgba(0,0,0,0.3);
}
.modal-close {
  position: absolute;
  top: 18px; right: 22px;
  font-size: 1.1rem;
  cursor: pointer;
  color: var(--text-light);
  background: var(--light);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.modal-close:hover { background: var(--dark); color: var(--white); }
.modal h2 { font-size: 1.45rem; color: var(--dark); margin-bottom: 5px; }
.modal-role {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 22px;
  padding: 8px 14px;
  background: var(--light);
  border-radius: 6px;
  border-left: 3px solid var(--gold);
}

/* ===== PROJECTS PAGE ===== */
.projects-page { padding: 72px 0; }
.projects-page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 26px;
}
.proj-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
  transition: transform 0.3s, box-shadow 0.3s;
}
.proj-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.proj-img {
  height: 230px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.proj-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.6) 100%);
}
.proj-img .proj-status { z-index: 2; }
.proj-img-1, .proj-img-2, .proj-img-3, .proj-img-4, .proj-img-5, .proj-img-6 {
  background-color: var(--dark-2);
}
.proj-status {
  position: absolute;
  top: 14px; right: 14px;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.status-new     { background: var(--gold); color: var(--dark); }
.status-ongoing { background: #2e7d32; color: #fff; }
.status-upcoming{ background: #6a1fa0; color: #fff; }
.proj-body { padding: 22px; }
.proj-body h3 {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 5px;
}
.proj-loc {
  font-size: 0.82rem;
  color: var(--text-light);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.proj-loc i { color: var(--gold); }
.proj-details { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 14px; }
.proj-detail { font-size: 0.81rem; color: var(--text-light); }
.proj-detail strong { color: var(--text); font-weight: 600; }
.proj-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.proj-price {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold);
}
.proj-link {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--navy);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}
.proj-link:hover { color: var(--gold); }
.coming-soon-banner {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-3) 100%);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.csb-icon {
  width: 56px;
  height: 56px;
  background: rgba(201,168,67,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.5rem;
  flex-shrink: 0;
}
.csb-text {}
.csb-text strong {
  display: block;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.csb-text span { color: rgba(255,255,255,0.65); font-size: 0.87rem; }

/* ===== ABOUT PAGE ===== */

/* Page Hero Enhancements */
.ph-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 0.7rem;
  font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px; position: relative; z-index: 1;
}
.page-hero h1 .gold-text { color: var(--gold); }
.ph-trust-badges {
  display: flex; gap: 14px; flex-wrap: wrap; justify-content: center;
  margin-top: 26px; position: relative; z-index: 1;
}
.ph-trust-badges span {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-body); font-size: 0.78rem;
  color: rgba(255,255,255,0.72); background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14); border-radius: 20px; padding: 6px 14px;
}
.ph-trust-badges span i { color: var(--gold); }

/* Stats Strip */
.stats-strip {
  background: var(--dark);
  padding: 38px 0;
  border-bottom: 1px solid rgba(201,168,67,0.12);
}
.stats-strip-grid {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap;
}
.strip-stat { flex: 1; min-width: 140px; text-align: center; padding: 10px 24px; }
.strip-num {
  font-family: var(--font-heading); font-size: 2.4rem;
  font-weight: 800; color: var(--gold); display: block; line-height: 1;
}
.strip-label {
  font-family: var(--font-body); font-size: 0.7rem;
  color: rgba(255,255,255,0.44); text-transform: uppercase;
  letter-spacing: 1.4px; display: block; margin-top: 7px;
}
.strip-divider { width: 1px; height: 48px; background: rgba(255,255,255,0.08); flex-shrink: 0; }
@media (max-width: 900px) {
  .strip-stat { border-right: 1px solid rgba(255,255,255,0.07); border-bottom: 1px solid rgba(255,255,255,0.07); }
  .strip-stat:nth-child(odd):last-child,
  .strip-stat:nth-child(even) { border-right: none; }
  .strip-stat:nth-last-child(-n+2) { border-bottom: none; }
}

/* About Intro */
.about-intro { padding: 88px 0; background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; align-items: center; }

/* Visual Panel */
.about-visual {
  background:
    linear-gradient(155deg, rgba(34,35,38,0.84) 0%, rgba(42,43,47,0.76) 100%),
    url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=800&q=80') center/cover no-repeat;
  border-radius: 20px; min-height: 500px;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 36px; position: relative; overflow: hidden;
  border: 1px solid rgba(201,168,67,0.12);
}
.about-visual::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201,168,67,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,67,0.04) 1px, transparent 1px);
  background-size: 44px 44px; pointer-events: none;
}
.av-accent-bar {
  position: absolute; top: 0; left: 0;
  width: 4px; height: 55%;
  background: linear-gradient(to bottom, var(--gold), transparent);
  border-radius: 0 4px 4px 0;
}
.av-main-content { position: relative; z-index: 1; }
.av-big-num {
  font-family: var(--font-heading); font-size: 4.2rem;
  font-weight: 900; color: var(--gold); line-height: 1; margin-bottom: 4px;
}
.av-big-label {
  font-family: var(--font-heading); font-size: 0.97rem;
  font-weight: 700; color: #fff; margin-bottom: 14px;
}
.av-tagline {
  font-family: var(--font-body); font-size: 0.84rem;
  color: rgba(255,255,255,0.5); line-height: 1.72;
  margin-bottom: 24px; max-width: 280px;
}
.av-rera-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(56,142,60,0.14); border: 1px solid rgba(56,142,60,0.28);
  border-radius: 20px; padding: 6px 14px;
  font-family: var(--font-body); font-size: 0.75rem;
  font-weight: 600; color: #81c784;
}
.av-stats-row {
  display: flex; align-items: center;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 16px 20px; position: relative; z-index: 1;
}
.av-stat { flex: 1; text-align: center; }
.av-stat-num {
  font-family: var(--font-heading); font-size: 1.4rem;
  font-weight: 800; color: var(--gold); display: block; line-height: 1;
}
.av-stat-label {
  font-family: var(--font-body); font-size: 0.67rem;
  color: rgba(255,255,255,0.4); text-transform: uppercase;
  letter-spacing: 0.8px; display: block; margin-top: 5px;
}
.av-stat-div { width: 1px; height: 34px; background: rgba(255,255,255,0.1); flex-shrink: 0; }

/* About Text */
.about-eyebrow {
  font-family: var(--font-body); font-size: 0.7rem; font-weight: 600;
  color: var(--gold); text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 12px;
}
.about-text h2 { font-size: 2rem; font-weight: 800; color: var(--dark); line-height: 1.22; }
.about-text p { color: var(--text-mid); margin-bottom: 14px; line-height: 1.82; font-size: 0.95rem; }
.about-values { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.value-item { display: flex; align-items: flex-start; gap: 14px; }
.value-icon-wrap {
  width: 40px; height: 40px; background: var(--dark); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 0.95rem; flex-shrink: 0; margin-top: 2px;
}
.value-text h4 { font-family: var(--font-body); font-size: 0.9rem; font-weight: 700; color: var(--dark); margin-bottom: 3px; }
.value-text p { font-size: 0.83rem; color: var(--text-mid); margin: 0; line-height: 1.65; }

/* Journey / Timeline */
.story-section { background: var(--dark); padding: 88px 0; }
.timeline { max-width: 700px; margin: 56px auto 0; }
.tl-item {
  display: grid; grid-template-columns: 86px 36px 1fr;
  align-items: flex-start;
}
.tl-left { text-align: right; padding-right: 18px; padding-top: 14px; }
.tl-year {
  font-family: var(--font-heading); font-size: 0.8rem;
  font-weight: 800; color: var(--gold); letter-spacing: 1px;
}
.tl-center { display: flex; flex-direction: column; align-items: center; }
.tl-dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--dark-3); border: 2px solid var(--gold);
  flex-shrink: 0; margin-top: 16px; position: relative; z-index: 1;
}
.tl-dot-active { background: var(--gold); box-shadow: 0 0 0 5px rgba(201,168,67,0.14); }
.tl-line {
  width: 2px; flex: 1; min-height: 56px;
  background: linear-gradient(to bottom, rgba(201,168,67,0.28), rgba(201,168,67,0.06));
  margin: 3px 0;
}
.tl-right { padding: 6px 0 40px 20px; }
.tl-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07);
  border-left: 3px solid rgba(201,168,67,0.22);
  border-radius: 0 12px 12px 0; padding: 18px 22px; transition: border-color 0.3s;
}
.tl-card:hover { border-left-color: var(--gold); }
.tl-card-active { border-left-color: var(--gold); background: rgba(201,168,67,0.04); }
.tl-now-badge {
  display: inline-block; background: var(--gold); color: #000;
  font-family: var(--font-body); font-size: 0.63rem; font-weight: 700;
  padding: 2px 10px; border-radius: 20px; text-transform: uppercase;
  letter-spacing: 0.8px; margin-bottom: 8px;
}
.tl-card h3 {
  font-family: var(--font-heading); font-size: 0.95rem;
  font-weight: 700; color: #fff; margin-bottom: 8px;
}
.tl-card p {
  font-family: var(--font-body); font-size: 0.84rem;
  color: rgba(255,255,255,0.48); line-height: 1.72;
}
@media (max-width: 540px) {
  .tl-item { grid-template-columns: 54px 28px 1fr; }
  .tl-year { font-size: 0.7rem; }
  .tl-right { padding-left: 14px; }
}

/* Services */
.services-section { background: var(--white); padding: 88px 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
@media (max-width: 860px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .services-grid { grid-template-columns: 1fr; } }
.service-card {
  border: 1.5px solid var(--border); border-radius: 14px;
  padding: 30px 24px; transition: all 0.25s; position: relative; overflow: hidden;
}
.service-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: var(--gold);
  transform: scaleX(0); transform-origin: left; transition: transform 0.3s;
}
.service-card:hover { border-color: rgba(201,168,67,0.28); box-shadow: 0 8px 28px rgba(0,0,0,0.06); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon {
  width: 52px; height: 52px; border-radius: 12px; background: var(--dark);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.15rem; margin-bottom: 18px; transition: all 0.25s;
}
.service-card:hover .service-icon { background: var(--gold); color: #000; }
.service-card h3 {
  font-family: var(--font-heading); font-size: 0.97rem;
  font-weight: 700; color: var(--dark); margin-bottom: 10px;
}
.service-card p { font-family: var(--font-body); font-size: 0.83rem; color: var(--text-mid); line-height: 1.7; }

/* Team */
.team-section { padding: 88px 0; background: var(--light); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 52px; }
@media (max-width: 860px) { .team-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .team-grid { grid-template-columns: 1fr; max-width: 320px; margin-left: auto; margin-right: auto; } }
.team-card {
  background: var(--white); border-radius: 16px; border: 1.5px solid var(--border);
  overflow: hidden; text-align: center;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.team-card:hover { border-color: rgba(201,168,67,0.3); transform: translateY(-5px); box-shadow: 0 12px 36px rgba(0,0,0,0.09); }
.team-avatar-wrap {
  background: linear-gradient(145deg, var(--dark) 0%, var(--dark-2) 100%);
  padding: 34px 0 28px; position: relative;
}
.team-avatar-wrap::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.team-avatar {
  width: 78px; height: 78px; border-radius: 50%;
  background: rgba(201,168,67,0.1); border: 2.5px solid rgba(201,168,67,0.32);
  display: flex; align-items: center; justify-content: center; margin: 0 auto;
  font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700; color: var(--gold);
}
.team-body { padding: 20px 18px 26px; }
.team-card h3 { font-family: var(--font-heading); font-size: 0.9rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.team-dept { font-family: var(--font-body); font-size: 0.72rem; color: var(--gold); font-weight: 600; text-transform: uppercase; letter-spacing: 0.6px; display: block; margin-bottom: 12px; }
.team-bio { font-family: var(--font-body); font-size: 0.8rem; color: var(--text-mid); line-height: 1.65; }

/* Mission / Vision / Values */
.mission-section { background: var(--dark-2); padding: 88px 0; }
.mission-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
@media (max-width: 760px) { .mission-cards { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }
.mission-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 36px 30px;
  position: relative; overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}
.mission-card:hover { border-color: rgba(201,168,67,0.26); transform: translateY(-4px); }
.mission-card-num {
  position: absolute; top: 14px; right: 20px;
  font-family: var(--font-heading); font-size: 4rem;
  font-weight: 900; color: rgba(201,168,67,0.06); line-height: 1; user-select: none;
}
.mission-icon {
  width: 52px; height: 52px; border-radius: 13px;
  background: rgba(201,168,67,0.1); border: 1px solid rgba(201,168,67,0.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.2rem; margin-bottom: 20px;
}
.mission-card h3 { font-family: var(--font-heading); font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
.mission-card p { font-family: var(--font-body); font-size: 0.86rem; color: rgba(255,255,255,0.5); line-height: 1.8; }

/* ===== CONTACT PAGE ===== */
.contact-section { padding: 84px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; }
.contact-info h2 { font-size: 1.85rem; color: var(--dark); font-weight: 700; margin-bottom: 12px; }
.contact-info > p { color: var(--text-light); margin-bottom: 32px; font-size: 0.94rem; line-height: 1.75; }
.contact-items { display: flex; flex-direction: column; gap: 18px; }
.c-item { display: flex; gap: 16px; align-items: flex-start; }
.c-icon {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--dark), var(--dark-3));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  color: var(--gold);
}
.c-text h4 { font-family: var(--font-body); font-size: 0.88rem; font-weight: 700; color: var(--dark); margin-bottom: 3px; }
.c-text p { font-size: 0.845rem; color: var(--text-light); line-height: 1.6; }
.quick-links-box {
  margin-top: 32px;
  padding: 22px;
  background: var(--light);
  border-radius: var(--radius);
  border: 1.5px solid var(--border);
}
.quick-links-box h4 { font-family: var(--font-body); color: var(--dark); font-weight: 700; margin-bottom: 14px; font-size: 0.9rem; }
.quick-link-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 10px;
  transition: color 0.2s;
  font-family: var(--font-body);
}
.quick-link-item i { color: var(--gold); font-size: 0.9rem; width: 16px; }
.quick-link-item:hover { color: var(--gold); }
.contact-form-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 38px;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
}
.contact-form-box h3 { font-size: 1.35rem; color: var(--dark); font-weight: 700; margin-bottom: 24px; }

/* ===== FORMS ===== */
.form-group { margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: 7px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--text);
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,67,0.12);
}
.form-group textarea { resize: vertical; min-height: 110px; }
.form-submit {
  width: 100%;
  padding: 13px;
  background: var(--dark);
  color: var(--white);
  border: none;
  border-radius: 7px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.22s, box-shadow 0.22s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.form-submit:hover { background: var(--gold); color: var(--dark); }

/* ===== MAP ===== */
.map-section { padding: 0 0 84px; }
.map-container {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 380px;
  background: linear-gradient(145deg, var(--dark), var(--dark-3));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  color: white;
  position: relative;
}
.map-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,67,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,67,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}
.map-inner { position: relative; z-index: 1; text-align: center; }
.map-icon {
  width: 64px;
  height: 64px;
  background: rgba(201,168,67,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.6rem;
  margin: 0 auto 14px;
}

/* ===== FAQ ===== */
.faq-section { padding: 72px 0; background: var(--light); }
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
details {
  background: var(--white);
  border-radius: var(--radius);
  border: 1.5px solid var(--border);
  overflow: hidden;
  transition: border-color 0.2s;
}
details[open] { border-color: var(--gold); }
summary {
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--dark);
  font-size: 0.92rem;
  padding: 18px 20px;
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
summary::after {
  content: '\f107';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--gold);
  font-size: 0.9rem;
  transition: transform 0.25s;
}
details[open] summary::after { transform: rotate(180deg); }
summary::-webkit-details-marker { display: none; }
.faq-answer { padding: 0 20px 18px; color: var(--text-light); font-size: 0.875rem; line-height: 1.75; }

/* ===== TOAST ===== */
/* ===== WHATSAPP FLOAT ===== */
#wa-float {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 58px; height: 58px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  z-index: 9000;
  text-decoration: none;
  transition: transform 0.22s, box-shadow 0.22s;
  animation: wa-pulse 2.4s ease-in-out infinite;
}
#wa-float:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 32px rgba(37,211,102,0.6);
  animation: none;
}
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.45); }
  50%       { box-shadow: 0 6px 32px rgba(37,211,102,0.75), 0 0 0 10px rgba(37,211,102,0.1); }
}

/* ===== WELCOME POPUP ===== */
#welcome-popup {
  position: fixed; inset: 0; z-index: 9500;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.38s ease;
}
#welcome-popup.wp-show  { opacity: 1; pointer-events: all; }
#welcome-popup.wp-hide  { opacity: 0; pointer-events: none; }

.wp-box {
  background: var(--dark);
  border: 1px solid rgba(201,168,67,0.2);
  border-radius: 18px; overflow: hidden;
  display: flex; max-width: 760px; width: 100%;
  position: relative;
  box-shadow: 0 32px 80px rgba(0,0,0,0.55);
  transform: translateY(24px);
  transition: transform 0.38s ease;
}
#welcome-popup.wp-show .wp-box { transform: translateY(0); }

.wp-close {
  position: absolute; top: 14px; right: 14px; z-index: 1;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.75); font-size: 0.95rem;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.wp-close:hover { background: rgba(255,255,255,0.18); color: #fff; }

/* Left panel */
.wp-left {
  width: 240px; flex-shrink: 0;
  background: linear-gradient(160deg, #34302a 0%, var(--dark) 100%);
  border-right: 1px solid rgba(201,168,67,0.14);
  padding: 36px 28px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
}
.wp-left::before {
  content: '';  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201,168,67,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,67,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}
.wp-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(201,168,67,0.12); border: 1px solid rgba(201,168,67,0.25);
  color: var(--gold); border-radius: 20px;
  padding: 4px 11px; font-family: var(--font-body);
  font-size: 0.68rem; font-weight: 600; margin-bottom: 18px;
  position: relative; z-index: 1;
}
.wp-left h2 {
  font-family: var(--font-heading); font-size: 1.25rem;
  font-weight: 800; color: #fff; line-height: 1.3;
  margin-bottom: 22px; position: relative; z-index: 1;
}
.wp-left h2 span { color: var(--gold); }
.wp-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; position: relative; z-index: 1; }
.wp-bullets li {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--font-body); font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
}
.wp-bullets li i { color: #66bb6a; font-size: 0.75rem; flex-shrink: 0; }

/* Right panel */
.wp-right { flex: 1; padding: 36px 32px; }
.wp-subtitle {
  font-family: var(--font-body); font-size: 0.86rem;
  color: rgba(255,255,255,0.5); margin-bottom: 20px; line-height: 1.6;
}
.wp-subtitle strong { color: var(--gold); }

#wp-form { display: flex; flex-direction: column; gap: 12px; }
.wp-field {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 9px; padding: 0 14px;
  transition: border-color 0.2s;
}
.wp-field:focus-within { border-color: rgba(201,168,67,0.45); }
.wp-field i { color: var(--gold); font-size: 0.8rem; flex-shrink: 0; }
.wp-field input,
.wp-field select {
  background: none; border: none; outline: none;
  padding: 11px 0; width: 100%;
  font-family: var(--font-body); font-size: 0.84rem; color: #fff;
}
.wp-field input::placeholder { color: rgba(255,255,255,0.3); }
.wp-field select option { background: #1a1a1a; }

.wp-submit {
  margin-top: 4px;
  background: var(--gold); color: #000;
  font-family: var(--font-heading); font-size: 0.9rem; font-weight: 700;
  border: none; border-radius: 9px; padding: 13px;
  cursor: pointer; display: flex; align-items: center;
  justify-content: center; gap: 8px; transition: opacity 0.2s;
}
.wp-submit:hover { opacity: 0.88; }

.wp-wa {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: rgba(37,211,102,0.1); border: 1px solid rgba(37,211,102,0.25);
  color: #4cd980; border-radius: 9px; padding: 10px;
  font-family: var(--font-body); font-size: 0.82rem; font-weight: 600;
  text-decoration: none; transition: background 0.2s;
}
.wp-wa:hover { background: rgba(37,211,102,0.18); }

.wp-privacy {
  margin-top: 10px; text-align: center;
  font-family: var(--font-body); font-size: 0.72rem;
  color: rgba(255,255,255,0.28); display: flex; align-items: center;
  justify-content: center; gap: 5px;
}

@media (max-width: 620px) {
  .wp-box { flex-direction: column; max-width: 370px; }
  .wp-left { width: auto; padding: 24px 22px; border-right: none; border-bottom: 1px solid rgba(201,168,67,0.14); }
  .wp-right { padding: 22px; }
}

/* ===== SLIDE ENQUIRY PANEL ===== */
#eq-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.45);
  z-index: 8998; opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
#eq-overlay.visible { opacity: 1; pointer-events: all; }

#eq-panel {
  position: fixed; left: -310px; top: 0; bottom: 0;
  width: 310px; z-index: 8999;
  transition: left 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
}
#eq-panel.open { left: 0; }

/* The tab trigger on the right edge of the panel */
.eq-tab {
  position: absolute; right: -44px; top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 148px;
  background: var(--gold); color: #000;
  border: none; cursor: pointer; border-radius: 0 10px 10px 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
  box-shadow: 4px 0 18px rgba(0,0,0,0.22);
  transition: background 0.2s;
}
.eq-tab:hover { background: #d4af44; }
.eq-tab span {
  writing-mode: vertical-lr; transform: rotate(180deg);
  font-family: var(--font-body); font-size: 0.7rem;
  font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
}
.eq-arrow {
  font-size: 0.72rem;
  transition: transform 0.32s;
}
#eq-panel.open .eq-arrow { transform: rotate(180deg); }

/* Panel content */
.eq-content {
  width: 310px; height: 100%; overflow-y: auto;
  background: var(--dark);
  border-right: 1px solid rgba(201,168,67,0.18);
  display: flex; flex-direction: column;
  scrollbar-width: thin; scrollbar-color: rgba(201,168,67,0.3) transparent;
}
.eq-close {
  position: absolute; top: 14px; right: 58px;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.7); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; transition: background 0.2s;
}
.eq-close:hover { background: rgba(255,255,255,0.16); color: #fff; }

.eq-header {
  padding: 32px 24px 22px;
  border-bottom: 1px solid rgba(201,168,67,0.12);
}
.eq-hicon {
  width: 44px; height: 44px; border-radius: 10px;
  background: rgba(201,168,67,0.12); border: 1px solid rgba(201,168,67,0.25);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.1rem; margin-bottom: 14px;
}
.eq-header h3 {
  font-family: var(--font-heading); font-size: 1.05rem;
  font-weight: 700; color: #fff; margin-bottom: 6px;
}
.eq-header p {
  font-family: var(--font-body); font-size: 0.8rem;
  color: rgba(255,255,255,0.45); line-height: 1.6; margin: 0;
}

#eq-form { padding: 20px 24px 28px; display: flex; flex-direction: column; gap: 14px; }

.eq-field { display: flex; flex-direction: column; gap: 6px; }
.eq-field label {
  font-family: var(--font-body); font-size: 0.74rem;
  font-weight: 600; color: rgba(255,255,255,0.55);
  text-transform: uppercase; letter-spacing: 0.6px;
}
.eq-field input,
.eq-field select {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px; padding: 10px 13px;
  font-family: var(--font-body); font-size: 0.84rem;
  color: #fff; outline: none; transition: border-color 0.2s;
  width: 100%;
}
.eq-field input::placeholder { color: rgba(255,255,255,0.28); }
.eq-field input:focus,
.eq-field select:focus { border-color: rgba(201,168,67,0.5); }
.eq-field select option { background: #1e1e1e; color: #fff; }

.eq-submit {
  margin-top: 4px;
  background: var(--gold); color: #000;
  font-family: var(--font-heading); font-size: 0.9rem; font-weight: 700;
  border: none; border-radius: 9px; padding: 13px;
  cursor: pointer; display: flex; align-items: center;
  justify-content: center; gap: 8px; transition: opacity 0.2s;
}
.eq-submit:hover { opacity: 0.88; }

.eq-wa {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: rgba(37,211,102,0.12); border: 1px solid rgba(37,211,102,0.28);
  color: #4cd980; border-radius: 9px; padding: 11px;
  font-family: var(--font-body); font-size: 0.84rem; font-weight: 600;
  text-decoration: none; transition: background 0.2s;
}
.eq-wa:hover { background: rgba(37,211,102,0.2); }

@media (max-width: 480px) {
  #eq-panel { width: 280px; left: -280px; }
  .eq-content { width: 280px; }
}
@media (max-width: 400px) {
  #eq-panel { width: 260px; left: -260px; }
  .eq-content { width: 260px; }
}

.toast {
  position: fixed;
  bottom: 100px;
  right: 30px;
  background: #1a3a1a;
  color: white;
  padding: 14px 22px;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 4px solid var(--gold);
}
.toast.show { transform: translateY(0); opacity: 1; }

/* ===== HERO SEARCH BAR ===== */
/* ===== HERO SEARCH — REDESIGN ===== */
.hero-search-wrapper {
  margin-top: 32px;
  width: 100%;
  max-width: 980px;
  min-width: 0;
  position: relative;
}

/* Gold glow border on focus */
.hero-search-wrapper::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(201,168,67,0.5), rgba(201,168,67,0.1) 50%, rgba(201,168,67,0.4));
  z-index: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.hero-search-wrapper:focus-within::before { opacity: 1; }

/* Main white panel */
.search-box {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 18px;
  border: 1.5px solid rgba(201,168,67,0.18);
  overflow: hidden;
  box-shadow:
    0 28px 72px rgba(0,0,0,0.32),
    0 2px 8px rgba(0,0,0,0.12);
}

/* Header: tabs + RERA note */
.search-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px 12px;
  background: #f8f5ee;
  border-bottom: 1.5px solid #ede8d8;
}
.search-tabs {
  display: flex;
  gap: 6px;
}
.search-tab {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 20px;
  border-radius: 30px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s;
  border: 1.5px solid #ddd;
  background: #fff;
  color: #666;
  letter-spacing: 0;
}
.search-tab i { font-size: 0.76rem; }
.search-tab.active {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
  box-shadow: 0 4px 16px rgba(201,168,67,0.3);
}
.search-tab:hover:not(.active) {
  background: #f0ebe0;
  color: var(--dark);
  border-color: #c9a843;
}
.search-header-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: #2e7d32;
  font-weight: 600;
}
.search-header-note i { font-size: 0.68rem; }

/* Search inputs row */
.search-row {
  display: flex;
  align-items: center;
  padding: 14px 18px 14px 20px;
  gap: 0;
  min-width: 0;
  background: #fff;
}

.search-field {
  position: relative;
  flex: 2;
  min-width: 0;
}
.search-filter {
  position: relative;
  flex: 1;
  min-width: 0;
}
.search-divider {
  width: 1px;
  height: 36px;
  background: #e2ddd0;
  flex-shrink: 0;
  margin: 0 10px;
}

/* Input */
.search-field i {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 0.92rem;
  pointer-events: none;
}
.search-field input {
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 0 14px 0 38px;
  background: transparent;
  border: none;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--dark);
  caret-color: var(--gold);
}
.search-field input:focus { outline: none; }
.search-field input::placeholder { color: #aaa; }

/* Selects */
.search-filter i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 0.8rem;
  pointer-events: none;
}
.search-filter select {
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 0 30px 0 34px;
  background: transparent;
  border: none;
  font-family: var(--font-body);
  font-size: 0.86rem;
  color: #444;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23c9a843' d='M5 7L0.5 2.5h9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.search-filter select:focus { outline: none; }

/* Search button */
.search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 50px;
  padding: 0 28px;
  background: var(--gold);
  color: var(--dark);
  border: none;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 14px;
  box-shadow: 0 4px 20px rgba(201,168,67,0.35);
  letter-spacing: 0.3px;
}
.search-btn i { font-size: 0.85rem; }
.search-btn:hover {
  background: #d4a82a;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201,168,67,0.52);
}

/* Trending tags */
.search-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  padding: 11px 20px 15px;
  background: #faf8f3;
  border-top: 1.5px solid #ede8d8;
}
.search-tags-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: #888;
  font-weight: 500;
  white-space: nowrap;
}
.search-tags-label i { color: #ff6b35; font-size: 0.68rem; }

.search-tag-chip {
  height: 28px;
  padding: 0 13px;
  background: #fff;
  border: 1.5px solid #e2ddd0;
  border-radius: 20px;
  font-family: var(--font-body);
  font-size: 0.73rem;
  color: #555;
  cursor: pointer;
  transition: all 0.22s;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.search-tag-chip:hover {
  background: #fdf5e0;
  border-color: var(--gold);
  color: #8a6500;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .stats-strip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
  .strip-divider { display: none; }
  .strip-stat { padding: 14px 16px; }
  .contact-grid { grid-template-columns: 1fr; }
}
/* Nav overlay */
#nav-overlay {
  position: fixed; top: 68px; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.55);
  z-index: 9099; opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
#nav-overlay.visible { opacity: 1; pointer-events: all; }

@media (max-width: 768px) {
  /* Slide-in drawer — starts below navbar */
  .nav-links {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 68px; right: 0;
    width: 280px; height: calc(100dvh - 68px);
    background: var(--dark);
    padding: 12px 0 40px;
    gap: 0;
    z-index: 9100;
    transform: translateX(100%);
    transition: transform 0.34s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -16px 0 48px rgba(0,0,0,0.6);
    border-left: 1px solid rgba(201,168,67,0.15);
    overflow-y: auto;
  }
  .nav-links.open { transform: translateX(0); }

  /* Nav links */
  .nav-links li { width: 100%; }
  .nav-links li a {
    display: flex; align-items: center;
    padding: 15px 24px;
    font-family: var(--font-body); font-size: 0.95rem; font-weight: 500;
    color: rgba(255,255,255,0.7);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: color 0.2s, background 0.2s; text-decoration: none;
  }
  .nav-links li a:hover,
  .nav-links li a.active { color: var(--gold); background: rgba(201,168,67,0.06); }

  .nav-links li .nav-cta {
    margin: 20px 20px 0; border-radius: 10px;
    background: var(--gold); color: #000 !important;
    font-weight: 700; justify-content: center;
    border-bottom: none; padding: 14px 20px;
  }
  .nav-links li .nav-cta:hover { background: #d4af44; color: #000 !important; }

  /* Hamburger → X animation */
  .hamburger { display: flex; }
  .hamburger span { transition: transform 0.3s, opacity 0.3s; }
  .hamburger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .hamburger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero { height: auto; min-height: 100dvh; padding-bottom: 40px; }
  .hero h1 { font-size: 2.1rem; }
  .hero-eyebrow { font-size: 0.65rem; letter-spacing: 0; }
  .hero-stats { gap: 0; }
  .section-title { font-size: 1.7rem; }
  .job-card { flex-direction: column; }
  .job-right { text-align: left; min-width: auto; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .perks-inner { grid-template-columns: repeat(3, 1fr); }
  .perk-item { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); justify-content: flex-start; }
  .perk-item:nth-child(3n) { border-right: none; }
  .perk-item:nth-last-child(-n+3) { border-bottom: none; }
}
@media (max-width: 900px) {
  .search-row { flex-wrap: wrap; padding: 14px 16px; }
  .search-field { flex: 1 1 100%; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .search-divider { display: none; }
  .search-filter { flex: 1 1 calc(50% - 8px); }
  .search-btn { width: 100%; margin-left: 0; margin-top: 12px; }
  .search-header-note { display: none; }
}
@media (max-width: 560px) {
  .search-filter { flex: 1 1 100%; }
  .search-tab { padding: 6px 14px; font-size: 0.76rem; }
  .search-tags { display: none; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 1.85rem; }
  .hero-btns { flex-direction: column; }
  .modal { padding: 24px; }
  .contact-form-box { padding: 24px; }
}

/* ===== JOBS SEARCH PANEL ===== */
.jobs-search-panel {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 22px 24px;
  margin-bottom: 28px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
.jsp-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.jsp-search { position: relative; }
.jsp-search i {
  position: absolute; left: 14px; top: 50%;
  transform: translateY(-50%);
  color: var(--gold); font-size: 0.9rem; pointer-events: none;
}
.jsp-search input {
  width: 100%;
  padding: 12px 14px 12px 42px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.88rem; color: var(--text);
  background: var(--light);
  transition: border-color 0.2s, box-shadow 0.2s;
  min-width: 280px;
}
.jsp-search input:focus {
  outline: none; border-color: var(--gold);
  background: #fff; box-shadow: 0 0 0 3px rgba(201,168,67,0.1);
}
.jsp-search input::placeholder { color: #a0aec0; }
.jsp-dropdowns { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.jsp-select-wrap { position: relative; }
.jsp-select-wrap i {
  position: absolute; left: 10px; top: 50%;
  transform: translateY(-50%);
  color: var(--text-mid); font-size: 0.76rem; pointer-events: none;
}
.jsp-select-wrap select {
  padding: 11px 12px 11px 28px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.82rem; color: var(--text);
  background: #fff; cursor: pointer;
  appearance: none; -webkit-appearance: none;
  transition: border-color 0.2s;
  white-space: nowrap;
}
.jsp-select-wrap select:focus { outline: none; border-color: var(--gold); }
.jsp-clear-btn {
  display: flex; align-items: center; gap: 6px;
  padding: 11px 16px;
  background: var(--light);
  color: var(--text-mid);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.82rem; font-weight: 500;
  cursor: pointer; white-space: nowrap;
  transition: all 0.2s;
}
.jsp-clear-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,67,0.05); }
.jsp-bottom {
  display: flex; align-items: center;
  justify-content: space-between; gap: 14px; flex-wrap: wrap;
}
.jsp-count {
  font-family: var(--font-body);
  font-size: 0.83rem; color: var(--text-light);
}
.jsp-count strong { color: var(--dark); font-weight: 700; }
.jsp-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.jsp-tags .filter-btn { padding: 7px 16px; font-size: 0.8rem; }

/* No results state */
.jobs-no-results {
  text-align: center; padding: 56px 24px;
  background: #fff; border: 1.5px dashed var(--border);
  border-radius: 14px; margin-bottom: 20px;
}
.jobs-no-results i {
  font-size: 2rem; color: var(--border); display: block; margin-bottom: 14px;
}
.jobs-no-results p {
  font-family: var(--font-body); font-size: 0.92rem;
  color: var(--text-light);
}
.jobs-no-results p button {
  background: none; border: none; color: var(--gold);
  font-weight: 600; cursor: pointer; text-decoration: underline;
  font-family: inherit; font-size: inherit;
}

/* Responsive */
@media (max-width: 860px) {
  .jsp-top { grid-template-columns: 1fr; }
  .jsp-dropdowns { width: 100%; }
  .jsp-search input { min-width: 100%; }
}
@media (max-width: 560px) {
  .jobs-search-panel { padding: 16px; }
  .jsp-select-wrap select { font-size: 0.78rem; }
  .jsp-bottom { flex-direction: column; align-items: flex-start; }
}

/* ===== SECTION TITLE LIGHT VARIANT ===== */
.section-title-light { color: #fff; }
.section-subtitle-light { color: rgba(255,255,255,0.48); }

/* ===== HOW WE WORK ===== */
.process-section {
  background: var(--dark);
  padding: 88px 0;
}
.process-section .gold-line { margin: 10px auto 20px; }
.process-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 52px;
}
.process-step {
  flex: 1;
  min-width: 160px;
  max-width: 230px;
  text-align: center;
  padding: 0 18px;
}
.process-num {
  font-family: var(--font-heading);
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2.5px;
  margin-bottom: 12px;
  opacity: 0.65;
}
.process-icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(201,168,67,0.09);
  border: 1.5px solid rgba(201,168,67,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.35rem;
  color: var(--gold);
  transition: all 0.3s;
}
.process-step:hover .process-icon-wrap {
  background: var(--gold);
  color: #000;
  border-color: var(--gold);
  transform: translateY(-3px);
}
.process-step h3 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.process-step p {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.48);
  line-height: 1.72;
}
.process-connector {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 55px;
  color: rgba(201,168,67,0.28);
  font-size: 0.9rem;
}
@media (max-width: 760px) {
  .process-grid { flex-direction: column; align-items: center; gap: 28px; }
  .process-connector { padding-top: 0; transform: rotate(90deg); }
  .process-step { max-width: 300px; width: 100%; }
}

/* ===== DEVELOPER PARTNERS ===== */
.partners-section {
  background: var(--light);
  padding: 36px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.partners-label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}
.partners-label i { color: var(--gold); margin-right: 8px; }
.partners-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.partner-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 9px 18px;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--dark);
  transition: all 0.2s;
  cursor: default;
}
.partner-chip i { color: var(--gold); font-size: 0.82rem; }
.partner-chip:hover { border-color: var(--gold); color: var(--gold); box-shadow: 0 2px 12px rgba(201,168,67,0.1); }
.partner-chip-more {
  border-style: dashed;
  color: var(--text-light);
  font-weight: 600;
}
.partner-chip-more:hover { color: var(--gold); border-color: var(--gold); }

/* ===== TESTIMONIALS ===== */
.testimonials-section {
  background: var(--dark-2);
  padding: 88px 0;
}
.testimonials-section .gold-line { margin: 10px auto 20px; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 52px;
}
@media (max-width: 900px) {
  .testimonials-grid { grid-template-columns: 1fr; max-width: 500px; margin-left: auto; margin-right: auto; }
}
.testimonial-card {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s, transform 0.3s;
}
.testimonial-card:hover {
  border-color: rgba(201,168,67,0.28);
  transform: translateY(-4px);
}
.testi-quote {
  color: var(--gold);
  font-size: 1.5rem;
  margin-bottom: 14px;
  opacity: 0.6;
}
.testi-text {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.62);
  line-height: 1.82;
  flex: 1;
  margin-bottom: 22px;
}
.testi-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(201,168,67,0.12);
  border: 1.5px solid rgba(201,168,67,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--gold);
  flex-shrink: 0;
}
.testi-info { flex: 1; }
.testi-name {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}
.testi-detail {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: rgba(255,255,255,0.38);
  margin-top: 2px;
}
.testi-stars {
  color: var(--gold);
  font-size: 0.72rem;
  display: flex;
  gap: 2px;
  flex-shrink: 0;
}

/* ===== AREAS WE SERVE ===== */
.areas-section {
  background: var(--white);
  padding: 88px 0;
}
.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 52px;
}
@media (max-width: 900px) { .areas-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .areas-grid { grid-template-columns: 1fr; } }
.area-card {
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 26px 22px;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.area-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px;
  height: 0;
  background: var(--gold);
  transition: height 0.3s;
  border-radius: 3px 0 0 3px;
}
.area-card:hover { border-color: rgba(201,168,67,0.32); box-shadow: 0 8px 28px rgba(0,0,0,0.07); }
.area-card:hover::before { height: 100%; }
.area-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(201,168,67,0.07);
  border: 1px solid rgba(201,168,67,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1rem;
  margin-bottom: 14px;
}
.area-card h3 {
  font-family: var(--font-heading);
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}
.area-card p {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--text-mid);
  line-height: 1.65;
  margin-bottom: 14px;
}
.area-tag {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--gold);
  background: rgba(201,168,67,0.07);
  border: 1px solid rgba(201,168,67,0.18);
  border-radius: 20px;
  padding: 3px 11px;
  display: inline-block;
}

/* ===== FAQ ===== */
.faq-section {
  background: var(--light);
  padding: 88px 0;
}
.faq-list {
  max-width: 800px;
  margin: 52px auto 0;
}
.faq-item {
  border: 1.5px solid var(--border);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.faq-item.open {
  border-color: rgba(201,168,67,0.35);
  box-shadow: 0 4px 20px rgba(201,168,67,0.08);
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
}
.faq-q span {
  font-family: var(--font-heading);
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--dark);
  transition: color 0.2s;
}
.faq-item.open .faq-q span { color: var(--gold); }
.faq-q i {
  color: var(--gold);
  font-size: 0.82rem;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq-item.open .faq-q i { transform: rotate(180deg); }
.faq-a {
  display: none;
  padding: 0 22px 18px;
  border-top: 1px solid var(--border);
}
.faq-item.open .faq-a { display: block; }
.faq-a p {
  font-family: var(--font-body);
  font-size: 0.87rem;
  color: var(--text-mid);
  line-height: 1.82;
  margin: 14px 0 0;
}

/* ==============================================
   COMPREHENSIVE MOBILE RESPONSIVE FIXES
   ============================================== */

/* --- Collapse why-header earlier (900px not 720px) --- */
@media (max-width: 900px) {
  .why-header { grid-template-columns: 1fr; gap: 20px; }
  .why-mini-stats { flex-wrap: wrap; gap: 18px; }
}

/* --- Tablet: 768–900px --- */
@media (max-width: 900px) {
  /* Reduce all major section padding */
  .why-section,
  .process-section,
  .projects-section,
  .testimonials-section,
  .areas-section,
  .faq-section,
  .partners-section { padding: 64px 0; }

  /* Page hero */
  .page-hero { padding: 80px 0 48px; }
  .page-hero h1 { font-size: 2rem; }

  /* CTA */
  .cta-banner { padding: 52px 0; }

  /* Stats strip */
  .stats-strip { padding: 36px 0; }

  /* About visual */
  .about-visual { min-height: 280px; }

  /* Testimonials — already 1-col at 900px, but constrain max-width */
  .testimonials-grid { max-width: 480px; }
}

/* --- Large phone: 600px --- */
@media (max-width: 600px) {
  /* Container */
  .container { padding: 0 16px; }

  /* Section padding drop */
  .why-section,
  .process-section,
  .projects-section,
  .testimonials-section,
  .areas-section,
  .faq-section,
  .partners-section { padding: 48px 0; }

  .cta-banner { padding: 40px 0; }
  .stats-strip { padding: 28px 0; }

  /* Section headers */
  .section-title { font-size: 1.6rem; }
  .section-subtitle { font-size: 0.86rem; }

  /* Hero */
  .hero h1 { font-size: 1.95rem; }
  .hero-eyebrow { font-size: 0.62rem; letter-spacing: 0; }
  .hero-highlights { gap: 8px; margin-top: 16px; }
  .hero-highlights span { min-height: 34px; padding: 7px 10px; font-size: 0.72rem; }
  .hero-stats { gap: 14px; flex-wrap: wrap; justify-content: center; }
  .stat-divider { display: none; }

  /* Hero search */
  .search-box { border-radius: 12px; }
  .search-header { padding: 10px 12px 10px; }
  .search-tab { padding: 6px 12px; font-size: 0.74rem; }
  .search-header-note { display: none; }

  /* Features grid — force 1 col on small phones */
  .features-grid { grid-template-columns: 1fr; gap: 12px; }
  .fc-num { font-size: 2.8rem; }

  /* Perks strip */
  .perks-inner { grid-template-columns: repeat(2, 1fr); }
  .perk-item:nth-child(3n) { border-right: 1px solid var(--border); }
  .perk-item:nth-child(2n) { border-right: none; }
  .perk-item:nth-last-child(-n+3) { border-bottom: 1px solid var(--border); }
  .perk-item:nth-last-child(-n+2) { border-bottom: none; }

  /* Process — already stacks at 760px, just tighten */
  .process-step { padding: 0 8px; }

  /* Partners */
  .partner-chip { font-size: 0.76rem; padding: 7px 13px; }

  /* Testimonials */
  .testimonials-grid { max-width: 100%; }
  .testimonial-card { padding: 22px 18px; }

  /* Areas */
  .areas-grid { grid-template-columns: 1fr; gap: 10px; }
  .area-card { padding: 20px 16px; }

  /* FAQ */
  .faq-list { max-width: 100%; }
  .faq-q { padding: 14px 16px; }
  .faq-q span { font-size: 0.88rem; }
  .faq-a { padding: 0 16px 14px; }

  /* CTA */
  .cta-banner h2 { font-size: 1.45rem; }
  .cta-btns { flex-direction: column; align-items: center; gap: 10px; }
  .cta-btns .btn { width: 100%; max-width: 300px; justify-content: center; }

  /* Page hero */
  .page-hero { padding: 70px 0 40px; }
  .page-hero h1 { font-size: 1.7rem; }
  .ph-trust-badges { flex-wrap: wrap; gap: 8px; justify-content: center; }

  /* Stats strip */
  .stats-strip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
  .strip-stat { padding: 12px 10px; }
  .strip-divider { display: none; }
  .strip-num { font-size: 1.9rem; }

  /* About page */
  .about-visual { min-height: 220px; }
  .av-big-num { font-size: 3.5rem; }
  .about-eyebrow { font-size: 0.64rem; }

  /* Welcome popup */
  .wp-box { max-width: 340px; }

  /* Map */
  .map-wrapper iframe,
  .map-wrapper { height: 220px !important; }

  /* Jobs detail hero tags — wrap vertically */
  .jd-hero-tags { gap: 7px; }

  /* Job cards on listing page */
  .job-left { gap: 8px; }
  .job-title { font-size: 0.96rem; }
  .job-desc { font-size: 0.84rem; }
}

/* --- Standard phone: 480px --- */
@media (max-width: 480px) {
  .container { padding: 0 14px; }

  /* Hero */
  .hero h1 { font-size: 1.7rem; line-height: 1.22; }
  .hero-btns .btn { font-size: 0.84rem; padding: 12px 20px; }
  .hero-stats { gap: 10px; }
  .stat-num { font-size: 1.3rem; }

  /* Section title */
  .section-title { font-size: 1.45rem; }

  /* Features */
  .feature-card { padding: 22px 18px; }

  /* Perks strip */
  .perks-inner { grid-template-columns: repeat(2, 1fr); }
  .perk-text { font-size: 0.78rem; }

  /* Process */
  .process-icon-wrap { width: 56px; height: 56px; font-size: 1.1rem; }
  .process-step h3 { font-size: 0.9rem; }

  /* Footer */
  .footer { padding: 48px 0 24px; }
  .footer-brand p { font-size: 0.84rem; }

  /* Job detail */
  .jd-section { padding: 20px 16px; }
  .jd-salary-amount { font-size: 1.6rem; }

  /* Stats strip */
  .stats-strip-grid { display: grid; grid-template-columns: 1fr 1fr; }
  .strip-stat { padding: 10px 8px; }
  .strip-num { font-size: 1.7rem; }
  .strip-label { font-size: 0.66rem; }

  /* Navbar logo */
  .nav-logo img { height: 44px; }

  /* Page hero */
  .page-hero h1 { font-size: 1.55rem; }
  .page-hero p { font-size: 0.86rem; }

  /* About team */
  .team-body { padding: 20px 16px; }

  /* Mission cards */
  .mission-card { padding: 28px 20px; }

  /* Slide panel — compact icon-only tab on mobile */
  .eq-tab { height: 44px; width: 36px; right: -36px; top: auto; bottom: 96px; transform: none; border-radius: 0 8px 8px 0; gap: 0; }
  .eq-tab span { display: none; }
  .eq-arrow { font-size: 0.9rem; }

  /* Welcome popup */
  .wp-left { padding: 20px 16px; }
  .wp-left h2 { font-size: 1.1rem; }
  .wp-right { padding: 18px 16px; }
}

/* --- Small phone: 375px --- */
@media (max-width: 375px) {
  .container { padding: 0 12px; }
  .hero h1 { font-size: 1.5rem; }
  .hero-btns { flex-direction: column; gap: 8px; }
  .hero-btns .btn { width: 100%; text-align: center; justify-content: center; }

  .section-title { font-size: 1.3rem; }
  .page-hero h1 { font-size: 1.35rem; }

  .perks-inner { grid-template-columns: 1fr 1fr; }

  .stats-strip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
  .strip-stat { padding: 10px 6px; }
  .strip-num { font-size: 1.5rem; }

  /* Nav */
  .nav-logo img { height: 38px; }
  .nav-inner { height: 60px; }

  /* Footer */
  .footer-logo img { height: 36px; }

  /* Welcome popup */
  #welcome-popup { padding: 12px; }
  .wp-box { max-width: 100%; }
  .wp-left { display: none; }
  .wp-right { padding: 20px 16px; border-radius: 18px; }
  .wp-close { top: 10px; right: 10px; }
}

/* =============================================
   WHY SECTION — REDESIGN
   ============================================= */

/* Centered header */
.why-header-new {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
  position: relative;
  z-index: 1;
}
.why-header-new .why-eyebrow {
  justify-content: center;
  margin-bottom: 16px;
}
.why-header-new h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 18px;
}
.why-intro-text {
  font-family: var(--font-body);
  color: rgba(255,255,255,0.50);
  font-size: 0.94rem;
  line-height: 1.82;
}
.why-header-new::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  margin: 22px auto 0;
}

/* Showcase 2-column layout */
.why-showcase {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 22px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

/* Visual panel */
.why-showcase-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid rgba(201,168,67,0.18);
}
.wsv-img {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1600047509807-ba8f99d2cdde?w=900&q=85') center/cover no-repeat;
  transition: transform 0.8s ease;
}
.why-showcase-visual:hover .wsv-img { transform: scale(1.06); }
.wsv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(175deg, rgba(25,27,32,0.38) 0%, rgba(34,35,38,0.92) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px;
  gap: 20px;
}
.wsv-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(56,142,60,0.16);
  border: 1px solid rgba(56,142,60,0.34);
  border-radius: 20px;
  padding: 7px 18px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: #81c784;
  width: fit-content;
}
.wsv-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 4.6rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  letter-spacing: 1px;
}
.wsv-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255,255,255,0.74);
  margin-top: 7px;
}
.wsv-checklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wsv-checklist span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.86rem;
  color: rgba(255,255,255,0.68);
}
.wsv-checklist span i { color: #81c784; font-size: 0.82rem; flex-shrink: 0; }

/* Stacked cards column */
.why-showcase-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.why-showcase-cards .feature-card { flex: 1; }

/* Bottom 3-column grid */
.why-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  position: relative;
  z-index: 1;
}

/* Enhanced feature card hover */
.feature-card {
  transition: border-color 0.3s, background 0.3s, transform 0.3s, box-shadow 0.3s;
}
.feature-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,168,67,0.08) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.35s;
  pointer-events: none;
  border-radius: inherit;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 52px rgba(0,0,0,0.32), 0 0 0 1px rgba(201,168,67,0.18);
}
.feature-card:hover::after { opacity: 1; }

/* Icon wrap animation on card hover */
.fc-icon-wrap {
  transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.35s;
}
.feature-card:hover .fc-icon-wrap {
  background: var(--gold);
  color: #000;
  border-color: var(--gold);
  transform: scale(1.12) rotate(-8deg);
}

/* Stagger entrance animation */
.why-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.why-animate.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Visual panel entrance */
.why-showcase-visual {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.why-showcase-visual.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* ===== WHY REDESIGN — RESPONSIVE ===== */
@media (max-width: 960px) {
  .why-showcase { grid-template-columns: 1fr; }
  .why-showcase-visual { min-height: 340px; }
  .why-showcase-cards { flex-direction: row; flex-wrap: wrap; }
  .why-showcase-cards .feature-card { flex: 1; min-width: 180px; }
  .why-bottom-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .why-showcase-cards { flex-direction: column; }
  .why-bottom-grid { grid-template-columns: 1fr; }
  .wsv-num { font-size: 3.4rem; }
  .why-header-new h2 { font-size: 1.7rem; }
}

/* =============================================
   PROCESS SECTION — REDESIGN
   ============================================= */

.process-header { text-align: center; position: relative; z-index: 1; }

.process-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* 4-column grid */
.process-grid-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 68px;
  position: relative;
  z-index: 1;
}

/* Horizontal connecting line through icon centres */
.process-grid-new::before {
  content: '';
  position: absolute;
  top: 44px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(90deg,
    rgba(201,168,67,0.7) 0%,
    rgba(201,168,67,0.45) 40%,
    rgba(201,168,67,0.45) 70%,
    rgba(201,168,67,0.1) 100%
  );
  z-index: 0;
}

/* Card */
.process-card {
  text-align: center;
  padding: 0 18px 36px;
  position: relative;
  z-index: 1;
}

/* Huge decorative background number */
.pc-step-bg {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-heading);
  font-size: 7rem;
  font-weight: 900;
  color: rgba(201,168,67,0.045);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: 3px;
  white-space: nowrap;
  z-index: 0;
}

/* Icon ring */
.pc-icon-ring {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto 26px;
}

/* Spinning dashed halo */
.pc-icon-ring::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1.5px dashed rgba(201,168,67,0.24);
  animation: pc-spin 14s linear infinite;
  will-change: transform;
}

@keyframes pc-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Icon circle */
.pc-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(201,168,67,0.09);
  border: 1.5px solid rgba(201,168,67,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  color: var(--gold);
  position: relative;
  z-index: 1;
  transition: background 0.35s, color 0.35s, border-color 0.35s, transform 0.35s, box-shadow 0.35s;
}
.process-card:hover .pc-icon {
  background: var(--gold);
  color: #000;
  border-color: var(--gold);
  transform: scale(1.12);
  box-shadow: 0 0 38px rgba(201,168,67,0.42);
}
.process-card:hover .pc-icon-ring::before {
  border-color: rgba(201,168,67,0.55);
  animation-duration: 4s;
}

/* Gold step badge */
.pc-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 28px;
  height: 28px;
  background: var(--gold);
  color: #000;
  border-radius: 50%;
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 2.5px solid var(--dark);
  letter-spacing: 0;
}

.process-card h3 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}
.process-card p {
  font-family: var(--font-body);
  font-size: 0.83rem;
  color: rgba(255,255,255,0.46);
  line-height: 1.8;
}

/* Stagger entrance */
.process-anim {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.process-anim.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ===== PROCESS REDESIGN — RESPONSIVE ===== */
@media (max-width: 860px) {
  .process-grid-new {
    grid-template-columns: 1fr 1fr;
    gap: 48px 0;
  }
  .process-grid-new::before { display: none; }
  .pc-step-bg { font-size: 5rem; }
}
@media (max-width: 500px) {
  .process-grid-new {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

/* =============================================
   PROCESS SECTION — ENHANCEMENT PASS 2
   ============================================= */

/* Subtle radial glow behind the whole section */
.process-section { position: relative; }
.process-section::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 600px;
  background: radial-gradient(ellipse at center, rgba(201,168,67,0.055) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

/* Cards: add gaps + remove old connecting line */
.process-grid-new {
  gap: 18px;
}
.process-grid-new::before { display: none; }

/* Glass card body */
.process-card {
  background: rgba(255,255,255,0.038);
  border: 1px solid rgba(201,168,67,0.13);
  border-radius: 20px;
  padding: 34px 22px 28px;
  overflow: hidden;
  transition: border-color 0.38s, background 0.38s, transform 0.38s, box-shadow 0.38s;
}

/* Gold sweep line on hover */
.process-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.5s ease;
  z-index: 2;
}
.process-card:hover::before { transform: scaleX(1); }

.process-card:hover {
  background: rgba(255,255,255,0.068);
  border-color: rgba(201,168,67,0.38);
  transform: translateY(-10px);
  box-shadow:
    0 24px 60px rgba(0,0,0,0.4),
    0 0 0 1px rgba(201,168,67,0.14),
    0 0 48px rgba(201,168,67,0.07);
}

/* Step pill label */
.pc-step-label {
  display: inline-flex;
  align-items: center;
  background: rgba(201,168,67,0.1);
  border: 1px solid rgba(201,168,67,0.24);
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

/* Larger card heading */
.process-card h3 {
  font-size: 1.08rem;
  margin-bottom: 10px;
}

/* Description */
.process-card p {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.50);
  line-height: 1.8;
  margin-bottom: 18px;
}

/* Footer tag — small contextual detail */
.pc-footer-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 4px 12px;
  position: relative;
  z-index: 1;
  transition: color 0.3s, border-color 0.3s;
}
.pc-footer-tag i { color: var(--gold); font-size: 0.65rem; }
.process-card:hover .pc-footer-tag {
  color: rgba(255,255,255,0.65);
  border-color: rgba(201,168,67,0.22);
}

/* Responsive overrides */
@media (max-width: 860px) {
  .process-grid-new { grid-template-columns: 1fr 1fr; gap: 18px; }
}
@media (max-width: 500px) {
  .process-grid-new { grid-template-columns: 1fr; gap: 16px; }
}

/* ===== PROCESS SECTION — IMAGE CARD REDESIGN ===== */
.process-cards-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 64px;
}

.proc-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  height: 440px;
  border: 1px solid rgba(201,168,67,0.15);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
  cursor: default;
}
.proc-card:hover {
  transform: translateY(-10px);
  border-color: rgba(201,168,67,0.5);
  box-shadow: 0 28px 72px rgba(0,0,0,0.55), 0 0 0 1px rgba(201,168,67,0.18);
}

/* Real photo backgrounds per card */
.proc-img-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s ease, filter 0.7s ease;
  filter: saturate(0.75) brightness(0.65);
}
.proc-card:hover .proc-img-bg {
  transform: scale(1.08);
  filter: saturate(1.05) brightness(0.72);
}
.proc-card:nth-child(1) .proc-img-bg {
  background-image: url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=600&q=85');
}
.proc-card:nth-child(2) .proc-img-bg {
  background-image: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?w=600&q=85');
}
.proc-card:nth-child(3) .proc-img-bg {
  background-image: url('https://images.unsplash.com/photo-1582407947304-fd86f028f716?w=600&q=85');
}
.proc-card:nth-child(4) .proc-img-bg {
  background-image: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=600&q=85');
}

/* Gradient overlay — dark at bottom for text legibility */
.proc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20,20,24,0.08) 0%,
    rgba(20,20,24,0.35) 40%,
    rgba(20,20,24,0.92) 100%
  );
  transition: background 0.45s ease;
}
.proc-card:hover .proc-overlay {
  background: linear-gradient(
    180deg,
    rgba(20,20,24,0.05) 0%,
    rgba(20,20,24,0.28) 40%,
    rgba(20,20,24,0.95) 100%
  );
}

/* Content sits at the bottom */
.proc-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 26px 30px;
  z-index: 2;
}

/* Step pill */
.proc-step-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(201,168,67,0.18);
  border: 1px solid rgba(201,168,67,0.38);
  color: var(--gold-light, #e8c84a);
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px 5px 11px;
  border-radius: 30px;
  width: fit-content;
  margin-bottom: 13px;
  backdrop-filter: blur(4px);
}
.proc-step-pill i { font-size: 0.72rem; }

.proc-content h3 {
  font-family: var(--font-heading);
  font-size: 1.22rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.25;
  letter-spacing: 0.3px;
}

.proc-content p {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
  margin: 0 0 18px;
}

/* Tag strip at the bottom */
.proc-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold, #c9a843);
  background: rgba(201,168,67,0.1);
  border: 1px solid rgba(201,168,67,0.28);
  border-radius: 20px;
  padding: 5px 14px;
  width: fit-content;
  letter-spacing: 0.5px;
  backdrop-filter: blur(4px);
}
.proc-tag i { font-size: 0.75rem; }

/* Entrance animation */
.proc-anim {
  opacity: 0;
  transform: translateY(36px) scale(0.97);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.proc-anim.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Responsive */
@media (max-width: 1024px) {
  .process-cards-new { grid-template-columns: repeat(2, 1fr); }
  .proc-card { height: 400px; }
}
@media (max-width: 560px) {
  .process-cards-new { grid-template-columns: 1fr; gap: 16px; }
  .proc-card { height: 340px; }
}

/* ===== FOUNDER / CEO QUOTE SECTION ===== */
.founder-section {
  background: #faf8f2;
  padding: 100px 0 96px;
  position: relative;
  overflow: hidden;
}
/* Large faint gold circle — top right */
.founder-section::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -100px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,67,0.09) 0%, transparent 68%);
  pointer-events: none;
}
/* Faint gold circle — bottom left */
.founder-section::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,67,0.07) 0%, transparent 68%);
  pointer-events: none;
}
.founder-inner {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Photo column */
.founder-img-col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.founder-img-wrap {
  position: relative;
  width: 400px;
  padding-bottom: 48px; /* room for badge */
}

/* ── Circles ── */

/* Circle 1 — large warm filled glow disc (main backdrop, centred on upper-half of image) */
.founder-img-wrap .fc-circle-1 {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle at 44% 40%,
    rgba(244,229,168,0.52) 0%,
    rgba(220,192,110,0.26) 48%,
    rgba(201,168,67,0.07) 72%,
    transparent 88%
  );
  border: 1.5px solid rgba(201,168,67,0.26);
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}

/* Circle 2 — outer concentric ring */
.founder-img-wrap .fc-circle-2 {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,67,0.16);
  background: transparent;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}

/* Circle 3 — outermost very faint ring */
.founder-img-wrap .fc-circle-3 {
  position: absolute;
  width: 510px;
  height: 510px;
  border-radius: 50%;
  border: 0.5px solid rgba(201,168,67,0.09);
  background: transparent;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}

/* Circle 4 — small accent circle top-right */
.founder-img-wrap .fc-circle-4 {
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(201,168,67,0.11);
  border: 1.5px dashed rgba(201,168,67,0.42);
  top: 20px;
  right: -4px;
  z-index: 0;
  pointer-events: none;
}

/* Scattered gold dots */
.founder-img-wrap .fc-dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(201,168,67,0.55);
  z-index: 0;
  pointer-events: none;
}
.founder-img-wrap .fc-dot-1 { width: 9px;  height: 9px;  top: 70px;  left: 14px; }
.founder-img-wrap .fc-dot-2 { width: 5px;  height: 5px;  top: 130px; left: 4px;  opacity: 0.55; }
.founder-img-wrap .fc-dot-3 { width: 7px;  height: 7px;  top: 210px; left: 8px;  opacity: 0.38; }
.founder-img-wrap .fc-dot-4 { width: 6px;  height: 6px;  top: 90px;  right: 8px; }
.founder-img-wrap .fc-dot-5 { width: 10px; height: 10px; top: 280px; right: 4px; opacity: 0.32; }

/* Medium accent dot — bottom left via ::before */
.founder-img-wrap::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(201,168,67,0.1);
  border: 1.5px solid rgba(201,168,67,0.28);
  bottom: 100px;
  left: -6px;
  z-index: 0;
  pointer-events: none;
}

.founder-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 38px rgba(0,0,0,0.09));
  transition: filter 0.5s ease;
}
.founder-img-wrap:hover .founder-photo {
  filter: drop-shadow(0 22px 48px rgba(201,168,67,0.14));
}

/* Badge — inside the wrap, centred at bottom */
.founder-badge {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #c9a843 0%, #e8c84a 50%, #c9a843 100%);
  color: #1a1200;
  font-family: var(--font-body);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 10px 100px;
  border-radius: 30px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
  box-shadow: 0 6px 24px rgba(201,168,67,0.42), 0 2px 6px rgba(0,0,0,0.1);
}
.founder-badge i { font-size: 0.75rem; }

/* Quote column */
.founder-content-col {
  position: relative;
  padding-left: 8px;
}
.founder-quote-icon {
  font-family: Georgia, serif;
  font-size: 10rem;
  line-height: 0.65;
  color: rgba(201,168,67,0.12);
  position: absolute;
  top: -10px;
  left: -12px;
  pointer-events: none;
  user-select: none;
}
.founder-tag {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--gold, #c9a843);
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.founder-tag::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1.5px;
  background: var(--gold, #c9a843);
  opacity: 0.5;
}
.founder-quote {
  font-family: var(--font-body);
  font-size: 1.06rem;
  line-height: 1.9;
  color: #3a3630;
  margin: 0 0 36px;
  border: none;
  padding: 0;
  font-style: normal;
  position: relative;
  z-index: 1;
}
.founder-signature {
  display: flex;
  align-items: center;
  gap: 18px;
}
.founder-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold, #c9a843);
  letter-spacing: 0.8px;
  white-space: nowrap;
}
.founder-sig-line {
  flex: 1;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(201,168,67,0.5), transparent);
  max-width: 200px;
}

/* Entrance animation */
.founder-inner .founder-img-col,
.founder-inner .founder-content-col {
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.founder-inner .founder-img-col { transform: translateX(-40px); }
.founder-inner .founder-content-col { transform: translateX(40px); }
.founder-inner.founder-visible .founder-img-col,
.founder-inner.founder-visible .founder-content-col {
  opacity: 1;
  transform: translateX(0);
}
.founder-inner.founder-visible .founder-content-col {
  transition-delay: 0.2s;
}

/* Responsive */
@media (max-width: 1100px) {
  .founder-inner { grid-template-columns: 340px 1fr; gap: 48px; }
  .founder-img-wrap { width: 340px; }
  .founder-img-wrap .fc-circle-1 { width: 290px; height: 290px; }
  .founder-img-wrap .fc-circle-2 { width: 370px; height: 370px; }
  .founder-img-wrap .fc-circle-3 { width: 440px; height: 440px; }
}
@media (max-width: 860px) {
  .founder-inner { grid-template-columns: 1fr; gap: 56px; }
  .founder-img-col { justify-content: center; }
  .founder-img-wrap { width: 360px; margin: 0 auto; }
  .founder-section { padding: 72px 0 68px; }
}
@media (max-width: 480px) {
  .founder-img-wrap { width: 280px; }
  .founder-img-wrap .fc-circle-1 { width: 230px; height: 230px; top: 35px; }
  .founder-img-wrap .fc-circle-2 { width: 295px; height: 295px; top: -30px; }
  .founder-img-wrap .fc-circle-3 { display: none; }
  .founder-img-wrap .fc-circle-4 { width: 52px; height: 52px; right: -8px; }
  .founder-img-wrap::before { display: none; }
  .founder-quote { font-size: 0.95rem; line-height: 1.8; }
  .founder-quote-icon { font-size: 6rem; }
}
