/* RIKU VocaSnap — Landingpage styles
   Apple-style: ruhig, viel Weißraum, große Typo. iOS-warmes Farb-Vokabular.
*/

@import url("colors_and_type.css");

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg-app);
  color: var(--fg-1);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.container-wide {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ----------------------- TYPE ----------------------- */
.eyebrow {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 400;
  margin: 0;
}
.eyebrow-ink { color: var(--fg-2); }

.display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.02;
  color: var(--fg-1);
  margin: 0;
}
.display-xl { font-size: clamp(48px, 7.5vw, 104px); }
.display-l  { font-size: clamp(40px, 5.5vw, 76px); }
.display-m  { font-size: clamp(32px, 4vw, 56px); }

.lede {
  font-family: var(--font-body);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.45;
  color: var(--fg-2);
  font-weight: 400;
  max-width: 60ch;
  margin: 0;
}

.rampart {
  font-family: var(--font-logo);
  color: var(--color-primary);
}

/* ----------------------- NAV ----------------------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: 60px;
  display: flex;
  align-items: center;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  background: rgba(245, 245, 247, 0.78);
  border-bottom: 0.5px solid rgba(10,10,14,0.08);
  transition: background 200ms var(--ease-standard);
}
.nav-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.01em;
}
.nav-brand img { width: 28px; height: 28px; border-radius: 7px; }
.nav-brand .by { font-weight: 400; color: var(--fg-3); font-size: 14px; margin-left: 2px; }
.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
}
.nav-links a {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--fg-2);
  transition: color 160ms var(--ease-standard);
}
.nav-links a:hover { color: var(--color-primary); }
.nav-cta {
  background: var(--color-ink);
  color: var(--color-white);
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 160ms var(--ease-standard), background 160ms;
}
.nav-cta:hover { background: var(--color-primary); }
.nav-cta:active { transform: scale(0.97); }
@media (max-width: 720px) {
  .nav-links { display: none; }
}

/* ----------------------- BUTTONS ----------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 160ms var(--ease-standard), box-shadow 200ms, background 160ms;
}
.btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0 8px 22px rgba(255,96,0,.32);
}
.btn-primary:hover { background: var(--color-primary-600); box-shadow: 0 12px 30px rgba(255,96,0,.42); }
.btn-primary:active { transform: scale(0.97); }
.btn-ghost {
  background: transparent;
  color: var(--fg-1);
}
.btn-ghost:hover { color: var(--color-primary); }

/* App store badges */
.store-badges { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.badge-store {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--color-ink);
  color: var(--color-white);
  padding: 10px 18px 10px 16px;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 160ms, background 160ms;
  border: 1px solid rgba(255,255,255,0.04);
}
.badge-store:hover { background: #1c1c22; transform: translateY(-1px); }
.badge-store:active { transform: scale(0.98); }
.badge-store .badge-line1 { font-size: 10px; opacity: 0.78; line-height: 1; letter-spacing: 0.06em; text-transform: uppercase; }
.badge-store .badge-line2 { font-size: 18px; font-weight: 600; line-height: 1.05; letter-spacing: -0.01em; margin-top: 3px; font-family: var(--font-body); }
.badge-store.disabled { opacity: 0.55; pointer-events: none; }
.badge-store.disabled .pill {
  background: var(--color-primary);
  color: white;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
  margin-left: 4px;
  letter-spacing: 0.06em;
}

/* ----------------------- SECTIONS ----------------------- */
section {
  position: relative;
}
.section-pad {
  padding: clamp(80px, 12vw, 160px) 0;
}
.section-pad-sm {
  padding: clamp(60px, 8vw, 100px) 0;
}

.bg-app    { background: var(--bg-app); }
.bg-cream  { background: #FFFAF4; }
.bg-white  { background: var(--bg-surface); }
.bg-ink    { background: var(--color-ink); color: var(--color-white); }
.bg-orange { background: var(--color-primary); color: var(--color-white); }

/* ----------------------- HERO ----------------------- */
.hero {
  position: relative;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(60% 60% at 80% 30%, rgba(255,96,0,0.10) 0%, transparent 60%),
    radial-gradient(50% 50% at 10% 80%, rgba(255,184,0,0.10) 0%, transparent 55%),
    var(--bg-app);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
  width: 100%;
}
.hero-copy { max-width: 640px; }
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(44px, 6.4vw, 92px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--fg-1);
  margin: 16px 0 18px;
}
.hero-headline em {
  font-style: normal;
  color: var(--color-primary);
}
.hero-sub {
  font-size: clamp(17px, 1.4vw, 21px);
  color: var(--fg-2);
  line-height: 1.5;
  max-width: 52ch;
  margin: 0 0 32px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-meta {
  display: flex;
  gap: 28px;
  margin-top: 36px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--fg-2);
  font-weight: 500;
}
.hero-meta-item strong {
  font-family: var(--font-display);
  color: var(--fg-1);
  font-weight: 400;
  font-size: 15px;
}
.hero-rating { display: flex; gap: 2px; }
.hero-rating svg { width: 14px; height: 14px; fill: var(--color-xp); }

.hero-visual {
  position: relative;
  height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-phone-wrap {
  position: relative;
  z-index: 2;
  transform: rotate(-3deg);
  transition: transform 600ms var(--ease-standard);
}
.hero-phone-wrap:hover { transform: rotate(-2deg) translateY(-8px); }
.hero-mascot {
  position: absolute;
  width: 480px;
  height: auto;
  aspect-ratio: 586 / 649;
  right: -60px;
  bottom: 0;
  z-index: 3;
  transform-origin: bottom center;
  animation: float 6s ease-in-out infinite;
  filter: drop-shadow(0 30px 40px rgba(10,10,14,0.18));
}
.hero-icon-float {
  position: absolute;
  z-index: 1;
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(255,96,0,0.3);
  animation: float 7s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-14px); }
}

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { height: 540px; }
  .hero-mascot { width: 340px; height: auto; right: -10px; }
}

