/* Rasepi Marketing — Precision Grid Design (Light Mode) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --brand: #22C55E;
  --brand-light: #4ADE80;
  --brand-pale: #F0FDF4;
  --brand-glow: rgba(34, 197, 94, 0.15);
  --navy: #0F1B2D;
  --text: #1A1A2E;
  --text-secondary: #4A5568;
  --text-muted: #94A3B8;
  --bg: #FAFAF8;
  --bg-warm: #F5F3EF;
  --surface: #FFFFFF;
  --border: #E2E0DC;
  --border-light: #EEECE8;
  --green: #16A34A;
  --yellow: #CA8A04;
  --red: #DC2626;
  --orange: #EA580C;
  --r: 12px;
  --r-lg: 20px;
  --r-pill: 999px;
  --font-body: "DM Sans", system-ui, sans-serif;
  --font-display: "DM Serif Display", Georgia, serif;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.1);
  --shadow-xl: 0 16px 48px rgba(0,0,0,0.12);
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; overflow-x: hidden; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── Buttons ─────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-weight: 600; font-size: 15px; border-radius: var(--r); padding: 12px 24px; cursor: pointer; transition: all .2s ease; white-space: nowrap; border: none; text-decoration: none; }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-light); transform: translateY(-1px); box-shadow: 0 4px 20px var(--brand-glow); }
.btn-secondary { background: var(--surface); color: var(--text); border: 1.5px solid var(--border); }
.btn-secondary:hover { border-color: var(--brand); color: var(--brand); }
.btn-ghost { background: transparent; color: var(--text-secondary); }
.btn-ghost:hover { color: var(--brand); }
.btn-lg { font-size: 16px; padding: 14px 32px; }
.btn-full { width: 100%; justify-content: center; }

/* ── Nav (Sticky Full-Width) ──────────────────────────────────── */
.nav { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .3s ease, box-shadow .3s ease; }
.nav--scrolled { border-bottom-color: var(--border); box-shadow: 0 1px 8px rgba(0,0,0,0.04); }
.nav-pill { display: flex; align-items: center; max-width: 1200px; margin: 0 auto; padding: 12px 24px; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-mark { width: 32px; height: 32px; background: #404040; border-radius: 8px; display: grid; place-items: center; font-weight: 800; font-size: 16px; color: #fff; position: relative; }
.logo-mark::after { content: ''; position: absolute; bottom: 4px; right: 3px; width: 7px; height: 7px; border-radius: 50%; background: #22C55E; }
.logo-wordmark { font-family: var(--font-body); font-weight: 700; font-size: 22px; color: var(--navy); letter-spacing: -0.3px; }
.logo-i { position: relative; display: inline-block; }
.logo-i::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 6px; height: 6px; border-radius: 50%; background: #22C55E; }
.logo-text { font-family: var(--font-display); font-size: 20px; color: var(--navy); }
.logo-img { height: 28px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: 32px; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--text-secondary); padding: 8px 14px; border-radius: var(--r-pill); transition: all .15s; }
.nav-links a:hover { color: var(--text); background: var(--bg-warm); }
.nav-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; margin-left: auto; }
.nav-actions .btn-primary { border-radius: var(--r-pill); padding: 9px 20px; font-size: 14px; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-hamburger span { display: block; width: 20px; height: 2px; background: var(--text); border-radius: 2px; }

/* ── Section Labels ──────────────────────────────────────────── */
.eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--brand); margin-bottom: 20px; }
.section-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--brand); margin-bottom: 12px; padding: 5px 14px; background: var(--brand-pale); border: 1px solid rgba(34,197,94,0.15); border-radius: var(--r-pill); display: inline-block; }
.coming-soon-eyebrow { background: rgba(124,58,237,0.08); border-color: rgba(124,58,237,0.15); color: #7C3AED; }
.section-heading { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 44px); color: var(--navy); line-height: 1.15; margin-bottom: 16px; }
.section-sub { font-size: 17px; color: var(--text-secondary); max-width: 560px; line-height: 1.7; margin-bottom: 56px; }

