/* ============================================================
   CROS — BOLD CREATOR THEME
   Ink + neon · big editorial type · sticker details · responsive
   ============================================================ */

:root {
  --font-sans: "Inter", "Segoe UI", system-ui, sans-serif;
  --font-display: "Space Grotesk", "Inter", "Segoe UI", system-ui, sans-serif;
  --font-serif: "Space Grotesk", "Inter", "Segoe UI", system-ui, sans-serif;
  --radius: 18px;
  --radius-lg: 28px;
  --maxw: 1200px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html[data-theme="light"] {
  --bg: #f3f7ff;
  --bg-alt: #e9f0fd;
  --surface: #ffffff;
  --surface-2: #e1ebfb;
  --text: #081733;
  --text-soft: #243f5e;
  --muted: #567099;
  --faint: #91a6c9;
  --border: rgba(8, 23, 51, 0.12);
  --border-strong: rgba(8, 23, 51, 0.24);
  --invert-bg: #2563eb;
  --invert-text: #ffffff;
  --chip-bg: rgba(37, 99, 235, 0.08);
  --header-bg: rgba(255, 255, 255, 0.82);
  --shadow: 0 24px 60px rgba(23, 60, 140, 0.16);
  --shadow-sm: 0 10px 28px rgba(23, 60, 140, 0.1);
  --glow: rgba(37, 99, 235, 0.14);
  --hero-glow: rgba(6, 182, 212, 0.16);
  --ring: rgba(59, 130, 246, 0.3);
  --glass: rgba(255, 255, 255, 0.78);
  --outline: rgba(8, 23, 51, 0.14);
  --success: #16a34a;
  --error: #e11d48;
  --a1: #2563eb;
  --a2: #0ea5e9;
  --a3: #06b6d4;
  --a4: #6366f1;
  --a5: #22d3ee;
  --grad-main: #2563eb;
  --grad-warm: #6366f1;
  --grad-cool: #2563eb;
  --grad-fresh: #06b6d4;
  --grad-text: #2563eb;
  --grad-multi: #2563eb;
  --grad-soft: rgba(37, 99, 235, 0.08);
}

html[data-theme="dark"] {
  --bg: #000000;
  --bg-alt: #0a0a0a;
  --surface: #111111;
  --surface-2: #1a1a1a;
  --text: #f5f7ff;
  --text-soft: #d0d5e8;
  --muted: #98a0b5;
  --faint: #5d6577;
  --border: rgba(255, 255, 255, 0.14);
  --border-strong: rgba(255, 255, 255, 0.26);
  --invert-bg: #3b82f6;
  --invert-text: #ffffff;
  --chip-bg: rgba(96, 165, 250, 0.16);
  --header-bg: rgba(0, 0, 0, 0.82);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.65);
  --shadow-sm: 0 10px 28px rgba(0, 0, 0, 0.5);
  --glow: rgba(59, 130, 246, 0.22);
  --hero-glow: rgba(56, 189, 248, 0.18);
  --ring: rgba(147, 197, 253, 0.34);
  --glass: rgba(10, 10, 10, 0.78);
  --outline: rgba(255, 255, 255, 0.18);
  --success: #6fe08c;
  --error: #ff8484;
  --a1: #60a5fa;
  --a2: #38bdf8;
  --a3: #22d3ee;
  --a4: #818cf8;
  --a5: #67e8f9;
  --grad-main: #3b82f6;
  --grad-warm: #38bdf8;
  --grad-cool: #22d3ee;
  --grad-fresh: #67e8f9;
  --grad-text: #60a5fa;
  --grad-multi: #60a5fa;
  --grad-soft: rgba(59, 130, 246, 0.14);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  transition: background 0.45s var(--ease), color 0.45s var(--ease);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.container {
  width: min(var(--maxw), 92%);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 16px;
  border-radius: 12px;
  background: var(--invert-bg);
  color: var(--invert-text);
  transform: translateY(-200%);
  transition: transform 0.3s var(--ease);
}

.skip-link:focus { transform: translateY(0); }

/* ============ PROGRESS + CURSOR ============ */

.progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad-multi);
  transform: scaleX(0);
  transform-origin: left;
  z-index: 90;
}

/* ============ BUTTONS ============ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.01em;
  border: 1px solid transparent;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.35s, color 0.35s, border-color 0.35s;
}

.btn .arrow { transition: transform 0.35s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

.btn-solid {
  background: var(--grad-main);
  color: #fff;
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.35);
  position: relative;
  overflow: hidden;
}

.btn-solid::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: none;
  transform: skewX(-20deg);
  transition: left 0.7s var(--ease);
}

.btn-solid:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(37, 99, 235, 0.45); }
.btn-solid:hover::after { left: 160%; }

.btn-ghost {
  border-color: var(--border-strong);
  color: var(--text);
  background: transparent;
}

.btn-ghost:hover {
  border-color: var(--a1);
  background: var(--chip-bg);
  transform: translateY(-3px);
}

.btn-light {
  background: #fff;
  color: #101010;
  box-shadow: 0 12px 32px rgba(6, 182, 212, 0.35);
}

.btn-sm { padding: 11px 20px; font-size: 14px; }
.btn-lg { padding: 19px 38px; font-size: 16px; }
.btn-full { width: 100%; }

/* ============ HEADER (studio bar) ============ */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  padding-top: 14px;
}

.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 62px;
  width: min(1000px, 92%);
  margin-inline: auto;
  padding: 0 20px 0 24px;
  background: var(--glass);
  -webkit-backdrop-filter: blur(28px) saturate(1.8);
  backdrop-filter: blur(28px) saturate(1.8);
  border: none;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(37, 99, 235, 0.12), 0 6px 20px rgba(0, 0, 0, 0.06);
}

.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.1);
  mix-blend-mode: soft-light;
}

.logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.logo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: var(--grad-main);
  transform: scaleX(0.35);
  transform-origin: left;
  opacity: 0.6;
  transition: transform 0.4s var(--ease), opacity 0.4s;
}

.logo:hover::after { transform: scaleX(1); opacity: 1; }

.logo-name {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: letter-spacing 0.4s var(--ease);
}

.logo:hover .logo-name { letter-spacing: 0.01em; }

.logo-dot {
  width: 8px;
  height: 8px;
  margin-left: 4px;
  border-radius: 50%;
  background: var(--a2);
  box-shadow: 0 0 6px var(--a2);
  animation: dotPulse 2.6s ease-in-out infinite;
}

@keyframes dotPulse {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 6px var(--a2); }
  50% { opacity: 0.85; transform: scale(0.85); box-shadow: 0 0 16px var(--a2); }
}

.nav-links { display: flex; gap: 2px; }

.nav-links a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--muted);
  padding: 9px 16px;
  border-radius: 100px;
  transition: color 0.3s, background 0.3s var(--ease);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: var(--grad-main);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--a1);
  background: var(--chip-bg);
}

.nav-links a:hover::after,
.nav-links a.active::after { transform: scaleX(1); }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.theme-toggle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--chip-bg);
  color: var(--text);
  display: grid;
  place-items: center;
  transition: background 0.3s, transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s;
}

.theme-toggle:hover {
  background: transparent;
  transform: rotate(20deg);
  border-color: var(--a1);
  box-shadow: 0 0 0 4px var(--chip-bg);
}

.theme-toggle svg { width: 17px; height: 17px; }

html[data-theme="light"] .theme-toggle .icon-sun { display: none; }
html[data-theme="dark"] .theme-toggle .icon-moon { display: none; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: var(--chip-bg);
  border: 1px solid var(--border-strong);
  border-radius: 50%;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.35s var(--ease), opacity 0.3s;
}

