/* ============================================================
   BIJA TRAINING — PREMIUM v4
   Style  : Luxury Corporate Agency
   Fonts  : Playfair Display + DM Sans
   Palette: Rich Emerald #063d24 | Warm Gold #f0b429
   ============================================================ */

/* Fonts now loaded via <link> in HTML head for parallel download (was a render-blocking @import here) */

@font-face {
  font-family: "Playfair Fallback";
  src: local("Georgia");
  size-adjust: 106%;
  ascent-override: 102%;
  descent-override: 27%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "DM Sans Fallback";
  src: local("Arial");
  size-adjust: 100%;
  ascent-override: 99%;
  descent-override: 30%;
  line-gap-override: 0%;
}

/* ── Variables ───────────────────────────────────────────────── */
:root {
  /* Palette sampled DIRECTLY from the Bija logo PNG pixels.
     Verified: 2,676 green pixels at #068742 (the most common colour),
     149 yellow pixels at #E6B917 (the largest gold cluster). */
  --e1: #02773D;      /* deep — second-most-common green in logo */
  --e2: #068742;      /* PRIMARY — dominant green from the logo itself */
  --e3: #0A9044;      /* bright leaf */
  --e4: #4DB67A;      /* soft sage */
  --e5: #A0DAB6;      /* mint accent */
  --e-light: #E0F2E7; /* very light mint */
  --e-pale:  #F2FBF5; /* near-white with the faintest green tint */

  /* Dark surfaces — same green family, just deeper */
  --ink-1:  #04471F;
  --ink-2:  #075E2B;
  --cream:  #FFFFFF;
  --cream-2:#FFF8DC;

  /* Text colours used by the white header */
  --nav-text: #2d3a32;         /* dark olive-grey for nav links */
  --nav-text-hover: var(--e2);
  --header-border: #e8ebe6;    /* faint divider under white header */

  --g1: #E6B917;      /* PRIMARY — exact yellow pixel from Bija logo */
  --g2: #F1D91E;      /* bright highlight — also sampled from logo */
  --g3: #DCAB15;      /* deep gold — also sampled from logo */
  --g4: #fff3d0;      /* champagne */
  --g5: #7a5800;      /* dark gold text */

  --white: #ffffff;
  --off-white: #fafdf7;
  --text: #0d1f17;
  --text-mid: #2e4a3a;
  --muted: #4d6b5a;
  --border: #c0ddd0;
  --border-light: #e0f0e8;

  /* Rich shadows */
  --s0: 0 1px 4px rgba(0,0,0,.06);
  --s1: 0 4px 16px rgba(0,0,0,.08);
  --s2: 0 10px 40px rgba(0,0,0,.12);
  --s3: 0 24px 80px rgba(0,0,0,.18);
  --sg: 0 8px 32px rgba(240,180,41,.35);
  --se: 0 8px 32px rgba(6,61,36,.25);

  --r: 12px;
  --r2: 20px;
  --r3: 32px;
  --t: all .3s cubic-bezier(.4,0,.2,1);

  --font-display: 'Playfair Display', 'Playfair Fallback', Georgia, serif;
  --font-body:    'DM Sans', 'DM Sans Fallback', system-ui, sans-serif;
}

/* ── Reset ───────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; max-width: 100vw; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

/* ── Layout ──────────────────────────────────────────────────── */
/* Full-width layout: container stretches almost edge-to-edge on wide
   screens, only gating extremely huge displays.  Inner content stays
   readable through internal max-widths on text blocks. */
.container { max-width: 1640px; margin: 0 auto; padding: 0 48px; }
@media (max-width: 1200px) { .container { padding: 0 36px; } }
@media (max-width: 900px)  { .container { padding: 0 24px; } }
@media (max-width: 640px)  { .container { padding: 0 18px; } }

/* Make hero use the wider container too */
.hero-inner, .home-hero .container { max-width: 1640px; }
.section     { padding: 110px 0; overflow-x: clip; }
.section-sm  { padding: 64px 0; }
.bg-dark     { background: linear-gradient(150deg, var(--ink-1) 0%, var(--ink-2) 100%); }
.bg-emerald  { background: linear-gradient(150deg, var(--ink-2) 0%, var(--e2) 100%); }
.bg-pale     { background: var(--cream); }
.bg-white    { background: var(--white); }
.bg-off      { background: var(--cream-2); }

/* ── Section Titles ──────────────────────────────────────────── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8A6D0B;
  margin-bottom: 16px;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--g1);
  flex-shrink: 0;
}
.eyebrow.light { color: var(--g2); }
.eyebrow.light::before { background: var(--g2); }

.display-title {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--e2);
}
.display-title.light { color: var(--white); }
.display-title em { font-style: italic; color: #9A7500; }
.display-title.light em { color: var(--g1); }
.display-title.xl { font-size: clamp(2.4rem, 5vw, 4rem); }
.display-title.lg { font-size: clamp(1.9rem, 3.5vw, 3rem); }
.display-title.md { font-size: clamp(1.5rem, 2.5vw, 2.2rem); }
.display-title.sm { font-size: clamp(1.2rem, 2vw, 1.6rem); }

.body-text     { font-size: 1.05rem; color: var(--muted); line-height: 1.85; }
.body-text.light { color: rgba(255,255,255,.65); }

/* ── Gold Divider ────────────────────────────────────────────── */
.gold-rule {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 28px;
}
.gold-rule span { display: block; height: 2px; flex: 1; max-width: 60px; }
.gold-rule span:first-child { background: var(--g1); }
.gold-rule span:last-child  { background: var(--e-light); }
.gold-rule .diamond {
  width: 8px; height: 8px;
  background: var(--g1);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.gold-rule.left { justify-content: flex-start; }
.gold-rule.center { justify-content: center; max-width: 200px; margin-left: auto; margin-right: auto; }

/* ── Buttons ──────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 15px 34px;
  border-radius: 50px;
  transition: var(--t);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: background .25s;
}
.btn:hover::after { background: rgba(255,255,255,.08); }

.btn-gold {
  background: linear-gradient(135deg, var(--g1) 0%, var(--g2) 100%);
  color: var(--e2);
  box-shadow: var(--sg);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(240,180,41,.5); }

.btn-emerald {
  background: linear-gradient(135deg, var(--e3) 0%, var(--e4) 100%);
  color: var(--white);
  box-shadow: var(--se);
}
.btn-emerald:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(26,122,74,.4); }

.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,.35);
}
.btn-ghost:hover { border-color: var(--g1); color: var(--g1); transform: translateY(-2px); }

.btn-outline-gold {
  background: transparent;
  color: var(--g3);
  border: 1.5px solid var(--g1);
}
.btn-outline-gold:hover { background: var(--g1); color: var(--e2); }

.btn svg, .btn .btn-icon { width: 18px; height: 18px; flex-shrink: 0; }

/* Arrow button */
.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--e3);
  padding: 0;
  background: none;
  transition: gap .25s, color .25s;
}
.btn-arrow:hover { gap: 14px; color: var(--g3); }
.btn-arrow svg { width: 20px; height: 20px; }
.btn-arrow.light { color: rgba(255,255,255,.7); }
.btn-arrow.light:hover { color: var(--g1); }

/* ── Fade-in animations ───────────────────────────────────────── */
.fade-up { opacity: 0; transform: translateY(36px); transition: opacity .7s ease, transform .7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-left  { opacity: 0; transform: translateX(-40px); transition: opacity .7s ease, transform .7s ease; }
.fade-left.visible  { opacity: 1; transform: translateX(0); }
.fade-right { opacity: 0; transform: translateX(40px);  transition: opacity .7s ease, transform .7s ease; }
.fade-right.visible { opacity: 1; transform: translateX(0); }
.d1 { transition-delay: .10s; } .d2 { transition-delay: .20s; }
.d3 { transition-delay: .30s; } .d4 { transition-delay: .40s; }
.d5 { transition-delay: .50s; } .d6 { transition-delay: .60s; }

/* ============================================================
   TOP ACCENT BAR
   ============================================================ */
.accent-bar {
  height: 3px;
  background: linear-gradient(to right, var(--e3), var(--g1), var(--g2), var(--g1), var(--e3));
  background-size: 200% 100%;
  animation: shimmer 4s linear infinite;
}
@keyframes shimmer { from{background-position:0 0} to{background-position:200% 0} }

/* ============================================================
   TOPBAR
   ============================================================ */
.topbar {
  background: #14201c;
  padding: 8px 0;
  font-size: .75rem;
  color: rgba(255,255,255,.5);
  font-family: var(--font-body);
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 20px; }
.topbar a { color: rgba(255,255,255,.5); transition: color .2s; }
.topbar a:hover { color: var(--g1); }
.topbar-social { display: flex; gap: 14px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--header-border);
  transition: background .3s, box-shadow .3s;
}
.site-header.scrolled {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
  border-bottom-color: transparent;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; padding: 10px 0; gap: 24px; }

/* Logo: image on top, text stacked centred below */
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  line-height: 1;
}
.logo img { height: 60px; width: auto; display: block; }
.logo-text { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.logo-text strong {
  display: block;
  font-family: var(--font-display);
  font-size: .82rem;
  font-weight: 800;
  color: var(--e2);
  line-height: 1.05;
  letter-spacing: .01em;
}
.logo-text small  {
  display: block;
  font-size: .40rem;
  color: var(--g3);           /* deep gold — readable on white header */
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1px;
}

.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav a {
  font-size: .88rem;
  font-weight: 800;             /* bold */
  color: var(--e2);              /* green */
  padding: 10px 18px;
  border-radius: 8px;
  letter-spacing: .03em;
  transition: var(--t);
  position: relative;
}
.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  right: 50%;
  height: 2px;
  background: var(--g1);
  border-radius: 2px;
  transition: left .25s, right .25s;
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--g3);              /* yellow on hover/active */
  background: rgba(245,184,0,.10);
}
.main-nav a:hover::after,
.main-nav a.active::after { left: 18px; right: 18px; }

