/* ═══════════════════════════════════════════════════════════
   ProGroup TZ — 4 Full UI Themes (not just colors)
   ▸ Industrial (default): light body + dark navy + amber · Sora
   ▸ Executive:  full dark luxury + gold · Sora
   ▸ Corporate:  all-light clean + blue · sharp corners · IBM Plex
   ▸ Emerald:    warm modern + green · pill shapes · Manrope
═══════════════════════════════════════════════════════════ */

:root {
  /* Accent — PRGRUP brand green (legacy var names kept — SVGs reference them) */
  --amber-600: #157A42;
  --amber-500: #1B9E56;
  --amber-400: #3FCB7E;
  --amber-100: #D9F4E5;
  --on-accent: #FFFFFF;
  --logo-dark: #123B2A;

  /* Surfaces & lines */
  --body-bg: #FFFFFF;
  --surface: #FFFFFF;
  --surface-alt: #F6F8FB;
  --line: #E4E9F1;
  --nav-bg: rgba(255, 255, 255, .95);

  /* Text on light */
  --heading: #0B1524;
  --text: #45536B;
  --muted: #7C8AA0;

  /* Dark / contrast sections (hero, about, testimonials) */
  --dark: #0B1524;
  --dark-2: #101E33;   /* cards on dark */
  --dark-3: #060B14;   /* topbar, footer */
  --band-a: #101E33;   /* division band 1, why-icons, active tabs */
  --band-c: #060B14;   /* division band 3 */

  /* Text inside contrast sections */
  --s2-head: #FFFFFF;
  --s2-text: #C8D3E4;
  --s2-mute: #7C8AA0;
  --s2-line: rgba(255, 255, 255, .12);
  --s2-card-line: rgba(255, 255, 255, .08);

  /* Hero artwork */
  --grid-line: rgba(255, 255, 255, .05);
  --road: rgba(255, 255, 255, .25);
  --hero-chip: var(--amber-400);

  /* Shape & type personality */
  --radius: 14px;
  --radius-lg: 20px;
  --radius-btn: 10px;
  --font-display: 'Sora', sans-serif;
  --font-body: 'Inter', sans-serif;

  --shadow-sm: 0 1px 3px rgba(11, 21, 36, .07);
  --shadow-md: 0 6px 18px rgba(11, 21, 36, .08);
  --shadow-lg: 0 14px 34px rgba(11, 21, 36, .12);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ── THEME: Executive — full dark, gold, luxury ────────── */
:root[data-theme="executive"] {
  --amber-600: #CA8A04;
  --amber-500: #EAB308;
  --amber-400: #FACC15;
  --amber-100: #3A2E0F;
  --on-accent: #171204;

  --body-bg: #0A101C;
  --surface: #101A2C;
  --surface-alt: #0D1524;
  --line: #1E2C44;
  --nav-bg: rgba(10, 16, 28, .92);

  --heading: #F1F5FB;
  --text: #9FB0C8;
  --muted: #64748B;

  --dark: #060B14;
  --dark-2: #101A2C;
  --dark-3: #04070D;
  --band-a: #1A2740;
  --band-c: #04070D;

  --grid-line: rgba(234, 179, 8, .05);

  --radius: 14px;
  --radius-lg: 18px;
  --radius-btn: 8px;
}

/* ── THEME: Corporate — all light, blue, sharp, plain ──── */
:root[data-theme="corporate"] {
  --amber-600: #1E40AF;
  --amber-500: #1D4ED8;
  --amber-400: #3B82F6;
  --amber-100: #DBEAFE;
  --on-accent: #FFFFFF;

  --body-bg: #FFFFFF;
  --surface: #FFFFFF;
  --surface-alt: #F3F6FA;
  --line: #DFE6EF;
  --nav-bg: rgba(255, 255, 255, .97);

  --heading: #101828;
  --text: #475467;
  --muted: #98A2B3;

  /* contrast sections become LIGHT grey — dark text */
  --dark: #EDF1F7;
  --dark-2: #FFFFFF;
  --dark-3: #0F1728;          /* footer stays dark for grounding */
  --band-a: #1E3A8A;
  --band-c: #0F1728;

  --s2-head: #101828;
  --s2-text: #475467;
  --s2-mute: #98A2B3;
  --s2-line: rgba(16, 24, 40, .14);
  --s2-card-line: #DFE6EF;

  --grid-line: rgba(16, 24, 40, .05);
  --road: rgba(16, 24, 40, .3);
  --hero-chip: var(--amber-600);

  --radius: 8px;
  --radius-lg: 10px;
  --radius-btn: 6px;
  --font-display: 'IBM Plex Sans', sans-serif;
}

/* ── THEME: Emerald — warm, rounded, friendly modern ───── */
:root[data-theme="emerald"] {
  --amber-600: #047857;
  --amber-500: #059669;
  --amber-400: #34D399;
  --amber-100: #D1FAE5;
  --on-accent: #FFFFFF;

  --body-bg: #FBFBF7;
  --surface: #FFFFFF;
  --surface-alt: #F1F5F0;
  --line: #E2E8E0;
  --nav-bg: rgba(251, 251, 247, .95);

  --heading: #0C1F17;
  --text: #3F544B;
  --muted: #7C8B84;

  --dark: #07231B;
  --dark-2: #0C3327;
  --dark-3: #041711;
  --band-a: #0C3327;
  --band-c: #041711;

  --s2-text: #BFD9CD;
  --s2-mute: #7FA695;

  --grid-line: rgba(52, 211, 153, .06);

  --radius: 22px;
  --radius-lg: 28px;
  --radius-btn: 999px;
  --font-display: 'Manrope', sans-serif;
}

/* ── THEME: Lime — black, grey & lime green (fleet look) ── */
:root[data-theme="lime"] {
  --amber-600: #6FA33F;
  --amber-500: #8CC15B;
  --amber-400: #A8D97E;
  --amber-100: #26301B;
  --on-accent: #0B1400;
  --logo-dark: #101210;

  --body-bg: #0B0D10;
  --surface: #14171B;
  --surface-alt: #101317;
  --line: #232830;
  --nav-bg: rgba(11, 13, 16, .92);

  --heading: #F2F4F1;
  --text: #A9B2AE;
  --muted: #8E9595;

  --dark: #000009;
  --dark-2: #14171B;
  --dark-3: #000005;
  --band-a: #1B2026;
  --band-c: #000009;

  --grid-line: rgba(140, 193, 91, .05);

  --radius: 14px;
  --radius-lg: 18px;
  --radius-btn: 10px;
}

/* ── THEME: Crimson — red, black & white ───────────────── */
:root[data-theme="crimson"] {
  --amber-600: #B91C1C;
  --amber-500: #DC2626;
  --amber-400: #F87171;
  --amber-100: #FEE2E2;
  --on-accent: #FFFFFF;
  --logo-dark: #111114;

  --body-bg: #FFFFFF;
  --surface: #FFFFFF;
  --surface-alt: #F7F7F8;
  --line: #E8E8EA;
  --nav-bg: rgba(255, 255, 255, .96);

  --heading: #101014;
  --text: #4B4B55;
  --muted: #9A9AA3;

  --dark: #0D0D0F;
  --dark-2: #1A1A1E;
  --dark-3: #060608;
  --band-a: #1A1A1E;
  --band-c: #060608;

  --grid-line: rgba(255, 255, 255, .05);

  --radius: 12px;
  --radius-lg: 16px;
  --radius-btn: 8px;
}

/* ── Reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--body-bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { font: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--heading);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.02em;
}

.container { width: min(1200px, 92%); margin-inline: auto; }
.text-amber { color: var(--amber-500); }
.hero .text-amber, .section--dark .text-amber { color: var(--amber-400); }
:root[data-theme="corporate"] .hero .text-amber,
:root[data-theme="corporate"] .section--dark .text-amber { color: var(--amber-500); }
.text-dark-amber { color: var(--on-accent); opacity: .8; }

/* Generic inline icon sizing */
.topbar svg, .btn svg, .division__list svg, .division__link svg,
.cinfo__item svg, .socials svg, .apoint svg, .nav__cta svg, .emails h4 svg {
  width: 18px; height: 18px; flex: none;
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}

/* ── Buttons ───────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  padding: 13px 26px; border-radius: var(--radius-btn);
  transition: transform .25s var(--ease), background .25s, border-color .25s, color .25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--lg { padding: 15px 30px; font-size: 16px; }
.btn--full { width: 100%; justify-content: center; }
.btn--amber { background: var(--amber-500); color: var(--on-accent); }
.btn--amber:hover { background: var(--amber-600); }
.btn--ghost { color: var(--s2-head); border: 1.5px solid var(--s2-line); }
.btn--ghost:hover { border-color: var(--amber-500); color: var(--amber-500); }
.btn--dark { background: var(--dark-3); color: #fff; }
.btn--dark:hover { background: #000; }
.btn--outline-dark { border: 2px solid var(--on-accent); color: var(--on-accent); }
.btn--outline-dark:hover { background: var(--on-accent); color: var(--amber-600); }

/* ── Topbar (always dark) ──────────────────────────────── */
.topbar { background: var(--dark-3); color: #C8D3E4; font-size: 13px; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; gap: 16px; }
.topbar__group { display: flex; align-items: center; gap: 22px; }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; }
.topbar__item svg { width: 15px; height: 15px; stroke: var(--amber-500); }
a.topbar__item:hover { color: var(--amber-400); }

/* Theme switcher — labeled pills */
.theme-switch { display: flex; align-items: center; gap: 6px; }
.theme-switch button {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-display); font-size: 11px; font-weight: 600;
  letter-spacing: .03em; color: #8FA0B8;
  padding: 4px 11px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16);
  transition: color .2s, border-color .2s, background .2s;
}
.theme-switch button::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--sw); flex: none;
}
.theme-switch button:hover { color: #fff; border-color: rgba(255, 255, 255, .45); }
.theme-switch button.is-active {
  color: #fff; background: rgba(255, 255, 255, .1); border-color: var(--sw);
}

/* ── Navbar ────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--nav-bg); backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .3s, border-color .3s;
}
.nav.is-scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 0; }

.brand { display: inline-flex; align-items: center; }
.brand__logo {
  height: 58px; width: 156px;
  object-fit: cover;
  mix-blend-mode: multiply;  /* white background melts into light navs */
  transition: transform .25s var(--ease);
}
.brand:hover .brand__logo { transform: scale(1.04); }
/* dark surfaces (executive/lime nav, footer): show logo on a white chip */
:root[data-theme="executive"] .brand__logo,
:root[data-theme="lime"] .brand__logo,
.brand--light .brand__logo {
  mix-blend-mode: normal;
  background: #fff;
  border-radius: 12px;
  padding: 4px 10px;
  height: 62px; width: 180px;
}