.nav-toggle.open span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 92px 5% auto 5%;
  background: var(--bg);
  padding: 22px 24px;
  border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transform: translateY(-16px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s var(--ease), opacity 0.35s var(--ease), visibility 0.35s;
}

.mobile-menu.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.mobile-menu ul { display: flex; flex-direction: column; gap: 6px; }

.mobile-menu a {
  display: block;
  padding: 14px 4px;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-soft);
  border-bottom: 1px solid var(--border);
}

.mobile-menu a:hover { color: var(--text); }
.mobile-menu .btn { border-bottom: none; margin-top: 12px; }

/* ============ TYPOGRAPHY ============ */

.eyebrow {
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--grad-main);
  transform: rotate(45deg);
  box-shadow: 0 0 12px rgba(37, 99, 235, 0.5);
  flex-shrink: 0;
}

.hero .eyebrow::before { display: none; }

.eb-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 15px;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-right: 4px;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.5);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.45); }
  70% { box-shadow: 0 0 0 9px rgba(22, 163, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

.serif-italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.section-title .serif-italic,
.big-idea-title .serif-italic,
.final-title .serif-italic,
.testi-title .serif-italic,
.bpanel h3 .serif-italic {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section {
  padding: clamp(72px, 10vw, 140px) 0;
  background: var(--bg);
  transition: background 0.45s var(--ease);
}

.section.alt { background: var(--bg-alt); }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4.8vw, 3.3rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.section-sub {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.center { text-align: center; }
.center .section-sub { margin-inline: auto; }

.text-link {
  display: inline-block;
  font-weight: 600;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: opacity 0.3s var(--ease), letter-spacing 0.3s var(--ease);
}

.text-link:hover { opacity: 0.7; letter-spacing: 0.02em; }

/* ============ ICONS ============ */

.ic { width: 18px; height: 18px; flex-shrink: 0; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.ic-lg { width: 26px; height: 26px; }
.ic-xl { width: 34px; height: 34px; }

/* ============ HERO ============ */

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--bg);
  color: var(--text);
  padding: 150px 0 0;
  overflow: hidden;
}

.hero-word {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(6rem, 22vw, 22rem);
  letter-spacing: -0.04em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--outline);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(ellipse 78% 64% at 50% 42%, #000 15%, transparent 72%);
  mask-image: radial-gradient(ellipse 78% 64% at 50% 42%, #000 15%, transparent 72%);
  opacity: 0.45;
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}

.orb-1 {
  width: 360px;
  height: 360px;
  top: 16%;
  right: 6%;
  background: none;
  animation: orbFloat 16s ease-in-out infinite;
}

.orb-2 {
  width: 300px;
  height: 300px;
  bottom: 20%;
  left: 5%;
  background: none;
  animation: orbFloat 20s ease-in-out infinite reverse;
}

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-24px, 26px) scale(1.08); }
}

.hero-spark {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.95;
  animation: sparkFloat 6s ease-in-out infinite;
  color: var(--a3);
}

.hero-spark svg { width: 100%; height: 100%; display: block; }

.hero-spark.spark-b { color: var(--a2); animation-delay: 1.2s; }

.spark-a { top: 18%; left: 7%; width: 30px; height: 30px; }
.spark-b { top: 30%; right: 6%; width: 22px; height: 22px; }

@keyframes sparkFloat {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
  50% { transform: translateY(-14px) rotate(20deg) scale(1.1); }
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 64px;
}

.hero-copy { max-width: 880px; }

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7.4vw, 6.2rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.035em;
  margin-bottom: 26px;
}

.hero-line { display: block; }

.hero-line-outline {
  color: transparent;
  -webkit-text-stroke: 2px var(--a2);
}

@supports not (-webkit-text-stroke: 1px black) {
  .hero-line-outline {
    color: var(--a2);
    -webkit-text-stroke: 0;
  }
}

.hero-line-grad {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  max-width: 560px;
  margin-inline: auto;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin-bottom: 34px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}

/* Hero visual — kept for the floaty motion used by problem photos */

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

/* Marquee */

.marquee {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
  overflow: hidden;
  background: var(--bg);
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.marquee.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.marquee:hover .marquee-track { animation-play-state: paused; }

.marquee-track span {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.6vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 24px;
  white-space: nowrap;
  background: var(--grad-multi);
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: marqueeHue 8s linear infinite;
}

.marquee-track i { color: var(--faint); font-style: normal; font-size: 15px; }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes marqueeHue { to { background-position: 300% 50%; } }

/* ============ PROBLEM ============ */

.problem { position: relative; overflow: hidden; }

.problem-ghost {
  position: absolute;
  top: 6%;
  right: -6%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(6rem, 24vw, 24rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--outline);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
}

.problem .eyebrow { margin-bottom: 26px; }

.problem-title {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6.4vw, 5.4rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}

.pt-line { display: block; }

.pt-serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pt-outline {
  color: transparent;
  -webkit-text-stroke: 2px var(--a2);
}

@supports not (-webkit-text-stroke: 1px black) {
  .pt-outline { color: var(--a2); -webkit-text-stroke: 0; }
}

.pt-sticker {
  display: inline-block;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 0.3em;
  letter-spacing: 0.02em;
  padding: 0.35em 0.9em;
  border-radius: 100px;
  border: 2px dashed var(--a3);
  color: var(--a3);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  vertical-align: 0.3em;
  margin-left: 0.4em;
}

.pt-sticker-2 {
  border-color: var(--a4);
  color: var(--a4);
}

.problem-sub {
  max-width: 660px;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  margin-bottom: 52px;
}

.problem-sub mark {
  background: none;
  color: var(--text);
  font-weight: 700;
  padding: 0 0.15em;
  border-bottom: 3px solid var(--a3);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.problem-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: center;
}

.problem-photos {
  position: relative;
  height: 520px;
}

.pp { position: absolute; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-sm); }
.pp img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.05); }

.pp-1 { width: 60%; height: 74%; top: 0; left: 0; z-index: 1; }
.pp-2 { width: 52%; height: 48%; top: 8%; right: 0; z-index: 2; animation: floaty 6s ease-in-out infinite; }
.pp-3 { width: 46%; height: 36%; bottom: 0; left: 10%; z-index: 3; animation: floaty 6s ease-in-out 1.5s infinite; }

.pp-sticker {
  position: absolute;
  z-index: 4;
  bottom: 3%;
  right: -3%;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1.6px var(--a2);
  border: 2.5px dashed var(--a2);
  border-radius: 8px;
  padding: 11px 16px;
  background: var(--glass);
  box-shadow: var(--shadow-sm);
  pointer-events: none;
}

.pp-sticker span {
  color: var(--a3);
  -webkit-text-stroke: 0;
}

.problem-cards { display: flex; flex-direction: column; gap: 30px; }

.split-card {
  position: relative;
  border-radius: 22px;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 30px;
  box-shadow: var(--shadow-sm);
}

.split-seen {
  background: var(--grad-soft), var(--surface);
}

.split-real {
  border: 1.5px dashed var(--border-strong);
}

.tape {
  position: absolute;
  top: -14px;
  left: 50%;
  translate: -50% 0;
  width: 104px;
  height: 28px;
  background: rgba(250, 204, 21, 0.9);
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
  z-index: 2;
  pointer-events: none;
}

.split-real .tape { background: rgba(56, 189, 248, 0.85); }

