/* ============================================================
   SPRINT COMMERCE — DESIGN SYSTEM (Stripe-inspired)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 17px; line-height: 1.5;
  color: #1d1d1f;
  background: #FFFFFF;
  overflow-x: hidden;
  font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

:root {
  --black: #000000;
  --near-black: #0d0d0f;
  --navy: #0A0E1A;
  --white: #FFFFFF;
  --off-white: #FBFBFD;
  --text: #1d1d1f;
  --text-muted: #86868B;
  --text-soft: #515154;
  --line: #D2D2D7;
  --line-soft: #E8E8ED;
  --cobalt: #0047AB;
  --cobalt-light: #4D7FD9;
  --spark: #FF5722;
  --spark-light: #FF8A5C;
  --spark-deep: #E54B1F;
  --purple: #7B61FF;
  --teal: #00C2B5;
  --max-width: 1200px;
  --pad-x: clamp(1.25rem, 4vw, 2.5rem);
  --transition: 0.4s cubic-bezier(0.32, 0.72, 0, 1);
  --transition-quick: 0.25s cubic-bezier(0.32, 0.72, 0, 1);
}

/* ============================================================
   STRIPE-SIGNATURE: ANIMATED MESH GRADIENT
   ============================================================ */
.mesh-bg {
  position: absolute;
  inset: -10%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.mesh-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  will-change: transform;
}
.mesh-blob--1 {
  width: 50vw; height: 50vw;
  top: -10%; left: -10%;
  background: radial-gradient(circle, var(--cobalt) 0%, transparent 60%);
  animation: blobMove1 22s ease-in-out infinite;
}
.mesh-blob--2 {
  width: 45vw; height: 45vw;
  top: 10%; right: -15%;
  background: radial-gradient(circle, var(--spark) 0%, transparent 60%);
  animation: blobMove2 26s ease-in-out infinite;
}
.mesh-blob--3 {
  width: 40vw; height: 40vw;
  bottom: -10%; left: 30%;
  background: radial-gradient(circle, var(--purple) 0%, transparent 65%);
  animation: blobMove3 30s ease-in-out infinite;
  opacity: 0.35;
}
.mesh-blob--4 {
  width: 35vw; height: 35vw;
  bottom: 20%; right: 10%;
  background: radial-gradient(circle, var(--teal) 0%, transparent 65%);
  animation: blobMove4 28s ease-in-out infinite;
  opacity: 0.25;
}
@keyframes blobMove1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(60px, 80px) scale(1.1); }
  66% { transform: translate(-40px, 60px) scale(0.95); }
}
@keyframes blobMove2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-80px, 50px) scale(1.08); }
  66% { transform: translate(40px, -50px) scale(0.92); }
}
@keyframes blobMove3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(80px, -60px) scale(1.15); }
}
@keyframes blobMove4 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-70px, 50px) scale(0.9); }
}

.mesh-veil {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.85) 100%);
  pointer-events: none;
  z-index: 1;
}

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 71, 171, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 71, 171, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  z-index: 2;
}

/* DARK SECTION MESH */
.mesh-bg--dark { inset: -10%; }
.mesh-blob--dark-1 {
  width: 60vw; height: 60vw;
  top: -20%; left: -20%;
  background: radial-gradient(circle, var(--cobalt) 0%, transparent 60%);
  filter: blur(80px);
  opacity: 0.6;
  animation: blobMove1 22s ease-in-out infinite;
}
.mesh-blob--dark-2 {
  width: 50vw; height: 50vw;
  top: 0%; right: -25%;
  background: radial-gradient(circle, var(--spark) 0%, transparent 60%);
  filter: blur(80px);
  opacity: 0.45;
  animation: blobMove2 26s ease-in-out infinite;
}
.mesh-blob--dark-3 {
  width: 45vw; height: 45vw;
  bottom: -20%; left: 40%;
  background: radial-gradient(circle, var(--purple) 0%, transparent 65%);
  filter: blur(90px);
  opacity: 0.35;
  animation: blobMove3 30s ease-in-out infinite;
}