.nav__links { display: flex; gap: 6px; }
.nav__links a {
  font-weight: 600; font-size: 14.5px; color: var(--text);
  padding: 9px 15px; border-radius: var(--radius-btn); transition: color .25s, background .25s;
}
.nav__links a:hover { color: var(--heading); background: var(--surface-alt); }
.nav__links a.is-active { color: var(--amber-600); background: var(--amber-100); }
:root[data-theme="executive"] .nav__links a.is-active,
:root[data-theme="lime"] .nav__links a.is-active { color: var(--amber-400); }

.nav__burger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav__burger span { width: 24px; height: 2.5px; background: var(--heading); border-radius: 2px; transition: .3s var(--ease); }
.nav__burger.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ── Hero ──────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  background: var(--dark);
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__grid path { stroke: var(--grid-line); }
.hero__glow { display: none; }

.hero__inner {
  position: relative; display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 48px; align-items: center; padding: 84px 0 150px;
}
.chip {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 600; letter-spacing: .04em;
  color: var(--hero-chip);
  background: color-mix(in srgb, var(--amber-500) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--amber-500) 35%, transparent);
  padding: 8px 16px; border-radius: 999px; margin-bottom: 26px;
}
.chip__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber-500); }

.hero__title {
  color: var(--s2-head); font-size: clamp(40px, 5.2vw, 66px); font-weight: 800;
  margin-bottom: 22px;
}
.hero__lead { font-size: 18px; color: var(--s2-text); max-width: 520px; margin-bottom: 34px; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 52px; }

