/* Reset (PROTO 14-16) */
body { margin: 0; background: var(--bg); }
* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }

/* Theme variables (PROTO 17-18), lifted to :root since data-theme lives on <html> */
:root[data-theme="light"] { --bg:#f6f1e7; --text:#241a10; --muted-a0:#241a10a0; --muted-cc:#241a10cc; --muted-aa:#241a10aa; --b22:#241a1022; --b18:#241a1018; --b25:#241a1025; --b12:#241a1012; --b15:#241a1015; --b30:#241a1030; --card:#fffdf8; --tint-bg:#f7e8d9; --tint-a:#f0d6bf; --tint-b:#e7c4a5; --tint-text:#241a1077; --nav-bg:#f6f1e7e8; --accent:#e2572a; --blob1:#e2572a4a; --blob2:#d97a3f42; --blob3:#241a1012; --glow:#e2572a1e; --ink:#2b2117; }
:root[data-theme="dark"] { --bg:#120d0a; --text:#f5efe4; --muted-a0:#f5efe4a8; --muted-cc:#f5efe4d2; --muted-aa:#f5efe4b0; --b22:#f5efe42a; --b18:#f5efe420; --b25:#f5efe42d; --b12:#f5efe416; --b15:#f5efe41a; --b30:#f5efe436; --card:#211a13; --tint-bg:#2e1c10; --tint-a:#432b16; --tint-b:#3a2412; --tint-text:#f5efe480; --nav-bg:#120d0aec; --accent:#ff8a3d; --blob1:#ff6a1f38; --blob2:#ff8a3d2c; --blob3:#ffb15f16; --glow:#ff8a3d20; --ink:#171412; }

/* Keyframes (PROTO 19-64), unchanged */
@keyframes floatA { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-24px) rotate(8deg); } }
@keyframes floatB { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(18px) rotate(-6deg); } }
@keyframes spinSlow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes pulseDot { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.4); opacity: 0.6; } }
@keyframes riseIn { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes popIn { from { opacity: 0; transform: scale(0.6) rotate(-8deg); } to { opacity: 1; transform: scale(1) rotate(0deg); } }
@keyframes stampIn { from { opacity: 0; transform: rotate(-45deg) scale(0.3); } to { opacity: 1; transform: rotate(-9deg) scale(1); } }
@keyframes ringSpin { from { transform: rotate(-9deg); } to { transform: rotate(351deg); } }
@keyframes wordIn { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } }
@keyframes circleIn { from { opacity: 0; transform: scale(0.75) translateY(30px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes orbSpin { from { transform: rotate(0deg) scale(1); } to { transform: rotate(360deg) scale(1); } }
@keyframes orbPulse { 0%,100% { opacity: 0.9; } 50% { opacity: 1; } }
@keyframes driftA { 0% { transform: translate(0,0) scale(1); } 33% { transform: translate(40px,-30px) scale(1.08); } 66% { transform: translate(-30px,20px) scale(0.96); } 100% { transform: translate(0,0) scale(1); } }
@keyframes driftB { 0% { transform: translate(0,0) scale(1); } 50% { transform: translate(-50px,30px) scale(1.1); } 100% { transform: translate(0,0) scale(1); } }
@keyframes driftC { 0% { transform: translate(0,0) scale(1); } 50% { transform: translate(35px,35px) scale(0.9); } 100% { transform: translate(0,0) scale(1); } }
@keyframes sunRise { 0% { transform: translate(-24%, 130%) scale(0.7); opacity: 0; } 18% { opacity: 1; } 50% { transform: translate(0%, -12%) scale(1.18); } 100% { transform: translate(26%, -170%) scale(0.85); opacity: 0; } }
@keyframes sunSet { 0% { transform: translate(26%, -170%) scale(0.85); opacity: 0; } 18% { opacity: 1; } 50% { transform: translate(0%, -12%) scale(1.18); } 100% { transform: translate(-24%, 130%) scale(0.7); opacity: 0; } }
@keyframes fadeOutSlow { 0%, 30% { opacity: 1; } 100% { opacity: 0; } }
@keyframes fadeInMid { 0%, 15% { opacity: 0; } 45%, 65% { opacity: 1; } 100% { opacity: 0; } }
@keyframes fadeInLate { 0%, 55% { opacity: 0; } 90% { opacity: 1; } 100% { opacity: 1; } }
@keyframes overlayOut { 0%, 90% { opacity: 1; } 100% { opacity: 0; } }
@keyframes skyRise { 0% { background-color: rgba(12,9,7,0.88); } 55% { background-color: rgba(201,160,110,0.62); } 100% { background-color: rgba(250,246,240,0); } }
@keyframes skySet { 0% { background-color: rgba(250,246,240,0); } 45% { background-color: rgba(201,160,110,0.62); } 100% { background-color: rgba(12,9,7,0.88); } }
@keyframes horizonPulse { 0%, 15% { opacity: 0; transform: scaleX(0.7); } 50% { opacity: 1; transform: scaleX(1.1); } 85%, 100% { opacity: 0; transform: scaleX(0.7); } }
@keyframes fadeOutSecondHalf { 0%, 50% { opacity: 1; } 100% { opacity: 0; } }
@keyframes fadeInSecondHalf { 0%, 50% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fadeOutFirstHalf { 0% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes fadeInFirstHalf { 0% { opacity: 0; } 50%, 100% { opacity: 1; } }
@keyframes sunFadeEarly { 0% { opacity: 0.5; } 55% { opacity: 0; } 100% { opacity: 0; } }
@keyframes moonFadeEarly { 0%, 25% { opacity: 0; } 55% { opacity: 1; } 100% { opacity: 1; } }
@keyframes starsFadeIn { 0%, 35% { opacity: 0; } 80%, 100% { opacity: 0.9; } }
@keyframes starsFadeOut { 0%, 35% { opacity: 0.9; } 80%, 100% { opacity: 0; } }
@keyframes rayRotate { from { transform: rotate(0deg); } to { transform: rotate(45deg); } }
@keyframes barGrow { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(0.55); } }
@keyframes lineGlow { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }
@keyframes dotOrbit { from { transform: rotate(0deg) translateX(26px) rotate(0deg); } to { transform: rotate(360deg) translateX(26px) rotate(-360deg); } }
@keyframes cursorBlink { 0%, 45% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes processFlow { 0% { left: 0%; } 100% { left: calc(100% - 14px); } }
@keyframes typeWidth { 0%, 8% { width: 0%; } 45%, 55% { width: 68%; } 92%, 100% { width: 68%; } }
@keyframes typeWidth2 { 0%, 55% { width: 0%; } 90%, 100% { width: 42%; } }
@keyframes pipelineDot { 0% { left: 0%; opacity: 0; } 8% { opacity: 1; } 46% { left: calc(50% - 4px); } 50% { opacity: 1; } 54% { left: calc(50% - 4px); } 92% { left: calc(100% - 8px); } 100% { left: calc(100% - 8px); opacity: 0; } }
@keyframes nodePulse1 { 0%, 8% { box-shadow: 0 0 0 0 var(--accent); } 12% { box-shadow: 0 0 0 6px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
@keyframes nodePulse2 { 0%, 46% { box-shadow: 0 0 0 0 var(--accent); } 54% { box-shadow: 0 0 0 6px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
@keyframes nodePulse3 { 0%, 88% { box-shadow: 0 0 0 0 var(--accent); } 96% { box-shadow: 0 0 0 6px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }

/* Page container (PROTO line 68) */
.page {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: var(--bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.09  0 0 0 0 0.07  0 0 0 0 0.04  0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 140px 140px;
  font-family: 'Manrope', sans-serif;
  position: relative;
  transition: background-color 0.3s;
}

/* Reveal contract (all section tasks rely on this) */
/* html-prefixed to out-specificity .why-card/.fac-card's own `transition` rule, which would otherwise win same-specificity and silently drop the reveal fade/slide */
html [data-reveal] { opacity: 0; transform: var(--reveal-from, translateY(28px)); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
html [data-reveal].revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html [data-reveal] { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .01s !important; animation-iteration-count: 1 !important; }
}

/* Theme transition overlay (PROTO 71-85); .rise/.set added by main.js, values from PROTO 806-813 */
.theme-overlay { position: fixed; inset: 0; z-index: 9999; pointer-events: none; overflow: hidden; }
.theme-overlay-sky { position: absolute; inset: 0; backdrop-filter: blur(3px); }
.theme-overlay-horizon {
  position: absolute; left: 50%; bottom: 46%; width: 900px; height: 220px; margin-left: -450px;
  border-radius: 50%; background: radial-gradient(ellipse, #ffcf8a55, transparent 72%); filter: blur(20px);
  animation: horizonPulse 1600ms ease forwards;
}
.theme-overlay-stars {
  position: absolute; inset: 0;
  background-image: radial-gradient(1.6px 1.6px at 10% 20%, #fff, transparent), radial-gradient(1.2px 1.2px at 25% 55%, #fff, transparent), radial-gradient(1.8px 1.8px at 40% 15%, #fff, transparent), radial-gradient(1.3px 1.3px at 60% 40%, #fff, transparent), radial-gradient(1.6px 1.6px at 75% 65%, #fff, transparent), radial-gradient(1.4px 1.4px at 88% 25%, #fff, transparent), radial-gradient(1.5px 1.5px at 15% 80%, #fff, transparent), radial-gradient(1.3px 1.3px at 50% 85%, #fff, transparent), radial-gradient(1.7px 1.7px at 95% 75%, #fff, transparent);
}
.theme-overlay-sun-glow, .theme-overlay-moon-glow {
  position: absolute; left: 50%; top: 50%; width: 300px; height: 300px; margin-left: -150px; margin-top: -150px; border-radius: 50%;
}
.theme-overlay-sun-glow { filter: blur(18px); }
.theme-overlay-moon-glow { filter: blur(14px); background: radial-gradient(circle, #cfd3d850, transparent 70%); }
.theme-overlay-sun-rays {
  position: absolute; inset: -40px; border-radius: 50%; filter: blur(6px); opacity: 0.6;
  animation: rayRotate 10s linear infinite;
}
.theme-overlay-sun-body {
  position: absolute; left: 50%; top: 50%; width: 100px; height: 100px; margin-left: -50px; margin-top: -50px; border-radius: 50%;
}
.theme-overlay-moon-body {
  position: absolute; left: 50%; top: 50%; width: 96px; height: 96px; margin-left: -48px; margin-top: -48px; border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #f4f2ee, #cfd3d8 78%); box-shadow: 0 0 40px 10px #cfd3d850; overflow: hidden;
}
.theme-overlay-crater { position: absolute; border-radius: 50%; background: #b9bfc6; }
.theme-overlay-crater-1 { width: 18px; height: 18px; top: 18px; left: 22px; opacity: 0.7; }
.theme-overlay-crater-2 { width: 10px; height: 10px; top: 52px; left: 55px; opacity: 0.6; }
.theme-overlay-crater-3 { width: 7px; height: 7px; top: 30px; left: 62px; opacity: 0.6; }

.theme-overlay.rise { animation: overlayOut 1400ms linear forwards; }
.theme-overlay.rise .theme-overlay-sky { animation: skyRise 1600ms cubic-bezier(0.45,0,0.55,1) forwards; }
.theme-overlay.rise .theme-overlay-stars { animation: starsFadeOut 1600ms ease forwards; }
.theme-overlay.rise .theme-overlay-sun-glow { background: radial-gradient(circle, #f0c88a70, transparent 70%); }
.theme-overlay.rise .theme-overlay-sun-rays { background: repeating-conic-gradient(from 0deg, #f0c88a70 0deg 6deg, transparent 6deg 26deg); }
.theme-overlay.rise .theme-overlay-sun-body { background: radial-gradient(circle at 35% 30%, #fff3d0, #f0b878 75%); box-shadow: 0 0 60px 16px #f0c88a70; }
.theme-overlay.rise .theme-overlay-sun-glow,
.theme-overlay.rise .theme-overlay-sun-body { animation: sunRise 1600ms cubic-bezier(0.45,0,0.55,1) forwards, fadeInFirstHalf 1600ms linear forwards; }
.theme-overlay.rise .theme-overlay-moon-glow,
.theme-overlay.rise .theme-overlay-moon-body { animation: sunRise 1600ms cubic-bezier(0.45,0,0.55,1) forwards, fadeOutFirstHalf 1600ms linear forwards; }

.theme-overlay.set { animation: overlayOut 1400ms linear forwards; }
.theme-overlay.set .theme-overlay-sky { animation: skySet 1600ms cubic-bezier(0.45,0,0.55,1) forwards; }
.theme-overlay.set .theme-overlay-stars { animation: starsFadeIn 1600ms ease forwards; }
.theme-overlay.set .theme-overlay-sun-glow { background: radial-gradient(circle, #e69a5a60, transparent 70%); }
.theme-overlay.set .theme-overlay-sun-rays { background: repeating-conic-gradient(from 0deg, #e69a5a60 0deg 6deg, transparent 6deg 26deg); }
.theme-overlay.set .theme-overlay-sun-body { background: radial-gradient(circle at 35% 30%, #ffdca8, #e69a5a 75%); box-shadow: 0 0 60px 16px #e69a5a60; }
.theme-overlay.set .theme-overlay-sun-glow,
.theme-overlay.set .theme-overlay-sun-body { animation: sunSet 1600ms cubic-bezier(0.45,0,0.55,1) forwards, sunFadeEarly 1600ms linear forwards; }
.theme-overlay.set .theme-overlay-moon-glow,
.theme-overlay.set .theme-overlay-moon-body { animation: sunSet 1600ms cubic-bezier(0.45,0,0.55,1) forwards, moonFadeEarly 1600ms linear forwards; }

/* Anchor offset so sticky nav doesn't cover the section heading on jump/click */
#services, #apps, #pricing, #process, #faq { scroll-margin-top: 84px; }

/* Nav (PROTO 89-116) */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 64px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--nav-bg);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--b12);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-logo-mark { flex-shrink: 0; }
.nav-wordmark {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.01em;
}
.accent { color: var(--accent); }
.nav-links {
  display: flex;
  gap: 34px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted-aa);
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.lang-pill {
  display: flex;
  align-items: center;
  background: #17141210;
  border-radius: 100px;
  padding: 3px;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  font-weight: 700;
}
.lang-btn {
  padding: 6px 12px;
  border-radius: 100px;
  cursor: pointer;
  background: transparent;
  color: var(--text);
}
.lang-btn.is-active {
  background: #171412;
  color: #fff;
}
.theme-toggle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  padding: 0;
}
[data-theme="dark"] .theme-toggle {
  background: radial-gradient(circle at 35% 30%, #ffe3a8, #ff9d3d 75%);
  box-shadow: 0 0 18px 2px #ffb85a80;
  font-size: 16px;
  color: #3a2205;
}
[data-theme="light"] .theme-toggle {
  background: #171412;
  font-size: 15px;
  color: #fff;
  box-shadow: 0 4px 12px #17141230;
}
.icon-sun, .icon-moon { display: flex; }
[data-theme="dark"] .icon-moon { display: none; }
[data-theme="light"] .icon-sun { display: none; }

/* Hero (PROTO 118-186) */
.hero {
  position: relative;
  padding: 100px 64px 100px;
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr);
  gap: 64px;
  align-items: center;
}
.hero-blob { position: absolute; border-radius: 50%; z-index: 0; }
.hero-blob-1 { top: -180px; left: -120px; width: 480px; height: 480px; background: radial-gradient(circle, var(--blob1), transparent 70%); filter: blur(50px); animation: driftA 22s ease-in-out infinite; }
.hero-blob-2 { bottom: -220px; right: 8%; width: 560px; height: 560px; background: radial-gradient(circle, var(--blob2), transparent 70%); filter: blur(60px); animation: driftB 26s ease-in-out infinite; }
.hero-blob-3 { top: 20%; right: -140px; width: 340px; height: 340px; background: radial-gradient(circle, var(--blob3), transparent 70%); filter: blur(45px); animation: driftC 20s ease-in-out infinite; }

.hero-left { animation: riseIn 0.75s ease both; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--muted-a0);
  margin-bottom: 24px;
  text-transform: uppercase;
}
.hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: #ff5a1f; }

.hero-h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 4.9vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 30px;
}
.hero-h1-word { position: relative; display: inline-block; color: var(--accent); }
.hero-h1-underline { position: absolute; left: 0; bottom: -6px; width: 100%; }

.hero-p {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7;
  color: var(--muted-a0);
  max-width: 440px;
  margin: 0 0 40px;
}

.hero-ctas { display: flex; align-items: center; gap: 28px; margin-bottom: 60px; }
.hero-cta-primary {
  background: #171412;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 100px;
  border: 1px solid var(--b30);
  box-shadow: 0 0 0 1px var(--b18);
}
.hero-cta-primary:hover { background: #ff5a1f; }
.hero-cta-secondary {
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid var(--text);
}
.hero-cta-secondary:hover { color: var(--accent); border-color: var(--accent); }

.hero-stats { display: flex; gap: 0; }
.hero-stat-1 { padding-right: 28px; }
.hero-stat-2 { padding: 0 28px; border-left: 1px solid var(--b22); }
.hero-stat-3 { padding-left: 28px; border-left: 1px solid var(--b22); }
.hero-stat-val { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 24px; color: var(--text); }
.hero-stat-label { font-size: 12px; color: var(--muted-a0); margin-top: 4px; }

.hero-right { position: relative; animation: riseIn 0.85s ease 0.12s both; }
.hero-right-glow-1 { top: -40px; right: -40px; width: 75%; height: 75%; background: var(--glow); filter: blur(36px); }
.hero-right-glow-2 { bottom: -30px; left: -30px; width: 45%; height: 45%; background: var(--b12); filter: blur(28px); }
.hero-right-glow { position: absolute; border-radius: 50%; z-index: 0; }

.hero-card {
  position: relative;
  z-index: 1;
  background: var(--card);
  border-radius: 20px;
  box-shadow: 0 40px 90px var(--b30), 0 0 0 1px var(--b18);
  border: 1px solid var(--b12);
  padding: 18px;
  transform: rotate(-1.2deg);
}
.hero-card-bar { height: 5px; border-radius: 4px; background: #ff5a1f; margin-bottom: 14px; }
.hero-card-screen {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--bg);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-card-topbar { display: flex; gap: 8px; align-items: center; }
.hero-card-icon { width: 26px; height: 26px; border-radius: 7px; background: #ff5a1f; }
.hero-card-line { width: 60px; height: 8px; border-radius: 4px; background: var(--b25); }
.hero-card-spacer { flex: 1; }
.hero-card-pill { width: 46px; height: 16px; border-radius: 100px; background: #171412; }

.hero-card-body { display: flex; gap: 10px; flex: 1; }
.hero-card-sidebar {
  width: 30%;
  background: var(--card);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-card-sidebar-line { height: 6px; border-radius: 3px; background: var(--b18); }
.hero-card-sidebar-line-1 { width: 70%; }
.hero-card-sidebar-line-2 { width: 50%; }
.hero-card-sidebar-line-3 { width: 60%; }
.hero-card-sidebar-cta { margin-top: auto; width: 100%; height: 24px; border-radius: 6px; background: var(--glow); }

.hero-card-chart {
  flex: 1;
  background: var(--card);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.hero-bar { flex: 1; border-radius: 3px 3px 0 0; }
.hero-bar-1 { height: 30%; background: var(--b18); }
.hero-bar-2 { height: 55%; background: var(--b18); }
.hero-bar-3 { height: 40%; background: #ff5a1f; }
.hero-bar-4 { height: 70%; background: #ff5a1f; }
.hero-bar-5 { height: 50%; background: var(--b18); }

.hero-floating-badge-1 {
  bottom: -22px;
  left: -14px;
  background: #171412;
  color: #fff;
  padding: 13px 20px;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  box-shadow: 0 16px 34px var(--b25), 0 0 0 1px var(--b18);
  animation: floatB 6.5s ease-in-out infinite;
}
.hero-floating-badge-2 {
  top: 20px;
  right: -22px;
  background: var(--card);
  border: 1px solid var(--b15);
  color: var(--text);
  padding: 12px 18px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 16px 34px var(--b18);
  animation: floatA 7s ease-in-out infinite;
}
.hero-floating-badge { position: absolute; z-index: 2; border-radius: 100px; }

/* Marquee (PROTO 188-198) */
.marquee { margin-top: 70px; background: var(--ink); padding: 28px 0; overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-flex; align-items: center; animation: marquee 30s linear infinite; }
.marquee-item { display: inline-flex; align-items: center; gap: 30px; padding-right: 30px; }
.marquee-text { font-family: 'Manrope', sans-serif; font-weight: 500; font-size: 17px; letter-spacing: 0.01em; color: #ffffffd8; }
.marquee-brand {
  position: relative;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.01em;
  color: transparent;
  -webkit-text-stroke: 1px #ff5a1f;
}
.marquee-brand-dot { position: absolute; top: -4px; right: -14px; width: 6px; height: 6px; border-radius: 50%; background: #ff5a1f; }

/* Audience (PROTO 200-230) */
.audience { padding: 100px 64px; }
.audience-header { margin-bottom: 56px; }
.audience-label { font-family: 'Space Mono', monospace; font-size: 13px; color: var(--accent); margin-bottom: 14px; }
.audience-h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 42px);
  color: var(--text);
  margin: 0;
  letter-spacing: -0.01em;
  max-width: 640px;
}
.audience-rows { border-top: 2px solid var(--text); }
.audience-row {
  display: grid;
  grid-template-columns: 70px 1fr 1.3fr;
  gap: 24px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--b22);
}
.audience-num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--accent);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.16,1,0.3,1), opacity 0.3s;
  transform: scale(1);
  opacity: 0.75;
}
.audience-title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 22px;
  transition: transform 0.3s cubic-bezier(0.16,1,0.3,1), color 0.3s;
  transform: translateX(0);
  color: var(--text);
}
.audience-desc { font-family: 'Manrope', sans-serif; font-size: 15px; line-height: 1.6; color: var(--muted-a0); }

/* ponytail: prototype interpolates by cursor Y; :hover end-state is visually equivalent per-row */
.audience-row:hover .audience-title { transform: translateX(22px); color: #ff5a1f; }
.audience-row:hover .audience-num { transform: scale(1.4); opacity: 1; }

/* Services (PROTO 232-317) */
.services { padding: 100px 64px; }
.services-header { margin-bottom: 44px; }
.services-label { font-family: 'Space Mono', monospace; font-size: 13px; color: var(--accent); margin-bottom: 14px; }
.services-h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 42px);
  color: var(--text);
  margin: 0;
  letter-spacing: -0.01em;
  max-width: 620px;
}
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

.svc-card { border-radius: 20px; padding: 40px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.svc-card-dark { background: var(--ink); }
.svc-card-light { background: var(--card); border: 1px solid var(--b15); }

.svc-orb { position: absolute; top: -60px; right: -60px; width: 240px; height: 240px; border-radius: 50%; filter: blur(20px); }
.svc-card-dark .svc-orb { background: radial-gradient(circle, #ff5a1f28, transparent 70%); animation: orbPulse 5s ease-in-out infinite; }
.svc-card-light .svc-orb { background: radial-gradient(circle, var(--glow), transparent 70%); animation: orbPulse 5s ease-in-out infinite 1s; }

.svc-head { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.svc-icon { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.svc-card-dark .svc-icon { background: var(--accent); }
.svc-card-light .svc-icon { background: var(--text); }
.svc-label { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: 0.1em; }
.svc-card-dark .svc-label { color: #ffffff90; }
.svc-card-light .svc-label { color: var(--muted-aa); }

.svc-h3 { position: relative; z-index: 2; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 26px; margin: 0 0 12px; letter-spacing: -0.01em; }
.svc-card-dark .svc-h3 { color: #fff; }
.svc-card-light .svc-h3 { color: var(--text); }
.svc-p { position: relative; z-index: 2; font-size: 14.5px; line-height: 1.7; margin: 0 0 26px; max-width: 400px; }
.svc-card-dark .svc-p { color: #ffffffa0; }
.svc-card-light .svc-p { color: var(--muted-a0); }

.svc-mock { position: relative; z-index: 2; border-radius: 20px; padding: 16px; margin-bottom: 26px; }
.svc-card-dark .svc-mock { background: #100d09; border: 1px solid #ffffff14; }
.svc-card-light .svc-mock { background: var(--tint-bg); border: 1px solid var(--b15); }

/* svc1 browser mock (PROTO 254-269) */
.svc-mock-dots { display: flex; align-items: center; gap: 6px; margin-bottom: 16px; }
.svc-mock-dot { width: 8px; height: 8px; border-radius: 50%; background: #ffffff20; }
.svc-mock-dot-active { background: var(--accent); animation: pulseDot 1.8s ease-in-out infinite; }
.svc-mock-dot-bar { flex: 1; height: 14px; border-radius: 5px; background: #ffffff0d; margin-left: 8px; }
.svc-mock-lines { display: flex; flex-direction: column; gap: 10px; height: 70px; justify-content: center; }
.svc-mock-track { height: 10px; border-radius: 3px; background: #ffffff20; overflow: hidden; }
.svc-mock-fill { height: 100%; }
.svc-mock-fill-1 { background: var(--accent); animation: typeWidth 4s ease-in-out infinite; }
.svc-mock-fill-2 { background: #ffffff55; animation: typeWidth2 4s ease-in-out infinite; }
.svc-mock-cursor-row { display: flex; align-items: center; gap: 6px; margin-top: 4px; }
.svc-mock-pill { width: 40px; height: 16px; border-radius: 100px; background: var(--accent); opacity: 0.9; }
.svc-mock-cursor { width: 6px; height: 14px; background: #fff; animation: cursorBlink 1s step-end infinite; }

/* svc2 pipeline mock (PROTO 295-304) */
.svc-pipeline { position: relative; display: flex; align-items: center; gap: 10px; height: 70px; }
.svc-node { width: 34px; height: 34px; border-radius: 50%; background: var(--card); border: 2px solid var(--accent); display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; z-index: 2; }
.svc-node-1 { animation: nodePulse1 4s ease-in-out infinite; }
.svc-node-2 { animation: nodePulse2 4s ease-in-out infinite; }
.svc-node-3 { background: var(--accent); color: #fff; animation: nodePulse3 4s ease-in-out infinite; }
.svc-pipeline-line { flex: 1; height: 2px; background: var(--b22); }
.svc-pipeline-dot-track { position: absolute; top: 50%; left: 17px; right: 17px; height: 8px; margin-top: -4px; z-index: 1; }
.svc-pipeline-dot { position: absolute; top: 1px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); animation: pipelineDot 4s linear infinite; }

.svc-features { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; margin-top: auto; }
.svc-feature-title { font-size: 13px; font-weight: 700; margin-bottom: 4px; }
.svc-card-dark .svc-feature-title { color: #fff; }
.svc-card-light .svc-feature-title { color: var(--text); }
.svc-feature-desc { font-size: 12.5px; line-height: 1.5; }
.svc-card-dark .svc-feature-desc { color: #ffffff90; }
.svc-card-light .svc-feature-desc { color: var(--muted-a0); }

/* Why Us (PROTO 318-361) */
.why { padding: 100px 64px; }
.why-label { font-family: 'Space Mono', monospace; font-size: 13px; color: var(--accent); margin-bottom: 14px; }
.why-h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 42px);
  color: var(--text);
  margin: 0 0 44px;
  letter-spacing: -0.01em;
  max-width: 640px;
}
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-card {
  background: var(--card);
  border: 1px solid var(--b15);
  border-radius: 20px;
  padding: 30px;
  transition: transform 0.25s cubic-bezier(0.16,1,0.3,1), border-color 0.25s;
}
.why-card:hover { transform: translateY(-6px); border-color: var(--accent); }
.why-icon { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.why-icon-accent { background: var(--accent); }
.why-icon-text { background: var(--text); }
.why-title { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 17px; color: var(--text); margin-bottom: 8px; }
.why-desc { font-size: 13.5px; line-height: 1.6; color: var(--muted-a0); }

/* Pricing (PROTO 362-428) */
.pricing { padding: 100px 64px; }
.pricing-label { font-family: 'Space Mono', monospace; font-size: 13px; color: var(--accent); margin-bottom: 14px; }
.pricing-h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 42px);
  color: var(--text);
  margin: 0 0 20px;
  letter-spacing: -0.01em;
  max-width: 620px;
}
.pricing-p { font-size: 15.5px; line-height: 1.7; color: var(--muted-a0); max-width: 560px; margin: 0 0 48px; }

.pricing-factors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.fac-card {
  background: var(--card);
  border: 1px solid var(--b15);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.16,1,0.3,1), border-color 0.25s;
}
.fac-card:hover { transform: translateY(-6px); border-color: var(--accent); }
.fac-number { position: absolute; top: -20px; right: 6px; font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 120px; color: var(--b12); line-height: 1; }
.fac-icon { position: relative; width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.fac-icon-accent { background: var(--accent); }
.fac-icon-text { background: var(--text); }
.fac-title { position: relative; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 17px; color: var(--text); margin-bottom: 8px; }
.fac-desc { position: relative; font-size: 13.5px; line-height: 1.6; color: var(--muted-a0); }

.pricing-quote {
  position: relative;
  background: var(--ink);
  border-radius: 20px;
  padding: 48px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
}
.pricing-quote-orb {
  position: absolute;
  top: -70px;
  right: 15%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, #ff5a1f2e, transparent 70%);
  filter: blur(22px);
  animation: orbPulse 5s ease-in-out infinite;
}
.pricing-quote-left { position: relative; z-index: 2; }
.pricing-quote-title { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 23px; color: #fff; margin-bottom: 10px; }
.pricing-quote-note { font-size: 14px; color: #ffffffa0; margin-bottom: 26px; max-width: 380px; }
.pricing-quote-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 100px;
  white-space: nowrap;
  transition: transform 0.2s;
}
.pricing-quote-cta:hover { background: #fff; color: #171412; transform: translateX(4px); }

.pricing-quote-steps { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 4px; }
.pricing-quote-step { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid #ffffff14; }
.pricing-quote-step:last-child { border-bottom: none; }
.pricing-quote-step-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff18;
  color: #fff;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pricing-quote-step-active .pricing-quote-step-num { background: var(--accent); }
.pricing-quote-step-text { font-size: 13.5px; color: #ffffffcc; }

/* Process (PROTO 429-457) */
.process { padding: 100px 64px; }
.process-label { font-family: 'Space Mono', monospace; font-size: 13px; color: var(--accent); margin-bottom: 14px; }
.process-h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 42px);
  color: var(--text);
  margin: 0 0 44px;
  letter-spacing: -0.01em;
}
.process-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--b15);
}
.process-step { padding: 40px 32px; display: flex; flex-direction: column; gap: 14px; height: 100%; }
.process-step-light { background: var(--card); }
.process-step-dark { background: var(--ink); }
.process-num { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 44px; color: var(--b25); line-height: 1; }
.process-step-dark .process-num { color: #ffffff20; }
.process-tag { font-family: 'Space Mono', monospace; font-size: 11.5px; color: var(--accent); letter-spacing: 0.05em; }
.process-title { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 19px; color: var(--text); }
.process-step-dark .process-title { color: #fff; }
.process-desc { font-size: 13.5px; color: var(--muted-a0); line-height: 1.6; }
.process-step-dark .process-desc { color: #ffffffa0; }
.process-arrow { padding: 0 14px; color: var(--b30); font-size: 20px; }

/* CTA (PROTO 458-499) */
.cta {
  margin: 0 64px 100px;
  background: var(--ink);
  border-radius: 20px;
  padding: 64px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.cta-blob { position: absolute; border-radius: 50%; }
.cta-blob-a { top: -100px; left: -80px; width: 320px; height: 320px; background: radial-gradient(circle, #ff5a1f30, transparent 70%); filter: blur(30px); animation: driftA 22s ease-in-out infinite; }
.cta-blob-b { bottom: -120px; right: 20%; width: 280px; height: 280px; background: radial-gradient(circle, #ff7a3a26, transparent 70%); filter: blur(30px); animation: driftB 26s ease-in-out infinite; }
.cta-left { position: relative; z-index: 2; }
.cta-label { font-family: 'Space Mono', monospace; font-size: 13px; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 16px; }
.cta-h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 3.2vw, 44px);
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}
.cta-p { font-size: 15.5px; line-height: 1.7; color: #ffffffa0; max-width: 440px; margin: 0 0 32px; }
.cta-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.cta-btn { font-size: 15px; padding: 17px 30px; border-radius: 100px; }
.cta-btn-primary { background: var(--accent); color: #fff; font-weight: 700; }
.cta-btn-primary:hover { background: #fff; color: #171412; }
.cta-btn-secondary { border: 1px solid #ffffff33; color: #fff; font-weight: 600; }
.cta-btn-secondary:hover { border-color: #fff; background: #ffffff0d; }
.cta-stats { display: flex; gap: 32px; padding-top: 28px; border-top: 1px solid #ffffff14; }
.cta-stat-val { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 21px; color: #fff; }
.cta-stat-label { font-size: 12px; color: #ffffff70; margin-top: 3px; }
.cta-chat {
  position: relative;
  z-index: 2;
  background: #100d09;
  border: 1px solid #ffffff14;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 30px 70px #00000040;
}
.cta-chat-head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid #ffffff14; }
.cta-chat-avatar { width: 34px; height: 34px; border-radius: 10px; background: var(--accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cta-chat-name { font-size: 13.5px; font-weight: 700; color: #fff; }
.cta-chat-status { font-size: 11.5px; color: #ffffff70; display: flex; align-items: center; gap: 5px; }
.cta-dot { width: 6px; height: 6px; border-radius: 50%; background: #37d67a; animation: pulseDot 1.8s ease-in-out infinite; }
.cta-chat-body { display: flex; flex-direction: column; gap: 10px; }
.cta-msg { max-width: 80%; font-size: 13px; line-height: 1.5; padding: 10px 14px; animation: riseIn 0.5s ease both; }
.cta-msg-in { align-self: flex-start; background: #ffffff12; color: #ffffffe0; border-radius: 14px 14px 14px 4px; }
.cta-msg-out { align-self: flex-end; background: var(--accent); color: #fff; border-radius: 14px 14px 4px 14px; animation-delay: 0.15s; }
.cta-typing { align-self: flex-start; display: flex; gap: 4px; padding: 10px 14px; background: #ffffff12; border-radius: 14px 14px 14px 4px; width: fit-content; animation: riseIn 0.5s ease 0.3s both; }
.cta-typing-dot { width: 6px; height: 6px; border-radius: 50%; background: #ffffff70; animation: pulseDot 1.4s ease-in-out infinite; }
.cta-typing-dot-2 { animation-delay: 0.2s; }
.cta-typing-dot-3 { animation-delay: 0.4s; }

/* FAQ (PROTO 500-510) */
.faq { padding: 100px 64px; }
.faq-label { font-family: 'Space Mono', monospace; font-size: 13px; color: var(--accent); margin-bottom: 14px; }
.faq-h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 2.8vw, 36px);
  color: var(--text);
  margin: 0 0 36px;
  letter-spacing: -0.01em;
}
.faq-list { display: grid; gap: 1px; background: var(--b15); border-top: 1px solid var(--b15); }
.faq-row { background: var(--bg); padding: 24px 0; }
.faq-q { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 16px; color: var(--text); margin-bottom: 8px; }
.faq-a { font-size: 14px; color: var(--muted-a0); line-height: 1.6; }

/* Footer (PROTO 511-579) */
.footer { background: var(--ink); padding: 90px 64px 0; position: relative; overflow: hidden; }
.footer-blob { position: absolute; border-radius: 50%; }
.footer-blob-a { top: -160px; left: 15%; width: 420px; height: 420px; background: radial-gradient(circle, #ff5a1f28, transparent 70%); filter: blur(34px); animation: driftA 24s ease-in-out infinite; }
.footer-blob-b { bottom: -180px; right: 10%; width: 380px; height: 380px; background: radial-gradient(circle, #ff7a3a20, transparent 70%); filter: blur(34px); animation: driftB 28s ease-in-out infinite; }
.footer-cols {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid #ffffff14;
  position: relative;
  z-index: 2;
}
.footer-logo-row { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-wordmark { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 800; color: #fff; }
.footer-tagline { font-size: 14px; color: #ffffff77; line-height: 1.6; max-width: 260px; margin-bottom: 22px; }
.footer-cta-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 600; color: var(--accent); }
.footer-cta-link:hover { color: #fff; }
.footer-col-label { font-family: 'Space Mono', monospace; font-size: 12px; color: var(--accent); margin-bottom: 18px; letter-spacing: 0.05em; }
.footer-links { display: grid; gap: 13px; font-size: 14px; color: #ffffffaa; }
.footer-contact-list { margin-bottom: 20px; }
.footer-link { color: inherit; }
.footer-link:hover { color: #fff; }
.footer-social { display: flex; gap: 10px; }
.footer-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ffffff28;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffffaa;
  transition: all 0.2s;
}
.footer-social-icon:hover { border-color: var(--accent); color: #fff; background: var(--accent); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; position: relative; z-index: 2; font-size: 13px; color: #ffffff55; }
.footer-legal { display: flex; gap: 20px; }
.footer-marquee { overflow: hidden; white-space: nowrap; padding: 10px 0 0; position: relative; z-index: 2; }
.footer-marquee-track { display: inline-flex; animation: marquee 14s linear infinite; }
.footer-marquee-text { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 130px; letter-spacing: -0.01em; color: transparent; -webkit-text-stroke: 1.5px #ffffff22; padding: 0 30px; }

/* ===== Mobile adaptation (Task 9) — one breakpoint, desktop rules above untouched ===== */
@media (max-width: 880px) {
  /* ponytail: horizontal overflow on mobile comes from hero blobs/glows (negative offsets)
     and the [data-reveal] translateX(±30/40px) pre-reveal offset (audience, svc-cards) that
     fits the 64px desktop gutter but pokes past the 24px mobile one. body{overflow-x:hidden}
     doesn't shrink documentElement.scrollWidth (root/body overflow propagation quirk), so
     clip once at .page — a plain div — which contains all of it. No per-section clipping:
     .hero{overflow:hidden} would truncate the floating badges' 34px shadow blur. */
  .page { overflow-x: hidden; }

  .nav { padding: 14px 20px; }
  .nav-links { display: none; } /* ponytail: no hamburger — logo + lang + theme is enough; add menu if client asks */

  /* Section padding: 100px 64px → 56px 24px */
  .hero, .audience, .services, .why, .pricing, .process, .faq {
    padding: 56px 24px;
  }
  .footer { padding: 56px 24px 0; }
  .cta { margin: 0 24px 56px; padding: 40px 24px; }
  .pricing-quote { padding: 32px 24px; }

  /* Every multi-column grid → single column (DOM order already puts mockups/steps after copy) */
  .hero { grid-template-columns: 1fr; gap: 48px; }
  .audience-row { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .svc-features { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .pricing-factors { grid-template-columns: 1fr; }
  .pricing-quote { grid-template-columns: 1fr; gap: 28px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-arrow { display: flex; justify-content: center; padding: 4px 0; transform: rotate(90deg); }
  .cta { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; gap: 36px; }

  /* Stat rows: dividers/padding built for 3-across don't have room on one column, so drop them */
  .hero-stats, .cta-stats { flex-wrap: wrap; }
  .hero-stat-2, .hero-stat-3 { padding-left: 0; border-left: none; }

  .pricing-quote-cta { white-space: normal; }
}