/* BLACK SCENE FLOATING SHAPES */
.float-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.float-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.35;
}
.float-shape--1 {
  width: 400px; height: 400px;
  top: 10%; left: 10%;
  background: radial-gradient(circle, var(--cobalt) 0%, transparent 70%);
  animation: floatShape1 18s ease-in-out infinite;
}
.float-shape--2 {
  width: 350px; height: 350px;
  bottom: 5%; right: 12%;
  background: radial-gradient(circle, var(--spark) 0%, transparent 70%);
  animation: floatShape2 22s ease-in-out infinite;
}
.float-shape--3 {
  width: 300px; height: 300px;
  top: 50%; right: 30%;
  background: radial-gradient(circle, var(--purple) 0%, transparent 70%);
  animation: floatShape3 25s ease-in-out infinite;
  opacity: 0.25;
}
@keyframes floatShape1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(80px, 60px); }
}
@keyframes floatShape2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-100px, -50px); }
}
@keyframes floatShape3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(60px, -80px); }
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.eyebrow {
  font-family: 'Geist Mono', 'SF Mono', monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cobalt);
}
.eyebrow--white { color: rgba(255,255,255,0.7); }
.eyebrow--spark { color: var(--spark); }

h1, h2, h3 {
  font-family: 'Inter Tight', 'Inter', system-ui, sans-serif;
  letter-spacing: -0.045em;
  font-weight: 600;
  line-height: 1.04;
  color: var(--text);
}
h1 {
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
h2 {
  font-size: clamp(2.25rem, 5.5vw, 4.25rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.02;
}
h3 {
  font-size: clamp(1.25rem, 1.875vw, 1.625rem);
  font-weight: 600;
  letter-spacing: -0.025em;
}
p { color: var(--text-soft); font-weight: 400; }
.lead {
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  color: var(--text-muted);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: -0.015em;
}
.text-spark { color: var(--spark); }
.text-cobalt { color: var(--cobalt); }

/* ============================================================
   CONTAINER & LAYOUT
   ============================================================ */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
  position: relative;
  z-index: 5;
}

.scene {
  padding: clamp(5rem, 12vw, 9rem) 0;
  position: relative;
  overflow: hidden;
}
.scene--white { background: var(--white); }
.scene--off-white { background: var(--off-white); position: relative; }
.scene--black { background: var(--black); color: var(--white); }
.scene--dark {
  background: linear-gradient(180deg, #0A0E1A 0%, #050811 100%);
  color: var(--white);
  position: relative;
}
.scene--black h1, .scene--black h2, .scene--black h3,
.scene--dark h1, .scene--dark h2, .scene--dark h3 { color: var(--white); }
.scene--black p, .scene--dark p { color: rgba(255,255,255,0.65); }
.scene--black .lead, .scene--dark .lead { color: rgba(255,255,255,0.85); }

.section-head {
  margin-bottom: 4rem;
  max-width: 760px;
  position: relative; z-index: 5;
}
.section-head__eyebrow { margin-bottom: 1.5rem; display: inline-block; }
.section-head h2 { margin-bottom: 1.25rem; }

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255,255,255,0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.nav__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0.875rem var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__logo { display: flex; align-items: center; }
.nav__logo-img {
  height: 30px;
  width: auto;
  display: block;
  transition: opacity var(--transition-quick);
}
.nav__logo:hover .nav__logo-img { opacity: 0.8; }
.nav__links { display: flex; align-items: center; gap: 2rem; }
.nav__link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text);
  transition: opacity var(--transition-quick);
  letter-spacing: -0.005em;
}
.nav__link:hover { opacity: 0.6; }
.nav__lang {
  font-family: 'Geist Mono', monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  padding-left: 1.5rem;
  border-left: 1px solid var(--line);
}
.nav__lang a.active { color: var(--text); }
.nav__cta {
  font-size: 0.875rem; font-weight: 500;
  padding: 0.5rem 1rem;
  background: var(--text); color: var(--white);
  border-radius: 100px;
  transition: all var(--transition);
}
.nav__cta:hover { background: var(--cobalt); transform: translateY(-1px); }
@media (max-width: 768px) {
  .nav__link { display: none; }
  .nav__lang { padding-left: 0; border-left: none; font-size: 0.625rem; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.875rem 1.625rem;
  border-radius: 100px;
  transition: all var(--transition);
  letter-spacing: -0.005em;
  cursor: pointer;
}
.btn--primary { background: var(--text); color: var(--white); }
.btn--primary:hover { background: var(--cobalt); transform: translateY(-2px); box-shadow: 0 12px 28px -10px rgba(0, 71, 171, 0.45); }
.btn--secondary {
  background: rgba(255,255,255,0.7);
  color: var(--text);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.btn--secondary:hover { background: var(--white); border-color: var(--text); transform: translateY(-2px); }
.btn--white { background: var(--white); color: var(--text); }
.btn--white:hover { background: var(--spark); color: var(--white); transform: translateY(-2px); }
.btn--spark { background: var(--spark); color: var(--white); }
.btn--spark:hover { background: var(--spark-deep); transform: translateY(-2px); box-shadow: 0 12px 28px -10px rgba(255, 87, 34, 0.5); }
.btn--ghost { background: transparent; color: var(--text); padding: 0.875rem 0; }
.btn--ghost:hover { color: var(--cobalt); }
.btn__arrow { transition: transform var(--transition); }
.btn:hover .btn__arrow { transform: translateX(4px); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  padding-top: clamp(4rem, 8vh, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
}
.hero__content {
  position: relative;
  z-index: 5;
  max-width: 980px;
}
.hero__eyebrow { margin-bottom: 1.5rem; display: inline-block; }
.hero__title { margin-bottom: 1.5rem; max-width: 16ch; }
.hero__sub {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--text-muted);
  max-width: 22ch;
  margin-bottom: 3rem;
}
.hero__sub strong { color: var(--text); font-weight: 600; }
.hero__actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 4rem; }
.hero__signals {
  display: flex; gap: 2.5rem; flex-wrap: wrap;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line);
  font-family: 'Geist Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}
.hero__signal { display: flex; align-items: center; gap: 0.5rem; }
.hero__signal::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--spark);
  box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.15);
  animation: dot 2s ease-in-out infinite;
}
@keyframes dot {
  0%, 100% { box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.15); }
  50% { box-shadow: 0 0 0 6px rgba(255, 87, 34, 0); }
}

