/* ============================================================
   ALVARAA GLOBAL TRADING - STYLE SHEET
   Premium dark/gold direction. Cleaner, more spacious.
   ============================================================ */

:root {
  --navy: #0D2137;
  --navy-2: #0a1a2c;
  --steel: #1B4F72;
  --gold: #C9A84C;
  --gold-2: #d6b75a;
  --gold-l: #F9F3E3;
  --gold-tint: #FAF6E8;
  --slate: #2C3E50;
  --ice: #EAF2FB;
  --smoke: #F4F6F8;
  --sep: #D5E8F5;
  --cream: #f5f1e6;
  --ink: #1a2433;
  --ink-2: #4a5a72;
  --ink-3: #6e7e96;
  --line: #e3e8ef;
  --bg: #ffffff;
  --shadow-sm: 0 1px 2px rgba(13,33,55,.05);
  --shadow: 0 8px 24px rgba(13,33,55,.06), 0 1px 3px rgba(13,33,55,.04);
  --shadow-lg: 0 18px 48px rgba(13,33,55,.10), 0 4px 12px rgba(13,33,55,.05);

  /* Compliance accent palette — Alvaraa navy/gold only */
  --acc-iec:    var(--gold);     /* primary gold */
  --acc-gst:    var(--navy);     /* deep navy */
  --acc-fssai:  #B8902E;          /* bronze gold */
  --acc-apeda:  var(--gold-2);   /* warm gold */
  --acc-spice:  var(--steel);    /* royal blue */
  --acc-usfda:  var(--gold);     /* primary gold */
  --acc-mpeda:  var(--navy);     /* deep navy */
  --acc-msme:   #B8902E;          /* bronze gold */
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.mono { font-family: "JetBrains Mono", "SF Mono", Menlo, monospace; font-variant-numeric: tabular-nums; letter-spacing: -.2px; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============ TOP STRIP ============ */
.top-strip {
  background: var(--navy);
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.top-strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  flex-wrap: wrap;
  gap: 8px;
}
.top-strip-l, .top-strip-r {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.3px;
}
.top-strip a { color: var(--gold); font-weight: 600; transition: color .15s; }
.top-strip a:hover { color: var(--gold-2); }
.top-strip .dot { color: rgba(255,255,255,0.3); }
@media (max-width: 720px) {
  .top-strip-l { display: none; }
  .top-strip-inner { justify-content: center; height: 32px; font-size: 11px; }
}

/* ============ NAV ============ */
.site-header {
  background: rgba(255,255,255,0.95);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  transition: box-shadow .2s, background .2s;
}
.site-header.scrolled {
  box-shadow: var(--shadow-sm);
  background: rgba(255,255,255,0.98);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 24px;
}

/* ===== BRAND MARK — gold star with optional logo overlay ===== */
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  flex-shrink: 0;
}
.brand-mark {
  position: relative;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: inline-block;
}
.brand-star {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fcd884, var(--gold) 55%, #a8842e);
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 2px 10px rgba(201,168,76,0.30), inset 0 0 0 1px rgba(255,255,255,0.18);
  z-index: 1;
}
.brand-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  z-index: 2;
  opacity: 0;
  transition: opacity .25s;
}
.brand-mark.logo-loaded .brand-logo { opacity: 1; }
.brand-mark.logo-loaded .brand-star { display: none; }

.brand-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.3px;
  line-height: 1.1;
  white-space: nowrap;
}
.nav-links {
  display: flex;
  gap: 28px;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  letter-spacing: 0.3px;
  position: relative;
  transition: color .15s;
}
.nav-links a:hover { color: var(--navy); }
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s;
}
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta {
  background: var(--navy);
  color: #fff;
  padding: 11px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all .2s;
  white-space: nowrap;
}
.nav-cta:hover {
  background: var(--gold);
  color: var(--navy);
}
.nav-toggle {
  display: none;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 6px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--navy);
  border-radius: 1px;
  transition: transform .25s, opacity .15s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1080px) {
  .nav-links { gap: 20px; }
  .nav-links a { font-size: 13.5px; }
  .brand-name { font-size: 18px; }
}
@media (max-width: 920px) {
  .nav-inner { height: 72px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-star { font-size: 16px; }
  .brand-name { font-size: 16px; }
  .nav-links {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    gap: 0;
    padding: 8px 24px 20px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform .2s, opacity .2s;
  }
  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-links a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }
  .nav-links a::after { display: none; }
  .nav-cta { display: none; }
  .nav-toggle { display: flex; }
}
@media (max-width: 480px) {
  .brand-name { font-size: 14px; max-width: 160px; white-space: normal; line-height: 1.2; }
}

