/* ═══════════════════════════════════════════════════
   Spark Logistics — Theme System (iOS 26)
   ═══════════════════════════════════════════════════ */

:root {
  /* Core */
  --bg: #FFFFFF;
  --bg-alt: #F5F5F7;
  --bg-dark: #0F1A2E;
  --text: #1D1D1F;
  --text-muted: #6E6E73;
  --text-dim: #86868B;
  --border: #E5E5EA;
  --border-subtle: rgba(0,0,0,0.06);

  /* Nav (transparent → capsule) */
  --nav-top: transparent;
  --nav-scrolled-bg: rgba(255,255,255,0.85);
  --nav-border: rgba(0,0,0,0.12);
  --nav-link: #424245;
  --nav-link-hover: #1D1D1F;
  --nav-cta-bg: var(--gold);
  --nav-cta-text: #FFFFFF;
  --nav-cta-hover: var(--gold-light);
  --tag-bg: #F5F5F7;
  --tag-text: #424245;
  --icon-bg: #F5F5F7;
  --input-bg: #F5F5F7;
  --input-border: #D2D2D7;
  --selection-bg: #1D1D1F;
  --footer-bg: #F5F5F7;
  --footer-border: rgba(0,0,0,0.06);
  --footer-text: #6E6E73;

  --card-bg: #FFFFFF;
  --card-border: rgba(0,0,0,0.08);
  --hero-bg: #FFFFFF;
  --hero-accent: #F5F5F7;

  /* Accent */
  --gold: #B8860B;
  --gold-light: #D4A84B;
  --gold-bg: rgba(184,134,11,0.08);
  --green: #30B158;
  --green-bg: rgba(48,177,88,0.08);
  --green-text: #248A45;

  /* Mobile */
  --mobile-bg: rgba(255,255,255,0.97);
  --mobile-border: rgba(0,0,0,0.06);

  /* Radius & shadow */
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;
  --shadow-card: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
  --shadow-card-hover: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-nav: 0 2px 16px rgba(0,0,0,0.08);
}

[data-theme="dark"] {
  --bg: #000000;
  --bg-alt: #1C1C1E;
  --bg-dark: #0A0A0A;
  --text: #F5F5F7;
  --text-muted: #A1A1A6;
  --text-dim: #636366;
  --border: #38383A;
  --border-subtle: rgba(255,255,255,0.08);

  --nav-top: transparent;
  --nav-scrolled-bg: rgba(28,28,30,0.88);
  --nav-border: rgba(255,255,255,0.15);
  --nav-link: #C7C7CC;
  --nav-link-hover: #F5F5F7;
  --nav-cta-bg: var(--gold);
  --nav-cta-text: #000000;
  --nav-cta-hover: var(--gold-light);

  --card-bg: #1C1C1E;
  --card-border: rgba(255,255,255,0.08);
  --hero-bg: #000000;
  --hero-accent: #1C1C1E;
  --tag-bg: #2C2C2E;
  --tag-text: #A1A1A6;
  --icon-bg: #2C2C2E;
  --input-bg: #2C2C2E;
  --input-border: #48484A;
  --selection-bg: #F5F5F7;
  --footer-bg: #0A0A0A;
  --footer-border: rgba(255,255,255,0.08);
  --footer-text: #8E8E93;

  --gold: #D4A84B;
  --gold-light: #EABE6B;
  --gold-bg: rgba(212,168,75,0.12);
  --green: #30B158;
  --green-bg: rgba(48,177,88,0.12);
  --green-text: #30B158;

  --mobile-bg: rgba(0,0,0,0.97);
  --mobile-border: rgba(255,255,255,0.08);
  --shadow-card: 0 1px 3px rgba(0,0,0,0.2);
  --shadow-card-hover: 0 4px 16px rgba(0,0,0,0.3);
  --shadow-nav: 0 2px 16px rgba(0,0,0,0.3);
}

/* ════════════════ RESET & BASE ════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.47059;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.3s, background 0.3s;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    /* Main dot grid */
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='%23111' opacity='.18'/%3E%3Ccircle cx='10' cy='10' r='1' fill='%23111' opacity='.12'/%3E%3Ccircle cx='50' cy='50' r='1' fill='%23111' opacity='.12'/%3E%3Ccircle cx='50' cy='10' r='1' fill='%23111' opacity='.12'/%3E%3Ccircle cx='10' cy='50' r='1' fill='%23111' opacity='.12'/%3E%3C/g%3E%3C/svg%3E"),
    /* Subtle diagonal lines */
    url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10L10 0M0 0' stroke='%23111' stroke-width='1' opacity='.12'/%3E%3Cpath d='M20 0L0 20M40 0L0 40M60 0L0 60M80 0L0 80M100 0L0 100' stroke='%23111' stroke-width='.8' opacity='.09'/%3E%3C/svg%3E");
  background-size: 60px 60px, 100px 100px;
}

