/* Google Fonts moved to <link> in HTML head for better LCP */

/* === DESIGN TOKENS === */
:root {
  --bg:           #0a0712;
  --bg-elev-1:    #14101e;
  --bg-elev-2:    #1c1729;
  --surface:      rgba(255, 245, 235, 0.04);
  --surface-hi:   rgba(255, 245, 235, 0.08);
  --border:       rgba(255, 245, 235, 0.10);
  --border-hi:    rgba(255, 245, 235, 0.18);

  --ink:          #f5efe6;
  --ink-dim:      #b8b0a3;
  --ink-dimmer:   #6f685c;

  --accent:       #ff7d5b;
  --accent-hi:    #ff9a7e;
  --accent-deep:  #d85a3b;
  --cyan:         #7fefe2;
  --violet:       #a78bfa;
  --green:        #34d399;
  --amber:        #fbbf24;
  --red:          #f87171;

  --font-display: 'Instrument Serif', 'Fraunces', Georgia, serif;
  --font-ui:      'Inter', -apple-system, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;

  --radius-sm:    6px;
  --radius:       12px;
  --radius-lg:    20px;
  --radius-xl:    28px;

  --shadow-glow:  0 0 80px rgba(255, 125, 91, 0.18);
}

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-ui);
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  line-height: 1.6;
}

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

/* === AMBIENT BACKGROUND === */
.ambient-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 55% at 50% -10%, rgba(255, 125, 91, 0.10), transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 15%, rgba(167, 139, 250, 0.06), transparent 60%),
    radial-gradient(ellipse 40% 30% at 10% 70%, rgba(255, 125, 91, 0.04), transparent 60%);
}
.ambient-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Warm grain / noise via SVG data URI */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 300px 300px;
  opacity: 0.6;
}

.page { position: relative; z-index: 1; }

/* === LAYOUT === */
.section {
  padding-block: 96px;
  padding-inline: 24px;
  position: relative;
}
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-dim);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 125, 91, 0.6);
  flex-shrink: 0;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  color: var(--ink);
}
.section-sub {
  font-family: var(--font-ui);
  font-size: 17px;
  color: var(--ink-dim);
  margin-bottom: 60px;
  max-width: 600px;
  line-height: 1.6;
}

/* Centred variants used in several sections */
.section-title.centered,
.section-sub.centered {
  text-align: center;
  margin-inline: auto;
}

/* === NAV === */
.nav {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1200px, calc(100% - 32px));
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 10px 20px;
  background: rgba(10, 7, 18, 0.68);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border: 1px solid var(--border);
  border-radius: 999px;
  transition: background 0.3s, border-color 0.3s;
}
.nav.scrolled {
  background: rgba(10, 7, 18, 0.92);
  border-color: var(--border-hi);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.4);
}

.nav-left { display: flex; align-items: center; gap: 28px; }

.logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  color: var(--ink);
  letter-spacing: -0.01em;
  text-decoration: none;
  user-select: none;
}
.logo .logo-mark {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
  /* Logo PNG ships with a white background; invert+hue-rotate yields a
     near-white mark on the dark nav without needing a second asset. */
  filter: invert(1) hue-rotate(180deg) brightness(1.2) contrast(1.1);
}
.logo .l3k-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  margin-left: 2px;
  box-shadow: 0 0 10px rgba(255, 125, 91, 0.7);
  animation: pulse-dot 2.4s ease-in-out infinite;
  flex-shrink: 0;
  align-self: center;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.55; transform: scale(1.3); }
}

.nav-links { display: flex; gap: 2px; }
.nav-links a {
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-dim);
  transition: color 0.2s, background 0.2s;
}
.nav-links a:hover { color: var(--ink); background: var(--surface); }

.nav-right { display: flex; align-items: center; gap: 8px; }

.lang-toggle {
  display: flex;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 2px;
  font-size: 12px;
}
.lang-toggle button {
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--ink-dim);
  font-weight: 500;
  transition: all 0.2s;
}
.lang-toggle button.active {
  background: var(--ink);
  color: var(--bg);
  font-weight: 700;
}

.btn-ghost,
.btn-cyan,
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.2s;
}
.btn-ghost { color: var(--ink-dim); }
.btn-ghost:hover { color: var(--ink); }

.btn-outline {
  border: 1px solid var(--border-hi);
  color: var(--ink);
}
.btn-outline:hover {
  border-color: var(--accent);
  background: rgba(255, 125, 91, 0.07);
  color: var(--accent-hi);
}