/* ============ HERO ============ */
.hero {
  position: relative;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  padding: 120px 0 130px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 80% 20%, rgba(201,168,76,0.18), transparent 60%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(27,79,114,0.4), transparent 60%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
  z-index: 0;
}
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 30%, transparent 70%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--gold);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.hero-eyebrow .rule {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--gold);
}
.hero-h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -0.5px;
  margin-bottom: 28px;
  color: #fff;
}
.hero-h1 em {
  color: var(--gold);
  font-style: italic;
  font-weight: 700;
}
.hero-sub {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  max-width: 620px;
  margin-bottom: 42px;
  font-weight: 400;
}
.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 72px;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  border-top: 1px solid rgba(201,168,76,0.25);
  padding-top: 36px;
  max-width: 760px;
}
.stat {
  text-align: left;
  padding-right: 24px;
  border-right: 1px solid rgba(201,168,76,0.15);
}
.stat:last-child { border-right: 0; }
.stat-v {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.5px;
}
.stat-l {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 8px;
}

@media (max-width: 720px) {
  .hero { padding: 72px 0 88px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .stat { padding-right: 12px; }
  .stat:nth-child(2) { border-right: 0; }
  .hero-ctas .btn { width: 100%; }
}

/* ============ BUYER PROMISE STRIP ============ */
.promise {
  background: var(--navy);
  color: #fff;
  padding: 40px 0;
  border-top: 1px solid rgba(201,168,76,0.22);
  border-bottom: 1px solid rgba(201,168,76,0.22);
  position: relative;
}
.promise::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 80% at 50% 50%, rgba(201,168,76,0.06), transparent 70%);
  pointer-events: none;
}
.promise-inner {
  text-align: center;
  max-width: 920px;
  position: relative;
}
.promise-rule {
  width: 36px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 18px;
}
.promise-text {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.6;
  font-weight: 500;
  color: rgba(255,255,255,0.88);
  letter-spacing: 0.1px;
}
.promise-text strong {
  color: var(--gold);
  font-weight: 600;
  font-style: italic;
}

@media (max-width: 600px) {
  .promise { padding: 32px 0; }
  .promise-text { font-size: 17px; }
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  transition: all .2s;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 4px 16px rgba(201,168,76,0.3);
}
.btn-primary:hover {
  background: var(--gold-2);
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(201,168,76,0.4);
}
.btn-secondary {
  background: transparent;
  color: var(--gold);
  border: 1.5px solid var(--gold);
}
.btn-secondary:hover {
  background: var(--gold);
  color: var(--navy);
}
.btn-block { width: 100%; }

/* ============ TRUST BAR ============ */
.trust-bar {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.trust-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.trust-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.trust-pill {
  background: #fff;
  color: var(--navy);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 6px 14px;
  border-radius: 16px;
  border: 1px solid #e0d6b3;
}

/* ============ SECTIONS ============ */
.section { padding: 110px 0; }
.section-head {
  margin-bottom: 64px;
  max-width: 720px;
}
.section-head-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.eyebrow {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.section-head-center .eyebrow {
  position: relative;
  padding: 0 24px;
}
.section-head-center .eyebrow::before,
.section-head-center .eyebrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 1px;
  background: var(--gold);
  opacity: 0.4;
}
.section-head-center .eyebrow::before { left: 0; }
.section-head-center .eyebrow::after { right: 0; }
.section-h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 600;
  line-height: 1.15;
  color: var(--navy);
  letter-spacing: -0.3px;
}
.section-lede {
  margin-top: 20px;
  font-size: 16.5px;
  color: var(--ink-2);
  line-height: 1.7;
}

@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .section-head { margin-bottom: 44px; }
}