[data-theme="dark"] body::before {
  background-image:
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='30' cy='30' r='1' fill='white' opacity='.1'/%3E%3Ccircle cx='10' cy='10' r='.7' fill='white' opacity='.07'/%3E%3Ccircle cx='50' cy='50' r='.7' fill='white' opacity='.07'/%3E%3Ccircle cx='50' cy='10' r='.7' fill='white' opacity='.07'/%3E%3Ccircle cx='10' cy='50' r='.7' fill='white' opacity='.07'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10L10 0M0 0' stroke='white' stroke-width='.5' opacity='.06'/%3E%3Cpath d='M20 0L0 20M40 0L0 40M60 0L0 60M80 0L0 80M100 0L0 100' stroke='white' stroke-width='.4' opacity='.04'/%3E%3C/svg%3E");
}
::selection { background: var(--selection-bg); color: var(--bg); }
a { text-decoration: none; color: inherit; }
img, svg { max-width: 100%; display: block; }
button { font-family: inherit; }

/* ════════════════ TEXTURES ════════════════ */
/* Hero diagonal weave overlay */
.hero-section::after {
  content: '';
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23111' stroke-width='1' fill='none' opacity='.15'%3E%3Cpath d='M0 20L20 0M40 0L0 40M60 0L0 60M80 0L0 80M100 0L0 100M120 0L0 120'/%3E%3Cpath d='M120 20L100 0M80 0L120 40M60 0L120 60M40 0L120 80M20 0L120 100M0 0L120 120'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 120px;
}

[data-theme="dark"] .hero-section::after {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='white' stroke-width='.7' fill='none' opacity='.07'%3E%3Cpath d='M0 20L20 0M40 0L0 40M60 0L0 60M80 0L0 80M100 0L0 100M120 0L0 120'/%3E%3Cpath d='M120 20L100 0M80 0L120 40M60 0L120 60M40 0L120 80M20 0L120 100M0 0L120 120'/%3E%3C/g%3E%3C/svg%3E");
}

/* Card crosshatch texture */
.card::after {
  content: '';
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23111' stroke-width='1' fill='none' opacity='.12'%3E%3Cpath d='M0 10L10 0M20 0L0 20M30 0L0 30M40 0L0 40'/%3E%3Cpath d='M40 10L30 0M20 0L40 20M10 0L40 30M0 0L40 40'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 40px 40px;
}

[data-theme="dark"] .card::after {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='white' stroke-width='.7' fill='none' opacity='.05'%3E%3Cpath d='M0 10L10 0M20 0L0 20M30 0L0 30M40 0L0 40'/%3E%3Cpath d='M40 10L30 0M20 0L40 20M10 0L40 30M0 0L40 40'/%3E%3C/g%3E%3C/svg%3E");
}

/* Dark sections texture (stats, why, cta) */
.section-dark::after,
.cta-banner::after {
  content: '';
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='white' opacity='.06'%3E%3Ccircle cx='10' cy='10' r='.8'/%3E%3Ccircle cx='30' cy='30' r='.8'/%3E%3Ccircle cx='50' cy='50' r='.8'/%3E%3Ccircle cx='70' cy='70' r='.8'/%3E%3Ccircle cx='50' cy='10' r='.8'/%3E%3Ccircle cx='10' cy='50' r='.8'/%3E%3Ccircle cx='30' cy='70' r='.8'/%3E%3Ccircle cx='70' cy='30' r='.8'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='white' stroke-width='.4' fill='none' opacity='.04'%3E%3Cpath d='M0 15L15 0M30 0L0 30M45 0L0 45M60 0L0 60'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px 80px, 60px 60px;
}

/* Footer topographic wave texture */
/* Footer topographic wave texture — live animated */
@keyframes waveDrift {
  0% { background-position: 0 0; }
  100% { background-position: 200px 0; }
}
footer::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='100' viewBox='0 0 200 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23111' opacity='.12' stroke-width='1'%3E%3Cpath d='M0 30C20 30 20 10 40 10S60 30 80 30 100 10 120 10 140 30 160 30 180 10 200 10'/%3E%3Cpath d='M0 50C20 50 20 30 40 30S60 50 80 50 100 30 120 30 140 50 160 50 180 30 200 30'/%3E%3Cpath d='M0 70C20 70 20 50 40 50S60 70 80 70 100 50 120 50 140 70 160 70 180 50 200 50'/%3E%3Cpath d='M0 90C20 90 20 70 40 70S60 90 80 90 100 70 120 70 140 90 160 90 180 70 200 70'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 200px 100px;
  animation: waveDrift 12s linear infinite;
}

[data-theme="dark"] footer::before {
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='100' viewBox='0 0 200 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='white' opacity='.1' stroke-width='1.2'%3E%3Cpath d='M0 30C20 30 20 10 40 10S60 30 80 30 100 10 120 10 140 30 160 30 180 10 200 10'/%3E%3Cpath d='M0 50C20 50 20 30 40 30S60 50 80 50 100 30 120 30 140 50 160 50 180 30 200 30'/%3E%3Cpath d='M0 70C20 70 20 50 40 50S60 70 80 70 100 50 120 50 140 70 160 70 180 50 200 50'/%3E%3Cpath d='M0 90C20 90 20 70 40 70S60 90 80 90 100 70 120 70 140 90 160 90 180 70 200 70'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 200px 100px;
  animation: waveDrift 12s linear infinite;
}