.header-right { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; color: var(--nav-text); white-space: nowrap; }
.header-phone svg { width: 15px; height: 15px; color: var(--e2); }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; border: 1.5px solid var(--border); border-radius: 8px; background: var(--white); }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--e2); border-radius: 2px; transition: var(--t); }
.hamburger.open { border-color: var(--e2); }
.hamburger.open span { background: var(--e2); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav { display: none; flex-direction: column; background: var(--white); border-top: 1px solid var(--header-border); box-shadow: 0 12px 24px rgba(0,0,0,.06); padding: 16px 28px 28px; gap: 4px; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-size: .92rem; font-weight: 800; color: var(--e2); padding: 12px 16px; border-radius: 8px; transition: var(--t); }
.mobile-nav a:hover, .mobile-nav a.active { color: var(--g3); background: rgba(245,184,0,.12); }
.mobile-nav .mobile-cta { margin-top: 12px; background: linear-gradient(135deg,var(--g1),var(--g2)); color: var(--e2); font-weight: 700; text-align: center; border-radius: 50px; padding: 14px; }
.mobile-nav .mobile-cta:hover { background: linear-gradient(135deg,var(--g2),var(--g1)); }

/* ============================================================
   PAGE HERO BANNER (inner pages)
   ============================================================ */
.page-hero {
  background:
    radial-gradient(800px 400px at 70% 30%, rgba(74,138,104,.20), transparent 65%),
    linear-gradient(155deg, var(--ink-1) 0%, var(--ink-2) 65%, var(--e2) 130%);
  padding: 90px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero .bg-word {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-family: var(--font-display);
  font-size: clamp(80px, 18vw, 200px);
  font-weight: 900;
  color: rgba(255,255,255,.03);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  letter-spacing: .05em;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 70px;
  background: var(--white);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.page-hero.pale-after::after { background: var(--e-pale); }
.page-hero-inner { position: relative; z-index: 2; }
.page-hero .breadcrumb { display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; margin-bottom: 18px; }
.page-hero .breadcrumb a { color: rgba(255,255,255,.45); }
.page-hero .breadcrumb a:hover { color: var(--g1); }
.page-hero .breadcrumb .sep { color: rgba(255,255,255,.2); }
.page-hero .breadcrumb .curr { color: var(--g1); font-weight: 600; }
.page-hero h1 { margin-bottom: 16px; }
.page-hero .subtitle { color: rgba(255,255,255,.65); font-size: 1.05rem; max-width: 600px; margin: 0 auto; line-height: 1.8; }

/* ============================================================
   HOME HERO
   ============================================================ */
.home-hero {
  min-height: 100vh;
  background:
    radial-gradient(900px 600px at 80% 20%, rgba(74,138,104,.18), transparent 60%),
    radial-gradient(700px 500px at 10% 90%, rgba(240,180,41,.10), transparent 60%),
    linear-gradient(155deg, var(--ink-1) 0%, var(--ink-2) 60%, var(--e2) 130%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Background decorative word */
.hero-bg-text {
  position: absolute;
  font-family: var(--font-display);
  font-size: clamp(120px, 22vw, 280px);
  font-weight: 900;
  color: rgba(255,255,255,.025);
  bottom: -20px; right: -20px;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: -.02em;
}

/* Gold radial glow */
.hero-glow {
  position: absolute;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,180,41,.08) 0%, transparent 65%);
  top: -200px; right: -150px;
  pointer-events: none;
}
.hero-glow-2 {
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,157,101,.12) 0%, transparent 65%);
  bottom: -100px; left: 5%;
  pointer-events: none;
}

.hero-left {
  padding: 100px 0 80px;
  padding-left: max(48px, calc((100vw - 1640px) / 2 + 48px));
  padding-right: 60px;
  position: relative; z-index: 2;
}
.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(240,180,41,.1);
  border: 1px solid rgba(240,180,41,.25);
  color: var(--g2);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 28px;
}
.hero-badge-pill .pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--g1);
  box-shadow: 0 0 0 0 rgba(240,180,41,.4);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0   rgba(240,180,41,.5); }
  70%  { box-shadow: 0 0 0 10px rgba(240,180,41,.0); }
  100% { box-shadow: 0 0 0 0   rgba(240,180,41,.0); }
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.08;
  letter-spacing: -.02em;
  margin-bottom: 24px;
}
.hero-headline em { font-style: italic; color: var(--g1); }
.hero-sub { font-size: 1.08rem; color: rgba(255,255,255,.65); line-height: 1.85; max-width: 520px; margin-bottom: 42px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 60px; }

.hero-stats {
  display: flex;
  gap: 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.hero-stat .num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--g1);
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
.hero-stat .lbl {
  font-size: .7rem;
  color: rgba(255,255,255,.4);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 500;
}

/* Hero right visual */
.hero-right {
  padding: 100px 0 80px;
  padding-right: max(48px, calc((100vw - 1640px) / 2 + 48px));
  padding-left: 40px;
  position: relative; z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-img-stack { position: relative; }
.hero-img-main {
  border-radius: var(--r3);
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,.5);
  position: relative;
}
.hero-img-main::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: calc(var(--r3) + 3px);
  background: linear-gradient(135deg, var(--g1), transparent 50%, var(--g2));
  z-index: -1;
}
.hero-img-main img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; max-width: 380px; }
.hero-img-main::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(6,61,36,.5) 100%);
}

.hero-float-card {
  position: absolute;
  background: var(--white);
  border-radius: var(--r2);
  padding: 18px 22px;
  box-shadow: var(--s3);
  z-index: 3;
}
.hero-float-card.card-1 {
  bottom: 30px; left: -40px;
  border-left: 4px solid var(--g1);
}
.hero-float-card.card-2 {
  top: 40px; right: -30px;
  border-left: 4px solid var(--e3);
}
.hero-float-card .fc-num {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--e2);
  display: block;
  line-height: 1;
}
.hero-float-card.card-1 .fc-num { color: var(--g3); }
.hero-float-card .fc-label { font-size: .7rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-top: 3px; display: block; white-space: nowrap; }

/* ============================================================
   DIAGONAL DIVIDER
   ============================================================ */
.diagonal-top    { clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%); margin-top: -60px; padding-top: 80px; }
.diagonal-bottom { clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%); padding-bottom: 80px; }

/* ============================================================
   ABOUT STRIP (home)
   ============================================================ */
.about-home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-img-wrap { position: relative; }
.about-img-inner {
  border-radius: var(--r3);
  overflow: hidden;
  box-shadow: var(--s3);
  position: relative;
}
.about-img-inner img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.about-img-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(6,61,36,.3), transparent 60%);
}
.about-badge {
  position: absolute;
  bottom: -24px; right: -24px;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: var(--e2);
  padding: 24px 28px;
  border-radius: var(--r2);
  box-shadow: var(--sg);
  text-align: center;
  z-index: 2;
}
.about-badge .n { font-family: var(--font-display); font-size: 2.4rem; font-weight: 800; display: block; line-height: 1; }
.about-badge .l { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; display: block; margin-top: 4px; }
.about-badge-2 {
  position: absolute;
  top: -20px; left: -20px;
  background: var(--e2);
  color: var(--white);
  padding: 16px 20px;
  border-radius: var(--r);
  box-shadow: var(--s2);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.about-badge-2 .icon { font-size: 1.4rem; }
.about-badge-2 .info strong { display: block; font-size: .9rem; font-weight: 700; color: var(--g1); }
.about-badge-2 .info span   { display: block; font-size: .68rem; color: rgba(255,255,255,.55); }

.about-check { margin: 24px 0 36px; display: flex; flex-direction: column; gap: 12px; }
.about-check-item { display: flex; align-items: flex-start; gap: 12px; }
.chk-icon {
  width: 22px; height: 22px;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  font-size: .7rem;
  color: var(--e2);
  font-weight: 800;
}
.about-check-item span { font-size: .95rem; color: var(--text-mid); line-height: 1.6; }

/* ============================================================
   STATS STRIP
   ============================================================ */
.stats-strip {
  background:
    radial-gradient(700px 400px at 80% 0%, rgba(240,180,41,.10), transparent 60%),
    linear-gradient(135deg, var(--ink-1) 0%, var(--ink-2) 55%, var(--e2) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.stats-strip::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,180,41,.07) 0%, transparent 65%);
}
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.stat-item {
  text-align: center;
  padding: 20px 30px;
  border-right: 1px solid rgba(255,255,255,.08);
  position: relative;
}
.stat-item:last-child { border-right: none; }
.stat-item::before {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 40px; height: 3px;
  background: var(--g1);
  opacity: 0;
  transition: opacity .3s;
}
.stat-item:hover::before { opacity: 1; }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 900;
  color: var(--g1);
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.stat-label { font-size: .88rem; color: rgba(255,255,255,.65); font-weight: 500; }
.stat-icon { font-size: 1.8rem; margin-bottom: 12px; display: block; }

/* ============================================================
   SERVICES (Home cards)
   ============================================================ */
.services-showcase { position: relative; }
.services-showcase-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 24px; }
.services-showcase-row2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; max-width: 800px; margin: 0 auto 48px; }

.svc-card {
  display: block;            /* required: these are <a> elements, which default to inline */
  color: inherit;
  text-decoration: none;
  border-radius: var(--r2);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: var(--s2);
  transition: var(--t);
  aspect-ratio: 4/3;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.svc-card-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.svc-card:hover .svc-card-img { transform: scale(1.08); }
.svc-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(2,26,14,.95) 0%, rgba(2,26,14,.3) 55%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px;
  transition: var(--t);
}
.svc-card-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 12px;
  transform: translateY(10px);
  opacity: 0;
  transition: var(--t);
}
.svc-card:hover .svc-card-icon { transform: translateY(0); opacity: 1; }
.svc-card-overlay h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.svc-card-overlay p {
  font-size: .82rem;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.svc-card:hover .svc-card-overlay p { max-height: 80px; }
.svc-card-price {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(240,180,41,.15);
  border: 1px solid rgba(240,180,41,.3);
  color: var(--g1);
  font-size: .72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  margin-top: 8px;
  width: fit-content;
  transform: translateY(10px);
  opacity: 0;
  transition: var(--t) .05s;
}
.svc-card:hover .svc-card-price { transform: translateY(0); opacity: 1; }

/* Service detail (services page) */
.svc-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 100px; padding-bottom: 100px; border-bottom: 1px solid var(--border-light); }
.svc-detail:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.svc-detail.rev { direction: rtl; }
.svc-detail.rev > * { direction: ltr; }
.svc-img-wrap { border-radius: var(--r3); overflow: hidden; box-shadow: var(--s3); position: relative; }
.svc-img-wrap img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .5s; }
.svc-img-wrap:hover img { transform: scale(1.04); }
.svc-img-wrap::before {
  content: '';
  position: absolute;
  top: -3px; left: -3px; right: -3px; bottom: -3px;
  border-radius: calc(var(--r3) + 3px);
  background: linear-gradient(135deg, var(--g1) 0%, transparent 50%, var(--e3) 100%);
  z-index: -1;
}
.svc-num { font-family: var(--font-display); font-size: 5rem; font-weight: 900; color: rgba(6,61,36,.06); line-height: 1; margin-bottom: 4px; }
.svc-title { font-family: var(--font-display); font-size: clamp(1.6rem,3vw,2.2rem); font-weight: 800; color: var(--e2); margin-bottom: 16px; line-height: 1.2; }
.svc-body { font-size: .96rem; color: var(--muted); line-height: 1.9; margin-bottom: 22px; }
.svc-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.svc-feature { display: flex; align-items: flex-start; gap: 12px; font-size: .9rem; color: var(--text-mid); }
.svc-feature-icon { width: 20px; height: 20px; background: var(--g4); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; font-size: .65rem; color: var(--g3); font-weight: 800; }
.svc-price-tag { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, var(--g1), var(--g2)); color: var(--e2); padding: 8px 20px; border-radius: 50px; font-size: .88rem; font-weight: 700; margin-right: 14px; }