/* ----------------------- SHARED PHONE FRAME ----------------------- */
.phone {
  width: 320px;
  height: 690px;
  border-radius: 44px;
  background: #F5F5F7;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 0 10px #1a1a1f,
    0 0 0 11px #2a2a32,
    0 40px 80px rgba(10,10,14,0.25),
    0 10px 30px rgba(10,10,14,0.15);
  font-family: var(--font-body);
}
.phone .notch {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 28px;
  border-radius: 18px;
  background: #000;
  z-index: 50;
}
.phone .home-indicator {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 4px;
  border-radius: 99px;
  background: rgba(10,10,14,0.28);
  z-index: 60;
}
.phone-inner { position: absolute; inset: 0; }
.phone-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.phone-large {
  width: 360px;
  height: 770px;
  border-radius: 50px;
}
.phone-large .notch { width: 112px; height: 32px; top: 10px; }

/* ----------------------- SCROLL REVEAL ----------------------- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 800ms var(--ease-standard), transform 800ms var(--ease-standard);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.reveal-1 { transition-delay: 80ms; }
.reveal-2 { transition-delay: 160ms; }
.reveal-3 { transition-delay: 240ms; }
.reveal-4 { transition-delay: 320ms; }

/* ----------------------- SECTION HEADERS ----------------------- */
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.section-head .eyebrow { display: inline-block; margin-bottom: 18px; }
.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.022em;
  margin: 0 0 18px;
}
.section-head p {
  font-size: clamp(17px, 1.4vw, 20px);
  color: var(--fg-2);
  line-height: 1.5;
}

/* ----------------------- PROBLEM/SOLUTION ----------------------- */
.problem {
  background: var(--bg-app);
}
.problem-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.problem-card {
  border-radius: 28px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.problem-card.bad {
  background: var(--color-white);
  border: 1px solid var(--border-1);
}
.problem-card.good {
  background: var(--color-ink);
  color: var(--color-white);
  box-shadow: 0 30px 80px rgba(10,10,14,0.18);
}
.problem-card h3 {
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: -0.01em;
  margin: 12px 0 8px;
  font-weight: 400;
}
.problem-card .cap {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.6;
}
.problem-card.good .cap { color: var(--color-primary-400); opacity: 0.95; }
.problem-card p {
  font-size: 15.5px;
  line-height: 1.55;
  margin: 0;
  opacity: 0.86;
}
.book-vs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}
.book-vs .ex {
  border-radius: 14px;
  padding: 14px 16px;
  font-family: var(--font-body);
}
.bad .ex.q { background: var(--color-gray-100); }
.bad .ex.a { background: var(--color-gray-100); border: 1.5px dashed var(--color-alert); }
.good .ex.q { background: rgba(255,255,255,0.06); }
.good .ex.a { background: rgba(0, 191, 165, 0.18); border: 1.5px solid var(--color-correct); }
.book-vs .lab { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.6; margin-bottom: 4px; }
.book-vs .word { font-size: 18px; font-weight: 600; }
.bad .ex.a .word { color: var(--color-alert); }
.good .ex.a .word { color: #5BE9D2; }
@media (max-width: 820px) { .problem-grid { grid-template-columns: 1fr; } }

/* ----------------------- HOW IT WORKS ----------------------- */
.how-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.how-card {
  background: var(--color-white);
  border-radius: 28px;
  padding: 36px 32px 32px;
  position: relative;
  box-shadow: var(--shadow-1);
  transition: transform 300ms var(--ease-standard), box-shadow 300ms;
}
.how-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-2);
}
.how-card .num {
  position: absolute;
  top: 28px; right: 32px;
  font-family: var(--font-logo);
  font-size: 56px;
  color: var(--color-primary);
  opacity: 0.55;
  line-height: 1;
}
.how-card .ico {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--color-primary-050);
  color: var(--color-primary);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
}
.how-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}
.how-card p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0;
}
@media (max-width: 820px) { .how-grid { grid-template-columns: 1fr; } }