.hero__stats {
  display: grid; grid-template-columns: repeat(4, auto); gap: 34px;
  padding-top: 30px; border-top: 1px solid var(--s2-line);
  width: fit-content;
}
.hstat strong { font-family: var(--font-display); font-size: 30px; font-weight: 800; color: var(--s2-head); display: block; }
.hstat strong::after { content: '+'; color: var(--amber-500); }
.hstat span { font-size: 12.5px; color: var(--s2-mute); letter-spacing: .02em; }

.hero__visual { position: relative; }
.hero__photo {
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--s2-line); box-shadow: var(--shadow-lg);
}
.hero__photo img { width: 100%; height: 430px; object-fit: cover; display: block; }

.hero__card {
  position: absolute; display: flex; align-items: center; gap: 12px;
  background: var(--surface); color: var(--heading);
  border: 1px solid var(--line);
  padding: 14px 18px; border-radius: var(--radius); box-shadow: var(--shadow-lg);
}
.hero__card svg { width: 30px; height: 30px; stroke: var(--amber-600); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero__card strong { font-family: var(--font-display); font-size: 14px; display: block; color: var(--heading); }
.hero__card span { font-size: 12px; color: var(--muted); }
.hero__card--a { top: 2%; right: 4%; }
.hero__card--b { bottom: -4%; left: 2%; }

/* ── Fleet showreel video ──────────────────────────────── */
.showreel { position: relative; z-index: 5; margin-top: -80px; padding: 0 0 100px; }
.showreel__frame {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-lg);
  background: var(--dark-3);
}
.showreel__frame video { width: 100%; max-height: 620px; object-fit: cover; display: block; }
.showreel__badge {
  position: absolute; left: 22px; bottom: 20px;
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(6, 11, 20, .72); color: #fff;
  backdrop-filter: blur(8px);
  font-family: var(--font-display); font-size: 13.5px; font-weight: 600;
  padding: 10px 18px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14);
}
.showreel__dot {
  width: 9px; height: 9px; border-radius: 50%; background: #EF4444;
  animation: recBlink 1.4s ease-in-out infinite;
}
@keyframes recBlink { 50% { opacity: .3; } }

