/* ============================================================
   Nativize — marketing site styles
   Dependency-free. Dark, glassy, violet→blue brand.
   ============================================================ */
:root {
  --bg: #0a0a12;
  --bg-2: #0c0c16;
  --surface: rgba(255, 255, 255, 0.035);
  --surface-2: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(255, 255, 255, 0.16);
  --text: #ecedf5;
  --muted: #9aa0b8;
  --muted-2: #767c96;

  --violet: #7c3aed;
  --indigo: #4f46e5;
  --blue: #2563eb;
  --pink: #ec4899;
  --grad: linear-gradient(135deg, #7c3aed 0%, #4f46e5 48%, #2563eb 100%);
  --grad-soft: linear-gradient(135deg, rgba(124,58,237,.95), rgba(37,99,235,.92));

  --radius: 18px;
  --radius-lg: 26px;
  --maxw: 1160px;
  --shadow: 0 24px 60px -24px rgba(0,0,0,.7);
  --shadow-glow: 0 18px 50px -18px rgba(124,58,237,.55);
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  letter-spacing: -0.011em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
code {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 0.86em;
  background: rgba(255,255,255,.07);
  padding: 0.12em 0.42em;
  border-radius: 6px;
  color: #cbd0ff;
}
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
.narrow { max-width: 820px; }

/* ---------- Animated aurora background ---------- */
.aurora { position: fixed; inset: 0; z-index: -1; overflow: hidden; background: radial-gradient(120% 90% at 50% -10%, #14102a 0%, var(--bg) 55%); }
.blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; will-change: transform; }
.blob-1 { width: 620px; height: 620px; left: -160px; top: -200px; background: radial-gradient(circle, rgba(124,58,237,.75), transparent 70%); animation: drift1 22s var(--ease) infinite alternate; }
.blob-2 { width: 560px; height: 560px; right: -180px; top: 120px; background: radial-gradient(circle, rgba(37,99,235,.65), transparent 70%); animation: drift2 26s var(--ease) infinite alternate; }
.blob-3 { width: 480px; height: 480px; left: 30%; top: 60%; background: radial-gradient(circle, rgba(236,72,153,.4), transparent 70%); animation: drift3 30s var(--ease) infinite alternate; }
.grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(110% 70% at 50% 0%, #000 35%, transparent 80%); }
@keyframes drift1 { to { transform: translate(120px, 80px) scale(1.1); } }
@keyframes drift2 { to { transform: translate(-100px, 60px) scale(1.05); } }
@keyframes drift3 { to { transform: translate(80px, -90px) scale(1.12); } }
@media (prefers-reduced-motion: reduce) { .blob { animation: none; } }

/* ---------- Buttons ---------- */
.btn {
  --pad: 11px 18px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: var(--pad);
  border-radius: 999px;
  font-weight: 600; font-size: 14.5px;
  border: 1px solid transparent;
  cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease);
}
.btn:active { transform: scale(.96); }
.btn-lg { --pad: 15px 26px; font-size: 16px; }
.btn-primary { color: #fff; background: var(--grad); background-size: 160% 160%; box-shadow: var(--shadow-glow); animation: btnShift 6s ease infinite; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 24px 60px -16px rgba(124,58,237,.75); }
@keyframes btnShift { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.btn-glass { color: var(--text); background: var(--surface-2); border-color: var(--border-strong); backdrop-filter: blur(12px); }
.btn-glass:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }
.btn-ghost { color: var(--muted); background: transparent; }
.btn-ghost:hover { color: var(--text); background: var(--surface); }
.chrome-ico { width: 18px; height: 18px; }
.btn .arr { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; transition: background .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(10,10,18,.72); backdrop-filter: blur(18px) saturate(160%); -webkit-backdrop-filter: blur(18px) saturate(160%); border-bottom-color: var(--border); }
.nav { display: flex; align-items: center; gap: 22px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 18px; letter-spacing: -0.02em; }
.brand-mark { width: 30px; height: 30px; display: block; }
.brand-mark.sm { width: 34px; height: 34px; }
.brand-mark svg { width: 100%; height: 100%; display: block; border-radius: 8px; filter: drop-shadow(0 6px 14px rgba(124,58,237,.45)); }
.nav-links { display: flex; gap: 6px; margin-left: 14px; }
.nav-links a { color: var(--muted); font-size: 14.5px; font-weight: 500; padding: 8px 12px; border-radius: 10px; transition: color .2s, background .2s; }
.nav-links a:hover { color: var(--text); background: var(--surface); }
.nav-cta { display: flex; gap: 8px; margin-left: auto; align-items: center; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: .3s var(--ease); }

/* ---------- Hero ---------- */
.hero { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; padding: 74px 24px 70px; }
.pill { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 500; color: var(--muted); background: var(--surface); border: 1px solid var(--border); padding: 7px 14px; border-radius: 999px; transition: border-color .2s, color .2s; }
.pill:hover { border-color: var(--border-strong); color: var(--text); }
.pill-dot { width: 7px; height: 7px; border-radius: 50%; background: #6ee7b7; box-shadow: 0 0 0 0 rgba(110,231,183,.6); animation: ping 2.4s var(--ease) infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(110,231,183,.55); } 70%,100% { box-shadow: 0 0 0 8px rgba(110,231,183,0); } }

.hero h1 { font-size: clamp(38px, 5.6vw, 66px); line-height: 1.04; letter-spacing: -0.035em; font-weight: 800; margin: 20px 0 18px; }
.lovable-word { background: linear-gradient(135deg,#ff8ec7,#ec4899); -webkit-background-clip: text; background-clip: text; color: transparent; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lede { font-size: clamp(16px, 2vw, 19px); color: var(--muted); max-width: 540px; }
.lede strong { color: var(--text); font-weight: 600; }
.hero-actions { display: flex; gap: 12px; margin: 30px 0 22px; flex-wrap: wrap; }
.hero-actions.center { justify-content: center; }
.trust-row { display: flex; gap: 22px; flex-wrap: wrap; list-style: none; }
.trust-row li { display: flex; align-items: center; gap: 7px; font-size: 13.5px; color: var(--muted); }
.check { width: 17px; height: 17px; color: #6ee7b7; }

/* ---------- Hero visual ---------- */
.hero-visual { display: grid; place-items: center; }
.orbit { position: relative; width: min(460px, 92%); aspect-ratio: 1; }
.orbit-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.orbit-lines path { fill: none; stroke: url(#bm); stroke-width: 1.5; stroke-dasharray: 6 7; opacity: .5; animation: dash 14s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -130; } }

.core { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; width: 128px; height: 128px; border-radius: 28px; display: grid; place-items: center; gap: 0; background: rgba(16,16,28,.7); border: 1px solid var(--border-strong); box-shadow: var(--shadow-glow); backdrop-filter: blur(8px); animation: floatyCore 6s var(--ease) infinite; }
@keyframes floatyCore { 0%,100% { transform: translate(-50%,-50%); } 50% { transform: translate(-50%, calc(-50% - 9px)); } }
.core-mark { width: 56px; height: 56px; }
.core-mark svg { width: 100%; height: 100%; border-radius: 12px; }
.core-label { font-size: 12px; font-weight: 700; letter-spacing: .02em; margin-top: 8px; color: var(--text); }

.source-card { position: absolute; left: 50%; top: -6%; transform: translateX(-50%); width: 150px; padding: 12px; border-radius: 14px; background: rgba(18,18,30,.82); border: 1px solid var(--border); box-shadow: var(--shadow); z-index: 2; animation: floatyX 7s var(--ease) infinite; }
@keyframes floatyX { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-9px); } }
.source-card .dots { display: flex; gap: 5px; margin-bottom: 10px; }
.source-card .dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.18); }
.src-line { height: 7px; border-radius: 4px; background: linear-gradient(90deg, rgba(124,58,237,.5), rgba(37,99,235,.35)); margin-bottom: 7px; }
.src-line.w70 { width: 70%; } .src-line.w90 { width: 90%; } .src-line.w50 { width: 50%; }
.src-badge { margin-top: 8px; font-size: 10.5px; font-weight: 600; color: #ff9ed0; }

.target { position: absolute; width: 96px; padding: 12px 10px; border-radius: 16px; background: rgba(18,18,30,.85); border: 1px solid var(--border); box-shadow: var(--shadow); display: grid; justify-items: center; gap: 4px; z-index: 2; transition: transform .3s var(--ease), border-color .3s; animation: floaty 6.5s var(--ease) infinite; }
.target:hover { transform: translateY(-5px); border-color: var(--border-strong); }
.target-ios { left: 0; top: 12%; animation-delay: .1s; }
.target-android { right: 0; top: 12%; animation-delay: .5s; }
.target-mac { left: 0; bottom: 10%; animation-delay: .9s; }
.target-win { right: 0; bottom: 10%; animation-delay: 1.3s; }
.target-ico { width: 28px; height: 28px; color: #fff; display: block; }
.target-name { font-size: 13px; font-weight: 600; }
.target-file { font-size: 10.5px; color: var(--muted-2); font-family: ui-monospace, monospace; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.target-ios, .target-android, .target-mac, .target-win { /* keep horizontal anchor while floating via nested? handled by translateY only */ }
@media (prefers-reduced-motion: reduce) { .core, .source-card, .target, .orbit-lines path { animation: none; } }

.target-ico[data-platform], .mini-ico[data-platform] { background-repeat: no-repeat; background-position: center; background-size: contain; }

/* ---------- Strip ---------- */
.strip { display: flex; align-items: center; gap: 26px; padding: 8px 24px 18px; flex-wrap: wrap; }
.strip-label { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted-2); font-weight: 600; }
.strip-items { display: flex; gap: 26px; flex-wrap: wrap; }
.strip-item { display: flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 600; color: var(--muted); }
.mini-ico { width: 18px; height: 18px; display: inline-block; color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding: 74px 24px; }
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.eyebrow { display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #a78bfa; margin-bottom: 14px; }
.section-head h2 { font-size: clamp(28px, 4vw, 44px); line-height: 1.1; letter-spacing: -0.03em; font-weight: 800; }
.section-sub { margin-top: 16px; color: var(--muted); font-size: 17px; }

.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); backdrop-filter: blur(10px); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 0; }
.step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px 26px; position: relative; overflow: hidden; transition: transform .3s var(--ease), border-color .3s; }
.step:hover { transform: translateY(-6px); border-color: var(--border-strong); }
.step-num { position: absolute; top: 18px; right: 22px; font-size: 60px; font-weight: 800; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; opacity: .25; }
.step-ico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--grad-soft); box-shadow: var(--shadow-glow); margin-bottom: 18px; }
.step-ico svg { width: 26px; height: 26px; color: #fff; }
.step h3 { font-size: 20px; letter-spacing: -0.02em; margin-bottom: 9px; }
.step p { color: var(--muted); font-size: 15px; }
.step-link { align-self: center; width: 46px; height: 2px; background: linear-gradient(90deg, var(--violet), var(--blue)); border-radius: 2px; position: relative; opacity: .7; }
.step-link::after { content: ""; position: absolute; right: -3px; top: 50%; transform: translateY(-50%); border-left: 7px solid var(--blue); border-top: 5px solid transparent; border-bottom: 5px solid transparent; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.split-card { padding: 34px; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--border); position: relative; overflow: hidden; transition: transform .3s var(--ease), border-color .3s; }
.split-card:hover { transform: translateY(-5px); border-color: var(--border-strong); }
.split-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 80% at 0% 0%, rgba(124,58,237,.14), transparent 60%); pointer-events: none; }
.split-card:nth-child(2)::before { background: radial-gradient(120% 80% at 100% 0%, rgba(37,99,235,.16), transparent 60%); }
.split-tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #c4b5fd; background: rgba(124,58,237,.16); border: 1px solid rgba(124,58,237,.3); padding: 5px 11px; border-radius: 999px; margin-bottom: 16px; }
.split-tag.alt { color: #93c5fd; background: rgba(37,99,235,.16); border-color: rgba(37,99,235,.3); }
.split-card h3 { font-size: 22px; letter-spacing: -0.02em; margin-bottom: 12px; }
.split-card p { color: var(--muted); margin-bottom: 18px; }
.ticks { list-style: none; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 28px; color: var(--text); font-size: 15px; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: var(--grad); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 13 4 4L19 7' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 13 4 4L19 7' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat; }

/* ---------- Features ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feat { padding: 28px; position: relative; overflow: hidden; transition: transform .3s var(--ease), border-color .3s; }
.feat:hover { transform: translateY(-6px); border-color: var(--border-strong); }
.feat::before { content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity .4s; background: radial-gradient(400px circle at var(--mx,50%) var(--my,0%), rgba(124,58,237,.16), transparent 45%); pointer-events: none; }
.feat:hover::before { opacity: 1; }
.feat-ico { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 18px; box-shadow: var(--shadow-glow); }
.feat-ico svg { width: 26px; height: 26px; color: #fff; }
.grad-1 { background: linear-gradient(135deg,#7c3aed,#4f46e5); }
.grad-2 { background: linear-gradient(135deg,#2563eb,#0ea5e9); }
.grad-3 { background: linear-gradient(135deg,#8b5cf6,#ec4899); }
.grad-4 { background: linear-gradient(135deg,#4f46e5,#2563eb); }
.grad-5 { background: linear-gradient(135deg,#ec4899,#f43f5e); }
.grad-6 { background: linear-gradient(135deg,#7c3aed,#2563eb); }
.feat h3 { font-size: 18.5px; letter-spacing: -0.02em; margin-bottom: 9px; }
.feat p { color: var(--muted); font-size: 14.5px; }
.feat p strong { color: var(--text); }

/* ---------- Request + support forms ---------- */
.request-panel {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 34px;
  align-items: start;
  padding: 36px;
  position: relative;
  overflow: hidden;
}
.request-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(90% 120% at 0% 0%, rgba(236,72,153,.13), transparent 58%);
  pointer-events: none;
}
.support-panel::before {
  background: radial-gradient(90% 120% at 100% 0%, rgba(14,165,233,.14), transparent 58%);
}
.request-copy,
.feedback-form {
  position: relative;
}
.request-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid rgba(236,72,153,.3);
  background: rgba(236,72,153,.14);
  color: #f9a8d4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.request-kicker.alt {
  border-color: rgba(14,165,233,.32);
  background: rgba(14,165,233,.14);
  color: #7dd3fc;
}
.request-copy h3 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
  margin-bottom: 12px;
}
.request-copy p {
  color: var(--muted);
  margin-bottom: 20px;
}
.feedback-form {
  display: grid;
  gap: 16px;
}
.form-row.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.field {
  display: grid;
  gap: 8px;
}
.field span {
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  color: var(--text);
  font: inherit;
  font-size: 15px;
  padding: 13px 14px;
  outline: none;
  transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
.field select {
  color-scheme: dark;
}
.field textarea {
  min-height: 142px;
  resize: vertical;
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--muted-2);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(167,139,250,.72);
  background: rgba(255,255,255,.075);
  box-shadow: 0 0 0 4px rgba(124,58,237,.16);
}
.form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.form-status {
  min-height: 22px;
  color: var(--muted);
  font-size: 14px;
}
.form-status.is-success { color: #6ee7b7; }
.form-status.is-error { color: #fca5a5; }
.btn[disabled] {
  cursor: progress;
  opacity: .72;
  transform: none;
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* ---------- Outputs ---------- */
.outputs { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; padding: 44px; position: relative; overflow: hidden; }
.outputs::before { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 120% at 100% 0%, rgba(37,99,235,.14), transparent 55%); pointer-events: none; }
.outputs-copy h2 { font-size: clamp(26px,3.4vw,38px); letter-spacing: -0.03em; line-height: 1.1; margin: 8px 0 14px; }
.outputs-copy p { color: var(--muted); }
.outputs-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ochip { display: grid; justify-items: center; gap: 4px; padding: 22px 14px; border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid var(--border); transition: transform .3s var(--ease), border-color .3s; }
.ochip:hover { transform: translateY(-4px); border-color: var(--border-strong); }
.ochip .mini-ico { width: 30px; height: 30px; color: #fff; margin-bottom: 6px; }
.ochip b { font-family: ui-monospace, monospace; font-size: 14px; }
.ochip small { color: var(--muted-2); font-size: 12px; }

/* ---------- Security ---------- */
.security-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.sec { padding: 30px 28px; transition: transform .3s var(--ease), border-color .3s; }
.sec:hover { transform: translateY(-5px); border-color: var(--border-strong); }
.sec-ico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: rgba(124,58,237,.14); border: 1px solid rgba(124,58,237,.28); margin-bottom: 18px; }
.sec-ico svg { width: 25px; height: 25px; color: #c4b5fd; }
.sec h3 { font-size: 19px; letter-spacing: -0.02em; margin-bottom: 9px; }
.sec p { color: var(--muted); font-size: 14.5px; }

/* ---------- CTA final ---------- */
.cta-final { text-align: center; padding: 56px 32px; background: linear-gradient(135deg, rgba(124,58,237,.12), rgba(37,99,235,.1)); border: 1px solid var(--border-strong); position: relative; overflow: hidden; }
.cta-final::before { content: ""; position: absolute; width: 500px; height: 500px; left: 50%; top: -60%; transform: translateX(-50%); background: radial-gradient(circle, rgba(124,58,237,.3), transparent 65%); pointer-events: none; }
.cta-final h2 { font-size: clamp(28px,4vw,46px); letter-spacing: -0.03em; line-height: 1.08; position: relative; }
.cta-final > p { color: var(--muted); font-size: 18px; margin: 14px auto 28px; max-width: 520px; position: relative; }
.install-steps { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--border); position: relative; }
.install-label { display: block; font-size: 13px; color: var(--muted-2); font-weight: 600; margin-bottom: 12px; }
.install-steps ol { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 10px; list-style: none; counter-reset: s; }
.install-steps li { counter-increment: s; display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted); background: var(--surface); border: 1px solid var(--border); padding: 8px 14px; border-radius: 999px; }
.install-steps li::before { content: counter(s); display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--grad); color: #fff; font-size: 11px; font-weight: 700; }

/* ---------- Pricing ---------- */
.pricing { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; padding: 28px 24px; position: relative; transition: transform .3s var(--ease), border-color .3s; }
.price-card:hover { transform: translateY(-6px); border-color: var(--border-strong); }
.price-card.popular { border-color: rgba(124,58,237,.5); background: linear-gradient(180deg, rgba(124,58,237,.12), var(--surface)); box-shadow: var(--shadow-glow); }
.price-tag { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: var(--grad); padding: 4px 12px; border-radius: 999px; white-space: nowrap; }
.price-card h3 { font-size: 18px; letter-spacing: -0.01em; }
.price-amt { display: flex; align-items: baseline; gap: 6px; margin: 12px 0 4px; }
.price-amt .amt { font-size: 36px; font-weight: 800; letter-spacing: -0.03em; }
.price-amt .per { font-size: 13px; color: var(--muted); }
.price-line { color: var(--muted); font-size: 14px; min-height: 20px; }
.price-feats { list-style: none; display: grid; gap: 9px; margin: 18px 0 22px; flex: 1; }
.price-feats li { position: relative; padding-left: 24px; font-size: 13.5px; color: var(--text); }
.price-feats li::before { content: ""; position: absolute; left: 0; top: 3px; width: 16px; height: 16px; border-radius: 50%; background: var(--grad); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 13 4 4L19 7' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/11px no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 13 4 4L19 7' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/11px no-repeat; }
.price-cta { justify-content: center; margin-top: auto; }
.pricing-note { text-align: center; color: var(--muted); font-size: 14px; margin-top: 22px; }
.pricing-note a { color: #c4b5fd; }
@media (max-width: 980px) { .pricing { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .pricing { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; transition: border-color .25s, background .25s; }
.faq-item[open] { border-color: var(--border-strong); background: var(--surface-2); }
.faq-item summary { list-style: none; cursor: pointer; padding: 19px 22px; font-weight: 600; font-size: 16.5px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; width: 18px; height: 18px; flex: none; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; background: var(--muted); border-radius: 2px; transition: transform .3s var(--ease); }
.faq-plus::before { left: 0; top: 8px; width: 18px; height: 2px; }
.faq-plus::after { left: 8px; top: 0; width: 2px; height: 18px; }
.faq-item[open] .faq-plus::after { transform: rotate(90deg); opacity: 0; }
.faq-body { padding: 0 22px 20px; color: var(--muted); }
.faq-body p { max-width: 64ch; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--border); margin-top: 40px; padding: 48px 0 28px; background: linear-gradient(180deg, transparent, rgba(124,58,237,.05)); }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-bottom: 28px; }
.footer-brand { display: flex; gap: 14px; max-width: 360px; }
.footer-brand strong { font-size: 16px; }
.footer-brand p { color: var(--muted); font-size: 13.5px; margin-top: 3px; }
.footer-links { display: flex; gap: 8px; flex-wrap: wrap; align-content: flex-start; }
.footer-links a { color: var(--muted); font-size: 14px; padding: 6px 12px; border-radius: 8px; transition: color .2s, background .2s; }
.footer-links a:hover { color: var(--text); background: var(--surface); }
.footer-bottom { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 22px; border-top: 1px solid var(--border); font-size: 13px; color: var(--muted-2); }

/* ---------- Legal pages ---------- */
.legal-main {
  padding: 62px 24px 0;
}
.legal-shell {
  max-width: 880px;
  margin-inline: auto;
}
.legal-hero {
  margin-bottom: 24px;
}
.legal-hero .eyebrow {
  margin-bottom: 12px;
}
.legal-hero h1 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.legal-hero p {
  color: var(--muted);
  margin-top: 14px;
  font-size: 17px;
}
.legal-card {
  padding: 38px;
}
.legal-content {
  display: grid;
  gap: 24px;
}
.legal-content section {
  display: grid;
  gap: 10px;
}
.legal-content h2 {
  font-size: 22px;
  letter-spacing: -0.02em;
}
.legal-content p,
.legal-content li {
  color: var(--muted);
}
.legal-content ul {
  display: grid;
  gap: 9px;
  padding-left: 22px;
}
.legal-content a {
  color: #c4b5fd;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 48px; gap: 30px; }
  .hero-visual { order: 2; }
  .lede { max-width: none; }
  .features, .security-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: 1fr; gap: 16px; }
  .step-link { display: none; }
  .split, .outputs, .request-panel { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .nav-links { position: fixed; inset: 68px 0 auto; flex-direction: column; gap: 4px; background: rgba(10,10,18,.96); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); padding: 14px 24px 22px; transform: translateY(-130%); transition: transform .35s var(--ease); margin: 0; }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 12px; font-size: 16px; }
  .nav .nav-cta .btn-ghost { display: none; }
  .nav-toggle { display: flex; order: 3; }
  .features, .security-grid, .outputs-chips { grid-template-columns: 1fr; }
  .section { padding: 56px 24px; }
  .hero h1 { font-size: clamp(34px, 9vw, 48px); }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 560px) {
  .request-panel { padding: 26px 20px; }
  .form-row.two { grid-template-columns: 1fr; }
  .form-actions .btn { width: 100%; justify-content: center; }
  .legal-card { padding: 26px 20px; }
}
