/* ==========================================================================
   Recivita — Marketing-Website
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Figtree:wght@400;500;600;700;800&display=swap');

:root {
  --green-900: #16301f;
  --green-950: #0e1913;
  --green-850: #14231c;
  --green-800: #1c3026;
  --lime: #afdd5e;
  --lime-soft: #dcf0b4;
  --cream: #efeadb;
  --cream-2: #e6dfc9;
  --surface: #faf6ec;
  --card: #fdfbf5;
  --ink: #16301f;
  --ink-soft: #4b5a4e;
  --line: rgba(22, 48, 31, 0.12);

  --font-display: 'Fraunces', 'Iowan Old Style', serif;
  --font-body: 'Figtree', -apple-system, sans-serif;

  --container: 1360px;
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;

  --shadow-soft: 0 24px 60px -30px rgba(22, 48, 31, 0.35);
  --shadow-card: 0 14px 34px -18px rgba(22, 48, 31, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 85% 65% at 105% 10%, rgba(175,221,94,0.40), transparent 62%),
    radial-gradient(ellipse 75% 60% at 95% 60%, rgba(175,221,94,0.30), transparent 58%),
    radial-gradient(ellipse 70% 55% at 100% 105%, rgba(175,221,94,0.28), transparent 55%);
  pointer-events: none;
}

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

a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.01em;
}

p { margin: 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-900);
  background: var(--lime-soft);
  padding: 7px 16px 7px 12px;
  border-radius: 100px;
}
.eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green-900);
  flex-shrink: 0;
}
.eyebrow.on-dark {
  background: rgba(175, 221, 94, 0.16);
  color: var(--lime);
}
.eyebrow.on-dark::before { background: var(--lime); }

/* --------------------------------------------------------------------- */
/* Background texture                                                     */
/* --------------------------------------------------------------------- */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: 0.045;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* --------------------------------------------------------------------- */
/* Header                                                                  */
/* --------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 28px;
  background: rgba(239, 234, 219, 0.78);
  backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 30px -20px rgba(22,48,31,0.4);
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 34px; width: 34px; }
.site-header .brand img { height: 96px; width: 96px; transition: height .2s ease, width .2s ease; }
.brand span {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  color: var(--green-900);
}

.main-nav { display: flex; align-items: center; gap: 10px; }
.main-nav a {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--green-900);
  padding: 9px 16px;
  border-radius: 100px;
  background: var(--card);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-card);
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.main-nav a:hover { transform: translateY(-2px); }

/* Rezepte — Marken-Lime */
.main-nav a:nth-child(1) { background: #dcf0b4; border-color: #afdd5e; }
.main-nav a:nth-child(1).active { background: #afdd5e; border-color: #16301f; color: #16301f; }
/* Planen — Kohlenhydrate-Orange */
.main-nav a:nth-child(2) { background: #fbe8c8; border-color: #f2a93b; }
.main-nav a:nth-child(2).active { background: #f2a93b; border-color: #c9821f; color: #fff; }
/* Einkauf — Kalorien-Türkis */
.main-nav a:nth-child(3) { background: #cdeeec; border-color: #2fa9a0; }
.main-nav a:nth-child(3).active { background: #2fa9a0; border-color: #1f7d76; color: #fff; }
/* Ernährung — Protein-Rot */
.main-nav a:nth-child(4) { background: #f8d9dc; border-color: #e0616b; }
.main-nav a:nth-child(4).active { background: #e0616b; border-color: #a83c45; color: #fff; }
/* Gesundheit — Fett-Lila */
.main-nav a:nth-child(5) { background: #e6dbf7; border-color: #9b6fd8; }
.main-nav a:nth-child(5).active { background: #9b6fd8; border-color: #6d47a8; color: #fff; }
/* Konto — Zucker-Pink */
.main-nav a:nth-child(6) { background: #f6dced; border-color: #d87fb0; }
.main-nav a:nth-child(6).active { background: #d87fb0; border-color: #a8548a; color: #fff; }
/* Rezeptideen — Gold */
.main-nav a:nth-child(7) { background: #faeec4; border-color: #dcb84a; }
.main-nav a:nth-child(7).active { background: #dcb84a; border-color: #a88a2e; color: #fff; }

.nav-toggle {
  display: none;
  width: 42px; height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--card);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: '';
  display: block;
  width: 18px; height: 2px;
  background: var(--green-900);
  position: relative;
  transition: all .25s ease;
}
.nav-toggle span::before { position: absolute; top: -6px; width: 18px; }
.nav-toggle span::after { position: absolute; top: 6px; width: 18px; }

/* --------------------------------------------------------------------- */
/* Buttons                                                                 */
/* --------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15.5px;
  cursor: pointer;
  border: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--green-900);
  color: var(--cream);
  box-shadow: var(--shadow-card);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -14px rgba(22,48,31,0.5); }
.btn-primary svg { flex-shrink: 0; }

.btn-ghost {
  background: transparent;
  color: var(--green-900);
  border: 1.5px solid var(--line);
}
.btn-ghost:hover { border-color: var(--green-900); }

.btn-lime {
  background: var(--lime);
  color: var(--green-950);
  box-shadow: 0 14px 34px -14px rgba(175,221,94,0.6);
}
.btn-lime:hover { transform: translateY(-3px); }

.play-badge {
  display: inline-flex;
  align-items: center;
  background: none;
  box-shadow: none;
  transition: transform .25s ease, filter .25s ease;
}
.play-badge:hover { transform: translateY(-3px); filter: brightness(1.06); }
.play-badge img { display: block; height: 96px; width: auto; }
.play-badge.play-badge-sm img { height: 72px; }

.btn[data-soon] { position: relative; }
.soon-tag {
  display: block;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.75;
  letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------- */
/* Hero                                                                     */
/* --------------------------------------------------------------------- */
.hero {
  position: relative;
  padding: 76px 0 40px;
  overflow: hidden;
}
.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
}
.hero-blob.b1 { width: 520px; height: 520px; background: rgba(175,221,94,0.35); top: -220px; right: -160px; }
.hero-blob.b2 { width: 360px; height: 360px; background: rgba(22,48,31,0.08); bottom: -160px; left: -120px; }

.hero-dish {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  z-index: 0;
  opacity: 0.65;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 22%, rgba(0,0,0,0.55) 42%, black 62%, black 100%);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 22%, rgba(0,0,0,0.55) 42%, black 62%, black 100%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}
.hero-grid > * { min-width: 0; }

.hero-copy h1 {
  font-size: clamp(40px, 5.4vw, 68px);
  margin: 22px 0 24px;
  color: var(--green-900);
}
.hero-copy h1 em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--green-900);
}
.hero-copy .hero-subline {
  font-family: var(--font-body);
  font-size: 23px;
  font-weight: 800;
  color: var(--green-950);
  max-width: 560px;
  margin-bottom: 18px;
  line-height: 1.45;
}
.hero-copy .hero-subline mark {
  background: var(--lime);
  color: var(--green-950);
  padding: 2px 7px;
  border-radius: 7px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hero-copy .lead {
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 480px;
  margin-bottom: 34px;
}
.hero-ticker {
  overflow: hidden;
  margin: 34px 0 38px;
  width: 100%;
  max-width: 640px;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
}
.ticker-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: ticker-scroll 85s linear infinite;
}
.ticker-track span {
  flex-shrink: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 16px 26px;
  font-size: 16px;
  font-weight: 700;
  color: var(--green-900);
  white-space: nowrap;
  box-shadow: var(--shadow-card);
}
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }

.hero-meta {
  display: flex;
  gap: 30px;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  max-width: 480px;
}
.hero-meta div strong {
  display: block;
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--green-900);
}
.hero-meta div span {
  font-size: 13px;
  color: var(--ink-soft);
}

/* Phone mockup */
.phone-stage { position: relative; display: flex; justify-content: center; }
.phone {
  position: relative;
  width: 280px;
  border-radius: 44px;
  background: linear-gradient(100deg, #2b2b2e 0%, #08080a 9%, #48484c 19%, #08080a 31%, #08080a 69%, #48484c 81%, #08080a 91%, #2b2b2e 100%);
  padding: 8px;
  box-shadow: var(--shadow-soft), inset 0 0 0 1px rgba(255,255,255,0.09), inset 0 1px 1px rgba(255,255,255,0.18), inset 0 -1px 2px rgba(0,0,0,0.5);
  transform: rotate(3deg);
  transition: transform .4s ease;
}
.phone:hover { transform: rotate(0deg); }
.phone::before {
  content: '';
  position: absolute;
  top: 15px; left: 50%;
  transform: translateX(-50%);
  width: 9px; height: 9px;
  background: #000;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
  z-index: 2;
}
.phone-screen {
  width: 100%;
  border-radius: 38px;
  overflow: hidden;
  background: var(--cream);
  aspect-ratio: 9 / 19.4;
}
.phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.phone-float {
  position: absolute;
  background: var(--card);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-card);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--green-900);
}
.phone-float .dot {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--lime);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.phone-float.f1 { top: 10%; left: -8%; }
.phone-float.f2 { bottom: 14%; right: -10%; }

/* --------------------------------------------------------------------- */
/* Logo strip / positioning                                                */
/* --------------------------------------------------------------------- */
.strip {
  padding: 30px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
}
.strip .items { display: flex; gap: 34px; flex-wrap: wrap; }
.strip .items span { display: flex; align-items: center; gap: 8px; }

/* --------------------------------------------------------------------- */
/* Section shell                                                           */
/* --------------------------------------------------------------------- */
.section { padding: 110px 0; position: relative; }
#kochen { padding-top: 80px; }
#cta { padding-bottom: 40px; }
.section-tight { padding: 70px 0; position: relative; }

.section-head {
  max-width: 640px;
  margin-bottom: 56px;
}
.section-head h2 {
  font-size: clamp(30px, 3.6vw, 46px);
  margin: 18px 0 16px;
  color: var(--green-900);
}
.section-head p { color: var(--ink-soft); font-size: 17.5px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
}
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* --------------------------------------------------------------------- */
/* Import feature (5 ways)                                                 */
/* --------------------------------------------------------------------- */
.import-band {
  background: var(--green-950);
  color: var(--cream);
  border-radius: var(--radius-lg);
  padding: 64px 56px;
  position: relative;
  overflow: hidden;
}
.import-band::before {
  content: '';
  position: absolute;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(175,221,94,0.22), transparent 70%);
  top: -180px; right: -120px;
}
.import-head { max-width: 620px; position: relative; z-index: 1; }
.import-head h2 { color: var(--cream); font-size: clamp(28px, 3.4vw, 42px); margin: 18px 0 16px; }
.import-head p { color: rgba(250,246,236,0.72); font-size: 17px; }

.import-grid {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.import-card {
  background: var(--green-850);
  border: 1px solid rgba(250,246,236,0.08);
  border-radius: var(--radius-md);
  padding: 26px 20px;
  transition: transform .3s ease, background .3s ease;
}
.import-card:hover { transform: translateY(-6px); background: var(--green-800); }
.import-card .ic {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: rgba(175,221,94,0.14);
  color: var(--lime);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.import-card h4 { color: var(--cream); font-size: 17px; font-weight: 600; margin-bottom: 8px; font-family: var(--font-body); }
.import-card p { color: rgba(250,246,236,0.62); font-size: 14px; line-height: 1.55; }

.import-visual {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: rgba(175,221,94,0.05);
  border: 1px solid rgba(250,246,236,0.07);
  border-radius: var(--radius-sm);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
}
.import-visual svg { width: 100%; height: 100%; }
.import-visual.social-badges {
  background: transparent;
  border: none;
  gap: 10px;
}
.import-visual.photo {
  aspect-ratio: 3 / 4;
  background: none;
  border: none;
  padding: 0;
}
.import-visual.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-sm);
}
.social-badge {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 14px -6px rgba(0,0,0,0.55);
}

/* --------------------------------------------------------------------- */
/* Feature showcase rows (alternating)                                    */
/* --------------------------------------------------------------------- */
.showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.showcase > * { min-width: 0; }
.showcase.reverse .showcase-visual { order: 2; }
.showcase.reverse .showcase-copy { order: 1; }

.showcase-copy .num {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-soft);
  margin-bottom: 14px;
  display: block;
}
.showcase-copy h3 {
  font-size: clamp(26px, 3vw, 36px);
  color: var(--green-900);
  margin-bottom: 18px;
}
.showcase-copy p.lead-sm { color: var(--ink-soft); font-size: 17px; margin-bottom: 26px; }

.check-list { display: flex; flex-direction: column; gap: 14px; }
.check-list li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15.5px;
  color: var(--ink);
}
.check-list .tick {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--lime-soft);
  color: var(--green-900);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.showcase-visual { display: flex; justify-content: center; }
.frame {
  width: 260px;
  border-radius: 40px;
  background: linear-gradient(100deg, #2b2b2e 0%, #08080a 9%, #48484c 19%, #08080a 31%, #08080a 69%, #48484c 81%, #08080a 91%, #2b2b2e 100%);
  padding: 7px;
  box-shadow: var(--shadow-soft), inset 0 0 0 1px rgba(255,255,255,0.09), inset 0 1px 1px rgba(255,255,255,0.18), inset 0 -1px 2px rgba(0,0,0,0.5);
  position: relative;
}
.frame::before {
  content: '';
  position: absolute;
  top: 13px; left: 50%;
  transform: translateX(-50%);
  width: 8px; height: 8px;
  background: #000;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
  z-index: 2;
}
.frame-screen {
  border-radius: 34px;
  overflow: hidden;
  aspect-ratio: 9/19.4;
  background: var(--cream);
}
.frame-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

/* Illustrated (no-screenshot) visual card */
.illu-card {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--surface), var(--cream-2));
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  position: relative;
  overflow: hidden;
}
.illu-card .illu-ring {
  width: 132px; height: 132px;
  border-radius: 50%;
  background: var(--green-900);
  color: var(--lime);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 20px 40px -18px rgba(22,48,31,0.5);
}
.illu-card .illu-ring svg { width: 56px; height: 56px; }
.illu-card .illu-label {
  font-family: var(--font-display);
  font-size: 19px;
  color: var(--green-900);
  text-align: center;
  padding: 0 30px;
}
.illu-card .illu-dot {
  position: absolute;
  border-radius: 50%;
  background: var(--lime-soft);
}
.illu-card .illu-dot.d1 { width: 60px; height: 60px; top: 24px; left: 24px; opacity: .8; }
.illu-card .illu-dot.d2 { width: 40px; height: 40px; bottom: 30px; right: 30px; background: rgba(22,48,31,0.06); }

/* --------------------------------------------------------------------- */
/* Grid feature cards (Einkaufen & Vorrat)                                 */
/* --------------------------------------------------------------------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
#ernaehrung .feature-grid { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin: 0 auto; }
.feature-card {
  background: linear-gradient(165deg, var(--cream) 0%, var(--cream-2) 45%, var(--lime-soft) 100%);
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  padding: 32px 28px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.feature-card .ic {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: var(--lime-soft);
  color: var(--green-900);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.feature-card h4 { font-size: 19px; margin-bottom: 10px; color: var(--green-900); }
.feature-card p { color: var(--ink-soft); font-size: 15px; }

/* --------------------------------------------------------------------- */
/* Chat / cook mode split                                                  */
/* --------------------------------------------------------------------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.duo > * { min-width: 0; }
.duo-card {
  background: linear-gradient(165deg, var(--cream) 0%, var(--cream-2) 45%, var(--lime-soft) 100%);
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  padding: 40px;
}
.duo-card .ic-lg {
  width: 58px; height: 58px;
  border-radius: 16px;
  background: var(--green-900);
  color: var(--lime);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
}
.duo-card h3 { font-size: 24px; color: var(--green-900); margin-bottom: 12px; }
.duo-card p { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 22px; }

.chat-preview {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bubble {
  max-width: 82%;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 14px;
}
.bubble.user { align-self: flex-end; background: var(--green-900); color: var(--cream); border-bottom-right-radius: 4px; }
.bubble.ai { align-self: flex-start; background: var(--card); border: 1px solid var(--line); border-bottom-left-radius: 4px; }

.steps-preview { display: flex; flex-direction: column; gap: 12px; }
.steps-preview .step {
  display: flex; align-items: center; gap: 14px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 14.5px;
}
.steps-preview .step .n {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--lime); color: var(--green-950);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 13px; flex-shrink: 0;
}
.steps-preview .step.done { opacity: 0.55; text-decoration: line-through; }

/* --------------------------------------------------------------------- */
/* Extension banner                                                        */
/* --------------------------------------------------------------------- */
.ext-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: linear-gradient(165deg, var(--cream) 0%, var(--cream-2) 45%, var(--lime-soft) 100%);
  border: 1px dashed var(--line);
  border-radius: var(--radius-lg);
  padding: 40px 46px;
  flex-wrap: wrap;
}
.ext-banner .ext-copy { max-width: 560px; }
.ext-banner h3 { font-size: 24px; color: var(--green-900); margin-bottom: 10px; }
.ext-banner p { color: var(--ink-soft); font-size: 15.5px; }
.ext-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--card);
  border: 1px solid var(--line);
  padding: 14px 22px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--green-900);
  box-shadow: var(--shadow-card);
}