/* ----------------------- FEATURE BLOCK ----------------------- */
.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
  margin-top: 80px;
}
.feature-block.reverse { grid-template-columns: 1fr 1fr; }
.feature-block.reverse .feature-text { order: 2; }
.feature-block.reverse .feature-visual { order: 1; }
.feature-text { max-width: 540px; }
.feature-text h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 16px 0 18px;
  font-weight: 400;
}
.feature-text h2 em { font-style: normal; color: var(--color-primary); }
.feature-text p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0 0 20px;
}
.feature-bullets { list-style: none; padding: 0; margin: 24px 0 0; }
.feature-bullets li {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-1);
  font-size: 15.5px;
}
.feature-bullets li:last-child { border-bottom: none; }
.feature-bullets .check {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 999px;
  background: var(--color-correct);
  color: white;
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.feature-visual {
  display: flex; justify-content: center; align-items: center;
  position: relative;
  min-height: 600px;
}
@media (max-width: 980px) {
  .feature-block, .feature-block.reverse { grid-template-columns: 1fr; }
  .feature-block.reverse .feature-text { order: 1; }
  .feature-block.reverse .feature-visual { order: 2; }
  .feature-visual { min-height: 540px; }
}

/* ----------------------- LEARN MODES ----------------------- */
.modes-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.mode-card {
  background: var(--color-white);
  border-radius: 24px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-1);
  transition: transform 300ms var(--ease-standard), box-shadow 300ms;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mode-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-2);
}
.mode-card .mode-vis {
  height: 130px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mode-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.005em;
  margin: 0 0 6px;
}
.mode-card p {
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--fg-2);
  margin: 0;
}
.mode-card .mode-tag {
  position: absolute;
  top: 20px; right: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary);
  background: var(--color-primary-050);
  padding: 4px 8px;
  border-radius: 999px;
}
@media (max-width: 980px) { .modes-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .modes-grid { grid-template-columns: 1fr; } }

