/* ================================================================
   BRICHWOOD SERVICES — PREMIUM STYLESHEET v2.0
   Fonts: Cormorant Garamond (display) + DM Sans (body)
   Fixed: fonts, radius, weight, floats, form, OG, favicon, map,
          footer links, hero bg fallback, all 22 audit flaws
   ================================================================ */

:root {
  --navy:   #0c1b35;
  --navy2:  #06100f;
  --navy3:  #152a52;
  --teal:   #1e7a96;
  --teal2:  #2999bb;
  --gold:   #c8973a;
  --gold2:  #e6bb6a;
  --cream:  #f7f2e9;
  --cream2: #ede7da;
  --muted:  #5e708a;
  --light:  #f9fafb;
  --border: #dde4ef;
  --white:  #ffffff;
  --radius: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 12px rgba(6,16,31,.07);
  --shadow:    0 8px 36px rgba(6,16,31,.12);
  --shadow-lg: 0 24px 64px rgba(6,16,31,.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  color: var(--navy);
  background: #fff;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', Georgia, serif; line-height: 1.1; }
p { color: var(--muted); }
ul { padding-left: 18px; }

/* ── LAYOUT ── */
.container { width: min(1180px, calc(100% - 36px)); margin: auto; }
section { padding: 88px 0; }
.section-head { max-width: 720px; text-align: center; margin: 0 auto 52px; }
.section-head h2 { font-size: clamp(30px, 3.8vw, 50px); color: var(--navy); margin-bottom: 14px; }
.section-head p { font-size: 16.5px; line-height: 1.8; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'DM Sans', sans-serif; font-size: 11.5px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--teal);
  margin-bottom: 14px;
}
.eyebrow::before { content: ''; display: block; width: 22px; height: 1.5px; background: var(--teal); }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: none; border-radius: var(--radius);
  padding: 14px 26px; font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 600; letter-spacing: .05em;
  cursor: pointer; transition: all .25s; white-space: nowrap;
}
.btn-primary { background: var(--gold); color: #1a0c00; box-shadow: 0 4px 18px rgba(200,151,58,.28); }
.btn-primary:hover { background: var(--gold2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(200,151,58,.38); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy3); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(12,27,53,.28); }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.55); }
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: var(--cream); }
.btn-full { width: 100%; }

