/* ============================================================
   FlowLingua — Website Styles
   Design-Sprache: Sand + Ocean-Teal + Gold (Bento + Gradient)
   ============================================================ */

/* ---------- Fonts (lokal gehostet, kein Google-Fonts-Kontakt) ---------- */
/* Outfit (Variabler Font, latin-ext + latin) – aus assets/fonts geladen */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(assets/fonts/QGYvz_MVcBeNP4NJuktqQ4E.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(assets/fonts/QGYvz_MVcBeNP4NJtEtq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Design Tokens ---------- */
:root {
  /* Farben (aus dem FlowLingua-Logo abgeleitet) */
  --sand:        #EFE6D5;
  --sand-soft:   #F3ECDD;
  --sand-deep:   #E6DAC2;
  --cream:       #FAF7F0;
  --white:       #FFFFFF;

  --ink:         #18272E;
  --ink-soft:    #47585F;
  --ink-muted:   #75868C;

  --ocean:       #4C9DAA;
  --ocean-600:   #37818E;
  --ocean-700:   #2C6A75;
  --ocean-deep:  #14618A;
  --teal:        #06B5B5;
  --mint:        #89DBCD;
  --blue:        #54A0C3;

  --gold:        #F0DCB8;
  --gold-soft:   #F6E8CD;
  --gold-deep:   #D4A574;

  /* Verläufe */
  --grad-brand:  linear-gradient(135deg, #14618A 0%, #3E96A6 48%, #06B5B5 100%);
  --grad-mint:   linear-gradient(135deg, #06B5B5 0%, #89DBCD 100%);
  --grad-gold:   linear-gradient(135deg, #F0DCB8 0%, #D4A574 100%);

  /* Typografie */
  --font-sans: "Outfit", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Radien & Schatten */
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 28px;
  --r-xl: 40px;
  --shadow-sm: 0 2px 8px rgba(24, 39, 46, 0.05);
  --shadow-md: 0 12px 32px rgba(24, 39, 46, 0.08);
  --shadow-lg: 0 24px 64px rgba(24, 39, 46, 0.12);
  --shadow-brand: 0 16px 40px rgba(20, 97, 138, 0.28);

  --container: 1160px;
  --header-h: 76px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--sand);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, h5 { margin: 0; line-height: 1.15; font-weight: 700; letter-spacing: -0.02em; }
p { margin: 0; }

::selection { background: var(--ocean); color: #fff; }

/* ---------- Layout-Helfer ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}
.section { padding-block: 96px; }
.section--tight { padding-block: 64px; }

/* ---------- Accessibility ---------- */
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: #fff;
  padding: 10px 18px; border-radius: 0 0 10px 0;
  z-index: 1000;
}
.skip-link:focus { left: 0; }

:focus-visible {
  outline: 3px solid var(--ocean);
  outline-offset: 3px;
  border-radius: 6px;
}

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

/* ---------- Kopfzeilen & Text ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ocean-700);
  background: rgba(76, 157, 170, 0.12);
  border: 1px solid rgba(76, 157, 170, 0.22);
  padding: 8px 16px;
  border-radius: 999px;
}
.eyebrow::before {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--grad-brand);
}
.section-title {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.section-lead {
  font-size: 1.2rem;
  color: var(--ink-soft);
  max-width: 620px;
}
.section-head { max-width: 680px; margin-bottom: 56px; }
.section-head.center { margin-inline: auto; text-align: center; }

.text-gradient {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  border-radius: 999px;
  padding: 15px 28px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(0.99); }
.btn-primary {
  background: var(--grad-brand);
  color: #fff;
  box-shadow: var(--shadow-brand);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 50px rgba(20, 97, 138, 0.36); }
.btn-secondary {
  background: var(--gold);
  color: var(--ink);
}
.btn-secondary:hover { transform: translateY(-2px); background: var(--gold-soft); box-shadow: var(--shadow-md); }
.btn-ghost {
  color: var(--ink);
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(24,39,46,0.1);
}
.btn-ghost:hover { background: #fff; transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-lg { padding: 18px 34px; font-size: 1.05rem; }
.btn-sm { padding: 11px 20px; font-size: 0.9rem; }
.btn .icon { width: 20px; height: 20px; flex: 0 0 auto; }

/* ---------- Navigation ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background 0.3s, box-shadow 0.3s, border-color 0.3s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(239, 230, 213, 0.82);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: rgba(24, 39, 46, 0.06);
  box-shadow: 0 6px 24px rgba(24, 39, 46, 0.05);
}
.nav {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}
.brand img { width: 40px; height: 40px; border-radius: 12px; }
.nav-links {
  display: none;
  gap: 34px;
  font-weight: 500;
  color: var(--ink-soft);
}
.nav-links a { position: relative; transition: color 0.2s; padding-block: 4px; }
.nav-links a:hover { color: var(--ink); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  width: 0; height: 2px; background: var(--grad-brand);
  border-radius: 2px; transition: width 0.25s var(--ease);
}
.nav-links a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 12px; }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(24,39,46,0.08);
}
.nav-toggle svg { width: 22px; height: 22px; }

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 12px 24px 24px;
  background: var(--cream);
  border-bottom: 1px solid rgba(24,39,46,0.06);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 600;
  color: var(--ink-soft);
}
.mobile-menu a:hover { background: var(--sand); color: var(--ink); }
.mobile-menu .btn { margin-top: 10px; justify-content: center; }

@media (min-width: 900px) {
  .nav-links { display: flex; }
  .nav-toggle { display: none; }
  .nav-actions .btn-ghost { display: inline-flex; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-top: calc(var(--header-h) + 72px);
  padding-bottom: 96px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; top: -220px; right: -180px;
  width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(6,181,181,0.14), transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute; bottom: -260px; left: -220px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(212,165,116,0.18), transparent 62%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}
.hero-copy h1 {
  font-size: clamp(2.6rem, 6.5vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
}
.hero-copy .lead {
  font-size: 1.22rem;
  color: var(--ink-soft);
  max-width: 520px;
  margin-bottom: 32px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }
.hero-note {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.9rem; color: var(--ink-muted);
}
.hero-note svg { width: 18px; height: 18px; color: var(--ocean); }

/* ---------- Produkt-Mockup (Phone) ---------- */
.mockup-wrap { position: relative; display: flex; justify-content: center; }
.mockup-glow {
  position: absolute; inset: 8% 12%;
  background: var(--grad-brand);
  filter: blur(60px); opacity: 0.35;
  border-radius: 50%;
  pointer-events: none;
}
.phone {
  position: relative;
  width: 320px;
  max-width: 88vw;
  aspect-ratio: 9 / 19;
  background: var(--ink);
  border-radius: 46px;
  padding: 12px;
  box-shadow: 0 40px 90px rgba(24, 39, 46, 0.35), 0 0 0 1px rgba(24,39,46,0.08);
}
.phone-screen {
  position: relative;
  width: 100%; height: 100%;
  background: var(--cream);
  border-radius: 36px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.phone-notch {
  position: absolute; top: 10px; left: 50%;
  transform: translateX(-50%);
  width: 96px; height: 26px;
  background: var(--ink);
  border-radius: 999px;
  z-index: 5;
}

/* App-Inhalt im Mockup */
.app-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 56px 18px 12px;
}
.app-bar .title { font-size: 0.85rem; font-weight: 700; color: var(--ink); }
.app-bar .badge {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.06em;
  color: var(--ocean-700);
  background: rgba(76,157,170,0.14);
  padding: 4px 10px; border-radius: 999px;
}
.app-progress { height: 4px; background: rgba(24,39,46,0.08); margin: 0 18px; border-radius: 4px; overflow: hidden; }
.app-progress span { display: block; height: 100%; width: 42%; background: var(--grad-brand); border-radius: 4px; }

.reader { flex: 1; padding: 18px 20px; overflow: hidden; }
.reader .sentence { margin-bottom: 22px; }
.reader .target {
  font-size: 1.16rem; font-weight: 700; line-height: 1.5; color: var(--ink);
}
.reader .target .word { display: inline; padding: 2px 3px; border-radius: 6px; transition: background 0.15s; }
.reader .target .word.active { background: var(--grad-brand); color: #fff; }
.reader .native {
  font-size: 0.82rem; color: var(--ink-muted); font-style: italic; margin-top: 6px;
}
.reader .native b { color: var(--ocean-700); font-weight: 600; }

.translation-panel {
  margin: 0 14px 14px;
  background: #fff;
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: var(--shadow-md);
}
.translation-panel .label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-muted); margin-bottom: 6px; }
.translation-panel .text { font-size: 0.9rem; color: var(--ink); font-weight: 600; }

.audio-controls {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px 18px;
}
.audio-controls .play {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--grad-brand); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-brand);
  flex: 0 0 auto;
}
.audio-controls .play svg { width: 22px; height: 22px; }
.audio-meta { flex: 1; }
.audio-meta .time { font-size: 0.7rem; font-weight: 600; color: var(--ink-muted); margin-bottom: 6px; }
.audio-meta .track { height: 6px; background: rgba(24,39,46,0.1); border-radius: 6px; overflow: hidden; }
.audio-meta .track span { display: block; height: 100%; width: 34%; background: var(--grad-brand); }
.audio-controls .speed {
  font-size: 0.72rem; font-weight: 700; color: var(--ocean-700);
  background: rgba(76,157,170,0.14); padding: 7px 10px; border-radius: 10px;
}

/* Schwebende Akzent-Karten */
.float-card {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  padding: 14px 18px;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 12px;
  z-index: 6;
}
.float-card .ic { width: 40px; height: 40px; flex: 0 0 auto; }
.float-card .k { font-size: 0.7rem; font-weight: 600; color: var(--ink-muted); }
.float-card .v { font-size: 1.15rem; font-weight: 800; color: var(--ink); line-height: 1.1; }
.float-streak { top: 18%; left: -34px; animation: float 6s ease-in-out infinite; }
.float-words { bottom: 24%; right: -30px; animation: float 7s ease-in-out infinite 0.8s; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 899px) {
  .float-streak { left: -8px; }
  .float-words { right: -6px; }
}

@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 64px; }
  .phone { width: 340px; }
}