/* ============================================================
   TOPIC LIBRARY GRID (services page)
   ============================================================ */
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.topic-card {
  border-radius: var(--r2);
  overflow: hidden;
  background: var(--white);
  border: 1.5px solid var(--border-light);
  box-shadow: var(--s0);
  transition: var(--t);
  position: relative;
  aspect-ratio: 4/5;
}
.topic-card:hover { transform: translateY(-6px); box-shadow: var(--se); border-color: var(--g1); }
.topic-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s;
}
.topic-card:hover img { transform: scale(1.08); }
.topic-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(2,26,14,.92) 0%, rgba(2,26,14,.4) 50%, transparent 90%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px 20px;
}
.topic-card .emoji {
  position: absolute;
  top: 14px; right: 14px;
  width: 38px; height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  box-shadow: var(--sg);
}
.topic-card h3 {
  font-family: var(--font-display);
  font-size: .98rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 2px;
}
.topic-card .topic-sub {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--g2);
}

@media (max-width: 1100px) { .topic-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px)  { .topic-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px)  { .topic-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PROCESS STEPS
   ============================================================ */
.process-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; position: relative; }
.process-steps::before {
  content: '';
  position: absolute;
  top: 52px;
  left: calc(16.66% + 40px);
  right: calc(16.66% + 40px);
  height: 1px;
  background: linear-gradient(to right, var(--g1) 0%, var(--g3) 50%, var(--g1) 100%);
}
.process-step { text-align: center; }
.process-circle {
  width: 104px; height: 104px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--g1);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  margin: 0 auto 28px;
  font-size: 1.6rem;
  position: relative;
  box-shadow: 0 0 0 8px rgba(240,180,41,.07), var(--s1);
  transition: var(--t);
}
.process-step:hover .process-circle { background: linear-gradient(135deg, var(--g1), var(--g2)); transform: scale(1.06); box-shadow: var(--sg); }
.process-step:hover .process-circle .emoji { transform: scale(1.1); }
.process-circle .step-num {
  position: absolute;
  top: -4px; right: -4px;
  width: 26px; height: 26px;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: var(--e2);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: .72rem;
  font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.process-step h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--e2); margin-bottom: 10px; }
.process-step p  { font-size: .88rem; color: var(--muted); line-height: 1.75; }

/* ── process (dark bg) ── */
.bg-dark .process-step h3 { color: var(--white); }
.bg-dark .process-circle  { background: rgba(255,255,255,.05); border-color: rgba(240,180,41,.35); }
.bg-dark .process-step:hover .process-circle { background: linear-gradient(135deg, var(--g1), var(--g2)); }

/* ============================================================
   PRICING CARDS
   ============================================================ */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: start; }
.price-card {
  border-radius: var(--r2);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--s1);
  transition: var(--t);
  border: 1.5px solid var(--border-light);
  position: relative;
}
.price-card:hover { transform: translateY(-10px); box-shadow: var(--s3); border-color: var(--g1); }
.price-card.featured {
  background: linear-gradient(155deg, var(--e1) 0%, var(--e2) 55%, var(--e3) 100%);
  border-color: var(--g1);
  transform: scale(1.04);
  box-shadow: 0 24px 80px rgba(6,61,36,.35), 0 0 0 2px var(--g1);
}
.price-card.featured:hover { transform: scale(1.04) translateY(-8px); }
.price-ribbon {
  position: absolute; top: 18px; right: -32px;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: var(--e2);
  font-size: .65rem; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase;
  padding: 6px 48px;
  transform: rotate(45deg);
  box-shadow: 0 4px 14px rgba(240,180,41,.4);
}
.price-head { padding: 36px 32px 26px; }
.price-card.featured .price-head { border-bottom: 1px solid rgba(255,255,255,.08); }
.price-card:not(.featured) .price-head { border-bottom: 1px solid var(--border-light); }
.price-plan {
  font-size: .7rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--e4); margin-bottom: 6px;
}
.price-card.featured .price-plan { color: var(--g2); }
.price-name { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--e2); margin-bottom: 18px; }
.price-card.featured .price-name { color: var(--white); }
.price-val { display: flex; align-items: baseline; gap: 4px; }
.price-sym { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--e3); }
.price-card.featured .price-sym { color: var(--g1); }
.price-amt { font-family: var(--font-display); font-size: 3rem; font-weight: 900; color: var(--e2); line-height: 1; }
.price-card.featured .price-amt { color: var(--white); }
.price-period { font-size: .85rem; color: var(--muted); margin-left: 2px; }
.price-card.featured .price-period { color: rgba(255,255,255,.5); }
.price-body { padding: 26px 32px 32px; }
.price-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 30px; }
.price-list-item { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--text-mid); }
.price-card.featured .price-list-item { color: rgba(255,255,255,.8); }
.price-list-item::before {
  content: '✓';
  width: 20px; height: 20px;
  background: linear-gradient(135deg, var(--e3), var(--e4));
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem; font-weight: 800;
  flex-shrink: 0; margin-top: 1px;
}
.price-card.featured .price-list-item::before { background: linear-gradient(135deg, var(--g1), var(--g2)); color: var(--e2); }

/* ============================================================
   TEAM CARDS
   ============================================================ */
.team-grid-5 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 820px; margin: 0 auto; }
.team-card {
  background: var(--white);
  border-radius: var(--r2);
  padding: 28px 18px 22px;
  text-align: center;
  box-shadow: var(--s0);
  border: 1.5px solid var(--border-light);
  transition: var(--t);
  position: relative;
  overflow: hidden;
}
.team-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, var(--e3), var(--g1));
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.team-card:hover { transform: translateY(-8px); box-shadow: var(--se); border-color: var(--border); }
.team-card:hover::before { transform: scaleX(1); }
.team-avatar {
  width: 140px; height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 18px;
  border: 3px solid var(--border-light);
  transition: border-color .3s, box-shadow .3s;
  box-shadow: 0 0 0 0 rgba(240,180,41,0);
  background: var(--e-pale);
}
.team-card:hover .team-avatar { border-color: var(--g1); box-shadow: 0 0 0 6px rgba(240,180,41,.12); }
.team-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

/* Per-photo framing tweaks — Pankaj's source has more whitespace, so we
   zoom in & anchor on the face to match Prakash's tighter framing. */
.team-avatar img[src*="team-pankaj-vyas"] {
  transform: scale(1.35);
  transform-origin: center 20%;
}
.team-name { font-family: var(--font-display); font-size: .95rem; font-weight: 700; color: var(--e2); margin-bottom: 4px; }
.team-role { font-size: .72rem; font-weight: 600; color: var(--e4); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 14px; display: block; }
.team-links { display: flex; justify-content: center; gap: 8px; }
.team-link {
  width: 30px; height: 30px;
  border-radius: 8px;
  background: var(--e-pale);
  color: var(--e3);
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem; font-weight: 800;
  transition: var(--t);
}
.team-link:hover { background: linear-gradient(135deg, var(--g1), var(--g2)); color: var(--e2); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
/* ── Reviews carousel wrapper ───────────────────────────── */
.reviews-carousel-wrap {
  position: relative;
  margin: 0 -20px;          /* let cards bleed past container edges */
}

/* The grid IS the carousel track */
.testi-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 20px 28px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;       /* Firefox */
}
.testi-grid::-webkit-scrollbar { display: none; }   /* Chrome/Safari */

/* Carousel arrows */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--border-light);
  box-shadow: var(--s2);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 5;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--e2);
  transition: var(--t);
  user-select: none;
}
.carousel-arrow:hover:not(:disabled) {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: var(--e2);
  border-color: transparent;
  transform: translateY(-50%) scale(1.08);
  box-shadow: var(--sg);
}
.carousel-arrow:disabled {
  opacity: .35;
  cursor: not-allowed;
}
.carousel-arrow.prev { left: -8px; }
.carousel-arrow.next { right: -8px; }

/* Carousel dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-top: 18px;
  padding: 0;
  list-style: none;
}
/* 24x24 buttons (WCAG touch-target size) with a small visual dot inside */
.carousel-dot {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-dot::before {
  content: '';
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--border);
  transition: all .25s;
}
.carousel-dot:hover::before { background: var(--e3); transform: scale(1.2); }
.carousel-dot.active::before {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  width: 22px; height: 9px;
  border-radius: 5px;
}

@media (max-width: 900px) {
  .carousel-arrow { display: none; }
  .reviews-carousel-wrap { margin: 0 -16px; }
  .testi-grid { padding: 8px 16px 24px; }
}

/* Each card — smaller, fixed-width for carousel */
.testi-card {
  flex: 0 0 360px;
  scroll-snap-align: start;
  background: var(--white);
  border-radius: var(--r2);
  padding: 26px 24px;
  box-shadow: var(--s1);
  border: 1.5px solid var(--border-light);
  transition: var(--t);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.testi-card::before {
  content: '"';
  position: absolute;
  top: -16px; right: 18px;
  font-family: var(--font-display);
  font-size: 6.2rem;
  color: rgba(240,180,41,.08);
  font-weight: 900;
  line-height: 1;
}
.testi-card:hover { transform: translateY(-6px); box-shadow: 0 16px 50px rgba(6,61,36,.12); border-color: var(--g1); }
.testi-stars { color: var(--g1); font-size: .92rem; letter-spacing: 2px; margin-bottom: 12px; }
.testi-quote {
  font-size: .85rem;
  color: var(--text-mid);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
  flex: 1;
  /* Clamp the text to keep cards uniform */
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testi-author { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--border-light); padding-top: 14px; margin-top: auto; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--e3), var(--e2)); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; color: var(--white); font-size: .82rem; flex-shrink: 0; border: 2px solid var(--g1); }
.testi-name { font-family: var(--font-display); font-size: .88rem; font-weight: 700; color: var(--e2); line-height: 1.2; }
.testi-company { font-size: .7rem; color: var(--muted); margin-top: 2px; }