/* ── Sections ──────────────────────────────────────────── */
.section { padding: 100px 0; }
.section--dark { background: var(--dark); }
.section--dark h2, .section--dark h3, .section--dark h4 { color: var(--s2-head); }
.section--dark p { color: var(--s2-text); }
.section--dark .eyebrow { color: var(--amber-400); }
:root[data-theme="corporate"] .section--dark .eyebrow { color: var(--amber-600); }

.section__head { text-align: center; max-width: 680px; margin: 0 auto 60px; }
.section__head h2 { font-size: clamp(30px, 3.6vw, 44px); margin-bottom: 16px; }
.section__head p { font-size: 17px; }

.eyebrow {
  display: inline-block; font-family: var(--font-display);
  font-size: 12.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--amber-600); margin-bottom: 14px;
}
:root[data-theme="executive"] .eyebrow,
:root[data-theme="lime"] .eyebrow { color: var(--amber-400); }
.eyebrow::before { content: '— '; }

/* ── Divisions ─────────────────────────────────────────── */
.divisions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.division {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
  display: flex; flex-direction: column;
}
.division:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: color-mix(in srgb, var(--amber-500) 45%, var(--line)); }
.division--featured { border: 2px solid var(--amber-500); position: relative; }
.division--featured::after {
  content: 'FLAGSHIP'; position: absolute; top: 18px; right: -34px;
  transform: rotate(45deg); background: var(--amber-500); color: var(--on-accent);
  font-family: var(--font-display); font-size: 10.5px; font-weight: 800; letter-spacing: .14em;
  padding: 5px 40px;
}
.division__band {
  position: relative; height: 210px; overflow: hidden;
}
.division__band--auto { background: var(--band-a); }
.division__band--trailer { background: var(--amber-600); }
.division__band--fleet { background: var(--band-c); }
.division__band img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s var(--ease);
}
.division:hover .division__band img { transform: scale(1.06); }
.division__num {
  position: absolute; left: 16px; bottom: 14px;
  font-family: var(--font-display); font-size: 15px; font-weight: 800;
  color: #fff; line-height: 1;
  background: rgba(6, 11, 20, .68); backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, .18);
  padding: 8px 14px; border-radius: 999px;
}
.division__body { padding: 30px 28px 32px; display: flex; flex-direction: column; flex: 1; }
.division__body h3 { font-size: 21px; margin-bottom: 12px; }
.division__body > p { font-size: 15px; margin-bottom: 20px; }
.division__list { list-style: none; display: grid; gap: 10px; margin-bottom: 26px; }
.division__list li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 500; color: var(--heading); }
.division__list svg { stroke: var(--amber-600); width: 17px; height: 17px; }
:root[data-theme="executive"] .division__list svg,
:root[data-theme="lime"] .division__list svg { stroke: var(--amber-400); }
.division__link {
  margin-top: auto; display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--heading);
  transition: gap .3s var(--ease), color .3s;
}
.division__link:hover { color: var(--amber-500); gap: 13px; }