.stamp {
  position: absolute;
  top: 12px;
  right: 16px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1.6px var(--a3);
  border: 2px solid var(--a3);
  border-radius: 6px;
  padding: 5px 10px;
  opacity: 0.9;
  pointer-events: none;
}

.split-head { margin-bottom: 18px; }

.split-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-top: 14px;
  color: var(--text);
}

.split-title em {
  font-style: italic;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chip-light { background: var(--chip-bg); color: var(--a1); }
.chip-dark { background: var(--text); color: var(--bg); }

.chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chip-lg,
.chip-md {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 100px;
  border: 1px solid var(--border);
  background: var(--surface);
  font-weight: 600;
  font-size: 14px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), border-color 0.3s, background 0.3s, color 0.3s;
}

.chip-lg:hover { transform: translateY(-3px); border-color: transparent; }
.chip-md { font-size: 13px; color: var(--text-soft); }

.chip-lg:hover,
.chip-md:hover {
  transform: translateY(-3px);
  border-color: transparent;
  box-shadow: var(--shadow);
}

.chip-lg .ic { color: var(--a1); }
.chip-lg:nth-child(2) .ic { color: var(--a2); }
.chip-lg:nth-child(3) .ic { color: var(--a3); }
.chip-lg:nth-child(4) .ic { color: var(--a4); }
.chip-lg:nth-child(5) .ic { color: var(--a5); }

.chip-md .ic { color: var(--a2); }

.truth {
  margin-top: 60px;
  padding-top: 34px;
  border-top: 2px dashed var(--border-strong);
}

.truth-center {
  position: relative;
  max-width: 940px;
  margin-inline: auto;
  text-align: center;
}

.truth-center p {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 5.4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 34px;
}

.truth [data-word] {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.4em);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.truth [data-word].is-visible { opacity: 1; transform: none; }

.truth .tw-accent {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.truth .tw-serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.truth .tw-split {
  color: var(--a3);
  font-size: 0.45em;
  vertical-align: 0.2em;
  margin: 0 0.18em;
}

.truth-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.truth-note {
  display: inline-block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--muted);
  border: 1.5px dashed var(--border-strong);
  border-radius: 100px;
  padding: 8px 16px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.truth-cta {
  position: relative;
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.42);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.truth-cta .ic { color: #fff; }

.truth-cta:hover { box-shadow: 0 22px 54px rgba(37, 99, 235, 0.55); }

/* ============ SERVICES ============ */

.services { position: relative; overflow: hidden; }

.services-ghost {
  position: absolute;
  top: 3%;
  left: -5%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(5rem, 20vw, 19rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--outline);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  opacity: 0.45;
}

.services-title .sv-outline {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: transparent;
  -webkit-text-stroke: 2px var(--a2);
}

@supports not (-webkit-text-stroke: 1px black) {
  .services-title .sv-outline { color: var(--a2); -webkit-text-stroke: 0; }
}

.sv-stickers { margin-top: 6px; }

.sv-sticker {
  display: inline-block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--a3);
  border: 2px dashed var(--a3);
  border-radius: 100px;
  padding: 7px 16px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  margin-right: 12px;
}

.sv-sticker-2 { color: var(--a4); border-color: var(--a4); }

.section-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sv-card {
  --sv-accent: #2563eb;
  --sv-shadow: rgba(37, 99, 235, 0.16);
  --sv-soft: rgba(37, 99, 235, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 22px;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 26px 26px 24px;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.35s, box-shadow 0.35s var(--ease), transform 0.35s var(--ease);
}

.sv-card:hover {
  transform: translateY(-4px);
  border-color: var(--sv-accent);
  box-shadow: 0 22px 48px -24px var(--sv-shadow);
}

.sv-card:nth-child(2) { --sv-accent: #0ea5e9; --sv-shadow: rgba(14, 165, 233, 0.16); --sv-soft: rgba(14, 165, 233, 0.1); }
.sv-card:nth-child(3) { --sv-accent: #06b6d4; --sv-shadow: rgba(6, 182, 212, 0.16); --sv-soft: rgba(6, 182, 212, 0.1); }
.sv-card:nth-child(4) { --sv-accent: #22d3ee; --sv-shadow: rgba(34, 211, 238, 0.16); --sv-soft: rgba(34, 211, 238, 0.1); }
.sv-card:nth-child(5) { --sv-accent: #6366f1; --sv-shadow: rgba(99, 102, 241, 0.16); --sv-soft: rgba(99, 102, 241, 0.1); }
.sv-card:nth-child(6) { --sv-accent: #0ea5e9; --sv-shadow: rgba(14, 165, 233, 0.16); --sv-soft: rgba(14, 165, 233, 0.1); }

.sv-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.sv-card-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  padding-top: 4px;
}

.sv-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--sv-accent);
  opacity: 0.7;
  user-select: none;
}

.sv-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.sv-card-title h3 {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.02em;
  flex: 1 1 auto;
}

.sv-card-title::after {
  content: "\2192";
  font-size: 18px;
  font-weight: 500;
  color: var(--sv-accent);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
}

.sv-card:hover .sv-card-title::after {
  opacity: 1;
  transform: translateX(0);
}

.sv-tag {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sv-accent);
  opacity: 0.85;
  white-space: nowrap;
}

.service-ico {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--sv-accent);
  background: var(--sv-soft);
  border: 1px solid color-mix(in srgb, var(--sv-accent) 26%, transparent);
  flex-shrink: 0;
  transition: transform 0.5s var(--ease), background 0.35s, color 0.35s;
}

.sv-card:hover .service-ico {
  transform: scale(1.05);
  background: var(--sv-accent);
  border-color: transparent;
  color: #fff;
}

.sv-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.sv-list li {
  font-size: 13.5px;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 7px 14px;
  background: var(--surface);
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}

.sv-list li:hover {
  border-color: var(--sv-accent);
  color: var(--sv-accent);
  background: var(--sv-soft);
}

/* ============ POSITIONING ============ */

#positioning { position: relative; overflow: hidden; }

.pos-flow {
  display: grid;
  grid-template-columns: 1fr 52px 1.14fr 52px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 52px;
}

.pos-card {
  --pc: var(--a1);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-radius: 22px;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 28px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s;
}

.pos-card:nth-child(1) { --pc: var(--a1); }
.pos-card-center { --pc: var(--a2); }
.pos-card:nth-child(5) { --pc: var(--a3); }

.pos-card:hover {
  transform: translateY(-4px);
  border-color: var(--pc);
  box-shadow: 0 22px 48px -24px var(--pc);
}

.pos-num {
  position: absolute;
  top: 26px;
  right: 26px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--pc);
  opacity: 0.75;
  pointer-events: none;
  user-select: none;
}

.pos-tag {
  align-self: flex-start;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pc);
  opacity: 0.9;
  margin-bottom: 2px;
}

.pos-ico {
  order: -1;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--pc);
  background: color-mix(in srgb, var(--pc) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--pc) 26%, transparent);
  margin-bottom: 2px;
  transition: transform 0.5s var(--ease), background 0.35s, color 0.35s;
}

.pos-card:hover .pos-ico {
  transform: scale(1.05);
  background: var(--pc);
  border-color: transparent;
  color: #fff;
}

.pos-card h3 { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; }
.pos-card p { color: var(--muted); font-size: 15px; margin-bottom: auto; }

.pos-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.pos-list li {
  font-size: 13.5px;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 7px 14px;
  background: var(--surface);
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}

.pos-card:hover .pos-list li { border-color: var(--pc); }
.pos-list li:hover { color: var(--pc); background: color-mix(in srgb, var(--pc) 8%, transparent); }

