/* === LittleFam Webseite — Main Stylesheet === */

/* Fonts */
@font-face {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Nohemi-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Nohemi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Nohemi-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Geist-Regular.ttf") format("truetype");
}

:root {
  --bg: #0A0A0A;
  --bg-soft: #131313;
  --card: #1A1A1A;
  --card-2: #232323;
  --line: #262626;
  --line-soft: #1d1d1d;
  --text: #FFFFFF;
  --muted: #9A9A9A;
  --faint: #5A5A5A;
  --lavender: #CFB4FF;
  --lavender-soft: #E5D6FF;
  --lavender-deep: #8E6FE8;
  --lime: #D7FF3D;
  --coral: #FFB4B0;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --pad: clamp(20px, 4vw, 56px);
  --maxw: 1240px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--text); }
html { scroll-behavior: smooth; }
body {
  font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }

h1, h2, h3, h4 {
  font-family: "Nohemi", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(48px, 8vw, 104px); }
h2 { font-size: clamp(36px, 5.5vw, 72px); }
h3 { font-size: clamp(24px, 3vw, 36px); letter-spacing: 0; line-height: 1.05; }
h4 { font-size: clamp(18px, 2vw, 22px); letter-spacing: 0; line-height: 1.15; }

.eyebrow {
  font-family: "Nohemi", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lavender);
}

.brand,
.btn,
.hero-eyebrow,
.app-eyebrow, .app-h1, .stat-num, .stat-label, .stat-lime .stat-label,
.mit-card .title, .inbox-card .t, .inbox-card .h,
.float-badge .b-t,
.strip-inner,
.problem-card .q, .problem-card .marker,
.feature .tag, .task-item .t, .task-item .who, .member .name,
.scanner-paper .pl, .scanner-paper .pi,
.day-pill, .feature .day-pill,
.step .num, .step h4,
.plan .pname, .plan .price, .plan .badge, .plan li,
.quote blockquote, .quote cite,
.faq-q, .faq-q .plus,
.final-cta p, .store-btn small, .store-btn strong,
.footer-col h5, .footer-bottom,
.nav-links a, .avatars + div strong {
  font-family: "Nohemi", -apple-system, BlinkMacSystemFont, sans-serif;
}
.lead, .feature .desc, .step p, .faq-a, .plan .sub,
.problem-card .a, .footer-brand p, .footer-col ul,
.hero-trust {
  font-family: "Geist", -apple-system, BlinkMacSystemFont, sans-serif;
}
.lead { font-size: clamp(17px, 1.6vw, 21px); color: var(--muted); line-height: 1.5; font-weight: 500; max-width: 56ch; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }

/* === NAV === */
header.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(10,10,10,0.7);
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
header.nav.scrolled { border-bottom-color: var(--line-soft); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 88px;
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad);
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-weight: 800; font-size: 20px; letter-spacing: 0;
}
.brand img { height: 44px; width: auto; display: block; }
.footer-brand .brand img { height: 64px; }
@media (max-width: 820px) {
  .brand img { height: 38px; }
}
.nav-links { display: flex; gap: 32px; }
.nav-links a {
  color: var(--muted); font-size: 15px; font-weight: 600;
  transition: color .15s;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
@media (max-width: 820px) {
  .nav-links { display: none; }
  .nav-cta .btn-ghost { display: none; }
}

/* === BUTTONS === */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 48px; padding: 0 22px;
  border-radius: 999px;
  font-weight: 700; font-size: 15px; letter-spacing: 0;
  transition: transform .15s, background .15s, color .15s, opacity .15s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--lavender); color: #1a1024; }
.btn-primary:hover { background: var(--lavender-soft); }
.btn-lime { background: var(--lime); color: #1a2400; }
.btn-ghost { background: rgba(255,255,255,0.06); color: var(--text); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); }
.btn-outline { background: transparent; color: var(--text); box-shadow: inset 0 0 0 1px var(--line); }
.btn-outline:hover { background: rgba(255,255,255,0.04); }
.btn-lg { height: 56px; padding: 0 28px; font-size: 16px; }