/* btn-cyan is the primary CTA — visually coral/accent */
.btn-cyan {
  background: var(--accent);
  color: #1a0a04;
  font-weight: 700;
  box-shadow: 0 0 0 0 rgba(255, 125, 91, 0.4);
  position: relative;
  overflow: hidden;
}
.btn-cyan::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.18) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.5s;
}
.btn-cyan:hover {
  background: var(--accent-hi);
  box-shadow: 0 0 0 6px rgba(255, 125, 91, 0.14);
  transform: translateY(-1px);
}
.btn-cyan:hover::after { transform: translateX(100%); }

/* === HERO === */
.hero {
  position: relative;
  padding: clamp(140px, 18vh, 220px) 24px 96px;
  text-align: center;
  overflow: hidden;
}
.hero > * { position: relative; z-index: 1; }

.hero-beam {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 500px;
  background: radial-gradient(ellipse 55% 75% at 50% 0%,
    rgba(251, 191, 36, 0.12) 0%,
    rgba(255, 125, 91, 0.09) 35%,
    transparent 70%);
  pointer-events: none;
  filter: blur(8px);
}

/* Hero h1 rows */
.hero h1 {
  font-family: var(--font-ui);
  font-weight: 800;
  font-size: clamp(40px, 6.4vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
  max-width: 18ch;
  margin-inline: auto;
}
.hero-row-1,
.hero-row-2 { display: block; }

/* The serif italic accent inside h1 */
.hero-row-1 em.serif-italic {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.hero h1 .hero-word {
  display: inline-block;
  white-space: nowrap;
}
.hero h1 .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(38px) rotateX(-70deg);
  transform-origin: 50% 100%;
  animation: char-drop 0.85s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes char-drop {
  to { opacity: 1; transform: translateY(0) rotateX(0); }
}

.hero h1 .char.gradient {
  background: linear-gradient(120deg, var(--accent) 0%, var(--accent-hi) 45%, #ffb347 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 36px rgba(255, 125, 91, 0.28));
}

.subtitle {
  max-width: 620px;
  margin: 26px auto 0;
  color: var(--ink-dim);
  font-family: var(--font-ui);
  font-size: 17px;
  line-height: 1.65;
  opacity: 0;
  animation: fade-up 0.85s 0.85s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.subtitle .sep {
  color: var(--ink-dimmer);
  margin: 0 0.4ch;
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-ctas {
  display: inline-flex;
  gap: 12px;
  margin-top: 36px;
  opacity: 0;
  animation: fade-up 0.85s 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero-ctas .btn-cyan,
.hero-ctas .btn-outline {
  padding: 14px 28px;
  font-size: 15.5px;
}

.hero-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
  color: var(--ink-dim);
  font-size: 13px;
  opacity: 0;
  animation: fade-up 0.85s 1.15s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust .check { color: var(--green); }

/* === HERO STATS BAND === */
.hero-stats-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 56px auto 0;
  max-width: 860px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  backdrop-filter: blur(12px);
  overflow: hidden;
  opacity: 0;
  animation: fade-up 0.85s 1.3s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero-stats-band .stat {
  flex: 1;
  padding: 18px 20px;
  border-right: 1px solid var(--border);
  text-align: center;
  position: relative;
}
.hero-stats-band .stat:last-child { border-right: none; }
.hero-stats-band .stat-value {
  font-family: var(--font-mono);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
  color: var(--cyan);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.hero-stats-band .stat-value .unit {
  font-size: 0.68em;
  color: var(--ink-dimmer);
  margin-left: 2px;
  font-weight: 500;
}
.hero-stats-band .stat-label {
  font-size: 11px;
  color: var(--ink-dimmer);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 6px var(--cyan);
  animation: pulse-dot 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

/* Legacy stat classes used in old HTML */
.stat-sub { font-size: 11px; color: var(--ink-dimmer); margin-top: 3px; }
.spark { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 32px; opacity: 0.5; pointer-events: none; }

/* === TRUST BAND === */
.trust-band {
  padding-block: 44px;
  padding-inline: 24px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.trust-band .trust-caption {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-dimmer);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.trust-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.trust-logo {
  filter: grayscale(1);
  opacity: 0.55;
  color: var(--ink);
  transition: opacity 0.25s, filter 0.25s, color 0.25s;
  display: flex;
  align-items: center;
  height: 32px;
}
.trust-logo svg {
  height: 28px;
  width: auto;
  display: block;
}
.trust-logo:hover {
  opacity: 1;
  filter: grayscale(0);
  color: var(--accent-hi);
}

/* === TERMINAL DEMO === */
.terminal-wrap {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.terminal-glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse 60% 70% at 50% 50%,
    rgba(255, 125, 91, 0.14), transparent 70%);
  filter: blur(32px);
  pointer-events: none;
  z-index: 0;
}
.terminal {
  position: relative;
  background: #0e0a18;
  border: 1px solid var(--border-hi);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow:
    0 40px 80px -30px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(255, 125, 91, 0.06);
  z-index: 1;
}
.terminal-header {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: rgba(255, 245, 235, 0.02);
  border-bottom: 1px solid var(--border);
  gap: 12px;
}
.dots { display: flex; gap: 7px; }
.dots span { width: 11px; height: 11px; border-radius: 50%; }
.dots span:nth-child(1) { background: #ff5f57; }
.dots span:nth-child(2) { background: #febc2e; }
.dots span:nth-child(3) { background: #28c840; }
.terminal-title {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-dim);
  margin-inline: auto;
  padding-right: 52px;
}
.terminal-tabs {
  display: flex;
  gap: 2px;
  padding: 0 16px;
  background: rgba(255, 245, 235, 0.015);
  border-bottom: 1px solid var(--border);
}
.term-tab {
  padding: 10px 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-dimmer);
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  position: relative;
  top: 1px;
}
.term-tab.active { color: var(--accent); border-bottom-color: var(--accent); }
.term-tab:hover { color: var(--ink); }

.terminal-body {
  padding: 22px 24px;
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 1.75;
  min-height: 340px;
  max-height: 340px;
  overflow: hidden;
}
.line { white-space: pre; }

/* Token syntax colors */
.c-k { color: #c792ea; }                        /* keyword */
.c-v { color: #e0e0f0; }                        /* variable */
.c-f { color: #82e8c8; }                        /* function */
.c-p { color: #ffb86c; }                        /* property */
.c-s { color: #a8d8ff; }                        /* string */
.c-m { color: var(--accent-hi); }               /* model/special */
.c-c { color: var(--ink-dimmer); font-style: italic; } /* comment */

.cursor {
  display: inline-block;
  width: 8px;
  height: 16px;
  background: var(--accent);
  vertical-align: -3px;
  margin-left: 2px;
  border-radius: 1px;
  animation: blink 1.1s steps(1) infinite;
}
@keyframes blink { 50% { opacity: 0; } }

.response-block {
  margin-top: 14px;
  padding: 14px 16px;
  background: rgba(255, 125, 91, 0.06);
  border-left: 2px solid var(--accent);
  border-radius: 4px;
  color: #e8d8cc;
  font-size: 13px;
  line-height: 1.65;
}

/* === PROVIDERS RAIL === */
.providers-rail {
  padding-block: 64px 80px;
  padding-inline: 24px;
  overflow: hidden;
}
.providers-counter {
  font-family: var(--font-display);
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--ink);
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}
.providers-counter em {
  font-style: italic;
  color: var(--accent);
}
.providers-rail-inner {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.provider-tile {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  white-space: nowrap;
  cursor: default;
}
.provider-tile:hover {
  background: var(--surface-hi);
  border-color: var(--border-hi);
  transform: translateY(-2px);
}
.provider-tile .pt-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.provider-tile .pt-count {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-dimmer);
  padding-left: 8px;
  border-left: 1px solid var(--border);
}
/* Provider brand colors */
.provider-tile.openai   .pt-dot { background: #10a37f; box-shadow: 0 0 6px rgba(16,163,127,0.5); }
.provider-tile.anthropic .pt-dot { background: #d4710a; box-shadow: 0 0 6px rgba(212,113,10,0.5); }
.provider-tile.google   .pt-dot { background: #4285f4; box-shadow: 0 0 6px rgba(66,133,244,0.5); }
.provider-tile.meta     .pt-dot { background: #1877f2; box-shadow: 0 0 6px rgba(24,119,242,0.5); }
.provider-tile.mistral  .pt-dot { background: #f54e42; box-shadow: 0 0 6px rgba(245,78,66,0.5); }
.provider-tile.deepseek .pt-dot { background: #7c3aed; box-shadow: 0 0 6px rgba(124,58,237,0.5); }
.provider-tile.xai      .pt-dot { background: #e5e5e5; box-shadow: 0 0 6px rgba(229,229,229,0.4); }

/* === PRICING TABLE === */
.pricing-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 36px;
  justify-content: center;
}
.pricing-toggle .toggle-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-dim);
  transition: color 0.2s;
}
.pricing-toggle .toggle-label.active { color: var(--ink); }

/* Pill-style toggle (HTML uses raw <button data-mode> elements) */
.pricing-toggle button {
  padding: 8px 18px;
  font: 500 13px/1 var(--font-ui);
  letter-spacing: 0.01em;
  color: var(--ink-dim);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pricing-toggle button:hover { color: var(--ink); border-color: var(--border-hi); }
.pricing-toggle button.active {
  color: var(--bg);
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 4px 16px rgba(255, 125, 91, 0.28);
}
.toggle-pill {
  width: 48px;
  height: 26px;
  background: var(--surface-hi);
  border: 1px solid var(--border-hi);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  transition: background 0.2s;
}
.toggle-pill::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: var(--accent);
  border-radius: 50%;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 0 8px rgba(255, 125, 91, 0.5);
}
.toggle-pill.on::after { transform: translateX(22px); }

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.pricing-head,
.pricing-row {
  display: grid;
  grid-template-columns: 2fr 1.2fr 2fr 1.4fr 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 20px;
}
.pricing-head {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-dimmer);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border);
  margin-bottom: 4px;
}
.pricing-row {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 6px;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.pricing-row:hover {
  background: var(--surface-hi);
  border-color: var(--border-hi);
  transform: translateY(-1px);
}
.model-name {
  font-weight: 600;
  font-size: 14.5px;
  color: var(--ink);
}
.model-name small {
  display: block;
  font-size: 11.5px;
  font-weight: 400;
  color: var(--ink-dim);
  font-family: var(--font-mono);
  margin-top: 2px;
}
.context-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--ink-dim);
  background: var(--surface-hi);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 3px 8px;
}
.best-for {
  font-size: 13px;
  color: var(--ink-dim);
  line-height: 1.4;
}
.price-tag {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.price-tag .orig {
  color: var(--ink-dimmer);
  text-decoration: line-through;
  margin-left: 6px;
  font-size: 11.5px;
  font-weight: 400;
}
.save-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  background: rgba(52, 211, 153, 0.10);
  border: 1px solid rgba(52, 211, 153, 0.28);
  color: var(--green);
  border-radius: 999px;
  font-size: 11px;
  font-family: var(--font-mono);
  font-weight: 700;
}

/* === B2B TRUST BLOCK === */
.b2b-trust {
  padding-block: 80px;
  padding-inline: 24px;
  background: var(--bg-elev-1);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.b2b-trust-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.cred-card {
  padding: 28px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.cred-card:hover {
  background: var(--surface-hi);
  border-color: var(--border-hi);
  transform: translateY(-2px);
  box-shadow: var(--shadow-glow);
}
.cred-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 125, 91, 0.12);
  border: 1px solid rgba(255, 125, 91, 0.24);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}
.cred-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.cred-desc {
  font-size: 13.5px;
  color: var(--ink-dim);
  line-height: 1.6;
}

.live-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 10px;
  background: rgba(52, 211, 153, 0.10);
  border: 1px solid rgba(52, 211, 153, 0.25);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--green);
  margin-top: 8px;
}
.live-status .status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 6px var(--green);
  animation: pulse-dot 1.8s ease-in-out infinite;
}

/* === STEPS === */
.steps-wrap {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.step-track {
  position: absolute;
  top: 44px;
  left: 16.66%;
  right: 16.66%;
  height: 2px;
  background: var(--border);
  z-index: 0;
}
.step-track-fill {
  position: absolute;
  inset: 0;
  width: 0;
  background: linear-gradient(90deg, var(--accent-deep), var(--accent), var(--accent-hi));
  transition: width 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 0 14px rgba(255, 125, 91, 0.4);
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
}
.step { text-align: center; position: relative; }
.step-num {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--bg-elev-1);
  border: 2px solid var(--border-hi);
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 28px;
  font-weight: 700;
  color: var(--ink-dim);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 2;
  isolation: isolate;
  position: relative;
}
.step-num::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: var(--bg);
  z-index: -1;
}
.step.active .step-num {
  background: rgba(255, 125, 91, 0.10);
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 0 0 8px rgba(255, 125, 91, 0.07);
}
.step-time {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--accent);
  padding: 3px 10px;
  background: rgba(255, 125, 91, 0.09);
  border: 1px solid rgba(255, 125, 91, 0.22);
  border-radius: 999px;
  margin-bottom: 14px;
}
.step h3 {
  font-family: var(--font-ui);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.step p {
  color: var(--ink-dim);
  font-size: 14px;
  max-width: 280px;
  margin: 0 auto;
  line-height: 1.6;
}
.step-visual {
  margin-top: 24px;
  padding: 16px;
  background: var(--bg-elev-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-mono);
  font-size: 12px;
  text-align: left;
  min-height: 90px;
  line-height: 1.7;
}

/* === FAQ === */
.faq-layout,
.faq-shell {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}
.faq-sticky-title,
.faq-side {
  position: sticky;
  top: 100px;
}
.faq-side .eyebrow,
.faq-side .section-title,
.faq-side .section-sub { text-align: left; }
.faq-side a { color: var(--accent); text-decoration: none; font-weight: 500; }
.faq-side a:hover { color: var(--accent-hi); }
.faq-list {
  display: grid;
  gap: 10px;
}
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s;
}
.faq-item:hover { border-color: var(--border-hi); }
.faq-item.open {
  border-color: rgba(255, 125, 91, 0.30);
  background: rgba(255, 125, 91, 0.04);
}
.faq-q {
  width: 100%;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: var(--ink);
}
.faq-q .plus {
  width: 22px;
  height: 22px;
  position: relative;
  flex-shrink: 0;
  color: var(--ink-dimmer);
  transition: color 0.2s, transform 0.3s;
}
.faq-q .plus::before,
.faq-q .plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.faq-q .plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.open .plus {
  color: var(--accent);
  transform: rotate(45deg);
}
.faq-item.open .plus::after { transform: translate(-50%, -50%) rotate(0); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), padding 0.3s;
  padding: 0 22px;
  color: var(--ink-dim);
  font-size: 14.5px;
  line-height: 1.75;
}
.faq-item.open .faq-a {
  max-height: 280px;
  padding-bottom: 22px;
}

/* === REVIEWS === */
.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
.rev-score {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.rev-score .big {
  font-family: var(--font-mono);
  font-size: 56px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.04em;
  line-height: 1;
}
.rev-score .out-of {
  font-family: var(--font-mono);
  font-size: 20px;
  color: var(--ink-dim);
}
.rev-stars { display: flex; flex-direction: column; gap: 4px; }
.rev-stars .stars { color: var(--amber); font-size: 20px; letter-spacing: 2px; }
.rev-stars .label { color: var(--ink-dim); font-size: 13px; }

.rev-divider {
  width: 1px;
  height: 48px;
  background: var(--border);
}
.rev-platforms {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.rev-plat {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-dim);
}
.rev-plat .plat-score { color: var(--accent-hi); font-weight: 700; }

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

.review-card {
  padding: 22px;
  background: var(--bg-elev-1);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.review-card:hover {
  border-color: var(--border-hi);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}
.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 14px;
  color: var(--bg);
  flex-shrink: 0;
}
.review-who { flex: 1; min-width: 0; }
.review-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review-role {
  font-size: 12px;
  color: var(--ink-dim);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review-source {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--ink-dimmer);
  letter-spacing: 0.1em;
  padding: 3px 8px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  text-transform: uppercase;
  flex-shrink: 0;
}
.review-stars { color: var(--amber); font-size: 13px; letter-spacing: 2px; }
.review-text {
  font-size: 14px;
  line-height: 1.65;
  color: #d8d0c8;
  flex: 1;
}
.review-text .hl {
  color: var(--accent-hi);
  font-family: var(--font-mono);
  font-size: 13px;
}
.review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-dimmer);
  padding-top: 10px;
  border-top: 1px solid var(--border);
}
.review-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--green);
}

.reviews-show-more {
  display: block;
  margin: 36px auto 0;
  padding: 12px 28px;
  border: 1px solid var(--border-hi);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-dim);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.reviews-show-more:hover {
  color: var(--ink);
  border-color: var(--accent);
  background: rgba(255, 125, 91, 0.06);
}

/* === CTA SECTION === */
.cta-section {
  padding: 100px 24px 120px;
  text-align: center;
  position: relative;
}
.cta-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 72px 56px;
  background:
    linear-gradient(135deg,
      rgba(255, 125, 91, 0.09) 0%,
      rgba(167, 139, 250, 0.05) 60%,
      rgba(255, 125, 91, 0.04) 100%);
  border: 1px solid rgba(255, 125, 91, 0.22);
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-glow);
}
.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% -20%,
      rgba(255, 125, 91, 0.15), transparent 60%);
  pointer-events: none;
}
.cta-inner { position: relative; z-index: 1; }
.cta-card h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  color: var(--ink);
  line-height: 1.15;
}
.cta-card p {
  color: var(--ink-dim);
  font-size: 16px;
  margin-bottom: 32px;
}