.pos-card-center {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #10203f;
  box-shadow: 0 24px 60px -28px rgba(2, 132, 199, 0.5);
  padding: 40px 32px;
}

.pos-card-center .pos-ico {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.pos-card-center:hover .pos-ico {
  background: var(--a5);
  border-color: transparent;
  color: #0b1f45;
}

.pos-card-center h3 { color: #fff; }
.pos-card-center p { color: rgba(255, 255, 255, 0.78); }
.pos-card-center .pos-num { color: rgba(255, 255, 255, 0.55); }
.pos-card-center .pos-tag { color: var(--a5); }
.pos-card-center .pos-list li {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.pos-card-center .pos-list li:hover {
  color: var(--a5);
  border-color: var(--a5);
  background: rgba(34, 211, 238, 0.14);
}

.pos-card-center:hover {
  border-color: rgba(34, 211, 238, 0.5);
  box-shadow: 0 26px 70px -24px rgba(14, 165, 233, 0.55);
}

.pos-wordmark {
  font-size: 38px;
  letter-spacing: 0.02em;
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: fit-content;
}

.pos-ico-lg {
  width: 64px;
  height: 64px;
  border-radius: 18px;
}

.pos-link {
  align-self: center;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid var(--border);
  color: var(--muted);
  background: var(--surface);
  transition: color 0.3s, border-color 0.3s, transform 0.3s var(--ease);
}

.pos-link:hover {
  color: var(--a2);
  border-color: var(--a2);
  transform: translateX(2px);
}

.pos-link::after {
  content: "\2192";
  font-size: 18px;
  line-height: 1;
}

.pos-ghost {
  position: absolute;
  top: 4%;
  right: -4%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(5rem, 20vw, 19rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--outline);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  opacity: 0.45;
}

.pos-head { margin-bottom: 18px; }

.pos-stickers { margin-top: 6px; }

.pos-sticker {
  display: inline-block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--a3);
  border: 2px dashed var(--a3);
  border-radius: 100px;
  padding: 7px 16px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  margin-right: 12px;
}

.pos-sticker-2 { color: var(--a4); border-color: var(--a4); }

.big-idea {
  margin-top: 72px;
  text-align: center;
}

.big-idea-kicker {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 14px;
}

.big-idea-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.03em;
}

/* ============ METHOD / HOW IT WORKS ============ */

#method { position: relative; overflow: hidden; }

.method-ghost {
  position: absolute;
  top: 4%;
  left: -4%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(5rem, 20vw, 19rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--outline);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  opacity: 0.45;
}

.method-head { margin-bottom: 18px; }

.method-stickers { margin-top: 6px; }

.method-sticker {
  display: inline-block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--a3);
  border: 2px dashed var(--a3);
  border-radius: 100px;
  padding: 7px 16px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  margin-right: 12px;
}

.method-sticker-2 { color: var(--a2); border-color: var(--a2); }

.method-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 48px;
  align-items: stretch;
  margin-top: 52px;
}

.phases {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.phase {
  --pa: var(--a1);
  --p-soft: rgba(37, 99, 235, 0.12);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s var(--ease);
}

.phase:nth-child(2) { --pa: var(--a2); --p-soft: rgba(14, 165, 233, 0.12); }
.phase:nth-child(3) { --pa: var(--a4); --p-soft: rgba(99, 102, 241, 0.12); }
.phase:nth-child(4) { --pa: var(--a3); --p-soft: rgba(6, 182, 212, 0.12); }

.phase:hover {
  transform: translateY(-5px);
  border-color: var(--pa);
  box-shadow: 0 20px 44px -20px var(--pa);
}

.phase-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--pa);
}

.phase-body { display: flex; flex-direction: column; gap: 10px; }

.phase-tag {
  align-self: flex-start;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pa);
  border: 1.5px dashed var(--pa);
  border-radius: 100px;
  padding: 4px 11px;
  background: transparent;
  background: color-mix(in srgb, var(--pa) 10%, transparent);
}

.phase h3 { font-size: 21px; font-weight: 700; letter-spacing: -0.02em; }
.phase p { color: var(--muted); font-size: 14.5px; margin-bottom: auto; }

.panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 34px 30px 26px;
  box-shadow: var(--shadow-sm);
}

.panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--a3);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.panel-badge {
  position: absolute;
  top: -14px;
  right: 24px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #03264f;
  border: 1.5px dashed #fff;
  border-radius: 100px;
  padding: 7px 15px;
  background: var(--a5);
  box-shadow: 0 8px 20px -6px rgba(34, 211, 238, 0.6);
}

.panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--faint);
}

.panel-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--a3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(6, 182, 212, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(6, 182, 212, 0); }
  100% { box-shadow: 0 0 0 0 rgba(6, 182, 212, 0); }
}

.panel-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.prow { display: flex; flex-direction: column; gap: 9px; }

.prow-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.prow-label {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
}

.prow-value {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.prow-bar {
  height: 6px;
  border-radius: 100px;
  background: var(--surface-2);
  overflow: hidden;
}

.prow-bar i {
  display: block;
  height: 100%;
  width: var(--fill, 50%);
  border-radius: 100px;
  background: var(--grad-main);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s var(--ease) 0.3s;
}

.panel.is-visible .prow-bar i { transform: scaleX(1); }

.panel-foot {
  border-top: 1.5px dashed var(--border);
  padding-top: 18px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 13.5px;
  color: var(--muted);
  text-align: center;
}

/* ============ DARK SECTIONS ============ */

.section.dark {
  background: #000000;
  color: #f5f7ff;
}

.light-eyebrow { color: #93a9d6; }
.light-title { color: #eaf2ff; }
.light-sub { color: #9fb6dd; }
.light-link { background: var(--grad-main); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ============ JOURNEY ============ */

.journey-section { position: relative; overflow: hidden; }

.journey-ghost {
  position: absolute;
  top: 4%;
  left: -4%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(5rem, 20vw, 19rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.09);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  opacity: 0.6;
}

.journey-head { margin-bottom: 18px; }

.journey-stickers { margin-top: 6px; }

.journey-sticker {
  display: inline-block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: #67e8f9;
  border: 2px dashed rgba(103, 232, 249, 0.75);
  border-radius: 100px;
  padding: 7px 16px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  margin-right: 12px;
}

.journey-sticker-2 { color: #818cf8; border-color: rgba(129, 140, 248, 0.75); }

.roadmap {
  position: relative;
  margin-top: 52px;
  padding: 10px 0;
}

.roadmap-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 3px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
}

.roadmap-line i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--a2);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.55);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 2.2s var(--ease) 0.2s;
}

.journey-chart.animated .roadmap-line i { transform: scaleY(1); }

.milestone {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin: 30px 0;
}

.milestone:nth-of-type(odd) .m-card { grid-column: 1; justify-self: end; text-align: right; }
.milestone:nth-of-type(even) .m-card { grid-column: 2; justify-self: start; text-align: left; }

.m-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--a2);
  box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.16), 0 0 22px rgba(56, 189, 248, 0.7);
  z-index: 2;
}

.journey-chart.animated .m-dot { animation: pop 0.5s var(--ease) 0.9s backwards; }

.m-card {
  width: min(440px, 100%);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 24px 26px;
  transition: border-color 0.35s, transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.m-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.5);
  box-shadow: 0 24px 60px -24px rgba(56, 189, 248, 0.4);
}