/* ── Hero ────────────────────────────────────────────────────── */
.hero { padding: 140px 0 80px; position: relative; overflow: hidden; }
.hero-deco { position: absolute; pointer-events: none; }
.hero-deco--circle { width: 500px; height: 500px; border-radius: 50%; border: 1px solid var(--border-light); top: -100px; right: -150px; }
.hero-deco--dots { width: 200px; height: 200px; bottom: 40px; left: -60px; background-image: radial-gradient(circle, var(--border) 1px, transparent 1px); background-size: 20px 20px; opacity: 0.5; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero-content h1 { font-family: var(--font-display); font-size: clamp(40px, 5vw, 60px); line-height: 1.1; color: var(--navy); margin-bottom: 24px; }
.hero-content h1 em { font-style: normal; color: var(--brand); }
.hero-content > p { font-size: 18px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 36px; max-width: 500px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── App Mockup ──────────────────────────────────────────────── */
.app-mockup { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-xl); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); transition: transform .5s ease; }
.app-mockup:hover { transform: perspective(1200px) rotateY(0deg) rotateX(0deg); }
.mockup-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: var(--bg-warm); border-bottom: 1px solid var(--border); }
.dot { width: 10px; height: 10px; border-radius: 50%; }
.dot--red { background: #EF4444; } .dot--yellow { background: #F59E0B; } .dot--green { background: #22C55E; }
.mockup-url { margin-left: 12px; font-size: 12px; color: var(--text-muted); background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: 3px 10px; }
.mockup-body { display: flex; min-height: 320px; }
.mockup-sidebar { width: 180px; flex-shrink: 0; background: var(--bg); border-right: 1px solid var(--border-light); padding: 14px 10px; font-size: 13px; }
.sb-hub { font-weight: 600; color: var(--text); padding: 6px 8px; margin-top: 6px; }
.sb-hub.active { color: var(--brand); }
.sb-item { color: var(--text-muted); padding: 5px 8px 5px 16px; border-radius: 6px; font-size: 12px; }
.sb-item.active { background: var(--brand-pale); color: var(--brand); }
.sb-item.warn { color: var(--yellow); }
.mockup-content { flex: 1; display: flex; flex-direction: column; }
.mockup-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 10px 16px; border-bottom: 1px solid var(--border-light); flex-wrap: wrap; gap: 8px; }
.lang-pills { display: flex; gap: 4px; }
.lang-pill { font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: var(--r-pill); background: var(--bg-warm); color: var(--text-muted); border: 1px solid var(--border-light); cursor: pointer; }
.lang-pill.active { background: var(--brand-pale); color: var(--brand); border-color: rgba(34,197,94,0.3); }
.lang-pill.syncing { background: rgba(202,138,4,0.08); color: var(--yellow); border-color: rgba(202,138,4,0.25); }
.expiry-chip { font-size: 11px; color: var(--text-muted); background: var(--bg-warm); border: 1px solid var(--border-light); border-radius: var(--r-pill); padding: 3px 10px; }
.mockup-doc { padding: 14px 18px; flex: 1; }
.mockup-freshness { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.freshness-label { font-size: 11px; color: var(--text-muted); font-weight: 600; white-space: nowrap; }
.freshness-track { flex: 1; height: 5px; background: var(--border-light); border-radius: 3px; overflow: hidden; }
.freshness-fill { height: 100%; background: var(--green); border-radius: 3px; }
.freshness-val { font-size: 11px; color: var(--green); font-weight: 700; white-space: nowrap; }
.doc-title { font-family: var(--font-display); font-size: 17px; color: var(--navy); margin-bottom: 12px; }
.doc-block { margin-bottom: 10px; padding: 8px 10px; border-radius: 6px; font-size: 13px; color: var(--text-secondary); line-height: 1.6; }
.doc-block--highlight { background: var(--brand-pale); border: 1px solid rgba(34,197,94,0.12); }
.block-badge { font-size: 11px; color: var(--green); margin-top: 4px; }

/* ── Stats Bar ───────────────────────────────────────────────── */
.stats-bar { padding: 40px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); }
.stats-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.stat { flex: 1; text-align: center; padding: 8px 24px; min-width: 160px; }
.stat + .stat { border-left: 1px solid var(--border); }
.stat-num { font-family: var(--font-display); font-size: 40px; color: var(--navy); }
.stat-unit { font-size: 24px; font-weight: 700; color: var(--brand); }
.stat-label { display: block; font-size: 13px; color: var(--text-muted); margin-top: 4px; }