/* ============ ABOUT ============ */
.section-about { background: #fff; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 72px;
  align-items: start;
}
.about-text p {
  margin-bottom: 22px;
  font-size: 17px;
  color: var(--ink-2);
  line-height: 1.8;
}
.about-text p:first-child::first-letter {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  float: left;
  line-height: 0.9;
  margin: 8px 8px 0 0;
  color: var(--gold);
  font-weight: 700;
}
.about-sig {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.sig-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--navy);
}
.sig-role {
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 4px;
}
.kv-card {
  background: #fff;
  border: 1px solid rgba(201,168,76,0.28);
  border-top: 3px solid var(--gold);
  border-radius: 8px;
  padding: 0 0 6px;
  position: sticky;
  top: 100px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.kv-card-h {
  background: linear-gradient(180deg, var(--navy), var(--navy-2));
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(201,168,76,0.22);
}
.kv-row {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 13px 24px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.kv-row:last-child { border-bottom: 0; }
.kv-l {
  color: var(--ink-3);
  font-weight: 500;
  letter-spacing: 0.4px;
  flex-shrink: 0;
}
.kv-v {
  color: var(--navy);
  font-weight: 600;
  text-align: right;
  line-height: 1.4;
  min-width: 0;
  overflow-wrap: anywhere;
}

/* Payment pills inside info card */
.kv-row-pmt {
  align-items: flex-start;
}
.kv-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
  text-align: right;
}
.kv-pill {
  display: inline-block;
  background: #fff;
  color: var(--navy);
  border: 1px solid var(--gold);
  border-radius: 14px;
  padding: 4px 10px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
  font-family: "JetBrains Mono", monospace;
}
@media (max-width: 480px) {
  .kv-row { grid-template-columns: 1fr; gap: 6px; padding: 13px 20px; }
  .kv-v { text-align: left; }
  .kv-pills { justify-content: flex-start; }
}

@media (max-width: 920px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .kv-card { position: static; }
}

/* ============ PRODUCTS ============ */
.section-products { background: var(--smoke); }
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
}
.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 32px 32px 28px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative;
}
.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--gold);
  transition: width .3s;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold);
}
.product-card:hover::before { width: 100%; }
.pc-h {
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 22px;
  line-height: 1.25;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
/* Grouped product card body — easier to scan */
.pc-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pc-grp {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 9px 0;
  border-bottom: 1px solid rgba(213,232,245,0.72);
}
.pc-grp-h {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 9px;
  border: 1px solid rgba(201,168,76,0.42);
  border-radius: 14px;
  background: var(--gold-tint);
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.pc-grp-v {
  font-size: 14px;
  color: var(--navy);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.1px;
}
.pc-meta {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--gold);
  display: grid;
  gap: 10px;
}
.pc-details-h {
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 2px;
}
.pc-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  align-items: start;
}
.pc-row .pc-l {
  font-size: 9.5px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 700;
  padding-top: 2px;
}
.pc-row .pc-v {
  color: var(--ink-2);
  font-weight: 500;
  font-size: 12.5px;
  line-height: 1.55;
}
@media (max-width: 480px) {
  .products-grid { grid-template-columns: minmax(0, 1fr); }
  .product-card { padding: 28px 24px 24px; }
  .pc-grp { grid-template-columns: 1fr; gap: 6px; }
  .pc-grp-h { justify-content: flex-start; width: fit-content; }
  .pc-row { grid-template-columns: 72px 1fr; gap: 10px; }
}

/* ============ MARKETS ============ */
.section-markets { background: #fff; }
.markets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
}
.market-tile {
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.market-tile::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(201,168,76,0.10), transparent 65%);
  pointer-events: none;
}
.market-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.market-rule {
  width: 36px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 16px;
  position: relative;
}
.market-region {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 14px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  position: relative;
}
.market-flags {
  font-size: 22px;
  letter-spacing: 4px;
  margin-bottom: 14px;
  line-height: 1.2;
  position: relative;
  text-shadow: 0 0 0 transparent; /* prevent emoji color shift on some platforms */
}
.market-c {
  font-size: 13.5px;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.2px;
  position: relative;
}