.m-kicker {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  background: var(--a1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}

.m-card h3 { font-size: 22px; font-weight: 700; color: #fff; letter-spacing: -0.02em; margin-bottom: 6px; }
.m-card p { font-size: 14px; color: #8da6d3; }

.m-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.milestone:nth-of-type(odd) .m-tags { justify-content: flex-end; }

.m-tags li {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--a2);
  border: 1.5px dashed var(--a2);
  border-radius: 100px;
  padding: 5px 12px;
}

.milestone:nth-of-type(2) .m-tags li { color: var(--a3); border-color: var(--a3); }
.milestone:nth-of-type(3) .m-tags li { color: var(--a4); border-color: var(--a4); }
.milestone:nth-of-type(4) .m-tags li { color: var(--a5); border-color: var(--a5); }

/* ============ TEAM ============ */

.team {
  position: relative;
  padding: clamp(72px, 10vw, 140px) 0;
  overflow: hidden;
}

.team-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: min(1000px, 90%);
  height: 520px;
  background: none;
  filter: blur(24px);
  pointer-events: none;
}

.team-ghost {
  position: absolute;
  top: 26%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(6rem, 22vw, 20rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.22);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  opacity: 0.6;
}

.team-inner {
  position: relative;
  aspect-ratio: 16 / 7;
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: var(--surface);
  box-shadow: 0 40px 120px -40px rgba(0, 0, 0, 0.7);
}

.team-inner::before {
  content: "";
  position: absolute;
  inset: auto 0 auto 0;
  top: 0;
  height: 1px;
  z-index: 3;
  background: rgba(103, 232, 249, 0.7);
}

.team-inner::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: #38bdf8;
  opacity: 0.9;
}

.team-photo,
.team-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1);
}

.team-photo img {
  transition: transform 1.4s var(--ease);
}

.team-inner:hover .team-photo img { transform: scale(1.05); }

.team-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 50% 100%, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.18)),
    linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent 75%);
}

.team-grain {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

.team-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: clamp(24px, 3.5vw, 48px);
  color: #fff;
  text-align: center;
}

.team-badge {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: #bfdbfe;
  border: 2px dashed rgba(191, 219, 254, 0.55);
  border-radius: 100px;
  padding: 7px 16px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.team-lines {
  position: relative;
  z-index: 2;
}

.team-line-1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.team-line-2 {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  background: var(--a1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 10px 30px rgba(56, 189, 248, 0.25));
}

.team-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.team-note {
  position: relative;
  z-index: 2;
  max-width: 460px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.team-roles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.team-roles span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85);
  padding: 6px 14px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ============ STORY ============ */

.story-section { position: relative; overflow: hidden; }

.story-ghost {
  position: absolute;
  top: 4%;
  right: -5%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(5rem, 20vw, 19rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--outline);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  opacity: 0.45;
}

.story-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.story-head .section-title { margin-bottom: 0; }

.story-stickers { display: flex; flex-wrap: wrap; gap: 10px; }

.story-sticker {
  display: inline-block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--a3);
  border: 2px dashed var(--a3);
  border-radius: 100px;
  padding: 7px 16px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.story-sticker-2 { color: var(--a4); border-color: var(--a4); }

.story-grid {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 40px;
}

.story-before,
.story-after {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}

.story-before:hover,
.story-after:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  box-shadow: 0 24px 50px -24px rgba(0, 0, 0, 0.5);
}

.story-before { background: var(--surface-2); }
.story-after {
  background: var(--surface);
}

.story-tag {
  display: inline-block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 13px;
  border-radius: 100px;
  padding: 6px 14px;
  margin-bottom: 18px;
}

.story-tag-before {
  color: var(--error);
  border: 1.5px dashed var(--error);
  background: rgba(225, 29, 72, 0.06);
}

.story-tag-after {
  color: var(--a3);
  border: 1.5px dashed var(--a3);
  background: rgba(6, 182, 212, 0.08);
}

.story-before h3,
.story-after h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.story-before h3 { color: var(--muted); }
.story-after h3 { color: var(--text); }

.story-divider { position: relative; display: grid; place-items: center; }

.story-link {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
  color: #fff;
  background: var(--grad-main);
  border: 2px dashed rgba(255, 255, 255, 0.85);
  box-shadow: 0 14px 34px -10px rgba(37, 99, 235, 0.55);
}

.stats { display: flex; flex-direction: column; gap: 12px; }

.stats li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--muted);
}

.tick {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

.story-before .tick { background: rgba(225, 29, 72, 0.14); color: var(--error); }
.story-after .tick { display: none; }

.stats-nums li {
  justify-content: space-between;
  font-weight: 600;
  color: var(--text-soft);
  border-bottom: 1px dashed var(--border);
  padding-bottom: 10px;
}

.stats-nums strong {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: var(--grad-main);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Chart box */

.chart-box {
  position: relative;
  overflow: hidden;
  margin-top: 48px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 26px;
  box-shadow: var(--shadow-sm);
}

.chart-box::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--grad-main);
  opacity: 0.9;
}

.chart-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px dashed var(--border);
}

.chart-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}

.chart-legend {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
}

.chart-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--grad-main);
}

.chart-box svg { width: 100%; height: auto; }

.chart-box .cgrid path { stroke: var(--border); stroke-width: 1; }

@keyframes pop {
  from { transform: scale(0); }
  to { transform: scale(1); }
}

.bars rect {
  fill: var(--surface-2);
  transform: scaleY(0.02);
  transform-origin: bottom;
  transition: transform 1.1s var(--ease);
}

.chart-box.animated .bars rect:nth-child(1) { transform: scaleY(0.01); }
.chart-box.animated .bars rect:nth-child(2) { transition-delay: 0.05s; transform: scaleY(0.05); }
.chart-box.animated .bars rect:nth-child(3) { transition-delay: 0.1s; transform: scaleY(0.09); }
.chart-box.animated .bars rect:nth-child(4) { transition-delay: 0.15s; transform: scaleY(0.16); }
.chart-box.animated .bars rect:nth-child(5) { transition-delay: 0.2s; transform: scaleY(0.25); }
.chart-box.animated .bars rect:nth-child(6) { transition-delay: 0.25s; transform: scaleY(0.37); }
.chart-box.animated .bars rect:nth-child(7) { transition-delay: 0.3s; transform: scaleY(0.51); }
.chart-box.animated .bars rect:nth-child(8) { transition-delay: 0.35s; transform: scaleY(0.71); }
.chart-box.animated .bars rect:nth-child(9) { transition-delay: 0.4s; transform: scaleY(0.85); }

