
:root {
  --bg: #f8fbff;
  --bg-soft: #f5f8fc;
  --ink: #12181d;
  --muted: #60707f;
  --line: rgba(18,24,29,.10);
  --line-strong: rgba(18,24,29,.16);
  --card: rgba(255,255,255,.88);
  --white: #ffffff;
  --pink: #ff4b8f;
  --purple: #8a5cf6;
  --violet: #6a63ff;
  --blue: #4f8fff;
  --cyan: #22b4ff;
  --mint: #34d399;
  --green-dark: #0f2517;
  --red: #ef5479;
  --yellow: #f2bf46;
  --shadow-sm: 0 12px 32px rgba(24, 38, 52, .08);
  --shadow: 0 28px 90px rgba(24, 38, 52, .14);
  --shadow-lg: 0 42px 120px rgba(24, 38, 52, .18);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --gradient-main: linear-gradient(135deg, var(--pink) 0%, var(--purple) 35%, var(--blue) 72%, var(--cyan) 100%);
  --gradient-soft: linear-gradient(135deg, rgba(255,75,143,.10), rgba(138,92,246,.10), rgba(79,143,255,.10));
  --gradient-dark: linear-gradient(135deg, #0f2416, #173321 55%, #0f2416);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 0% 10%, rgba(138,92,246,.10), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(52,211,153,.08), transparent 26%),
    radial-gradient(circle at 40% 95%, rgba(34,180,255,.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 52%, #ffffff 100%);
  overflow-x: hidden;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background-image: linear-gradient(rgba(18,24,29,.042) 1px, transparent 1px), linear-gradient(90deg, rgba(18,24,29,.042) 1px, transparent 1px);
  background-size: 48px 48px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 80%);
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(circle at calc(48% + var(--mx, 0px)) calc(18% + var(--my, 0px)), rgba(138,92,246,.09), transparent 28%),
    radial-gradient(circle at calc(20% - var(--mx, 0px)) calc(68% - var(--my, 0px)), rgba(79,143,255,.08), transparent 26%);
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.page-shell { position: relative; }

.nav-wrap { position: sticky; top: 12px; z-index: 60; padding-top: 12px; }
.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  min-height: 70px; padding: 10px 12px 10px 18px; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(255,255,255,.82); backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(24,38,52,.10);
}
.brand { display: inline-flex; align-items: center; gap: 0; font-weight: 900; font-size: 22px; letter-spacing: 0; }
.brand-logo { width: clamp(148px, 17vw, 188px); height: auto; border-radius: 0; box-shadow: none; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-link { padding: 11px 14px; border-radius: 999px; color: #3c4957; font-weight: 760; font-size: 14px; transition: .18s ease; white-space: nowrap; }
.nav-link:hover, .nav-link.active { background: rgba(18,24,29,.06); color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.mobile-toggle { display: none; width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.mobile-menu { display: none; margin-top: 10px; padding: 10px; border-radius: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 14px; font-weight: 800; color: var(--muted); border-bottom: 1px solid rgba(18,24,29,.08); }
.mobile-menu a:last-child { border-bottom: 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 13px 18px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 840; letter-spacing: -.005em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gradient-dark); color: #fff; box-shadow: 0 16px 42px rgba(15,37,23,.20); }
.btn-soft { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-gradient { background: var(--gradient-main); color: #fff; box-shadow: 0 16px 42px rgba(138,92,246,.20); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(255,255,255,.84); box-shadow: var(--shadow-sm);
  color: #39485a; font-weight: 820; font-size: 13px;
}
.pulse-dot { width: 9px; height: 9px; border-radius: 99px; background: var(--mint); box-shadow: 0 0 0 0 rgba(52,211,153,.42); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 12px rgba(52,211,153,0); } 100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); } }

h1, h2, h3, h4, p { margin-top: 0; }
h1 { margin: 22px 0 18px; font-size: clamp(44px, 6vw, 84px); line-height: 1.02; letter-spacing: -.015em; max-width: 860px; text-wrap: balance; }
h2 { margin: 0; font-size: clamp(34px, 4.7vw, 62px); line-height: 1.06; letter-spacing: -.012em; text-wrap: balance; }
h3 { margin: 0 0 10px; font-size: clamp(24px, 2.7vw, 34px); line-height: 1.12; letter-spacing: -.008em; }
h4 { margin: 0; font-size: 18px; letter-spacing: -.005em; }
.gradient-text { background: var(--gradient-main); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead, .hero-copy { color: var(--muted); line-height: 1.68; font-size: clamp(17px, 2vw, 21px); max-width: 720px; }
.text-muted { color: var(--muted); }
.hero-actions, .action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; }
.proof-note { margin-top: 18px; max-width: 680px; color: var(--muted); font-size: 15px; line-height: 1.55; }

.hero { padding: 82px 0 66px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(330px, .84fr); gap: 36px; align-items: start; }
.hero-visual { position: relative; min-height: 540px; }
.hero-stage { position: absolute; inset: 0; display: grid; place-items: start center; }
.stage-glow { position: absolute; width: 500px; height: 500px; border-radius: 999px; filter: blur(22px); background: radial-gradient(circle, rgba(138,92,246,.16), transparent 58%); }
.floating-label {
  position: absolute; z-index: 4; padding: 12px 15px; border-radius: 20px; background: rgba(255,255,255,.92);
  border: 1px solid var(--line); box-shadow: var(--shadow-sm); font-weight: 900; color: #1f2a35;
}
.floating-label span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 760; }
.floating-label.one { left: -18px; top: 56px; }
.floating-label.two { right: -12px; top: 168px; }
.floating-label.three { right: 2px; bottom: 36px; }

.iphone {
  position: relative; width: min(358px, 100%); min-height: 560px; border-radius: 46px; background: #101417;
  padding: 14px; box-shadow: 0 34px 100px rgba(15,25,36,.26), 0 0 0 1px rgba(255,255,255,.12) inset;
  transform: rotateY(-6deg) rotateX(3deg); animation: phoneFloat 7s ease-in-out infinite alternate; z-index: 2; margin-top: 8px;
}
@keyframes phoneFloat { from { transform: rotateY(-6deg) rotateX(3deg) translateY(0); } to { transform: rotateY(-4deg) rotateX(2deg) translateY(-10px); } }
.iphone::before { content: ""; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 112px; height: 27px; border-radius: 999px; background: #101417; z-index: 5; }
.phone-screen {
  min-height: 532px; border-radius: 38px; overflow: hidden; position: relative; background:
    radial-gradient(circle at 50% -5%, rgba(138,92,246,.10), transparent 32%), linear-gradient(180deg, #fcfdff 0%, #ffffff 45%, #f7fbff 100%);
  border: 1px solid rgba(255,255,255,.10);
}
.phone-topbar { display:flex; justify-content:space-between; align-items:center; padding: 31px 20px 8px; font-size: 12px; font-weight: 820; color: #223041; }
.guard-status { padding: 7px 11px; border-radius: 999px; background: rgba(52,211,153,.12); color: #16754b; border: 1px solid rgba(52,211,153,.20); }
.phone-contact { padding: 10px 18px 14px; border-bottom: 1px solid rgba(18,24,29,.08); }
.contact-name { font-weight: 900; font-size: 17px; letter-spacing: -.005em; }
.contact-meta { color: var(--muted); font-size: 12px; margin-top: 4px; }
.phone-card-stack { padding: 14px; display: grid; gap: 12px; }
.phone-card { padding: 14px; border-radius: 22px; background: rgba(255,255,255,.96); border: 1px solid var(--line); box-shadow: 0 14px 30px rgba(24,38,52,.07); }
.message-card { background: linear-gradient(180deg, #ffffff, #fafcff); }
.message-label { font-size: 12px; font-weight: 850; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; }
.incoming-message { padding: 13px 14px; border-radius: 18px; background: #eef3f0; color: #263340; line-height: 1.48; }
.risk-header { display:flex; justify-content:space-between; gap:10px; align-items:flex-start; }
.score-badge { width: 56px; height: 56px; border-radius: 50%; display:grid; place-items:center; position:relative; font-weight: 900; color: #b2214b; background: conic-gradient(var(--red) 0 72%, #eceff4 72% 100%); }
.score-badge::before { content:""; position:absolute; inset:7px; border-radius:50%; background:#fff; }
.score-badge span { position:relative; }
.risk-title { font-size: 21px; font-weight: 900; letter-spacing: -.006em; line-height: 1.08; }
.risk-copy { margin-top: 5px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.chip-row { display:flex; flex-wrap:wrap; gap:8px; margin-top: 12px; }
.chip { padding:8px 11px; border-radius:999px; background:#f2f5f8; color:#3d4a59; font-size:12px; font-weight:800; }
.chip.danger { background: rgba(239,84,121,.10); color: #b2214b; }
.reply-list { display:grid; gap:10px; margin-top: 14px; }
.reply-option { padding: 12px 14px; border-radius: 16px; background: linear-gradient(135deg, rgba(138,92,246,.10), rgba(79,143,255,.10)); border: 1px solid rgba(138,92,246,.12); color: #223041; line-height: 1.44; }
.reply-option strong { display:block; margin-bottom: 4px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #6057d8; }
.ghost-note { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 11px 13px; border-radius: 18px; background: rgba(255,255,255,.96); border: 1px solid var(--line); display:flex; justify-content:space-between; gap:10px; align-items:center; }
.ghost-note .mini { color: var(--muted); font-size: 12px; }
.ghost-note .btn { min-height: 42px; padding: 10px 14px; }

.section { padding: 88px 0; }
.section.alt { background: linear-gradient(180deg, transparent, rgba(245,248,252,.82), transparent); }
.section-head { display:grid; grid-template-columns: minmax(0, .92fr) minmax(280px, .42fr); gap: 30px; align-items:end; margin-bottom: 36px; }
.kicker { display:inline-flex; color:#5d57db; font-weight:900; letter-spacing:.13em; font-size:12px; text-transform:uppercase; margin-bottom:12px; }
.section-head p { margin:0; color: var(--muted); line-height:1.68; }
.center { text-align:center; }
.center .lead, .center h1, .center h2 { margin-left:auto; margin-right:auto; }

.card-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.info-card, .price-card, .panel {
  position: relative; overflow: hidden; padding: 24px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm);
}
.info-card::before, .price-card::before, .panel::before { content:""; position:absolute; inset:auto -60px -90px auto; width: 180px; height: 180px; border-radius:999px; background: radial-gradient(circle, rgba(138,92,246,.12), transparent 62%); }
.info-card h3 { margin: 16px 0 10px; font-size: 26px; }
.info-card p, .panel p, .panel li { color: var(--muted); line-height: 1.64; }
.icon-badge { width: 50px; height: 50px; border-radius: 18px; display:grid; place-items:center; font-weight: 900; color:#fff; background: var(--gradient-main); box-shadow: 0 16px 36px rgba(138,92,246,.18); }
.inline-list { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.inline-list span { padding:9px 11px; border-radius:14px; background:#f4f7fb; border:1px solid rgba(18,24,29,.06); color:#3b4a58; font-size:13px; font-weight:800; }

.feature-carousel-wrap { position: relative; border-radius: 40px; padding: 38px 30px 72px; border: 1px solid var(--line); background: linear-gradient(140deg, rgba(255,255,255,.84), rgba(245,248,252,.92)); box-shadow: var(--shadow); }
.feature-carousel { position: relative; min-height: 520px; overflow: hidden; }
.carousel-card { position: absolute; top: 34px; left: 50%; width: min(350px, calc(100% - 30px)); min-height: 380px; padding: 26px; border-radius: 34px; border: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 22px 54px rgba(24,38,52,.14); transition: transform .7s cubic-bezier(.2,.8,.2,1), opacity .7s ease, filter .7s ease; }
.carousel-card[data-pos="center"] { opacity: 1; z-index: 5; transform: translateX(-50%) scale(1); }
.carousel-card[data-pos="left"] { opacity: .55; z-index: 4; transform: translateX(calc(-50% - 310px)) scale(.88); }
.carousel-card[data-pos="right"] { opacity: .55; z-index: 4; transform: translateX(calc(-50% + 310px)) scale(.88); }
.carousel-card[data-pos="far-left"] { opacity: .18; z-index: 3; transform: translateX(calc(-50% - 470px)) scale(.76); }
.carousel-card[data-pos="far-right"] { opacity: .18; z-index: 3; transform: translateX(calc(-50% + 470px)) scale(.76); }
.carousel-card[data-pos="hidden"] { opacity: 0; z-index: 1; transform: translateX(-50%) scale(.72); pointer-events:none; }
.carousel-card h3 { font-size: 32px; margin: 18px 0 10px; }
.carousel-card p { color: var(--muted); line-height: 1.62; }
.card-topline { display:flex; justify-content:space-between; align-items:center; gap:12px; color: var(--muted); font-size:13px; font-weight:850; }
.carousel-controls { position:absolute; left:28px; right:28px; bottom:24px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.carousel-buttons { display:flex; gap:10px; }
.circle-btn { width: 46px; height: 46px; border-radius:999px; border:1px solid var(--line); background:#fff; box-shadow: var(--shadow-sm); cursor:pointer; display:grid; place-items:center; font-size: 18px; color:#25313e; }
.circle-btn:hover { transform: translateY(-1px); }
.carousel-note { display:flex; gap:10px; flex-wrap:wrap; color: var(--muted); font-size:13px; font-weight:800; }
.carousel-note span { padding:9px 11px; border-radius:999px; background: rgba(255,255,255,.86); border: 1px solid var(--line); }
.carousel-pause { min-width: 78px; }

.demo-shell { border-radius: 36px; border: 1px solid var(--line); background: rgba(255,255,255,.88); box-shadow: var(--shadow); overflow: hidden; }
.demo-head { display:flex; align-items:center; gap:10px; padding: 18px 22px; border-bottom: 1px solid var(--line); background: rgba(247,250,253,.88); }
.demo-head .dot { width: 11px; height:11px; border-radius:999px; background: var(--pink); }
.demo-head .dot:nth-child(2){ background: var(--violet); }
.demo-head .dot:nth-child(3){ background: var(--mint); }
.demo-titlebar { margin-left: 8px; padding: 9px 14px; flex:1; border-radius:999px; background:#fff; border:1px solid var(--line); color: var(--muted); font-size: 13px; }
.demo-body { display:grid; grid-template-columns: 1fr 1fr 1.15fr; gap:0; }
.demo-step { padding: 26px; min-height: 420px; border-right: 1px solid var(--line); }
.demo-step:last-child { border-right: 0; background: linear-gradient(180deg, rgba(245,248,252,.72), rgba(255,255,255,.95)); }
.step-no { display:inline-flex; width: 34px; height: 34px; border-radius:999px; align-items:center; justify-content:center; background: var(--gradient-main); color:#fff; font-size: 13px; font-weight:900; margin-bottom:14px; }
.demo-step h3 { font-size: 26px; margin-bottom: 10px; }
.demo-step p { color: var(--muted); line-height:1.62; }
.whatsapp-panel, .paste-panel, .result-panel { margin-top: 18px; padding: 18px; border-radius: 22px; border:1px solid var(--line); background:#fff; box-shadow: var(--shadow-sm); }
.whatsapp-msg, .paste-box { padding: 14px; border-radius: 18px; background: #eef3f0; color:#23303c; line-height:1.52; }
.paste-box { min-height: 116px; background: #fafcff; border:1px dashed rgba(18,24,29,.15); }
.copy-arrow { margin: 16px 0 0; display:inline-flex; padding:9px 12px; border-radius:999px; background:rgba(138,92,246,.10); color:#5f58df; font-size:13px; font-weight: 850; }
.score-line { display:flex; justify-content:space-between; gap:14px; align-items:flex-start; }
.result-score { width:62px; height:62px; border-radius:50%; background: conic-gradient(var(--red) 0 68%, #eaeef4 68% 100%); display:grid; place-items:center; position:relative; color:#b2214b; font-weight:900; }
.result-score::before { content:""; position:absolute; inset:7px; border-radius:50%; background:#fff; }
.result-score span { position:relative; }
.result-list { display:grid; gap:10px; margin-top:14px; }
.result-item { padding: 12px 14px; border-radius: 16px; background: linear-gradient(135deg, rgba(138,92,246,.10), rgba(79,143,255,.10)); }
.result-item strong { display:block; margin-bottom:4px; color:#5d57db; font-size:12px; letter-spacing:.08em; text-transform:uppercase; }
.helper-pills { display:flex; flex-wrap:wrap; gap:8px; margin-top:14px; }
.helper-pills span { padding:8px 10px; border-radius:999px; background:#f3f6fb; color:#3b4a58; font-size:12px; font-weight:800; }

.timeline { display:grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.step-card { counter-increment: step; min-height: 250px; padding: 24px; border-radius: 28px; border: 1px solid var(--line); background: rgba(255,255,255,.86); box-shadow: var(--shadow-sm); position:relative; overflow:hidden; }
.step-card::before { content: "0" counter(step); position:absolute; top:16px; right:20px; color: rgba(18,24,29,.08); font-size:52px; font-weight:900; letter-spacing: -.03em; }
.step-card h3 { margin-top: 60px; font-size: 24px; }
.step-card p { color: var(--muted); line-height: 1.6; margin-bottom: 0; }

.pricing-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.price-card { display:flex; flex-direction:column; min-height: 420px; }
.price-card.popular { border-color: rgba(138,92,246,.30); box-shadow: 0 26px 76px rgba(138,92,246,.14); }
.popular-badge { position:absolute; top:18px; right:18px; padding:7px 10px; border-radius:999px; background: rgba(138,92,246,.10); color:#5d57db; font-size:12px; font-weight:900; }
.price-card h3 { font-size: 25px; margin-bottom: 8px; }
.price-sub { color: var(--muted); min-height: 42px; }
.price { margin: 12px 0 2px; font-size: 44px; font-weight: 950; letter-spacing: -.03em; }
.price span { font-size: 15px; color: var(--muted); font-weight: 780; letter-spacing: 0; }
.credits { color: #5d57db; font-weight: 900; margin-bottom: 18px; }
.checks { list-style:none; padding:0; margin:0 0 24px; display:grid; gap:10px; color:#344453; }
.checks li::before { content:"✓"; color: var(--mint); font-weight:900; margin-right:8px; }
.price-card .btn { margin-top:auto; width:100%; }

.split { display:grid; grid-template-columns: minmax(0,.88fr) minmax(320px,.72fr); gap: 32px; align-items:center; }
.panel { padding: 28px; }
.panel h3 { font-size: 28px; margin-bottom: 12px; }
.panel ul { padding-left: 20px; margin-bottom:0; }

.human-review-band { display:grid; grid-template-columns: minmax(0,.95fr) minmax(320px,.65fr); gap:30px; align-items:center; padding:40px; border-radius: 40px; border:1px solid var(--line); background: radial-gradient(circle at 10% 0%, rgba(79,143,255,.10), transparent 32%), radial-gradient(circle at 90% 5%, rgba(138,92,246,.14), transparent 34%), rgba(255,255,255,.86); box-shadow: var(--shadow); }
.summary-card { padding: 22px; border-radius: 28px; border: 1px solid var(--line); background:#fff; box-shadow: var(--shadow-sm); }
.summary-line { display:flex; justify-content:space-between; gap: 16px; padding: 15px 0; border-bottom: 1px solid rgba(18,24,29,.08); color: var(--muted); }
.summary-line:last-child { border-bottom:0; }
.summary-line strong { color: var(--ink); text-align: right; }

.cta-band { position:relative; overflow:hidden; padding: 50px; border-radius: 40px; background: var(--gradient-dark); color:#fff; box-shadow: var(--shadow-lg); }
.cta-band::before { content:""; position:absolute; right:-120px; top:-150px; width:340px; height:340px; border-radius:999px; background: rgba(138,92,246,.50); filter: blur(40px); }
.cta-band::after { content:""; position:absolute; left:-120px; bottom:-150px; width:300px; height:300px; border-radius:999px; background: rgba(34,180,255,.22); filter: blur(36px); }
.cta-band h2, .cta-band p, .cta-band .action-row { position: relative; }
.cta-band p { color: rgba(255,255,255,.78); max-width: 690px; line-height: 1.66; font-size: 18px; }
.cta-band .btn-soft { color: #101417; }

.footer { border-top:1px solid var(--line); padding:40px 0; background: rgba(255,255,255,.42); color: var(--muted); }
.footer-grid { display:grid; grid-template-columns: 1fr auto; gap:24px; align-items:center; }
.footer-links { display:flex; flex-wrap:wrap; gap:18px; }
.footer a:hover { color: var(--ink); }

.legal-content { max-width: 860px; }
.legal-content h2 { margin-top: 38px; font-size: 34px; }
.legal-content p, .legal-content li { color: var(--muted); line-height: 1.72; }
.legal-content ul { padding-left: 20px; }

.reveal { opacity:0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform: translateY(0); }

@media (max-width: 1080px) {
  .nav-links { display:none; }
  .mobile-toggle { display:inline-grid; place-items:center; }
  .hero-grid, .section-head, .split, .human-review-band { grid-template-columns:1fr; }
  .hero-visual { min-height: 520px; }
  .card-grid, .pricing-grid { grid-template-columns: repeat(2,1fr); }
  .timeline { grid-template-columns: repeat(2,1fr); }
  .demo-body { grid-template-columns: 1fr; }
  .demo-step { min-height: auto; border-right:0; border-bottom: 1px solid var(--line); }
  .demo-step:last-child { border-bottom:0; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav { border-radius: 24px; }
  .nav-actions .btn { display:none; }
  .hero { padding-top: 54px; }
  h1 { font-size: clamp(40px, 14vw, 66px); letter-spacing: -.012em; }
  h2 { letter-spacing: -.01em; }
  .hero-visual { min-height: auto; }
  .hero-stage { position: relative; display:block; }
  .iphone { width: 100%; max-width: 360px; transform:none; animation:none; margin: 16px auto 0; }
  .floating-label { position: static; margin-top: 12px; }
  .section { padding: 64px 0; }
  .card-grid, .pricing-grid, .timeline { grid-template-columns: 1fr; }
  .feature-carousel-wrap { padding: 24px 18px 88px; }
  .feature-carousel { min-height: 420px; }
  .carousel-card { width: calc(100% - 18px); min-height: 330px; }
  .carousel-card[data-pos="center"] { transform: translateX(-50%) scale(1); opacity:1; }
  .carousel-card[data-pos="left"], .carousel-card[data-pos="right"], .carousel-card[data-pos="far-left"], .carousel-card[data-pos="far-right"], .carousel-card[data-pos="hidden"] { opacity:0; pointer-events:none; }
  .carousel-controls { flex-direction: column; align-items:flex-start; }
  .human-review-band, .cta-band { padding: 28px; border-radius: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}


.hero-visual { display: flex; align-items: center; justify-content: center; min-height: 0; }
.hero-image-card {
  width: 100%; max-width: 640px; border-radius: 34px; overflow: hidden; border: 1px solid var(--line);
  background: rgba(255,255,255,.85); box-shadow: var(--shadow); position: relative;
}
.hero-image-card img { width: 100%; height: auto; display: block; }
.hero-image-card::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 28%; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.08) 100%);
}
@media (max-width: 760px) {
  .brand-logo { width: 142px; }
  .hero-image-card { border-radius: 26px; }
}


/* ===== v8 logo and demo fixes ===== */
.brand { gap: 0 !important; }
.nav .brand,
.footer .brand {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.nav .brand-logo,
.footer .brand-logo {
  width: clamp(176px, 18vw, 220px) !important;
  height: auto !important;
  max-height: 78px;
  object-fit: contain;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none;
  display:block;
}
.home-hero { padding-top: 78px; }
.home-hero .home-hero-inner {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 34px;
}
.home-hero .hero-copy,
.home-hero .proof-note { margin-left: auto; margin-right: auto; }
.home-hero .hero-actions { justify-content: center; }
.home-visual-wide {
  width: min(1180px, 100%);
  margin: 12px auto 0;
  position: relative;
}
.home-visual-wide::before {
  content: "";
  position: absolute;
  inset: -36px -24px;
  border-radius: 54px;
  background:
    radial-gradient(circle at 20% 20%, rgba(138,92,246,.16), transparent 34%),
    radial-gradient(circle at 82% 30%, rgba(34,180,255,.14), transparent 34%),
    radial-gradient(circle at 50% 88%, rgba(52,211,153,.10), transparent 32%);
  filter: blur(20px);
  z-index: -1;
}
.home-visual-wide img {
  width: 100%;
  display: block;
  border-radius: 36px;
  box-shadow: 0 34px 110px rgba(24,38,52,.16);
  border: 1px solid rgba(255,255,255,.72);
  -webkit-mask-image: radial-gradient(ellipse at center, black 58%, rgba(0,0,0,.92) 78%, rgba(0,0,0,.62) 100%);
  mask-image: radial-gradient(ellipse at center, black 58%, rgba(0,0,0,.92) 78%, rgba(0,0,0,.62) 100%);
}
.home-visual-wide::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 36px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(248,251,255,.42), transparent 18%, transparent 82%, rgba(248,251,255,.35)),
    linear-gradient(180deg, rgba(248,251,255,.18), transparent 35%, rgba(248,251,255,.28));
}
.result-panel {
  padding: 18px 18px 16px;
}
.score-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px;
  gap: 14px;
  align-items: start;
}
.score-line h4 {
  margin: 0;
  line-height: 1.15;
}
.result-score {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  justify-self: end;
}
.result-score::before { inset: 8px; }
.result-score span { font-size: 15px; }
.result-list { margin-top: 16px; }
.result-item {
  padding: 12px 14px;
  line-height: 1.28;
}
.result-item strong { margin-bottom: 6px; }
@media (max-width: 760px) {
  .nav .brand-logo,
  .footer .brand-logo { width: 164px !important; }
  .home-hero { padding-top: 54px; }
  .home-hero .home-hero-inner { gap: 24px; }
  .home-visual-wide img,
  .home-visual-wide::after { border-radius: 26px; }
  .score-line {
    grid-template-columns: 1fr;
  }
  .result-score {
    justify-self: start;
  }
}
