/* =================================================
   RizzArchitect — Website
   Dark luxury, gold-on-black.
   Single brand typeface: Barlow (matches privacy/terms/impressum).
   ================================================= */

:root {
  /* Samsung Internet / Chrome Android Auto-Invert deaktivieren — die Site ist
     intentional dark designed (Gold-auf-Schwarz). Ohne diese Deklaration dunkelt
     Samsungs Night-Mode Gold-Gradienten zu Braun ab (Tilo 2026-04-30).
     scrollbar-color erzwingt zusaetzlich die Scrollbar-Farben in Firefox + Samsung
     Internet, damit die native Scrollbar nicht auto-invertiert wird.
     forced-color-adjust:none verhindert zusaetzlich Samsung-Night-Mode-Inversion
     auch wenn color-scheme allein nicht greift (Tilo 2026-04-30 Round 2). */
  color-scheme: dark only;
  scrollbar-color: var(--gold-ocker-dk) var(--black);
  forced-color-adjust: none;

  --black:       #0A0A0A;
  --black-2:     #141414;
  --bg-top:      #15171B;
  --card:        #161616;
  --outline:     #4A4A5E;

  /* Gold-System */
  --gold-ocker:     #E0B57A;
  --gold-ocker-lt:  #EAC79A;
  --gold-ocker-dk:  #C89A5C;
  --gold:           #E8B923;
  --gold-soft:      #D4A960;
  --gold-glow:      rgba(224,181,122,.40);
  --gold-bright:    #E0B57A;
  --gold-dark:      #C89A5C;

  --text:        #FFFFFF;
  --text-soft:   #F5F5F5;
  --text-muted:  #DCDCE2;   /* helleres Grau fuer bessere Lesbarkeit auf dunklem Hintergrund */

  /* Brand type-stack: Barlow (body) + Roboto (headlines + menu). */
  --sans:    "Barlow", -apple-system, "Segoe UI", Roboto, sans-serif;
  --display: "Roboto", "Barlow", -apple-system, "Segoe UI", sans-serif;
  --menu:    "Roboto", "Barlow", -apple-system, "Segoe UI", sans-serif;

  --max: 1200px;
  --rad: 18px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

/* =================================================
   RESET / BASE
   ================================================= */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; forced-color-adjust: none; }
html {
  scroll-behavior: smooth;
  font-size: 17.5px;
  /* iOS Safari ist der Scroll-Container <html>, nicht <body>. overflow-x:hidden
     allein auf body greift dort nicht — vor allem auf RTL-Seiten (dir="rtl"),
     wo die natuerliche Scrollposition am rechten Rand sitzt und schon
     ein Sub-Pixel-Ueberlauf den gesamten Inhalt sichtbar nach rechts schiebt. */
  overflow-x: hidden;
  max-width: 100%;
}
@media (max-width: 620px) { html { font-size: 16px; } }
body {
  font-family: var(--sans);
  background: var(--black);
  color: var(--text-soft);
  line-height: 1.7;
  font-size: 1.02rem;
  font-weight: 400;
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--gold-ocker); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-ocker-lt); }

h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--text);
  font-weight: 500;
  letter-spacing: -.01em;
  margin: 0 0 .5em;
  line-height: 1.18;
}
h1 { font-size: clamp(2.0rem, 5vw, 4.2rem); font-weight: 500; }
h2 { font-size: clamp(1.7rem, 3.8vw, 2.9rem); font-weight: 500; }
h3 { font-size: 1.35rem; font-weight: 500; }
h4 { font-size: 1.05rem; font-weight: 500; }
p  { margin: 0 0 1em; font-size: 1.05rem; }
em { font-style: italic; color: var(--text); font-family: var(--display); }
.gold { color: var(--gold-ocker); }
.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .9rem;
  font-weight: 600;
  color: var(--gold-ocker);
  margin: 0 0 1.2rem;
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); }
.sr-only-focusable {
  position: absolute;
  left: -9999px; top: auto;
  width: 1px; height: 1px;
  overflow: hidden;
}
.sr-only-focusable:focus {
  position: fixed;
  left: 50%; top: 12px;
  transform: translateX(-50%);
  width: auto; height: auto;
  padding: 12px 22px;
  background: var(--gold-ocker);
  color: var(--black);
  font-weight: 600;
  border-radius: 999px;
  z-index: 999;
}

/* =================================================
   GLOBAL AMBIENT PARTICLES — visible across entire page
   Stacking order (bottom → top):
     body bg → canvas#particles (z:1) → sections (z:2) → top-fade (z:5) → nav (z:50)
   Canvas liegt UNTER den Sektionen, damit Partikel nur durch transparente
   Section-Hintergründe schimmern und NICHT über Bildern (App-Screenshots,
   Cartoons) durchströmen. Top-Fade liegt über den Sektionen, damit der
   Nav-Transition-Fade weiter funktioniert.
   ================================================= */
body {
  background:
    radial-gradient(ellipse 1200px 800px at 50% 0%, rgba(224,181,122,.08), transparent 55%),
    radial-gradient(ellipse 900px 700px at 0% 60%, rgba(200,154,92,.06), transparent 60%),
    radial-gradient(ellipse 900px 700px at 100% 90%, rgba(224,181,122,.05), transparent 60%),
    var(--black);
  background-attachment: fixed;
}
/* Top-Fade-Layer: liegt UNTER dem Particles-Canvas, blendet den oberen Streifen
   des darunterliegenden Section-Contents weich auf den Body-Hintergrund.
   Sanfter, lang gestreckter Fade — solid Bereich deckt Menue + Puffer ab,
   danach Multi-Stop-Verlauf fuer einen weichen Uebergang. */
.top-fade {
  position: fixed;
  top: 0; right: 0; left: 0;
  height: 170px;
  pointer-events: none;
  z-index: 5;
  background: linear-gradient(180deg,
    var(--black) 0%,
    var(--black) 50%,                  /* solid bis 85px — deckt Menue + Puffer */
    rgba(10,10,10,.94) 62%,
    rgba(10,10,10,.80) 72%,
    rgba(10,10,10,.58) 82%,
    rgba(10,10,10,.32) 91%,
    rgba(10,10,10,.10) 97%,
    transparent 100%);
}
@media (max-width: 620px) {
  .top-fade {
    height: 120px;       /* Mobile: kompakter, weil Menue selbst kleiner ist */
    background: linear-gradient(180deg,
      var(--black) 0%,
      var(--black) 48%,                /* solid bis ~58px — deckt Mobile-Menue + Puffer */
      rgba(10,10,10,.93) 60%,
      rgba(10,10,10,.78) 72%,
      rgba(10,10,10,.55) 83%,
      rgba(10,10,10,.28) 92%,
      rgba(10,10,10,.08) 98%,
      transparent 100%);
  }
}
section, .foot, .finalcta, .scoreband {
  position: relative;
  z-index: 2;   /* über canvas (1), unter top-fade (5) */
}
#particles {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;   /* expliziter als inset:0 fuer aeltere iOS Safari */
  z-index: 1;   /* unter sections (2) — Bilder werden nicht mehr von Partikeln durchströmt */
  pointer-events: none;
  opacity: 1;
  mix-blend-mode: screen;
}
.nav {
  /* nav stays at z-50 — above everything */
}
section[id] { scroll-margin-top: 90px; }

/* =================================================
   SCROLL-PROGRESS BAR
   ================================================= */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--gold-ocker-dk), var(--gold-ocker-lt)) !important;
  z-index: 100;
  transition: width .12s linear;
  box-shadow: 0 0 10px var(--gold-glow);
  forced-color-adjust: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}

