/* ===========================================================
   Proinnova GPS — Cinematic Interactive Website
   Dark · präzise · high-end. Akzentfarbe wechselt je Hero-Mode.
   =========================================================== */

:root {
  --bg: #06080c;
  --bg-2: #090d14;
  --surface: #0d121b;
  --surface-2: #121826;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --ink: #eef2f7;
  --muted: #97a3b6;
  --muted-2: #6b7689;

  /* Akzent (Default = Tag). Wird via [data-mode] überschrieben. */
  --accent: #2bb8ff;
  --accent-soft: rgba(43, 184, 255, 0.14);
  --accent-glow: rgba(43, 184, 255, 0.45);

  --radius: 16px;
  --radius-lg: 22px;
  --maxw: 1180px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --shadow: 0 24px 60px -28px rgba(0, 0, 0, 0.8);
}

/* Mode-abhängige Akzente + Hintergrundstimmung */
body[data-mode="tag"]        { --accent:#2bb8ff; --accent-soft:rgba(43,184,255,.14); --accent-glow:rgba(43,184,255,.45); }
body[data-mode="daemmerung"] { --accent:#ff9a52; --accent-soft:rgba(255,154,82,.15); --accent-glow:rgba(255,138,82,.5);  }
body[data-mode="nacht"]      { --accent:#8aa2ff; --accent-soft:rgba(138,162,255,.16); --accent-glow:rgba(120,150,255,.55); }

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, .brand__text { font-family: "Space Grotesk", "Inter", sans-serif; letter-spacing: -0.02em; }

a { color: inherit; text-decoration: none; }
img, canvas, video, svg { display: block; max-width: 100%; }

.container { width: min(100% - 44px, var(--maxw)); margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  --pad: 14px 26px;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: var(--pad); border-radius: 999px; font-weight: 600; font-size: 0.95rem;
  border: 1px solid transparent; cursor: pointer; transition: transform .25s var(--ease), background .25s, border-color .25s, box-shadow .25s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary {
  background: var(--accent); color: #04121c; box-shadow: 0 10px 30px -10px var(--accent-glow);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 38px -12px var(--accent-glow); }
.btn--ghost {
  background: rgba(255,255,255,.04); color: var(--ink); border-color: var(--line-strong);
  backdrop-filter: blur(6px);
}
.btn--ghost:hover { border-color: var(--accent); color: #fff; transform: translateY(-2px); }

.eyebrow {
  display: inline-block; font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); font-weight: 600; margin-bottom: 16px;
}

/* ===========================================================
   NAVIGATION
   =========================================================== */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: background .4s var(--ease), border-color .4s, backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(6,8,12,.78); backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--line);
}
.nav__inner {
  width: min(100% - 44px, var(--maxw)); margin-inline: auto;
  height: 72px; display: flex; align-items: center; gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.brand__mark { color: var(--accent); display: grid; place-items: center; transition: color .4s; }
.brand__text { font-size: 1.05rem; letter-spacing: 0.02em; }
.brand__accent { color: var(--accent); transition: color .4s; }
.nav__links { display: flex; gap: 26px; margin-left: auto; }
.nav__links a { font-size: 0.92rem; color: var(--muted); font-weight: 500; position: relative; padding: 6px 0; transition: color .25s; }
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--accent);
  transition: width .3s var(--ease);
}
.nav__links a:hover, .nav__links a.is-active { color: var(--ink); }
.nav__links a.is-active::after { width: 100%; }
.nav__cta { padding: 10px 20px; }
.nav__burger { display: none; background: none; border: 0; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.nav__burger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s; }

/* ===========================================================
   HERO
   =========================================================== */
.hero {
  position: relative; min-height: 100svh; display: flex; flex-direction: column;
  justify-content: flex-end; padding: 0 0 96px; overflow: hidden; isolation: isolate;
}
.hero__stage { position: absolute; inset: 0; z-index: -2; }
.hero__canvas { width: 100%; height: 100%; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s var(--ease); }
.hero__video.is-active { opacity: 1; }
.hero__grain {
  position: absolute; inset: 0; opacity: .05; pointer-events: none; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero__vignette {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(120% 80% at 50% 0%, transparent 40%, rgba(0,0,0,.35) 100%),
    linear-gradient(180deg, rgba(6,8,12,.35) 0%, transparent 30%, transparent 55%, rgba(6,8,12,.92) 100%);
}

/* Mode-Switch */
.modeswitch {
  position: absolute; top: 96px; left: 50%; transform: translateX(-50%); z-index: 5;
  display: inline-flex; align-items: center; gap: 4px; padding: 6px;
  background: rgba(10,14,20,.55); border: 1px solid var(--line-strong); border-radius: 999px;
  backdrop-filter: blur(12px); isolation: isolate;
}
.modeswitch__btn {
  position: relative; z-index: 2; border: 0; background: none; color: var(--muted);
  font-family: inherit; font-weight: 600; font-size: 0.86rem; padding: 9px 20px; border-radius: 999px;
  cursor: pointer; transition: color .3s;
}
.modeswitch__btn.is-active { color: #04121c; }
.modeswitch__pill {
  position: absolute; z-index: 1; top: 6px; bottom: 6px; border-radius: 999px;
  background: var(--accent); box-shadow: 0 6px 20px -6px var(--accent-glow);
  transition: left .4s var(--ease), width .4s var(--ease), background .4s;
}

.hero__content { position: relative; width: min(100% - 44px, var(--maxw)); margin-inline: auto; max-width: 720px; }
.hero__eyebrow {
  display: inline-block; font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent); font-weight: 600; margin-bottom: 18px;
  padding: 6px 14px; border: 1px solid var(--line-strong); border-radius: 999px; background: rgba(0,0,0,.25);
}
.hero__title { font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.02; font-weight: 700; }
.hero__sub { margin-top: 22px; font-size: clamp(1.02rem, 1.6vw, 1.22rem); color: var(--muted); max-width: 560px; }
.hero__actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }

.hero__scroll {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 5;
  width: 26px; height: 42px; border: 2px solid var(--line-strong); border-radius: 16px; display: grid; place-items: start center;
}
.hero__scroll span { width: 4px; height: 8px; margin-top: 7px; border-radius: 4px; background: var(--accent); animation: scrolldot 1.8s var(--ease) infinite; }
@keyframes scrolldot { 0%{opacity:0;transform:translateY(0)} 30%{opacity:1} 70%{opacity:1;transform:translateY(12px)} 100%{opacity:0;transform:translateY(16px)} }

[data-hero] { transition: opacity .45s var(--ease), transform .45s var(--ease); }
.hero.is-switching [data-hero] { opacity: 0; transform: translateY(10px); }

/* ===========================================================
   SECTIONS (generisch)
   =========================================================== */
.section { padding: clamp(80px, 11vw, 140px) 0; position: relative; }
.section--alt { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 50%, var(--bg) 100%); }
.section__head { max-width: 640px; margin-bottom: 56px; }
.section__title { font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.08; }
.section__lead { margin-top: 18px; color: var(--muted); font-size: 1.08rem; }

/* ---------- Filter ---------- */
.filter { display: inline-flex; gap: 6px; padding: 6px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; margin-bottom: 40px; }
.filter__btn {
  border: 0; background: none; color: var(--muted); font-family: inherit; font-weight: 600; font-size: 0.9rem;
  padding: 9px 22px; border-radius: 999px; cursor: pointer; transition: color .25s, background .25s;
}
.filter__btn.is-active { color: #04121c; background: var(--accent); }

/* ---------- Produktkarten ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px 28px; display: flex; flex-direction: column; transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
  overflow: hidden;
}
.card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0; transition: opacity .35s;
}
.card:hover { transform: translateY(-6px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.card:hover::before { opacity: 1; }
.card--featured { border-color: color-mix(in srgb, var(--accent) 40%, var(--line)); background: linear-gradient(180deg, var(--surface-2), var(--surface)); }
.card--featured::before { opacity: 1; }
.card__badge {
  align-self: flex-start; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--muted); background: rgba(255,255,255,.05); border: 1px solid var(--line); padding: 5px 11px; border-radius: 999px; margin-bottom: 18px;
}
.card__badge--accent { color: #04121c; background: var(--accent); border-color: transparent; }
.card__name { font-size: 1.5rem; }
.card__type { color: var(--accent); font-size: 0.88rem; font-weight: 600; margin-top: 4px; }
.card__desc { color: var(--muted); margin-top: 14px; font-size: 0.96rem; }
.card__features { list-style: none; margin: 20px 0 24px; display: grid; gap: 10px; }
.card__features li { position: relative; padding-left: 26px; font-size: 0.92rem; color: #cdd6e3; }
.card__features li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 8px;
  border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(-45deg);
}
.card__price { margin-top: auto; display: flex; align-items: baseline; gap: 6px; }
.card__amount { font-family: "Space Grotesk"; font-size: 1.9rem; font-weight: 700; }
.card__per { color: var(--muted); font-size: 0.92rem; }
.card__cta { margin-top: 22px; width: 100%; }

/* ---------- Modi / Map ---------- */
.modi { display: grid; grid-template-columns: 340px 1fr; gap: 26px; align-items: start; }
.modi__tabs { display: flex; flex-direction: column; gap: 12px; }
.modi__tab {
  text-align: left; border: 1px solid var(--line); background: var(--surface); border-radius: var(--radius);
  padding: 20px 22px; cursor: pointer; transition: border-color .3s, background .3s, transform .3s; color: var(--ink);
}
.modi__tab strong { display: block; font-family: "Space Grotesk"; font-size: 1.1rem; }
.modi__tab span { display: block; color: var(--muted); font-size: 0.88rem; margin-top: 4px; }
.modi__tab:hover { transform: translateX(4px); border-color: var(--line-strong); }
.modi__tab.is-active { border-color: var(--accent); background: linear-gradient(120deg, var(--accent-soft), var(--surface)); }
.modi__tab.is-active strong { color: #fff; }
.modi__stage {
  position: relative; aspect-ratio: 16 / 10; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line-strong); background: #05070b;
}
.modi__map { width: 100%; height: 100%; }
.modi__readout {
  position: absolute; left: 18px; bottom: 18px; display: flex; align-items: center; gap: 12px;
  background: rgba(8,11,17,.82); border: 1px solid var(--line-strong); border-radius: 14px; padding: 12px 16px; backdrop-filter: blur(10px);
}
.modi__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 var(--accent-glow); animation: ping 1.8s infinite; }
@keyframes ping { 0%{box-shadow:0 0 0 0 var(--accent-glow)} 70%{box-shadow:0 0 0 12px transparent} 100%{box-shadow:0 0 0 0 transparent} }
.modi__readout-title { font-weight: 600; font-size: 0.95rem; }
.modi__readout-sub { color: var(--muted); font-size: 0.82rem; }

/* ---------- Studio / Konfigurator ---------- */
.studio { display: grid; grid-template-columns: 1fr 380px; gap: 26px; align-items: start; }
.studio__controls { display: grid; gap: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; }
.control__label { display: flex; justify-content: space-between; align-items: center; font-weight: 600; margin-bottom: 14px; }
.control__label output { font-family: "Space Grotesk"; color: var(--accent); font-size: 1.15rem; }
.control__hint { color: var(--muted-2); font-size: 0.82rem; margin-top: 10px; }

input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 999px; background: var(--surface-2); outline: none; }
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--accent);
  cursor: pointer; box-shadow: 0 0 0 5px var(--accent-soft), 0 6px 16px -4px var(--accent-glow); transition: transform .2s;
}
input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.12); }
input[type="range"]::-moz-range-thumb { width: 22px; height: 22px; border: 0; border-radius: 50%; background: var(--accent); cursor: pointer; }

