/* ── Landing page ────────────────────────────────────────────────────────── */

/* ── Hero ────────────────────────────────────────────────────────────────── */
.hero-section { position: relative; padding: 72px 0 56px; overflow: hidden; }
.hero-section .wrap { max-width: 760px; }

.hero-section h1 {
  font-family: 'Manrope', sans-serif; font-weight: 600; letter-spacing: -0.025em;
  font-size: clamp(38px, 6vw, 64px); line-height: 1.04; margin-bottom: 22px;
}
.hero-section h1 .accent-word,
.hero-section h1 .accent-word .split-char {
  font-weight: 600;
  background: var(--grad); background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: hueShift 6s ease-in-out infinite;
}

.hero-section .sub {
  font-size: 15.5px; color: var(--text2); max-width: 460px; margin-bottom: 30px;
}
.hero-ctas { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; flex-wrap: wrap; }
.hero-fine { font-size: 12.5px; color: var(--text3); }

/* flat product mockup */
.mock-wrap { max-width: 900px; margin: 56px auto 0; padding: 0 32px; position: relative; z-index: 1; }
.mock {
  border: 1px solid var(--border); border-radius: 12px; overflow: hidden;
  background: var(--bg2);
}
.mock-bar { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-bottom: 1px solid var(--border); background: var(--bg3); }
.mock-bar .d { width: 10px; height: 10px; border-radius: 50%; background: var(--bg4); }
.mock-bar .url { margin-left: 8px; font-size: 12px; color: var(--text3); font-family: var(--mono); }
.mock-body { display: grid; grid-template-columns: 1.1fr 1fr; }
.mock-col { padding: 16px 18px; }
.mock-col + .mock-col { border-left: 1px solid var(--border); }
.mock-row { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--text2); padding: 7px 0; font-family: var(--mono); }
.mock-row .tag {
  font-size: 10.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em;
  padding: 2px 7px; border-radius: 4px; background: var(--bg3); color: var(--text3); flex-shrink: 0; width: 52px; text-align: center;
}
.mock-row .tag.click { background: rgba(124,106,247,0.16); color: #b9adff; }
.mock-row .tag.pass { background: rgba(52,211,153,0.14); color: #6ee7b7; }
.mock-col-title { font-family: var(--mono); font-size: 11.5px; color: var(--text3); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.03em; }
.mock-row.playing { background: rgba(124,106,247,0.08); border-radius: 5px; animation: playstep 6s steps(1) infinite; }
@keyframes playstep { 0%,16.6% { background: rgba(124,106,247,0.12); } 16.7%,100% { background: transparent; } }
@media (max-width: 700px) { .mock-body { grid-template-columns: 1fr; } .mock-col + .mock-col { border-left: none; border-top: 1px solid var(--border); } }
.mock { transition: transform 0.25s ease, box-shadow 0.25s ease; }
.mock:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -20px rgba(0,0,0,0.5); }

/* ── Statement section ───────────────────────────────────────────────────── */
.statement { padding: 100px 0; position: relative; }
.statement .badges { display: flex; gap: 10px; margin-bottom: 34px; }
.statement .badge {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; color: var(--text2);
}
.statement p.big {
  font-size: clamp(22px, 3.6vw, 38px); line-height: 1.35; font-weight: 400; max-width: 880px;
  color: var(--text2);
}
.statement p.big strong { color: var(--text); font-weight: 600; }

/* ── Features (dark) ─────────────────────────────────────────────────────── */
.features { padding: 20px 0 100px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.feature { background: var(--bg); padding: 30px 26px; transition: background 0.2s ease; }
.feature:hover { background: var(--bg2); }
.feature .ico { width: 30px; height: 30px; color: var(--text); margin-bottom: 22px; transition: color 0.2s ease, transform 0.2s ease; }
.feature:hover .ico { color: var(--accent); transform: translateY(-2px); }
.feature h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.feature p { color: var(--text2); font-size: 13.5px; line-height: 1.6; }
@media (max-width: 900px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .feature-grid { grid-template-columns: 1fr; } }

/* ── Stat strip ──────────────────────────────────────────────────────────── */
.stat-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 8px 0; }
.stat-strip .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { position: relative; padding: 44px 20px; text-align: center; }
.stat + .stat { border-left: 1px solid var(--border); }
.stat::before, .stat::after { content: ''; position: absolute; width: 12px; height: 12px; }
.stat::before { top: 12px; left: 12px; border-top: 1px solid var(--accent); border-left: 1px solid var(--accent); }
.stat::after { bottom: 12px; right: 12px; border-bottom: 1px solid var(--accent); border-right: 1px solid var(--accent); }
.stat .num { font-family: var(--mono); font-weight: 600; font-size: clamp(32px, 4.4vw, 44px); color: var(--text); margin-bottom: 8px; }
.stat .label { font-family: var(--mono); font-size: 12px; letter-spacing: 0.03em; color: var(--text3); text-transform: uppercase; }
@media (max-width: 700px) { .stat-strip .wrap { grid-template-columns: 1fr; } .stat + .stat { border-left: none; border-top: 1px solid var(--border); } }

/* ── Demo (replaces the video block — an honest animated mock, not a fake video) */
.demo { padding: 100px 0; text-align: center; }
.demo .eyebrow { justify-content: center; margin-bottom: 20px; }
.demo h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 400; margin-bottom: 36px; }
.demo .loop-note { font-family: var(--mono); font-size: 12px; color: var(--text3); margin-top: 16px; }