/* Hero visual card gets a subtle grid */
.hero-visual::after {
  content: '';
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='white' stroke-width='.4' fill='none' opacity='.06'%3E%3Cpath d='M0 10L10 0M20 0L0 20M30 0L0 30M40 0L0 40'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 40px 40px;
}

/* ════════════════ LAYOUT ════════════════ */
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.section { padding: 140px 0; }
.section-sm { padding: 64px 0; }

/* ════════════════ TYPOGRAPHY ════════════════ */
h1, h2, h3, h4 { font-weight: 600; letter-spacing: -0.02em; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.eyebrow::before {
  content: ''; width: 20px; height: 1.5px; background: var(--gold); flex-shrink: 0;
}
.h1 {
  font-size: clamp(40px, 6vw, 72px); font-weight: 700;
  line-height: 1.08; letter-spacing: -0.03em; color: var(--text);
}
.h2 {
  font-size: clamp(28px, 4vw, 48px); font-weight: 700;
  line-height: 1.15; letter-spacing: -0.03em; color: var(--text);
}
.h3 {
  font-size: clamp(20px, 2.5vw, 28px); font-weight: 600;
  line-height: 1.2; color: var(--text);
}
p.subtitle {
  font-size: 17px; color: var(--text-muted); font-weight: 400;
  line-height: 1.6; max-width: 540px;
}

.text-center { text-align: center; }
.text-center .subtitle { margin: 0 auto; }
.text-center .eyebrow { justify-content: center; }
.text-center .eyebrow::before { display: none; }
.text-gold { color: var(--gold); }

/* ════════════════ NAVIGATION ════════════════ */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 20px 0; transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
}
#nav.scrolled { padding: 12px 0; }

.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; justify-content: center;
  height: 64px; transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
}
.nav-inner-scroll {
  width: 100%; max-width: 1060px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 9999px;
  padding: 0 10px 0 28px;
  display: flex; align-items: center; justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
  height: 64px;
}
#nav.scrolled .nav-inner-scroll {
  background: var(--nav-scrolled-bg);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-color: var(--nav-border);
  box-shadow: var(--shadow-nav);
}
.nav-inner-content {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%;
}

/* Logo */
.nav-logo { display: flex; align-items: center; gap: 14px; }
.nav-logo-icon { flex-shrink: 0; height: 40px; width: auto; display: block; }
.nav-logo-dark { display: none; height: 52px; width: auto; }
[data-theme="dark"] .nav-logo-light { display: none; }
[data-theme="dark"] .nav-logo-dark { display: block; }
#nav.scrolled .nav-logo-icon { height: 36px; }
#nav.scrolled .nav-logo-dark { height: 46px; width: auto; }

/* Links */
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  font-size: 15px; font-weight: 600; color: var(--text); padding: 10px 18px;
  border-radius: 9999px; transition: all 0.2s;
}
.nav-links a:hover { color: var(--text); background: rgba(128,128,128,0.12); }
.nav-links a.active { color: var(--text); background: rgba(128,128,128,0.15); }

/* CTA */
.nav-cta {
  background: var(--nav-cta-bg); color: var(--nav-cta-text);
  font-weight: 700; font-size: 14px; padding: 12px 26px;
  border-radius: 9999px; transition: all 0.2s; white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.nav-cta:hover { background: var(--nav-cta-hover); box-shadow: 0 2px 6px rgba(0,0,0,0.15); }

/* Theme toggle */
.theme-btn {
  background: none; border: none; cursor: pointer;
  width: 34px; height: 34px; border-radius: 9999px;
  display: flex; align-items: center; justify-content: center;
  color: var(--nav-link); transition: all 0.2s;
}
.theme-btn:hover { background: rgba(128,128,128,0.08); color: var(--nav-link-hover); }
.theme-btn svg { width: 18px; height: 18px; }

/* Hamburger */
#menu-btn {
  display: none; cursor: pointer; background: none; border: none;
  padding: 10px; color: var(--text); border-radius: 9999px;
  transition: background 0.2s;
}
#menu-btn:hover { background: rgba(128,128,128,0.08); }
#menu-btn svg { width: 20px; height: 20px; }

/* Mobile menu */
#mobile-menu {
  display: flex; position: fixed; inset: 0; z-index: 99;
  background: var(--mobile-bg); backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  padding: 80px 24px 32px; flex-direction: column; gap: 2px;
  overflow-y: auto;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
}
#mobile-menu.open { opacity: 1; pointer-events: auto; }
#mobile-menu::before {
  content: '';
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='20' cy='20' r='.6' fill='%23111' opacity='.03'/%3E%3Ccircle cx='60' cy='60' r='.6' fill='%23111' opacity='.03'/%3E%3Ccircle cx='60' cy='20' r='.5' fill='%23111' opacity='.02'/%3E%3Ccircle cx='20' cy='60' r='.5' fill='%23111' opacity='.02'/%3E%3Ccircle cx='40' cy='40' r='.7' fill='%23B8860B' opacity='.04'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23B8860B' stroke-width='.3' fill='none' opacity='.02'%3E%3Cpath d='M0 30L30 0M60 0L0 60M90 0L0 90M120 0L0 120'/%3E%3Cpath d='M120 30L90 0M60 0L120 60M30 0L120 90M0 0L120 120'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px 80px, 120px 120px;
}