/* ── TOPBAR ── */
.topbar {
  background: var(--navy2); color: rgba(255,255,255,.72);
  font-size: 12.5px; font-weight: 500; padding: 9px 0;
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.topbar-info { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-info a { color: rgba(255,255,255,.72); transition: color .2s; display: flex; align-items: center; gap: 5px; }
.topbar-info a:hover { color: var(--gold2); }
.topbar-right { font-size: 12px; font-weight: 600; letter-spacing: .06em; color: var(--gold2); }

/* ── HEADER ── */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.97); backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 rgba(12,27,53,.05);
}
.navbar { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo { width: 50px; height: 50px; object-fit: contain; border-radius: var(--radius); }
.brand-text strong {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-size: 22px; letter-spacing: .1em; color: var(--navy); line-height: 1; font-weight: 700;
}
.brand-text span {
  display: block; font-family: 'DM Sans', sans-serif;
  font-size: 9.5px; font-weight: 600; letter-spacing: .22em;
  color: var(--muted); margin-top: 3px; text-transform: uppercase;
}
.nav-menu { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-menu a {
  font-family: 'DM Sans', sans-serif; font-size: 12.5px; font-weight: 600;
  letter-spacing: .04em; color: var(--muted);
  padding: 7px 10px; border-radius: 5px;
  transition: all .2s; display: block;
}
.nav-menu a:hover, .nav-menu a.active { color: var(--navy); background: var(--cream); }
.menu-toggle {
  display: none; width: 44px; height: 44px;
  border: 1.5px solid var(--border); border-radius: var(--radius);
  background: #fff; cursor: pointer; font-size: 19px;
  align-items: center; justify-content: center; color: var(--navy);
}

/* ── HERO ── */
.hero {
  position: relative; min-height: 90vh; color: #fff; overflow: hidden;
  /* Fully self-contained gradient — zero external image dependency.
     To add a photo: replace background-image below with your own hosted image.
     The gradient always shows as fallback. */
  background-color: var(--navy2);
  background-image:
    linear-gradient(125deg,
      rgba(6,16,31,1) 0%,
      rgba(12,27,53,.96) 35%,
      rgba(21,42,82,.88) 65%,
      rgba(30,122,150,.55) 100%);
}
/* Decorative geometric overlay — premium look without any image */
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 80% 50%, rgba(46,153,187,.18) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(200,151,58,.12) 0%, transparent 60%);
}
.hero > * { position: relative; z-index: 1; }
.hero-inner {
  min-height: 90vh; display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  align-items: center; gap: 52px; padding: 80px 0;
}
.hero-copy { max-width: 680px; }
h1.hero-title {
  font-size: clamp(38px, 5vw, 66px); line-height: 1.05;
  margin-bottom: 20px; font-weight: 600;
}
h1.hero-title em { font-style: italic; color: var(--gold2); }
.hero-sub {
  font-size: 16.5px; color: rgba(255,255,255,.8);
  max-width: 540px; margin-bottom: 34px; line-height: 1.75;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-badge {
  display: inline-flex; gap: 10px; align-items: center;
  padding: 10px 16px; border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08); border-radius: var(--radius);
  font-size: 13px; font-weight: 500; color: rgba(255,255,255,.85);
  backdrop-filter: blur(10px);
}
.hero-badge b { color: var(--gold2); }
.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: rgba(255,255,255,.1);
  margin-top: 46px; border-radius: var(--radius); overflow: hidden;
}
.hero-stat {
  background: rgba(255,255,255,.08); padding: 20px 14px; text-align: center;
  transition: background .2s;
}
.hero-stat:hover { background: rgba(255,255,255,.13); }
.hero-stat strong { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 600; color: #fff; display: block; margin-bottom: 3px; }
.hero-stat span { font-size: 11.5px; color: rgba(255,255,255,.65); font-weight: 500; letter-spacing: .03em; }

/* country quick-link panel */
.hero-panel {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-lg); padding: 26px; backdrop-filter: blur(12px);
}
.hero-panel-title {
  font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold2); margin-bottom: 14px;
}
.hero-country-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.hc-btn {
  display: flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); padding: 12px 13px;
  color: #fff; font-size: 13px; font-weight: 500;
  transition: all .2s; text-decoration: none;
}
.hc-btn:hover { background: rgba(255,255,255,.15); border-color: rgba(200,151,58,.5); color: var(--gold2); }
.hc-flag { font-size: 20px; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  padding: 88px 0; color: #fff; text-align: center;
  background-color: var(--navy2);
  background-image:
    linear-gradient(120deg,
      rgba(6,16,31,1) 0%,
      rgba(21,42,82,.95) 50%,
      rgba(30,122,150,.6) 100%);
  position: relative;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse 70% 70% at 75% 50%, rgba(46,153,187,.15) 0%, transparent 70%);
}
.page-hero > .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(34px, 5vw, 60px); margin-bottom: 14px; }
.page-hero > .container > p { max-width: 760px; margin: 0 auto; color: rgba(255,255,255,.82); font-size: 17px; }
.breadcrumb { font-size: 12px; color: rgba(255,255,255,.5); margin-bottom: 12px; letter-spacing: .04em; }
.breadcrumb a { color: rgba(255,255,255,.5); transition: color .2s; }
.breadcrumb a:hover, .breadcrumb span { color: var(--gold2); }

/* ── ABOUT SECTION ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-visual { position: relative; min-height: 480px; }
.about-main-img {
  width: 80%; height: 420px; object-fit: cover;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
}
.about-accent-img {
  position: absolute; right: 0; bottom: -20px;
  width: 52%; height: 250px; object-fit: cover;
  border-radius: var(--radius); border: 5px solid #fff;
  box-shadow: var(--shadow-lg);
}
.exp-badge {
  position: absolute; top: 24px; right: 4px;
  background: #fff; border-radius: var(--radius);
  padding: 16px 20px; box-shadow: var(--shadow-lg); text-align: center;
}
.exp-badge strong { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 600; color: var(--gold); display: block; line-height: 1; }
.exp-badge span { font-size: 12px; font-weight: 600; color: var(--navy); letter-spacing: .04em; }
.feature-list { display: grid; gap: 12px; margin: 26px 0 32px; }
.feature {
  display: flex; gap: 14px; background: var(--light);
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 16px; transition: all .25s;
}
.feature:hover { border-color: var(--teal2); transform: translateX(3px); }
.check {
  min-width: 36px; height: 36px; border-radius: 50%;
  background: var(--navy); color: var(--gold2);
  font-size: 15px; display: grid; place-items: center; flex-shrink: 0; font-weight: 600;
}
.feature strong { display: block; color: var(--navy); font-family: 'DM Sans', sans-serif; font-size: 14.5px; font-weight: 700; margin-bottom: 3px; }
.feature span { font-size: 13.5px; color: var(--muted); }

/* ── SERVICES GRID ── */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card {
  min-height: 380px; border-radius: var(--radius-lg); position: relative;
  overflow: hidden; color: #fff; box-shadow: var(--shadow);
  background: var(--navy2); display: block;
  transition: transform .35s, box-shadow .35s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service-card img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .5s ease; opacity: .88;
}
.service-card:hover img { transform: scale(1.06); }
.service-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,16,31,.05), rgba(6,16,31,.88));
}
.service-card-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 24px; }
.service-tag {
  display: inline-flex; background: var(--gold); color: #1a0c00;
  padding: 5px 12px; border-radius: 4px; font-size: 11px; font-weight: 700;
  letter-spacing: .06em; margin-bottom: 10px; text-transform: uppercase;
}
.service-card h3 { font-size: 24px; margin-bottom: 8px; }
.service-card p { color: rgba(255,255,255,.78); font-size: 13.5px; line-height: 1.6; }
.card-arrow { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 12px; font-weight: 700; letter-spacing: .05em; color: var(--gold2); transition: gap .2s; }
.service-card:hover .card-arrow { gap: 12px; }