/* ── About ─────────────────────────────────────────────── */
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.about__frame { position: relative; }
.about__photo {
  width: 100%; height: 500px; object-fit: cover; display: block;
  border-radius: var(--radius-lg); border: 1px solid var(--s2-line);
}
.about__badge {
  position: absolute; bottom: 8px; right: 0;
  background: var(--amber-500);
  color: var(--on-accent); border-radius: var(--radius); padding: 18px 22px;
  display: flex; align-items: center; gap: 14px;
}
.about__badge strong { font-family: var(--font-display); font-size: 38px; font-weight: 800; line-height: 1; }
.about__badge span { font-family: var(--font-display); font-size: 13px; font-weight: 600; line-height: 1.35; }
.about__content h2 { font-size: clamp(28px, 3.2vw, 40px); margin-bottom: 20px; }
.about__content > p { margin-bottom: 16px; }
.about__points { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 30px 0 34px; }
.apoint { display: flex; gap: 14px; }
.apoint svg { width: 26px; height: 26px; stroke: var(--amber-500); margin-top: 2px; }
.apoint strong { display: block; color: var(--s2-head); font-family: var(--font-display); font-size: 15px; margin-bottom: 3px; }
.apoint span { font-size: 13.5px; color: var(--s2-mute); line-height: 1.5; }

/* ── Services / Tabs ───────────────────────────────────── */
.tabs__nav { display: flex; justify-content: center; gap: 12px; margin-bottom: 44px; flex-wrap: wrap; }
.tabs__btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  color: var(--text); background: var(--surface-alt);
  border: 1.5px solid var(--line); border-radius: var(--radius-btn); padding: 13px 26px;
  transition: all .25s var(--ease);
}
.tabs__btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tabs__btn:hover { border-color: var(--amber-500); color: var(--heading); }
.tabs__btn.is-active { background: var(--band-a); color: #fff; border-color: var(--band-a); }
.tabs__btn.is-active svg { stroke: var(--amber-400); }
.tabs__panel { display: none; }
.tabs__panel.is-active { display: block; animation: fadeUp .5s var(--ease); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } }

.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc {
  background: var(--surface-alt); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; transition: all .3s var(--ease);
}
.svc:hover { background: var(--surface); box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: color-mix(in srgb, var(--amber-500) 50%, var(--line)); }
.svc svg {
  width: 40px; height: 40px; stroke: var(--amber-500); fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 16px;
}
.svc h4 { font-size: 16.5px; margin-bottom: 8px; }
.svc p { font-size: 14px; color: var(--muted); }