/* =================================================
   NAV
   ================================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 14px 36px;
  /* Voll transparent — Partikel laufen durch das Menu. Der Section-Text wird
     vom .top-fade-Layer ausgeblendet, bevor er das Menu erreicht. */
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: padding .3s var(--ease);
}
.nav__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav.is-scrolled {
  padding: 8px 36px;
}
.brand { display: flex; align-items: center; color: var(--text); }
.brand__logo {
  /* +25% gesamt gegenueber Original (120-9vw-150) — und KEINE Verkleinerung beim Scrollen */
  width: clamp(152px, 11.4vw, 190px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.65));
  transition: transform .3s var(--ease);
}
.brand:hover .brand__logo { transform: scale(1.04); }
.nav__links { display: flex; gap: 28px; align-items: center; }
.nav__links a {
  font-family: var(--menu);
  font-size: 1rem; font-weight: 500;
  color: var(--text-soft);
  letter-spacing: .04em;
  text-transform: uppercase;
  position: relative;
}
.nav__links a:not(.nav__cta)::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px;
  height: 1px; background: var(--gold-ocker); transform: scaleX(0);
  transform-origin: right; transition: transform .4s var(--ease);
}
.nav__links a:not(.nav__cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav__links a.is-active::after { transform: scaleX(1) !important; transform-origin: left !important; }
.nav__cta {
  padding: 6px 14px;         /* niedriger (vertikal von 10px → 6px), Schriftgroesse bleibt */
  border: 1px solid var(--gold-ocker);
  border-radius: 999px;
  color: var(--gold-ocker) !important;
  transition: background .25s, color .25s, box-shadow .25s;
}
.nav__cta:hover {
  background: var(--gold-ocker);
  color: var(--black) !important;
  box-shadow: 0 0 24px var(--gold-glow);
}
.nav__burger {
  display: none; background: none; border: 0; cursor: pointer;
  width: 42px; height: 42px; padding: 10px;
}
.nav__burger span {
  display: block; width: 100%; height: 2px; background: var(--gold-ocker);
  margin: 4px 0; transition: transform .3s, opacity .3s;
}

/* =================================================
   BUTTONS
   ================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 18px 38px;
  font-family: var(--sans);
  font-size: 1.05rem; font-weight: 600;
  letter-spacing: .02em;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .3s, background .25s, color .25s;
}
.btn--primary {
  background: linear-gradient(135deg, var(--gold-ocker-lt) 0%, var(--gold-ocker-dk) 100%) !important;
  color: var(--black) !important;
  box-shadow: 0 4px 14px rgba(0,0,0,.35);   /* dezenter, nur noch Tiefen-Schatten */
  forced-color-adjust: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(224,181,122,.25);
  color: var(--black);
}
.btn--ghost {
  background: transparent; color: var(--text);
  border-color: rgba(224,181,122,.45);
}
.btn--ghost:hover {
  border-color: var(--gold-ocker);
  background: rgba(224,181,122,.08);
}

/* =================================================
   HERO — clean dark, no skyscraper, big logo
   ================================================= */
.hero {
  min-height: 100vh;                          /* universal fallback */
  min-height: -webkit-fill-available;          /* iOS Safari < 15 */
  min-height: 100dvh;                          /* moderner Standard */
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  padding: 140px 24px 120px;
  background: transparent;
}
.hero__glow {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  background:
    radial-gradient(900px 500px at 50% 30%, rgba(224,181,122,.07), transparent 65%),
    radial-gradient(700px 400px at 20% 90%, rgba(224,181,122,.03), transparent 70%),
    radial-gradient(700px 400px at 80% 10%, rgba(224,181,122,.03), transparent 70%);
  pointer-events: none;
}
.hero__grid {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  background-image:
    linear-gradient(rgba(224,181,122,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(224,181,122,.05) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 65% 60% at 50% 50%, #000 25%, transparent 75%);
          mask-image: radial-gradient(ellipse 65% 60% at 50% 50%, #000 25%, transparent 75%);
  pointer-events: none;
}
.hero__inner {
  position: relative; z-index: 3;
  max-width: 920px; text-align: center;
}
.hero__logo-wrap {
  width: clamp(380px, 60vw, 680px);
  margin: 0 auto 36px;
  display: flex;
  justify-content: center;
}
.hero__logo {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 30px rgba(0,0,0,.7));
  animation: heroLogoFloat 10s ease-in-out infinite;
}
@keyframes heroLogoFloat {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-8px); }
}