/* HERO NETWORK SVG */
.network {
  position: absolute;
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
  width: 60vw;
  max-width: 720px;
  aspect-ratio: 1 / 1.1;
  z-index: 4;
  opacity: 0.95;
  will-change: transform;
}
.network__svg { width: 100%; height: 100%; overflow: visible; }
.network__node { fill: var(--cobalt); opacity: 0; animation: nodePulse 4s ease-in-out infinite; }
.network__node--spark { fill: var(--spark); animation: nodePulse 5s ease-in-out infinite; }
@keyframes nodePulse {
  0%, 100% { opacity: 0.15; r: 3; }
  50% { opacity: 1; r: 5; }
}
.network__line {
  stroke: var(--cobalt); stroke-width: 0.5; fill: none;
  opacity: 0.18; stroke-dasharray: 4 4;
  animation: lineFlow 12s linear infinite;
}
@keyframes lineFlow { to { stroke-dashoffset: -200; } }
.network__halo {
  fill: var(--spark); opacity: 0;
  animation: haloPulse 3s ease-out infinite;
  transform-origin: center; transform-box: fill-box;
}
@keyframes haloPulse {
  0% { opacity: 0.4; transform: scale(0.6); }
  100% { opacity: 0; transform: scale(3.5); }
}
@media (max-width: 900px) {
  .network { display: none; }
  .hero__title { max-width: 100%; }
  .hero__sub { max-width: 100%; }
}

/* ============================================================
   STATEMENT (manifesto in dark scene)
   ============================================================ */