.trend {
  stroke: url(#tGrad);
  stroke-width: 3;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  transition: stroke-dashoffset 1.6s var(--ease) 0.4s;
}

.chart-box.animated .trend { stroke-dashoffset: 0; }

.tdots circle { fill: var(--a2); }
.chart-box.animated .tdots circle { animation: pop 0.4s var(--ease) 1.2s backwards; }

/* Testimonials */

.testimonials { position: relative; margin-top: 56px; }

.testi-head { margin-bottom: 24px; }

.testi-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.testi-stickers { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }

.testi-sticker {
  display: inline-block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--a3);
  border: 2px dashed var(--a3);
  border-radius: 100px;
  padding: 7px 16px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.testi-sticker-2 { color: var(--a4); border-color: var(--a4); }

.testi-viewport { overflow: hidden; border-radius: var(--radius-lg); }

.testi-track {
  display: flex;
  transition: transform 0.7s var(--ease);
}

.testi-slide {
  position: relative;
  overflow: hidden;
  flex: 0 0 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  padding: clamp(28px, 4vw, 44px);
}

.testi-quote-mark {
  position: absolute;
  top: -36px;
  right: 22px;
  font-family: var(--font-serif);
  font-size: 11rem;
  line-height: 1;
  color: transparent;
  background: var(--grad-main);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.16;
  pointer-events: none;
  user-select: none;
}

.testi-stars {
  display: flex;
  gap: 3px;
  font-size: 15px;
  letter-spacing: 2px;
  color: #f59e0b;
  margin-bottom: 16px;
}

.testi-quote {
  position: relative;
  z-index: 1;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  line-height: 1.35;
  margin-bottom: 30px;
  color: var(--text);
  max-width: 46ch;
}

.testi-slide figcaption {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testi-slide figcaption strong { display: block; font-weight: 700; }
.testi-slide figcaption em { font-style: normal; font-size: 13px; color: var(--muted); }

.testi-chip {
  margin-left: auto;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 12px;
  color: var(--a3);
  border: 1.5px dashed var(--a3);
  border-radius: 100px;
  padding: 5px 12px;
  white-space: nowrap;
}

.testi-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}

.testi-prev,
.testi-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  color: var(--text);
  font-size: 17px;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.testi-prev:hover,
.testi-next:hover {
  background: var(--grad-main);
  border-color: transparent;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px -12px rgba(37, 99, 235, 0.55);
}

.testi-dots { display: flex; gap: 7px; }

.testi-dots button {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: var(--border-strong);
  transition: width 0.35s var(--ease), transform 0.35s var(--ease), background 0.3s;
}

.testi-dots button.active {
  width: 26px;
  background: var(--grad-main);
}

/* ============ CREATORS × BRANDS ============ */

.audiences { position: relative; overflow: hidden; }

.audiences-ghost {
  position: absolute;
  top: 4%;
  right: -5%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(5rem, 20vw, 19rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--outline);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  opacity: 0.45;
}

.audiences-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 10px;
}

.audiences-head .section-title { margin-bottom: 0; }

.audiences-stickers { display: flex; flex-wrap: wrap; gap: 10px; }

.audiences-sticker {
  display: inline-block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--a3);
  border: 2px dashed var(--a3);
  border-radius: 100px;
  padding: 7px 16px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.audiences-sticker-2 { color: var(--a4); border-color: var(--a4); }

.bpanels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.bpanel {
  --ba: var(--a1);
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--border);
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
}

.bpanel:hover {
  transform: translateY(-4px);
  border-color: var(--ba);
  box-shadow: 0 26px 60px -28px color-mix(in srgb, var(--ba) 35%, transparent);
}

.bpanel-creator {
  background: var(--surface);
}

.bpanel-brand {
  --ba: var(--a4);
  background: var(--surface);
}

.bpanel-num {
  position: absolute;
  top: 30px;
  right: 30px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--ba);
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
}

.bpanel-tag {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ba);
  opacity: 0.9;
}

.bpanel h3 {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  max-width: 40ch;
}

.bpanel-sub {
  position: relative;
  z-index: 1;
  margin-top: -12px;
  font-size: 14px;
  color: var(--muted);
}

.bpanel-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

.bpanel-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-soft);
  padding: 10px 12px;
  border-radius: 14px;
  transition: background 0.3s var(--ease), transform 0.3s var(--ease);
}

.bpanel-list li:hover { background: var(--chip-bg); transform: translateX(4px); }

.bpanel-list .ic {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 11px;
  flex-shrink: 0;
  color: var(--ba);
  background: color-mix(in srgb, var(--ba) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--ba) 26%, transparent);
  transition: background 0.3s, color 0.3s;
}

.bpanel-list li:hover .ic {
  background: var(--ba);
  color: #fff;
  border-color: transparent;
}

.brand-gauge {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--surface-2);
}

.brand-gauge svg { width: 76px; height: 76px; flex-shrink: 0; }

.gauge-bg { color: var(--border-strong); }

.gauge-fg {
  stroke: var(--a2);
  stroke-dashoffset: 289;
  transition: stroke-dashoffset 1.8s var(--ease) 0.2s;
}

.brand-gauge.gauge.animated .gauge-fg { stroke-dashoffset: 58; }

.brand-gauge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: var(--a2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-gauge em { font-style: normal; font-size: 12.5px; color: var(--muted); }

.bpanel .btn { position: relative; z-index: 1; margin-top: auto; }

/* ============ ECOSYSTEM ============ */

.eco-section { position: relative; overflow: hidden; }

.eco-ghost {
  position: absolute;
  top: 4%;
  left: -4%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(5rem, 20vw, 19rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.09);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  opacity: 0.6;
}

.eco-stickers { margin-top: 6px; }

.eco-sticker {
  display: inline-block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: #67e8f9;
  border: 2px dashed rgba(103, 232, 249, 0.75);
  border-radius: 100px;
  padding: 7px 16px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  margin-right: 12px;
}

.eco-sticker-2 { color: #818cf8; border-color: rgba(129, 140, 248, 0.75); }

.eco-sub { max-width: 560px; margin-top: -24px; margin-bottom: 0; }

.eco-map {
  --eco-r: clamp(130px, 34vw, 290px);
  --eco-core: clamp(110px, 20vw, 156px);
  position: relative;
  margin: 56px auto 0;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 1 / 1;
}

.eco-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  border: 1.5px dashed rgba(255, 255, 255, 0.14);
  z-index: 1;
  animation-play-state: paused;
}

.eco-ring-1 {
  width: calc(var(--eco-r) * 2);
  height: calc(var(--eco-r) * 2);
  animation: eco-orbit 60s linear infinite;
}

.eco-ring-2 {
  width: calc(var(--eco-r) * 1.45);
  height: calc(var(--eco-r) * 1.45);
  border-color: rgba(129, 140, 248, 0.22);
  animation: eco-orbit-rev 42s linear infinite;
}

.eco-map.animated .eco-ring { animation-play-state: running; }

.eco-core {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: var(--eco-core);
  height: var(--eco-core);
  z-index: 3;
}

.eco-core-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(103, 232, 249, 0.6);
  opacity: 0;
  animation: eco-pulse 3.2s ease-out infinite;
  animation-play-state: paused;
}

.eco-core-pulse-2 {
  animation-delay: 1.6s;
  border-color: rgba(129, 140, 248, 0.5);
}

.eco-map.animated .eco-core-pulse { animation-play-state: running; }