[data-theme="dark"] #mobile-menu::before {
  background-image:
    url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='20' cy='20' r='.8' fill='white' opacity='.08'/%3E%3Ccircle cx='60' cy='60' r='.8' fill='white' opacity='.08'/%3E%3Ccircle cx='60' cy='20' r='.6' fill='white' opacity='.05'/%3E%3Ccircle cx='20' cy='60' r='.6' fill='white' opacity='.05'/%3E%3Ccircle cx='40' cy='40' r='1' fill='%23D4A84B' opacity='.1'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23D4A84B' stroke-width='.5' fill='none' opacity='.05'%3E%3Cpath d='M0 30L30 0M60 0L0 60M90 0L0 90M120 0L0 120'/%3E%3Cpath d='M120 30L90 0M60 0L120 60M30 0L120 90M0 0L120 120'/%3E%3C/g%3E%3C/svg%3E");
}

#mobile-menu a, #mobile-menu button {
  position: relative; z-index: 1;
}

#mobile-menu a {
  font-size: 17px; font-weight: 500; color: var(--text-muted);
  padding: 14px 16px; border-radius: 12px;
  transition: all 0.2s;
}
#mobile-menu a:hover { color: var(--text); background: var(--border-subtle); }
#mobile-menu .btn-primary { margin-top: 20px; justify-content: center; width: 100%; }
#mobile-menu .btn-outline { justify-content: center; width: 100%; margin-top: 12px; border-radius: 9999px; padding: 13px; }

/* ════════════════ BUTTONS ════════════════ */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--text); color: var(--bg); font-weight: 600; font-size: 15px;
  padding: 14px 28px; border-radius: 9999px; border: none; cursor: pointer;
  transition: all 0.2s;
}
.btn-primary:hover { opacity: 0.85; }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--text); font-weight: 500; font-size: 15px;
  padding: 13px 28px; border-radius: 9999px;
  border: 1px solid var(--border); cursor: pointer; transition: all 0.2s;
}
.btn-outline:hover { border-color: var(--text-dim); }

/* ════════════════ HERO ════════════════ */
.hero-section {
  min-height: 100vh; display: flex; align-items: center;
  background: var(--hero-bg); position: relative; overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--tag-bg); border-radius: 9999px; padding: 6px 16px;
  margin-bottom: 24px;
}
.hero-tag-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.hero-tag-text { font-size: 13px; font-weight: 500; color: var(--tag-text); }
.hero-h1 { font-size: clamp(42px, 6vw, 72px); font-weight: 700; line-height: 1.08; letter-spacing: -0.03em; color: var(--text); margin-bottom: 20px; }
.hero-h1 em { color: var(--gold); font-style: normal; }
.hero-p { font-size: 18px; color: var(--text-muted); line-height: 1.6; max-width: 480px; margin-bottom: 32px; }
.hero-btns { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-stats {
  display: flex; gap: 36px; margin-top: 48px; padding-top: 32px;
  border-top: 1px solid var(--border);
}
.hero-stat-num { font-size: 28px; font-weight: 700; color: var(--text); }
.hero-stat-label { font-size: 13px; color: var(--text-muted); margin-top: 2px; }

/* Hero visual */
.hero-visual {
  background: var(--bg-dark); border-radius: var(--radius-xl); padding: 0;
  position: relative; overflow: hidden; line-height: 0;
}
.hero-visual::before {
  content: ''; position: absolute; top: -60%; right: -60%; width: 120%; height: 120%;
  background: radial-gradient(circle, var(--gold-bg), transparent 60%);
}
.hero-visual::after {
  content: '';
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='white' stroke-width='.4' fill='none' opacity='.06'%3E%3Cpath d='M0 10L10 0M20 0L0 20M30 0L0 30M40 0L0 40'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 40px 40px;
}

/* ════════════════ STATS ════════════════ */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.stat-card {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); padding: 56px 32px; text-align: center;
  position: relative;
}
.stat-num {
  font-size: clamp(48px, 5vw, 64px); font-weight: 700; color: var(--text);
  letter-spacing: -0.03em; line-height: 1;
}
.stat-num.gold { color: var(--gold); }
.stat-label { font-size: 15px; color: var(--text-muted); margin-top: 8px; font-weight: 500; }
.stat-sub { font-size: 12px; color: var(--text-dim); margin-top: 4px; }

/* ════════════════ LOGO STRIP ════════════════ */
.logo-strip {
  padding: 36px 0; border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border); overflow: hidden;
}
.logo-strip-track {
  display: flex; gap: 40px; align-items: center;
  animation: scrollStrip 28s linear infinite; width: max-content;
}
.logo-strip-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--text-dim); font-weight: 500; white-space: nowrap;
}
.logo-strip-item::before {
  content: ''; width: 4px; height: 4px; border-radius: 50%;
  background: var(--gold); opacity: 0.4; flex-shrink: 0;
}
.logo-strip-item:first-child::before { display: none; }
@keyframes scrollStrip { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ════════════════ CARDS ════════════════ */
.card {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); padding: 40px 32px; transition: all 0.3s;
  position: relative;
}
.card:hover {
  border-color: var(--border); box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}