/* ============ WHY ============ */
.section-why {
  background: var(--cream);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 20px;
}
.why-card {
  background: #fff;
  border-radius: 8px;
  padding: 32px 30px;
  border: 1px solid var(--line);
  transition: transform .2s, box-shadow .2s;
}
.why-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.why-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}
.why-h {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 16px;
  line-height: 1.3;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.why-list li {
  position: relative;
  padding: 6px 0 6px 22px;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.6;
}
.why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

/* ============ MOQ ============ */
.section-moq { background: #fff; }
.moq-stack {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
.moq-line {
  background: var(--smoke);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  align-items: center;
}
.moq-tag {
  font-size: 10.5px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
.moq-line p {
  font-size: 15.5px;
  color: var(--ink-2);
  line-height: 1.6;
  margin: 0;
}
.moq-line p strong {
  color: var(--navy);
  font-weight: 700;
}
@media (max-width: 600px) {
  .moq-line { grid-template-columns: 1fr; gap: 8px; padding: 20px 22px; }
}

/* ============ WHAT WE NEED ============ */
.section-need { background: var(--smoke); }
.need-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 16px;
}
.need-card {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  padding: 24px 26px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: transform .15s, box-shadow .15s;
}
.need-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.need-card-wide {
  grid-column: 1 / -1;
  background: var(--navy);
  color: #fff;
  border-color: var(--gold);
}
.need-card-wide .need-h { color: var(--gold); }
.need-card-wide .need-d { color: rgba(255,255,255,0.75); }
.need-card-wide .need-num { color: var(--gold); }
.need-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.5px;
  flex-shrink: 0;
  min-width: 32px;
}
.need-body { flex: 1; }
.need-h {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
  line-height: 1.3;
}
.need-d {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.65;
}

/* ============ CAPABILITIES ============ */
.section-cap { background: #fff; }
.cap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.cap-card {
  background: var(--smoke);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px 28px;
  transition: transform .2s, box-shadow .2s, border-color .2s, background .2s;
}
.cap-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--gold);
  background: #fff;
}
.cap-card-wide {
  grid-column: 1 / -1;
  background: var(--navy);
  color: #fff;
  border-color: var(--gold);
}
.cap-card-wide:hover { background: var(--navy); }
.cap-card-wide .cap-h { color: var(--gold); }
.cap-card-wide .cap-d { color: rgba(255,255,255,0.75); }
.cap-h {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.3;
}
.cap-d {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.7;
}

/* ============ COMPLIANCE — accent palette per card ============ */
.section-compliance { background: var(--cream); }
.compliance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}
.cmp-card {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--acc, var(--gold));
  border-radius: 6px;
  padding: 22px 22px;
  text-align: left;
  position: relative;
  transition: all .2s;
  background-image: linear-gradient(180deg, var(--acc-bg, transparent) 0%, transparent 38%);
}
.cmp-card:hover {
  border-color: var(--acc, var(--gold));
  box-shadow: 0 6px 18px var(--acc-shadow, rgba(13,33,55,0.08));
  transform: translateY(-2px);
}
.cmp-tick {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--acc, var(--gold));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 3px var(--acc-bg, rgba(0,0,0,0.04));
}
.cmp-tick svg { width: 11px; height: 11px; }
.cmp-h {
  font-size: 11.5px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--acc, var(--ink-3));
  font-weight: 700;
  margin-bottom: 8px;
  padding-right: 36px;
}
.cmp-v {
  font-size: 14.5px;
  color: var(--navy);
  font-weight: 700;
  word-break: break-all;
  letter-spacing: -0.2px;
}
.cmp-v.cmp-v-phrase {
  font-family: "Cormorant Garamond", serif;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-2);
  font-style: italic;
  word-break: normal;
  line-height: 1.55;
  letter-spacing: 0.1px;
}