/* === FOOTER === */
footer {
  padding: 64px 24px 48px;
  border-top: 1px solid var(--border);
}
.foot-cols {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 48px;
}
.foot-col-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.foot-col a {
  display: block;
  font-size: 14px;
  color: var(--ink-dimmer);
  margin-bottom: 10px;
  transition: color 0.2s;
}
.foot-col a:hover { color: var(--ink-dim); }

.foot-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-dimmer);
}
.foot-region {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
}

/* === SCROLL REVEAL === */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* === RESPONSIVE === */
@media (max-width: 1200px) {
  .b2b-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-cols { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-layout,
  .faq-shell { grid-template-columns: 1fr; gap: 32px; }
  .faq-sticky-title,
  .faq-side { position: static; }
  .steps-grid { grid-template-columns: 1fr; gap: 40px; }
  .step-track { display: none; }
  .pricing-head { display: none; }
  .pricing-row { grid-template-columns: 1fr 1fr; }
  .section { padding-block: 72px; }
}

@media (max-width: 720px) {
  .nav { padding: 8px 10px 8px 16px; }
  .nav-links, .nav-right .btn-ghost, .lang-toggle { display: none; }
  .btn-cyan { padding: 7px 14px; font-size: 13px; }
  .hero { padding: 136px 18px 60px; }
  .hero-stats-band { flex-wrap: wrap; }
  .hero-stats-band .stat { min-width: 50%; border-right: none; border-bottom: 1px solid var(--border); }
  .hero-stats-band .stat:nth-child(odd) { border-right: 1px solid var(--border); }
  .hero-stats-band .stat:nth-last-child(-n+2) { border-bottom: none; }
  .b2b-trust-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .cta-card { padding: 44px 28px; }
  .foot-cols { grid-template-columns: 1fr 1fr; }
  .trust-logos { gap: 24px; }
}

@media (max-width: 480px) {
  .hero-ctas { flex-direction: column; width: 100%; }
  .hero-ctas a { justify-content: center; }
  .hero-trust { gap: 12px; font-size: 12px; }
  .section { padding-block: 64px; padding-inline: 18px; }
  .section-title { font-size: 32px; }
  .pricing-row { grid-template-columns: 1fr; }
  .foot-cols { grid-template-columns: 1fr; }
  .foot-bottom { flex-direction: column; align-items: flex-start; }
  .providers-rail-inner { gap: 10px; }
  .provider-tile { padding: 10px 14px; font-size: 13px; }
}

/* ============================================================
   WAVE-1 POLISH: providers marquee, CTA pulse glow, type-on cursor
   ============================================================ */

/* Infinite horizontal marquee under the hero. The track holds two copies
   of the chip list so the keyframe can translateX(-50%) and loop seamlessly. */
.providers-marquee {
  margin: 56px auto 0;
  max-width: min(1100px, 100%);
  position: relative;
  overflow: hidden;
  /* Soft fade-out at the edges so chips don't pop in/out abruptly. */
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.providers-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
}
.providers-marquee:hover .providers-track {
  animation-play-state: paused;
}
.provider-chip {
  flex: 0 0 auto;
  padding: 10px 18px;
  border: 1px solid color-mix(in srgb, var(--accent) 18%, transparent);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: border-color .2s, background .2s, transform .2s;
}
.provider-chip:hover {
  border-color: var(--accent);
  background: rgba(255, 125, 91, 0.06);
  transform: translateY(-1px);
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .providers-track { animation: none; }
}

/* Ambient pulse glow on primary CTA — always-on subtle breathing,
   amplified on hover. Plays well with the existing shimmer ::after. */
.btn-cyan {
  animation: cta-breathe 3.2s ease-in-out infinite;
  transition: transform 0.25s cubic-bezier(.2,.8,.2,1),
              box-shadow 0.25s cubic-bezier(.2,.8,.2,1),
              background-color 0.25s;
}
.btn-cyan:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow:
    0 0 0 6px rgba(255, 125, 91, 0.18),
    0 18px 40px -8px rgba(216, 90, 59, 0.55),
    0 0 28px rgba(255, 154, 126, 0.45);
}
@keyframes cta-breathe {
  0%, 100% {
    box-shadow:
      0 0 0 0 rgba(255, 125, 91, 0.0),
      0 6px 18px -4px rgba(216, 90, 59, 0.25);
  }
  50% {
    box-shadow:
      0 0 0 4px rgba(255, 125, 91, 0.10),
      0 10px 26px -6px rgba(216, 90, 59, 0.40);
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn-cyan { animation: none; }
}

/* Typewriter cursor — a single blinking caret at the end of the second
   hero line. ::after is placed inside .hero-row-2 (a block) so the caret
   sits flush with the last character of "Built where you ship." */
.hero-row-2::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.85em;
  margin-left: 0.08em;
  background: var(--accent);
  vertical-align: text-bottom;
  animation: cursor-blink 0.95s steps(2, end) infinite;
  /* Hold the cursor invisible until the row's chars have finished dropping
     in (~0.45s start + ~0.04s × ~22 chars ≈ 1.3s). */
  opacity: 0;
  animation-delay: 1.4s, 0s;
  animation-name: cursor-reveal, cursor-blink;
  animation-duration: 0.01s, 0.95s;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards, none;
  animation-timing-function: steps(1), steps(2, end);
}
@keyframes cursor-reveal { to { opacity: 1; } }