/* ============================================================
   GOOGLE REVIEWS BANNER
   ============================================================ */
.google-banner {
  background: linear-gradient(135deg, var(--white) 0%, var(--e-pale) 100%);
  border-radius: var(--r2);
  padding: 36px 44px;
  border: 1.5px solid var(--border-light);
  box-shadow: var(--s1);
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.google-banner::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,180,41,.10), transparent 70%);
}
.google-logo {
  width: 78px; height: 78px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--s1);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.google-logo svg { width: 46px; height: 46px; }
.google-info { position: relative; z-index: 1; }
.google-rating-row {
  display: flex; align-items: baseline; gap: 14px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.google-rating-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--e2);
  line-height: 1;
}
.google-rating-stars { color: #FBBC04; font-size: 1.5rem; letter-spacing: 3px; }
.google-rating-label {
  font-size: .82rem;
  color: var(--muted);
  font-weight: 500;
}
.google-rating-label strong { color: var(--e3); font-weight: 700; }
.google-cta { position: relative; z-index: 1; }
.google-write-review {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 50px;
  padding: 12px 22px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--e2);
  transition: var(--t);
  white-space: nowrap;
}
.google-write-review:hover { border-color: var(--g1); color: var(--g3); transform: translateY(-2px); box-shadow: var(--s1); }
.google-write-review svg { width: 18px; height: 18px; }

@media (max-width: 768px) {
  .google-banner { grid-template-columns: 1fr; text-align: center; gap: 18px; padding: 28px 22px; }
  .google-logo { margin: 0 auto; }
  .google-rating-row { justify-content: center; }
}

/* Google-style testimonial card (extended) */
.testi-card.google-style {
  border-top: 3px solid #4285F4;
}
.testi-google-mark {
  position: absolute;
  top: 18px; right: 22px;
  display: flex; align-items: center; gap: 6px;
  font-size: .68rem;
  font-weight: 600;
  color: var(--muted);
}
.testi-google-mark svg { width: 14px; height: 14px; }

/* ── SVG social/share icons (auto-injected by js/icons.js) ─ */
.has-svg-icon { padding: 0 !important; }
.has-svg-icon svg {
  width: 50%;
  height: 50%;
  display: block;
  flex-shrink: 0;
}
.footer-social.has-svg-icon svg,
.social-btn.has-svg-icon svg,
.team-link.has-svg-icon svg,
.team-socials a.has-svg-icon svg,
.contact-socials a.has-svg-icon svg,
.topbar-social a.has-svg-icon svg {
  width: 16px;
  height: 16px;
}
.team-link.has-svg-icon svg { width: 13px; height: 13px; }
.article-share a.has-svg-icon { background: var(--e-pale); }
.article-share a.has-svg-icon svg { width: 15px; height: 15px; }
.topbar-social a.has-svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px; height: 24px;
  border-radius: 6px;
  transition: var(--t);
}
.topbar-social a.has-svg-icon:hover { background: rgba(255,255,255,.1); }

/* Avatar image variant (for live Google review photos) */
.testi-avatar-img {
  width: 40px; height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--g1);
  background: var(--e-pale);
}

/* Multi-coloured Google badge */
.testi-google-mark svg { width: 14px; height: 14px; flex-shrink: 0; }
.testi-google-mark { color: var(--text-mid); font-weight: 700; }

/* "Live from Google" indicator — theme-matched (gold on emerald-tinted) */
.reviews-carousel-wrap.is-live { margin-top: 18px; padding-top: 28px; }
.reviews-carousel-wrap.is-live::before {
  content: '⚡  Live Google Reviews';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  font-family: var(--font-body);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--g3);
  background: linear-gradient(135deg, #fffdf2 0%, #fff8e1 100%);
  border: 1px solid rgba(240,180,41,.4);
  padding: 8px 20px;
  border-radius: 30px;
  box-shadow: 0 8px 22px rgba(240,180,41,.28), 0 0 0 4px var(--white);
  white-space: nowrap;
}

/* ============================================================
   CLIENT MARQUEE
   ============================================================ */
.marquee-wrap { overflow: hidden; position: relative; }
.marquee-wrap::before { left: 0; background: linear-gradient(to right, var(--white), transparent); }
.marquee-wrap::after  { right: 0; background: linear-gradient(to left, var(--white), transparent); }
.marquee-wrap::before, .marquee-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 100px; z-index: 2; pointer-events: none; }
.marquee-track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.marquee-item {
  width: 170px; height: 90px;
  margin: 0 22px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  filter: grayscale(1);
  opacity: .55;
  transition: filter .35s, opacity .35s, transform .35s;
  padding: 8px 12px;
}
.marquee-item:hover { filter: grayscale(0); opacity: 1; transform: scale(1.06); }
.marquee-item img { max-width: 140px; max-height: 64px; width: auto; height: auto; object-fit: contain; display: block; }

/* (Typographic fallback removed — proper client logos in use) */

/* ============================================================
   SKILLS BARS
   ============================================================ */
.skills-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.skill-item { margin-bottom: 26px; }
.skill-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 9px; }
.skill-name { font-size: .88rem; font-weight: 600; color: var(--white); }
.skill-pct  { font-family: var(--font-display); font-size: .88rem; font-weight: 800; color: var(--g1); }
.skill-track { height: 8px; background: rgba(255,255,255,.07); border-radius: 20px; overflow: hidden; }
.skill-fill  { height: 100%; border-radius: 20px; background: linear-gradient(to right, var(--e4), var(--g1)); width: 0; transition: width 1.8s cubic-bezier(.25,.46,.45,.94); }

/* ============================================================
   VALUES GRID
   ============================================================ */
.values-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; }
.value-card {
  background: var(--white);
  border-radius: var(--r2);
  padding: 28px 18px 24px;
  text-align: center;
  border: 1.5px solid var(--border-light);
  box-shadow: var(--s0);
  transition: var(--t);
  position: relative;
  overflow: hidden;
}
.value-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right, var(--e3), var(--g1)); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.value-card:hover { transform: translateY(-6px); box-shadow: var(--se); }
.value-card:hover::after { transform: scaleX(1); }
.value-num { font-family: var(--font-display); font-size: 3.5rem; font-weight: 900; color: rgba(6,61,36,.05); line-height: 1; margin-bottom: 6px; }
.value-emoji { font-size: 2rem; margin-bottom: 12px; display: block; }
.value-card h3 { font-family: var(--font-display); font-size: .95rem; font-weight: 700; color: var(--e2); margin-bottom: 4px; }
.value-tag  { font-size: .65rem; font-weight: 700; color: var(--e4); text-transform: uppercase; letter-spacing: .1em; display: block; margin-bottom: 10px; }
.value-card p { font-size: .8rem; color: var(--muted); line-height: 1.6; }

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.why-card {
  background: var(--e-pale);
  border-radius: var(--r2);
  padding: 26px 22px;
  border: 1.5px solid var(--border-light);
  transition: var(--t);
  position: relative;
  overflow: hidden;
}
.why-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--e2), var(--e3)); opacity: 0; transition: opacity .3s; }
.why-card:hover { transform: translateY(-5px); box-shadow: var(--se); }
.why-card:hover::before { opacity: 1; }
.why-card > * { position: relative; z-index: 1; }
.why-icon { width: 50px; height: 50px; border-radius: var(--r); background: var(--e-light); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 14px; transition: background .3s; }
.why-card:hover .why-icon { background: rgba(240,180,41,.15); }
.why-card h3 { font-family: var(--font-display); font-size: .9rem; font-weight: 700; color: var(--e2); margin-bottom: 8px; transition: color .3s; }
.why-card:hover h3 { color: var(--g1); }
.why-card p { font-size: .82rem; color: var(--muted); line-height: 1.7; transition: color .3s; }
.why-card:hover p { color: rgba(255,255,255,.65); }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
  background:
    radial-gradient(900px 600px at 80% 100%, rgba(240,180,41,.12), transparent 65%),
    linear-gradient(150deg, var(--ink-1) 0%, var(--ink-2) 55%, var(--e2) 110%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: 'GROW';
  position: absolute;
  font-family: var(--font-display);
  font-size: 18rem;
  font-weight: 900;
  color: rgba(255,255,255,.02);
  right: -40px; top: -30px;
  line-height: 1;
  pointer-events: none;
}
.cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; position: relative; z-index: 2; }
.cta-text h2 { margin-bottom: 16px; }
.cta-text p { color: rgba(255,255,255,.6); font-size: 1.02rem; line-height: 1.85; margin-bottom: 32px; }
.cta-contact-list { display: flex; flex-direction: column; gap: 18px; }
.cta-contact-item { display: flex; gap: 14px; align-items: flex-start; }
.cta-contact-icon {
  width: 44px; height: 44px;
  background: rgba(240,180,41,.1);
  border: 1px solid rgba(240,180,41,.2);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.cta-contact-label { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--g2); margin-bottom: 3px; display: block; }
.cta-contact-val { font-size: .88rem; color: rgba(255,255,255,.7); line-height: 1.6; }
.cta-addresses { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.06); display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.cta-addr h3, .cta-addr h4 { font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--g1); margin-bottom: 7px; }
.cta-addr p { font-size: .82rem; color: rgba(255,255,255,.5); line-height: 1.7; }

/* CTA Form Box */
.cta-form-box {
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--r2);
  padding: 40px;
}
.cta-form-box h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.cta-form-box .sub { font-size: .85rem; color: rgba(255,255,255,.45); margin-bottom: 28px; }

/* ── Form fields ── */
.field { margin-bottom: 16px; }
.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 13px 16px;
  background: rgba(255,255,255,.06);
  border: 1.5px solid rgba(255,255,255,.1);
  border-radius: var(--r);
  color: var(--white);
  font-family: var(--font-body);
  font-size: .88rem;
  outline: none;
  transition: border-color .25s, box-shadow .25s;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.28); }