/* ── ALL COUNTRIES GRID (homepage) ── */
.countries-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.country-chip {
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 14px 16px; display: flex; align-items: center; gap: 12px;
  font-size: 14px; font-weight: 600; color: var(--navy);
  transition: all .22s; background: #fff;
}
.country-chip:hover { background: var(--navy); color: #fff; border-color: var(--navy); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.country-chip-flag { font-size: 22px; }
.country-chip-name { font-size: 13.5px; }
.country-chip-arrow { margin-left: auto; color: var(--teal); font-size: 16px; transition: margin .2s; }
.country-chip:hover .country-chip-arrow { margin-left: calc(auto + 4px); color: var(--gold2); }

/* ── STATS BAND ── */
.stats-band {
  color: #fff; padding: 72px 0;
  background-color: var(--navy2);
  background-image:
    linear-gradient(135deg,
      var(--navy2) 0%,
      var(--navy3) 50%,
      rgba(30,122,150,.4) 100%);
  position: relative;
}
.stats-band::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse 60% 80% at 90% 50%, rgba(46,153,187,.12) 0%, transparent 70%);
}
.stats-band .container { position: relative; z-index: 1; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat {
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius); padding: 30px 22px; text-align: center; transition: background .2s;
}
.stat:hover { background: rgba(255,255,255,.14); }
.stat strong { font-family: 'Cormorant Garamond', serif; color: var(--gold2); font-size: 50px; font-weight: 600; display: block; line-height: 1; margin-bottom: 6px; }
.stat span { font-size: 13px; font-weight: 500; color: rgba(255,255,255,.72); }

/* ── COUNTRIES PAGE ── */
.country-layout { display: grid; grid-template-columns: 300px 1fr; gap: 26px; align-items: start; }
.country-sidebar {
  position: sticky; top: 90px;
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px;
  box-shadow: var(--shadow);
}
.country-sidebar h3 { font-size: 22px; color: var(--navy); margin-bottom: 8px; }
.country-sidebar p { font-size: 13.5px; margin-bottom: 18px; }
.select-large {
  width: 100%; height: 48px; border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 0 14px; font-family: inherit;
  font-size: 14px; font-weight: 600; margin-bottom: 14px;
  background: #fff; cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235e708a' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  color: var(--navy);
}
.select-large:focus { outline: none; border-color: var(--teal2); }
.quick-list { display: grid; gap: 7px; margin-top: 16px; }
.quick-list button {
  border: 1px solid var(--border); background: var(--light);
  color: var(--muted); border-radius: var(--radius); padding: 10px 13px;
  font-family: inherit; font-size: 13px; font-weight: 600; text-align: left;
  cursor: pointer; transition: all .2s; display: flex; align-items: center; gap: 8px;
}
.quick-list button.active, .quick-list button:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

