/* ── BODY ── */
body { overflow-x: hidden; line-height: 1.6; }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 52px; z-index: 800;
  transition: background .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
.nav.stuck { background: rgba(9,9,17,.9); backdrop-filter: blur(24px) saturate(160%); border-color: var(--border); }
.logo { font-family: var(--fd); font-size: 1.25rem; font-weight: 600; letter-spacing: -.025em; text-decoration: none; color: #fff; display: flex; align-items: center; gap: 9px; }
.logo-icon { width: 30px; height: 30px; border-radius: 7px; background: linear-gradient(135deg, var(--rose), var(--green)); display: flex; align-items: center; justify-content: center; font-size: .82rem; flex-shrink: 0; }
.logo em { font-style: normal; color: var(--rose); letter-spacing: -.025em; }
.nav-right { display: flex; gap: 10px; align-items: center; }
.btn { display: inline-flex; align-items: center; gap: 7px; padding: 10px 20px; border-radius: 10px; font-family: var(--fd); font-size: .875rem; font-weight: 600; text-decoration: none; cursor: pointer; border: none; transition: all .2s; white-space: nowrap; }
.btn-rose { background: var(--rose); color: #fff; box-shadow: 0 4px 20px rgba(231,66,102,.35); }
.btn-rose:hover { background: var(--rose-mid); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(231,66,102,.5); }
.btn-outline { background: transparent; color: var(--text); border: 1px solid var(--border-mid); }
.btn-outline:hover { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.05); }
.btn-sm { padding: 8px 16px; font-size: .8125rem; border-radius: 9px; }
.btn-lg { padding: 14px 30px; font-size: .9375rem; border-radius: 12px; }

/* ── HERO ── */
.hero {
  min-height: 100vh; padding: calc(var(--nav-h) + 80px) 52px 90px;
  position: relative; overflow: hidden; display: flex; align-items: center;
}
.orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.o1 { width: 700px; height: 700px; background: var(--rose); opacity: .14; top: -200px; right: -150px; animation: drift-a 10s ease-in-out infinite; }
.o2 { width: 500px; height: 500px; background: var(--green); opacity: .11; bottom: -150px; left: -80px; animation: drift-b 13s ease-in-out infinite; }
.o3 { width: 300px; height: 300px; background: var(--rose); opacity: .07; top: 50%; left: 38%; filter: blur(60px); animation: drift-a 8s ease-in-out infinite 3s; }
@keyframes drift-a { 0%,100%{transform:translate(0,0)} 33%{transform:translate(-20px,30px)} 66%{transform:translate(15px,-20px)} }
@keyframes drift-b { 0%,100%{transform:translate(0,0)} 33%{transform:translate(25px,-18px)} 66%{transform:translate(-15px,22px)} }

.hero-inner {
  max-width: 1160px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  position: relative; z-index: 1;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 13px; border-radius: 100px; margin-bottom: 24px;
  background: var(--rose-dim); border: 1px solid rgba(231,66,102,.25);
  font-family: var(--fd); font-size: .7rem; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase; color: #f07090;
}
.eyebrow-dot { width: 5px; height: 5px; background: #f07090; border-radius: 50%; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.3;transform:scale(1.6)} }
.hero-title {
  font-family: var(--fd); font-size: clamp(2rem, 3.4vw, 2.9rem);
  font-weight: 700; letter-spacing: -.032em; line-height: 1.1; margin-bottom: 20px;
}
.hero-body { font-size: .9375rem; line-height: 1.72; color: var(--muted); font-weight: 300; max-width: 440px; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-speed { display: flex; gap: 10px; flex-wrap: wrap; }
.speed-badge {
  display: flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 10px;
  background: var(--bg-1); border: 1px solid var(--border-mid);
  font-family: var(--fd); font-size: .78rem; font-weight: 500;
}
.speed-badge strong { color: #f07090; }
.speed-badge.g strong { color: #42cdb8; }

/* ── HERO MOCKUP ── */
.hero-visual { position: relative; height: 480px; }
.mock-dash {
  position: absolute; top: 0; right: -20px; width: 92%;
  background: var(--bg-1); border: 1px solid var(--border-mid);
  border-radius: 16px; padding: 18px;
  box-shadow: 0 40px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(32,182,158,.06);
  transform: perspective(800px) rotateY(-4deg) rotateX(2deg);
}
.md-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.md-title { font-family: var(--fd); font-size: .78rem; font-weight: 600; display: flex; align-items: center; gap: 7px; }
.md-live { width: 6px; height: 6px; background: var(--green); border-radius: 50%; animation: pulse 2s ease-in-out infinite; }
.md-period { font-size: .65rem; color: var(--muted); background: rgba(255,255,255,.05); border: 1px solid var(--border); border-radius: 6px; padding: 3px 8px; }
.md-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 14px; }
.md-kpi { background: var(--bg-2); border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px; }
.md-kpi-l { font-size: .6rem; color: var(--muted); font-family: var(--fd); font-weight: 500; margin-bottom: 5px; }
.md-kpi-v { font-family: var(--fd); font-size: 1.15rem; font-weight: 700; }
.md-kpi-v.r { color: #f07090; } .md-kpi-v.g { color: #42cdb8; } .md-kpi-v.b { color: #7baaf7; }
.md-kpi-trend { font-size: .58rem; margin-top: 2px; }
.md-kpi-trend.up { color: #42cdb8; } .md-kpi-trend.dn { color: #f07090; }
.md-bars { display: flex; flex-direction: column; gap: 7px; }
.md-bar-row { display: flex; align-items: center; gap: 8px; }
.md-bar-lbl { font-size: .62rem; color: var(--muted); width: 70px; flex-shrink: 0; font-family: var(--fd); }
.md-bar-track { flex: 1; height: 5px; background: rgba(255,255,255,.06); border-radius: 100px; overflow: hidden; }
.md-bar-fill { height: 100%; border-radius: 100px; }
.md-bar-fill.rose { background: linear-gradient(90deg, var(--rose), #f07090); }
.md-bar-fill.green { background: linear-gradient(90deg, var(--green), #42cdb8); }
.md-bar-fill.blue { background: linear-gradient(90deg, #5b8dee, #7baaf7); }
.md-bar-pct { font-size: .6rem; color: var(--muted); width: 24px; text-align: right; font-family: var(--fd); }
.mock-chat {
  position: absolute; bottom: 20px; left: -10px; width: 62%;
  background: var(--bg-2); border: 1px solid var(--border-mid);
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 28px 60px rgba(0,0,0,.65), 0 0 0 1px rgba(231,66,102,.1);
  animation: chat-float 5s ease-in-out infinite;
}
@keyframes chat-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.mc-head {
  padding: 11px 14px; background: var(--bg-1);
  border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 9px;
}
.mc-av {
  width: 26px; height: 26px; border-radius: 7px;
  background: linear-gradient(135deg, var(--rose), var(--green));
  display: flex; align-items: center; justify-content: center; font-size: .72rem; flex-shrink: 0;
}
.mc-name { font-family: var(--fd); font-size: .76rem; font-weight: 600; display: block; }
.mc-online { font-size: .62rem; color: var(--green); display: flex; align-items: center; gap: 4px; }
.mc-dot { width: 4px; height: 4px; background: var(--green); border-radius: 50%; animation: pulse 2s ease-in-out infinite; }
.mc-body { padding: 12px 12px 10px; display: flex; flex-direction: column; gap: 7px; min-height: 180px; }
.mc-msg { padding: 8px 11px; border-radius: 10px; font-size: .75rem; line-height: 1.5; max-width: 86%; opacity: 0; transform: translateY(8px); }
.mc-msg.u { background: var(--rose); color: #fff; align-self: flex-end; border-bottom-right-radius: 3px; animation: msg-in .35s ease forwards; }
.mc-msg.b { background: rgba(255,255,255,.08); border: 1px solid var(--border); align-self: flex-start; border-bottom-left-radius: 3px; animation: msg-in .35s ease forwards; }
@keyframes msg-in { to { opacity: 1; transform: translateY(0); } }
.mc-typing { display: flex; gap: 3px; padding: 8px 11px; background: rgba(255,255,255,.06); border-radius: 10px; border-bottom-left-radius: 3px; width: fit-content; align-self: flex-start; }
.mc-tdot { width: 4px; height: 4px; background: var(--muted); border-radius: 50%; animation: typing 1.1s ease-in-out infinite; }
.mc-tdot:nth-child(2) { animation-delay: .18s; }
.mc-tdot:nth-child(3) { animation-delay: .36s; }
@keyframes typing { 0%,80%,100%{transform:scale(1);opacity:.35} 40%{transform:scale(1.4);opacity:1} }

/* ── SECTIONS ── */
.sec { padding: 100px 52px; position: relative; z-index: 1; }
.sec-in { max-width: 1160px; margin: 0 auto; }
.sec-eye { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.sec-eye::before { content: ''; width: 16px; height: 1.5px; background: var(--green); border-radius: 2px; }
.sec-eye span { font-family: var(--fd); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: var(--green); }
.sec-title { font-family: var(--fd); font-size: clamp(1.6rem, 2.5vw, 2.1rem); font-weight: 700; letter-spacing: -.028em; line-height: 1.15; margin-bottom: 10px; }
.sec-body { font-size: .9375rem; color: var(--muted); font-weight: 300; line-height: 1.68; max-width: 520px; }

/* ── AGENTS ── */
.agents-sec { padding: 100px 52px 60px; position: relative; z-index: 1; }
.agents-big { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.agents-small { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.agent-card {
  background: var(--bg-1); border: 1px solid var(--border);
  border-radius: 18px; padding: 30px 32px; position: relative; overflow: hidden;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.agent-card > * { position: relative; z-index: 1; }
.agent-card::before { content: ''; position: absolute; inset: 0; opacity: 0; transition: opacity .25s; border-radius: 18px; pointer-events: none; }
.agent-card.rose::before { background: linear-gradient(135deg, rgba(231,66,102,.07), transparent 55%); }
.agent-card.green::before { background: linear-gradient(135deg, rgba(32,182,158,.07), transparent 55%); }
.agent-card:not(.dim):hover { transform: translateY(-4px); box-shadow: 0 24px 52px rgba(0,0,0,.42); }
.agent-card.rose:hover { border-color: rgba(231,66,102,.3); }
.agent-card.green:hover { border-color: rgba(32,182,158,.3); }
.agent-card:hover::before { opacity: 1; }
.agent-card.dim { opacity: .55; }
.agent-card.small { padding: 22px 24px; border-radius: 14px; }
.ac-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 18px; }
.ac-icon { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.ac-icon.sm { width: 36px; height: 36px; border-radius: 9px; font-size: 1rem; }
.ac-icon.r { background: var(--rose-dim); } .ac-icon.g { background: var(--green-dim); }
.ac-icon.b { background: rgba(91,141,238,.1); } .ac-icon.y { background: rgba(245,166,35,.1); }
.tag { display: inline-flex; align-items: center; gap: 5px; padding: 4px 11px; border-radius: 100px; font-family: var(--fd); font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.tag-rose  { background: var(--rose-dim); color: #f07090; border: 1px solid rgba(231,66,102,.22); }
.tag-green { background: var(--green-dim); color: #42cdb8; border: 1px solid rgba(32,182,158,.22); }
.tag-blue  { background: rgba(91,141,238,.1); color: #7baaf7; border: 1px solid rgba(91,141,238,.2); }
.tag-dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; animation: pulse 2s ease-in-out infinite; }
.agent-card h3 { font-family: var(--fd); font-size: 1.08rem; font-weight: 700; letter-spacing: -.018em; margin-bottom: 9px; }
.agent-card.small h3 { font-size: .95rem; }
.agent-card > p { font-size: .875rem; line-height: 1.65; color: var(--muted); margin-bottom: 20px; font-weight: 300; }
.agent-card.small > p { font-size: .82rem; margin-bottom: 14px; }
.ac-feats { display: flex; flex-direction: column; gap: 7px; margin-bottom: 22px; }
.ac-feat { display: flex; align-items: center; gap: 9px; font-size: .84rem; }
.ac-chk { width: 16px; height: 16px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: .56rem; flex-shrink: 0; }
.ac-chk.r { background: var(--rose-dim); color: #f07090; }
.ac-chk.g { background: var(--green-dim); color: #42cdb8; }
.ac-link { display: inline-flex; align-items: center; gap: 6px; font-family: var(--fd); font-size: .84rem; font-weight: 600; text-decoration: none; transition: gap .2s, transform .2s, filter .2s; position: relative; z-index: 2; }
.ac-link.r { color: #f07090; } .ac-link.g { color: #42cdb8; } .ac-link.b { color: #7baaf7; } .ac-link.y { color: #f5c842; }
.ac-link:hover { gap: 10px; transform: translateX(3px); filter: brightness(1.2); }
.ac-coming { background: rgba(255,255,255,.03); border: 1px solid var(--border); border-radius: 8px; padding: 10px 12px; margin-bottom: 14px; }
.ac-coming p { font-size: .78rem; color: var(--subtle); font-style: italic; }

/* ── TRUST BAR ── */
.trust-bar {
  display: none; /* removed — info already in hero + CTA, no added value */
}
.trust-in { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-family: var(--fd); font-size: .76rem; font-weight: 500; color: var(--muted); }
.trust-icon { font-size: .9rem; opacity: .65; }
.trust-sep { width: 1px; height: 14px; background: var(--border); }

/* ── WHY ── */
.why-sec { padding: 100px 52px; background: var(--bg-1); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); position: relative; z-index: 1; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 48px; }
.why-card { padding: 24px; border-radius: 12px; border: 1px solid var(--border); background: var(--bg-2); transition: border-color .22s, background .22s, transform .22s; }
.why-card:hover { border-color: var(--border-mid); background: var(--bg-1); transform: translateY(-2px); }
.wc-ico { font-size: 1.3rem; margin-bottom: 14px; }
.why-card h3 { font-family: var(--fd); font-size: .95rem; font-weight: 600; letter-spacing: -.015em; margin-bottom: 7px; }
.why-card p { font-size: .84rem; line-height: 1.65; color: var(--muted); font-weight: 300; }
.why-card .tag-inline { display: inline-flex; align-items: center; gap: 4px; padding: 2px 8px; border-radius: 100px; background: var(--rose-dim); color: #f07090; font-family: var(--fd); font-size: .62rem; font-weight: 700; border: 1px solid rgba(231,66,102,.2); margin-bottom: 8px; }

/* ── USE CASES ── */
.uc-sec { padding: 100px 52px; position: relative; z-index: 1; }
.uc-tabs { display: flex; gap: 6px; margin: 32px 0; flex-wrap: wrap; }
.uc-tab { padding: 8px 15px; border-radius: 8px; border: 1px solid var(--border); background: transparent; font-family: var(--fd); font-size: .8rem; font-weight: 500; color: var(--muted); cursor: pointer; transition: all .18s; }
.uc-tab.on, .uc-tab:hover { background: var(--rose-dim); border-color: rgba(231,66,102,.25); color: #f07090; }
.uc-panel { display: none; }
.uc-panel.on { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.uc-text h3 { font-family: var(--fd); font-size: 1.2rem; font-weight: 700; letter-spacing: -.022em; margin-bottom: 12px; }
.uc-text p { font-size: .9rem; color: var(--muted); line-height: 1.7; margin-bottom: 20px; font-weight: 300; }
.uc-pts { display: flex; flex-direction: column; gap: 9px; }
.uc-pt { display: flex; align-items: flex-start; gap: 9px; font-size: .875rem; line-height: 1.55; }
.uc-dot { width: 5px; height: 5px; background: var(--rose); border-radius: 50%; margin-top: 7px; flex-shrink: 0; }
.uc-vis { background: var(--bg-1); border: 1px solid var(--border); border-radius: 14px; padding: 18px; display: flex; flex-direction: column; gap: 8px; }
.um { padding: 9px 12px; border-radius: 10px; font-size: .8rem; line-height: 1.5; max-width: 84%; }
.um.u { background: var(--rose); color: #fff; align-self: flex-end; border-bottom-right-radius: 3px; }
.um.b { background: rgba(255,255,255,.07); border: 1px solid var(--border); align-self: flex-start; border-bottom-left-radius: 3px; }
.um.e { background: var(--green-dim); border: 1px solid rgba(32,182,158,.18); color: #42cdb8; font-size: .75rem; border-radius: 10px; align-self: flex-start; }

/* ── CTA ── */
.cta-sec { padding: 100px 52px; position: relative; z-index: 1; }
.cta-card {
  max-width: 840px; margin: 0 auto; text-align: center;
  padding: 76px 72px; border-radius: 22px; position: relative; overflow: hidden;
  background: linear-gradient(160deg, rgba(231,66,102,.09) 0%, transparent 50%, rgba(32,182,158,.07) 100%);
  border: 1px solid rgba(231,66,102,.18);
}
.cta-card::before { content: ''; position: absolute; width: 400px; height: 400px; background: var(--rose); border-radius: 50%; filter: blur(90px); opacity: .08; top: -120px; right: -80px; pointer-events: none; }
.cta-card::after  { content: ''; position: absolute; width: 360px; height: 360px; background: var(--green); border-radius: 50%; filter: blur(90px); opacity: .07; bottom: -100px; left: -60px; pointer-events: none; }
.cta-card h2 { font-family: var(--fd); font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 700; letter-spacing: -.028em; margin-bottom: 12px; position: relative; z-index: 1; }
.cta-card p { font-size: .9375rem; color: var(--muted); margin-bottom: 32px; font-weight: 300; position: relative; z-index: 1; }
.cta-acts { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-badges { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 20px; position: relative; z-index: 1; }
.cta-badge { font-family: var(--fd); font-size: .72rem; font-weight: 600; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.cta-badge::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--border-mid); }

/* ── FOOTER ── */
footer { padding: 32px 52px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; position: relative; z-index: 1; }
.foot-links { display: flex; gap: 22px; }
.foot-links a { color: var(--muted); text-decoration: none; font-size: .8rem; transition: color .18s; }
.foot-links a:hover { color: var(--text); }
.foot-lang { display: flex; gap: 5px; }
.lang-btn { padding: 4px 10px; border: 1px solid var(--border); border-radius: 6px; background: transparent; color: var(--muted); font-family: var(--fd); font-size: .72rem; font-weight: 600; cursor: pointer; transition: all .18s; }
.lang-btn.on, .lang-btn:hover { border-color: rgba(231,66,102,.28); color: #f07090; }

/* ── REVEAL ── */
.rv { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.rv.ok { opacity: 1; transform: translateY(0); }
.rv-d1 { transition-delay: .1s; } .rv-d2 { transition-delay: .2s; } .rv-d3 { transition-delay: .3s; }

/* ── WAITLIST ── */
.waitlist-form { margin-top: 4px; }
.wf-row { display: flex; gap: 6px; }
.wf-input { flex: 1; background: rgba(255,255,255,.06); border: 1px solid var(--border-mid); border-radius: 8px; padding: 8px 12px; color: var(--text); font-family: var(--fb); font-size: .78rem; outline: none; transition: border-color .18s; }
.wf-input:focus { border-color: rgba(91,141,238,.4); }
.wf-btn { padding: 8px 14px; border-radius: 8px; background: rgba(91,141,238,.15); border: 1px solid rgba(91,141,238,.3); color: #7baaf7; font-size: .9rem; cursor: pointer; transition: all .18s; flex-shrink: 0; }
.wf-btn:hover { background: rgba(91,141,238,.28); }
.wf-confirm { display: none; margin-top: 8px; font-size: .75rem; color: #42cdb8; font-family: var(--fd); font-weight: 500; }

/* ══════════════════════════════════════════════════════
   MOBILE NAV
══════════════════════════════════════════════════════ */
.nav-hamburger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  background: none; border: none; cursor: pointer;
  width: 40px; height: 40px; padding: 8px; margin: -8px;
  border-radius: 9px; transition: background .18s; flex-shrink: 0;
}
.nav-hamburger:hover { background: rgba(255,255,255,.06); }
.nav-hamburger span {
  display: block; width: 20px; height: 1.5px;
  background: var(--text); border-radius: 2px;
  transition: all .28s cubic-bezier(.16,1,.3,1); transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-nav { display: none; position: fixed; inset: 0; z-index: 900; }
.mobile-nav.open { display: block; }
.mnav-bd {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.72); backdrop-filter: blur(5px);
  animation: mnav-fade .22s ease;
}
@keyframes mnav-fade { from{opacity:0} to{opacity:1} }
.mnav-panel {
  position: absolute; top: 0; left: 0; right: 0;
  background: var(--bg-1); border-bottom: 1px solid rgba(255,255,255,.09);
  box-shadow: 0 32px 64px rgba(0,0,0,.7);
  display: flex; flex-direction: column;
  animation: mnav-slide .32s cubic-bezier(.16,1,.3,1);
}
@keyframes mnav-slide { from{transform:translateY(-100%)} to{transform:translateY(0)} }
.mnav-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid var(--border);
}
.mnav-close {
  width: 36px; height: 36px; border-radius: 9px;
  background: rgba(255,255,255,.05); border: 1px solid var(--border);
  color: var(--muted); font-size: .8rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: all .18s;
}
.mnav-close:hover { background: rgba(255,255,255,.1); color: var(--text); }
.mnav-links { display: flex; flex-direction: column; padding: 10px 12px; gap: 2px; }
.mnav-link {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 12px; border-radius: 10px;
  text-decoration: none; color: var(--text);
  font-family: var(--fd); font-size: .92rem; font-weight: 500;
  transition: background .15s;
}
.mnav-link:hover { background: rgba(255,255,255,.04); }
.mnav-link-ico { width: 18px; text-align: center; font-size: .88rem; flex-shrink: 0; }
.mnav-connexion { color: var(--muted); }
.mnav-sep { height: 1px; background: var(--border); margin: 6px 12px; }
.mnav-foot { padding: 8px 12px 22px; }
.mnav-cta {
  display: flex; align-items: center; justify-content: center;
  padding: 15px 20px; border-radius: 12px;
  background: var(--rose); color: #fff; text-decoration: none;
  font-family: var(--fd); font-size: .9rem; font-weight: 600;
  box-shadow: 0 4px 20px rgba(231,66,102,.35); transition: all .2s;
}
.mnav-cta:hover { background: var(--rose-mid); }
body.mob-nav-open { overflow: hidden; }

/* ══════════════════════════════════════════════════════
   FLOATING MOBILE CTA PILL (mobile only)
   Left-aligned — chat toggle stays right, no conflict
══════════════════════════════════════════════════════ */
.mob-cta-bar {
  display: none;
  position: fixed;
  bottom: calc(24px + env(safe-area-inset-bottom));
  left: 16px;
  z-index: 700;
  transform: translateY(calc(100% + 32px));
  transition: transform .38s cubic-bezier(.16,1,.3,1);
}
.mob-cta-bar.visible { transform: translateY(0); }
.mob-cta-main {
  display: flex; align-items: center; justify-content: center;
  padding: 15px 30px; border-radius: 100px;
  background: var(--rose); color: #fff; text-decoration: none;
  font-family: var(--fd); font-size: .9rem; font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 8px 32px rgba(231,66,102,.5), 0 2px 8px rgba(0,0,0,.3);
  transition: transform .18s, box-shadow .18s;
}
.mob-cta-main:active { transform: scale(.97); box-shadow: 0 4px 16px rgba(231,66,102,.4); }

/* ══════════════════════════════════════════════════════
   RESPONSIVE — TABLET (≤ 1040px)
══════════════════════════════════════════════════════ */
@media (max-width: 1040px) {
  .nav { padding-left: 24px; padding-right: 24px; }
  .hero { padding: calc(var(--nav-h) + 60px) 24px 72px; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-eyebrow { margin-left: auto; margin-right: auto; }
  .hero-body { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-speed { justify-content: center; }
  .hero-visual { display: none; }
  .agents-sec { padding: 72px 24px 52px; }
  .agents-big, .agents-small { grid-template-columns: 1fr; }
  .sec { padding: 72px 24px; }
  .trust-bar { padding: 20px 24px; }
  .why-sec { padding: 72px 24px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .uc-sec { padding: 72px 24px; }
  .uc-panel.on { grid-template-columns: 1fr; }
  .cta-sec { padding: 72px 24px; }
  .cta-card { padding: 52px 32px; }
  footer { padding: 28px 24px; }
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE — MOBILE (≤ 768px) — own design for phone
══════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Nav: hamburger replaces full nav */
  .nav { padding: 0 18px; }
  .nav-right { display: none; }
  .nav-hamburger { display: flex; }

  /* Floating pill removed on mobile — chat widget is the product demo */
  .mob-cta-bar { display: none !important; }

  /* ── Hero ── */
  .hero { padding: calc(var(--nav-h) + 48px) 20px 68px; }
  .hero-title { font-size: clamp(1.9rem, 8.5vw, 2.6rem); line-height: 1.07; margin-bottom: 18px; }
  .hero-body { font-size: .9rem; line-height: 1.7; margin-bottom: 32px; }
  .hero-actions {
    flex-direction: column; align-items: stretch; gap: 12px; width: 100%;
  }
  .hero-actions .btn-lg {
    width: 100%; justify-content: center;
    font-size: .9rem; padding: 16px 20px; border-radius: 12px;
  }
  .hero-speed { flex-direction: column; align-items: center; }

  /* ── Section spacing — generous breathing room ── */
  .sec { padding: 72px 20px; }
  .agents-sec { padding: 72px 20px 56px; }
  .why-sec { padding: 72px 20px; }
  .uc-sec { padding: 72px 20px; }
  .cta-sec { padding: 72px 20px; }
  /* Space between section header text and its content */
  .agents-sec .rv, .why-sec .rv, .uc-sec .rv { margin-bottom: 36px; }

  /* ── Agents: simple vertical stack ── */
  .agents-big { margin-top: 0 !important; }
  .agents-big, .agents-small { grid-template-columns: 1fr; gap: 14px; }
  /* Coming-soon: 1 column so the waitlist form has room to breathe */
  .agents-small { grid-template-columns: 1fr; margin-top: 20px; }
  .agents-big .agent-card { padding: 26px 22px; }
  .agents-small .agent-card { padding: 20px 18px; }
  /* Compact but readable — description clamped, form stacked vertically */
  .agents-small .agent-card > p {
    display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden;
    font-size: .84rem; margin-bottom: 14px;
  }
  .agents-small .agent-card h3 { font-size: .92rem; margin-bottom: 8px; }
  /* Stack email input + button so they fit full-width */
  .agents-small .agent-card .wf-row { flex-direction: column; gap: 8px; }
  .agents-small .agent-card .wf-input { width: 100%; font-size: .82rem; }
  .agents-small .agent-card .wf-btn {
    width: 100%; border-radius: 8px; padding: 9px;
    font-size: .84rem; font-family: var(--fd); font-weight: 600;
  }

  /* ── Why cards: horizontal scroll carousel ── */
  .why-grid {
    display: flex; flex-direction: row;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    scrollbar-width: none; gap: 12px;
    padding: 4px 20px 24px; margin: 0 -20px;
    scroll-snap-type: x mandatory;
  }
  .why-grid::-webkit-scrollbar { display: none; }
  .why-card {
    min-width: min(240px, 72vw); flex-shrink: 0;
    scroll-snap-align: start;
  }
  .why-grid::after { content: ''; min-width: 20px; flex-shrink: 0; }

  /* ── Use cases: horizontally scrollable tabs ── */
  .uc-tabs {
    flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
    scrollbar-width: none; gap: 6px; padding-bottom: 4px; margin-bottom: 28px;
  }
  .uc-tabs::-webkit-scrollbar { display: none; }
  .uc-tab { flex-shrink: 0; }
  .uc-panel.on { gap: 28px; }
  .uc-text h3 { margin-bottom: 14px; }
  .uc-text p  { margin-bottom: 20px; }
  .uc-pts { gap: 12px; }

  /* ── CTA card ── */
  .cta-card { padding: 44px 24px; border-radius: 18px; }
  .cta-card h2 { font-size: clamp(1.45rem, 6vw, 1.8rem); }
  .cta-acts {
    flex-direction: column; align-items: stretch; gap: 10px;
  }
  .cta-acts .btn-lg { width: 100%; justify-content: center; }

  /* ── Footer: compact stacked column — legal links need a home ── */
  footer {
    display: flex; flex-direction: column;
    align-items: flex-start; gap: 14px;
    padding: 32px 20px;
  }
  .foot-links { flex-wrap: wrap; gap: 14px; margin-right: 0 !important; }

  /* chat + bubble stay at their natural positions — pill is on the left, chat on the right */

  /* ── iOS input zoom prevention (font-size < 16px triggers zoom on Safari) ── */
  .wf-input { font-size: 16px !important; }
  .fi, .fs, .ft { font-size: 16px !important; }

  /* ── Touch tap feedback ── */
  .agent-card:active { transform: scale(.985); }
  .why-card:active { transform: scale(.985); }
  .btn-rose:active { transform: translateY(0) scale(.97) !important; }
  .btn-outline:active { background: rgba(255,255,255,.08) !important; }
  .mnav-link:active { background: rgba(255,255,255,.07); }
  .wf-btn:active { transform: scale(.96); }
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE — SMALL PHONES (≤ 420px)
══════════════════════════════════════════════════════ */
@media (max-width: 420px) {
  .nav { padding: 0 14px; }
  .hero { padding: calc(var(--nav-h) + 36px) 16px 56px; }
  .hero-title { font-size: clamp(1.7rem, 8vw, 2rem); }
  .sec { padding: 60px 16px; }
  .agents-sec { padding: 60px 16px 48px; }
  .agents-big .agent-card { padding: 22px 18px; }
  .agents-small .agent-card { padding: 16px 14px; }
  .why-sec { padding: 60px 16px; }
  .why-grid { padding: 4px 16px 24px; margin: 0 -16px; }
  .why-card { min-width: min(220px, 72vw); }
  .uc-sec { padding: 60px 16px; }
  .cta-sec { padding: 60px 16px; }
  .cta-card { padding: 36px 18px; }
}

/* ══════════════════════════════════════════════════════
   MOTION PREFERENCE — respect reduced-motion OS setting
══════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  .o1, .o2, .o3 { animation: none; }
  .eyebrow-dot { animation: none; }
  .mob-cta-bar { transition: none; }
}