.eco-core-inner {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: #3b82f6;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.15),
    0 20px 60px -15px rgba(56, 189, 248, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  color: #fff;
  animation: eco-breathe 4s ease-in-out infinite;
}

.eco-core-ico { width: 26px; height: 26px; margin-bottom: 4px; opacity: 0.95; }

.eco-core-inner b {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.eco-core-inner em {
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.18em;
  opacity: 0.85;
}

.eco-spin {
  position: absolute;
  inset: 0;
  z-index: 2;
  animation: eco-orbit 50s linear infinite;
  animation-play-state: paused;
}

.eco-map.animated .eco-spin { animation-play-state: running; }

.eco-pos {
  position: absolute;
  top: 50%;
  left: 50%;
  --nc: #60a5fa;
}

.eco-pos-1 { --nc: #60a5fa; transform: rotate(-90deg) translateX(var(--eco-r)) rotate(90deg); }
.eco-pos-2 { --nc: #22d3ee; transform: rotate(-18deg) translateX(var(--eco-r)) rotate(18deg); }
.eco-pos-3 { --nc: #818cf8; transform: rotate(54deg) translateX(var(--eco-r)) rotate(-54deg); }
.eco-pos-4 { --nc: #2dd4bf; transform: rotate(126deg) translateX(var(--eco-r)) rotate(-126deg); }
.eco-pos-5 { --nc: #c084fc; transform: rotate(198deg) translateX(var(--eco-r)) rotate(-198deg); }

.eco-inner {
  transform: scale(0);
  opacity: 0;
}

.eco-map.animated .eco-inner {
  animation: eco-pop 0.6s var(--ease) both;
  animation-delay: calc(var(--i) * 0.09s + 0.25s);
}

.eco-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 100px;
  background: rgba(10, 10, 10, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.5), 0 0 24px -6px var(--nc);
  color: #eaf2ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  animation: eco-orbit-rev 50s linear infinite;
  animation-play-state: paused;
}

.eco-map.animated .eco-pill { animation-play-state: running; }

.eco-ico { width: 14px; height: 14px; color: var(--nc); flex-shrink: 0; }

.eco-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--nc);
  box-shadow: 0 0 10px var(--nc);
  animation: eco-blink 2.4s ease-in-out infinite;
}

@keyframes eco-orbit { to { transform: rotate(360deg); } }
@keyframes eco-orbit-rev { to { transform: rotate(-360deg); } }

@keyframes eco-pulse {
  0% { transform: scale(0.35); opacity: 0.7; }
  100% { transform: scale(1.35); opacity: 0; }
}

@keyframes eco-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

@keyframes eco-pop {
  from { transform: scale(0); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes eco-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

/* ============ FAQ ============ */

.faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
}

.faq-side { position: sticky; top: 110px; align-self: start; }

.faq-support {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.3s, transform 0.3s var(--ease), box-shadow 0.3s;
}

.faq-support:hover {
  border-color: rgba(103, 232, 249, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 24px 60px -30px rgba(56, 189, 248, 0.5);
}

.faq-support-ico {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--a1);
  box-shadow: 0 10px 24px -10px rgba(56, 189, 248, 0.7);
}

.faq-support-ico svg { width: 20px; height: 20px; }

.faq-support-tx strong { display: block; font-size: 15px; color: #eaf2ff; }
.faq-support-tx em { display: block; font-style: normal; font-size: 13px; color: #9fb6dd; margin-top: 2px; }

.faq-list { display: flex; flex-direction: column; gap: 14px; }

.faq-item {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(12, 12, 12, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.faq-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  pointer-events: none;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px -30px rgba(56, 189, 248, 0.35);
}

.faq-item.open {
  background: rgba(12, 12, 12, 0.96);
  border-color: var(--grad-main);
  box-shadow: 0 28px 70px -32px rgba(56, 189, 248, 0.55);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #c6d6f5;
  transition: color 0.3s;
}

.faq-item:hover .faq-q { color: #fff; }

.faq-num {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: #93c5fd;
  background: rgba(37, 99, 235, 0.22);
  border: 1px solid rgba(147, 197, 253, 0.28);
  transition: background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.faq-item.open .faq-num {
  background: var(--grad-main);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 20px -8px rgba(56, 189, 248, 0.8);
}

.faq-text { flex: 1; }

.faq-x {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
  transition: background 0.3s, border-color 0.3s, transform 0.45s var(--ease), box-shadow 0.3s;
}

.faq-x i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background: var(--a2);
  translate: -50% -50%;
  transition: transform 0.45s var(--ease), background 0.3s;
}

.faq-x i:nth-child(2) { transform: rotate(90deg); }

.faq-item.open .faq-x {
  background: var(--grad-main);
  border-color: transparent;
  transform: rotate(180deg);
  box-shadow: 0 10px 24px -10px rgba(56, 189, 248, 0.8);
}

.faq-item.open .faq-x i { background: #fff; }
.faq-item.open .faq-x i:nth-child(1) { transform: rotate(45deg); }
.faq-item.open .faq-x i:nth-child(2) { transform: rotate(135deg); }

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s var(--ease);
}

.faq-a p {
  margin: 0 24px 24px;
  padding-top: 18px;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
  font-size: 14.5px;
  line-height: 1.7;
  color: #a8bcdd;
}

/* ============ FINAL CTA ============ */

.final-cta {
  position: relative;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.final-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}

.final-sub {
  color: var(--muted);
  font-size: 1.05rem;
  margin-bottom: 32px;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* ============ CONTACT ============ */

.contact-section { position: relative; overflow: hidden; }

.contact-ghost {
  position: absolute;
  top: 4%;
  right: -4%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(5rem, 20vw, 19rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.09);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  opacity: 0.6;
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.contact-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.contact-stickers { display: flex; flex-wrap: wrap; gap: 8px; }

.contact-sticker {
  display: inline-block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: #67e8f9;
  border: 2px dashed rgba(103, 232, 249, 0.75);
  border-radius: 100px;
  padding: 7px 16px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.contact-sticker-2 { color: #818cf8; border-color: rgba(129, 140, 248, 0.75); }

.contact-list { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }

.contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #9fb6dd;
}

.contact-list .tick {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 8px;
  font-size: 12px;
  background: rgba(52, 211, 153, 0.16);
  color: #6fe08c;
}

.contact-support {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(56, 189, 248, 0.08);
  box-shadow: 0 18px 50px -30px rgba(56, 189, 248, 0.35);
}

.contact-bolt {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 14px;
  font-size: 19px;
  background: var(--grad-main);
  box-shadow: 0 10px 24px -10px rgba(56, 189, 248, 0.7);
}

.contact-support p {
  font-size: 14px;
  line-height: 1.6;
  color: #9fb6dd;
}

.contact-support strong { color: #eaf2ff; font-weight: 700; }

.form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 34px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(56, 189, 248, 0.45);
  background: rgba(12, 12, 12, 0.8);
  box-shadow: 0 24px 60px -30px rgba(56, 189, 248, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.field { display: flex; flex-direction: column; gap: 7px; }

.field label {
  font-size: 13px;
  font-weight: 600;
  color: #9fb6dd;
}

.field input,
.field select,
.field textarea {
  font-family: inherit;
  font-size: 15px;
  color: #eaf2ff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--a1);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}

.field select option { color: #111111; }

.field-error {
  font-size: 12px;
  color: var(--error);
  display: none;
}

.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: var(--error);
}

.field.invalid .field-error { display: block; }

.btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* ============ FOOTER ============ */

.footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
  background: var(--bg);
  padding: 72px 0 44px;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(56, 189, 248, 0.5);
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.footer-logo { margin-right: auto; }

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.footer-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  padding: 8px 14px;
  border-radius: 100px;
  transition: color 0.3s, background 0.3s var(--ease);
}

.footer-nav a:hover {
  color: var(--text);
  background: var(--chip-bg);
}

.socials { display: flex; gap: 10px; }

.socials a {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid var(--border-strong);
  display: grid;
  place-items: center;
  color: var(--muted);
  transition: transform 0.3s var(--ease), background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.socials a:hover {
  background: var(--grad-main);
  color: #fff;
  border-color: transparent;
  transform: translateY(-4px);
  box-shadow: 0 14px 34px -12px rgba(56, 189, 248, 0.55);
}

.socials .ic { width: 18px; height: 18px; }

.footer-copy {
  width: 100%;
  font-size: 13px;
  color: var(--faint);
  text-align: center;
}

/* ============ BACK TO TOP ============ */

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--grad-main);
  color: #fff;
  display: grid;
  place-items: center;
  border: none;
  box-shadow:
    0 0 0 6px rgba(56, 189, 248, 0.14),
    0 14px 34px rgba(37, 99, 235, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), visibility 0.4s, box-shadow 0.3s;
}

.back-to-top::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 20px;
  border: 1.5px dashed rgba(103, 232, 249, 0.55);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
  animation: eco-orbit 14s linear infinite;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.back-to-top:hover {
  transform: translateY(-4px);
  box-shadow:
    0 0 0 9px rgba(56, 189, 248, 0.18),
    0 18px 42px rgba(56, 189, 248, 0.5);
}

.back-to-top:hover::after { opacity: 1; }

.back-to-top:hover .ic {
  transform: translateY(-1px);
}

.back-to-top .ic {
  width: 24px;
  height: 24px;
  transition: transform 0.35s var(--ease);
}

/* ============ REVEAL ON SCROLL ============ */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(5px);
  transition:
    opacity 0.9s var(--ease),
    transform 0.9s var(--ease),
    filter 0.9s var(--ease);
  transition-delay: var(--d, 0s);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: none;
}

/* ============ REDUCED MOTION ============ */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html { scroll-behavior: auto; }

  .reveal { opacity: 1; transform: none; filter: none; }
  .truth [data-word] { opacity: 1; transform: none; }
}

/* ============ RESPONSIVE ============ */

@media (max-width: 1080px) {
  .hero { padding-top: 132px; }
  .problem-grid { grid-template-columns: 1fr; gap: 40px; }
  .problem-photos { height: 460px; max-width: 640px; margin-inline: auto; width: 100%; }
  .problem-cards { max-width: 640px; margin-inline: auto; width: 100%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid { grid-template-columns: 1fr; }
  .panel { max-width: 560px; margin-inline: auto; width: 100%; }
  .story-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .story-divider { margin: -4px 0; }
  .story-link { width: 48px; height: 48px; font-size: 20px; }
  .bpanels { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-side { position: static; }
  .team-inner { aspect-ratio: auto; min-height: 400px; }
}

@media (max-width: 880px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav .nav-cta { display: none; }
  .pos-flow { grid-template-columns: 1fr; gap: 16px; }
  .pos-link { width: 40px; height: 40px; margin: 0 auto; }
  .pos-link::after { content: "\2193"; }
  .problem-ghost { font-size: clamp(5rem, 38vw, 9rem); right: -10%; }
  .pos-ghost { font-size: clamp(4.5rem, 30vw, 8rem); right: -12%; }
  .services-ghost { font-size: clamp(4.5rem, 30vw, 8rem); left: -12%; }
  .method-ghost { font-size: clamp(4.5rem, 30vw, 8rem); left: -12%; }
  .journey-ghost { font-size: clamp(4.5rem, 30vw, 8rem); left: -12%; }
  .story-ghost { font-size: clamp(4.5rem, 30vw, 8rem); right: -12%; }
  .eco-ghost { font-size: clamp(4.5rem, 30vw, 8rem); left: -12%; }
  .story-link::after { content: "\2193"; font-size: 20px; }
  .story-link { font-size: 0; }
  .roadmap-line { left: 11px; }
  .milestone { grid-template-columns: 1fr; margin: 18px 0 18px 0; }
  .milestone:nth-of-type(odd) .m-card,
  .milestone:nth-of-type(even) .m-card {
    grid-column: 1;
    justify-self: stretch;
    text-align: left;
    padding-left: 44px;
  }
  .milestone:nth-of-type(odd) .m-tags,
  .milestone:nth-of-type(even) .m-tags { justify-content: flex-start; }
  .m-dot { left: 12px; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-ghost { font-size: clamp(4.5rem, 30vw, 8rem); right: -12%; }
  .team-ghost { font-size: clamp(4.5rem, 30vw, 8rem); top: 22%; }
  .footer-inner { justify-content: center; text-align: center; }
  .footer-logo { margin-right: 0; width: 100%; justify-content: center; }
}

@media (max-width: 620px) {
  .section { padding: 64px 0; }
  .hero-title { font-size: clamp(2.5rem, 13vw, 4rem); }
  .hero-grid { background-size: 48px 48px; }
  .problem-ghost { top: 2%; opacity: 0.35; }
  .problem-photos { height: 380px; }
  .pp-3 { right: 8%; }
  .pp-sticker { right: 0; bottom: 0; font-size: 12px; padding: 9px 14px; }
  .pt-sticker { font-size: 0.26em; margin-left: 0.2em; vertical-align: 0.5em; }
  .truth-center p { font-size: clamp(1.7rem, 8vw, 2.4rem); }
  .services-ghost { top: 1%; opacity: 0.3; }
  .services-grid { grid-template-columns: 1fr; }
  .sv-card { padding: 24px; }
  .sv-sticker { font-size: 12px; padding: 6px 13px; margin-right: 8px; }
  .pos-card { padding: 24px; }
  .pos-card-center { padding: 32px 24px; }
  .pos-ghost { top: 1%; opacity: 0.3; }
  .pos-num { font-size: 4.5rem; }
  .phases { grid-template-columns: 1fr; }
  .phase { padding: 22px; }
  .method-ghost { top: 1%; opacity: 0.3; }
  .method-sticker { font-size: 12px; padding: 6px 13px; margin-right: 8px; }
  .journey-ghost { top: 1%; opacity: 0.3; }
  .m-card { padding: 18px 20px; }
  .m-card h3 { font-size: 19px; }
  .team-inner { min-height: 380px; }
  .team-overlay { padding: 20px 18px; }
  .team-note { font-size: 13px; }
  .team-ghost { top: 20%; opacity: 0.35; }
  .team-roles span { font-size: 11px; padding: 5px 12px; }
  .story-ghost { top: 1%; opacity: 0.3; }
  .story-sticker { font-size: 12px; padding: 6px 13px; }
  .eco-ghost { top: 1%; opacity: 0.3; }
  .eco-sticker { font-size: 12px; padding: 6px 13px; margin-right: 8px; }
  .faq-q { padding: 18px 16px; font-size: 15px; gap: 12px; }
  .faq-num { display: none; }
  .faq-a p { margin: 0 16px 18px; padding-top: 14px; }
  .eco-map { margin-top: 40px; --eco-r: clamp(96px, 28vw, 240px); }
  .eco-pill { padding: 8px 13px; font-size: 11px; gap: 6px; }
  .eco-ico { width: 12px; height: 12px; }
  .audiences-ghost { top: 1%; opacity: 0.3; }
  .audiences-sticker { font-size: 12px; padding: 6px 13px; }
  .bpanel { padding: 28px 22px; }
  .bpanel-num { font-size: 4.5rem; }
  .brand-gauge { padding: 14px; gap: 14px; }
  .brand-gauge svg { width: 72px; height: 72px; }
  .story-before,
  .story-after { padding: 24px 22px; }
  .chart-box { padding: 20px 18px; }
  .testi-slide { padding: 24px 20px; }
  .testi-quote-mark { font-size: 7rem; top: -14px; right: 12px; }
  .testi-chip { display: none; }
  .testi-sticker { font-size: 12px; padding: 6px 13px; }
  .panel { padding: 30px 22px 24px; }
  .final-actions { flex-direction: column; align-items: stretch; }
  .footer-nav { justify-content: center; }
  .truth p { font-size: clamp(1.4rem, 7vw, 2rem); }
  .contact-ghost { top: 1%; opacity: 0.3; }
  .contact-sticker { font-size: 12px; padding: 6px 13px; }
  .contact-support { padding: 16px; gap: 12px; }
  .form { padding: 26px 20px; }
}

