:root {
  --navy: #0a1628;
  --navy-mid: #0f2340;
  --navy-light: #1a3a5c;
  --gold: #c9a84c;
  --gold-light: #dfc070;
  --gold-dim: rgba(201, 168, 76, 0.15);
  --cream: #f5f0e8;
  --cream-dark: #e8e0d0;
  --white: #ffffff;
  --text-primary: #1a1a2e;
  --text-secondary: #4a5568;
  --text-muted: #718096;
  --border: rgba(201, 168, 76, 0.2);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--cream);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 22, 40, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.nav-brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 36px; height: 36px;
  background: var(--gold);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700; font-size: 14px;
  color: var(--navy);
}
.brand-mark--sm { width: 28px; height: 28px; font-size: 11px; }
.brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 600;
  color: var(--white);
  letter-spacing: -0.01em;
}
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold-light); }
.nav-cta {
  background: var(--gold);
  color: var(--navy) !important;
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 600 !important;
}
.nav-cta:hover { background: var(--gold-light); }

/* HERO */
.hero {
  background: var(--navy);
  color: var(--white);
  padding: 5rem 2rem 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  min-height: 70vh;
}
.hero-badge {
  display: inline-block;
  background: var(--gold-dim);
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: var(--white);
}
.hero-lede {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 2.5rem;
}
.hero-actions { display: flex; gap: 1rem; align-items: center; }
.btn-primary {
  background: var(--gold);
  color: var(--navy);
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.2s;
  display: inline-block;
}
.btn-primary:hover { background: var(--gold-light); }
.btn-primary--large { padding: 14px 36px; font-size: 16px; }
.btn-ghost {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  transition: color 0.2s;
}
.btn-ghost:hover { color: var(--white); }
.btn-whatsapp {
  background: #25D366;
  color: white;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
}
.hero-visual { display: flex; align-items: center; justify-content: center; }
.uae-silhouette { color: var(--gold); opacity: 0.9; }
.uae-silhouette svg { width: 100%; max-width: 400px; }

/* STATS */
.stats {
  background: var(--navy-mid);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 2rem;
}
.stats-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stat { text-align: center; }
.stat-value {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 4px;
}
.stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.stat-divider {
  width: 1px;
  height: 48px;
  background: var(--border);
}

/* SECTION SHARED */
.section-header { text-align: center; max-width: 620px; margin: 0 auto 3.5rem; }
.section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.section-sub { font-size: 1rem; color: var(--text-secondary); }

/* SERVICES */
.services { padding: 5rem 2rem; background: var(--cream); }
.services-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: 12px;
  padding: 2.25rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.service-card:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(10,22,40,0.08); }
.service-card--featured {
  background: var(--navy);
  border-color: var(--navy);
  grid-column: span 1;
}
.service-card--featured .card-title,
.service-card--featured .card-desc,
.service-card--featured .card-features li { color: var(--white); }
.service-card--featured .card-desc { color: rgba(255,255,255,0.7); }
.service-card--featured .card-features li::before { background: var(--gold); }
.service-card--featured .card-link { color: var(--gold-light); }
.service-card--featured .card-link:hover { color: var(--white); }
.service-card--asia { background: linear-gradient(135deg, #0a1628 0%, #0f2340 100%); border-color: var(--navy); }
.service-card--asia .card-title, .service-card--asia .card-desc, .service-card--asia .card-features li { color: var(--white); }
.service-card--asia .card-desc { color: rgba(255,255,255,0.7); }
.service-card--asia .card-features li::before { background: var(--gold); }
.service-card--asia .card-link { color: var(--gold-light); }
.card-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--gold-dim);
  color: var(--gold);
  border: 1px solid var(--gold);
  margin-bottom: 1rem;
}
.card-tag--alt { background: transparent; color: var(--text-muted); border-color: var(--cream-dark); }
.card-tag--asia { background: rgba(201,168,76,0.2); color: var(--gold-light); border-color: var(--gold); }
.card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.card-desc { font-size: 14px; color: var(--text-secondary); line-height: 1.6; margin-bottom: 1.25rem; }
.card-features { list-style: none; margin-bottom: 1.5rem; }
.card-features li {
  font-size: 13px;
  color: var(--text-primary);
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.card-features li::before {
  content: '';
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.card-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s;
}
.card-link:hover { gap: 8px; }

/* PROCESS */
.process { padding: 5rem 2rem; background: var(--white); }
.process-steps {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.step { flex: 1; text-align: center; }
.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 1rem;
  display: block;
}
.step-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.step-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.6; padding: 0 0.5rem; margin-bottom: 0.75rem; }
.step-duration {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.05em;
  background: var(--gold-dim);
  padding: 3px 10px;
  border-radius: 20px;
}
.step-connector {
  width: 48px;
  flex-shrink: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin-top: 2rem;
  align-self: flex-start;
}