/* Country detail panel */
.detail-panel {
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow); background: #fff;
  min-height: 560px;
}
.detail-hero { padding: 40px; color: #fff; background-size: cover; background-position: center; position: relative; }
.detail-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(135deg, rgba(6,16,31,.95), rgba(21,42,82,.8));
}
.detail-hero > * { position: relative; z-index: 1; }
.detail-hero h2 { font-size: clamp(28px, 3.5vw, 46px); margin-bottom: 12px; }
.detail-hero p { color: rgba(255,255,255,.84); max-width: 700px; font-size: 15px; }
.detail-body { padding: 32px; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 18px; }
.detail-card {
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 22px; background: #fff; transition: border-color .2s;
}
.detail-card:hover { border-color: var(--teal2); }
.detail-card h3 { font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.detail-card ul { color: var(--muted); display: grid; gap: 8px; font-size: 14px; }
.note {
  background: #fff8e6; border: 1px solid rgba(200,151,58,.3);
  border-radius: var(--radius); padding: 14px 18px;
  color: #5b3e00; font-size: 13.5px; margin: 14px 0;
}
.note strong { color: #7a5200; }

/* ── PROCESS PAGE ── */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.process-card {
  position: relative; background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px 22px 26px; text-align: center;
  box-shadow: var(--shadow-sm); transition: all .3s;
}
.process-card:hover { border-color: var(--teal2); transform: translateY(-4px); box-shadow: var(--shadow); }
.process-card::before {
  counter-increment: step;
  content: '0' counter(step);
  position: absolute; top: -18px; left: 20px;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: #fff;
  display: grid; place-items: center;
  font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 700;
  border: 4px solid var(--cream2); letter-spacing: .02em;
}
.icon-circle {
  width: 62px; height: 62px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  color: var(--gold2); font-size: 24px;
  display: grid; place-items: center; margin: 0 auto 16px;
}
.process-card h3 { font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.process-card p { font-size: 14px; line-height: 1.7; }

/* timeline (process page) */
.timeline { position: relative; margin: 48px 0; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: var(--border); }
.tl-item { display: grid; grid-template-columns: 1fr 56px 1fr; gap: 0; align-items: start; margin-bottom: 36px; }
.tl-content { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow-sm); }
.tl-content h4 { font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.tl-content p { font-size: 13.5px; }
.tl-left { padding-right: 32px; text-align: right; }
.tl-right { padding-left: 32px; }
.tl-dot {
  width: 44px; height: 44px; border-radius: 50%; background: var(--navy);
  color: #fff; display: grid; place-items: center;
  font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 600;
  margin: 0 auto; border: 4px solid var(--cream2);
}
.tl-empty { }

/* ── VISIT VISA ── */
.visa-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.img-panel {
  border-radius: var(--radius-lg); overflow: hidden; position: relative;
  min-height: 520px; background-size: cover; background-position: center;
  box-shadow: var(--shadow-lg); background-color: var(--navy2);
}
.img-panel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(6,16,31,.7)); }
.img-panel-caption {
  position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px;
  color: #fff; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(10px);
  border-radius: var(--radius); padding: 16px 18px;
}
.img-panel-caption strong { font-family: 'Cormorant Garamond', serif; font-size: 24px; display: block; margin-bottom: 3px; }
.img-panel-caption span { font-size: 13px; color: rgba(255,255,255,.72); }
.points-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0; }
.point-card {
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 16px 17px; background: #fff;
  box-shadow: var(--shadow-sm); transition: border-color .2s;
}
.point-card:hover { border-color: var(--teal2); }
.point-card strong { display: block; color: var(--navy); font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.point-card span { font-size: 13px; color: var(--muted); }

/* ── UAE PAGE ── */
.uae-hero-band {
  background-color: var(--navy2);
  background-image:
    linear-gradient(120deg,
      rgba(0,40,20,.98) 0%,
      rgba(0,75,40,.92) 45%,
      rgba(30,122,150,.5) 100%);
  padding: 80px 0; color: #fff; position: relative;
}
.uae-hero-band::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse 50% 60% at 80% 40%, rgba(46,153,187,.15) 0%, transparent 65%);
}
.uae-hero-band .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center; }
.uae-hero-band h2 { color: #fff; font-size: clamp(30px, 4vw, 52px); margin-bottom: 16px; }
.uae-hero-band p { color: rgba(255,255,255,.78); font-size: 15.5px; line-height: 1.8; margin-bottom: 26px; }
.uae-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.uae-tag {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16);
  border-radius: 4px; padding: 7px 14px;
  font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.85);
}
.uae-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.uae-service-card {
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 28px 24px; background: #fff; box-shadow: var(--shadow-sm); transition: all .3s;
}
.uae-service-card:hover { border-color: var(--teal2); transform: translateY(-4px); box-shadow: var(--shadow); }
.uae-icon { font-size: 30px; margin-bottom: 14px; }
.uae-service-card h3 { font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.uae-service-card p { font-size: 14px; }
.uae-process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 28px; counter-reset: uae-step; }
.uae-step {
  background: var(--cream); border: 1px solid var(--cream2); border-radius: var(--radius);
  padding: 24px 18px; position: relative; text-align: center;
}
.uae-step::before {
  counter-increment: uae-step;
  content: '0' counter(uae-step);
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--navy); color: #fff;
  display: grid; place-items: center;
  font-size: 12px; font-weight: 700; font-family: 'DM Sans', sans-serif;
  border: 3px solid #fff;
}
.uae-step h4 { font-family: 'DM Sans', sans-serif; font-size: 14.5px; font-weight: 700; color: var(--navy); margin: 8px 0 7px; }
.uae-step p { font-size: 13px; }
.uae-form-band { background: var(--cream); padding: 72px 0; }