.statement { text-align: center; position: relative; z-index: 5; }
.statement__caption {
  font-family: 'Geist Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--spark);
  margin-bottom: 2.5rem;
  display: inline-block;
}
.statement__title {
  max-width: 18ch;
  margin: 0 auto 2rem;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.04;
}
.statement__title em { font-style: normal; color: var(--spark); }
.statement__sub {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  color: rgba(255,255,255,0.65);
  font-weight: 400;
  letter-spacing: -0.015em;
  max-width: 50ch;
  margin: 0 auto;
}

/* ============================================================
   ECOSYSTEM (7 functions grid)
   ============================================================ */
.eco-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
  position: relative; z-index: 5;
}
.eco-item {
  background: var(--white);
  padding: 2.25rem 2rem;
  border-radius: 16px;
  border: 1px solid var(--line-soft);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column;
  min-height: 230px;
}
.eco-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--spark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.eco-item::after {
  content: '';
  position: absolute;
  top: -50%; right: -50%;
  width: 100%; height: 100%;
  background: radial-gradient(circle, rgba(255, 87, 34, 0.08), transparent 60%);
  filter: blur(40px);
  opacity: 0;
  transition: opacity var(--transition);
  pointer-events: none;
}
.eco-item:hover {
  transform: translateY(-3px);
  border-color: var(--text);
  box-shadow: 0 16px 32px -16px rgba(10, 14, 26, 0.12);
}
.eco-item:hover::before { transform: scaleX(1); }
.eco-item:hover::after { opacity: 1; }
.eco-item__num {
  font-family: 'Geist Mono', monospace;
  font-size: 0.6875rem;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  position: relative; z-index: 2;
}
.eco-item__title {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 0.625rem;
  position: relative; z-index: 2;
}
.eco-item p {
  font-size: 0.9375rem;
  color: var(--text-soft);
  position: relative; z-index: 2;
}
.eco-item__brand {
  margin-top: auto; padding-top: 1rem;
  font-family: 'Geist Mono', monospace;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--cobalt);
  position: relative; z-index: 2;
}

/* ============================================================
   BRAND PORTFOLIO (4 cards)
   ============================================================ */
.brands {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  position: relative; z-index: 5;
}
@media (min-width: 768px) { .brands { grid-template-columns: 1fr 1fr; } }
.brand-card {
  background: var(--white);
  padding: clamp(2rem, 4vw, 2.75rem);
  display: flex; flex-direction: column;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.32, 0.72, 0, 1);
  min-height: 380px;
}
.brand-card::after {
  content: '';
  position: absolute;
  top: -50%; right: -50%;
  width: 100%; height: 100%;
  background: var(--bblob, radial-gradient(circle, rgba(0, 71, 171, 0.15), transparent 60%));
  filter: blur(40px);
  opacity: 0.5;
  transition: all 0.6s ease;
  pointer-events: none;
}
.brand-card:hover {
  transform: translateY(-6px);
  border-color: var(--bcolor);
  box-shadow: 0 24px 48px -20px rgba(10, 14, 26, 0.18);
}
.brand-card:hover::after { transform: scale(1.4) translate(-30px, 30px); opacity: 0.9; }

.brand-card--361 {
  --bcolor: #E63946;
  --bblob: radial-gradient(circle, rgba(230, 57, 70, 0.2), transparent 60%);
}
.brand-card--cep {
  --bcolor: #C8102E;
  --bblob: radial-gradient(circle, rgba(200, 16, 46, 0.2), transparent 60%);
}
.brand-card--naak {
  --bcolor: #6B8E23;
  --bblob: radial-gradient(circle, rgba(107, 142, 35, 0.2), transparent 60%);
}

/* WHITE CARD for Kailas Fuga (logo is canonical: black FUGA + black square with white sun/KAILAS) */
.brand-card--kailas {
  --bcolor: #2D5016;
  --bblob: radial-gradient(circle, rgba(45, 80, 22, 0.18), transparent 60%);
}

