/* Helvia - Site marketing (inspiré Hango, palette Helvia) */
:root {
  --red: #10B981;
  --red-dark: #059669;
  --red-light: #ECFDF5;
  --red-rgb: 16, 185, 129;
  --ink: #0F172A;
  --ink-soft: #475569;
  --muted: #94A3B8;
  --bg: #FFFFFF;
  --bg-soft: #F8FAFC;
  --border: #E2E8F0;
  --radius: 18px;
  --shadow: 0 30px 60px -30px rgba(15, 23, 42, 0.18);
  --shadow-red: 0 14px 30px -8px rgba(var(--red-rgb), 0.45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

/* ==================== NAV ==================== */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.brand { display: flex; align-items: center; }
.brand-logo { height: 52px; width: auto; display: block; }
@media (max-width: 480px) {
  .brand-logo { height: 40px; }
}
.nav-right { display: flex; align-items: center; gap: 24px; }
.nav-link { font-weight: 600; font-size: 0.92rem; color: var(--ink-soft); transition: color 0.15s; }
.nav-link:hover { color: var(--red); }
.nav-cta {
  background: var(--red); color: white;
  padding: 10px 18px; border-radius: 12px;
  font-weight: 700; font-size: 0.9rem;
  transition: all 0.2s;
}
.nav-cta:hover { background: var(--red-dark); transform: translateY(-1px); }

/* ==================== HERO ==================== */
.hero {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 60px; align-items: center;
  max-width: 1200px; margin: 0 auto;
  padding: 70px 32px 90px;
}
.kicker {
  display: inline-block; padding: 6px 14px;
  background: var(--red-light); color: var(--red-dark);
  border-radius: 999px; font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
}
h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.04; letter-spacing: -0.035em;
  font-weight: 800;
}
.h1-accent {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
.channel-chips {
  margin-top: 24px;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.ch-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.82rem; font-weight: 600;
  color: var(--ink-soft);
}
.ch-chip .dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.dot-phone { background: var(--red); }
.dot-wa    { background: #25D366; }
.dot-web   { background: #3b82f6; }
.section-sub {
  text-align: center;
  color: var(--ink-soft);
  max-width: 580px;
  margin: -35px auto 45px;
  font-size: 1rem;
}
.hero-sub {
  margin-top: 22px;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--ink-soft);
  max-width: 520px;
}
.cta-row {
  margin-top: 32px;
  display: flex; gap: 12px; flex-wrap: wrap;
}
.cta-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--red); color: white;
  padding: 15px 24px; border-radius: 14px;
  font-weight: 700; font-size: 1rem;
  box-shadow: var(--shadow-red);
  transition: all 0.2s;
}
.cta-primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 18px 36px -8px rgba(var(--red-rgb), 0.55); }
.cta-large { padding: 18px 32px; font-size: 1.05rem; }
.cta-ghost {
  display: inline-flex; align-items: center;
  padding: 15px 22px;
  color: var(--ink); font-weight: 600;
  border-radius: 14px;
  border: 1px solid var(--border);
  transition: all 0.2s;
}
.cta-ghost:hover { background: var(--bg-soft); border-color: var(--ink-soft); }
.trust { margin-top: 20px; font-size: 0.83rem; color: var(--muted); }

/* ==================== PHONE MOCKUP ==================== */
.phone { display: flex; justify-content: center; }
.phone-frame {
  width: 340px; max-width: 100%;
  background: white;
  border: 1px solid var(--border);
  border-radius: 32px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.phone-statusbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 22px 0;
  font-size: 0.75rem; font-weight: 600; color: var(--ink);
}
.phone-dots { color: var(--ink-soft); letter-spacing: 0.1em; font-size: 0.6rem; }
.phone-header {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 18px 16px;
  background: linear-gradient(135deg, var(--red) 0%, var(--red) 55%, var(--red-dark) 100%);
  color: white;
  margin-top: 6px;
}
.phone-helvia { width: 32px; height: 32px; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.2)); }
.phone-name { font-weight: 700; font-size: 0.95rem; }
.phone-status { font-size: 0.75rem; opacity: 0.85; }