/* === HERO === */
.hero {
  position: relative;
  padding: clamp(48px, 8vw, 100px) 0 clamp(60px, 9vw, 120px);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: -10% -10% auto -10%;
  height: 70%;
  background:
    radial-gradient(50% 60% at 20% 30%, rgba(207,180,255,0.18), transparent 70%),
    radial-gradient(40% 50% at 90% 20%, rgba(215,255,61,0.07), transparent 70%);
  pointer-events: none;
  filter: blur(8px);
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
}
.hero h1 .accent { color: var(--lavender); }
.hero h1 .accent-lime { color: var(--lime); white-space: nowrap; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px 6px 8px;
  background: rgba(207,180,255,0.12);
  border: 1px solid rgba(207,180,255,0.25);
  border-radius: 999px;
  color: var(--lavender);
  font-size: 13px; font-weight: 700; letter-spacing: 0;
  margin-bottom: 28px;
}
.hero-eyebrow .dot {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--lavender); color: #1a1024;
  display: grid; place-items: center; font-size: 11px;
}
.hero-cta { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust {
  margin-top: 40px;
  display: flex; align-items: center; gap: 18px;
  color: var(--muted); font-size: 14px;
}
.avatars { display: flex; }
.avatars > span {
  width: 32px; height: 32px; border-radius: 50%;
  background: #444; border: 2px solid var(--bg);
  margin-left: -8px; background-size: cover; background-position: center;
}
.avatars > span:first-child { margin-left: 0; }
.stars { color: var(--lime); letter-spacing: 2px; }

/* === PHONE MOCKUP === */
.phone-stack {
  position: relative;
  display: grid;
  place-items: center;
  perspective: 1200px;
}
.phone {
  width: min(360px, 88vw);
  aspect-ratio: 9 / 19.5;
  background: #000;
  border-radius: 48px;
  padding: 14px;
  box-shadow:
    0 0 0 2px #1f1f1f,
    0 0 0 12px #0e0e0e,
    0 50px 80px -20px rgba(0,0,0,0.8),
    0 30px 60px -30px rgba(207,180,255,0.25);
  position: relative;
  transform: rotate(-2deg);
}
.phone::before {
  content: ""; position: absolute;
  top: 22px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 30px; border-radius: 20px;
  background: #000; z-index: 5;
}
.phone-screen {
  width: 100%; height: 100%;
  border-radius: 36px;
  background: #0A0A0A;
  overflow: hidden;
  display: flex; flex-direction: column;
  padding: 56px 22px 0;
  position: relative;
}
.app-eyebrow {
  font-size: 9px; font-weight: 800; letter-spacing: 0.18em;
  color: var(--lavender); text-transform: uppercase;
  margin-top: 4px;
}
.app-h1 {
  font-size: 30px; font-weight: 800; letter-spacing: 0; line-height: 0.95;
  margin: 8px 0 18px;
}
.app-h1 .l { color: var(--lavender); }
.app-row { display: flex; gap: 10px; margin-bottom: 12px; }
.stat-card {
  flex: 1; background: #1A1A1A; border-radius: 18px; padding: 14px;
  display: flex; flex-direction: column; gap: 10px;
  min-height: 110px;
}
.stat-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: #2a2a2a; display: grid; place-items: center; color: #777;
}
.stat-label { font-size: 10px; color: var(--muted); letter-spacing: 0; line-height: 1.1; }
.stat-num { font-size: 22px; font-weight: 800; letter-spacing: 0; }
.stat-lime {
  background: var(--lime); color: #1a2400;
  display: flex; align-items: center; gap: 10px;
  padding: 14px 12px; border-radius: 18px;
}
.stat-lime .stat-icon { background: rgba(0,0,0,0.12); color: #1a2400; }
.stat-lime .stat-num { font-size: 18px; }
.stat-lime .stat-label { color: rgba(26,36,0,0.7); font-weight: 700; }

.app-section-label { font-size: 11px; font-weight: 700; color: var(--muted); margin: 16px 0 8px; letter-spacing: 0; }
.mitgedacht-row { display: flex; gap: 8px; overflow: hidden; }
.mit-card {
  flex: 0 0 110px; height: 130px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%), var(--mc-color, #4a3360);
  background-size: cover; background-position: center;
  position: relative; overflow: hidden;
  padding: 8px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.mit-card .pill {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(0,0,0,0.4); backdrop-filter: blur(4px);
  color: var(--lavender);
  display: grid; place-items: center; font-size: 11px;
}
.mit-card .pill + .pill { background: rgba(255,255,255,0.15); color: #fff; }
.mit-card .row { display: flex; justify-content: space-between; }
.mit-card .title { font-size: 10px; font-weight: 700; letter-spacing: 0; line-height: 1.15; }

.inbox-card {
  margin-top: 14px;
  background: var(--lavender); color: #1a1024;
  border-radius: 18px; padding: 12px 14px;
}
.inbox-card .h { font-size: 9px; font-weight: 700; color: rgba(26,16,36,0.6); letter-spacing: 0; }
.inbox-card .t { font-size: 14px; font-weight: 800; letter-spacing: 0; margin: 4px 0 2px; }
.inbox-card .d { font-size: 10px; color: rgba(26,16,36,0.7); line-height: 1.3; }

.tabbar {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(180deg, transparent, #0A0A0A 30%);
  display: flex; align-items: center; justify-content: space-around;
  padding: 0 24px 16px;
}
.tabbar .ti { width: 22px; height: 22px; color: var(--faint); }
.tabbar .ti.active { color: var(--lavender); }
.tabbar .ti.scan {
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff; color: #000; display: grid; place-items: center;
  margin-bottom: 16px;
}

/* === FLOATING BADGES === */
.float-badge {
  position: absolute;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 16px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,0.8);
  z-index: 2;
}
.float-badge .b-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--lavender); color: #1a1024;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.float-badge.lime .b-icon { background: var(--lime); color: #1a2400; }
.float-badge .b-t { font-size: 13px; font-weight: 700; letter-spacing: 0; }
.float-badge .b-s { font-size: 11px; color: var(--muted); }
.fb-top { top: 8%; left: -8%; transform: rotate(-4deg); }
.fb-bot { bottom: 12%; right: -10%; transform: rotate(3deg); }
@media (max-width: 980px) {
  .fb-top { left: 0%; top: 4%; }
  .fb-bot { right: 0%; bottom: 4%; }
}

/* === MARQUEE STRIP === */
.strip {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 28px 0;
  overflow: hidden;
}
.strip-inner {
  display: flex; gap: 56px; align-items: center;
  color: var(--faint); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  animation: marquee 30s linear infinite;
  width: max-content;
}
.strip-inner > * { white-space: nowrap; flex-shrink: 0; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* === SECTIONS === */
section { padding: clamp(72px, 10vw, 140px) 0; }
.section-head { text-align: center; max-width: 800px; margin: 0 auto clamp(40px, 6vw, 80px); }
.section-head .lead { margin: 24px auto 0; }

.problem-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 60px;
}
@media (max-width: 820px) { .problem-grid { grid-template-columns: 1fr; } }
.problem-card {
  background: var(--card); border-radius: var(--radius-lg);
  padding: 28px; min-height: 200px;
  display: flex; flex-direction: column; justify-content: space-between;
  border: 1px solid var(--line-soft);
}
.problem-card .q {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 800; letter-spacing: 0; line-height: 1.1;
}
.problem-card .a {
  font-size: 14px; color: var(--muted); margin-top: 16px;
}
.problem-card .marker {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(207,180,255,0.15); color: var(--lavender);
  display: grid; place-items: center;
  font-size: 18px;
}

/* === FEATURES === */
.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 820px) { .features { grid-template-columns: 1fr; } }
.feature {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 3.5vw, 44px);
  position: relative; overflow: hidden;
  min-height: 460px;
  display: flex; flex-direction: column;
}
.feature.wide { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 40px; min-height: 380px; }
.feature.wide > .ftext { flex: 1; }
.feature.wide > .fviz { flex: 1; align-self: stretch; display: flex; align-items: center; justify-content: center; min-height: 280px; }
@media (max-width: 820px) { .feature.wide { flex-direction: column; } }