/* Service cards */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); padding: 40px 32px; transition: all 0.3s;
  cursor: default; position: relative;
}
.service-card:hover {
  border-color: var(--border); box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}
.service-icon {
  width: 48px; height: 48px; border-radius: var(--radius);
  background: var(--icon-bg); display: flex; align-items: center;
  justify-content: center; margin-bottom: 20px;
  transition: background 0.3s;
}
.service-card:hover .service-icon { background: var(--gold-bg); }
.service-title { font-size: 18px; font-weight: 600; color: var(--text); margin-bottom: 10px; }
.service-desc { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

/* Industry cards */
.industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.industry-card {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); padding: 28px 20px; text-align: center;
  transition: all 0.3s; cursor: default; position: relative;
}
.industry-card:hover {
  border-color: var(--gold); box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}
.industry-icon {
  width: 44px; height: 44px; border-radius: var(--radius);
  background: var(--icon-bg); display: flex; align-items: center;
  justify-content: center; margin: 0 auto 14px;
}
.industry-card h3 { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.industry-card p { font-size: 13px; color: var(--text-muted); line-height: 1.55; }

/* ════════════════ WHY US ════════════════ */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.why-list { display: flex; flex-direction: column; gap: 28px; margin-top: 36px; }
.why-item { display: flex; align-items: flex-start; gap: 16px; }
.why-num {
  width: 30px; height: 30px; border-radius: 9999px;
  background: var(--gold); display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; color: #000; flex-shrink: 0;
}
.why-text h4 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.why-text p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

.why-cards { display: flex; flex-direction: column; gap: 12px; }
.why-card {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); padding: 24px; transition: all 0.3s; position: relative;
}
.why-card:hover { border-color: var(--gold); }
.why-card-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.why-card-icon {
  width: 36px; height: 36px; border-radius: var(--radius);
  background: var(--gold-bg); display: flex; align-items: center;
  justify-content: center; margin-bottom: 14px;
}
.why-card h4 { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.why-card p { font-size: 13px; color: var(--text-muted); line-height: 1.55; }
.why-card.featured { border-color: var(--gold); }
.why-card.featured .why-card-icon { background: var(--gold); }

/* Revenue bar */
.rev-bar {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); padding: 28px; position: relative;
}
.rev-bar-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.rev-bar-header h4 { font-size: 15px; font-weight: 600; }
.rev-bar-header .val { font-size: 36px; font-weight: 700; color: var(--gold); }
.rev-bar-track { height: 5px; background: var(--border); border-radius: 9999px; overflow: hidden; }
.rev-bar-fill {
  height: 100%; width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 9999px; transition: width 1.4s cubic-bezier(0.16,1,0.3,1);
}
.rev-bar p { font-size: 13px; color: var(--text-dim); margin-top: 12px; }

/* ════════════════ PROCESS ════════════════ */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-step {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); padding: 36px 24px 28px;
  text-align: center; position: relative;
  transition: all 0.35s cubic-bezier(0.16,1,0.3,1);
}
.process-step::before {
  content: '';
  position: absolute; top: 0; left: 20%; right: 20%;
  height: 3px; background: var(--gold);
  border-radius: 0 0 3px 3px;
}
.process-step:hover {
  border-color: var(--border); box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}
.step-num {
  width: 48px; height: 48px; border-radius: 9999px;
  background: var(--icon-bg); display: flex; align-items: center;
  justify-content: center; margin: 0 auto 16px;
  font-size: 18px; font-weight: 700; color: var(--text);
}
.step-title { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.step-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ════════════════ TESTIMONIALS ════════════════ */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testi-card {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); padding: 28px; transition: all 0.3s; position: relative;
}
.testi-card:hover { border-color: var(--border); box-shadow: var(--shadow-card-hover); }
.testi-card.featured { border-color: var(--gold); }
.testi-rate {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--tag-bg); border-radius: 9999px; padding: 4px 12px;
  font-size: 11px; font-weight: 600; margin-bottom: 14px;
}
.testi-rate::before { content: '+'; }
.testi-quote { font-size: 14px; color: var(--text-muted); line-height: 1.65; margin-bottom: 18px; }
.testi-author { display: flex; align-items: center; gap: 10px; padding-top: 16px; border-top: 1px solid var(--border-subtle); }
.testi-avatar {
  width: 32px; height: 32px; border-radius: 9999px;
  background: var(--text); display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: var(--bg); flex-shrink: 0;
}
.testi-name { font-size: 13px; font-weight: 600; }
.testi-role { font-size: 11px; color: var(--text-dim); }

.rating-box { text-align: right; }
.rating-box .big { font-size: 36px; font-weight: 700; color: var(--gold); line-height: 1; }
.rating-box .stars { display: flex; gap: 2px; justify-content: flex-end; margin-top: 4px; }
.rating-box .count { font-size: 12px; color: var(--text-dim); margin-top: 2px; }

/* ════════════════ FAQ ════════════════ */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.faq-item { border-bottom: 1px solid var(--border-subtle); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; color: var(--text);
  padding: 18px 0; cursor: pointer; display: flex; align-items: center;
  justify-content: space-between; font-size: 15px; font-weight: 500; gap: 16px;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--gold); }