/* ── Light band: examples ────────────────────────────────────────────────── */
.examples { padding: 100px 0; }
.examples .section-head { max-width: 640px; margin-bottom: 44px; }
.examples .section-head h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 400; margin-bottom: 10px; }
.examples .section-head p { color: var(--light-text2); font-size: 15px; }
.example-row {
  display: grid; grid-template-columns: 90px 1fr 32px; align-items: center; gap: 24px;
  padding: 26px 0; border-top: 1px solid var(--light-border);
  text-decoration: none; color: inherit;
}
.example-row:last-child { border-bottom: 1px solid var(--light-border); }
.example-row .steps-tag { font-family: var(--mono); font-size: 11.5px; color: var(--light-text2); }
.example-row h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.example-row p { color: var(--light-text2); font-size: 13.5px; }
.example-row { transition: background 0.2s ease; }
.example-row:hover { background: rgba(124,106,247,0.05); }
.example-row .arrow { color: var(--light-text2); text-align: right; transition: transform 0.15s; }
.example-row:hover .arrow { transform: translateX(4px); color: var(--accent); }
.examples .more { display: inline-flex; margin-top: 32px; }

/* ── Light band: approach ────────────────────────────────────────────────── */
.approach { padding: 100px 0; }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 48px; margin-top: 44px; }
.approach h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 400; max-width: 480px; margin-bottom: 12px; }
.approach > .wrap > p { color: var(--light-text2); font-size: 15px; max-width: 480px; }
.principle { transition: transform 0.2s ease; }
.principle:hover { transform: translateY(-3px); }
.principle .ico { width: 26px; height: 26px; color: var(--light-text); margin-bottom: 16px; transition: color 0.2s ease; }
.principle:hover .ico { color: var(--accent); }
.principle h3 { font-size: 15.5px; font-weight: 700; margin-bottom: 7px; }
.principle p { color: var(--light-text2); font-size: 13.5px; line-height: 1.6; }
@media (max-width: 700px) { .approach-grid { grid-template-columns: 1fr; } }

/* ── Integrations band (real tools, not client logos) ───────────────────── */
.integrations { padding: 90px 0; border-top: 1px solid var(--border); text-align: center; }
.integrations .eyebrow { justify-content: center; margin-bottom: 20px; }
.integrations h2 { font-size: clamp(20px, 2.6vw, 26px); font-weight: 400; margin-bottom: 40px; }
.integ-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; }
.integ-chip {
  font-family: var(--mono); font-size: 13px; color: var(--text2);
  border: 1px solid var(--border); border-radius: 999px; padding: 8px 18px;
}