.hero__title {
  margin: 0 0 22px;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.005em;
  line-height: 1.15;
}
.hero__title-l1, .hero__title-l2 {
  display: block;
}
.hero__title-l1 {
  color: var(--text);
  font-size: clamp(1.7rem, 3.8vw, 2.8rem);
  font-weight: 300;
  letter-spacing: 0;
}
.hero__title-l2 {
  font-size: clamp(1.9rem, 4.4vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -.005em;
  margin-top: 2px;
  color: var(--text);
}
.hero__title-l2 .light {
  font-weight: 300;
}
.shimmer {
  display: inline-block;
  background: linear-gradient(
    100deg,
    #C89A5C 0%,
    #E0B57A 30%,
    #F3D5A6 50%,
    #E0B57A 70%,
    #C89A5C 100%
  ) !important;
  background-size: 200% auto;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  animation: shimmer 5s linear infinite;
  forced-color-adjust: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}
.hero__sub {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  color: var(--text-muted);
  margin: 0 0 28px;
  letter-spacing: 0;
}
.hero__lead {
  max-width: 660px; margin: 0 auto 40px;
  font-size: 1.18rem;
  line-height: 1.7;
  color: var(--text-soft);
}
.hero__cta {
  display: flex; gap: 18px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 60px;
}
.hero__stats {
  display: flex; gap: 0; justify-content: center;
  list-style: none; padding: 0; margin: 0;
}
.hero__stats li {
  padding: 0 40px;
  border-right: 1px solid rgba(224,181,122,.22);
}
.hero__stats li:last-child { border-right: 0; }
.hero__stats strong {
  display: block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--gold-ocker);
  line-height: 1;
  margin-bottom: 6px;
  font-feature-settings: "tnum" 1;
  letter-spacing: -.02em;
}
.hero__stats span {
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--text-muted);
}
.hero__scroll {
  position: absolute; bottom: 36px; left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: 1rem;          /* zwei Stufen groesser, vorher .78rem */
  color: var(--text-muted);
  text-align: center;
  z-index: 3;
}
.hero__scroll-line {
  width: 1px; height: 42px; margin: 12px auto 0;
  background: linear-gradient(180deg, var(--gold-ocker), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* =================================================
   REVEAL ON SCROLL
   ================================================= */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* =================================================
   SECTION DEFAULTS — transparent so particles shine through
   Use ::before for subtle gradients only.
   ================================================= */
.antagonist, .question, .features, .scoreband, .modules, .day, .ethics,
.fred, .compare, .stats, .world, .launch, .faq, .finalcta {
  padding: 110px 24px;
  background: transparent;
}
.antagonist { padding-top: 130px; }
.fred       { padding: 130px 24px; }

/* =================================================
   ANTAGONIST
   ================================================= */
.antagonist__inner {
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;
}
.antagonist__lead {
  max-width: 720px;
  margin: 0 auto 48px;
  font-size: 1.16rem;
  color: var(--text-muted);
  line-height: 1.65;
}
.antagonist__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 48px 0;
  text-align: left;
}
.anti-card {
  padding: 30px 26px;
  background: rgba(20,20,20,.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(224,90,90,.18);
  border-radius: var(--rad);
  transition: transform .35s var(--ease), border-color .3s;
}
.anti-card:hover {
  transform: translateY(-4px);
  border-color: rgba(224,90,90,.4);
}
.anti-card__no {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(224,90,90,.15);
  color: #E05A5A;
  /* Cross-Symbol robust ueber alle Browser/Schriften: ASCII "x" reicht in Bold,
     vermeidet das Unicode-✕ das auf Samsung Internet teils nicht im Default-Font ist. */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.anti-card h3 {
  font-family: var(--sans);
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: .5em;
}
.anti-card p {
  color: var(--text-muted);
  font-size: .98rem;
  line-height: 1.6;
  margin: 0;
}
.antagonist__bridge {
  margin-top: 44px;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  color: var(--text);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
@media (max-width: 960px) { .antagonist__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .antagonist__grid { grid-template-columns: 1fr; } }

/* =================================================
   QUESTION
   ================================================= */
.question {
  text-align: center;
  border-top: 1px solid rgba(224,181,122,.07);
  border-bottom: 1px solid rgba(224,181,122,.07);
}
.question__inner { max-width: 840px; margin: 0 auto; }
.question__h {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  font-weight: 500;
  color: var(--text);
  letter-spacing: -.01em;
}
.question__options {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  margin-top: 40px;
}
.chip {
  padding: 16px 30px;
  border-radius: 999px;
  border: 1px solid rgba(224,181,122,.35);
  background: rgba(255,255,255,.02);
  color: var(--text-soft);
  font-family: var(--sans); font-size: 1rem; font-weight: 500;
  cursor: pointer;
  transition: all .25s var(--ease);
}
.chip:hover {
  border-color: var(--gold-ocker);
  background: rgba(224,181,122,.08);
  transform: translateY(-2px);
}
.chip.is-active {
  background: var(--gold-ocker);
  color: var(--black);
  border-color: var(--gold-ocker);
  box-shadow: 0 0 24px var(--gold-glow);
}
.question__reply {
  margin-top: 32px;
  font-family: var(--display);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--gold-ocker);
  min-height: 2em;
  opacity: 0;
  transition: opacity .6s;
}
.question__reply.in { opacity: 1; }

/* =================================================
   5 PILLARS — uniform 5-col grid, no wide-card
   ================================================= */
.features__inner { max-width: var(--max); margin: 0 auto; }
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}
.section-head h2 { margin-bottom: .4em; }
.section-head__sub {
  color: var(--text-muted);
  font-size: 1.15rem;
  line-height: 1.65;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  align-items: stretch;
}
@media (max-width: 1100px) { .feature-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px)  { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .feature-grid { grid-template-columns: 1fr; } }

.feature {
  background: rgba(22,22,22,.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(224,181,122,.14);
  border-radius: var(--rad);
  padding: 36px 26px 32px;
  position: relative;
  overflow: hidden;
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.feature:hover {
  transform: translateY(-5px);
  border-color: rgba(224,181,122,.42);
  box-shadow: 0 22px 44px rgba(0,0,0,.5);
}
.feature__pill {
  display: inline-block;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-ocker);
  padding: 5px 12px;
  border: 1px solid rgba(224,181,122,.32);
  border-radius: 999px;
  background: rgba(224,181,122,.06);
  margin-bottom: 20px;
}
.feature__icon {
  width: 130px; height: 130px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: radial-gradient(circle at center,
    rgba(224,181,122,.22) 0%,
    rgba(224,181,122,.08) 50%,
    transparent 75%);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.feature__icon img {
  width: 120px; height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.6));
}
/* Pillar 2 — embedded mini meter as icon replacement */
.feature__meter-mini {
  width: 130px; height: 130px;
  margin: 0 auto 22px;
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.feature__meter-mini .meter {
  width: 130px; height: 130px;
  transform: rotate(-90deg);
  overflow: visible;
}
.feature__meter-mini .meter__num {
  font-family: var(--sans);
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold-ocker-lt);
  line-height: 1;
  letter-spacing: -.02em;
}
.feature__meter-mini .meter__cap {
  font-size: .62rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 6px;
}
.feature h3 {
  color: var(--gold-ocker-lt);
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: -.01em;
  margin-bottom: .55em;
  min-height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.feature p {
  color: var(--text-muted);
  font-size: .98rem;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

/* =================================================
   SCORE-BAND — pulled-out FRED-Score legend
   ================================================= */
.scoreband {
  padding: 60px 24px 40px;
  text-align: center;
}
.scoreband__inner { max-width: 980px; margin: 0 auto; }
.scoreband .eyebrow { margin-bottom: 28px; }
.score__legend {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: left;
}
/* Card layout: dot + title in one row at top, description block below */
.score__legend li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 8px;
  align-items: center;
  padding: 20px 22px;
  background: rgba(22,22,22,.55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(224,181,122,.14);
  border-radius: 14px;
  font-size: .94rem;
  color: var(--text-muted);
}
.score__legend li i {
  grid-column: 1;
  grid-row: 1;
  width: 12px; height: 12px; border-radius: 50%;
  flex: none;
  box-shadow: 0 0 10px currentColor;
}
.score__legend li strong {
  grid-column: 2;
  grid-row: 1;
  color: var(--text);
  font-weight: 600;
  font-family: var(--sans);
  font-size: 1rem;
  letter-spacing: -.005em;
  margin: 0;
}
.score__legend li span {
  grid-column: 1 / -1;
  grid-row: 2;
  display: block;
  line-height: 1.55;
  color: var(--text-muted);
}
@media (max-width: 880px) { .score__legend { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .score__legend { grid-template-columns: 1fr; } }

/* =================================================
   FRED-SCORE METER (used inside Pillar 2 mini)
   ================================================= */
.meter__track {
  fill: none; stroke: rgba(224,181,122,.12); stroke-width: 12;
}
.meter__value {
  fill: none; stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 578;
  stroke-dashoffset: 578;
  transition: stroke-dashoffset 2.2s var(--ease);
  filter: drop-shadow(0 0 10px rgba(224,181,122,.42));
}
.meter__label {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
}

/* =================================================
   11 MODULES OVERVIEW
   ================================================= */
.modules__inner {
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;
}
.modules__sub {
  color: var(--text-muted);
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.65;
}
.modules__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}
.mod {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 26px;
  background: rgba(22,22,22,.55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(224,181,122,.14);
  border-radius: var(--rad);
  transition: transform .35s var(--ease), border-color .3s, box-shadow .3s;
}
.mod:hover {
  transform: translateY(-3px);
  border-color: rgba(224,181,122,.4);
  box-shadow: 0 18px 38px rgba(0,0,0,.45);
}
.mod__num {
  flex: none;
  font-family: var(--sans);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--gold-ocker);
  line-height: 1;
  min-width: 42px;
  letter-spacing: -.02em;
}
.mod h3 {
  font-family: var(--sans);
  color: var(--text);
  font-size: 1.05rem;
  margin: 0 0 6px;
  font-weight: 700;
  letter-spacing: -.005em;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.mod p {
  color: var(--text-muted);
  font-size: .95rem;
  line-height: 1.55;
  margin: 0;
}
.mod__tag {
  display: inline-block;
  padding: 2px 10px;
  background: rgba(224,181,122,.10);
  border: 1px solid rgba(224,181,122,.30);
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-ocker);
}
@media (max-width: 960px) { .modules__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .modules__grid { grid-template-columns: 1fr; } }

/* =================================================
   A DAY WITH FRED — Storyboard
   FIX: image and number-circle no longer overlap (image first, then circle below)
   ================================================= */
.day__inner {
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;
}
.day__sub {
  color: var(--text-muted);
  font-size: 1.08rem;
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.65;
}
.day__steps {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  text-align: center;
  position: relative;
}
.day-step {
  position: relative;
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.day-step__img {
  width: 132px;
  height: 168px;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 14px 26px rgba(0,0,0,.7));
}
.day-step__num {
  width: 44px; height: 44px;
  margin: 28px 0 22px;     /* generous gap below image so they never overlap */
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-ocker-lt), var(--gold-ocker-dk));
  color: var(--black);
  font-family: var(--sans);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 44px;
  box-shadow: 0 0 0 4px var(--black), 0 0 22px var(--gold-glow);
  position: relative;
}
/* connecting line behind the number-circles
   number-circle ist jetzt das erste Element im day-step (Phone-Mockup wanderte ans Ende),
   also Linie an der vertikalen Mitte der Kreise: 28px margin-top + 22px (halbe 44px-Hoehe) = 50px */
.day__steps::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%, rgba(224,181,122,.4) 12%,
    rgba(224,181,122,.4) 88%, transparent 100%);
  z-index: 0;
}
.day-step__num { z-index: 1; }
.day-step h3 {
  font-family: var(--sans);
  color: var(--gold-ocker-lt);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -.005em;
  margin-bottom: .4em;
}
.day-step p {
  color: var(--text-muted);
  font-size: .96rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 960px) {
  .day__steps { grid-template-columns: repeat(2, 1fr); gap: 50px; }
  .day__steps::before { display: none; }
}
@media (max-width: 480px) {
  .day__steps { grid-template-columns: 1fr; }
}