/* ── CONTACT PAGE ── */
.contact-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 28px; align-items: start; }
.contact-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 32px;
}
.contact-card h3 { font-family: 'DM Sans', sans-serif; font-size: 24px; font-weight: 700; color: var(--navy); margin-bottom: 20px; }
.contact-item { display: flex; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--border); }
.contact-item:last-child { border-bottom: none; }
.c-icon {
  width: 42px; height: 42px; border-radius: var(--radius);
  background: var(--navy); color: var(--gold2);
  font-size: 18px; display: grid; place-items: center; flex-shrink: 0;
}
.contact-item h4 { font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; }
.contact-item p, .contact-item a { font-size: 14.5px; color: var(--navy); display: block; line-height: 1.65; }
.contact-item a:hover { color: var(--teal2); }
.hours-card { background: var(--navy); border-radius: var(--radius); padding: 18px 20px; margin-top: 18px; }
.hours-card h4 { font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold2); margin-bottom: 9px; }
.hours-card p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.8; }
.map-embed { margin-top: 18px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
.map-embed iframe { display: block; width: 100%; height: 200px; border: none; }

/* ── FORM CARD ── */
.form-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 32px;
}
.form-card h3 { font-family: 'DM Sans', sans-serif; font-size: 24px; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.form-card > p { font-size: 14px; margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 14px; }
.form-group label {
  display: block; font-size: 11px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px;
}
input, select, textarea {
  width: 100%; border: 1.5px solid var(--border); border-radius: var(--radius);
  padding: 12px 14px; font-family: inherit; font-size: 14px; font-weight: 500;
  color: var(--navy); background: #fff; outline: none;
  transition: border-color .2s, box-shadow .2s;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--teal2);
  box-shadow: 0 0 0 3px rgba(41,153,187,.1);
}
input::placeholder, textarea::placeholder { color: #b4bdcc; }
textarea { min-height: 115px; resize: vertical; }
select {
  appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235e708a' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 13px center; background-color: #fff;
}
/* Real success message — no developer instructions */
.form-success {
  display: none; margin-top: 14px; padding: 14px 18px;
  background: #ecfdf5; border: 1px solid #6ee7b7;
  border-radius: var(--radius); font-size: 14px; font-weight: 600;
  color: #065f46; text-align: center;
}

/* ── GALLERY ── */
.gallery-grid { display: grid; grid-template-columns: 1.15fr .9fr .9fr; gap: 16px; }
.gallery-tile {
  min-height: 300px; border-radius: var(--radius-lg);
  background-size: cover; background-position: center; background-color: var(--navy2);
  position: relative; overflow: hidden; box-shadow: var(--shadow);
  transition: transform .35s;
}
.gallery-tile:hover { transform: scale(1.02); }
.gallery-tile.large { min-height: 480px; grid-row: span 2; }
.gallery-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,16,31,.04), rgba(6,16,31,.68)); }
.gallery-caption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; color: #fff; }
.gallery-caption strong { font-family: 'Cormorant Garamond', serif; font-size: 24px; display: block; margin-bottom: 3px; }
.gallery-caption span { font-size: 13px; color: rgba(255,255,255,.72); }