/* ── How it works ────────────────────────────────────────────────────────── */
.how-it-works { padding: 100px 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 44px; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }
.step .num {
  font-family: var(--mono); width: 38px; height: 38px; border-radius: 50%; background: var(--bg2); border: 1px solid var(--border);
  color: var(--accent); font-weight: 600; font-size: 14px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.step h3 { font-size: 15.5px; font-weight: 700; margin-bottom: 7px; }
.step p { color: var(--text2); font-size: 13.5px; line-height: 1.6; max-width: 280px; }

.section-head { max-width: 600px; }
.section-head h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 400; margin-bottom: 10px; }
.section-head p { color: var(--text2); font-size: 15px; }

/* ── FAQ (light) ─────────────────────────────────────────────────────────── */
.faq { padding: 100px 0; }
.faq .section-head { text-align: left; margin-bottom: 40px; }
.faq .section-head p { color: var(--light-text2); }
.faq-list { max-width: 720px; }
.faq-item { border-bottom: 1px solid var(--light-border); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; gap: 16px;
  padding: 20px 0; font-size: 15px; font-weight: 600;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .q-ico {
  width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--light-border);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-family: var(--mono); font-size: 13px; color: var(--light-text2);
}
.faq-item summary .q-text { flex: 1; }
.faq-item summary .toggle { font-size: 18px; color: var(--light-text2); flex-shrink: 0; }
.faq-item[open] summary .toggle { color: var(--accent); }
.faq-item[open] summary .q-ico { border-color: var(--accent); color: var(--accent); }
.faq-item p.a { padding: 0 0 22px 44px; color: var(--light-text2); font-size: 14px; line-height: 1.65; max-width: 600px; }

/* ── CTA band ────────────────────────────────────────────────────────────── */
.cta-band {
  max-width: 1080px; margin: 0 auto 100px; padding: 56px 40px;
  background: var(--bg2); border: 1px solid var(--border); border-radius: 14px;
  text-align: center; position: relative;
}
.cta-band h2 { font-family: 'Manrope', sans-serif; font-weight: 300; font-size: clamp(26px, 3.8vw, 38px); margin-bottom: 10px; }
.cta-band p { color: var(--text2); font-size: 14.5px; margin-bottom: 26px; }
.cta-band .hero-ctas { justify-content: center; margin-bottom: 0; }

/* ═══════════════════════════════════════════════════════════════════════════
   Bold & playful amps — layered on top of the base landing styles above
   ═══════════════════════════════════════════════════════════════════════════ */

/* Hero sits above its aurora */
.hero-section .wrap, .hero-section .mock-wrap { position: relative; z-index: 2; }
.hero-fine { display: inline-flex; align-items: center; gap: 7px; }
.hero-fine::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 0 rgba(52,211,153,.6); animation: livePulse 2s ease-out infinite; }
@keyframes livePulse { 0% { box-shadow: 0 0 0 0 rgba(52,211,153,.5); } 70%,100% { box-shadow: 0 0 0 8px rgba(52,211,153,0); } }

/* Product mockup — playful tilt + moving cursor + shimmer on the playing row */
.mock { position: relative; transform-style: preserve-3d; }
.mock:hover { transform: translateY(-4px) rotateX(3deg) rotateY(-2deg); box-shadow: 0 34px 70px -30px rgba(124,106,247,0.55); }
.mock-row .tag.email  { background: rgba(34,211,238,0.16);  color: #67e8f9; }
.mock-row .tag.input  { background: rgba(244,114,182,0.16); color: #f9a8d4; }
.mock-row.playing { position: relative; overflow: hidden; }
.mock-row.playing::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(124,106,247,0.22), transparent);
  transform: translateX(-100%); animation: shimmer 2.6s ease-in-out infinite;
}
@keyframes shimmer { 0% { transform: translateX(-100%);} 60%,100% { transform: translateX(200%);} }
.mock-cursor {
  position: absolute; width: 16px; height: 16px; z-index: 3; pointer-events: none;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.5));
  animation: cursorMove 6s cubic-bezier(.6,.05,.3,1) infinite;
}
@keyframes cursorMove {
  0%,10%   { top: 22%;  left: 18%; }
  22%,32%  { top: 39%;  left: 30%; }
  46%,56%  { top: 56%;  left: 24%; }
  70%,100% { top: 74%;  left: 40%; }
}