/* Phone tabs (segmented) */
.phone-tabs {
  display: flex; gap: 3px;
  background: #f1f5f9;
  margin: 10px 10px 4px;
  padding: 3px; border-radius: 10px;
}
.phone-tab {
  flex: 1; text-align: center;
  padding: 6px 0;
  font-size: 0.7rem; font-weight: 600; color: #64748b;
  border-radius: 7px;
}
.phone-tab.on { background: white; color: var(--red); box-shadow: 0 1px 2px rgba(0,0,0,0.08); }
.phone-tab { transition: color 0.2s, background 0.2s, box-shadow 0.2s; }
.phone-tab.flash {
  animation: phTabFlash 0.85s ease;
}
@keyframes phTabFlash {
  0%   { background: rgba(var(--red-rgb), 0); color: #64748b; }
  30%  { background: rgba(var(--red-rgb), 0.18); color: var(--red); }
  100% { background: rgba(var(--red-rgb), 0); color: #64748b; }
}
.phone-tab.on.flash { color: var(--red); }

/* Phone rows (unified inbox) */
.phone-list {
  padding: 6px 8px 14px;
  display: flex; flex-direction: column; gap: 2px;
  background: white; min-height: 320px;
  overflow: hidden;
}
.phone-row {
  display: flex; align-items: center; gap: 11px;
  padding: 11px 10px;
  border-radius: 12px;
  transition: opacity 0.3s, transform 0.3s;
}
.phone-row.ph-incoming {
  animation: phRowIn 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@keyframes phRowIn {
  0%   { opacity: 0; transform: translateY(-14px) scale(0.98); }
  60%  { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.phone-row.ph-incoming::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, transparent, rgba(var(--red-rgb), 0.10), transparent);
  animation: phRowGlow 1.1s ease-out;
  pointer-events: none;
}
.phone-row { position: relative; }
@keyframes phRowGlow {
  0%   { opacity: 0; transform: translateX(-100%); }
  50%  { opacity: 1; }
  100% { opacity: 0; transform: translateX(100%); }
}
#phUnread {
  display: inline-block;
  transition: transform 0.25s;
}
#phUnread.bump {
  animation: phBump 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes phBump {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.4); }
  100% { transform: scale(1); }
}
.phone-row-ic {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ic-wa   { background: rgba(37,211,102,0.14); color: #128C7E; }
.ic-call { background: rgba(var(--red-rgb), 0.12); color: var(--red-dark); }
.ic-web  { background: rgba(59,130,246,0.13); color: #1d4ed8; }
.ic-vm   { background: rgba(var(--red-rgb), 0.12); color: var(--red-dark); }
.phone-row-main { flex: 1; min-width: 0; }
.phone-row-top { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.phone-row-name { font-weight: 700; font-size: 0.9rem; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.phone-row-time { font-size: 0.7rem; color: var(--muted); flex-shrink: 0; }
.phone-row-snip {
  font-size: 0.78rem; color: var(--ink-soft);
  margin-top: 2px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  display: flex; align-items: center; gap: 6px;
}
.phone-row-badge {
  background: var(--red); color: white;
  min-width: 18px; height: 18px;
  border-radius: 999px;
  font-size: 0.65rem; font-weight: 800;
  padding: 0 5px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(var(--red-rgb), 0.4);
}
.mini-tag {
  display: inline-flex; padding: 1px 6px;
  border-radius: 999px;
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  flex-shrink: 0;
}
.mini-in { background: rgba(16,185,129,0.14); color: #047857; }
.mini-vm { background: rgba(var(--red-rgb), 0.14); color: var(--red-dark); }

/* ==================== CHANNELS GRID ==================== */
.ch-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.ch-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 26px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.ch-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.ch-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.ch-card h3 { font-size: 1.15rem; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 8px; }
.ch-card p { color: var(--ink-soft); font-size: 0.93rem; line-height: 1.55; }

/* ==================== SECTIONS ==================== */
section { padding: 80px 32px; }
section h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  text-align: center; letter-spacing: -0.025em;
  margin-bottom: 50px; font-weight: 800;
}

/* ==================== HOW ==================== */
.how { background: var(--bg-soft); }
.steps {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.step {
  background: white; padding: 32px 24px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: transform 0.2s, box-shadow 0.2s;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.step-num {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--red-light); color: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.05rem;
  margin-bottom: 18px;
}
.step h3 { font-size: 1.1rem; margin-bottom: 8px; font-weight: 700; letter-spacing: -0.01em; }
.step p { color: var(--ink-soft); font-size: 0.93rem; }

/* ==================== CHECKS ==================== */
.checks {
  max-width: 720px; margin: 0 auto;
  list-style: none;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
}
.checks li {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  background: var(--bg-soft);
  border-radius: 12px;
  font-weight: 500;
  border: 1px solid var(--border);
}
.checks li::before {
  content: '✓';
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--red); color: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 800; flex-shrink: 0;
}

/* ==================== FOR WHO ==================== */
.forwho { background: var(--bg-soft); }
.tags {
  max-width: 900px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
.tags span {
  padding: 12px 22px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-weight: 600;
  transition: all 0.2s;
}
.tags span:hover { border-color: var(--red); color: var(--red-dark); transform: translateY(-2px); }

/* ==================== EXAMPLE ==================== */
.example { background: var(--ink); color: white; }
.example h2 { display: none; }
.ex-inner {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 30px; align-items: center;
}
.ex-side { text-align: center; }
.ex-label {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 0.72rem; color: var(--muted); margin-bottom: 14px;
  font-weight: 700;
}
.ex-msg {
  display: inline-block;
  background: rgba(255,255,255,0.08); color: white;
  border: 1px solid rgba(255,255,255,0.12);
  padding: 14px 18px; border-radius: 14px;
  font-style: italic; max-width: 340px;
}
.ex-bubbles { display: flex; flex-direction: column; gap: 10px; align-items: center; }
.ex-bubble {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: white;
  padding: 11px 16px;
  border-radius: 14px;
  font-size: 0.92rem;
  max-width: 320px;
  text-align: left;
}
.ex-ico {
  width: 26px; height: 26px;
  border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.65rem; font-weight: 800;
  flex-shrink: 0;
}
.ic-wa-fill   { background: #25D366; color: white; }
.ic-call-fill { background: var(--red); color: white; font-size: 0.8rem; }
.ic-web-fill  { background: #3b82f6; color: white; }
.ex-list {
  list-style: none;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 22px 26px;
  display: inline-block; text-align: left;
}
.ex-list li {
  padding: 6px 0;
  display: flex; align-items: center; gap: 10px;
  font-size: 0.95rem;
}
.ex-list li::before { content: '✓'; color: var(--red); font-weight: 800; }
.ex-arrow {
  font-size: 2rem; color: var(--red);
  text-align: center; font-weight: 300;
}

/* ==================== PRICING ==================== */
.pricing { background: var(--bg-soft); }
.price-card {
  max-width: 460px; margin: 0 auto;
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px 36px 36px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.price-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--red), var(--red), var(--red-dark));
}
.price-eyebrow {
  text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 0.75rem; font-weight: 700; color: var(--red);
  margin-bottom: 16px;
}
.price-amount {
  display: flex; align-items: baseline; justify-content: center; gap: 8px;
  margin-bottom: 28px;
}
.price-from { font-size: 0.9rem; color: var(--ink-soft); font-weight: 600; }
.price-num {
  font-size: 4rem; font-weight: 900; letter-spacing: -0.04em;
  color: var(--ink); line-height: 1;
}
.price-unit { font-size: 0.95rem; color: var(--ink-soft); font-weight: 600; }
.price-feats {
  list-style: none; text-align: left;
  margin: 0 0 28px;
  display: flex; flex-direction: column; gap: 10px;
}
.price-feats li {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 14px;
  background: var(--bg-soft);
  border-radius: 10px;
  font-size: 0.93rem;
  font-weight: 500;
}
.price-feats li::before {
  content: '✓';
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--red); color: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 800; flex-shrink: 0;
}
.price-foot { margin-top: 16px; font-size: 0.8rem; color: var(--muted); }

/* ==================== FINAL ==================== */
.final {
  text-align: center;
  background: linear-gradient(135deg, var(--red-light) 0%, #ffffff 70%);
}
.final h2 {
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--red-dark), var(--ink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.final p {
  color: var(--ink-soft); margin-bottom: 32px;
  font-size: 1.1rem;
}

/* ==================== FOOTER ==================== */
footer {
  padding: 28px 32px;
  border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.85rem; color: var(--muted);
  flex-wrap: wrap; gap: 12px;
}
.footer-links { display: flex; gap: 18px; }
footer a:hover { color: var(--red-dark); }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; padding: 40px 24px 60px; gap: 40px; }
  .phone { order: -1; }
  .steps { grid-template-columns: 1fr; gap: 14px; }
  .ch-grid { grid-template-columns: 1fr; gap: 14px; }
  .checks { grid-template-columns: 1fr; }
  .ex-inner { grid-template-columns: 1fr; gap: 16px; }
  .ex-arrow { transform: rotate(90deg); }
  section { padding: 60px 24px; }
  .nav-right .nav-link { display: none; }
}
@media (max-width: 480px) {
  .nav { padding: 14px 20px; }
  .price-card { padding: 30px 22px 26px; }
  .price-num { font-size: 3rem; }
}

/* dot-phone et ic-call-fill suivent la couleur de marque */
.dot-phone { background: var(--red); }
.ic-call-fill { background: var(--red); }

/* ==================== ASSISTANT ==================== */
.assistant {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(var(--red-rgb), 0.06), transparent 70%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
}
.as-hero {
  max-width: 760px; margin: 0 auto 56px;
  text-align: center;
}
.as-hero .kicker { margin-bottom: 18px; }
.as-title {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  line-height: 1.08; letter-spacing: -0.028em;
  font-weight: 800;
  margin: 0 0 16px;
}
.as-sub {
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 580px;
  margin: 0 auto;
}

.as-grid {
  max-width: 1100px; margin: 0 auto 50px;
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 50px; align-items: center;
}

.as-feats { display: flex; flex-direction: column; gap: 14px; }
.as-feat {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 18px 20px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.as-feat:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -10px rgba(15,23,42,0.12);
  border-color: transparent;
}
.as-feat-ic {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--red-light);
  color: var(--red);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.as-feat-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.as-feat-text strong { font-size: 0.98rem; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.as-feat-text span { font-size: 0.86rem; color: var(--ink-soft); line-height: 1.45; }

.as-card-wrap { display: flex; justify-content: center; }
.as-card {
  width: 100%; max-width: 380px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.as-card-head {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 20px;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  color: white;
}
.as-avatar {
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.18);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid rgba(255,255,255,0.3);
}
.as-avatar img { width: 26px; height: 26px; filter: drop-shadow(0 1px 3px rgba(0,0,0,0.2)); }
.as-card-name { font-weight: 700; font-size: 1rem; }
.as-card-status {
  font-size: 0.75rem; opacity: 0.92;
  display: flex; align-items: center; gap: 6px; margin-top: 2px;
}
.as-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55);
  animation: asPulse 1.8s infinite;
}
@keyframes asPulse {
  0%   { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55); }
  70%  { box-shadow: 0 0 0 8px rgba(52, 211, 153, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}
.as-card-body {
  padding: 16px 16px 18px;
  background: #fafafa;
  display: flex; flex-direction: column; gap: 8px;
}
.as-bub {
  max-width: 86%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.87rem;
  line-height: 1.4;
  box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}
.as-bub-system {
  align-self: center;
  background: transparent;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 600;
  border: 1px dashed var(--border);
  border-radius: 999px;
  padding: 6px 12px;
  margin-bottom: 2px;
}
.as-bub-them {
  align-self: flex-start;
  background: white;
  color: var(--ink);
  border-bottom-left-radius: 4px;
}
.as-bub-me {
  align-self: flex-end;
  background: var(--red-light);
  color: var(--ink);
  border-bottom-right-radius: 4px;
}
.as-bub-me strong { color: var(--red-dark); font-weight: 700; }
.as-bub-note {
  align-self: center;
  background: rgba(var(--red-rgb), 0.08);
  color: var(--red-dark);
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 7px 14px;
  margin-top: 4px;
}

/* Naming panel */
.as-namepanel {
  max-width: 880px; margin: 0 auto;
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 32px 32px 28px;
  box-shadow: 0 20px 50px -22px rgba(15,23,42,0.18);
  position: relative;
  overflow: hidden;
}
.as-namepanel::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
}
.as-namepanel-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px; align-items: end;
}
.as-namepanel-left { min-width: 0; }
.as-namepanel-eyebrow {
  font-size: 0.74rem; font-weight: 700;
  color: var(--red);
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.as-namepanel-q {
  font-size: 1.25rem; font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.015em;
  margin-bottom: 14px;
}
.as-suggestions {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.as-sugg {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  color: var(--ink-soft);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.15s;
}
.as-sugg:hover { border-color: var(--red); color: var(--red-dark); background: white; }

.as-form {
  display: flex; flex-direction: column; gap: 10px;
  min-width: 300px;
}
.as-input-wrap { position: relative; }
.as-input-ic {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: var(--muted); pointer-events: none;
  display: flex;
}
.as-input {
  width: 100%;
  padding: 15px 18px 15px 44px;
  border: 2px solid var(--border);
  border-radius: 14px;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 600;
  color: var(--ink);
  background: var(--bg-soft);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.as-input:focus {
  border-color: var(--red);
  background: white;
  box-shadow: 0 0 0 4px rgba(var(--red-rgb), 0.12);
}
.as-cta { justify-content: center; }
.as-cta svg { transition: transform 0.2s; }
.as-cta:hover svg { transform: translateX(3px); }

.as-foot {
  margin-top: 18px;
  font-size: 0.82rem;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 880px) {
  .as-grid { grid-template-columns: 1fr; gap: 30px; }
  .as-namepanel { padding: 26px 22px 22px; }
  .as-namepanel-inner { grid-template-columns: 1fr; gap: 18px; }
  .as-form { min-width: 0; }
}

/* ==================== STORY ==================== */
.story { background: var(--bg); }
.story-inner { max-width: 920px; margin: 0 auto; }
.story h2 {
  text-align: left; margin-bottom: 14px;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}
.story .kicker { margin-bottom: 14px; }
.story-lead {
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 680px;
  margin-bottom: 44px;
}
.story-timeline {
  display: flex; flex-direction: column; gap: 10px;
  position: relative;
}
.story-step {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-top: 1px solid var(--border);
  align-items: start;
}
.story-step:first-child { border-top: 0; padding-top: 0; }
.story-year {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--red);
  padding-top: 2px;
}
.story-step-body strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.story-step-body p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 700px) {
  .story-step { grid-template-columns: 1fr; gap: 4px; }
  .story-year { font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; }
}

/* ==================== TEAM ==================== */
.team { background: var(--bg-soft); }
.team-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.team .kicker { margin-bottom: 16px; }
.team h2 { margin-bottom: 14px; }
.team .section-sub { margin-top: 0; margin-bottom: 45px; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.team-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.team-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: transparent;
}
.team-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  color: white;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  box-shadow: 0 8px 22px -6px rgba(15,23,42,0.18);
}
.team-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.team-role {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 6px 0 12px;
}
.team-bio {
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 880px) {
  .team-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .team-grid { grid-template-columns: 1fr; }
}

.as-right { display: flex; justify-content: center; }
.as-card {
  width: 100%; max-width: 380px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.as-card-head {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 20px;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  color: white;
}
.as-avatar {
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.18);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid rgba(255,255,255,0.3);
}
.as-avatar img { width: 26px; height: 26px; filter: drop-shadow(0 1px 3px rgba(0,0,0,0.2)); }
.as-card-name { font-weight: 700; font-size: 1rem; }
.as-card-status {
  font-size: 0.75rem; opacity: 0.9;
  display: flex; align-items: center; gap: 6px; margin-top: 2px;
}
.as-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55);
  animation: asPulse 1.8s infinite;
}
@keyframes asPulse {
  0%   { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55); }
  70%  { box-shadow: 0 0 0 8px rgba(52, 211, 153, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}
.as-card-body {
  padding: 16px 16px 18px;
  background: #fafafa;
  display: flex; flex-direction: column; gap: 8px;
}
.as-bub {
  max-width: 85%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.87rem;
  line-height: 1.4;
  box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}
.as-bub-them {
  align-self: flex-start;
  background: white;
  color: var(--ink);
  border-bottom-left-radius: 4px;
}
.as-bub-me {
  align-self: flex-end;
  background: var(--red-light);
  color: var(--ink);
  border-bottom-right-radius: 4px;
}
.as-bub-me strong { color: var(--red-dark); font-weight: 700; }
.as-bub-note {
  align-self: center;
  background: transparent;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 600;
  border: 1px dashed var(--border);
  border-radius: 999px;
  padding: 6px 12px;
  margin-top: 4px;
}

@media (max-width: 880px) {
  .as-inner { grid-template-columns: 1fr; gap: 40px; }
  .as-points { grid-template-columns: 1fr; }
}
