
: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,.84);
  --white: #ffffff;
  --orange: #ffae14;
  --salmon: #ff6c45;
  --pink: #ff4b8f;
  --purple: #7a64ff;
  --blue: #22b4ff;
  --mint: #34d399;
  --green-dark: #0f2517;
  --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(--orange) 0%, var(--salmon) 23%, var(--pink) 50%, var(--purple) 74%, var(--blue) 100%);
  --gradient-soft: linear-gradient(135deg, rgba(255,174,20,.12), rgba(255,75,143,.10), rgba(34,180,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(122,100,255,.10), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(52,211,153,.10), 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(122,100,255,.09), transparent 28%),
    radial-gradient(circle at calc(20% - var(--mx, 0px)) calc(68% - var(--my, 0px)), rgba(34,180,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: 12px; font-weight: 900; font-size: 22px; letter-spacing: -.03em; }
.brand-logo {
  width: 40px; height: 40px; border-radius: 14px; box-shadow: var(--shadow-sm); object-fit: cover;
}
.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: -.015em; 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(122,100,255,.20);
}
.btn-outline-gradient {
  position: relative; color: var(--ink); background: rgba(255,255,255,.78); border-color: rgba(255,255,255,.25);
  box-shadow: var(--shadow-sm); overflow: hidden;
}
.btn-outline-gradient::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: var(--gradient-main);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; opacity: .95;
}
.btn-outline-gradient span { position: relative; z-index: 1; }

.eyebrow, .kicker-pill {
  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, 6.1vw, 84px); line-height: .98; letter-spacing: -.045em;
  max-width: 860px; text-wrap: balance;
}
h2 { margin: 0; font-size: clamp(34px, 4.7vw, 62px); line-height: 1.02; letter-spacing: -.04em; text-wrap: balance; }
h3 { margin: 0 0 10px; font-size: clamp(24px, 2.7vw, 34px); line-height: 1.08; letter-spacing: -.03em; }
h4 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
.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-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 24px; color: var(--muted); font-size: 14px; }
.proof-dots { display: flex; padding-left: 10px; }
.proof-dot { width: 34px; height: 34px; margin-left: -10px; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 10px 22px rgba(24,38,52,.10); background: linear-gradient(135deg, var(--orange), var(--pink)); }
.proof-dot:nth-child(2) { background: linear-gradient(135deg, var(--pink), var(--purple)); }
.proof-dot:nth-child(3) { background: linear-gradient(135deg, var(--blue), var(--purple)); }
.proof-dot:nth-child(4) { background: linear-gradient(135deg, var(--orange), var(--blue)); }

.hero { padding: 82px 0 66px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(390px, .9fr); gap: 42px; align-items: center; }
.hero-visual { position: relative; min-height: 660px; }
.hero-stage { position: absolute; inset: 0; display: grid; place-items: center; }
.stage-glow {
  position: absolute; width: 520px; height: 520px; border-radius: 999px; filter: blur(22px);
  background: radial-gradient(circle, rgba(122,100,255,.16), transparent 58%);
}
.floating-label {
  position: absolute; z-index: 4; padding: 13px 16px; border-radius: 20px; background: rgba(255,255,255,.90);
  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: 2px; top: 72px; }
.floating-label.two { right: -2px; top: 182px; }
.floating-label.three { right: 12px; bottom: 52px; }

.iphone {
  position: relative; width: min(386px, 100%); min-height: 646px; border-radius: 48px; 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(-8deg) rotateX(4deg); animation: phoneFloat 7s ease-in-out infinite alternate; z-index: 2;
}
@keyframes phoneFloat { from { transform: rotateY(-8deg) rotateX(4deg) translateY(0); } to { transform: rotateY(-5deg) rotateX(2deg) translateY(-12px); } }
.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: 618px; border-radius: 38px; overflow: hidden; position: relative; background:
    radial-gradient(circle at 50% -5%, rgba(122,100,255,.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 22px 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: -.02em; }
.contact-meta { color: var(--muted); font-size: 12px; margin-top: 4px; }
.phone-card-stack { padding: 16px; display: grid; gap: 14px; }
.phone-card {
  padding: 16px; border-radius: 22px; background: rgba(255,255,255,.94); 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: 14px; border-radius: 18px; background: #eef3f0; color: #263340; line-height: 1.48; }
.risk-header { display:flex; justify-content:space-between; gap:12px; align-items:flex-start; }
.score-badge {
  width: 58px; height: 58px; border-radius: 50%; display:grid; place-items:center; position:relative; font-weight: 900; color: #b2214b;
  background: conic-gradient(#ef5479 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: 24px; font-weight: 900; letter-spacing: -.03em; 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(122,100,255,.10), rgba(34,180,255,.10));
  border: 1px solid rgba(122,100,255,.12); color: #223041; line-height: 1.46;
}
.reply-option strong { display:block; margin-bottom: 4px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #6057d8; }
.ghost-note {
  position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 12px 14px; border-radius: 18px;
  background: rgba(255,255,255,.95); border: 1px solid var(--line); display:flex; justify-content:space-between; gap:12px; align-items:center;
}
.ghost-note .mini { color: var(--muted); font-size: 12px; }

.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, .legal-panel {
  position: relative; overflow: hidden; padding: 24px; border-radius: var(--radius-lg); border: 1px solid var(--line);
  background: rgba(255,255,255,.86); 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(122,100,255,.12), transparent 62%);
}
.info-card.gradient-card::before { background: radial-gradient(circle, rgba(255,174,20,.14), transparent 62%); }
.info-card h3 { margin: 16px 0 10px; font-size: 26px; }
.info-card p, .panel p, .panel li, .legal-panel p, .legal-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(122,100,255,.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(--salmon); }
.demo-head .dot:nth-child(2){ background: var(--orange); }
.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(122,100,255,.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(#ef5479 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(122,100,255,.10), rgba(34,180,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: -.06em; }
.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(122,100,255,.30); box-shadow: 0 26px 76px rgba(122,100,255,.14); }
.popular-badge { position:absolute; top:18px; right:18px; padding:7px 10px; border-radius:999px; background: rgba(122,100,255,.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: -.05em; }
.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(255,174,20,.14), transparent 32%),
    radial-gradient(circle at 90% 5%, rgba(122,100,255,.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(122,100,255,.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: 650px; }
  .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); }
  .hero-visual { min-height: auto; }
  .hero-stage { position: relative; display:block; }
  .iphone { width: 100%; transform:none; animation:none; }
  .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); }
  .carousel-card[data-pos="left"] { opacity:.2; transform: translateX(calc(-50% - 120%)) scale(.86); }
  .carousel-card[data-pos="right"] { opacity:.2; transform: translateX(calc(-50% + 120%)) scale(.86); }
  .carousel-card[data-pos="far-left"], .carousel-card[data-pos="far-right"], .carousel-card[data-pos="hidden"] { opacity:0; }
  .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; }
}