/* =================================================
   ETHICS — no parallax overlap; FRED stays static, sized smaller
   ================================================= */
.ethics__inner {
  max-width: var(--max); margin: 0 auto;
  text-align: center;
}
.ethics__fred {
  width: clamp(170px, 17vw, 210px);
  height: auto;
  object-fit: contain;
  margin: 0 auto 28px;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.7));
}
.ethics__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 40px;
  text-align: left;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.ethics__grid > div {
  padding: 30px 32px;
  background: rgba(22,22,22,.55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(224,181,122,.12);
  border-radius: var(--rad);
  transition: border-color .3s, transform .3s var(--ease);
  display: flex;
  flex-direction: column;
}
.ethics__grid > div:hover {
  border-color: rgba(224,181,122,.35);
  transform: translateY(-3px);
}
.ethics__grid h3 {
  color: var(--gold-ocker);
  font-family: var(--sans);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: .55em;
}
.ethics__grid p { color: var(--text-muted); font-size: 1.0rem; line-height: 1.65; margin: 0; flex: 1; }

@media (max-width: 700px) { .ethics__grid { grid-template-columns: 1fr; } }

/* =================================================
   FRED SECTION
   ================================================= */
.fred__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.fred__image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.fred__image .pullquote {
  margin: 0;
  max-width: 360px;
}
.fred__phone {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
.fred__phone .phone-frame { width: clamp(180px, 22vw, 240px); }
.fred__image img {
  width: 100%;
  max-width: clamp(180px, 22vw, 260px);   /* halbiert vs. vorher (war bis 480px) */
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,.7));
  animation: heroLogoFloat 10s ease-in-out infinite;
}
@media (max-width: 620px) {
  .fred__image img { max-width: 180px; }   /* harte Mobile-Begrenzung — 10% kleiner */
}
.fred__text h2 { font-size: clamp(2.4rem, 5vw, 4rem); }
.fred__text .lead {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.35rem;
  line-height: 1.55;
  color: var(--text);
  margin-bottom: 1.2em;
  font-weight: 500;
}
.fred__text p { font-size: 1.08rem; }
.pullquote {
  margin: 36px 0 0;
  padding: 28px 32px;
  border-left: 3px solid var(--gold-ocker);
  background: rgba(224,181,122,.05);
  border-radius: 0 12px 12px 0;
  font-family: var(--display);
  font-size: 1.4rem;
  font-style: italic;
  color: var(--text);
  line-height: 1.5;
}
.pullquote cite {
  display: block;
  margin-top: 14px;
  font-family: var(--sans);
  font-size: .95rem;
  font-style: normal;
  color: var(--gold-ocker);
  letter-spacing: .08em;
}
@media (max-width: 960px) { .fred__inner { grid-template-columns: 1fr; gap: 50px; } }

/* =================================================
   COMPARISON TABLE
   ================================================= */