.seg { display: inline-flex; gap: 5px; padding: 5px; background: var(--surface-2); border-radius: 12px; }
.seg__btn { border: 0; background: none; color: var(--muted); font-family: inherit; font-weight: 600; font-size: 0.9rem; padding: 10px 18px; border-radius: 9px; cursor: pointer; transition: .25s; }
.seg__btn em { font-style: normal; opacity: .8; font-size: 0.82rem; }
.seg__btn.is-active { background: var(--accent); color: #04121c; }

.toggles { display: grid; gap: 12px; }
.toggle { display: flex; align-items: center; gap: 14px; cursor: pointer; user-select: none; }
.toggle input { position: absolute; opacity: 0; }
.toggle__box { width: 46px; height: 26px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--line-strong); position: relative; transition: background .25s, border-color .25s; flex-shrink: 0; }
.toggle__box::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--muted); transition: transform .25s var(--ease), background .25s; }
.toggle input:checked + .toggle__box { background: var(--accent-soft); border-color: var(--accent); }
.toggle input:checked + .toggle__box::after { transform: translateX(20px); background: var(--accent); }
.toggle__text { font-size: 0.94rem; }
.toggle__text em { font-style: normal; color: var(--muted); font-size: 0.85rem; }

.studio__summary { background: linear-gradient(180deg, var(--surface-2), var(--surface)); border: 1px solid var(--line-strong); border-radius: var(--radius-lg); padding: 32px; position: sticky; top: 96px; }
.studio__summary-label { color: var(--muted); font-size: 0.85rem; letter-spacing: .1em; text-transform: uppercase; }
.studio__total { display: flex; align-items: baseline; gap: 8px; margin: 8px 0 2px; }
.studio__total span:first-child { font-family: "Space Grotesk"; font-size: 2.8rem; font-weight: 700; color: #fff; }
.studio__total-per { color: var(--muted); }
.studio__perveh { color: var(--muted); font-size: 0.9rem; }
.studio__breakdown { list-style: none; margin: 22px 0; display: grid; gap: 9px; border-top: 1px solid var(--line); padding-top: 22px; }
.studio__breakdown li { display: flex; justify-content: space-between; font-size: 0.9rem; color: var(--muted); }
.studio__breakdown li span:last-child { color: var(--ink); font-weight: 500; }
.studio__cta { width: 100%; }
.studio__note { color: var(--muted-2); font-size: 0.78rem; margin-top: 14px; text-align: center; }

/* ---------- Kontakt: Kalender + Formular ---------- */
.contact { display: grid; grid-template-columns: 380px 1fr; gap: 26px; align-items: start; }
.calendar { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; }
.calendar__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.calendar__month { font-family: "Space Grotesk"; font-weight: 600; font-size: 1.1rem; }
.calendar__nav { width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--line); background: var(--surface-2); color: var(--ink); font-size: 1.2rem; cursor: pointer; transition: .2s; }
.calendar__nav:hover { border-color: var(--accent); color: var(--accent); }
.calendar__weekdays { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 8px; }
.calendar__weekdays span { text-align: center; font-size: 0.74rem; color: var(--muted-2); font-weight: 600; }
.calendar__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.calendar__day {
  aspect-ratio: 1; border: 1px solid transparent; background: var(--surface-2); border-radius: 10px;
  color: var(--ink); font-family: inherit; font-size: 0.9rem; cursor: pointer; transition: .2s;
}
.calendar__day:hover:not(:disabled) { border-color: var(--accent); transform: translateY(-2px); }
.calendar__day:disabled { color: var(--muted-2); background: transparent; cursor: not-allowed; opacity: .4; }
.calendar__day.is-empty { background: none; cursor: default; }
.calendar__day.is-today { border-color: var(--line-strong); font-weight: 600; }
.calendar__day.is-selected { background: var(--accent); color: #04121c; font-weight: 700; border-color: transparent; }
.calendar__picked { margin-top: 16px; font-size: 0.88rem; color: var(--muted); text-align: center; }
.calendar__picked strong { color: var(--accent); }

.cform { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; display: grid; gap: 16px; }
.cform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cform__field { display: grid; gap: 7px; }
.cform__field span { font-size: 0.86rem; font-weight: 600; color: #cdd6e3; }
.cform__field em { font-style: normal; color: var(--muted-2); font-weight: 400; }
.cform input, .cform textarea {
  width: 100%; background: var(--bg-2); border: 1px solid var(--line-strong); border-radius: 12px;
  padding: 13px 15px; color: var(--ink); font-family: inherit; font-size: 0.95rem; transition: border-color .2s, box-shadow .2s; resize: vertical;
}
.cform input:focus, .cform textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.cform input:invalid:not(:placeholder-shown) { border-color: #ff6b6b; }
.cform__submit { margin-top: 6px; }
.cform__status { font-size: 0.9rem; min-height: 1.2em; transition: color .3s; }
.cform__status.is-ok { color: #5ee0a0; }
.cform__status.is-err { color: #ff8585; }

/* ===========================================================
   FOOTER
   =========================================================== */
.footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 60px 0 0; }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 44px; }
.footer__brand p { color: var(--muted); font-size: 0.9rem; margin-top: 14px; max-width: 300px; }
.footer__col h4 { font-size: 0.85rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 16px; font-family: "Inter"; font-weight: 600; }
.footer__col a { display: block; color: var(--muted); font-size: 0.92rem; padding: 5px 0; transition: color .2s; }
.footer__col a:hover { color: var(--accent); }
.footer__bar { border-top: 1px solid var(--line); padding: 20px 0; display: flex; justify-content: space-between; color: var(--muted-2); font-size: 0.82rem; width: min(100% - 44px, var(--maxw)); margin-inline: auto; }

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 940px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; margin-left: auto; }
  .nav.is-open .nav__links {
    display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0;
    background: rgba(6,8,12,.97); padding: 20px 22px; gap: 4px; border-bottom: 1px solid var(--line);
  }
  .nav.is-open .nav__links a { padding: 12px 0; }
  .cards { grid-template-columns: 1fr; }
  .modi, .studio, .contact { grid-template-columns: 1fr; }
  .modi__tabs { flex-direction: row; overflow-x: auto; }
  .modi__tab { min-width: 200px; }
  .studio__summary { position: static; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .hero { padding-bottom: 70px; }
  .modeswitch { top: 84px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; }
  .cform__row { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__bar { flex-direction: column; gap: 6px; text-align: center; }
}

/* ===========================================================
   LEGAL (Impressum / Datenschutz)
   =========================================================== */
.legal-nav { position: sticky; top: 0; z-index: 50; background: rgba(6,8,12,.85); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.legal-nav__inner { width: min(100% - 44px, 820px); margin-inline: auto; height: 68px; display: flex; align-items: center; justify-content: space-between; }
.legal-back { color: var(--muted); font-size: 0.9rem; font-weight: 500; transition: color .2s; }
.legal-back:hover { color: var(--accent); }
.legal { width: min(100% - 44px, 820px); margin: 56px auto 90px; }
.legal h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: 8px; }
.legal__updated { color: var(--muted-2); font-size: 0.86rem; margin-bottom: 40px; }
.legal h2 { font-size: 1.25rem; margin: 38px 0 12px; color: #fff; }
.legal h3 { font-size: 1.02rem; margin: 22px 0 8px; color: #cdd6e3; }
.legal p, .legal li { color: var(--muted); font-size: 0.98rem; margin-bottom: 12px; }
.legal ul { padding-left: 22px; margin-bottom: 12px; }
.legal li { margin-bottom: 6px; }
.legal a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.legal strong { color: var(--ink); font-weight: 600; }
.legal .legal__card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; margin-bottom: 12px; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}