/* Per-card accents — all within Alvaraa navy/gold palette */
.cmp-card.acc-iec    { --acc: var(--gold);   --acc-bg: rgba(201,168,76,0.08); --acc-shadow: rgba(201,168,76,0.18); }
.cmp-card.acc-gst    { --acc: var(--navy);   --acc-bg: rgba(13,33,55,0.06);   --acc-shadow: rgba(13,33,55,0.18); }
.cmp-card.acc-fssai  { --acc: #B8902E;        --acc-bg: rgba(184,144,46,0.08); --acc-shadow: rgba(184,144,46,0.18); }
.cmp-card.acc-apeda  { --acc: var(--gold-2); --acc-bg: rgba(214,183,90,0.10); --acc-shadow: rgba(214,183,90,0.18); }
.cmp-card.acc-spice  { --acc: var(--steel);  --acc-bg: rgba(27,79,114,0.06);  --acc-shadow: rgba(27,79,114,0.18); }
.cmp-card.acc-usfda  { --acc: var(--gold);   --acc-bg: rgba(201,168,76,0.06); --acc-shadow: rgba(201,168,76,0.16); }
.cmp-card.acc-mpeda  { --acc: var(--navy);   --acc-bg: rgba(13,33,55,0.05);   --acc-shadow: rgba(13,33,55,0.16); }
.cmp-card.acc-msme   { --acc: #B8902E;        --acc-bg: rgba(184,144,46,0.06); --acc-shadow: rgba(184,144,46,0.16); }

.compliance-disclaimer {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--steel);
  border-radius: 4px;
  padding: 18px 24px;
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.7;
  font-style: italic;
  letter-spacing: 0.1px;
}

/* ============ CONTACT ============ */
.section-contact { background: var(--smoke); }
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: start;
}
.contact-form {
  background: #fff;
  padding: 36px;
  border-radius: 8px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  box-shadow: var(--shadow);
}
.cf-row { margin-bottom: 16px; }
.cf-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cf-field label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 6px;
}
.cf-field input, .cf-field select, .cf-field textarea {
  width: 100%;
  padding: 11px 14px;
  font-family: inherit;
  font-size: 14px;
  color: var(--navy);
  background: var(--smoke);
  border: 1px solid var(--line);
  border-radius: 4px;
  outline: none;
  transition: border-color .15s, background .15s;
  font-weight: 500;
}
.cf-field input:focus, .cf-field select:focus, .cf-field textarea:focus {
  border-color: var(--gold);
  background: #fff;
}
.cf-field textarea { resize: vertical; min-height: 96px; font-family: inherit; }
.cf-note {
  margin-top: 12px;
  text-align: center;
  font-size: 11.5px;
  color: var(--ink-3);
  font-style: italic;
}
.contact-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px 26px;
}
.contact-card-dark {
  background: var(--navy);
  color: #fff;
  border: 0;
}
.cc-h {
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 700;
  margin-bottom: 14px;
}
.contact-card-dark .cc-h { color: var(--gold); }
.cc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: color .15s;
}
.cc-row:last-child { border-bottom: 0; }
.cc-row:hover .cc-v { color: var(--gold); }
.cc-l {
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0.3px;
}
.cc-v {
  font-size: 13.5px;
  color: var(--navy);
  font-weight: 600;
  text-align: right;
  transition: color .15s;
  word-break: break-word;
}
.cc-addr {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.7;
}
.contact-card-dark .cc-addr { color: rgba(255,255,255,0.85); }

@media (max-width: 920px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 28px 22px; }
  .cf-row.two { grid-template-columns: 1fr; gap: 16px; }
}

/* ============ FOOTER ============ */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.78);
  padding: 44px 0 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 2fr;
  gap: 48px;
  padding-bottom: 26px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}