.feature .tag {
  display: inline-flex; padding: 4px 10px; border-radius: 999px;
  background: rgba(207,180,255,0.15); color: var(--lavender);
  font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 18px; width: fit-content;
}
.feature.lime-tag .tag { background: rgba(215,255,61,0.15); color: var(--lime); }
.feature h3 { margin-bottom: 14px; }
.feature .desc { color: var(--muted); font-size: 16px; max-width: 50ch; }
.feature .fviz { margin-top: 32px; flex: 1; display: flex; align-items: flex-end; justify-content: center; }

.task-list { width: 100%; max-width: 340px; display: flex; flex-direction: column; gap: 8px; }
.task-item {
  background: var(--card-2); border-radius: 16px; padding: 12px 14px;
  display: flex; align-items: center; gap: 12px;
}
.task-item .check {
  width: 22px; height: 22px; border-radius: 50%;
  border: 1.5px solid var(--faint);
  flex-shrink: 0;
}
.task-item.done .check { background: var(--lime); border-color: var(--lime); }
.task-item.done .check::after {
  content: "✓"; color: #1a2400; font-size: 14px; font-weight: 800;
  display: grid; place-items: center; line-height: 22px; text-align: center; width: 100%;
}
.task-item .t { flex: 1; font-size: 14px; font-weight: 600; }
.task-item.done .t { color: var(--faint); text-decoration: line-through; }
.task-item .who {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--lavender); color: #1a1024;
  font-size: 10px; font-weight: 800; display: grid; place-items: center;
}
.task-item .who.n { background: #FF9CC2; }
.task-item .who.m { background: var(--lime); color: #1a2400; }

.members-stack { width: 100%; max-width: 320px; display: flex; flex-direction: column; gap: 10px; }
.member {
  background: var(--card-2); border-radius: 18px; padding: 12px 14px;
  display: flex; align-items: center; gap: 12px;
}
.member .av {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--lavender), var(--lavender-deep));
  flex-shrink: 0;
  background-size: cover; background-position: center;
}
.member .av.n { background: linear-gradient(135deg, #FF7AB6, #C53A75); }
.member .av.m { background: linear-gradient(135deg, #76C893, #3A8A5C); }
.member .name { font-size: 13px; font-weight: 700; }
.member .bar { height: 6px; background: #2a2a2a; border-radius: 999px; margin-top: 6px; overflow: hidden; }
.member .bar > i { display: block; height: 100%; background: var(--lavender); border-radius: 999px; }
.member .meta { flex: 1; }
.member .pct { font-size: 12px; color: var(--muted); font-weight: 700; }

.scanner-viz {
  position: relative;
  width: 100%; max-width: 320px;
  aspect-ratio: 4 / 3;
  background: var(--card-2);
  border-radius: 22px;
  overflow: hidden;
  display: grid; place-items: center;
}
.scanner-viz::after {
  content: ""; position: absolute; left: 0; right: 0;
  height: 2px; background: var(--lavender);
  box-shadow: 0 0 20px var(--lavender);
  animation: scan 2.5s ease-in-out infinite;
}
@keyframes scan { 0%, 100% { top: 12%; } 50% { top: 86%; } }
.scanner-paper {
  width: 65%; background: #f5f1e8; color: #333;
  border-radius: 6px;
  padding: 14px 12px;
  font-size: 9px; font-weight: 600;
  transform: rotate(-4deg);
  box-shadow: 0 12px 30px rgba(0,0,0,0.5);
  line-height: 1.4;
}
.scanner-paper .pl { font-weight: 800; font-size: 11px; margin-bottom: 6px; letter-spacing: 0; }
.scanner-paper .pi { display: flex; gap: 6px; align-items: center; padding: 2px 0; }
.scanner-paper .pi::before { content: "□"; }
.scanner-out {
  margin-top: 14px;
  background: var(--card-2);
  border-radius: 16px;
  padding: 14px;
  width: 100%; max-width: 320px;
  display: flex; flex-direction: column; gap: 8px;
}

/* === STEPS === */
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }
.step {
  background: var(--card); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); padding: 32px;
  position: relative;
}
.step .num {
  font-size: 14px; font-weight: 800;
  color: var(--lavender); letter-spacing: 0.08em;
  margin-bottom: 24px;
}
.step h4 { margin-bottom: 10px; }
.step p { color: var(--muted); font-size: 15px; margin: 0; }
.step .icon {
  margin-top: 32px;
  width: 56px; height: 56px; border-radius: 18px;
  background: rgba(207,180,255,0.12); color: var(--lavender);
  display: grid; place-items: center;
}

/* === QUOTE === */
.quote {
  background: var(--lavender); color: #1a1024;
  border-radius: var(--radius-xl);
  padding: clamp(40px, 6vw, 80px);
  text-align: center;
}
.quote blockquote {
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 800; letter-spacing: 0; line-height: 1.1;
  margin: 0;
  text-wrap: balance;
}
.quote cite {
  display: block; margin-top: 32px;
  font-style: normal; font-size: 14px; font-weight: 700;
  opacity: 0.7;
}

/* === PRICING === */
.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 920px; margin: 0 auto; }
@media (max-width: 820px) { .pricing { grid-template-columns: 1fr; } }
.plan {
  background: var(--card); border: 1px solid var(--line-soft);
  border-radius: var(--radius-xl); padding: 36px;
  display: flex; flex-direction: column;
}
.plan.featured { background: linear-gradient(180deg, #2a1f3f 0%, #1a1024 100%); border-color: var(--lavender-deep); }
.plan .pname { font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.plan.featured .pname { color: var(--lavender); }
.plan .price { font-size: 56px; font-weight: 800; letter-spacing: 0; line-height: 1; margin: 18px 0 6px; }
.plan .price small { font-size: 16px; font-weight: 600; color: var(--muted); }
.plan .sub { font-size: 14px; color: var(--muted); margin-bottom: 28px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 32px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.plan li {
  display: flex; align-items: center; gap: 12px;
  font-size: 15px; font-weight: 500;
}
.plan li::before {
  content: ""; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(207,180,255,0.18) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CFB4FF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/12px no-repeat;
  flex-shrink: 0;
}
.plan .badge {
  align-self: flex-start;
  padding: 6px 12px; border-radius: 999px;
  background: var(--lavender); color: #1a1024;
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
}

/* === FAQ === */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: var(--card); border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.faq-q {
  width: 100%; text-align: left;
  padding: 22px 24px;
  font-size: 17px; font-weight: 700; letter-spacing: 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  cursor: pointer;
  list-style: none;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q .plus {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,0.06);
  display: grid; place-items: center;
  flex-shrink: 0;
  transition: transform .25s, background .25s;
}
.faq-item[open] .faq-q .plus { background: var(--lavender); color: #1a1024; transform: rotate(45deg); }
.faq-a { color: var(--muted); font-size: 15px; line-height: 1.55; }
.faq-a-inner { padding: 0 24px 22px; max-width: 64ch; }

/* === FINAL CTA === */
.final-cta {
  background: var(--lime); color: #1a2400;
  border-radius: var(--radius-xl);
  padding: clamp(48px, 7vw, 88px);
  text-align: center;
  position: relative; overflow: hidden;
}
.final-cta h2 .l { color: #1a2400; }
.final-cta p { font-size: 18px; max-width: 50ch; margin: 18px auto 0; opacity: 0.75; }
.final-cta .cta-row {
  margin-top: 36px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}
.final-cta .btn-primary { background: #1a2400; color: var(--lime); }
.final-cta .btn-primary:hover { background: #2c3a00; }
.final-cta .btn-outline { box-shadow: inset 0 0 0 1.5px rgba(26,36,0,0.3); color: #1a2400; }
.final-cta .btn-outline:hover { background: rgba(26,36,0,0.05); }

/* === FOOTER === */
footer {
  padding: 60px 0 40px;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
}
@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
.footer-brand p { max-width: 36ch; font-size: 14px; margin: 14px 0 0; }
.footer-col h5 { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text); margin: 0 0 16px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-col a:hover { color: var(--text); }
.footer-bottom {
  border-top: 1px solid var(--line-soft);
  padding-top: 24px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13px;
}

/* === APP STORE BUTTONS === */
.store-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.store-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: #fff; color: #000;
  height: 56px; padding: 0 22px; border-radius: 14px;
  font-weight: 700;
  transition: transform .15s;
}
.store-btn:hover { transform: translateY(-1px); }
.store-btn small { display: block; font-size: 10px; font-weight: 500; opacity: 0.6; letter-spacing: 0.05em; text-transform: uppercase; line-height: 1; }
.store-btn strong { font-size: 17px; font-weight: 700; letter-spacing: 0; line-height: 1.1; }

/* === UTILS === */
.center { text-align: center; }
.mt-tight { margin-top: 8px; }

/* === Scroll reveal === */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .strip-inner, .scanner-viz::after { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* === LEGAL PAGES === */
.legal-hero {
  padding: clamp(56px, 8vw, 100px) 0 clamp(32px, 5vw, 60px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.legal-hero::before {
  content: ""; position: absolute; inset: -10% -10% auto -10%;
  height: 60%;
  background: radial-gradient(50% 60% at 50% 0%, rgba(207,180,255,0.12), transparent 70%);
  pointer-events: none;
}
.legal-hero h1 { font-size: clamp(40px, 6vw, 72px); position: relative; }
.legal-hero .stand { color: var(--muted); margin-top: 16px; font-size: 14px; position: relative; }
.legal-hero .eyebrow { position: relative; }

.legal-back {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--muted); font-size: 14px; font-weight: 600;
  margin-bottom: 28px;
  transition: color .15s;
}
.legal-back:hover { color: var(--text); }

.legal-content {
  max-width: 760px; margin: 0 auto;
  padding: 0 var(--pad) clamp(80px, 10vw, 140px);
  font-family: "Geist", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px; line-height: 1.7; color: #D5D5D5;
}
.legal-content h2 {
  font-size: clamp(22px, 2.6vw, 28px);
  margin-top: 56px; margin-bottom: 18px;
  color: var(--text);
  letter-spacing: 0; line-height: 1.2;
}
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content h3 {
  font-size: clamp(17px, 1.8vw, 20px);
  margin-top: 32px; margin-bottom: 12px;
  color: var(--text);
  letter-spacing: 0; line-height: 1.3;
}
.legal-content p { margin: 0 0 18px; }
.legal-content a {
  color: var(--lavender);
  text-decoration: underline;
  text-decoration-color: rgba(207,180,255,0.4);
  text-underline-offset: 3px;
  transition: text-decoration-color .15s;
}
.legal-content a:hover { text-decoration-color: var(--lavender); }
.legal-content ul, .legal-content ol {
  padding-left: 22px; margin: 0 0 18px;
}
.legal-content li { margin-bottom: 8px; }
.legal-content strong { color: var(--text); font-weight: 700; }
.legal-content em { color: var(--text); font-style: italic; }
.legal-content code {
  background: var(--card);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.92em;
  font-family: "SFMono-Regular", Menlo, monospace;
  color: var(--lavender);
}
.legal-content hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 48px 0;
}
.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
  font-size: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.legal-content table th,
.legal-content table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
}
.legal-content table th {
  background: var(--card);
  font-family: "Nohemi", sans-serif;
  font-weight: 700;
  color: var(--text);
  font-size: 13px;
  letter-spacing: 0.02em;
}
.legal-content table tr:last-child td { border-bottom: 0; }
.legal-content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  background: var(--card);
  border-left: 3px solid var(--lavender);
  border-radius: 8px;
  color: var(--muted);
  font-style: italic;
}