.compare__inner { max-width: var(--max); margin: 0 auto; text-align: center; }
.compare__sub {
  color: var(--text-muted);
  font-size: 1.1rem;
  max-width: 640px;
  margin: 0 auto 40px;
  line-height: 1.65;
}
.compare__wrap {
  overflow-x: auto;
  border-radius: var(--rad);
  border: 1px solid rgba(224,181,122,.14);
  background: rgba(22,22,22,.55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.compare__table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  min-width: 720px;
}
.compare__table th, .compare__table td {
  padding: 16px 22px;
  border-bottom: 1px solid rgba(224,181,122,.10);
  font-size: 1rem;
  color: var(--text-muted);
}
.compare__table thead th {
  background: rgba(224,181,122,.04);
  color: var(--text);
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: .04em;
  font-size: .9rem;
  text-transform: uppercase;
}
.compare__table tbody th {
  text-align: left;
  color: var(--text);
  font-family: var(--sans);
  font-weight: 500;
  background: rgba(255,255,255,.02);
}
.compare__table tbody tr:last-child th,
.compare__table tbody tr:last-child td { border-bottom: 0; }
.compare__table .compare__us {
  background: rgba(224,181,122,.10);
  color: var(--gold-ocker-lt);
  font-weight: 700;
}
.compare__table thead th.compare__us {
  background: linear-gradient(180deg, rgba(224,181,122,.18), rgba(224,181,122,.10));
  color: var(--gold-ocker-lt);
}

/* =================================================
   STATS — modern Inter Black numbers, properly aligned %
   ================================================= */
.stats__inner { max-width: var(--max); margin: 0 auto; text-align: center; }
.stats__sub {
  color: var(--text-muted);
  font-size: 1.1rem;
  max-width: 620px;
  margin: 0 auto 44px;
  line-height: 1.65;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 32px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.stat {
  padding: 36px 24px;
  background: rgba(22,22,22,.55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(224,181,122,.14);
  border-radius: var(--rad);
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
  position: relative;
}
.stat:hover {
  transform: translateY(-4px);
  border-color: rgba(224,181,122,.5);
  box-shadow: 0 24px 50px rgba(0,0,0,.5);
}
.stat strong {
  display: block;
  font-family: var(--sans);
  font-size: clamp(2.4rem, 4.4vw, 3.8rem);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.02em;
  font-feature-settings: "tnum" 1, "ss01" 1;
  background: linear-gradient(135deg, #EAC79A 0%, #C89A5C 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 14px;
  forced-color-adjust: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}
.stat__pct {
  display: inline-flex !important;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}
.stat__pct-num,
.stat__pct-sym {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: -.02em;
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat__pct-sym {
  font-size: .65em;
  transform: translateY(-.05em);   /* visually align % with digits */
}
.stat__label {
  display: block;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -.005em;
  margin-bottom: 6px;
}
.stat__note {
  display: block;
  font-size: .92rem;
  color: var(--text-muted);
  line-height: 1.5;
}
.stat--zero strong {
  background: linear-gradient(135deg, #F3D5A6 0%, #E0B57A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 820px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .stat { padding: 28px 18px; }
}
@media (max-width: 480px) {
  .stats__grid { grid-template-columns: 1fr; }
}

/* =================================================
   LANGUAGES
   ================================================= */
.world__inner { max-width: 880px; margin: 0 auto; text-align: center; }
.flags {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  list-style: none; padding: 0; margin: 32px 0 14px;
}
.flags li {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 20px;
  border: 1px solid rgba(224,181,122,.20);
  border-radius: 999px;
  background: rgba(255,255,255,.02);
  font-size: 1rem;
  color: var(--text-soft);
  transition: all .25s var(--ease);
}
.flags li:hover {
  border-color: var(--gold-ocker);
  background: rgba(224,181,122,.07);
  transform: translateY(-2px);
}
.flags span { font-size: 1.2rem; }

/* =================================================
   LAUNCH
   ================================================= */
.launch__inner { max-width: 760px; margin: 0 auto; text-align: center; }
.launch__fred {
  width: clamp(220px, 24vw, 280px); height: auto; object-fit: contain;
  margin: 0 auto 32px;
  animation: heroLogoFloat 8s ease-in-out infinite;
  filter: drop-shadow(0 22px 44px rgba(0,0,0,.75));
}
/* =================================================
   PHONE-FRAME COMPONENT (App-Screenshots)
   ================================================= */
.phone-frame {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #1a1a1a 0%, #050505 100%);
  border-radius: clamp(22px, 3vw, 34px);
  padding: clamp(6px, .8vw, 10px);
  box-shadow:
    0 0 0 1px rgba(224, 181, 122, .18) inset,
    0 0 0 2px rgba(0, 0, 0, .92),
    0 22px 56px rgba(0, 0, 0, .65),
    0 4px 14px rgba(224, 181, 122, .08);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.phone-frame::before {
  content: '';
  position: absolute;
  top: 6px; left: 50%;
  transform: translateX(-50%);
  width: 32%; height: 14px;
  background: #050505;
  border-radius: 0 0 12px 12px;
  z-index: 2;
  pointer-events: none;
}
.phone-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 28%);
  pointer-events: none;
}
.phone-frame img {
  display: block;
  width: 100%; height: auto;
  border-radius: clamp(18px, 2.4vw, 26px);
  box-shadow: 0 0 0 1px rgba(255,255,255,.04) inset;
}
.phone-frame:hover {
  transform: translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(224, 181, 122, .35) inset,
    0 0 0 2px rgba(0, 0, 0, .92),
    0 28px 66px rgba(0, 0, 0, .7),
    0 8px 22px rgba(224, 181, 122, .14);
}
.phone-frame { cursor: zoom-in; }
.phone-frame:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.phone-frame--hero { width: clamp(220px, 30vw, 340px); }
/* Hero-Frame ist explizit von Lightbox-Klick ausgenommen */
.phone-frame--no-zoom { cursor: default; }
.phone-frame--no-zoom:hover { transform: none; }

/* =================================================
   LIGHTBOX — klickbare Phone-Frames für vergrößerte Ansicht
   ================================================= */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(5, 5, 5, .94);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s var(--ease), visibility .28s var(--ease);
  cursor: zoom-out;
}
.lightbox.active { opacity: 1; visibility: visible; }
.lightbox__img {
  max-width: min(92vw, 540px);
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: 28px;
  box-shadow:
    0 0 0 1px rgba(224, 181, 122, .25) inset,
    0 30px 80px rgba(0, 0, 0, .8),
    0 0 60px rgba(224, 181, 122, .12);
  transform: scale(.96);
  transition: transform .28s var(--ease);
}
.lightbox.active .lightbox__img { transform: scale(1); }
.lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(224, 181, 122, .35);
  color: var(--text);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  padding: 0;
  transition: all .25s var(--ease);
}
.lightbox__close:hover {
  background: rgba(224, 181, 122, .15);
  border-color: var(--gold-ocker);
  transform: scale(1.05);
}
.lightbox__hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: .8rem;
  color: var(--text-muted);
  letter-spacing: .14em;
  text-transform: uppercase;
  pointer-events: none;
}
.phone-frame--card { width: 100%; max-width: 180px; margin: 4px auto 18px; }
.phone-frame--wide { width: clamp(220px, 28vw, 300px); }
.phone-frame--mini { width: 132px; }

/* HERO 2-column on desktop
   Architektur: Text-Items stacken als normale Block-Children (eng, nur eigene
   margin-bottom). Phone-Mockup wird absolut innerhalb von .hero__inner platziert,
   vertikal mittig — direkt neben dem Text-Block, nicht an der Bildschirmkante. */
@media (min-width: 980px) {
  .hero__inner {
    position: relative;       /* Anker fuer das absolute Phone-Mockup */
    max-width: 1180px;
    display: block;
    text-align: left;
    /* Rechts Platz fuer das absolute Phone-Mockup reservieren */
    padding-right: clamp(380px, 36vw, 460px);
  }
  .hero__inner > .hero__logo-wrap,
  .hero__inner > .hero__title,
  .hero__inner > .hero__sub,
  .hero__inner > .hero__lead { text-align: left; }
  /* Logo-Wrap: linksbuendig, kompaktere Breite, sodass die sichtbaren Buchstaben
     auf gleicher Hoehe wie der Titel-Text starten */
  .hero__inner > .hero__logo-wrap {
    width: clamp(320px, 32vw, 480px);
    margin-left: -18px;       /* gleicht das transparente PNG-Padding aus */
    margin-right: 0;
    justify-content: flex-start;
  }
  .hero__inner > .hero__lead { margin-left: 0; }
  /* CTA und Stats linksbuendig */
  .hero__inner > .hero__cta { justify-content: flex-start; }
  .hero__inner > .hero__stats { justify-content: flex-start; text-align: left; }
  .hero__inner > .hero__stats li:first-child { padding-left: 0; }
  /* Hero-Buttons schmaler und niedriger — Schriftgroesse bleibt unveraendert */
  .hero__inner > .hero__cta .btn {
    padding: 8px 26px;
  }
}
.hero__visual { display: flex; justify-content: center; margin-top: 40px; }
@media (min-width: 980px) {
  /* Phone absolut INNERHALB von .hero__inner — sitzt rechts vom Text-Block,
     nicht am Bildschirmrand. Vertikal mittig zum Inner-Container. */
  .hero__visual {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    z-index: 3;
  }
}

/* FEATURE — phone-thumb */
.feature__phone {
  width: 100%;
  margin: 0 auto 22px;
  display: flex;
  justify-content: center;
}
.feature__phone .phone-frame { width: 100%; max-width: 170px; }

/* SCOREBAND — visual (Standardgröße — Lesbarkeit über Lightbox-Klick) */
.scoreband__visual {
  margin: 0 auto 36px;
  display: flex;
  justify-content: center;
}

/* MODULES — hero image above grid */
.modules__hero {
  margin: 0 auto 44px;
  display: flex;
  justify-content: center;
}

/* LEXIKON MINI-BLOCK */
.lexikon-mini {
  padding: 70px 24px 80px;
  background: linear-gradient(180deg, transparent 0%, rgba(224,181,122,.04) 50%, transparent 100%);
}
.lexikon-mini__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 820px) {
  .lexikon-mini__inner { grid-template-columns: 1.4fr 1fr; gap: 60px; }
}
.lexikon-mini__text { text-align: left; }
.lexikon-mini__text .eyebrow { margin-bottom: 10px; }
.lexikon-mini__text h3 {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0 0 16px;
  line-height: 1.15;
  color: var(--text);
}
.lexikon-mini__text h3 .gold { color: var(--gold); }
.lexikon-mini__text p {
  color: var(--text-soft);
  line-height: 1.65;
  max-width: 540px;
  font-size: 1.05rem;
  margin: 0;
}
.lexikon-mini__visual { display: flex; justify-content: center; }

/* QUIZ MINI-BLOCK */
.quizmini {
  padding: 80px 24px 90px;
  text-align: center;
}
.quizmini__inner { max-width: 1180px; margin: 0 auto; }
.quizmini h2 {
  font-size: clamp(1.85rem, 3.2vw, 2.5rem);
  margin: 8px 0 14px;
  line-height: 1.15;
}
.quizmini h2 .gold { color: var(--gold); }
.quizmini__sub {
  max-width: 680px;
  margin: 0 auto 50px;
  color: var(--text-soft);
  font-size: 1.05rem;
  line-height: 1.65;
}
.quizmini__strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  justify-items: center;
}
@media (min-width: 760px) {
  .quizmini__strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: end;
  }
}
.quizmini__step { text-align: center; max-width: 290px; }
.quizmini__step .phone-frame { width: clamp(150px, 20vw, 200px); }
.quizmini__step h4 {
  margin: 22px 0 6px;
  font-size: 1.02rem;
  color: var(--gold-ocker-lt);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 600;
}
.quizmini__step p {
  font-size: .94rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

/* DAY-STEP — phone replaces cartoon for steps with screenshots
   Phone-Mockup steht jetzt unter dem Beschreibungstext (Reihenfolge gewechselt),
   daher klarer Abstand nach oben. */
.day-step__phone {
  width: 132px;
  margin: 44px auto 0;
}
.day-step__phone .phone-frame { width: 132px; }
@media (max-width: 620px) {
  .day-step__phone { margin-top: 36px; }
}

/* STATS — visual side mockups */
.stats__visual {
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  justify-items: center;
  align-items: end;
}
@media (min-width: 760px) {
  .stats__visual { grid-template-columns: repeat(2, auto); justify-content: center; gap: 40px; }
}
.stats__visual .phone-frame { width: clamp(190px, 22vw, 260px); }

/* =================================================
   LAUNCH (continued)
   ================================================= */
.launch__form {
  max-width: 520px;
  margin: 28px auto 36px;
  padding: 24px 24px 12px;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(224,181,122,.18);
  border-radius: 16px;
  text-align: center;
}
.launch__form-h {
  font-family: var(--display);
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  margin: 0 0 6px;
  color: var(--gold);
  letter-spacing: .01em;
}
.launch__form-sub {
  margin: 0 0 16px;
  color: var(--text-soft);
  font-size: .95rem;
  line-height: 1.5;
}
.launch__form-iframe {
  display: block;
  width: 100%;
  min-height: 240px;
  background: transparent;
  border: 0;
  /* Tally hat kein eigenes Dark-Theme — wenn die iframe das color-scheme: dark
     vom Parent erbt, rendert Tally die Form mit weisser Card-Flaeche und das
     transparent-Background-Pattern wird gebrochen. Wir erzwingen hier light,
     damit Tallys Standard-Theme greift und der dunkle Parent durch den
     transparenten Body durchscheint. (Tilo 2026-04-30) */
  color-scheme: light;
}

.launch__closer {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.3rem, 2.6vw, 1.85rem);
  line-height: 1.45;
  color: var(--text);
  max-width: 620px;
  margin: 36px auto;
  padding: 24px 28px 4px;
  border-top: 1px solid rgba(224,181,122,.25);
}
.launch__socials {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid rgba(224,181,122,.30);
  border-radius: 999px;
  background: rgba(255,255,255,.02);
  color: var(--text-soft) !important;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .98rem;
  letter-spacing: .03em;
  transition: all .25s var(--ease);
}
.social svg { color: var(--gold-ocker); transition: color .25s; }
.social:hover {
  border-color: var(--gold-ocker);
  background: rgba(224,181,122,.10);
  transform: translateY(-2px);
  color: var(--text) !important;
}
.social:hover svg { color: var(--gold-ocker-lt); }