.field select { color: rgba(255,255,255,.55); }
.field select option { background: var(--e2); color: var(--white); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--g1); box-shadow: 0 0 0 3px rgba(240,180,41,.12); }
.field textarea { height: 110px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: var(--e2);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .04em;
  padding: 15px;
  border-radius: var(--r);
  border: none;
  cursor: pointer;
  transition: var(--t);
  margin-top: 6px;
}
.form-submit:hover { transform: translateY(-2px); box-shadow: var(--sg); }

/* Light form (contact page) */
.light-form .field label {
  display: block;
  font-size: .8rem;
  font-weight: 700;
  color: var(--e2);
  margin-bottom: 6px;
  letter-spacing: .02em;
}
.light-form .field input,
.light-form .field textarea,
.light-form .field select { background: var(--white); border-color: var(--border); color: var(--text); }
.light-form .field input::placeholder, .light-form .field textarea::placeholder { color: var(--muted); }
.light-form .field select { color: var(--muted); }
.light-form .field select option { background: var(--white); color: var(--text); }
.light-form .field input:focus, .light-form .field textarea:focus, .light-form .field select:focus { border-color: var(--e3); box-shadow: 0 0 0 3px rgba(13,92,54,.1); }
.light-form .form-submit { background: linear-gradient(135deg, var(--e3), var(--e4)); color: var(--white); }
.light-form .form-submit:hover { box-shadow: var(--se); }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-cards-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 70px; }
.contact-card {
  background: var(--white);
  border-radius: var(--r2);
  padding: 34px 28px;
  text-align: center;
  border-top: 4px solid var(--e3);
  box-shadow: var(--s0);
  border: 1.5px solid var(--border-light);
  border-top: 4px solid var(--e3);
  transition: var(--t);
}
.contact-card:hover { transform: translateY(-5px); box-shadow: var(--se); border-top-color: var(--g1); }
.contact-icon { font-size: 2.4rem; margin-bottom: 16px; }
.contact-card h3 { font-family: var(--font-display); font-size: .9rem; font-weight: 700; color: var(--e2); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; }
.contact-card a, .contact-card p { font-size: .88rem; color: var(--muted); display: block; line-height: 1.9; }
.contact-card a:hover { color: var(--e3); }
.contact-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: start; }
.contact-form-wrap { background: var(--e-pale); border-radius: var(--r3); padding: 50px; border: 1.5px solid var(--border-light); }
.contact-form-wrap h2 { font-family: var(--font-display); font-size: clamp(1.4rem,2.5vw,2rem); font-weight: 800; color: var(--e2); margin-bottom: 8px; }
.contact-form-wrap .form-intro { font-size: .9rem; color: var(--muted); margin-bottom: 32px; }
.addr-block { background: var(--white); border-radius: var(--r); padding: 22px 24px; margin-bottom: 16px; border-left: 4px solid var(--e3); box-shadow: var(--s0); }
.addr-block h4 { font-family: var(--font-display); font-size: .75rem; font-weight: 700; color: var(--e3); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 8px; }
.addr-block p { font-size: .87rem; color: var(--muted); line-height: 1.8; }
.social-row { display: flex; gap: 10px; margin-top: 8px; }
.social-btn { width: 40px; height: 40px; border-radius: var(--r); background: var(--e-pale); border: 1.5px solid var(--border-light); color: var(--e3); display: flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 800; transition: var(--t); }
.social-btn:hover { background: linear-gradient(135deg, var(--e3), var(--e4)); color: var(--white); border-color: transparent; }

/* FAQ */
.faq-wrap { max-width: 780px; margin: 0 auto; }
.faq-item { border-radius: var(--r); border: 1.5px solid var(--border-light); overflow: hidden; margin-bottom: 12px; transition: border-color .25s; }
.faq-item:hover { border-color: var(--e3); }
details summary {
  padding: 20px 26px;
  font-family: var(--font-display);
  font-size: .92rem;
  font-weight: 700;
  color: var(--e2);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  background: var(--white);
}
details summary::after { content: '+'; color: var(--e3); font-size: 1.4rem; font-weight: 400; flex-shrink: 0; transition: transform .3s; }
details[open] summary::after { content: '−'; }
details p { padding: 0 26px 20px; font-size: .88rem; color: var(--muted); line-height: 1.85; background: var(--white); }

/* ============================================================
   BLOG PAGE
   ============================================================ */
.cat-bar { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 52px; }
.cat-btn { padding: 9px 22px; border-radius: 50px; font-size: .78rem; font-weight: 600; letter-spacing: .04em; background: var(--white); color: var(--muted); border: 1.5px solid var(--border); cursor: pointer; transition: var(--t); }
.cat-btn:hover, .cat-btn.active { background: linear-gradient(135deg, var(--e3), var(--e4)); color: var(--white); border-color: transparent; box-shadow: var(--se); }

.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.featured-post { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 56px; }
@media (max-width: 768px) {
  .featured-post { grid-template-columns: 1fr; gap: 28px; padding: 32px 22px; }
}
.blog-card { border-radius: var(--r2); overflow: hidden; background: var(--white); box-shadow: var(--s0); border: 1.5px solid var(--border-light); transition: var(--t); }
.blog-card:hover { transform: translateY(-8px); box-shadow: var(--se); border-color: var(--e-light); }
.blog-img-wrap { overflow: hidden; height: 210px; position: relative; }
.blog-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.blog-card:hover .blog-img-wrap img { transform: scale(1.07); }
.blog-img-placeholder { height: 210px; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; }
.blog-body { padding: 26px; }
.blog-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.blog-cat { background: var(--g4); color: var(--g5); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; }
.blog-date { font-size: .75rem; color: var(--muted); }
.blog-card h3 { font-family: var(--font-display); font-size: 1.02rem; font-weight: 700; color: var(--e2); line-height: 1.4; margin-bottom: 10px; transition: color .2s; }
.blog-card:hover h3 { color: var(--e3); }
.blog-card p { font-size: .84rem; color: var(--muted); line-height: 1.7; margin-bottom: 18px; }
.blog-read { font-size: .78rem; font-weight: 700; color: var(--e3); text-transform: uppercase; letter-spacing: .06em; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s, color .2s; }
.blog-card:hover .blog-read { gap: 10px; color: var(--g3); }

/* ============================================================
   BLOG POST / ARTICLE PAGE
   ============================================================ */
.article-hero {
  background:
    radial-gradient(800px 400px at 70% 30%, rgba(58,136,82,.22), transparent 65%),
    linear-gradient(155deg, var(--ink-1) 0%, var(--ink-2) 65%, var(--e2) 130%);
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.article-hero::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0; height: 60px;
  background: var(--white);
  clip-path: ellipse(60% 100% at 50% 100%);
}
.article-hero-inner { position: relative; z-index: 2; max-width: 850px; margin: 0 auto; padding: 0 28px; }
.article-cat-chip {
  display: inline-block;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: var(--e2);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 18px;
}
.article-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-bottom: 22px;
}
.article-meta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: rgba(255,255,255,.65);
  font-size: .82rem;
  flex-wrap: wrap;
  justify-content: center;
}
.article-meta-author {
  display: flex; align-items: center; gap: 10px;
}
.article-meta-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  border: 2px solid rgba(240,180,41,.4);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--white);
  font-size: .82rem;
}
.article-meta-author strong { color: var(--white); font-weight: 600; }

.article-featured-img {
  max-width: 1100px;
  margin: -50px auto 0;
  padding: 0 28px;
  position: relative;
  z-index: 3;
}
.article-featured-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: var(--r2);
  box-shadow: var(--s3);
}

/* ============================================================
   DOWNLOADABLE RESOURCES (PDFs)
   ============================================================ */
.downloads-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 880px;
  margin: 0 auto;
}
.download-card {
  display: flex;
  gap: 18px;
  align-items: center;
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: var(--r2);
  padding: 24px 26px;
  text-decoration: none;
  color: inherit;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.download-card:hover {
  border-color: var(--g3);
  transform: translateY(-3px);
  box-shadow: var(--se);
}
.download-card .icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: linear-gradient(150deg, var(--e1), var(--e2));
  display: flex; align-items: center; justify-content: center;
  color: var(--g1);
  flex-shrink: 0;
  font-size: 1.45rem;
  font-weight: 800;
  font-family: var(--font-display);
}
.download-card .body { flex: 1; min-width: 0; }
.download-card h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--e2);
  margin-bottom: 4px;
  line-height: 1.25;
}
.download-card p {
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}
.download-card .meta {
  font-size: .72rem;
  color: var(--g3);
  font-weight: 700;
  letter-spacing: .06em;
  margin-top: 6px;
  text-transform: uppercase;
}
.download-card .arrow {
  color: var(--g3);
  font-size: 1.6rem;
  flex-shrink: 0;
  transition: transform .25s;
}
.download-card:hover .arrow { transform: translateX(4px); }
@media (max-width: 720px) {
  .downloads-grid { grid-template-columns: 1fr; gap: 16px; }
  .download-card { padding: 20px 22px; }
}

/* Two-column blog layout: main article + sticky sidebar */
.article-layout {
  max-width: 1180px;
  margin: 60px auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 56px;
  align-items: start;
}
.article-layout .article-body {
  max-width: 760px;
  margin: 0;
  padding: 0;
  font-size: 1.06rem;
  line-height: 1.85;
  color: var(--text-mid);
}
.article-sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 24px; }
.sidebar-card {
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: var(--r2);
  padding: 24px 22px;
}
.sidebar-card.gold {
  background: linear-gradient(150deg, var(--e1), var(--e2));
  border: none;
  color: var(--white);
}
.sidebar-card h4 {
  font-family: var(--font-display);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--e3);
  margin-bottom: 16px;
}
.sidebar-card.gold h4 { color: var(--g1); }
.sidebar-card.gold h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 10px;
}
.sidebar-card.gold p { font-size: .85rem; color: rgba(255,255,255,.7); line-height: 1.7; margin-bottom: 18px; }
.sidebar-card.gold .btn { width: 100%; justify-content: center; }
.sidebar-posts { display: flex; flex-direction: column; gap: 14px; }
.sidebar-post-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding-bottom: 14px; border-bottom: 1px solid var(--border-light);
}
.sidebar-post-item:last-child { border-bottom: none; padding-bottom: 0; }
.sidebar-post-item .num {
  font-family: var(--font-display); font-weight: 800;
  color: var(--g3); font-size: 1.4rem; line-height: 1;
  flex-shrink: 0; opacity: .65;
}
.sidebar-post-item a {
  font-size: .88rem; font-weight: 600; color: var(--e2); line-height: 1.4;
  text-decoration: none;
}
.sidebar-post-item a:hover { color: var(--g3); }
.sidebar-post-item span.cat {
  display: block; font-size: .65rem; font-weight: 700;
  color: var(--muted); letter-spacing: .08em; text-transform: uppercase;
  margin-top: 4px;
}
@media (max-width: 960px) {
  .article-layout { grid-template-columns: 1fr; gap: 40px; max-width: 760px; }
  .article-sidebar { position: static; top: auto; }
}
@media (max-width: 768px) {
  .article-layout { margin: 40px auto; padding: 0 22px; }
}