/* ── DARK CTA BAND ── */
.dark-band { background: var(--navy); padding: 72px 0; color: #fff; }
.dark-band h2 { color: #fff; font-size: clamp(28px, 3.5vw, 46px); margin-bottom: 12px; }
.dark-band p { color: rgba(255,255,255,.7); font-size: 16px; margin-bottom: 28px; }

/* ── FOOTER ── */
footer { background: var(--navy2); color: #fff; padding: 64px 0 28px; }
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 28px;
}
.footer-brand-row { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.footer-logo { width: 44px; height: 44px; object-fit: contain; border-radius: 7px; background: #fff; padding: 4px; }
.footer-brand-row strong { font-family: 'Cormorant Garamond', serif; font-size: 20px; letter-spacing: .1em; font-weight: 700; }
.footer-desc { color: rgba(255,255,255,.52); font-size: 13.5px; line-height: 1.8; margin-bottom: 18px; }
.footer-social { display: flex; gap: 8px; }
.social-btn {
  width: 34px; height: 34px; border-radius: var(--radius);
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1);
  display: grid; place-items:  center; font-size: 15px;
  color: #fff; transition: all .2s;
}
.social-btn:hover { background: var(--gold); border-color: var(--gold); }
.footer-col h4 {
  font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold2); margin-bottom: 16px;
}
.footer-col ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.footer-col ul li a { font-size: 13.5px; color: rgba(255,255,255,.52); transition: color .2s; }
.footer-col ul li a:hover { color: var(--gold2); }
/* ALL footer contact links are clickable (fix for flaw #17) */
.footer-contact { display: grid; gap: 10px; }
.footer-contact a {
  font-size: 13.5px; color: rgba(255,255,255,.52);
  display: flex; align-items: flex-start; gap: 8px; transition: color .2s; line-height: 1.5;
}
.footer-contact a:hover { color: var(--gold2); }
.copyright { text-align: center; font-size: 12.5px; color: rgba(255,255,255,.32); }

/* ── FLOATING ACTIONS (right side — fix for flaw #15) ── */
.floating-actions {
  position: fixed; right: 18px; bottom: 22px; z-index: 200;
  display: flex; flex-direction: column; gap: 10px; align-items: flex-end;
}
.float-btn {
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  font-size: 22px; box-shadow: 0 6px 20px rgba(0,0,0,.22);
  transition: transform .2s, box-shadow .2s; text-decoration: none;
  position: relative;
}
.float-btn:hover { transform: scale(1.1); box-shadow: 0 10px 28px rgba(0,0,0,.3); }
.fb-call { background: #0ea5e9; }
.fb-whatsapp { background: #25d366; }
.fb-top { background: var(--navy); border: 1px solid rgba(255,255,255,.15); font-size: 18px; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr 340px; gap: 36px; }
  .hero-panel { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .country-layout { grid-template-columns: 1fr; }
  .country-sidebar { position: static; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { display: none; }
  .countries-strip { grid-template-columns: repeat(2, 1fr); }
  .uae-hero-band .container { grid-template-columns: 1fr; }
  .uae-services-grid { grid-template-columns: repeat(2, 1fr); }
  .uae-process-steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .topbar { display: none; }
  .menu-toggle { display: grid; }
  .nav-menu {
    position: fixed; left: 14px; right: 14px; top: 86px;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border: 1px solid var(--border);
    border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 10px; z-index: 200;
  }
  .nav-menu.open { display: flex; }
  .nav-menu a { padding: 13px 14px; border-radius: var(--radius); font-size: 14px; }
  .desktop-cta { display: none !important; }
  .hero-inner { grid-template-columns: 1fr; padding: 56px 0; min-height: auto; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .visa-layout, .contact-layout { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-tile.large { min-height: 380px; }
  .uae-services-grid { grid-template-columns: 1fr; }
  .uae-process-steps { grid-template-columns: 1fr 1fr; }
  .timeline::before { display: none; }
  .tl-item { grid-template-columns: 48px 1fr; }
  .tl-left { display: none; }
  .tl-right { padding-left: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .floating-actions { right: 14px; bottom: 16px; }
}
@media (max-width: 560px) {
  section { padding: 60px 0; }
  .hero-inner { padding: 48px 0; }
  h1.hero-title { font-size: 36px; }
  .hero-sub { font-size: 15.5px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .uae-process-steps { grid-template-columns: 1fr; }
  .uae-services-grid { grid-template-columns: 1fr; }
  .countries-strip { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
  .points-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 60px 0; }
  .contact-layout { grid-template-columns: 1fr; }
  .float-btn { width: 48px; height: 48px; font-size: 20px; }
}
@media (max-width: 380px) {
  .countries-strip { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .brand-text strong { font-size: 19px; }
}

/* ================================================================
   v3.0 ADDITIONS — audit fixes
   ================================================================ */

/* Screen-reader only utility (accessibility) */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Service card image replaced with gradient + emoji */
.service-card-img-bg {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  transition: transform .5s ease;
}
.service-card:hover .service-card-img-bg { transform: scale(1.06); }
.service-emoji {
  font-size: 72px;
  filter: drop-shadow(0 4px 20px rgba(0,0,0,.4));
  opacity: .85;
  transition: transform .4s ease, opacity .3s;
}
.service-card:hover .service-emoji { transform: scale(1.12); opacity: 1; }

/* Gallery tile gradient fallback when no bg image */
.gallery-tile { background-color: var(--navy2); }

/* img-panel gradient fallback */
.img-panel { background-color: var(--navy2); }

/* Detail hero gradient fallback */
.detail-hero { background: linear-gradient(135deg,var(--navy2),var(--navy3)); }

/* ================================================================
   v4.0 — additions for premium content overrides
   ================================================================ */
:root {
  --gold-premium: var(--gold2);
  --cream-soft: var(--cream);
  --navy-mid: var(--navy3);
  --muted-silver: rgba(255,255,255,.72);
  --border-glass: rgba(255,255,255,.16);
}

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

/* Welcome overlay */
#welcome-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: linear-gradient(135deg, var(--navy2), var(--navy));
  display: grid; place-items: center; color: #fff;
  transition: opacity .8s ease, visibility .8s;
}
#welcome-overlay.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.welcome-content { text-align: center; animation: fadeUp 1s ease; }
.welcome-logo { width: 96px; height: 96px; border-radius: 12px; margin: 0 auto 24px; object-fit: contain; background: #fff; padding: 6px; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

/* Hero quick-enquiry form card */
.hero-form-card {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-lg); padding: 26px; backdrop-filter: blur(14px);
  color: #fff;
}
.hero-form-card h3 { font-family: 'Cormorant Garamond', serif; color: #fff; font-size: 26px; margin-bottom: 16px; }
.hero-form-group { margin-bottom: 12px; }
.hero-form-group label { display:block; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold2); margin-bottom: 6px; }
.hero-form-card input, .hero-form-card select {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); color: #fff;
}
.hero-form-card input::placeholder { color: rgba(255,255,255,.5); }
.hero-form-card select option { color: var(--navy); }

/* Trust band dark */
.trust-band-dark {
  background-color: var(--navy2); color: #fff; padding: 88px 0;
  background-image: linear-gradient(135deg, var(--navy2), var(--navy3) 70%, rgba(30,122,150,.4));
}
.trust-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); padding: 28px 18px; text-align: center;
  transition: background .25s, transform .25s;
}
.value-card:hover { background: rgba(255,255,255,.12); transform: translateY(-4px); }
.value-card strong {
  display: block; font-family: 'Cormorant Garamond', serif; font-size: 30px;
  color: var(--gold2); letter-spacing: .06em; margin-bottom: 6px;
}
.value-card span { font-size: 13px; color: rgba(255,255,255,.7); letter-spacing: .04em; }

/* Guidance + Integrity grids (3 or 4 cards) */
.trust-guidance-grid, .integrity-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.integrity-grid { grid-template-columns: repeat(3, 1fr); }
.guidance-card, .integrity-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 26px; box-shadow: var(--shadow-sm); transition: all .3s;
}
.guidance-card:hover, .integrity-card:hover { border-color: var(--teal2); transform: translateY(-4px); box-shadow: var(--shadow); }
.guidance-card h4, .integrity-card h4 {
  font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 700;
  color: var(--navy); margin-bottom: 10px;
}
.guidance-card p, .integrity-card p { font-size: 14px; line-height: 1.7; }

/* Testimonials */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 28px; box-shadow: var(--shadow-sm); transition: all .3s;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.testimonial-stars { color: var(--gold); font-size: 16px; letter-spacing: .15em; margin-bottom: 12px; }
.testimonial-card p { font-style: italic; color: var(--navy); font-size: 14.5px; line-height: 1.7; margin-bottom: 18px; }
.testimonial-user strong { font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 700; color: var(--navy); display: block; }
.testimonial-user span { font-size: 12.5px; color: var(--muted); }

/* Country static panels */
.country-static-panel { display: block; }
.country-static-panel + .country-static-panel { display: none; }

/* Hero with form layout */
.hero-form-card { width: 100%; max-width: 400px; }

@media (max-width: 1100px) {
  .trust-values-grid, .trust-guidance-grid { grid-template-columns: repeat(2, 1fr); }
  .integrity-grid, .testimonials-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .trust-values-grid, .trust-guidance-grid { grid-template-columns: 1fr; }
}

/* ================================================================
   v5.0 — FAQ accordion, stats counters, info bands, CTA blocks
   ================================================================ */

/* FAQ Accordion */
.faq-list { display: grid; gap: 12px; max-width: 880px; margin: 0 auto; }
.faq-item {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; transition: all .25s; box-shadow: var(--shadow-sm);
}
.faq-item:hover { border-color: var(--teal2); }
.faq-item.open { box-shadow: var(--shadow); border-color: var(--gold); }
.faq-q {
  width: 100%; background: transparent; border: 0; cursor: pointer;
  padding: 20px 24px; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; font-family: 'DM Sans', sans-serif; font-size: 15.5px; font-weight: 600;
  color: var(--navy); text-align: left;
}
.faq-q::after {
  content: '+'; flex-shrink: 0; width: 32px; height: 32px;
  display: grid; place-items: center; border-radius: 50%;
  background: var(--cream); color: var(--navy); font-size: 22px; font-weight: 400;
  transition: transform .3s, background .25s, color .25s;
}
.faq-item.open .faq-q::after { content: '−'; background: var(--gold); color: #fff; transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .25s;
  padding: 0 24px;
}
.faq-item.open .faq-a { max-height: 500px; padding: 0 24px 22px; }
.faq-a p { font-size: 14.5px; line-height: 1.75; color: var(--muted); }
.faq-a p + p { margin-top: 10px; }

/* Stat counters band (lighter, on white) */
.kpi-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  padding: 56px 36px; background: linear-gradient(135deg, var(--cream), #fff);
  border-radius: var(--radius-lg); border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.kpi { text-align: center; }
.kpi strong {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-size: 54px; font-weight: 600; color: var(--gold); line-height: 1; margin-bottom: 8px;
}
.kpi span { font-size: 13px; color: var(--muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }

/* CTA Band */
.cta-band {
  background: linear-gradient(135deg, var(--navy2) 0%, var(--navy3) 100%);
  color: #fff; padding: 72px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 0%, rgba(200,151,58,.18), transparent 70%);
}
.cta-band > .container { position: relative; z-index: 1; }
.cta-band h2 { font-size: clamp(30px, 4vw, 46px); color: #fff; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,.78); font-size: 16px; max-width: 640px; margin: 0 auto 28px; }
.cta-band-actions { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* Two-column info row */
.info-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.info-row.reverse { direction: rtl; }
.info-row.reverse > * { direction: ltr; }
.info-img {
  border-radius: var(--radius-lg); height: 380px;
  box-shadow: var(--shadow-lg); background-size: cover; background-position: center;
}
.info-row h2 { font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 14px; color: var(--navy); }
.info-row .check-list { list-style: none; padding: 0; display: grid; gap: 10px; margin: 18px 0 24px; }
.info-row .check-list li {
  padding-left: 32px; position: relative; font-size: 14.5px; color: var(--navy); line-height: 1.6;
}
.info-row .check-list li::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  width: 22px; height: 22px; border-radius: 50%; background: var(--gold);
  color: #fff; display: grid; place-items: center; font-size: 12px; font-weight: 700;
}

/* Tabs (interactive) */
.tabs {
  display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 32px;
}
.tab-btn {
  padding: 10px 22px; border-radius: 999px; border: 1.5px solid var(--border);
  background: #fff; cursor: pointer; font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 600; color: var(--muted); transition: all .2s;
}
.tab-btn:hover { border-color: var(--teal2); color: var(--navy); }
.tab-btn.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.tab-panel { display: none; animation: fadeUp .4s ease; }
.tab-panel.active { display: block; }

/* Process timeline (vertical) */
.timeline-v { position: relative; max-width: 820px; margin: 0 auto; padding-left: 40px; }
.timeline-v::before {
  content: ''; position: absolute; left: 14px; top: 8px; bottom: 8px;
  width: 2px; background: linear-gradient(var(--gold), var(--teal2));
}
.tlv-item { position: relative; padding: 0 0 36px 32px; }
.tlv-item::before {
  content: counter(tl); counter-increment: tl;
  position: absolute; left: -40px; top: -2px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--navy); color: var(--gold2);
  display: grid; place-items: center;
  font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 600;
  border: 3px solid #fff; box-shadow: 0 0 0 2px var(--gold);
}
.timeline-v { counter-reset: tl; }
.tlv-item h4 { font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.tlv-item p { font-size: 14.5px; line-height: 1.7; }

/* Country quick info table */
.country-meta {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin: 22px 0;
}
.cm-cell {
  background: var(--cream); border-radius: var(--radius); padding: 14px 16px;
}
.cm-cell strong { display: block; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.cm-cell span { font-size: 14px; color: var(--navy); font-weight: 600; }

@media (max-width: 1100px) {
  .kpi-strip { grid-template-columns: repeat(2, 1fr); }
  .info-row { grid-template-columns: 1fr; }
  .info-img { height: 260px; }
  .country-meta { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .kpi-strip { grid-template-columns: 1fr; padding: 36px 20px; }
  .country-meta { grid-template-columns: 1fr; }
}