.faq-icon {
  width: 24px; height: 24px; border-radius: 9999px; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: all 0.3s;
}
.faq-icon svg { stroke: var(--text-dim); width: 10px; height: 10px; }
.faq-item.open .faq-icon { background: var(--gold); border-color: var(--gold); }
.faq-item.open .faq-icon svg { stroke: #000; transform: rotate(45deg); }
.faq-item.open .faq-q { color: var(--gold); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a-inner { padding-bottom: 18px; font-size: 14px; color: var(--text-muted); line-height: 1.7; }

.faq-cta {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); padding: 36px 32px; position: relative;
}
.faq-cta h3 { font-size: 22px; font-weight: 600; margin-bottom: 10px; }
.faq-cta p { font-size: 14px; color: var(--text-muted); margin-bottom: 20px; line-height: 1.6; }
.faq-contact { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text-muted); margin-bottom: 8px; }

/* ════════════════ CONTACT ════════════════ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.contact-form-wrap {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); padding: 40px; position: relative;
}
.contact-form-wrap h3 { font-size: 20px; font-weight: 600; margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 16px; }
.form-label {
  display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--text-dim); margin-bottom: 6px;
}
.form-input, .form-select, .form-textarea {
  width: 100%; background: var(--input-bg); border: 1px solid var(--input-border);
  color: var(--text); font-family: 'Inter', sans-serif; font-size: 14px;
  padding: 11px 14px; border-radius: var(--radius-sm); outline: none;
  transition: border-color 0.2s, box-shadow 0.2s; appearance: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-bg);
}
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-dim); }
.form-textarea { resize: vertical; min-height: 100px; }

.contact-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 18px 0; border-bottom: 1px solid var(--border-subtle);
}
.contact-item:last-child { border-bottom: none; }
.contact-icon {
  width: 38px; height: 38px; border-radius: var(--radius);
  background: var(--icon-bg); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.contact-label {
  font-size: 10px; font-weight: 600; color: var(--text-dim);
  text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 2px;
}
.contact-value { font-size: 14px; font-weight: 500; }
.contact-avail {
  display: inline-flex; align-items: center; gap: 5px; margin-top: 4px;
  background: var(--green-bg); border-radius: 9999px; padding: 2px 10px;
  font-size: 11px; font-weight: 600; color: var(--green-text);
}
.contact-avail::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--green);
}

/* ════════════════ CTA BANNER ════════════════ */
.cta-banner {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-xl); padding: 72px 48px; text-align: center;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 500px; height: 500px;
  background: radial-gradient(circle, var(--gold-bg), transparent 60%);
  pointer-events: none;
}
.cta-banner h2 {
  font-size: clamp(28px, 4vw, 44px); font-weight: 700; line-height: 1.15;
  letter-spacing: -0.03em; position: relative; z-index: 1; margin-bottom: 14px;
}
.cta-banner h2 em { color: var(--gold); font-style: normal; }
.cta-banner p {
  font-size: 16px; color: var(--text-muted); max-width: 440px;
  margin: 0 auto 28px; position: relative; z-index: 1;
}
.cta-btns { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; }

/* ════════════════ FOOTER ════════════════ */
footer {
  background: var(--footer-bg); border-top: 1px solid var(--footer-border);
  padding: 64px 0 28px; position: relative;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand .nav-logo-icon { height: 36px; }
.footer-brand .nav-logo-dark { height: 46px; width: auto; }
.footer-brand p { font-size: 14px; color: var(--text-muted); margin: 14px 0 20px; line-height: 1.65; max-width: 280px; }
.footer-social { display: flex; gap: 8px; }
.footer-social a {
  width: 34px; height: 34px; border-radius: 9999px;
  background: rgba(128,128,128,0.08); border: 1px solid var(--border-subtle);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s; color: var(--text-muted);
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }
.footer-col h4 {
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--text-dim); margin-bottom: 14px;
}
.footer-col a {
  display: block; font-size: 14px; color: var(--text-muted);
  margin-bottom: 8px; transition: color 0.2s;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 20px; border-top: 1px solid var(--footer-border);
}
.footer-bottom p { font-size: 12px; color: var(--text-dim); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 12px; color: var(--text-dim); transition: color 0.2s; }
.footer-bottom-links a:hover { color: var(--text-muted); }

/* ════════════════ ANIMATIONS ════════════════ */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.65s cubic-bezier(0.16,1,0.3,1), transform 0.65s cubic-bezier(0.16,1,0.3,1); }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-left { opacity: 0; transform: translateX(-30px); transition: opacity 0.65s cubic-bezier(0.16,1,0.3,1), transform 0.65s cubic-bezier(0.16,1,0.3,1); }
.fade-left.visible { opacity: 1; transform: translateX(0); }
.fade-right { opacity: 0; transform: translateX(30px); transition: opacity 0.65s cubic-bezier(0.16,1,0.3,1), transform 0.65s cubic-bezier(0.16,1,0.3,1); }
.fade-right.visible { opacity: 1; transform: translateX(0); }
.fade-scale { opacity: 0; transform: scale(0.92); transition: opacity 0.6s cubic-bezier(0.16,1,0.3,1), transform 0.6s cubic-bezier(0.16,1,0.3,1); }
.fade-scale.visible { opacity: 1; transform: scale(1); }
.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
.delay-4 { transition-delay: 0.32s; }
.delay-5 { transition-delay: 0.42s; }
.delay-6 { transition-delay: 0.52s; }