/* --------------------------------------------------------------------- */
/* Pricing                                                                  */
/* --------------------------------------------------------------------- */
.pricing-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 26px;
  align-items: stretch;
}
.pricing-wrap > * { min-width: 0; }
.price-card {
  background: var(--green-950);
  color: var(--cream);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.price-card::after {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(175,221,94,0.2), transparent 70%);
  bottom: -140px; left: -100px;
}
.price-card .plan-name { font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--lime); position: relative; z-index: 1;}
.price-card .amount {
  font-family: var(--font-display);
  font-size: 58px;
  margin: 18px 0 4px;
  position: relative; z-index: 1;
}
.price-card .amount sup { font-size: 20px; margin-right: 4px; }
.price-card .per { color: rgba(250,246,236,0.6); font-size: 14px; margin-bottom: 30px; position: relative; z-index: 1;}
.price-duo {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  z-index: 1;
  margin: 18px 0 8px;
}
.price-duo .price-option { flex: 1; }
.price-duo .amount { font-size: 36px; margin: 0 0 2px; }
.price-duo .amount sup { font-size: 16px; }
.price-duo .per { margin-bottom: 0; font-size: 13px; }
.price-divider { color: rgba(250,246,236,0.4); font-size: 13px; font-style: italic; }
.price-card .btn { width: 100%; position: relative; z-index: 1; margin-top: auto;}