.footer-mark {
  width: 42px;
  height: 42px;
}
.footer-mark .brand-star {
  background: radial-gradient(circle at 35% 30%, #fcd884, var(--gold) 55%, #a8842e);
  box-shadow: 0 2px 12px rgba(201,168,76,0.50), inset 0 0 0 1px rgba(255,255,255,0.18);
}
.footer-byline {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin-bottom: 20px;
  max-width: 460px;
}
.footer-meta {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.3px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-meta .dot { color: rgba(255,255,255,0.3); }
.footer-r {
  display: grid;
  grid-template-columns: minmax(110px, .75fr) minmax(130px, .8fr) minmax(245px, 1.45fr);
  gap: 28px;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fc-h {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.footer-col a {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  transition: color .15s;
  letter-spacing: 0.2px;
}
.footer-col a:hover { color: var(--gold); }

/* Reach us — stacked label/value, single-line values, no awkward breaks */
.footer-col-reach { gap: 4px; }
.footer-col-reach .reach-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(201,168,76,0.10);
  transition: color .15s;
  min-width: 0;
}
.footer-col-reach .reach-row:last-child { border-bottom: 0; }
.footer-col-reach .reach-row:hover .reach-v { color: var(--gold); }
.footer-col-reach .reach-row:hover .reach-l { color: rgba(201,168,76,0.85); }
.reach-l {
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(201,168,76,0.6);
  font-weight: 700;
  transition: color .15s;
}
.reach-v {
  color: rgba(255,255,255,0.88);
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 13.5px;
  white-space: nowrap;
  transition: color .15s, font-size .15s;
}
@media (max-width: 540px) { .reach-v { font-size: 12.5px; } }
@media (max-width: 360px) { .reach-v { font-size: 11.5px; letter-spacing: 0.1px; } }
.footer-bot {
  border-top: 1px solid rgba(201,168,76,0.20);
  padding: 18px 0;
  background: rgba(0,0,0,0.18);
}
.footer-bot-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11.5px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.4px;
  gap: 16px;
}
.fb-l, .fb-r { white-space: nowrap; }
.fb-l { color: rgba(255,255,255,0.55); }
.fb-r {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.7);
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 10.5px;
}
.fb-r::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}
@media (max-width: 600px) {
  .footer-bot { padding: 16px 0; }
  .footer-bot-inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .fb-l, .fb-r { white-space: normal; }
  .fb-r { font-size: 10px; letter-spacing: 0.8px; }
}

@media (max-width: 920px) {
  .footer-inner { grid-template-columns: 1fr; gap: 36px; }
  .footer-r { grid-template-columns: minmax(130px, 1fr) minmax(150px, 1fr); gap: 28px; }
  .footer-col-reach { grid-column: 1 / -1; max-width: 360px; }
  .footer-bot-inner { justify-content: center; text-align: center; }
}
@media (max-width: 480px) {
  .footer-r { grid-template-columns: 1fr; }
  .footer-col-reach { max-width: 100%; }
}

/* Bottom padding to keep content above floating buttons */
.site-footer { padding-bottom: 34px; }
@media (max-width: 600px) { .site-footer { padding-bottom: 30px; } }