/* Gold shimmer animation */
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}
.shimmer {
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 4s ease-in-out infinite;
}

/* Floating animation */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.float { animation: float 3s ease-in-out infinite; }
.float-delay { animation: float 3s ease-in-out 1.5s infinite; }

/* Pulse glow */
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(184,134,11,0.15); }
  50% { box-shadow: 0 0 0 8px rgba(184,134,11,0); }
}
.pulse-glow { animation: pulseGlow 2.5s ease-in-out infinite; }

/* Card interactive */
.card, .service-card, .industry-card, .testi-card, .why-card, .testi-card.featured {
  transition: all 0.35s cubic-bezier(0.16,1,0.3,1);
}
.card:hover, .service-card:hover, .industry-card:hover, .testi-card:hover, .why-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 16px 48px rgba(0,0,0,0.08);
  border-color: var(--gold);
}
.testi-card.featured:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 16px 48px rgba(184,134,11,0.12);
}

/* Button interactions */
.btn-primary, .btn-outline, .nav-cta, .theme-btn {
  transition: all 0.25s cubic-bezier(0.16,1,0.3,1);
}
.btn-primary:active, .btn-outline:active, .nav-cta:active { transform: scale(0.96); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
.btn-outline:hover { transform: translateY(-2px); }

/* Nav link hover animation */
.nav-links a {
  position: relative;
  transition: all 0.25s cubic-bezier(0.16,1,0.3,1);
}
.nav-links a::after {
  content: '';
  position: absolute; bottom: 4px; left: 50%; width: 0; height: 2px;
  background: var(--gold); border-radius: 1px;
  transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
  transform: translateX(-50%);
}
.nav-links a:hover::after { width: 60%; }
.nav-links a.active::after { width: 60%; }

/* Icon bounce on card hover */
.service-icon, .industry-icon, .why-card-icon {
  transition: all 0.35s cubic-bezier(0.16,1,0.3,1);
}
.service-card:hover .service-icon,
.industry-card:hover .industry-icon,
.why-card:hover .why-card-icon {
  transform: scale(1.12) rotate(-3deg);
  background: var(--gold-bg);
}

/* Hero visual subtle animation */
.hero-visual { transition: transform 0.6s cubic-bezier(0.16,1,0.3,1); }
.hero-visual:hover { transform: scale(1.015); }
.hero-visual-row { transition: all 0.3s cubic-bezier(0.16,1,0.3,1); }
.hero-visual-row:hover {
  background: rgba(255,255,255,0.08);
  transform: translateX(4px);
}

/* Step hover */
.process-step .step-num { transition: all 0.35s cubic-bezier(0.16,1,0.3,1); }
.process-step:hover .step-num {
  background: var(--gold); color: #000;
  transform: scale(1.15);
  box-shadow: 0 8px 24px rgba(184,134,11,0.2);
}

/* Revenue bar fill animation */
.rev-bar-fill {
  transition: width 1.6s cubic-bezier(0.16,1,0.3,1);
  position: relative; overflow: hidden;
}
.rev-bar-fill::after {
  content: '';
  position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  animation: shimmer 2.5s ease-in-out infinite;
}

/* Footer social hover */
.footer-social a { transition: all 0.3s cubic-bezier(0.16,1,0.3,1); }
.footer-social a:hover { transform: translateY(-3px) scale(1.1); }

/* Stat card counters */
.stat-num { transition: all 0.3s; }
.stat-card:hover .stat-num { transform: scale(1.04); }

/* Form focus */
.form-input, .form-select, .form-textarea {
  transition: all 0.25s cubic-bezier(0.16,1,0.3,1);
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  transform: translateY(-1px);
}

/* Contact item hover */
.contact-item { transition: all 0.3s cubic-bezier(0.16,1,0.3,1); }
.contact-item:hover { transform: translateX(6px); }
.contact-icon { transition: all 0.3s cubic-bezier(0.16,1,0.3,1); }
.contact-item:hover .contact-icon { transform: scale(1.1); background: var(--gold-bg); }

/* Contact card hover */
.contact-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-bottom: 40px;
}
.contact-card {
  display: flex; flex-direction: column; align-items: center;
  gap: 12px; padding: 36px 20px 28px;
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); text-align: center; position: relative;
  transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
}
.contact-card::before {
  content: ''; position: absolute; top: 0; left: 20%; right: 20%;
  height: 3px; background: var(--gold);
  border-radius: 0 0 3px 3px;
}
.contact-card:hover { transform: translateY(-4px); border-color: var(--gold) !important; box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.contact-card-icon {
  width: 48px; height: 48px; border-radius: var(--radius);
  background: var(--gold-bg); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
}
.contact-card:hover .contact-card-icon { background: var(--gold); }
.contact-card:hover .contact-card-icon svg { stroke: #000 !important; }
.contact-card-value {
  font-size: 16px; font-weight: 600; color: var(--text);
  line-height: 1.3; white-space: nowrap;
}
.contact-card-label {
  font-size: 12px; color: var(--text-muted); margin-top: 4px; font-weight: 400;
}

/* Hero stat cards */
.hero-stat-card {
  position: relative; flex: 1; min-width: 150px;
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); padding: 22px 16px 18px;
  text-align: center; overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  line-height: normal;
}
.hero-stat-bar {
  position: absolute; top: 0; left: 25%; right: 25%;
  height: 3px; background: var(--gold);
  border-radius: 0 0 3px 3px;
}
.hero-stat-val { font-size: 26px; font-weight: 700; line-height: 1; margin-top: 4px; }
.hero-stat-label { font-size: 12px; color: var(--text-muted); margin-top: 6px; font-weight: 500; }

/* Card gold top bar */
.service-card::before,
.industry-card::before,
.testi-card::before,
.why-card::before,
.rev-bar::before,
.stat-card::before {
  content: '';
  position: absolute; top: 0; left: 20%; right: 20%;
  height: 3px; background: var(--gold);
  border-radius: 0 0 3px 3px; z-index: 1;
}

/* FAQ open/close icon transition */
.faq-icon { transition: all 0.35s cubic-bezier(0.16,1,0.3,1); }
.faq-q { transition: all 0.25s cubic-bezier(0.16,1,0.3,1); }

/* CTA banner hover */
.cta-banner { transition: all 0.4s cubic-bezier(0.16,1,0.3,1); }
.cta-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}