.brand-card__logo-wrap {
  height: 90px;
  display: flex; align-items: center;
  margin-bottom: 1.75rem;
  position: relative; z-index: 2;
}
.brand-card__logo {
  max-height: 70px;
  max-width: 280px;
  width: auto; height: auto;
  object-fit: contain;
}
.brand-card__category {
  font-family: 'Geist Mono', monospace;
  font-size: 0.6875rem;
  color: var(--bcolor);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 500;
  position: relative; z-index: 2;
}
.brand-card__title {
  margin-bottom: 1rem;
  font-size: clamp(1.625rem, 2.5vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  position: relative; z-index: 2;
}
.brand-card__text {
  color: var(--text-soft);
  position: relative; z-index: 2;
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
}
.brand-card__link {
  margin-top: auto;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bcolor);
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  position: relative; z-index: 2;
  transition: gap 0.3s ease;
}
.brand-card:hover .brand-card__link { gap: 0.625rem; }
.brand-card__badge {
  position: absolute; top: 1.5rem; right: 1.5rem;
  font-family: 'Geist Mono', monospace;
  font-size: 0.625rem;
  font-weight: 500; letter-spacing: 0.08em;
  background: var(--spark); color: var(--white);
  padding: 0.3125rem 0.625rem; border-radius: 100px;
  z-index: 3;
  box-shadow: 0 6px 16px -2px rgba(255, 87, 34, 0.45);
  animation: badgePulse 3s ease-in-out infinite;
}
@keyframes badgePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

/* ============================================================
   STATS (numbers section, dark)
   ============================================================ */
.stats__intro { margin-bottom: 4rem; max-width: 32ch; position: relative; z-index: 5; }
.stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  position: relative; z-index: 5;
  background: rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  overflow: hidden;
}
.stat {
  padding: clamp(2.5rem, 4vw, 3.5rem) clamp(1.25rem, 3vw, 2rem);
  border-right: 1px solid rgba(255,255,255,0.12);
  position: relative;
  transition: background 0.4s ease;
}
.stat:hover { background: rgba(255, 87, 34, 0.08); }
.stat:hover .stat__num { color: var(--spark); }
.stat:last-child { border-right: none; }
@media (max-width: 768px) {
  .stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .stat:last-child { border-bottom: none; }
}
.stat__num {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 4.5vw, 3.5rem);
  color: var(--white);
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 0.875rem;
  transition: color 0.4s ease;
  display: flex; align-items: baseline; gap: 0.125rem;
}
.stat__num-suffix { font-size: 0.55em; color: var(--spark); font-weight: 500; }
.stat__label {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.45;
}

/* ============================================================
   METHOD (data-driven 4 pillars)
   ============================================================ */
.method-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: start;
  position: relative; z-index: 5;
}
@media (min-width: 1024px) {
  .method-layout { grid-template-columns: 5fr 7fr; gap: 6rem; }
}
.method-intro { position: sticky; top: 6rem; }
.method-intro h2 { margin-bottom: 1.25rem; }
.method-pillars { display: grid; gap: 2rem; }
.pillar {
  padding: 1.875rem 0 0;
  border-top: 1px solid var(--line);
  position: relative;
  transition: all var(--transition);
}
.pillar::before {
  content: '';
  position: absolute;
  top: -1px; left: 0;
  width: 0; height: 1px;
  background: var(--spark);
  transition: width var(--transition);
}
.pillar:hover::before { width: 80px; }
.pillar:hover { padding-left: 0.75rem; }
.pillar__num {
  font-family: 'Geist Mono', monospace;
  font-size: 0.6875rem;
  color: var(--cobalt);
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
}
.pillar h3 { margin-bottom: 0.75rem; font-size: 1.375rem; }

/* ============================================================
   OPERATIONS (6 ops)
   ============================================================ */