/* OUTCOMES */
.outcomes { padding: 5rem 2rem; background: var(--cream); }
.outcomes-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; align-items: start; }
.outcomes-left { position: sticky; top: 80px; }
.outcomes-left .section-header { text-align: left; margin-bottom: 0; }
.outcomes-sub { font-size: 15px; color: var(--text-secondary); line-height: 1.7; }
.outcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.outcome {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: 10px;
  padding: 1.5rem;
}
.outcome-metric {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 0.25rem;
}
.outcome-title { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 0.4rem; }
.outcome-desc { font-size: 12px; color: var(--text-secondary); line-height: 1.5; }

/* TESTIMONIALS */
.testimonials { padding: 5rem 2rem; background: var(--navy); }
.testimonials .section-header { margin-bottom: 3rem; }
.testimonials .section-tag { color: var(--gold-light); }
.testimonials .section-title { color: var(--white); }
.testimonials-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.testimonial {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 2rem;
}
.testimonial-quote {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-style: italic;
  border-left: 2px solid var(--gold);
  padding-left: 1rem;
}
.testimonial-author { display: flex; flex-direction: column; gap: 2px; }
.author-name { font-size: 14px; font-weight: 600; color: var(--white); }
.author-role { font-size: 12px; color: rgba(255,255,255,0.5); }
.author-route { font-size: 11px; color: var(--gold); font-weight: 500; margin-top: 2px; }

/* CLOSING */
.closing {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  padding: 6rem 2rem;
  text-align: center;
}
.closing-inner { max-width: 600px; margin: 0 auto; }
.closing-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}
.closing-sub { font-size: 1rem; color: rgba(255,255,255,0.7); margin-bottom: 2.5rem; line-height: 1.6; }
.closing-actions { display: flex; gap: 1rem; justify-content: center; align-items: center; margin-bottom: 1.5rem; flex-wrap: wrap; }
.closing-note { font-size: 13px; color: rgba(255,255,255,0.4); }

/* FOOTER */
.footer { background: var(--navy); color: var(--white); padding: 3rem 2rem 1.5rem; }
.footer-top { max-width: 1100px; margin: 0 auto; display: flex; gap: 4rem; justify-content: space-between; margin-bottom: 2.5rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; }
.footer-brand-tagline { font-size: 12px; color: rgba(255,255,255,0.4); }
.footer-links { display: flex; gap: 3rem; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col-title { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 1.5rem 2rem; }
  .hero-visual { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .process-steps { flex-direction: column; gap: 1.5rem; }
  .step-connector { width: 40px; height: 2px; margin: 0.5rem auto; background: linear-gradient(90deg, var(--gold), transparent); }
  .outcomes-grid { grid-template-columns: 1fr; }
  .outcomes-left { position: static; }
  .outcomes-left .section-header { text-align: center; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .stats-inner { flex-wrap: wrap; gap: 2rem; justify-content: center; }
  .stat-divider { display: none; }
  .footer-top { flex-direction: column; gap: 2rem; }
  .footer-links { flex-wrap: wrap; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
  .nav-links { display: none; }
  .closing-actions { flex-direction: column; }
  .outcome-grid { grid-template-columns: 1fr; }
}