.article-body {
  max-width: 760px;
  margin: 60px auto;
  padding: 0 28px;
  font-size: 1.06rem;
  line-height: 1.85;
  color: var(--text-mid);
}
.article-body > p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-size: 4.5rem;
  font-weight: 800;
  color: var(--e3);
  float: left;
  line-height: .9;
  padding: 6px 14px 0 0;
}
.article-body p { margin-bottom: 22px; }
.article-body h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 800;
  color: var(--e2);
  margin: 48px 0 18px;
  letter-spacing: -.01em;
  line-height: 1.25;
}
.article-body h2 em { color: var(--g3); font-style: italic; }
.article-body h3 {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 700;
  color: var(--e2);
  margin: 36px 0 14px;
}
.article-body ul, .article-body ol { margin: 0 0 22px 22px; }
.article-body ul li, .article-body ol li { margin-bottom: 10px; line-height: 1.75; }
.article-body ul li::marker { color: var(--g1); }
.article-body ol li::marker { color: var(--g3); font-weight: 700; }
.article-body a {
  color: var(--e3);
  text-decoration: underline;
  text-decoration-color: rgba(13,92,54,.3);
  text-underline-offset: 3px;
  transition: color .2s;
}
.article-body a:hover { color: var(--g3); }
.article-body strong { color: var(--e2); font-weight: 700; }
.article-body em { color: var(--text); font-style: italic; }

/* Pull quote */
.pull-quote {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.3vw, 1.7rem);
  font-style: italic;
  color: var(--e2);
  line-height: 1.4;
  border-left: 4px solid var(--g1);
  padding: 8px 0 8px 28px;
  margin: 36px 0;
  position: relative;
}
.pull-quote::before {
  content: '"';
  font-family: var(--font-display);
  font-size: 5rem;
  color: rgba(240,180,41,.2);
  position: absolute;
  left: 10px; top: -15px;
  line-height: 1;
}

/* Tip / Callout box */
.callout {
  background: linear-gradient(135deg, var(--e-pale), var(--white));
  border-left: 4px solid var(--e3);
  border-radius: var(--r);
  padding: 22px 26px;
  margin: 32px 0;
  box-shadow: var(--s0);
}
.callout-label {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--e3);
  margin-bottom: 6px;
  display: block;
}
.callout-label.gold { color: var(--g3); }
.callout.gold { border-left-color: var(--g1); background: linear-gradient(135deg, #fff8e1, var(--white)); }
.callout p { margin-bottom: 0; font-size: .95rem; }

/* Article footer */
.article-footer {
  max-width: 760px;
  margin: 60px auto 0;
  padding: 36px 28px;
  border-top: 1.5px solid var(--border-light);
}
.article-share { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.article-share-label { font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.article-share a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--e-pale);
  color: var(--e3);
  display: flex; align-items: center; justify-content: center;
  font-size: .78rem;
  font-weight: 700;
  font-family: var(--font-display);
  transition: var(--t);
}
.article-share a:hover { background: linear-gradient(135deg, var(--g1), var(--g2)); color: var(--e2); }

.article-author-box {
  background: var(--e-pale);
  border-radius: var(--r2);
  padding: 32px;
  margin: 40px 28px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 24px;
  align-items: center;
}
.article-author-box .avatar {
  width: 76px; height: 76px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  border: 3px solid var(--g1);
}
.article-author-box .avatar img { width: 100%; height: 100%; object-fit: cover; }
.article-author-box h4 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--e2); margin-bottom: 4px; }
.article-author-box .role { font-size: .78rem; font-weight: 600; color: var(--e3); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.article-author-box p { font-size: .9rem; color: var(--muted); margin: 0; line-height: 1.7; }

/* Related articles */
.related-section { background: var(--e-pale); padding: 80px 0; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .related-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .related-grid { grid-template-columns: 1fr; } .article-author-box { flex-direction: column; text-align: center; } }

.newsletter-box { max-width: 600px; margin: 0 auto; text-align: center; }
.newsletter-box h2 { font-family: var(--font-display); font-size: clamp(1.5rem,3vw,2rem); color: var(--e2); margin-bottom: 10px; }
.newsletter-box p { color: var(--muted); margin-bottom: 28px; font-size: .95rem; }
.newsletter-form { display: flex; gap: 12px; }
.newsletter-form input { flex: 1; padding: 14px 20px; border: 1.5px solid var(--border); border-radius: 50px; font-family: var(--font-body); font-size: .9rem; outline: none; color: var(--text); transition: border-color .25s; }
.newsletter-form input:focus { border-color: var(--e3); box-shadow: 0 0 0 3px rgba(13,92,54,.1); }
.newsletter-form button { padding: 14px 28px; border-radius: 50px; background: linear-gradient(135deg, var(--e3), var(--e4)); color: var(--white); font-weight: 700; font-size: .85rem; border: none; cursor: pointer; transition: var(--t); white-space: nowrap; }
.newsletter-form button:hover { transform: translateY(-2px); box-shadow: var(--se); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--ink-1); color: var(--white); position: relative; overflow: hidden; }
.site-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(to right, var(--e3), var(--g1), var(--g2), var(--g1), var(--e3)); }
.footer-inner { max-width: 1640px; margin: 0 auto; padding: 80px 28px 50px; display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 56px; }
.footer-logo img { height: 72px; width: auto; margin-bottom: 18px; }
.footer-logo p { font-size: .87rem; color: rgba(255,255,255,.75); line-height: 1.85; max-width: 280px; margin-bottom: 24px; }
.footer-socials { display: flex; gap: 10px; }
.footer-social { width: 36px; height: 36px; border-radius: var(--r-sm, 8px); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); display: flex; align-items: center; justify-content: center; font-size: .72rem; color: rgba(255,255,255,.75); font-weight: 800; transition: var(--t); }
.footer-social:hover { background: linear-gradient(135deg, var(--g1), var(--g2)); color: var(--e2); border-color: transparent; }
.footer-col h4 { font-family: var(--font-display); font-size: .78rem; font-weight: 700; color: var(--g1); text-transform: uppercase; letter-spacing: .14em; margin-bottom: 22px; padding-bottom: 10px; border-bottom: 1px solid rgba(240,180,41,.15); }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: .86rem; color: rgba(255,255,255,.78); display: flex; align-items: center; gap: 7px; transition: color .2s; }
.footer-col ul li a::before { content: '›'; color: var(--g1); font-size: 1.1em; }
.footer-col ul li a:hover { color: var(--g1); }
.footer-contact-item { display: flex; gap: 10px; margin-bottom: 13px; }
.footer-contact-item .ico { font-size: .95rem; flex-shrink: 0; margin-top: 2px; }
.footer-contact-item span { font-size: .83rem; color: rgba(255,255,255,.78); line-height: 1.75; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.04); padding: 22px 28px; text-align: center; max-width: 1640px; margin: 0 auto; }
.footer-bottom p { font-size: .78rem; color: rgba(255,255,255,.65); }
.footer-bottom a { color: var(--g1); }

/* ============================================================
   TRAINING-WISE CAROUSELS (gallery page)
   ============================================================ */
.training-block {
  margin-bottom: 56px;
  background: var(--white);
  border-radius: var(--r2);
  padding: 28px 28px 32px;
  box-shadow: var(--s0);
  border: 1px solid var(--border-light);
}
.training-block:last-child { margin-bottom: 0; }

.training-block-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  margin-bottom: 22px;
}
.training-block-title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 700;
  color: var(--e2);
  letter-spacing: -.01em;
  line-height: 1.25;
}
.training-block-count {
  display: inline-block;
  background: var(--cream-2);
  color: var(--g5);
  padding: 4px 12px;
  border-radius: 30px;
  border: 1px solid rgba(240,180,41,.3);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: .82rem;
  margin-left: 10px;
  vertical-align: middle;
}

.training-carousel {
  position: relative;
  overflow: hidden;
  border-radius: var(--r);
  background: var(--e-pale);
}
.training-carousel-track {
  display: flex;
  gap: 14px;
  will-change: transform;
  transition: transform .7s cubic-bezier(.4, 0, .2, 1);
  padding: 4px;
}
.training-carousel-slide {
  flex: 0 0 calc((100% - 28px) / 3);
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
  cursor: zoom-in;
  position: relative;
  background: var(--e-pale);
  box-shadow: var(--s0);
}
.training-carousel-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s;
}
.training-carousel-slide:hover img { transform: scale(1.04); }

.training-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--border-light);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--e2);
  z-index: 4;
  box-shadow: var(--s1);
  transition: var(--t);
  user-select: none;
}
.training-carousel-arrow:hover {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: var(--e2);
  border-color: transparent;
  box-shadow: var(--sg);
}
.training-carousel-arrow.prev { left: 12px; }
.training-carousel-arrow.next { right: 12px; }

.training-carousel-dots {
  display: flex; justify-content: center; gap: 8px;
  margin-top: 16px;
  padding: 0; list-style: none;
}
.training-carousel-dots button {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  border: none;
  padding: 0;
  transition: all .25s;
}
.training-carousel-dots button:hover { background: var(--e3); }
.training-carousel-dots button.active {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  width: 22px; border-radius: 5px;
}

@media (max-width: 900px) {
  .training-carousel-slide { flex: 0 0 calc((100% - 14px) / 2); }
}
@media (max-width: 560px) {
  .training-carousel-slide { flex: 0 0 100%; aspect-ratio: 16 / 11; }
  .training-carousel-arrow { width: 38px; height: 38px; font-size: 1.1rem; }
  .training-block { padding: 22px 18px 24px; }
}