.ops-intro { margin-bottom: 4rem; max-width: 60ch; position: relative; z-index: 5; }
.ops-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  position: relative; z-index: 5;
}
.op {
  padding: 2.25rem 2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: all var(--transition);
  position: relative;
}
.op:hover { background: var(--off-white); }
.op:hover .op__icon { color: var(--spark); }
.op:last-child { border-right: none; }
@media (min-width: 880px) {
  .ops-grid { grid-template-columns: repeat(3, 1fr); }
  .op:nth-child(3n) { border-right: none; }
  .op:nth-child(n+4) { border-bottom: none; }
}
.op__icon {
  font-family: 'Geist Mono', monospace;
  font-size: 0.6875rem;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
  transition: color var(--transition);
}
.op h3 { font-size: 1.0625rem; margin-bottom: 0.5rem; }
.op p { font-size: 0.9375rem; }

/* ============================================================
   DIGITAL ECOSYSTEM (B2B + ITZ)
   ============================================================ */
.digital__intro { margin-bottom: 4rem; max-width: 60ch; position: relative; z-index: 5; }
.digital__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  position: relative; z-index: 5;
}
@media (min-width: 880px) { .digital__grid { grid-template-columns: 1fr 1fr; } }
.digital-card {
  background: var(--white);
  padding: clamp(2rem, 4vw, 3rem);
  display: flex; flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 20px;
  position: relative; overflow: hidden;
  transition: all var(--transition);
}
.digital-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px -20px rgba(10, 14, 26, 0.18);
}
.digital-card--dark {
  background: linear-gradient(135deg, var(--navy) 0%, #151B2C 100%);
  color: var(--white);
  border-color: rgba(255,255,255,0.12);
}
.digital-card--dark::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 320px; height: 320px;
  background: radial-gradient(circle at top right, rgba(255, 87, 34, 0.28), transparent 70%);
  pointer-events: none;
}
.digital-card--dark p,
.digital-card--dark h3,
.digital-card--dark h2 { color: var(--white); }
.digital-card--dark .eyebrow { color: var(--spark); }
.digital-card__head { margin-bottom: 1.75rem; position: relative; z-index: 1; }
.digital-card__head .eyebrow { margin-bottom: 1rem; display: inline-block; }
.digital-card__head h3 {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.25vw, 2rem);
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.digital-card__features {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.75rem;
  position: relative; z-index: 1;
}
.digital-card__features li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 0.9375rem;
  display: flex; align-items: flex-start; gap: 0.75rem;
}
.digital-card--dark .digital-card__features li {
  border-color: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.85);
}
.digital-card__features li::before {
  content: "→";
  color: var(--cobalt);
  font-family: 'Geist Mono', monospace;
  flex-shrink: 0;
  margin-top: 0.0625rem;
  font-weight: 500;
}
.digital-card--dark .digital-card__features li::before { color: var(--spark); }
.digital-card__cta { margin-top: auto; position: relative; z-index: 1; }
.itz-soon {
  font-family: 'Geist Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--spark);
  border: 1px solid var(--spark);
  background: rgba(255, 87, 34, 0.08);
  padding: 0.625rem 1rem;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}
.itz-soon::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--spark);
  animation: dot 2s ease-in-out infinite;
  box-shadow: 0 0 0 4px rgba(255, 87, 34, 0.2);
}

/* ============================================================
   PATHWAYS (final CTA cards)
   ============================================================ */