/* Statement badges — colourful, gentle bob */
.statement .badges { position: relative; z-index: 1; }
.statement .badge {
  border: none; color: #fff; position: relative;
  box-shadow: 0 8px 24px -10px rgba(124,106,247,.6);
  animation: bob 4s ease-in-out infinite;
}
.statement .badge:nth-child(1) { background: linear-gradient(135deg,#7c6af7,#9a8afb); animation-delay: 0s; }
.statement .badge:nth-child(2) { background: linear-gradient(135deg,#22d3ee,#38bdf8); animation-delay: .4s; }
.statement .badge:nth-child(3) { background: linear-gradient(135deg,#f472b6,#fb7185); animation-delay: .8s; }
.statement .badge:nth-child(4) { background: linear-gradient(135deg,#fbbf24,#f59e0b); animation-delay: 1.2s; }
.statement .badge svg { stroke: #fff; }
@keyframes bob { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-6px) rotate(-3deg); } }
.statement p.big strong { background: var(--grad-soft); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }

/* Feature cards — each a different hue, springy lift */
.feature { position: relative; overflow: hidden; transition: background .2s ease, transform .18s cubic-bezier(.2,.8,.2,1.4); }
.feature::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--fc, var(--accent)); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.feature:hover { transform: translateY(-6px); }
.feature:hover::before { transform: scaleX(1); }
.feature:nth-child(1) { --fc: #7c6af7; }
.feature:nth-child(2) { --fc: #22d3ee; }
.feature:nth-child(3) { --fc: #f472b6; }
.feature:nth-child(4) { --fc: #fbbf24; }
.feature:hover .ico { color: var(--fc); transform: translateY(-3px) rotate(-8deg) scale(1.12); }
.feature .ico { transition: color .2s ease, transform .25s cubic-bezier(.2,.8,.2,1.4); }

/* Stat strip — gradient numbers that pop */
.stat { transition: transform .18s ease; }
.stat:hover { transform: translateY(-4px); }
.stat .num { background: var(--grad); background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; animation: hueShift 6s ease-in-out infinite; }
.stat:hover::before, .stat:hover::after { border-color: var(--pink); }

/* Integrations marquee */
.integ-chip { transition: transform .15s, border-color .15s, color .15s; white-space: nowrap; }
.integ-chip:hover { transform: translateY(-3px) scale(1.05); border-color: var(--accent); color: var(--text); }

/* How-it-works step numbers — gradient chips */
.step .num { background: var(--grad); background-size: 200% 100%; color: #fff; border: none; box-shadow: 0 8px 20px -8px rgba(124,106,247,.7); animation: btnHue 6s linear infinite; }

/* CTA band — glow + gradient heading */
.cta-band {
  overflow: hidden;
  background:
    radial-gradient(120% 150% at 12% -10%, rgba(124,106,247,0.30), transparent 52%),
    radial-gradient(120% 150% at 100% 115%, rgba(244,114,182,0.24), transparent 52%),
    radial-gradient(90% 120% at 60% 120%, rgba(34,211,238,0.16), transparent 55%),
    var(--bg2);
  border-color: rgba(124,106,247,0.35);
  box-shadow: 0 30px 80px -40px rgba(124,106,247,0.5);
}
.cta-band > * { position: relative; z-index: 2; }
.cta-band .aurora { opacity: 0.7; }
.cta-band h2 { font-weight: 800; }
.cta-band h2 .accent-word, .cta-band h2 strong { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }

@media (prefers-reduced-motion: reduce) {
  .hero-fine::before, .statement .badge, .stat .num, .step .num, .mock-cursor, .mock-row.playing::after { animation: none !important; }
  .mock-cursor { display: none; }
}