/* ── Logos Marquee ───────────────────────────────────────────── */
.logos-section { padding: 32px 0; overflow: hidden; background: var(--bg-warm); }
.logos-label { text-align: center; font-size: 13px; color: var(--text-muted); margin-bottom: 20px; }
.marquee-track { display: flex; gap: 48px; animation: marquee 30s linear infinite; width: max-content; }
.marquee-track:hover { animation-play-state: paused; }
.logo-item { font-size: 16px; font-weight: 700; color: var(--border); letter-spacing: 1px; text-transform: uppercase; white-space: nowrap; transition: color .2s; }
.logo-item:hover { color: var(--text-muted); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── Features Bento Grid ─────────────────────────────────────── */
.features-section { padding: 100px 0; }
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: auto; gap: 16px; }
.bento-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 32px; position: relative; overflow: hidden; transition: border-color .2s, box-shadow .2s, transform .2s; }
.bento-card:hover { border-color: var(--brand); box-shadow: 0 8px 32px var(--brand-glow); transform: translateY(-2px); }
.bento-card--wide { grid-column: span 2; }
.bento-card--accent { background: var(--brand-pale); border-color: rgba(34,197,94,0.2); }
.bento-icon { width: 44px; height: 44px; display: grid; place-items: center; font-size: 22px; background: var(--bg-warm); border-radius: 10px; margin-bottom: 18px; }
.bento-card--accent .bento-icon { background: rgba(34,197,94,0.12); }
.bento-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; color: var(--navy); }
.bento-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }
.bento-link { display: inline-flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 600; color: var(--brand); margin-top: 16px; }
.bento-link:hover { text-decoration: underline; }

/* ── Deep Dive Sections ──────────────────────────────────────── */
.deep-dive { padding: 100px 0; }
.deep-dive--alt { background: var(--bg-warm); }
.dd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.dd-grid--reverse .dd-copy { order: 2; }
.dd-grid--reverse .dd-visual { order: 1; }
.dd-copy .section-heading { margin-bottom: 20px; }
.dd-copy > p { font-size: 16px; color: var(--text-secondary); line-height: 1.75; margin-bottom: 24px; }
.check-list { margin-bottom: 28px; display: flex; flex-direction: column; gap: 10px; }
.check-list li { display: flex; gap: 10px; font-size: 15px; color: var(--text-secondary); }
.check { color: var(--green); font-size: 14px; flex-shrink: 0; margin-top: 3px; }
.callout-box { border-left: 3px solid var(--brand); background: var(--brand-pale); border-radius: 0 var(--r) var(--r) 0; padding: 16px 20px; font-size: 14px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 28px; }
.callout-box strong { color: var(--navy); }
.callout-box--orange { border-left-color: var(--orange); background: rgba(234,88,12,0.05); }