/* =================================================
   FAQ
   ================================================= */
.faq__inner { max-width: 820px; margin: 0 auto; text-align: center; }
.faq__inner h2 { margin-bottom: 40px; }
.faq details {
  text-align: left;
  border-bottom: 1px solid rgba(224,181,122,.15);
  padding: 22px 0;
  cursor: pointer;
}
.faq summary {
  list-style: none;
  font-family: var(--sans);
  font-size: 1.15rem;
  color: var(--text);
  font-weight: 600;
  letter-spacing: -.005em;
  position: relative;
  padding-right: 40px;
  transition: color .25s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 1.6rem;
  color: var(--gold-ocker);
  transition: transform .3s;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details[open] summary { color: var(--gold-ocker); }
.faq details p {
  margin-top: 14px;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

/* =================================================
   FINAL CTA
   ================================================= */
.finalcta {
  text-align: center;
  border-top: 1px solid rgba(224,181,122,.10);
}
.finalcta__inner {
  max-width: 720px;
  margin: 0 auto;
}
.finalcta h2 {
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  margin-bottom: 28px;
}
/* Final-CTA-Button kompakter als die globalen .btn-Werte */
.finalcta .btn {
  padding: 13px 30px;
  font-size: .98rem;
}

/* =================================================
   FOOTER — brand block centred (logo + tagline aligned vertically + centred)
   ================================================= */
.foot {
  padding: 70px 24px 32px;
  border-top: 1px solid rgba(224,181,122,.12);
  background: rgba(5,5,5,.85);
  text-align: center;
}
.foot__brand-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 50px;
}
.foot__logo {
  width: clamp(220px, 22vw, 300px);
  height: auto;
  object-fit: contain;
  margin: 0;
  filter: drop-shadow(0 14px 30px rgba(0,0,0,.7));
}
.foot__tag {
  font-family: var(--display);
  font-style: italic;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
.foot__cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  max-width: var(--max);
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(224,181,122,.08);
  text-align: left;
}
.foot__cols h4 {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .85rem;
  font-weight: 700;
  color: var(--gold-ocker);
  margin-bottom: 18px;
}
.foot__cols a {
  display: block;
  color: var(--text-muted);
  padding: 6px 0;
  font-size: 1rem;
}
.foot__cols a:hover { color: var(--gold-ocker); }
.foot__copy {
  text-align: center;
  color: var(--text-muted);
  font-size: .92rem;
  margin: 0;
}
@media (max-width: 760px) {
  .foot__cols { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (max-width: 480px) {
  .foot__cols { grid-template-columns: 1fr; gap: 8px; text-align: center; }
}

/* =================================================
   STICKY MOBILE CTA
   ================================================= */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 16px;
  /* Linksbuendig statt zentriert: Chrome-Mobile blendet beim Scrollen einen
     runden "Scroll-to-Top"-Button mittig unten ein, der unseren CTA sonst
     ueberdeckt. Auf RTL-Seiten spiegeln wir das weiter unten nach rechts. */
  left: 16px;
  transform: translateY(20px);
  padding: 9px 20px;            /* ~20% kleiner: war 12px 24px */
  background: linear-gradient(135deg, var(--gold-ocker-lt) 0%, var(--gold-ocker-dk) 100%) !important;
  color: var(--black) !important;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .82rem;            /* ~20% kleiner: war .92rem */
  letter-spacing: .02em;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0,0,0,.40);
  z-index: 90;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: transform .35s var(--ease), opacity .35s var(--ease);
  forced-color-adjust: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}
.sticky-cta:hover { transform: translateY(-2px); }
.sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
html[dir="rtl"] .sticky-cta { left: auto; right: 16px; }
@media (max-width: 720px) {
  .sticky-cta { display: inline-block; }   /* nun erst per JS-Klasse "is-visible" sichtbar */
  .foot { padding-bottom: 90px; }
}

/* =================================================
   TILT (subtle hover effect for feature cards)
   ================================================= */
[data-tilt] { transition: transform .25s var(--ease); transform-style: preserve-3d; }

/* =================================================
   RESPONSIVE — mobile menu, hero scaling, table scroll
   ================================================= */
@media (max-width: 960px) {
  .nav__links { display: none; }
  .nav__burger { display: block; }
  .nav.is-open .nav__links {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(10,10,10,.97);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 30px;
    gap: 18px;
    border-bottom: 1px solid rgba(224,181,122,.2);
  }
  .hero__stats li { padding: 0 22px; }
}
@media (max-width: 620px) {
  .nav { padding: 14px 22px; }
  .nav.is-scrolled { padding: 10px 22px; }
  /* mehr Atemraum links/rechts, vor allem damit der Hero-Title nicht an die Display-Kante stoesst */
  .hero { padding: 120px 28px 100px; }
  /* Hero-Logo auf Mobile kompakter */
  .hero__logo-wrap { width: clamp(315px, 68vw, 508px); margin-bottom: 28px; }
  /* zusaetzliches Innen-Padding fuer Hero-Sub und Hero-Lead — Lesbarkeit auf schmalen Displays */
  .hero__sub, .hero__lead { padding-left: 8px; padding-right: 8px; max-width: 100%; }
  .hero__cta { gap: 10px; margin-bottom: 48px; }
  /* Buttons in Hero-CTA schmaler */
  .hero__cta .btn { padding: 12px 20px; font-size: .92rem; min-width: 0; }
  .hero__stats { flex-direction: column; gap: 24px; }
  .hero__stats li { border-right: 0; padding: 0; }
  /* Klare Trennung zwischen Stats und Phone-Mockup */
  .hero__visual { margin-top: 56px; }
  /* Scroll-Cue auf Mobile ausblenden */
  .hero__scroll { display: none; }
  .feature__icon, .feature__meter-mini { width: 110px; height: 110px; }
  .feature__icon img { width: 100px; height: 100px; }
  /* Mobile-Side-Padding fuer alle anderen Sektionen, damit Karten nicht an die Kante kleben */
  .antagonist, .question, .features, .scoreband, .modules, .day, .ethics,
  .fred, .compare, .stats, .world, .launch, .faq, .finalcta {
    padding-left: 24px;
    padding-right: 24px;
  }
  .foot { padding-left: 24px; padding-right: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* =================================================
   Cross-Browser-Fallback fuer Browser ohne backdrop-filter.
   Karten/Bars bekommen dann einen opakeren Hintergrund, damit Inhalte
   trotzdem klar lesbar bleiben (statt "durchsichtig" zu wirken).
   ================================================= */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .nav.is-open .nav__links { background: rgba(10,10,10,.99); }
  .feature, .mod, .anti-card, .ethics__grid > div, .stat,
  .compare__wrap, .score__legend li {
    background: rgba(20,20,20,.94) !important;
  }
}

/* =================================================
   iOS Safari fix: bei position:fixed + mix-blend-mode kann es zu
   "stuck"-Rendering kommen — Hardware-Acceleration via will-change,
   damit bestehende transforms (Sticky-CTA centering) nicht ueberschrieben werden.
   ================================================= */
#particles, .top-fade, .nav, .scroll-progress, .sticky-cta {
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* =================================================
   LANGUAGE SWITCHER (in nav)
   <details>-based, fully accessible, SEO-friendly real anchor links.
   ================================================= */
.nav__lang {
  position: relative;
  margin-left: 8px;
}
/* Native disclosure marker MUSS in allen Browsern weg (Firefox rendert sonst
   einen zweiten Pfeil neben unserem .nav__lang-arrow). list-style:none reicht
   nicht; ::marker und ::-webkit-details-marker zusaetzlich neutralisieren. */
.nav__lang summary {
  display: inline-flex;
  list-style: none;
  cursor: pointer;
  font-family: var(--menu);
  font-size: .92rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-soft);
  padding: 8px 14px;
  border: 1px solid rgba(234,199,154,.35);
  border-radius: 999px;
  user-select: none;
  align-items: center;
  gap: 6px;
  transition: border-color .25s, color .25s;
}
.nav__lang summary::-webkit-details-marker { display: none; }
.nav__lang summary::marker { content: ""; }
.nav__lang summary::before { content: none; }
.nav__lang summary:hover {
  border-color: var(--gold-ocker);
  color: var(--gold-ocker);
}
.nav__lang[open] summary {
  border-color: var(--gold-ocker);
  color: var(--gold-ocker);
}
.nav__lang-arrow {
  display: inline-block;
  font-size: .7em;
  transition: transform .2s;
}
.nav__lang[open] .nav__lang-arrow { transform: rotate(180deg); }

.nav__lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 220px;
  background: #0A0A0A; /* opaker Fallback — wird auf Browsern ohne backdrop-filter sichtbar */
  background: rgba(10,10,10,.97);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(234,199,154,.25);
  border-radius: 14px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: 0 24px 60px rgba(0,0,0,.6);
  z-index: 300;
}
.nav__lang-menu a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: var(--menu);
  font-size: .92rem;
  font-weight: 400;
  color: var(--text-soft);
  letter-spacing: .03em;
  text-transform: none;
  padding: 10px 14px;
  border-radius: 8px;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.nav__lang-menu a:hover {
  background: rgba(234,199,154,.08);
  color: var(--gold-ocker);
}
.nav__lang-menu a.is-current {
  color: var(--gold-ocker);
  background: rgba(234,199,154,.06);
  font-weight: 500;
}
.nav__lang-menu a .lang-native {
  display: inline-block;
  /* Roboto/Barlow haben keine arabischen oder Devanagari-Glyphen.
     Ohne expliziten Fallback rendern العربية / हिन्दी als leere Boxen,
     wodurch die Zeile unsichtbar wirkt. */
  font-family: var(--menu), "Noto Sans Arabic", "Noto Sans Devanagari",
               "Tahoma", "Arial Unicode MS", system-ui, sans-serif;
}
/* Sprachspezifischer Fallback: Browser nimmt fuer den jeweiligen Eintrag
   automatisch die passende System-Schrift, falls vorhanden. */