.quota-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quota-card {
  background: linear-gradient(165deg, var(--cream) 0%, var(--cream-2) 45%, var(--lime-soft) 100%);
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  padding: 26px 24px;
}
.quota-card .q-num {
  font-family: var(--font-display);
  font-size: 34px;
  color: var(--green-900);
}
.quota-card .q-label { font-size: 14.5px; color: var(--ink-soft); margin-top: 4px; }
.free-note {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(165deg, var(--cream) 0%, var(--cream-2) 45%, var(--lime-soft) 100%);
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  padding: 18px 22px;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.free-note strong { color: var(--green-900); }

/* --------------------------------------------------------------------- */
/* Final CTA                                                                */
/* --------------------------------------------------------------------- */
.final-cta {
  background: linear-gradient(160deg, var(--green-900), var(--green-950));
  border-radius: var(--radius-lg);
  padding: 90px 40px;
  text-align: center;
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.cta-wordmark {
  height: 34px;
  width: auto;
  margin: 0 auto 24px;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 1;
}
.brand img.footer-wordmark { height: 30px; width: auto; }
.final-cta::before, .final-cta::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(175,221,94,0.28), transparent 70%);
}
.final-cta::before { width: 420px; height: 420px; top: -200px; left: -140px; }
.final-cta::after { width: 320px; height: 320px; bottom: -180px; right: -100px; }
.final-cta h2 {
  position: relative; z-index: 1;
  color: var(--cream);
  font-size: clamp(32px, 4.4vw, 52px);
  max-width: 720px;
  margin: 0 auto 20px;
}
.final-cta p {
  position: relative; z-index: 1;
  color: rgba(250,246,236,0.72);
  font-size: 17.5px;
  max-width: 520px;
  margin: 0 auto 40px;
}
.final-cta .hero-actions { position: relative; z-index: 1; justify-content: center; }