/* ── Translation Demo Panel ──────────────────────────────────── */
.demo-panel { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.demo-header { display: flex; align-items: center; justify-content: space-between; background: var(--bg); padding: 14px 20px; border-bottom: 1px solid var(--border); font-size: 14px; font-weight: 600; color: var(--navy); }
.demo-badge { font-size: 12px; color: var(--text-muted); background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 4px 12px; }
.demo-badge strong { color: #0F62FE; }
.td-langs { padding: 16px 20px; display: flex; flex-direction: column; gap: 10px; }
.td-lang { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-radius: 10px; border: 1px solid var(--border); background: var(--surface); }
.td-lang--done { border-color: rgba(22,163,74,0.25); }
.td-lang--syncing { border-color: rgba(202,138,4,0.3); background: rgba(202,138,4,0.04); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.7; } }
.td-flag { font-size: 20px; }
.td-lang-info { display: flex; flex-direction: column; }
.td-lang-name { font-size: 14px; font-weight: 600; color: var(--navy); }
.td-lang-status { font-size: 12px; margin-top: 2px; }
.td-lang-status--done { color: var(--green); }
.td-lang-status--syncing { color: var(--yellow); }
.td-savings { border-top: 1px solid var(--border); padding: 16px 20px; display: flex; flex-direction: column; gap: 8px; }
.td-savings-row { display: flex; justify-content: space-between; font-size: 13px; }
.td-savings-label { color: var(--text-muted); }
.td-savings-val { font-weight: 700; color: var(--navy); }
.td-savings-val--green { color: var(--green); }
.td-savings-val--accent { color: var(--brand); }

/* ── Freshness Demo ──────────────────────────────────────────── */
.freshness-pillars { display: flex; flex-direction: column; gap: 16px; margin-bottom: 20px; }
.freshness-pillar { display: flex; gap: 14px; }
.pillar-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.freshness-pillar strong { display: block; font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.freshness-pillar span { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }
.freshness-signals { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.signal { font-size: 14px; padding: 9px 14px; border-radius: 8px; line-height: 1.4; }
.signal--bad { background: rgba(220,38,38,0.05); border: 1px solid rgba(220,38,38,0.12); color: var(--red); }
.fd-doc { padding: 14px 20px; border-bottom: 1px solid var(--border-light); }
.fd-doc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; gap: 12px; }
.fd-doc-name { font-size: 14px; font-weight: 600; color: var(--navy); }
.fd-doc-hub { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
.fd-score { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-size: 14px; font-weight: 800; flex-shrink: 0; }
.fd-score--bad { background: rgba(220,38,38,0.08); color: var(--red); border: 2px solid rgba(220,38,38,0.2); }
.fd-score--warn { background: rgba(202,138,4,0.08); color: var(--yellow); border: 2px solid rgba(202,138,4,0.2); }
.fd-score--good { background: rgba(22,163,74,0.06); color: var(--green); border: 2px solid rgba(22,163,74,0.2); }
.fd-signals { display: flex; flex-wrap: wrap; gap: 6px; }
.fd-signal { font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: var(--r-pill); }
.fd-signal--red { background: rgba(220,38,38,0.06); color: var(--red); }
.fd-signal--orange { background: rgba(234,88,12,0.06); color: var(--orange); }
.fd-signal--green { background: rgba(22,163,74,0.05); color: var(--green); }
.fd-search-impact { padding: 14px 20px; background: var(--bg); }
.fd-si-label { font-size: 11px; color: var(--text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.fd-si-row { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.fd-si-score { font-size: 11px; font-weight: 700; width: 62px; flex-shrink: 0; }
.fd-si-score--bad { color: var(--red); }
.fd-si-score--good { color: var(--green); }
.fd-si-bar-wrap { flex: 1; height: 8px; background: var(--border-light); border-radius: 4px; overflow: hidden; }
.fd-si-bar { height: 100%; background: rgba(220,38,38,0.4); border-radius: 4px; transition: width 1s ease; }
.fd-si-bar--green { background: var(--green); }
.fd-si-rank { font-size: 11px; color: var(--text-muted); width: 60px; flex-shrink: 0; text-align: right; }

/* ── Talk to Docs ────────────────────────────────────────────── */
.talk-to-docs { padding: 100px 0; }
.ttd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.ttd-copy > p { font-size: 16px; color: var(--text-secondary); line-height: 1.75; margin-bottom: 24px; }
.chat-demo { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; }
.chat-header { display: flex; align-items: center; justify-content: space-between; background: var(--bg); padding: 14px 20px; border-bottom: 1px solid var(--border); }
.chat-title { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; color: var(--navy); }
.chat-avatar { width: 28px; height: 28px; border-radius: 50%; background: var(--brand); display: grid; place-items: center; font-size: 13px; font-weight: 800; color: #fff; flex-shrink: 0; }
.chat-scope { font-size: 11px; color: var(--text-muted); background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 3px 10px; }
.chat-messages { flex: 1; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.chat-msg { font-size: 13px; line-height: 1.65; padding: 12px 16px; border-radius: 12px; max-width: 92%; }
.chat-msg--user { background: var(--brand-pale); color: var(--navy); border: 1px solid rgba(34,197,94,0.15); align-self: flex-end; }
.chat-msg--ai { background: var(--bg); color: var(--text-secondary); border: 1px solid var(--border); align-self: flex-start; }
.chat-msg--ai strong { color: var(--navy); }
.chat-msg--ai ol { padding-left: 18px; margin: 8px 0; display: flex; flex-direction: column; gap: 4px; }
.chat-msg--ai p + p { margin-top: 8px; }
.chat-msg--warn { background: rgba(202,138,4,0.06); border-color: rgba(202,138,4,0.2); display: flex; gap: 10px; }
.chat-warn-icon { flex-shrink: 0; }
.chat-link { color: var(--brand); font-weight: 600; }
.chat-input-bar { border-top: 1px solid var(--border); padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; background: var(--bg); }
.chat-placeholder { font-size: 13px; color: var(--text-muted); }
.chat-send { width: 30px; height: 30px; border-radius: 50%; background: var(--brand); border: none; color: #fff; font-size: 14px; cursor: pointer; display: grid; place-items: center; }

/* ── AI Banner ───────────────────────────────────────────────── */
.ai-banner { background: var(--brand); padding: 48px 0; }
.ai-banner-inner { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.ai-banner-icon { font-size: 48px; flex-shrink: 0; }
.ai-banner-copy { flex: 1; }
.ai-banner-copy h3 { font-family: var(--font-display); font-size: 22px; color: #fff; margin-bottom: 8px; }
.ai-banner-copy p { font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.7; }
.ai-banner .btn { background: #fff; color: var(--brand); flex-shrink: 0; }
.ai-banner .btn:hover { background: var(--brand-pale); }

/* ── How It Works (Vertical Timeline) ────────────────────────── */
.how-it-works { padding: 100px 0; background: var(--bg-warm); text-align: center; }
.how-it-works .section-sub { margin: 0 auto 60px; }
.timeline { max-width: 660px; margin: 0 auto; position: relative; text-align: left; }
.timeline::before { content: ""; position: absolute; left: 27px; top: 0; bottom: 0; width: 2px; background: var(--border); }
.timeline-step { display: flex; gap: 24px; margin-bottom: 40px; position: relative; }
.timeline-step:last-child { margin-bottom: 0; }
.step-marker { width: 56px; height: 56px; border-radius: 50%; background: var(--surface); border: 2px solid var(--brand); display: grid; place-items: center; font-family: var(--font-display); font-size: 18px; color: var(--brand); flex-shrink: 0; z-index: 1; }
.step-content { padding-top: 12px; }
.step-content h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.step-content p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

/* ── Comparison Table ────────────────────────────────────────── */
.comparison { padding: 100px 0; }
.table-wrapper { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.compare-table th, .compare-table td { padding: 14px 20px; border-bottom: 1px solid var(--border-light); text-align: center; }
.compare-table th:first-child, .compare-table td:first-child { text-align: left; color: var(--text); font-weight: 500; }
.compare-table thead th { font-size: 13px; font-weight: 700; color: var(--text-muted); }
.col-rasepi { background: var(--brand-pale); border-left: 1px solid rgba(34,197,94,0.12); border-right: 1px solid rgba(34,197,94,0.12); }
.logo-mark-sm { display: inline-flex; width: 22px; height: 22px; background: #404040; border-radius: 5px; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; color: #fff; vertical-align: middle; margin-right: 6px; position: relative; }
.logo-mark-sm::after { content: ''; position: absolute; bottom: 2px; right: 2px; width: 5px; height: 5px; border-radius: 50%; background: #22C55E; }
.tick { color: var(--green); font-size: 18px; font-weight: 700; }
.cross { color: var(--text-muted); font-size: 18px; }
.partial { color: var(--yellow); font-size: 16px; font-weight: 700; }
.via-plugin { color: var(--yellow); font-size: 14px; font-weight: 600; cursor: help; }
.coming { font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: var(--r-pill); background: rgba(124,58,237,0.08); color: #7C3AED; border: 1px solid rgba(124,58,237,0.15); }
.compare-disclaimer { margin-top: 20px; font-size: 13px; color: var(--text-muted); line-height: 1.6; max-width: 720px; }
.compare-disclaimer strong { color: var(--text); font-weight: 600; }

/* ── Testimonials ────────────────────────────────────────────── */
.testimonials { padding: 100px 0; background: var(--bg-warm); }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.testimonial-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 32px; border-top: 3px solid var(--brand); }
.quote-mark { font-family: var(--font-display); font-size: 48px; color: var(--brand); line-height: 1; margin-bottom: 8px; }
.quote { font-size: 15px; line-height: 1.75; color: var(--text-secondary); margin-bottom: 24px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--brand); display: grid; place-items: center; font-size: 13px; font-weight: 800; color: #fff; flex-shrink: 0; }
.author-name { font-size: 14px; font-weight: 700; color: var(--navy); }
.author-role { font-size: 12px; color: var(--text-muted); margin-top: 2px; }

/* ── Pricing ─────────────────────────────────────────────────── */
.pricing { padding: 100px 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: start; }
.pricing-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 36px; position: relative; }
.pricing-card--featured { border-color: var(--brand); box-shadow: 0 0 0 1px var(--brand), 0 8px 32px var(--brand-glow); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--brand); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 14px; border-radius: var(--r-pill); white-space: nowrap; }
.pricing-tier { font-size: 13px; font-weight: 700; color: var(--text-muted); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
.pricing-price { margin-bottom: 28px; }
.price-amt { font-family: var(--font-display); font-size: 42px; color: var(--navy); }
.price-period { font-size: 15px; color: var(--text-muted); margin-left: 4px; }
.pricing-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.pricing-features li { font-size: 14px; color: var(--text-secondary); padding-left: 22px; position: relative; }
.pricing-features li::before { content: "\2713"; position: absolute; left: 0; color: var(--green); font-weight: 700; }

/* ── Final CTA ───────────────────────────────────────────────── */
.final-cta { padding: 120px 0; }
.cta-card { background: var(--navy); border-radius: var(--r-lg); padding: 80px 60px; text-align: center; position: relative; overflow: hidden; }
.cta-accent { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: var(--brand); filter: blur(120px); opacity: 0.15; pointer-events: none; }
.cta-accent--1 { top: -200px; left: 30%; }
.cta-accent--2 { bottom: -200px; right: 20%; }
.cta-card h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 44px); color: #fff; margin-bottom: 18px; position: relative; }
.cta-card > p { font-size: 17px; color: rgba(255,255,255,0.6); max-width: 560px; margin: 0 auto 40px; line-height: 1.7; position: relative; }
.cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; position: relative; }
.cta-card .btn-primary { background: var(--brand); }
.cta-card .btn-primary:hover { background: var(--brand-light); }
.cta-card .btn-ghost { color: rgba(255,255,255,0.6); }
.cta-card .btn-ghost:hover { color: #fff; }
.cta-footnote { font-size: 13px; color: rgba(255,255,255,0.35); position: relative; }

/* ── Footer ──────────────────────────────────────────────────── */
.footer { padding: 64px 0 0; border-top: 1px solid var(--border); }
.footer-inner { display: flex; gap: 80px; flex-wrap: wrap; padding-bottom: 48px; }
.footer-brand { max-width: 260px; }
.footer-brand p { font-size: 14px; color: var(--text-muted); line-height: 1.65; margin-top: 14px; }
.footer-links { display: flex; gap: 48px; flex-wrap: wrap; margin-left: auto; }
.footer-col h4 { font-size: 13px; font-weight: 700; color: var(--navy); letter-spacing: 0.5px; margin-bottom: 16px; text-transform: uppercase; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 14px; color: var(--text-muted); transition: color .15s; }
.footer-col a:hover { color: var(--brand); }
.footer-bottom { border-top: 1px solid var(--border); padding: 18px 0; font-size: 13px; color: var(--text-muted); }
.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* ── Mega Menu ────────────────────────────────────────────────── */
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { display: inline-flex; align-items: center; gap: 4px; }
.nav-chevron { font-size: 10px; transition: transform .2s; }
.nav-dropdown:hover .nav-chevron { transform: rotate(180deg); }
.mega-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px); width: 420px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 12px; box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; z-index: 200; }
.nav-dropdown::after { content: ""; position: absolute; top: 100%; left: 0; width: 100%; height: 18px; }
.nav-dropdown:hover .mega-menu { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.mega-item { display: flex; align-items: flex-start; gap: 14px; padding: 12px 14px; border-radius: var(--r); transition: background .15s; text-decoration: none; }
.mega-item:hover { background: var(--bg-warm); }
.mega-icon { font-size: 22px; line-height: 1; flex-shrink: 0; margin-top: 2px; }
.mega-item strong { display: block; font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.mega-item span { font-size: 13px; color: var(--text-muted); line-height: 1.4; }

/* ── Pricing Hero — Split Path ─────────────────────────────────── */
.pricing-hero { padding: 160px 0 80px; }
.pricing-hero .section-heading { font-size: clamp(32px, 4.5vw, 52px); }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.path-card { border-radius: var(--r-lg); padding: 44px 40px; display: flex; flex-direction: column; }
.path-card--dark { background: var(--navy); color: #fff; }
.path-card--light { background: var(--surface); border: 1px solid var(--border); }
.path-label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 16px; }
.path-label--brand { color: var(--brand); }
.path-card .path-price { margin-bottom: 16px; }
.path-desc { font-size: 15px; line-height: 1.65; margin-bottom: 24px; }
.path-card--dark .path-desc { color: rgba(255,255,255,0.55); }
.path-card--light .path-desc { color: var(--text-secondary); }
.path-perks { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; flex-grow: 1; }
.path-perks li { font-size: 14px; color: rgba(255,255,255,0.7); padding-left: 22px; position: relative; }
.path-perks li::before { content: ""; position: absolute; left: 0; }
.path-perks--light li { color: var(--text-secondary); }
.path-actions { display: flex; flex-direction: column; gap: 10px; }
.path-card--dark .btn-primary { background: var(--brand); }
.path-card--dark .btn-primary:hover { background: var(--brand-light); }

/* ── Pricing extras ──────────────────────────────────────────── */
.pricing-excluded { opacity: 0.45; text-decoration: line-through; }
.pricing-excluded::before { content: "\2717" !important; color: var(--text-muted) !important; }
.readers-note { display: flex; align-items: flex-start; gap: 16px; background: var(--brand-pale); border: 1px solid rgba(34,197,94,0.15); border-radius: var(--r-lg); padding: 28px 32px; margin-top: 48px; font-size: 15px; color: var(--text-secondary); line-height: 1.65; }
.readers-note-icon { font-size: 28px; flex-shrink: 0; }
.readers-note strong { color: var(--text); }

/* ── Pricing FAQ ─────────────────────────────────────────────── */
.pricing-faq { padding: 80px 0 40px; }
.pricing-faq .section-heading { text-align: center; margin-bottom: 48px; }
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px 32px; }
.faq-item h3 { font-family: var(--font-body); font-size: 16px; font-weight: 600; color: var(--text); margin-bottom: 10px; }
.faq-item p { font-size: 14px; color: var(--text-secondary); line-height: 1.65; }

/* ── Feature Page Components ──────────────────────────────────── */
.feature-hero { padding: 160px 0 80px; position: relative; overflow: hidden; text-align: center; }
.feature-hero .hero-deco--circle { width: 600px; height: 600px; top: -200px; right: -200px; }
.feature-hero-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 1; }

.hero-badge { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--brand); padding: 5px 14px; background: var(--brand-pale); border: 1px solid rgba(34,197,94,0.15); border-radius: var(--r-pill); margin-bottom: 24px; }
.hero-badge--purple { background: rgba(124,58,237,0.08); border-color: rgba(124,58,237,0.15); color: #7C3AED; }

.feature-hero h1 { font-family: var(--font-display); font-size: clamp(36px, 4.5vw, 56px); color: var(--navy); line-height: 1.12; margin-bottom: 20px; }
.feature-hero .hero-sub { font-size: 18px; color: var(--text-secondary); line-height: 1.7; max-width: 600px; margin: 0 auto; }
.feature-hero .hero-note { font-size: 14px; color: var(--text-muted); margin-top: 16px; font-style: italic; }

.feature-section { padding: 80px 0; }
.feature-section--alt { background: var(--bg-warm); }
.feature-section .section-heading { text-align: center; margin-bottom: 12px; }
.feature-section .section-sub { text-align: center; max-width: 640px; margin: 0 auto 48px; font-size: 17px; color: var(--text-secondary); line-height: 1.7; }

.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--r-lg); margin-top: 48px; }
.feature-split-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 32px; }
.feature-split-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 12px; }
.feature-split-card--bad h3 { color: var(--red); }
.feature-split-card--good h3 { color: var(--brand); }
.feature-split-card ul { list-style: disc; padding-left: 1.2em; display: flex; flex-direction: column; gap: 8px; }
.feature-split-card li { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

.feature-steps { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.feature-step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px 32px; display: flex; gap: 24px; align-items: flex-start; transition: border-color .2s, box-shadow .2s; }
.feature-step:hover { border-color: var(--brand); box-shadow: 0 4px 20px var(--brand-glow); }
.step-num { flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; background: var(--brand-pale); border: 2px solid rgba(34,197,94,0.2); display: grid; place-items: center; font-family: var(--font-display); font-size: 18px; color: var(--brand); }
.feature-step h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.feature-step p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

.feature-callout { max-width: 700px; margin: 0 auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 40px; box-shadow: var(--shadow-md); }
.feature-callout p { font-size: 16px; color: var(--text-secondary); line-height: 1.75; }
.feature-callout p + p { margin-top: 16px; }
.feature-callout strong { color: var(--navy); }
.feature-callout--accent { border-left: 4px solid var(--brand); }

.feature-highlight { text-align: center; font-family: var(--font-display); font-size: clamp(28px, 3vw, 40px); color: var(--brand); margin: 24px 0; }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 800px; margin: 0 auto; }
.feature-grid-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.feature-grid-card:hover { border-color: var(--brand); box-shadow: 0 4px 20px var(--brand-glow); transform: translateY(-2px); }
.feature-grid-card h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.feature-grid-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.65; }

.feature-scenario { max-width: 700px; margin: 0 auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.feature-scenario-header { background: var(--bg); padding: 16px 28px; border-bottom: 1px solid var(--border); font-size: 14px; font-style: italic; color: var(--text-muted); }
.feature-scenario-body { padding: 28px; }
.scenario-timeline { display: flex; flex-direction: column; gap: 16px; }
.scenario-row { display: flex; gap: 16px; align-items: baseline; }
.scenario-label { flex-shrink: 0; min-width: 80px; font-size: 13px; font-weight: 700; color: var(--brand); }
.scenario-text { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }
.scenario-text strong { color: var(--navy); }
.feature-scenario-footer { padding: 20px 28px; border-top: 1px solid var(--border-light); font-size: 14px; color: var(--text-muted); line-height: 1.6; background: var(--bg); }

.chat-preview { max-width: 700px; margin: 0 auto; }
.chat-preview .chat-demo { max-width: 100%; }

.section-cta { padding: 100px 0; }

/* ── Feature Page Responsive ─────────────────────────────────── */
@media (max-width: 900px) {
  .feature-split, .feature-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .feature-hero { padding: 120px 0 60px; }
  .feature-step { flex-direction: column; gap: 12px; }
  .scenario-row { flex-direction: column; gap: 4px; }
}

/* ── Animations ──────────────────────────────────────────────── */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .hero-grid, .dd-grid, .ttd-grid { grid-template-columns: 1fr; gap: 48px; }
  .dd-grid--reverse .dd-copy, .dd-grid--reverse .dd-visual { order: unset; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card--wide { grid-column: span 1; }
  .nav-links { display: none; }
  .mega-menu { display: none; }
  .nav-hamburger { display: flex; }
  .nav-actions .btn-ghost { display: none; }
  .ai-banner-inner { flex-direction: column; text-align: center; }
  .path-grid { grid-template-columns: 1fr; }
  .app-mockup { transform: none; }
  .app-mockup:hover { transform: none; }
}
@media (max-width: 700px) {
  .hero { padding: 120px 0 60px; }
  .stats-row { flex-direction: column; }
  .stat + .stat { border-left: none; border-top: 1px solid var(--border); }
  .cta-card { padding: 48px 24px; }
  .footer-inner { flex-direction: column; gap: 40px; }
  .footer-links { margin-left: 0; }
  .mockup-sidebar { display: none; }
  .nav-pill { padding: 10px 16px; }
}