/* ============================================================
   GALLERY PAGE
   ============================================================ */
.gallery-filter {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px; margin-bottom: 44px;
}
.gallery-tab {
  font-family: var(--font-body);
  font-size: .85rem; font-weight: 600;
  padding: 9px 18px;
  border-radius: 50px;
  background: var(--white);
  border: 1.5px solid var(--border-light);
  color: var(--muted);
  cursor: pointer;
  transition: var(--t);
  display: inline-flex; align-items: center; gap: 8px;
}
.gallery-tab:hover { border-color: var(--e3); color: var(--e2); }
.gallery-tab.active {
  background: linear-gradient(135deg, var(--e3), var(--e2));
  color: #fff; border-color: transparent;
  box-shadow: var(--se);
}
.gallery-tab-count {
  font-family: var(--font-display);
  font-size: .72rem; font-weight: 800;
  background: rgba(0,0,0,.08);
  padding: 2px 9px; border-radius: 30px;
  letter-spacing: 0;
}
.gallery-tab.active .gallery-tab-count { background: rgba(255,255,255,.2); color: var(--g2); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px)  { .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (max-width: 480px)  { .gallery-grid { grid-template-columns: 1fr; } }

.gallery-card {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  cursor: zoom-in;
  aspect-ratio: 1 / 1;
  box-shadow: var(--s0);
  transition: var(--t);
  background: var(--e-pale);
  margin: 0;
}
.gallery-card:hover { transform: translateY(-4px); box-shadow: var(--se); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.gallery-card:hover img { transform: scale(1.07); }
.gallery-card figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 14px 12px;
  background: linear-gradient(to top, rgba(2,26,14,.9), transparent);
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .04em;
}
.gallery-card-label {
  font-family: var(--font-body);
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  background: rgba(240,180,41,.18);
  border: 1px solid rgba(240,180,41,.35);
  padding: 4px 11px;
  border-radius: 30px;
  color: var(--g2);
  font-weight: 700;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed; inset: 0;
  z-index: 9999;
  background: rgba(2,26,14,.96);
  align-items: center; justify-content: center;
  padding: 60px 28px;
  backdrop-filter: blur(6px);
}
.lightbox.open { display: flex; }
.lightbox-stage {
  position: relative;
  max-width: 92vw;
  max-height: 86vh;
  display: flex; flex-direction: column; align-items: center;
  margin: 0;
}
.lightbox-stage img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: var(--r);
  box-shadow: 0 24px 80px rgba(0,0,0,.5);
  display: block;
  object-fit: contain;
}
.lightbox-stage figcaption {
  margin-top: 14px;
  color: rgba(255,255,255,.72);
  font-size: .85rem;
  letter-spacing: .04em;
}
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  width: 48px; height: 48px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex; align-items: center; justify-content: center;
  transition: var(--t);
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover {
  background: var(--g1);
  color: var(--e2);
  border-color: transparent;
}
.lightbox-close { top: 24px; right: 24px; }
.lightbox-prev  { left: 24px;  top: 50%; transform: translateY(-50%); }
.lightbox-next  { right: 24px; top: 50%; transform: translateY(-50%); }
@media (max-width: 640px) {
  .lightbox-prev, .lightbox-next { width: 40px; height: 40px; font-size: 1.2rem; }
  .lightbox-prev { left: 12px; }  .lightbox-next { right: 12px; }
  .lightbox-close { top: 16px; right: 16px; width: 40px; height: 40px; }
}

/* ── Floating WhatsApp button ─────────────────────────────── */
.wa-float {
  position: fixed;
  bottom: 90px;
  right: 24px;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.5);
  animation: waPulse 2.5s ease-in-out infinite;
  z-index: 998;
  transition: transform .25s;
}
.wa-float:hover {
  transform: scale(1.08);
  animation: none;
  box-shadow: 0 10px 32px rgba(37,211,102,.6);
}
.wa-float svg { width: 30px; height: 30px; display: block; }
.wa-float .wa-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #25D366;
  opacity: 0;
  animation: waRipple 2.5s ease-out infinite;
}
@keyframes waPulse {
  0%,100% { box-shadow: 0 8px 28px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.5); }
  50%     { box-shadow: 0 8px 28px rgba(37,211,102,.45), 0 0 0 12px rgba(37,211,102,0); }
}
@keyframes waRipple {
  0%   { transform: scale(1);   opacity: .7; }
  100% { transform: scale(1.6); opacity: 0; }
}
@media (max-width: 640px) {
  .wa-float { bottom: 78px; right: 16px; width: 52px; height: 52px; }
  .wa-float svg { width: 26px; height: 26px; }
}