.nav__lang-menu a[hreflang="ar"] .lang-native {
  font-family: "Noto Sans Arabic", "Geeza Pro", "Tahoma", "Arial Unicode MS",
               system-ui, sans-serif;
  font-size: 1.05em;
}
.nav__lang-menu a[hreflang="hi"] .lang-native {
  font-family: "Noto Sans Devanagari", "Mangal", "Nirmala UI",
               "Arial Unicode MS", system-ui, sans-serif;
}

/* Backdrop fuer das offene Mobile-Sheet — nur sichtbar, wenn .nav__lang[open] */
.nav__lang-backdrop {
  display: none;
}

/* Tablet: anchored panel, leicht groesserer Tap-Target */
@media (max-width: 960px) {
  .nav__lang { display: inline-block; margin-left: 0; }
  .nav__lang summary { padding: 9px 14px; font-size: .95rem; }
  .nav__lang-menu {
    right: 0;
    left: auto;
    min-width: 240px;
    padding: 10px;
  }
  .nav__lang-menu a {
    padding: 13px 16px;
    font-size: 1rem;
  }
}

/* Mobile: vom Anker geloestes Bottom-Sheet — feste Breite, opaker Hintergrund,
   ueber allem (z-index > Particles, Scroll-Progress, Sticky-CTA). Auf engen
   Screens kein Risiko mehr, dass das Panel an Burger oder Logo klebt. */