/* ============================================================
   WAVE-2: Models bento + Built-for bento (4 cards)
   ============================================================ */

/* MODELS — bento grid of provider cards */
.model-bento {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.model-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 20px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
  text-decoration: none;
  color: var(--ink);
  transition: transform .2s cubic-bezier(.2,.8,.2,1),
              border-color .2s,
              background-color .2s,
              box-shadow .2s;
  position: relative;
  overflow: hidden;
}
.model-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(140deg, transparent 30%, rgba(255,125,91,.35) 50%, transparent 70%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity .25s;
  pointer-events: none;
}
.model-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--accent) 40%, var(--border));
  background: linear-gradient(160deg, rgba(255,125,91,0.04), rgba(255,255,255,0));
  box-shadow: 0 18px 40px -12px rgba(255,125,91,0.18);
}
.model-card:hover::before { opacity: 1; }
.model-mono {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  margin-bottom: 4px;
}
.model-name {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
}
.model-tag {
  font-size: 12.5px;
  color: var(--ink-muted, #9aa6b5);
}
.model-card--cta {
  background: linear-gradient(160deg, rgba(255,125,91,0.10), rgba(255,125,91,0.02));
  border-color: color-mix(in srgb, var(--accent) 30%, var(--border));
  align-items: flex-start;
  justify-content: center;
}
.model-card--cta .model-name {
  color: var(--accent-hi);
  font-size: 16px;
}

/* BUILT FOR — 4-card bento, hero card spans 2 cols on desktop */
.bento-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.bento-card {
  position: relative;
  padding: 28px 26px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(255,125,91,0.05), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
  transition: transform .25s cubic-bezier(.2,.8,.2,1),
              border-color .25s,
              box-shadow .25s;
}
.bento-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--accent) 35%, var(--border));
  box-shadow: 0 22px 48px -16px rgba(255,125,91,0.20);
}
.bento-card--hero {
  grid-column: span 2;
  grid-row: span 2;
  background:
    radial-gradient(80% 60% at 0% 100%, rgba(255,125,91,0.10), transparent 60%),
    linear-gradient(160deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
}
.bento-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255,125,91,0.08);
  border: 1px solid color-mix(in srgb, var(--accent) 25%, transparent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-hi);
  margin-bottom: 16px;
}
.bento-icon svg { width: 20px; height: 20px; }
.bento-card h3 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}
.bento-card--hero h3 { font-size: 24px; }
.bento-card p {
  color: var(--ink-muted, #9aa6b5);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
}
.bento-card code {
  background: rgba(255,255,255,0.06);
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 0.92em;
}
.bento-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 6px;
}
.bento-list li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-muted, #9aa6b5);
  font-size: 13.5px;
}
.bento-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