/* tile flip mini */
.tile-flip {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.tile-flip .t {
  width: 60px; height: 80px;
  border-radius: 12px;
  background: var(--color-primary);
  color: white;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px;
  box-shadow: 0 8px 18px rgba(255,96,0,0.32);
  transform: rotate(-4deg);
}
.tile-flip .t:nth-child(2) { transform: rotate(3deg) translateY(-6px); background: var(--color-ink); }
.tile-flip .t:nth-child(3) { transform: rotate(-2deg) translateY(2px); }

.write-mini {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.write-mini .word { font-family: var(--font-display); font-size: 22px; color: var(--fg-1); }
.write-mini .input {
  width: 100%; max-width: 200px;
  border: 2px solid var(--color-correct);
  background: var(--color-correct-100);
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 14px; font-weight: 600; color: var(--fg-1);
  text-align: center;
  position: relative;
}
.write-mini .input::after {
  content: '';
  position: absolute;
  right: -8px; top: 50%;
  transform: translateY(-50%);
  width: 20px; height: 20px;
  border-radius: 999px;
  background: var(--color-correct);
}

.mc-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  width: 100%;
  max-width: 220px;
}
.mc-mini .opt {
  background: var(--color-gray-100);
  padding: 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.mc-mini .opt.correct { background: var(--color-correct-100); color: #008471; border: 1.5px solid var(--color-correct); }

.speak-mini {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.speak-mini .mic {
  width: 64px; height: 64px;
  border-radius: 999px;
  background: var(--color-primary);
  color: white;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 8px rgba(255,96,0,0.18), 0 8px 20px rgba(255,96,0,0.36);
  animation: pulse 2s ease-out infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,96,0,0.32), 0 8px 20px rgba(255,96,0,0.36); }
  70% { box-shadow: 0 0 0 18px rgba(255,96,0,0), 0 8px 20px rgba(255,96,0,0.36); }
  100% { box-shadow: 0 0 0 0 rgba(255,96,0,0), 0 8px 20px rgba(255,96,0,0.36); }
}
.speak-mini .wave { display: flex; gap: 3px; align-items: center; }
.speak-mini .wave span {
  width: 3px; background: var(--color-primary);
  border-radius: 99px;
  animation: wave 1.2s ease-in-out infinite;
}
.speak-mini .wave span:nth-child(1) { height: 12px; animation-delay: 0s; }
.speak-mini .wave span:nth-child(2) { height: 22px; animation-delay: .1s; }
.speak-mini .wave span:nth-child(3) { height: 16px; animation-delay: .2s; }
.speak-mini .wave span:nth-child(4) { height: 26px; animation-delay: .3s; }
.speak-mini .wave span:nth-child(5) { height: 14px; animation-delay: .4s; }
@keyframes wave {
  0%,100% { transform: scaleY(0.6); }
  50% { transform: scaleY(1.2); }
}

/* ----------------------- EVOLUTION ----------------------- */
.evolution {
  background: var(--color-ink);
  color: white;
  overflow: hidden;
  position: relative;
}
.evolution::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 50% at 30% 20%, rgba(255,96,0,0.18) 0%, transparent 60%),
    radial-gradient(50% 40% at 80% 90%, rgba(255,184,0,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.evolution .section-head h2 { color: white; }
.evolution .section-head p { color: rgba(255,255,255,0.65); }
.evolution .section-head .eyebrow { color: var(--color-primary-400); }
.evolution-stage {
  position: relative;
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 60px;
  align-items: center;
  z-index: 2;
}
.evo-display {
  position: relative;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evo-img {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 600ms var(--ease-standard), transform 600ms var(--ease-standard);
  transform: scale(0.92);
}
.evo-img.active {
  opacity: 1;
  transform: scale(1);
}
.evo-img img {
  max-height: 540px;
  max-width: 100%;
  filter: drop-shadow(0 30px 60px rgba(255,96,0,0.35));
}
.evo-meta {
  display: flex; flex-direction: column; gap: 28px;
}
.evo-meta .level-no {
  font-family: var(--font-logo);
  font-size: 120px;
  line-height: 0.85;
  color: var(--color-primary);
  letter-spacing: -0.02em;
}
.evo-meta h3 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0;
  color: white;
}
.evo-meta p {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255,255,255,0.7);
  margin: 0;
  max-width: 36ch;
}
.evo-stats {
  display: flex; gap: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.evo-stat .l { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 4px; }
.evo-stat .v { font-family: var(--font-display); font-size: 18px; color: white; }

.evo-track {
  margin-top: 60px;
  display: flex;
  gap: 8px;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.evo-thumb {
  flex: 1;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1.5px solid rgba(255,255,255,0.08);
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 220ms var(--ease-standard);
  text-align: center;
}
.evo-thumb:hover { background: rgba(255,255,255,0.08); transform: translateY(-3px); }
.evo-thumb.active {
  background: rgba(255,96,0,0.16);
  border-color: var(--color-primary);
  box-shadow: 0 0 30px rgba(255,96,0,0.3);
}
.evo-thumb .tn-img {
  width: 100%;
  max-width: 76px;
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
}
.evo-thumb .tn-img img {
  max-width: 100%; max-height: 100%;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}
.evo-thumb .tn-num {
  font-family: var(--font-logo);
  font-size: 18px;
  color: var(--color-primary);
  line-height: 1;
}
.evo-thumb .tn-name {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
}
.evo-thumb.active .tn-name { color: white; }

.evo-progress {
  margin-top: 28px;
  height: 4px;
  background: rgba(255,255,255,0.08);
  border-radius: 99px;
  overflow: hidden;
  position: relative;
}
.evo-progress-fill {
  position: absolute;
  top: 0; left: 0; height: 100%;
  background: linear-gradient(90deg, var(--color-primary), var(--color-xp));
  border-radius: 99px;
  transition: width 400ms var(--ease-standard);
}

@media (max-width: 980px) {
  .evolution-stage { grid-template-columns: 1fr; gap: 40px; }
  .evo-display { height: 360px; }
  .evo-img img { max-height: 360px; }
  .evo-meta .level-no { font-size: 80px; }
  .evo-meta h3 { font-size: 26px; }
}
@media (max-width: 720px) {
  .evo-track { flex-wrap: wrap; }
  .evo-thumb { flex: 0 0 calc(33.333% - 6px); }
}

/* ----------------------- FINAL CTA ----------------------- */
.final-cta {
  background: linear-gradient(135deg, var(--color-primary) 0%, #FF8A33 50%, var(--color-primary-600) 100%);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(50% 60% at 50% 20%, rgba(255,255,255,0.15), transparent 70%);
  pointer-events: none;
}
.final-cta-inner { position: relative; z-index: 2; }
.final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 88px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
  font-weight: 400;
}
.final-cta p {
  font-size: clamp(17px, 1.4vw, 21px);
  color: rgba(255,255,255,0.85);
  margin: 0 auto 40px;
  max-width: 600px;
}
.final-cta .store-badges { justify-content: center; }
.final-cta .badge-store { background: var(--color-ink); }
.final-cta .badge-store:hover { background: #1c1c22; }
.final-cta-mascot {
  width: 240px; height: 240px;
  margin: 0 auto 24px;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.25));
  animation: bouncein 1.2s var(--ease-emphatic) backwards;
}
.final-cta-icon {
  width: 96px; height: 96px;
  border-radius: 22px;
  margin: 0 auto 28px;
  box-shadow: 0 24px 48px rgba(10,10,14,0.32);
  animation: bouncein 1s var(--ease-emphatic) backwards;
}
@keyframes bouncein {
  from { opacity: 0; transform: scale(0.6) translateY(40px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

/* ----------------------- FOOTER ----------------------- */
footer {
  background: var(--color-ink);
  color: rgba(255,255,255,0.6);
  padding: 80px 0 36px;
  font-size: 13.5px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 20px;
}
.footer-brand img { width: 40px; height: 40px; border-radius: 10px; }
.footer-brand-name {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 22px;
  color: white;
  letter-spacing: -0.01em;
}
.footer-brand-name .by { font-weight: 400; color: rgba(255,255,255,0.4); font-size: 14px; margin-left: 4px; }
.footer-tag { color: rgba(255,255,255,0.6); margin: 0 0 24px; max-width: 36ch; line-height: 1.5; }
.footer-col h4 {
  color: white;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-weight: 400;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-col a {
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  transition: color 160ms;
}
.footer-col a:hover { color: var(--color-primary-400); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12.5px;
}
.footer-bottom .made {
  display: flex; align-items: center; gap: 6px;
}

@media (max-width: 820px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .footer-top { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------
   Pre-launch additions (Bald im App Store badge + soft polish)
   -------------------------------------------------------------------- */
.soon-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-primary);
  margin-right: 8px;
  box-shadow: 0 0 0 0 rgba(255, 96, 0, 0.55);
  animation: soon-pulse 2.2s var(--ease-standard) infinite;
  vertical-align: middle;
}
@keyframes soon-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255, 96, 0, 0.55); }
  70%  { box-shadow: 0 0 0 10px rgba(255, 96, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 96, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .soon-dot { animation: none; }
}

/* --------------------------------------------------------------------
   Legal sub-pages (Impressum / Datenschutz)
   -------------------------------------------------------------------- */
.legal {
  padding: 96px 0 80px;
  max-width: 760px;
  margin: 0 auto;
}
.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--fg-2);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 32px;
  transition: color var(--dur-fast) var(--ease-standard);
}
.legal-back:hover { color: var(--color-primary); }
.legal h1 {
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 8px;
}
.legal .legal-updated {
  font-size: 13px;
  color: var(--fg-3);
  margin-bottom: 48px;
}
.legal h2 {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.2;
  margin: 40px 0 12px;
}
.legal h3 {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  margin: 24px 0 8px;
  color: var(--fg-1);
}
.legal p,
.legal li {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--fg-2);
  margin-bottom: 12px;
}
.legal ul {
  padding-left: 22px;
  margin-bottom: 16px;
}
.legal li { margin-bottom: 4px; }
.legal a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal strong { color: var(--fg-1); }
.legal .legal-placeholder {
  display: inline-block;
  padding: 1px 8px;
  background: var(--color-primary-100);
  color: var(--color-primary-600);
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
}
.legal address {
  font-style: normal;
  background: var(--bg-surface);
  border: 1px solid var(--border-1);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin: 16px 0;
}
