:root {
  --ink: #fff4d2;
  --paper: #fff0b8;
  --black: #070a08;
  --panel: #101611;
  --lime: #a4ff3f;
  --orange: #ff843d;
  --cyan: #4bd7c6;
  --red: #d63822;
  --line: rgba(255, 244, 210, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(164, 255, 63, 0.16), transparent 29rem),
    radial-gradient(circle at 88% 8%, rgba(255, 132, 61, 0.19), transparent 28rem),
    linear-gradient(180deg, #050705 0%, #10160f 48%, #21150e 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(#000, transparent 85%);
}
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 20; padding: 10px 14px; background: var(--lime); color: #081006; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 5; padding: 18px 22px; }
.nav, .hero, .showcase, .workflow, .download, footer { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.nav { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; }
.brand img { width: 44px; height: 44px; border-radius: 8px; box-shadow: 0 0 22px rgba(255,132,61,.32); }
.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-actions { display: flex; align-items: center; gap: 22px; font-size: .9rem; font-weight: 800; }
.nav-download { min-height: 42px; display: inline-flex; align-items: center; padding: 0 15px; border: 1px solid var(--line); border-radius: 6px; }
.language-picker { position: relative; z-index: 12; }
.language-toggle { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 11px; border: 1px solid var(--line); border-radius: 6px; background: rgba(7,10,8,.72); color: var(--ink); cursor: pointer; backdrop-filter: blur(12px); }
.language-toggle:hover, .language-toggle:focus-visible, .language-picker.is-open .language-toggle { border-color: var(--lime); outline: none; }
.language-flag { width: 1.55rem; display: inline-grid; place-items: center; line-height: 1; }
.language-flag img, .language-menu button img { width: 24px; height: 17px; border-radius: 3px; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.18); }
.language-name { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .8rem; font-weight: 800; }
.language-chevron { width: 7px; height: 7px; margin: -3px 2px 0 3px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; }
.language-picker.is-open .language-chevron { margin-top: 3px; transform: rotate(225deg); }
.language-menu { position: absolute; top: calc(100% + 9px); right: 0; width: 252px; max-height: min(460px, 70vh); overflow-y: auto; padding: 8px; border: 1px solid rgba(255,244,210,.24); border-radius: 12px; background: #0a0e0b; box-shadow: 0 22px 55px rgba(0,0,0,.55); scrollbar-color: rgba(255,132,61,.62) transparent; scrollbar-width: thin; }
.language-menu[hidden] { display: none; }
.language-menu button { width: 100%; min-height: 45px; display: grid; grid-template-columns: 30px minmax(0,1fr); align-items: center; gap: 9px; padding: 8px 10px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: rgba(255,244,210,.78); text-align: left; cursor: pointer; }
.language-menu button span { display: inline-grid; place-items: center; line-height: 1; }
.language-menu button strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.language-menu button:hover, .language-menu button:focus-visible { background: rgba(255,244,210,.07); color: #fff9ea; outline: none; }
.language-menu button.is-active { border-color: rgba(164,255,63,.42); background: rgba(164,255,63,.1); color: var(--lime); }
.hero { min-height: 92svh; padding-top: 118px; padding-bottom: 52px; display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.78fr); gap: 52px; align-items: center; }
.hero-copy { padding-block: 34px; }
.eyebrow { margin: 0 0 15px; color: var(--lime); font-size: .78rem; font-weight: 950; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; margin-right: 8px; vertical-align: middle; background: currentColor; }
h1, h2, h3 { overflow-wrap: normal; word-break: normal; hyphens: none; }
p { overflow-wrap: anywhere; }
h1 { max-width: 740px; margin: 0; color: #fff9ea; font-size: clamp(4rem, 7.2vw, 7.4rem); line-height: .84; text-transform: uppercase; }
h1 em { display: block; color: var(--orange); font-style: normal; text-shadow: 0 5px 0 #32180b; }
html:not([lang="en"]) h1 { font-size: clamp(3.6rem, 5.8vw, 6rem); }
.lede { max-width: 600px; margin: 25px 0 0; color: rgba(255,244,210,.82); font-size: 1.18rem; line-height: 1.6; }
.cta-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 13px; }
.play-badge { position: relative; min-width: 190px; min-height: 58px; display: inline-flex; flex-direction: column; justify-content: center; padding: 8px 18px 9px 54px; border: 1px solid rgba(255,255,255,.22); border-radius: 7px; background: #080908; color: white; box-shadow: 0 16px 34px rgba(0,0,0,.34); transition: transform .18s ease, border-color .18s ease; }
.play-badge::before { content: ""; position: absolute; left: 18px; top: 50%; transform: translateY(-50%); border-top: 14px solid transparent; border-bottom: 14px solid transparent; border-left: 23px solid var(--cyan); filter: drop-shadow(7px 0 0 var(--lime)) drop-shadow(12px 0 0 var(--orange)); }
.play-badge span { font-size: .7rem; color: rgba(255,255,255,.7); }
.play-badge strong { font-size: 1.08rem; line-height: 1.1; }
.ghost-button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid var(--line); border-radius: 7px; font-weight: 850; }
.play-badge:hover, .ghost-button:hover, .nav-download:hover { transform: translateY(-2px); border-color: var(--lime); }
.case-stats { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; color: rgba(255,244,210,.67); font-size: .8rem; text-transform: uppercase; }
.case-stats span { padding: 8px 10px; border: 1px dashed rgba(255,244,210,.28); border-radius: 6px; background: rgba(7,10,8,.4); }
.case-stats strong { color: var(--lime); }

.phone-stage { position: relative; min-height: 650px; display: grid; place-items: center; }
.phone { position: relative; width: min(365px, 90vw); aspect-ratio: 9 / 16; overflow: hidden; border: 10px solid #030403; border-radius: 8px; background: #030403; box-shadow: 0 0 0 1px var(--line), 0 40px 80px rgba(0,0,0,.58), 0 0 55px rgba(164,255,63,.16); transform: rotate(2deg); }
.phone::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border: 1px solid rgba(164,255,63,.18); box-shadow: inset 0 0 28px rgba(164,255,63,.08); }
.phone video { width: 100%; height: 100%; object-fit: cover; }
.video-toggle { position: absolute; z-index: 4; right: 13px; top: 13px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(4,7,5,.72); backdrop-filter: blur(10px); color: #fff; cursor: pointer; box-shadow: 0 8px 22px rgba(0,0,0,.26); }
.pause-icon { width: 13px; height: 15px; border-inline: 4px solid currentColor; }
.video-toggle.is-paused .pause-icon { width: 0; height: 0; border: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid currentColor; }
.case-note { position: absolute; z-index: 3; left: calc(50% - 335px); bottom: -34px; width: 282px; padding: 15px 16px 14px; overflow: hidden; border: 1px solid rgba(164,255,63,.54); border-radius: 7px; background: linear-gradient(135deg, rgba(11,18,10,.95), rgba(7,10,8,.88)); color: #fff9ea; backdrop-filter: blur(14px); box-shadow: 0 14px 35px rgba(0,0,0,.4), inset 3px 0 0 var(--lime), 10px 10px 0 rgba(164,255,63,.1); transform: rotate(-4deg); animation: verdict-in .65s ease-out both; }
.case-note::after { content: ""; position: absolute; right: -24px; top: -24px; width: 80px; height: 80px; border: 1px solid rgba(164,255,63,.22); transform: rotate(45deg); }
.verdict-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.verdict-heading span { color: var(--lime); font-size: .7rem; font-weight: 950; text-transform: uppercase; }
.verdict-heading i { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,244,210,.58); font-size: .58rem; font-style: normal; font-weight: 800; text-transform: uppercase; }
.verdict-heading i::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); animation: status-pulse 1.8s ease-in-out infinite; }
.case-note strong { display: block; max-width: 270px; margin-top: 9px; font-size: 1.2rem; line-height: 1.12; }
.verdict-meter { margin-top: 13px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.verdict-meter i { height: 4px; border-radius: 3px; background: var(--lime); box-shadow: 0 0 8px rgba(164,255,63,.28); }
.verdict-meter i:nth-child(5) { background: var(--orange); }
.verdict-meter i:nth-child(6) { background: rgba(255,244,210,.2); box-shadow: none; }
.evidence-tag { position: absolute; z-index: 3; right: -4px; top: 82px; min-width: 139px; padding: 9px 12px 10px; border: 1px solid rgba(255,132,61,.78); border-left: 4px solid var(--orange); border-radius: 5px; background: rgba(7,10,8,.84); color: #fff6dd; backdrop-filter: blur(12px); box-shadow: 0 10px 24px rgba(0,0,0,.28), 7px 7px 0 rgba(255,132,61,.12); transform: rotate(6deg); }
.evidence-tag span { display: block; color: rgba(255,244,210,.52); font-size: .55rem; font-weight: 850; text-transform: uppercase; }
.evidence-tag strong { display: block; margin-top: 1px; color: var(--orange); font-size: 1rem; line-height: 1.05; text-transform: uppercase; }
.evidence-tag i { position: absolute; right: 8px; bottom: 8px; color: rgba(255,244,210,.46); font-size: .52rem; font-style: normal; font-weight: 800; }
@keyframes verdict-in { from { opacity: 0; transform: translateY(16px) rotate(-4deg); } to { opacity: 1; transform: translateY(0) rotate(-4deg); } }
@keyframes status-pulse { 50% { opacity: .42; box-shadow: 0 0 3px var(--lime); } }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,132,61,.1); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 20px; padding: 16px 0; animation: ticker 24s linear infinite; font-weight: 900; text-transform: uppercase; }
.ticker-track i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
@keyframes ticker { to { transform: translateX(-50%); } }

.showcase, .workflow { padding-block: 86px; }
.section-heading { max-width: 720px; }
.section-heading h2, .download h2 { margin: 0; color: #fff8e3; font-size: clamp(2.35rem, 5vw, 4.7rem); line-height: .94; }
.section-heading > p:last-child, .download p:last-child { margin: 19px 0 0; color: rgba(255,244,210,.72); font-size: 1.03rem; line-height: 1.65; }
.gallery { margin-top: 36px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; align-items: start; }
.result-card { padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: rgba(7,10,8,.72); color: inherit; text-align: left; cursor: zoom-in; box-shadow: 0 24px 50px rgba(0,0,0,.24); transition: transform .2s ease, border-color .2s ease; }
.result-card:hover, .result-card:focus-visible { transform: translateY(-6px); border-color: var(--lime); outline: none; }
.result-card:nth-child(2) { margin-top: 42px; }
.result-card:nth-child(3) { margin-top: 12px; }
.result-card:nth-child(4) { margin-top: 68px; }
.result-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: top; }
.card-copy { display: block; padding: 16px; }
.card-copy b { display: block; color: #fff9ea; text-transform: uppercase; }
.card-copy small { display: block; margin-top: 8px; color: rgba(255,244,210,.68); font-size: .9rem; line-height: 1.45; }
.gallery-hint { margin: 18px 0 0; color: rgba(255,244,210,.5); font-size: .78rem; text-transform: uppercase; }

.workflow { border-top: 1px solid var(--line); }
.steps { margin-top: 30px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.steps article { min-height: 220px; padding: 22px; border: 1px solid var(--line); border-radius: 7px; background: linear-gradient(135deg, rgba(164,255,63,.1), transparent 55%), rgba(7,10,8,.62); }
.steps span { width: 42px; height: 42px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 6px; background: var(--lime); color: #0a1108; font-weight: 950; }
.steps h3 { margin: 0; color: #fff9ea; font-size: 1.25rem; }
.steps p { margin: 9px 0 0; color: rgba(255,244,210,.68); line-height: 1.55; }

.download { margin-bottom: 38px; padding: 26px; display: grid; grid-template-columns: 92px minmax(0,1fr) auto; gap: 24px; align-items: center; border: 1px solid var(--line); border-radius: 7px; background: linear-gradient(135deg, rgba(255,132,61,.23), transparent 48%), rgba(7,10,8,.76); }
.download > img { width: 92px; height: 92px; border-radius: 8px; }
.download h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
footer { padding: 28px 0 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: rgba(255,244,210,.56); font-size: .82rem; }
footer .brand { color: var(--ink); }
footer .brand img { width: 34px; height: 34px; }
.footer-meta { display: flex; align-items: flex-end; flex-direction: column; gap: 9px; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.footer-legal a { color: rgba(255,244,210,.76); text-decoration: underline; text-decoration-color: rgba(164,255,63,.38); text-underline-offset: 4px; }
.footer-legal a:hover { color: var(--lime); }

.legal-page .site-header { position: relative; border-bottom: 1px solid var(--line); background: rgba(7,10,8,.58); }
.legal-page .nav { width: min(940px, calc(100% - 44px)); }
.legal-page .nav-actions a { color: rgba(255,244,210,.72); }
.legal-page main { width: min(940px, calc(100% - 44px)); margin-inline: auto; padding: 70px 0 92px; }
.legal-hero { max-width: 760px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(3.4rem, 8vw, 6.8rem); }
.legal-hero h1 em { display: inline; }
html:not([lang="en"]) .legal-hero h1 { font-size: clamp(3rem, 6vw, 5rem); }
html[lang="de"] .legal-hero h1 { font-size: clamp(2.7rem, 4.4vw, 3.5rem); }
.legal-summary { max-width: 680px; margin: 24px 0 0; color: rgba(255,244,210,.78); font-size: 1.1rem; line-height: 1.65; }
.legal-date { margin: 24px 0 0; color: rgba(255,244,210,.5); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.legal-layout { margin-top: 44px; display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 48px; align-items: start; }
.legal-toc { position: sticky; top: 22px; padding: 16px; border: 1px solid var(--line); border-radius: 7px; background: rgba(7,10,8,.54); }
.legal-toc strong { display: block; margin-bottom: 11px; color: var(--lime); font-size: .74rem; text-transform: uppercase; }
.legal-toc a { display: block; padding: 6px 0; color: rgba(255,244,210,.66); font-size: .85rem; line-height: 1.3; }
.legal-toc a:hover { color: var(--lime); }
.legal-content { min-width: 0; }
.legal-content section { padding: 0 0 36px; scroll-margin-top: 20px; }
.legal-content h2 { margin: 0; color: #fff8e3; font-size: 1.7rem; line-height: 1.15; }
.legal-content h3 { margin: 24px 0 0; color: #fff8e3; font-size: 1.05rem; }
.legal-content p, .legal-content li { color: rgba(255,244,210,.72); line-height: 1.72; }
.legal-content p { margin: 12px 0 0; }
.legal-content ul { margin: 12px 0 0; padding-left: 20px; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { padding: 17px; border-left: 3px solid var(--orange); background: rgba(255,132,61,.09); }
.legal-page footer { width: min(940px, calc(100% - 44px)); }

.lightbox { width: min(680px, calc(100% - 28px)); max-height: 92vh; padding: 0; overflow: hidden auto; border: 1px solid rgba(255,244,210,.32); border-radius: 7px; background: #090c0a; color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.72); }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(5px); }
.lightbox-bar { position: sticky; top: 0; z-index: 2; min-height: 52px; padding: 0 12px 0 16px; display: flex; align-items: center; justify-content: space-between; background: #090c0a; border-bottom: 1px solid var(--line); }
.lightbox-bar button { min-height: 34px; padding: 0 11px; border: 1px solid var(--line); border-radius: 5px; background: transparent; color: inherit; cursor: pointer; }
.lightbox > img { width: 100%; height: auto; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; gap: 10px; }
  .phone-stage { min-height: 590px; }
  .case-note { left: calc(50% - 335px); bottom: -34px; }
  .evidence-tag { right: max(8px, calc(50% - 235px)); }
  .gallery { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .result-card:nth-child(n) { margin-top: 0; }
  .steps, .download { grid-template-columns: 1fr; }
  .download .play-badge { width: max-content; }
}

@media (max-width: 620px) {
  .site-header { padding-inline: 16px; }
  .nav, .hero, .showcase, .workflow, .download, footer { width: min(100% - 32px, 1180px); }
  .nav-actions > a:first-child { display: none; }
  .nav-right { gap: 8px; }
  .language-toggle { width: 42px; padding-inline: 8px; justify-content: center; }
  .language-name, .language-chevron { display: none; }
  .language-menu { width: min(248px, calc(100vw - 32px)); }
  .hero { padding-top: 105px; }
  h1 { font-size: clamp(3.55rem, 18vw, 5.2rem); }
  html:not([lang="en"]) h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  html:not([lang="en"]) .legal-hero h1 { font-size: clamp(2.5rem, 13vw, 3.8rem); }
  html[lang="de"] .legal-hero h1 { font-size: clamp(2.25rem, 10vw, 3.15rem); }
  .lede { font-size: 1.02rem; }
  .cta-row > * { width: 100%; }
  .phone-stage { min-height: 520px; }
  .phone { width: min(310px, 86vw); }
  .case-note { left: calc(50% - 119px); bottom: -38px; width: 238px; padding: 13px 14px 12px; }
  .case-note strong { font-size: 1.04rem; }
  .evidence-tag { right: 0; top: 56px; min-width: 128px; }
  .video-toggle { right: 10px; top: 10px; }
  .showcase, .workflow { padding-block: 62px; }
  .gallery, .steps { grid-template-columns: 1fr; }
  .download { padding: 20px; }
  .download .play-badge { width: 100%; }
  footer { flex-direction: column; align-items: flex-start; }
  .footer-meta { align-items: flex-start; }
  .footer-legal { justify-content: flex-start; }
  .legal-page .nav, .legal-page main, .legal-page footer { width: min(100% - 32px, 940px); }
  .legal-page main { padding-top: 52px; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-toc { display: none; }
}

@media (max-width: 430px) {
  .site-header .brand span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