/* Responsive collapses */
@media (max-width: 900px) {
  .model-bento { grid-template-columns: repeat(2, 1fr); }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card--hero { grid-column: auto; grid-row: auto; }
}
@media (max-width: 480px) {
  .model-bento { grid-template-columns: 1fr; gap: 10px; }
  .model-card { padding: 16px 18px; }
}

/* ============================================================
   WAVE-2b: Talk-to-us form + global scroll-reveal polish
   ============================================================ */

.talk-section { padding-block: 96px; }
.talk-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
}
.talk-side h2 { margin: 0 0 14px; }
.talk-side .section-sub { margin: 0 0 22px; max-width: 36ch; }
.talk-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.talk-bullets li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-muted, #9aa6b5);
  font-size: 14px;
}
.talk-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(255,125,91,0.10);
}
.talk-bullets a {
  color: var(--accent-hi);
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}

.talk-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(255,125,91,0.05), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
}
.talk-form .talk-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.talk-form label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-muted, #9aa6b5);
}
.talk-form label em {
  color: var(--ink-muted, #5e6b7a);
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
}
.talk-form input,
.talk-form textarea {
  font: inherit;
  color: var(--ink);
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 11px 14px;
  text-transform: none;
  letter-spacing: 0;
  outline: none;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.talk-form input:focus,
.talk-form textarea:focus {
  border-color: var(--accent);
  background: rgba(255,125,91,0.04);
  box-shadow: 0 0 0 3px rgba(255,125,91,0.15);
}
.talk-form textarea { resize: vertical; min-height: 110px; }
.talk-form .hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.talk-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
}
.talk-status {
  font-size: 13px;
  color: var(--ink-muted, #9aa6b5);
}
.talk-status.is-ok    { color: #34d399; }
.talk-status.is-err   { color: #f87171; }

@media (max-width: 900px) {
  .talk-inner { grid-template-columns: 1fr; gap: 28px; }
  .talk-form .talk-row { grid-template-columns: 1fr; }
}

/* GLOBAL SCROLL-REVEAL — replace the small fade-up with a richer
   stagger. The IntersectionObserver in animations.js toggles `.in`. */
.reveal {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  filter: blur(2px);
  transition:
    opacity .65s cubic-bezier(.2,.8,.2,1),
    transform .8s cubic-bezier(.2,.8,.2,1),
    filter .65s cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform, filter;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; filter: none; transition: none; }
}

/* ============================================================
   WAVE-3: Pricing table redesign + FAQ left-bar accent
   ============================================================ */

/* PRICING — clean 5-col grid, sticky header, hover row */
.pricing-table {
  margin-top: 36px;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
}
.pricing-head,
.pricing-row {
  display: grid;
  grid-template-columns: minmax(220px, 2.4fr) 90px 1.4fr 110px 110px;
  align-items: center;
  gap: 16px;
  padding: 14px 22px;
}
.pricing-head {
  background: rgba(255,255,255,0.02);
  border-bottom: 1px solid var(--border);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted, #9aa6b5);
  font-weight: 600;
}
.pricing-row {
  border-bottom: 1px solid var(--border);
  transition: background .18s;
  font-size: 14.5px;
}
.pricing-row:last-child { border-bottom: none; }
.pricing-row:hover { background: rgba(255,125,91,0.04); }

.pr-name {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.pr-mono {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.pr-title {
  font-weight: 600;
  letter-spacing: -0.01em;
}
.pr-slug {
  display: block;
  font-size: 11.5px;
  color: var(--ink-muted, #5e6b7a);
  background: transparent;
  padding: 0;
}
.pr-ctx {
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, monospace);
  font-size: 12.5px;
  color: var(--ink-muted, #9aa6b5);
  padding: 3px 8px;
  border: 1px solid var(--border);
  border-radius: 6px;
  display: inline-block;
  justify-self: start;
  white-space: nowrap;
}
.pr-best { color: var(--ink-muted, #9aa6b5); font-size: 13.5px; }
.pr-price {
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, monospace);
  font-size: 14px;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.pricing-note {
  margin: 18px auto 0;
  text-align: center;
  font-size: 12.5px;
  color: var(--ink-muted, #5e6b7a);
}
.pricing-note a {
  color: var(--accent-hi);
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}
@media (max-width: 900px) {
  .pricing-head { display: none; }
  .pricing-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    padding: 16px 18px;
  }
  .pr-name { grid-column: span 2; }
  .pr-ctx { grid-column: 1; justify-self: start; }
  .pr-best { grid-column: 2; text-align: right; }
  .pr-price { text-align: left; }
  .pr-price::before {
    content: attr(data-label);
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ink-muted);
    margin-bottom: 2px;
  }
}

/* FAQ — coral left-bar that grows on open + smoother answer reveal */
.faq-item {
  position: relative;
  transition:
    border-color .25s,
    background .25s,
    transform .25s cubic-bezier(.2,.8,.2,1);
}
.faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 0;
  width: 3px;
  background: var(--accent);
  border-radius: 0 3px 3px 0;
  transform: translateY(-50%);
  transition: height .35s cubic-bezier(.2,.8,.2,1);
}
.faq-item.open::before { height: 70%; }
.faq-item:hover { transform: translateY(-1px); }
.faq-item.open {
  background: linear-gradient(90deg, rgba(255,125,91,0.06), rgba(255,125,91,0.02));
}
.faq-a {
  opacity: 0;
  transform: translateY(-4px);
  transition:
    max-height .4s cubic-bezier(.2,.8,.2,1),
    padding .3s,
    opacity .35s ease .05s,
    transform .35s ease .05s;
}
.faq-item.open .faq-a {
  opacity: 1;
  transform: translateY(0);
}



@keyframes cursor-blink {
  50% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero h1::after { display: none; }
}