/* ── Stats band ────────────────────────────────────────── */
.band { background: var(--amber-500); padding: 54px 0; }
:root[data-theme="executive"] .band { background: var(--amber-600); }
.band__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.bstat { text-align: center; color: var(--on-accent); }
.bstat svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin: 0 auto 10px; opacity: .85; }
.bstat strong, .bstat em { font-family: var(--font-display); font-size: 42px; font-weight: 800; font-style: normal; line-height: 1; }
.bstat span { display: block; font-weight: 600; font-size: 13.5px; margin-top: 6px; opacity: .82; }

/* ── Why grid ──────────────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.why {
  text-align: center; padding: 36px 24px;
  background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  transition: all .3s var(--ease);
}
.why:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); border-color: color-mix(in srgb, var(--amber-500) 50%, var(--line)); }
.why__icon {
  width: 68px; height: 68px; margin: 0 auto 20px;
  background: var(--band-a);
  border-radius: var(--radius); display: grid; place-items: center;
}
.why__icon svg { width: 32px; height: 32px; stroke: var(--amber-400); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.why h4 { font-size: 17px; margin-bottom: 10px; }
.why p { font-size: 14px; color: var(--muted); }

/* ── Testimonials ──────────────────────────────────────── */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.quote {
  background: var(--dark-2); border: 1px solid var(--s2-card-line);
  border-radius: var(--radius-lg); padding: 34px 30px;
  transition: all .3s var(--ease); position: relative;
}
.quote:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--amber-500) 45%, transparent); }
.quote__mark { width: 34px; height: 34px; fill: var(--amber-500); stroke: none; margin-bottom: 18px; }
.quote blockquote { font-size: 15px; color: var(--s2-text); margin-bottom: 22px; line-height: 1.7; }
.quote figcaption strong { display: block; font-family: var(--font-display); color: var(--s2-head); font-size: 15px; }
.quote figcaption span { font-size: 13px; color: var(--s2-mute); }
.quote__stars { position: absolute; top: 34px; right: 30px; color: var(--amber-400); font-size: 14px; letter-spacing: 2px; }
:root[data-theme="corporate"] .quote { box-shadow: var(--shadow-sm); }

/* ── CTA ───────────────────────────────────────────────── */
.cta { background: var(--amber-500); padding: 72px 0; }
:root[data-theme="executive"] .cta { background: var(--amber-600); }
.cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap; }
.cta h2 { font-size: clamp(26px, 3vw, 38px); color: var(--on-accent); margin-bottom: 10px; }
.cta p { color: var(--on-accent); opacity: .82; font-weight: 500; font-size: 16.5px; }
.cta__actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ── Contact ───────────────────────────────────────────── */
.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: start; }
.contact__info h2 { font-size: clamp(28px, 3.2vw, 40px); margin-bottom: 16px; }
.cinfo { display: grid; gap: 22px; margin: 34px 0 28px; }
.cinfo__item { display: flex; gap: 16px; align-items: flex-start; }
.cinfo__item svg { width: 24px; height: 24px; stroke: var(--amber-500); margin-top: 3px; }
.cinfo__item strong { display: block; font-family: var(--font-display); font-size: 15px; color: var(--heading); margin-bottom: 2px; }
.cinfo__item span { font-size: 14.5px; }

/* Email directory */
.emails {
  background: var(--surface-alt); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px 26px; margin-bottom: 30px;
}
.emails h4 { display: flex; align-items: center; gap: 10px; font-size: 15px; margin-bottom: 14px; }
.emails h4 svg { stroke: var(--amber-500); width: 19px; height: 19px; }
.emails a {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  font-size: 14px; padding: 9px 0; color: var(--text);
  border-bottom: 1px dashed var(--line);
  transition: color .2s;
}
.emails a:last-child { border-bottom: none; }
.emails a span { font-weight: 600; color: var(--heading); font-family: var(--font-display); font-size: 13px; }
.emails a:hover { color: var(--amber-500); }

.socials { display: flex; gap: 12px; }
.socials a {
  width: 44px; height: 44px; border-radius: var(--radius-btn);
  display: grid; place-items: center;
  background: var(--surface-alt); border: 1px solid var(--line);
  transition: all .25s var(--ease);
}
.socials a svg { width: 20px; height: 20px; stroke: var(--text); }
.socials a:hover { background: var(--band-a); border-color: var(--band-a); transform: translateY(-3px); }
.socials a:hover svg { stroke: var(--amber-400); }