/* ---------- Vertrauens-Leiste ---------- */
.trust {
  border-top: 1px solid rgba(24,39,46,0.06);
  border-bottom: 1px solid rgba(24,39,46,0.06);
  background: var(--cream);
}
.trust-inner { padding-block: 40px; }
.trust-inner p { text-align: center; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 24px; }
.trust-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 20px; }
.trust-chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; color: var(--ink-soft);
  background: #fff; border: 1px solid rgba(24,39,46,0.06);
  padding: 10px 16px; border-radius: 999px;
  box-shadow: var(--shadow-sm);
}
.trust-chip .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--grad-brand); }

/* ---------- How it works ---------- */
.steps { display: grid; grid-template-columns: 1fr; gap: 20px; }
.step {
  position: relative;
  background: var(--cream);
  border-radius: var(--r-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 14px;
  font-weight: 800; font-size: 1.2rem; color: #fff;
  background: var(--grad-brand);
  box-shadow: var(--shadow-brand);
  margin-bottom: 20px;
}
.step h3 { font-size: 1.35rem; margin-bottom: 10px; }
.step p { color: var(--ink-soft); }
@media (min-width: 768px) { .steps { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Features (Bento) ---------- */
.bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.bento-card {
  background: var(--cream);
  border-radius: var(--r-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.bento-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.bento-card .feature-ic {
  width: 50px; height: 50px; border-radius: 15px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.bento-card .feature-ic svg { width: 26px; height: 26px; }
.bento-card h3 { font-size: 1.4rem; margin-bottom: 10px; }
.bento-card p { color: var(--ink-soft); }
.bento-card .chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.8rem; font-weight: 700; color: var(--ocean-700);
  background: rgba(76,157,170,0.12);
  padding: 6px 12px; border-radius: 999px; margin-bottom: 16px;
}

/* Farbvarianten der Icons */
.ic-ocean { background: rgba(76,157,170,0.14); color: var(--ocean-700); }
.ic-gold { background: var(--gold); color: var(--ocean-700); }
.ic-mint { background: rgba(137,219,205,0.3); color: var(--ocean-700); }
.ic-blue { background: rgba(84,160,195,0.16); color: var(--ocean-deep); }
.ic-warm { background: rgba(212,165,116,0.2); color: #9A6A38; }

/* Feature-Grid-Spannweiten */
.f-span-2 { grid-column: span 1; }
@media (min-width: 768px) {
  .bento { grid-template-columns: repeat(6, 1fr); }
  .f-span-2 { grid-column: span 2; }
  .f-span-3 { grid-column: span 3; }
  .f-span-4 { grid-column: span 4; }
  .f-span-6 { grid-column: span 6; }
}

/* Interlinear-Demo im Feature */
.interlinear-demo {
  background: #fff; border-radius: 16px; padding: 20px;
  margin-top: 24px; box-shadow: var(--shadow-sm);
}
.interlinear-demo .t { font-size: 1.05rem; font-weight: 700; color: var(--ink); }
.interlinear-demo .t .hl { background: var(--grad-brand); color: #fff; padding: 1px 5px; border-radius: 5px; }
.interlinear-demo .n { font-size: 0.85rem; color: var(--ink-muted); font-style: italic; margin-top: 8px; }
.interlinear-demo .n b { color: var(--ocean-700); }

/* Mini-Chart für Gamification */
.mini-chart { display: flex; align-items: flex-end; gap: 8px; height: 90px; margin-top: 24px; }
.mini-chart span { flex: 1; border-radius: 8px 8px 4px 4px; background: var(--grad-mint); }
.mini-chart span:nth-child(odd) { background: var(--grad-brand); }
.mini-chart span:nth-child(1) { height: 35%; }
.mini-chart span:nth-child(2) { height: 55%; }
.mini-chart span:nth-child(3) { height: 45%; }
.mini-chart span:nth-child(4) { height: 70%; }
.mini-chart span:nth-child(5) { height: 62%; }
.mini-chart span:nth-child(6) { height: 88%; }

/* 3D-Icon im Feature */
.feature-img { margin-top: 24px; }
.feature-img img { height: 72px; object-fit: contain; margin-inline: auto; }

/* ---------- Methode (Birkenbihl) ---------- */
.method {
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--r-xl);
  position: relative;
  overflow: hidden;
}
.method::before {
  content: ""; position: absolute; top: -30%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(6,181,181,0.25), transparent 60%);
}
.method::after {
  content: ""; position: absolute; bottom: -30%; left: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(212,165,116,0.22), transparent 60%);
}
.method-inner { position: relative; z-index: 1; padding: 72px 40px; }
@media (max-width: 560px) { .method-inner { padding: 56px 24px; } }
.method h2 { color: #fff; }
.method .section-lead { color: rgba(250,247,240,0.72); }
.method-cols { display: grid; grid-template-columns: 1fr; gap: 24px; }
.method-item {
  background: rgba(250,247,240,0.05);
  border: 1px solid rgba(250,247,240,0.1);
  border-radius: var(--r-md);
  padding: 28px;
}
.method-item .n { font-weight: 800; color: var(--mint); font-size: 1.1rem; margin-bottom: 12px; }
.method-item h3 { color: #fff; font-size: 1.25rem; margin-bottom: 10px; }
.method-item p { color: rgba(250,247,240,0.72); }
@media (min-width: 768px) { .method-cols { grid-template-columns: repeat(3, 1fr); } }
.method-more { margin-top: 40px; text-align: center; }
.method-more a { display: inline-flex; align-items: center; gap: 8px; color: var(--mint); font-weight: 600; font-size: 1.05rem; }
.method-more a svg { width: 20px; height: 20px; transition: transform 0.25s var(--ease); }
.method-more a:hover svg { transform: translateX(4px); }
.method-more a:hover { text-decoration: underline; }

/* ---------- Showcase / App-Vorschau ---------- */
.showcase-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
.showcase-tile { text-align: center; }
.showcase-tile .phone-shot {
  position: relative;
  aspect-ratio: 9 / 16;
  max-width: 300px;
  margin-inline: auto;
  background: var(--ink);
  border-radius: 34px;
  padding: 9px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transition: transform 0.3s var(--ease);
}
.showcase-tile:hover .phone-shot { transform: translateY(-6px); }
.showcase-tile .phone-shot::before {
  content: "";
  position: absolute;
  top: 9px; left: 50%;
  transform: translateX(-50%);
  width: 88px; height: 20px;
  background: var(--ink);
  border-radius: 999px;
  z-index: 2;
}
.showcase-tile .phone-shot img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  border-radius: 26px;
  display: block;
}
.showcase-tile h3 { font-size: 1.1rem; margin: 18px 0 6px; }
.showcase-tile p { font-size: 0.92rem; color: var(--ink-soft); max-width: 260px; margin-inline: auto; }
@media (min-width: 768px) { .showcase-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Preise ---------- */
.pricing-toggle {
  display: inline-flex; align-items: center; gap: 4px;
  background: #fff; border: 1px solid rgba(24,39,46,0.08);
  border-radius: 999px; padding: 5px; margin-bottom: 40px;
}
.pricing-toggle button {
  padding: 10px 22px; border-radius: 999px; font-weight: 600; color: var(--ink-soft);
  transition: background 0.2s, color 0.2s;
}
.pricing-toggle button.active { background: var(--ink); color: #fff; }
.pricing-toggle .save { font-size: 0.72rem; font-weight: 700; color: var(--ocean-700); margin-left: 4px; }
.pricing-toggle button.active .save { color: var(--mint); }
.pricing-grid { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: stretch; }
.plan {
  background: var(--cream);
  border-radius: var(--r-lg);
  padding: 36px;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  position: relative;
  border: 2px solid transparent;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.plan.featured {
  background: var(--ink);
  color: var(--cream);
  border-color: transparent;
}
.plan.featured .plan-sub { color: rgba(250,247,240,0.7); }
.plan.featured .plan-li { color: rgba(250,247,240,0.85); }
.plan.featured .plan-li svg { color: var(--mint); }
.plan-tag {
  position: absolute; top: 20px; right: 20px;
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--grad-brand); color: #fff; padding: 6px 12px; border-radius: 999px;
}
.plan-ic { width: 52px; height: 52px; margin-bottom: 20px; }
.plan h3 { font-size: 1.35rem; margin-bottom: 6px; }
.plan-sub { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 24px; }
.plan-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 6px; }
.plan-price .amount { font-size: 2.6rem; font-weight: 800; letter-spacing: -0.03em; }
.plan-price .period { font-size: 1rem; color: var(--ink-muted); }
.plan.featured .plan-price .period { color: rgba(250,247,240,0.6); }
.plan-hint { font-size: 0.85rem; color: var(--ink-muted); margin-bottom: 24px; }
.plan.featured .plan-hint { color: rgba(250,247,240,0.6); }
.plan-ul { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.plan-li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; }
.plan-li svg { width: 20px; height: 20px; color: var(--ocean); flex: 0 0 auto; margin-top: 1px; }
.plan .btn { width: 100%; margin-top: auto; }
.plan.featured .btn-primary { background: var(--grad-mint); box-shadow: 0 16px 40px rgba(6,181,181,0.35); }
.pricing-note { text-align: center; color: var(--ink-muted); font-size: 0.9rem; margin-top: 28px; }
@media (min-width: 900px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); max-width: 840px; margin-inline: auto; } .plan.featured { transform: scale(1.02); } .plan.featured:hover { transform: scale(1.02) translateY(-6px); } }

/* ---------- Testimonials ---------- */
.quotes { display: grid; grid-template-columns: 1fr; gap: 20px; }
.quote {
  background: var(--cream);
  border-radius: var(--r-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 18px;
}
.quote .stars { color: var(--gold-deep); letter-spacing: 2px; }
.quote p { font-size: 1.05rem; color: var(--ink); font-weight: 500; }
.quote .who { display: flex; align-items: center; gap: 12px; }
.quote .avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--grad-brand); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
}
.quote .who .name { font-weight: 700; font-size: 0.95rem; }
.quote .who .role { font-size: 0.8rem; color: var(--ink-muted); }
@media (min-width: 768px) { .quotes { grid-template-columns: repeat(3, 1fr); } }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 14px; max-width: 760px; margin-inline: auto; }
.faq-item {
  background: var(--cream);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.faq-item button.q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 26px;
  font-weight: 600; font-size: 1.05rem; text-align: left;
}
.faq-item .chev { width: 22px; height: 22px; flex: 0 0 auto; color: var(--ocean); transition: transform 0.3s var(--ease); }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-item .a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s var(--ease);
}
.faq-item .a p { padding: 0 26px 24px; color: var(--ink-soft); }

/* ---------- CTA ---------- */
.cta {
  position: relative;
  background: var(--grad-brand);
  color: #fff;
  border-radius: var(--r-xl);
  text-align: center;
  padding: 72px 32px;
  overflow: hidden;
}
.cta::before {
  content: ""; position: absolute; top: -40%; left: -10%;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 60%);
}
.cta::after {
  content: ""; position: absolute; bottom: -40%; right: -10%;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(137,219,205,0.3), transparent 60%);
}
.cta-inner { position: relative; z-index: 1; }
.cta h2 { font-size: clamp(2rem, 5vw, 3rem); color: #fff; margin-bottom: 16px; }
.cta p { font-size: 1.15rem; color: rgba(255,255,255,0.88); max-width: 520px; margin-inline: auto; margin-bottom: 32px; }
.cta .btn-primary { background: #fff; color: var(--ocean-700); box-shadow: 0 18px 44px rgba(0,0,0,0.22); }
.cta .btn-secondary { background: rgba(255,255,255,0.18); color: #fff; backdrop-filter: blur(6px); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(250,247,240,0.7); padding-top: 72px; margin-top: 96px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; padding-bottom: 56px; }
.footer-brand img { width: 44px; height: 44px; border-radius: 12px; margin-bottom: 16px; }
.footer-brand .name { font-size: 1.3rem; font-weight: 800; color: #fff; margin-bottom: 10px; }
.footer-brand p { font-size: 0.95rem; max-width: 300px; }
.footer h4 { color: #fff; font-size: 0.9rem; margin-bottom: 18px; letter-spacing: 0.04em; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 0.95rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--mint); }
.footer-bottom {
  border-top: 1px solid rgba(250,247,240,0.12);
  padding-block: 24px;
  display: flex; flex-direction: column; gap: 12px;
  align-items: center; justify-content: space-between;
  font-size: 0.85rem; text-align: center;
}
.footer-bottom .legal { display: flex; gap: 24px; }
.footer-bottom .legal a:hover { color: var(--mint); }
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
  .footer-bottom { flex-direction: row; text-align: left; }
}

/* ---------- Scroll-Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Rechtliche Seiten ---------- */
.legal-page { padding-top: calc(var(--header-h) + 56px); padding-bottom: 96px; }
.legal-page .prose { max-width: 720px; }
.legal-page .prose h1 { font-size: 2.4rem; margin-bottom: 16px; }
.legal-page .prose h2 { font-size: 1.4rem; margin: 36px 0 12px; }
.legal-page .prose p, .legal-page .prose li { color: var(--ink-soft); }
.legal-page .prose ul { list-style: disc; padding-left: 22px; margin: 12px 0; }
.legal-page .prose a { color: var(--ocean-700); text-decoration: underline; }
.legal-page .prose table { width: 100%; border-collapse: collapse; margin: 20px 0 32px; background: var(--cream); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.legal-page .prose th, .legal-page .prose td { text-align: left; padding: 14px 16px; border-bottom: 1px solid rgba(24,39,46,0.08); vertical-align: top; }
.legal-page .prose th { font-weight: 700; color: var(--ink); background: var(--sand); }
.legal-page .prose tr:last-child td { border-bottom: none; }
.legal-page .prose td { color: var(--ink-soft); }
.placeholder-box {
  background: rgba(212,165,116,0.16);
  border: 1px dashed var(--gold-deep);
  border-radius: var(--r-md);
  padding: 16px 20px;
  color: #7a5a30;
  font-size: 0.9rem;
}