/* Back to top */
#back-to-top {
  position: fixed; bottom: 28px; right: 28px;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: var(--e2);
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: var(--sg);
  opacity: 0; pointer-events: none;
  transition: opacity .3s, transform .3s;
  z-index: 999;
}
#back-to-top:hover { transform: translateY(-3px); }
#back-to-top.visible { opacity: 1; pointer-events: auto; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .team-grid-5 { grid-template-columns: repeat(3,1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .values-grid { grid-template-columns: repeat(3,1fr); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .main-nav { display: none; }
  .header-right .header-phone { display: none; }
  .hamburger { display: flex; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-left { padding: 100px max(28px, calc((100vw - 1240px)/2 + 28px)) 80px; text-align: center; }
  .hero-sub { margin: 0 auto 42px; }
  .hero-actions { justify-content: center; }
  .hero-stats { justify-content: center; }
  .about-home-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-img-wrap { display: none; }
  .about-home-grid .about-text { padding: 0; }
  .services-showcase-grid { grid-template-columns: repeat(2,1fr); }
  .services-showcase-row2 { grid-template-columns: 1fr 1fr; max-width: 100%; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .price-card.featured { transform: none; }
  .cta-inner { grid-template-columns: 1fr; gap: 48px; }
  .contact-layout { grid-template-columns: 1fr; }
  .svc-detail { grid-template-columns: 1fr; gap: 40px; }
  .svc-detail.rev { direction: ltr; }
  .process-steps::before { display: none; }
  .skills-grid { grid-template-columns: 1fr; gap: 48px; }
  .process-steps { grid-template-columns: 1fr; gap: 28px; }
  .cta-addresses { grid-template-columns: 1fr; }
  .contact-cards-row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .section { padding: 70px 0; }
  .services-showcase-grid, .services-showcase-row2 { grid-template-columns: 1fr; max-width: 100%; }
  .team-grid-5 { grid-template-columns: repeat(2,1fr); }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .blog-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .contact-form-wrap { padding: 32px 24px; }
  .cta-form-box { padding: 28px 22px; }
  .stats-grid { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .team-grid-5 { grid-template-columns: 1fr; max-width: 260px; margin: 0 auto; }
  .values-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   ADDITIONAL MOBILE / TABLET POLISH
   ============================================================ */

/* Tablet (up to 1024px) */
@media (max-width: 1024px) {
  .container { padding: 0 22px; }
  .section { padding: 80px 0; }

  /* Hero stats wrap on tablet */
  .hero-stats { gap: 24px; flex-wrap: wrap; }
  .hero-stat { padding: 0 20px 0 0; margin-right: 20px; }

  /* About page who-inner stack */
  .who-inner { grid-template-columns: 1fr; gap: 48px; }
  .who-proof { display: none; }
  .who-text .pillars { grid-template-columns: 1fr 1fr; }

  /* Hide topbar phone-style email on tablet (saves room) */
  .topbar-left { gap: 14px; font-size: .72rem; }

  /* Smaller header on tablet */
  .header-inner { min-height: 76px; padding: 8px 0; gap: 14px; }
  .logo img { height: 48px; }
  .logo-text strong { font-size: .74rem; }
  .logo-text small  { font-size: .38rem; }

  /* Cards spacing */
  .testi-card { flex: 0 0 320px; }
}

/* Mobile (up to 768px) */
@media (max-width: 768px) {
  .container { padding: 0 18px; }
  .section { padding: 60px 0; }

  /* Smaller topbar */
  .topbar { font-size: .7rem; padding: 6px 0; }
  .topbar-inner { gap: 10px; flex-wrap: wrap; justify-content: center; }
  .topbar-left  { display: none; }    /* Hide emails on phone */
  .topbar-right { gap: 12px; }
  .topbar-social { gap: 12px; }

  /* Hero stats — stack as 2x2 grid */
  .hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 28px;
    padding-top: 26px;
  }
  .hero-stat { padding: 0; margin: 0; border: none; text-align: center; }
  .hero-stat .num { font-size: 1.8rem; }

  /* Hero left padding adjust */
  .hero-left { padding: 80px 18px 60px; }
  .hero-headline { font-size: clamp(2rem, 7vw, 2.8rem); margin-bottom: 18px; }
  .hero-sub { font-size: .95rem; margin-bottom: 30px; }
  .hero-actions { gap: 12px; }

  /* Buttons stack cleaner */
  .btn { padding: 13px 26px; font-size: .82rem; }

  /* Page hero — extra bottom padding so the ellipse curve doesn't eat text */
  .page-hero { padding: 56px 0 110px; }
  .page-hero h1 { font-size: clamp(1.7rem, 6vw, 2.4rem); }
  .page-hero .subtitle { font-size: .95rem; padding: 0 18px; }
  .page-hero::after { height: 36px; clip-path: ellipse(90% 100% at 50% 100%); }
  .page-hero .bg-word { font-size: clamp(60px, 22vw, 130px); }
  .page-hero .breadcrumb { margin-bottom: 14px; }

  /* Section heads */
  .display-title.xl { font-size: clamp(1.7rem, 6vw, 2.4rem); }
  .display-title.lg { font-size: clamp(1.5rem, 5vw, 2rem); }

  /* Process steps spacing */
  .process-steps { gap: 36px; }

  /* Service cards smaller padding */
  .svc-card-overlay { padding: 20px; }
  .svc-card-overlay h3 { font-size: 1.05rem; }

  /* Testimonial cards full width */
  .testi-card { flex: 0 0 88vw; max-width: 360px; }
  .testi-quote { font-size: .88rem; }

  /* Carousel arrows hidden, only dots */
  .carousel-arrow { display: none; }

  /* Pricing cards stack */
  .price-card { padding-bottom: 8px; }

  /* Service detail items stack */
  .svc-detail { gap: 32px; margin-bottom: 60px; padding-bottom: 60px; }
  .svc-num { font-size: 3.2rem; }

  /* Stats grid */
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
  .stat-num { font-size: 2.4rem; }

  /* CTA section */
  .cta-section { padding: 60px 0; }
  .cta-form-box { padding: 28px 22px; }

  /* Footer single column */
  .footer-inner { padding: 50px 22px 32px; gap: 36px; }
  .footer-logo p { max-width: none; }

  /* Article body padding */
  .article-body { padding: 0 22px; margin: 40px auto; font-size: 1rem; }
  .article-featured-img { padding: 0 18px; }
  /* Article hero — extra bottom padding so the ellipse curve doesn't eat the meta row */
  .article-hero { padding: 56px 0 100px; }
  .article-hero h1 { font-size: clamp(1.5rem, 5.5vw, 2.2rem); }
  .article-hero::after { height: 34px; clip-path: ellipse(90% 100% at 50% 100%); }
  .article-meta { gap: 10px; font-size: .76rem; }
  .article-hero-inner { padding: 0 22px; }

  /* Eyebrow size */
  .eyebrow { font-size: .68rem; }

  /* Google rating banner stack */
  .google-banner { padding: 24px 20px; gap: 16px; }
  .google-rating-num { font-size: 1.9rem; }
  .google-rating-stars { font-size: 1.2rem; }
}

/* Phone (up to 480px) */
@media (max-width: 480px) {
  .header-inner { gap: 8px; }
  .logo-text { display: none; }       /* Tiny phones: logo only */
  .header-right .btn { padding: 9px 18px; font-size: .72rem; }

  .hero-headline { font-size: 1.85rem; }
  .hero-stat .num { font-size: 1.6rem; }
  .hero-stat .lbl { font-size: .65rem; }

  .display-title.xl { font-size: 1.6rem; }
  .display-title.lg { font-size: 1.35rem; }

  .testi-card { padding: 22px 18px; }
  .testi-quote { font-size: .85rem; -webkit-line-clamp: 7; }

  .stats-grid { grid-template-columns: 1fr; gap: 28px; }
  .stat-num { font-size: 2.6rem; }

  /* 3M framework cards — stack 1 column on small phones so labels don't squeeze */
  .m3-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
  /* Mission & Vision two-up — stack on mobile */
  .mv-grid { grid-template-columns: 1fr !important; gap: 22px !important; }
  .mv-card { padding: 32px 24px !important; }

  /* Centre CTA buttons on phones */
  .cta-btn-row { justify-content: center !important; }
  .cta-text { text-align: center; }
  .cta-text .gold-rule.left { justify-content: center; }

  /* CTA contact items — stack icon above text, centred */
  .cta-contact-item { flex-direction: column; align-items: center; gap: 8px; text-align: center; }
  .cta-contact-icon { margin: 0 auto; }
  .cta-contact-label, .cta-contact-val { display: block; }
  .cta-contact-val { word-break: break-word; }

  /* Address blocks already stack — make sure each centres */
  .cta-addr { text-align: center; }
  .cta-addresses { gap: 22px; }

  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom p { font-size: .7rem; }

  .topbar-social a { font-size: .68rem; }

  .price-amt { font-size: 2.4rem; }
}

/* ============================================================
   OUTBOUND TRAINING LANDING PAGE
   Self-contained layout system so every section shares the same
   horizontal rhythm. Nothing here reuses the dark-background
   .stats-grid / .stat-* primitives, which are white-on-dark.
   ============================================================ */

/* Tighter vertical rhythm than the 110px sitewide default */
.ob-section { padding: 84px 0; overflow-x: clip; }

/* Centred section header — same measure on every section */
.ob-head { text-align: center; max-width: 1100px; margin: 0 auto 48px; }
.ob-head h2, .ob-head p { text-wrap: balance; }
.ob-head .eyebrow { justify-content: center; }
.ob-head .gold-rule { margin: 18px auto 16px; }
.ob-head p { font-size: 1.02rem; color: var(--muted); line-height: 1.8; }

/* Readable prose column, centred on the same axis as the header */
.ob-prose { max-width: 880px; margin: 0 auto; }
.ob-prose > p { font-size: 1.06rem; color: var(--text-mid, var(--muted)); line-height: 1.9; margin-bottom: 18px; }
.ob-prose > p:last-child { margin-bottom: 0; }
.ob-prose ol { list-style: decimal; margin: 4px 0 0 24px; font-size: 1.04rem; line-height: 1.9; color: var(--muted); }
.ob-prose ol li { margin-bottom: 16px; }
.ob-prose ol li::marker { color: var(--g3); font-weight: 800; }
.ob-prose ol li:last-child { margin-bottom: 0; }
.ob-prose ol li strong { color: var(--e2); }

/* Quick-facts strip — light background, readable labels */
.ob-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1320px; margin: 0 auto; }
.ob-stat {
  text-align: center;
  padding: 26px 16px;
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: var(--r2);
  transition: border-color .25s, transform .25s;
}
.ob-stat:hover { border-color: var(--g3); transform: translateY(-3px); }
.ob-stat .ico { font-size: 1.5rem; display: block; margin-bottom: 10px; }
.ob-stat .n {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 800;
  color: var(--e2);
  line-height: 1.15;
  white-space: nowrap;
}
.ob-stat .l {
  display: block;
  margin-top: 8px;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #8A6D0B;
}

/* Activity cards — 3 across on desktop uses the width properly */
.ob-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1320px; margin: 0 auto; }
.ob-card {
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: var(--r2);
  padding: 28px 26px;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.ob-card:hover { border-color: var(--g3); transform: translateY(-3px); box-shadow: var(--se); }
.ob-card .ico {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(150deg, var(--e1), var(--e2));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; margin-bottom: 16px;
}
.ob-card h3 { font-family: var(--font-display); font-size: 1.08rem; font-weight: 800; color: var(--e2); margin-bottom: 8px; }
.ob-card p { font-size: .92rem; color: var(--muted); line-height: 1.7; margin-bottom: 12px; }
.ob-card .tag { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #8A6D0B; }

/* Fit-assessment two-up */
.ob-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1320px; margin: 0 auto; }
.ob-fit {
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: var(--r2);
  padding: 30px 28px;
}
.ob-fit.yes { border-color: #bfe3cf; }
.ob-fit.no  { border-color: #ecd9d9; }
.ob-fit h3 { font-family: var(--font-display); font-size: 1.06rem; margin-bottom: 16px; }
.ob-fit.yes h3 { color: var(--e2); }
.ob-fit.no  h3 { color: #8a3a3a; }
.ob-fit ul { margin: 0 0 0 20px; list-style: disc; }
.ob-fit li::marker { color: var(--g3); }
.ob-fit li { font-size: .94rem; line-height: 1.7; color: var(--muted); margin-bottom: 12px; padding-left: 4px; }
.ob-fit li:last-child { margin-bottom: 0; }

/* Related links */
.ob-links { max-width: 1000px; margin: 0 auto; }
.ob-links ul { list-style: disc; margin-left: 20px; }
.ob-links li::marker { color: var(--g3); }
.ob-links li { font-size: 1rem; line-height: 1.9; margin-bottom: 8px; color: var(--muted); }
.ob-links a { color: var(--e3); font-weight: 600; }
.ob-links a:hover { color: var(--g3); }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .ob-grid3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .ob-section { padding: 64px 0; }
  .ob-stats { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .ob-fit-grid { grid-template-columns: 1fr; gap: 16px; }
  .ob-head { margin-bottom: 36px; }
}
@media (max-width: 620px) {
  .ob-grid3 { grid-template-columns: 1fr; gap: 16px; }
  .ob-stat { padding: 20px 12px; }
  .ob-prose > p, .ob-prose ol { font-size: 1rem; }
}

/* Outbound page: widen the shared FAQ accordion without touching other pages */
.ob-section .faq-wrap { max-width: 1000px; }

/* ============================================================
   SERVICE ACTION ROW — keep price tag + both CTAs on one line
   ============================================================ */
.svc-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.svc-actions .svc-price-tag { margin-right: 0; flex-shrink: 0; }
.svc-actions .btn {
  padding: 12px 24px;
  font-size: .84rem;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 1180px) {
  .svc-actions { gap: 7px; }
  .svc-actions .btn { padding: 10px 12px; font-size: .77rem; }
  .svc-actions .svc-price-tag { padding: 7px 12px; font-size: .78rem; }
}
@media (max-width: 900px) {
  /* Layout has stacked by here — room to breathe again */
  .svc-actions { flex-wrap: wrap; gap: 12px; }
  .svc-actions .btn { padding: 12px 24px; font-size: .84rem; }
  .svc-actions .svc-price-tag { padding: 8px 20px; font-size: .88rem; }
}

/* ============================================================
   RELATED READING CARDS (service landing pages)
   ============================================================ */
.ob-readmore {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.ob-read-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: var(--r2);
  padding: 26px 26px 22px;
  text-decoration: none;
  color: inherit;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.ob-read-card:hover { border-color: var(--g3); transform: translateY(-3px); box-shadow: var(--se); }
.ob-read-tag {
  display: inline-block;
  align-self: flex-start;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--e2);
  background: var(--e-pale);
  border-radius: 30px;
  padding: 5px 12px;
  margin-bottom: 14px;
}
.ob-read-card h3 {
  font-family: var(--font-display);
  font-size: 1.06rem;
  font-weight: 800;
  color: var(--e2);
  line-height: 1.35;
  margin-bottom: 8px;
}
.ob-read-card p {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 16px;
  flex-grow: 1;
}
.ob-read-go {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--g3);
  transition: transform .25s;
}
.ob-read-card:hover .ob-read-go { color: var(--e3); }
@media (max-width: 760px) {
  .ob-readmore { grid-template-columns: 1fr; gap: 14px; }
  .ob-read-card { padding: 22px 22px 18px; }
}

/* ============================================================
   MOBILE HERO — equal-width stacked CTAs + float clearance
   ============================================================ */
@media (max-width: 620px) {
  /* Buttons stack full-width so their edges align instead of
     each centring at its own intrinsic width. */
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .hero-actions .btn { width: 100%; justify-content: center; }

  /* Keep the fixed WhatsApp / back-to-top buttons clear of the
     hero stat figures they were overlapping. */
  .wa-float { bottom: 92px; right: 12px; width: 46px; height: 46px; }
  .wa-float svg { width: 23px; height: 23px; }
  #back-to-top { right: 12px; }
  .hero-stats { padding-right: 64px; }
}