/* --------------------------------------------------------------------- */
/* Footer                                                                   */
/* --------------------------------------------------------------------- */
.logo-showcase {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}
.logo-showcase img { width: 220px; height: 220px; }

.site-footer { padding: 70px 0 40px; }
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
}
.footer-brand .brand span { font-size: 20px; }
.footer-brand p { color: var(--ink-soft); font-size: 14.5px; margin-top: 12px; max-width: 300px; }
.footer-brand p.footer-tagline {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
  color: var(--green-900);
  max-width: 340px;
  margin-top: 18px;
}
.footer-cols { display: flex; gap: 60px; flex-wrap: wrap; }
.footer-col h5 { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 14.5px; color: var(--ink); margin-bottom: 11px; transition: color .2s ease; }
.footer-col a:hover { color: var(--green-900); font-weight: 600; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: var(--ink-soft);
}

/* --------------------------------------------------------------------- */
/* Bento overview                                                           */
/* --------------------------------------------------------------------- */
.bento-grid { display: grid; align-items: start; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bento-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.bento-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.bento-icon {
  width: 52px; height: 52px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; line-height: 1;
  margin-bottom: 6px;
}
.bento-card h4 { font-size: 18.5px; color: var(--green-900); }
.bento-card p { font-size: 14px; color: var(--ink-soft); }
.bento-card.accent {
  background: var(--green-950);
  border-color: transparent;
}
.bento-card.accent h4 { color: var(--cream); }
.bento-card.accent p { color: rgba(250,246,236,0.68); }

/* Bento-Icons — dieselbe Farbfamilie wie die Navigation */
.bento-grid a:nth-child(1) .bento-icon { background: #dcf0b4; }
.bento-grid a:nth-child(2) .bento-icon { background: #fbe8c8; }
.bento-grid a:nth-child(3) .bento-icon { background: #cdeeec; }
.bento-grid a:nth-child(4) .bento-icon { background: #f8d9dc; }
.bento-grid a:nth-child(5) .bento-icon { background: #e6dbf7; }
.bento-grid a:nth-child(6) .bento-icon { background: #cfe3fb; }

.design-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 720px;
  margin: 40px auto 0;
}
.design-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(165deg, var(--cream) 0%, var(--cream-2) 45%, var(--lime-soft) 100%);
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  padding: 26px;
}
.placeholder-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  background: var(--surface);
}

.frame.frame-sm { width: 220px; }
.frame.frame-sm::before { top: 11px; }

/* Für Ausschnitt-Screenshots ohne Handy-Rahmen (z.B. einzelne UI-Details) */
.detail-shot {
  width: 100%;
  max-width: 280px;
  margin: 20px auto 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.detail-shot img { width: 100%; height: auto; display: block; }

/* --------------------------------------------------------------------- */
/* Import notes + filter pills + scale demo                                */
/* --------------------------------------------------------------------- */
.import-note-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; position: relative; z-index: 1; }
.import-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(250,246,236,0.06);
  border: 1px solid rgba(250,246,236,0.14);
  border-radius: 100px;
  padding: 9px 16px;
  font-size: 13.5px;
  color: rgba(250,246,236,0.82);
}

.filter-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.pill {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 7px 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-soft);
}

.scale-demo { display: flex; align-items: center; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
.scale-chip {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.scale-chip .scale-label { font-size: 12px; color: var(--ink-soft); }
.scale-chip .scale-value { font-size: 15px; font-weight: 800; color: var(--green-900); }
.scale-chip.active { background: var(--lime-soft); border-color: transparent; }
.scale-arrow { color: var(--ink-soft); font-size: 18px; }

/* --------------------------------------------------------------------- */
/* Konto: login badges + theme swatches                                    */
/* --------------------------------------------------------------------- */
.login-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.login-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 8px 16px 8px 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-soft);
}
.login-badge svg { flex-shrink: 0; }
.theme-swatch-row { display: flex; gap: 12px; margin-top: 6px; }
.theme-swatch { width: 52px; height: 52px; border-radius: 14px; border: 1px solid var(--line); }
.theme-swatch.light { background: linear-gradient(160deg, var(--surface), var(--cream-2)); }
.theme-swatch.dark { background: linear-gradient(160deg, var(--green-850), var(--green-950)); }

/* Fasting progress ring */
.feature-card .ic.ring-ic {
  background: conic-gradient(var(--green-900) var(--p, 60%), var(--lime-soft) 0);
  border-radius: 50%;
}

/* --------------------------------------------------------------------- */
/* Icons                                                                    */
/* --------------------------------------------------------------------- */
.icon { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* --------------------------------------------------------------------- */
/* Responsive                                                              */
/* --------------------------------------------------------------------- */
@media (max-width: 1020px) {
  .import-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-wrap { grid-template-columns: 1fr; }
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .site-header .brand img { height: 78px; width: 78px; }
}

@media (max-width: 880px) {
  .main-nav { position: fixed; inset: 74px 16px auto 16px; background: var(--card); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); flex-direction: column; align-items: flex-start; padding: 24px; gap: 18px; transform: translateY(-16px); opacity: 0; pointer-events: none; transition: all .3s ease; }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-toggle { display: flex; }
  .play-badge.play-badge-sm img { height: 48px; }
  .site-header .brand img { height: 56px; width: 56px; }

  .hero-grid { grid-template-columns: 1fr; }
  .phone-stage { margin-top: 40px; }
  .hero-meta { flex-wrap: wrap; }

  .showcase, .showcase.reverse { grid-template-columns: 1fr; }
  .showcase .showcase-visual, .showcase.reverse .showcase-visual { order: -1; }
  .showcase.reverse .showcase-copy { order: 2; }

  .import-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .duo { grid-template-columns: 1fr; }
  .import-band { padding: 44px 26px; }
  .ext-banner { padding: 32px 26px; }
  .bento-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .section { padding: 74px 0; }
  .container { padding: 0 20px; }
  .import-grid { grid-template-columns: 1fr 1fr; }
  .hero { padding: 54px 0 20px; }
  .final-cta { padding: 60px 24px; }
  .strip .container { justify-content: center; text-align: center; }
  .bento-grid { grid-template-columns: 1fr; }
}