.pathways__head { margin-bottom: 3rem; position: relative; z-index: 5; }
.pathways__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  position: relative; z-index: 5;
}
@media (min-width: 768px) { .pathways__grid { grid-template-columns: 1fr 1fr; } }
.pathway {
  background: var(--white);
  border: 1px solid var(--line);
  padding: clamp(2.25rem, 4vw, 2.75rem);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.pathway::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--pcolor, var(--cobalt));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.pathway:hover {
  border-color: var(--pcolor, var(--cobalt));
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -20px rgba(10, 14, 26, 0.15);
}
.pathway:hover::before { transform: scaleX(1); }
.pathway--brand { --pcolor: var(--cobalt); }
.pathway--dealer { --pcolor: var(--spark); }
.pathway__eyebrow { margin-bottom: 1.25rem; }
.pathway--brand .eyebrow { color: var(--cobalt); }
.pathway--dealer .eyebrow { color: var(--spark); }
.pathway h2 {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.5vw, 2.125rem);
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
  line-height: 1.05;
}
.pathway p { margin-bottom: 2rem; flex-grow: 1; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--near-black);
  color: rgba(255,255,255,0.7);
  padding: clamp(3.5rem, 5vw, 5rem) 0 2rem;
  position: relative; overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  top: -100px; left: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255, 87, 34, 0.07), transparent 70%);
  pointer-events: none;
}
.footer::after {
  content: '';
  position: absolute;
  bottom: -200px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(0, 71, 171, 0.10), transparent 70%);
  pointer-events: none;
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative; z-index: 1;
}
@media (min-width: 768px) {
  .footer__top { grid-template-columns: 2fr 1fr 1fr 1fr; }
}
.footer__wordmark {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.035em;
  color: var(--white);
  margin-bottom: 1.25rem;
  display: flex; align-items: baseline; gap: 0.5rem;
  line-height: 1;
}
.footer__wordmark span {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--spark);
  font-family: 'Geist Mono', monospace;
}
.footer__tagline {
  color: rgba(255,255,255,0.55);
  font-size: 0.9375rem;
  max-width: 36ch;
  line-height: 1.55;
}
.footer h4 {
  color: var(--white);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-weight: 500;
  font-family: 'Geist Mono', monospace;
}
.footer ul { list-style: none; padding: 0; }
.footer li {
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.6);
}
.footer a { color: rgba(255,255,255,0.6); transition: color var(--transition); }
.footer a:hover { color: var(--spark); }
.footer__legal-info {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  position: relative; z-index: 1;
}
.footer__legal-info p {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.6;
  font-family: 'Geist Mono', monospace;
  letter-spacing: 0.01em;
}
.footer__bottom {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.4);
  position: relative; z-index: 1;
}
.footer__legal { display: flex; gap: 1.5rem; flex-wrap: wrap; }

/* ============================================================
   COOKIE BANNER
   ============================================================ */
.cookie-banner {
  position: fixed;
  bottom: 1.25rem; left: 1.25rem; right: 1.25rem;
  max-width: 540px;
  background: var(--navy);
  color: var(--white);
  padding: 1.5rem 1.75rem;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(10, 14, 26, 0.4);
  z-index: 100;
  transform: translateY(calc(100% + 2rem));
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 87, 34, 0.3);
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner__head {
  display: flex; align-items: center; gap: 0.625rem;
  margin-bottom: 0.625rem;
}
.cookie-banner__icon {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--spark);
  animation: dot 2.5s ease-in-out infinite;
}
.cookie-banner__title {
  font-size: 0.6875rem;
  font-weight: 500;
  font-family: 'Geist Mono', monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--spark);
}
.cookie-banner p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
.cookie-banner p a { color: var(--spark); text-decoration: underline; text-underline-offset: 2px; }
.cookie-banner__actions { display: flex; gap: 0.625rem; flex-wrap: wrap; }
.cookie-btn {
  padding: 0.5rem 1.125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 100px;
  transition: all var(--transition);
  font-family: inherit;
}
.cookie-btn--accept { background: var(--spark); color: var(--white); }
.cookie-btn--accept:hover { background: var(--spark-deep); }
.cookie-btn--decline {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cookie-btn--decline:hover { color: var(--white); border-color: rgba(255, 255, 255, 0.4); }

/* ============================================================
   ANIMATIONS
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay-1 { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.3s; }
.reveal--delay-4 { transition-delay: 0.4s; }

.fade-in {
  opacity: 0;
  transform: translateY(16px);
  animation: fadeIn 1s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}
.fade-in--2 { animation-delay: 0.15s; }
.fade-in--3 { animation-delay: 0.3s; }
.fade-in--4 { animation-delay: 0.45s; }
.fade-in--5 { animation-delay: 0.6s; }
@keyframes fadeIn { to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .fade-in, .reveal { opacity: 1; transform: none; animation: none; }
  html { scroll-behavior: auto; }
  .mesh-blob, .float-shape, .network__node, .network__halo, .network__line { animation: none; }
}