/* ════════════════ RESPONSIVE ════════════════ */
@media (max-width: 1300px) {
  .nav-inner-scroll { max-width: 960px; }
}
@media (max-width: 1100px) {
  .nav-inner-scroll { margin: 0 16px; }
}
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 480px; margin: 0 auto; }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .faq-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .section { padding: 80px 0; }
  #nav { padding: 8px 0; }
  #nav.scrolled { padding: 6px 0; }
  .nav-inner { height: 52px; padding: 0 16px; }
  .nav-inner-scroll {
    max-width: 100%; border-radius: 9999px; margin: 0;
    height: 52px; padding: 0 6px 0 12px;
  }
  .nav-logo-icon { height: 28px; width: auto; }
  .nav-logo-dark { height: 38px; width: auto; }
  #nav.scrolled .nav-logo-dark { height: 30px; width: auto; }
  .nav-links, .nav-cta { display: none; }
  .theme-btn { width: 30px; height: 30px; }
  #menu-btn { display: flex; cursor: pointer; padding: 12px; z-index: 2; }
  #menu-btn svg { width: 24px; height: 24px; }
  #mobile-menu::before {
    background-image:
      url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='20' cy='20' r='.5' fill='%23111' opacity='.015'/%3E%3Ccircle cx='60' cy='60' r='.5' fill='%23111' opacity='.015'/%3E%3Ccircle cx='60' cy='20' r='.4' fill='%23111' opacity='.01'/%3E%3Ccircle cx='20' cy='60' r='.4' fill='%23111' opacity='.01'/%3E%3Ccircle cx='40' cy='40' r='.5' fill='%23B8860B' opacity='.02'/%3E%3C/g%3E%3C/svg%3E"),
      url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23B8860B' stroke-width='.2' fill='none' opacity='.01'%3E%3Cpath d='M0 30L30 0M60 0L0 60M90 0L0 90M120 0L0 120'/%3E%3Cpath d='M120 30L90 0M60 0L120 60M30 0L120 90M0 0L120 120'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 80px, 120px 120px;
  }
  .hero-section { min-height: auto; padding: 140px 0 80px; }
  .hero-h1 { font-size: clamp(32px, 8vw, 48px); }
  .hero-stats { flex-direction: column; gap: 12px; }
  .services-grid { grid-template-columns: 1fr; }
  .industries-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .why-card-row { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 24px; }
  .cta-banner { padding: 48px 24px; border-radius: 16px; }
  .hero-visual { border-radius: 16px; }
  .hero-visual > div > div { min-height: 180px !important; }
  .hero-stats { border-top-width: 0; margin-top: 32px; }
  .h2 { font-size: clamp(24px, 6vw, 32px); }
  .stat-card { padding: 40px 24px; }
  .contact-cards { grid-template-columns: 1fr !important; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .section { padding: 60px 0; }
  .nav-inner { padding: 0 8px; }
  .nav-inner-scroll { padding: 0 4px 0 10px; }
  .nav-logo-icon { height: 24px; width: auto; }
  .nav-logo-dark { height: 24px; width: auto; }
  .hero-tag { font-size: 11px; padding: 4px 12px; }
  .hero-p { font-size: 16px; }
  .card, .service-card, .industry-card, .testi-card { padding: 24px 20px; }
  .stat-card { padding: 32px 20px; }
  .hero-visual > div > div { min-height: 140px !important; }
  .contact-form-wrap { padding: 20px; }
  .cta-banner { padding: 36px 20px; }
  .cta-banner h2 { font-size: 24px; }
  .footer-grid { gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .footer-bottom-links { justify-content: center; }
  .rating-box { text-align: left; margin-top: 8px; }
  .rating-box .stars { justify-content: flex-start; }
  .contact-cards { grid-template-columns: 1fr !important; }
}