/* ============ FLOATING CTAs ============ */
.float-stack {
  position: fixed;
  right: 22px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
  align-items: flex-end;
  pointer-events: none;
}
.float-btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 12px 14px;
  border-radius: 30px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18), 0 2px 6px rgba(0,0,0,0.08);
  transition: transform .18s, box-shadow .18s, background .15s;
  white-space: nowrap;
}
.float-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.24), 0 3px 8px rgba(0,0,0,0.10);
}
.float-mail { background: var(--navy); }
.float-mail:hover { background: var(--steel); }
.float-wa { background: #25d366; }
.float-wa:hover { background: #1cb555; }
.float-ic {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.float-ic svg { width: 14px; height: 14px; display: block; }
.float-label { letter-spacing: 0.4px; }

@media (max-width: 600px) {
  .float-stack {
    right: 16px;
    bottom: 16px;
    gap: 10px;
  }
  .float-btn {
    padding: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    justify-content: center;
  }
  .float-ic {
    background: transparent;
    width: auto;
    height: auto;
  }
  .float-ic svg { width: 22px; height: 22px; }
  .float-label { display: none; }
}

/* ============ THANKS PAGE ============ */
.thanks-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 96px 24px;
}
.thanks-card {
  max-width: 560px;
  margin: 0 auto;
}
.thanks-tick {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--cream);
  border: 2px solid var(--gold);
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thanks-tick svg { width: 28px; height: 28px; color: var(--gold); }
.thanks-h {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.thanks-p {
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.7;
  margin-bottom: 32px;
}

/* ============ REVEAL ANIMATION ============ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease-out, transform .7s ease-out;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

::selection {
  background: var(--gold);
  color: var(--navy);
}

/* ============================================================
   GLOBAL CENTER-ALIGN OVERLAY
   Centers hero, about and footer content for a unified layout.
   ============================================================ */

/* Hero — center headline, sub, ctas, stats */
.hero-inner {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero-eyebrow {
  justify-content: center;
}
.hero-sub {
  margin-left: auto;
  margin-right: auto;
}
.hero-ctas {
  justify-content: center;
}
.hero-stats {
  margin-left: auto;
  margin-right: auto;
}
.stat {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  border-right: 1px solid rgba(201,168,76,0.15);
}

/* About — single centered column (default) */
.about-grid {
  grid-template-columns: 1fr;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  gap: 0;
}

/* About — two-column variant with Trade Snapshot card */
.about-grid.about-grid-two {
  grid-template-columns: 1fr 380px;
  max-width: 1100px;
  gap: 64px;
  text-align: left;
  align-items: start;
}
.about-grid.about-grid-two .about-text {
  text-align: left;
}
.about-grid.about-grid-two .about-text p {
  text-align: left;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 920px) {
  .about-grid.about-grid-two {
    grid-template-columns: 1fr;
    gap: 36px;
    max-width: 720px;
  }
}

/* Trade Snapshot card */
.snap-card {
  background: linear-gradient(180deg, var(--smoke) 0%, #fff 100%);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: 8px;
  padding: 26px 28px 22px;
  position: sticky;
  top: 100px;
  box-shadow: var(--shadow);
}
.snap-h {
  font-family: "Cormorant Garamond", serif;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.snap-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.snap-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
}
.snap-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
  padding-top: 2px;
}
.snap-body { min-width: 0; }
.snap-l {
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 700;
}
.snap-v {
  color: var(--navy);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 3px;
}
.snap-strip {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px dashed var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.snap-strip-l {
  color: var(--ink-3);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}
.snap-strip-v {
  color: var(--navy);
  font-weight: 700;
  font-family: "JetBrains Mono", "SF Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.2px;
}
@media (max-width: 920px) {
  .snap-card { position: static; }
}
.about-text p {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.about-text p:first-child::first-letter {
  /* Drop-cap doesn't suit centered text — neutralise */
  font-size: inherit;
  float: none;
  margin: 0;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}

/* About section head — also centered */
.section-about .section-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Why grid card content — center-align inside cards */
.why-card {
  text-align: center;
}
.why-list {
  text-align: left;
  display: inline-block;
}

/* Product card content — center heading; left-aligned spec data is fine */
.product-card .pc-h {
  text-align: center;
}

/* Compliance card — center labels for symmetry */
.cmp-card {
  text-align: center;
  padding-right: 22px;
}
.cmp-tick {
  position: static;
  margin: 0 auto 10px;
}
.cmp-h, .cmp-v {
  text-align: center;
}

/* Footer brand block — center */
.footer-l {
  text-align: center;
}
.footer-brand {
  justify-content: center;
}
.footer-byline {
  margin-left: auto;
  margin-right: auto;
}
.footer-meta {
  justify-content: center;
}

/* Trust pills — already centered, re-affirm */
.trust-inner {
  justify-content: center;
}

/* MOQ stack — center labels */
.moq-line {
  text-align: left; /* keep readable on long sentences */
}

/* What-we-need cards — keep left for scannability of details */

/* Capability cards — center heading line */
.cap-card {
  text-align: center;
}

/* Compliance disclaimer — center */
.compliance-disclaimer {
  text-align: center;
}

/* Reach Us inside footer — keep stacked left for clarity, but center the column itself */
@media (min-width: 921px) {
  .footer-r {
    text-align: left; /* footer columns retain readable left-align */
  }
}

/* Mobile: stat divider tightening */
@media (max-width: 720px) {
  .stat { border-right: 0; }
  .hero-stats { gap: 18px 0; }
}

/* ============ ACCESSIBILITY · :focus-visible ============ */
*:focus { outline: none; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 3px;
}
.float-btn:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
.cf-field input:focus-visible,
.cf-field select:focus-visible,
.cf-field textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 0;
  border-color: var(--gold);
}
.nav-cta:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.chat-toggle:focus-visible,
.chat-close:focus-visible,
.chat-send:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