@media (max-width: 620px) {
  /* 2-Spalten-Grid: 10 Sprachen passen als 5 Zeilen × 2 Spalten in jeden
     Mobile-Viewport (auch iPhone SE 568px) ohne Scroll. Arabisch sitzt damit
     immer sichtbar in der letzten Zeile rechts. */
  .nav__lang-menu {
    position: fixed;
    top: 64px;
    left: 12px;
    right: 12px;
    width: auto;
    min-width: 0;
    max-height: calc(100vh - 80px);
    max-height: calc(100dvh - 80px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    border-radius: 16px;
    z-index: 400;
    background: #0A0A0A;
    background: rgba(10,10,10,.98);
    box-shadow: 0 24px 60px rgba(0,0,0,.6);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
  .nav__lang-menu a {
    padding: 12px 10px;
    font-size: .92rem;
    border-radius: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Garantiert sichtbare Zeilenhoehe — auch wenn Glyphen fehlen */
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Fallback-Label: ISO-Code wird per ::before vor dem nativen Text gezeigt,
     damit jede Zeile garantiert lesbar bleibt — selbst wenn Roboto/Barlow
     die Glyphen nicht haben. */
  .nav__lang-menu a::before {
    content: attr(hreflang);
    text-transform: uppercase;
    font-size: .68rem;
    letter-spacing: .08em;
    font-weight: 600;
    opacity: .55;
    margin-right: 8px;
    font-family: var(--menu);
  }
  /* Backdrop hinter dem Sheet, schliesst beim Tap (siehe main.js) */
  .nav__lang[open] .nav__lang-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    z-index: 350;
  }
}

/* Browser ohne backdrop-filter: Hintergrund komplett opak halten */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .nav__lang-menu { background: #0A0A0A !important; }
}

/* =================================================
   RTL SUPPORT (Arabic)
   Mirrors layout where needed without breaking LTR design.
   ================================================= */

/* Arabic-Pages: Brand-Stack hat keine arabischen Glyphen (Barlow/Roboto/Latin-Only).
   Ohne expliziten Arabic-Stack faellt der Text auf System-Fallback — auf Geraeten
   ohne arabische System-Schrift entsteht Tofu/leere Boxen ("kein Output").
   Noto Naskh Arabic wird bereits im <head> geladen und hier global aktiviert. */
html[lang="ar"] body,
html[lang="ar"] .hero__lead,
html[lang="ar"] .hero__sub,
html[lang="ar"] p,
html[lang="ar"] li,
html[lang="ar"] td,
html[lang="ar"] th,
html[lang="ar"] summary,
html[lang="ar"] details,
html[lang="ar"] blockquote,
html[lang="ar"] cite,
html[lang="ar"] .eyebrow,
html[lang="ar"] .nav__links a,
html[lang="ar"] .btn,
html[lang="ar"] .chip,
html[lang="ar"] .mod h3,
html[lang="ar"] .mod p,
html[lang="ar"] .feature h3,
html[lang="ar"] .feature p,
html[lang="ar"] .day-step h3,
html[lang="ar"] .ethics h3,
html[lang="ar"] .anti-card h3,
html[lang="ar"] .anti-card p,
html[lang="ar"] .stat__label,
html[lang="ar"] .stat__note,
html[lang="ar"] .foot a,
html[lang="ar"] .foot__copy,
html[lang="ar"] .foot__tag {
  font-family: "Noto Naskh Arabic", "Geeza Pro", "Tahoma", "Segoe UI",
               "Arial Unicode MS", system-ui, sans-serif;
}
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4 {
  font-family: "Noto Naskh Arabic", "Geeza Pro", "Tahoma", "Segoe UI",
               "Arial Unicode MS", system-ui, sans-serif;
  font-weight: 700;
}

/* Hindi-Pages: gleiches Problem, Devanagari-Stack greift sonst nicht. */
html[lang="hi"] body,
html[lang="hi"] h1,
html[lang="hi"] h2,
html[lang="hi"] h3,
html[lang="hi"] h4,
html[lang="hi"] p,
html[lang="hi"] li,
html[lang="hi"] td,
html[lang="hi"] th,
html[lang="hi"] summary,
html[lang="hi"] blockquote,
html[lang="hi"] .eyebrow,
html[lang="hi"] .btn,
html[lang="hi"] .chip {
  font-family: "Noto Sans Devanagari", "Mangal", "Nirmala UI",
               "Arial Unicode MS", "Segoe UI", system-ui, sans-serif;
}

html[dir="rtl"] body { font-family: "Noto Naskh Arabic", "Geeza Pro", "Tahoma",
                                    "Segoe UI", "Arial Unicode MS", system-ui, sans-serif; }
html[dir="rtl"] .nav__inner { direction: rtl; }
html[dir="rtl"] .nav__links a:not(.nav__cta)::after {
  transform-origin: left;
}
html[dir="rtl"] .nav__links a:not(.nav__cta):hover::after {
  transform-origin: right;
}
html[dir="rtl"] .nav__lang { margin-left: 0; margin-right: 8px; }
html[dir="rtl"] .nav__lang-menu { right: auto; left: 0; }
html[dir="rtl"] .hero__stats li {
  border-right: 0;
  border-left: 1px solid rgba(255,255,255,.08);
}
html[dir="rtl"] .hero__stats li:last-child { border-left: 0; }
html[dir="rtl"] .day__steps,
html[dir="rtl"] .day-step__num { direction: rtl; }
html[dir="rtl"] .compare__table th,
html[dir="rtl"] .compare__table td { text-align: right; }
html[dir="rtl"] .compare__table th[scope="row"] { text-align: right; }
html[dir="rtl"] .foot__cols { direction: rtl; }
html[dir="rtl"] .pullquote cite,
html[dir="rtl"] .launch__closer { text-align: right; }
html[dir="rtl"] .hero__scroll { right: auto; left: 50%; }
/* Hero auf Desktop: in LTR reserviert padding-right Platz fuer das absolut
   positionierte Phone-Mockup rechts. In RTL muss diese Reservierung auf die
   andere Seite, sonst sitzt das Mockup hinter dem Text. */
@media (min-width: 980px) {
  html[dir="rtl"] .hero__inner {
    padding-right: 0;
    padding-left: clamp(380px, 36vw, 460px);
  }
  html[dir="rtl"] .hero__inner > .hero__logo-wrap,
  html[dir="rtl"] .hero__inner > .hero__title,
  html[dir="rtl"] .hero__inner > .hero__sub,
  html[dir="rtl"] .hero__inner > .hero__lead { text-align: right; }
  html[dir="rtl"] .hero__inner > .hero__logo-wrap {
    margin-left: 0;
    margin-right: -18px;
    justify-content: flex-end;
  }
  html[dir="rtl"] .hero__inner > .hero__lead { margin-left: auto; margin-right: 0; }
  html[dir="rtl"] .hero__inner > .hero__cta { justify-content: flex-end; }
  html[dir="rtl"] .hero__inner > .hero__stats { justify-content: flex-end; text-align: right; }
  html[dir="rtl"] .hero__inner > .hero__stats li:first-child { padding-left: 22px; padding-right: 0; }
  html[dir="rtl"] .hero__visual { right: auto; left: 0; }
}
html[dir="rtl"] .meter__value {
  transform-origin: 110px 110px;
  transform: scaleX(-1) rotate(-90deg);
}