.contact__form {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 40px 38px; box-shadow: var(--shadow-md);
}
.contact__form h3 { font-size: 22px; margin-bottom: 26px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: 13.5px; color: var(--heading); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 14.5px; color: var(--heading);
  background: var(--surface-alt); border: 1.5px solid var(--line); border-radius: calc(var(--radius-btn) + 2px);
  padding: 13px 16px; outline: none; transition: border-color .2s, box-shadow .2s, background .2s;
  resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted); }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--amber-500); background: var(--surface);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--amber-500) 18%, transparent);
}
.form__note { margin-top: 16px; font-weight: 600; color: #16A34A; text-align: center; }

/* ── Footer (always dark) ──────────────────────────────── */
.footer { background: var(--dark-3); color: #C8D3E4; }
.footer__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 44px; padding: 72px 0 56px;
}
.footer__brand p { font-size: 14px; color: #7C8AA0; margin-top: 18px; max-width: 320px; }
.footer__col h5 { color: #fff; font-size: 15px; margin-bottom: 18px; }
.footer__col a { display: block; font-size: 14px; color: #7C8AA0; padding: 5px 0; transition: color .2s; }
.footer__col a:hover { color: var(--amber-400); }
.footer__bar { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; }
.footer__bar-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; color: #7C8AA0; }

/* ── Floating WhatsApp ─────────────────────────────────── */
.wa-float {
  position: fixed; left: 26px; bottom: 26px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366;
  display: grid; place-items: center;
  box-shadow: 0 8px 22px rgba(37, 211, 102, .38);
  transition: transform .25s var(--ease);
}
.wa-float:hover { transform: translateY(-4px) scale(1.05); }
.wa-float svg { width: 29px; height: 29px; fill: #fff; }
.wa-float__pulse {
  position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid #25D366;
  animation: waPulse 2s ease-out infinite;
  pointer-events: none;
}
@keyframes waPulse {
  0% { transform: scale(1); opacity: .8; }
  100% { transform: scale(1.55); opacity: 0; }
}

/* ── Back to top ───────────────────────────────────────── */
.to-top {
  position: fixed; right: 26px; bottom: 26px; z-index: 90;
  width: 48px; height: 48px; border-radius: var(--radius-btn);
  background: var(--amber-500);
  display: grid; place-items: center;
  opacity: 0; pointer-events: none; transform: translateY(14px);
  transition: all .3s var(--ease);
}
.to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.to-top svg { width: 20px; height: 20px; stroke: var(--on-accent); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.to-top:hover { transform: translateY(-4px); background: var(--amber-600); }

/* ── Africa coverage map ───────────────────────────────── */
.coverage { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.map-card {
  background: var(--dark); border-radius: var(--radius-lg);
  padding: 28px 28px 22px; border: 1px solid var(--s2-line);
}
.africa-map { width: 100%; height: auto; }
.map-land {
  fill: var(--band-a);
  stroke: color-mix(in srgb, var(--amber-500) 40%, transparent);
  stroke-width: 1.5; stroke-linejoin: round;
}
.map-route path {
  fill: none; stroke: var(--amber-400); stroke-width: 1.8;
  stroke-linecap: round; stroke-dasharray: 5 6;
  animation: routeFlow 1.6s linear infinite;
}
.map-route--partner path {
  stroke: var(--s2-mute); stroke-width: 1.3; stroke-dasharray: 2 6;
  animation: routeFlow 2.6s linear infinite;
}
@keyframes routeFlow { to { stroke-dashoffset: -22; } }
.map-pin circle { fill: var(--amber-400); stroke: var(--dark); stroke-width: 1.5; }
.map-hub circle { fill: none; stroke: var(--s2-mute); stroke-width: 1.6; }
.map-pin-label text, .map-hub-label text, .map-hq text {
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  fill: var(--s2-text);
}
.map-hub-label text { fill: var(--s2-mute); font-weight: 500; font-size: 10.5px; }
.map-hq text { fill: var(--amber-400); font-weight: 700; font-size: 12px; }
.map-hq__dot { fill: var(--amber-500); stroke: #fff; stroke-width: 2; }
.map-hq__pulse {
  fill: none; stroke: var(--amber-500); stroke-width: 2;
  transform-box: fill-box; transform-origin: center;
  animation: hqPulse 2s ease-out infinite;
}
@keyframes hqPulse {
  0% { transform: scale(1); opacity: .9; }
  100% { transform: scale(2.6); opacity: 0; }
}
.map-legend {
  display: flex; flex-wrap: wrap; gap: 20px; margin-top: 14px;
  font-size: 12.5px; font-weight: 500; color: var(--s2-mute);
}
.map-legend span { display: inline-flex; align-items: center; gap: 8px; }
.lg { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.lg--hq { background: var(--amber-500); box-shadow: 0 0 0 3px color-mix(in srgb, var(--amber-500) 30%, transparent); }
.lg--pin { background: var(--amber-400); }
.lg--hub { background: none; border: 1.6px solid var(--s2-mute); }

.coverage__info h3 { font-size: 19px; margin-bottom: 6px; }
.coverage__sub { margin-top: 30px; }
.corridor {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 14px 0; border-bottom: 1px solid var(--line);
}
.corridor:last-of-type { border-bottom: none; }
.corridor svg {
  width: 22px; height: 22px; flex: none; margin-top: 2px;
  fill: none; stroke: var(--amber-500); stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}
.corridor strong { display: block; font-family: var(--font-display); font-size: 15px; color: var(--heading); margin-bottom: 2px; }
.corridor span { font-size: 13.5px; color: var(--muted); line-height: 1.55; }
.chips-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.chip2 {
  padding: 8px 15px; border-radius: 999px;
  background: var(--surface-alt); border: 1px solid var(--line);
  font-weight: 600; font-size: 13px; color: var(--heading);
}
.chip2--hq { background: var(--amber-100); border-color: var(--amber-500); color: var(--amber-600); }
:root[data-theme="executive"] .chip2--hq,
:root[data-theme="lime"] .chip2--hq { color: var(--amber-400); }

/* ── Scroll reveal ─────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 1080px) {
  .hero__inner { grid-template-columns: 1fr; padding: 64px 0 120px; }
  .hero__visual { max-width: 560px; margin: 0 auto; width: 100%; }
  .divisions, .svc-grid, .quotes { grid-template-columns: 1fr 1fr; }
  .why-grid, .band__inner { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .about, .contact, .coverage { grid-template-columns: 1fr; gap: 48px; }
  .about__visual { max-width: 460px; margin: 0 auto; }
  .about__photo { height: 420px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .topbar__inner { flex-direction: column; gap: 8px; }
  .topbar__group { flex-wrap: wrap; justify-content: center; gap: 12px; }
  .topbar__group .topbar__item:first-child { display: none; }
  .theme-switch { flex-wrap: wrap; justify-content: center; }
  .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .nav__links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; background: var(--surface); padding: 16px 4%;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
    display: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 13px 16px; }

  .hero__stats { grid-template-columns: 1fr 1fr; gap: 22px; width: 100%; }
  .hero__card--a { top: -4%; right: 0; }
  .hero__card--b { bottom: -8%; left: 0; }
  .hero__photo img { height: 300px; }
  .showreel { margin-top: -60px; padding-bottom: 72px; }
  .showreel__badge { left: 12px; bottom: 12px; font-size: 12px; padding: 8px 14px; }
  .map-card { padding: 16px 14px 14px; }
  .about__photo { height: 340px; }

  .section { padding: 72px 0; }
  .divisions, .svc-grid, .quotes, .why-grid { grid-template-columns: 1fr; }
  .band__inner { grid-template-columns: 1fr 1fr; }
  .about__points { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .contact__form { padding: 30px 24px; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; padding: 56px 0 44px; }
  .cta__inner { justify-content: center; text-align: center; }
  .wa-float { left: 18px; bottom: 18px; width: 52px; height: 52px; }
  .to-top { right: 18px; bottom: 18px; }
}
