:root {
  --bg: #fcfaf6;
  --bg-soft: #f3eee7;
  --bg-panel: #fffdf9;
  --line: #d8cfc4;
  --line-dark: #b99d80;
  --text: #34312e;
  --muted: #6e6760;
  --brown: #8f6d52;
  --brown-dark: #6f523d;
  --green: #7bb26b;
  --green-soft: #e6f2e2;
  --amber: #dfb24d;
  --amber-soft: #fff1cf;
  --red: #d98473;
  --red-soft: #ffe7e1;
  --shadow: 0 12px 30px rgba(80, 57, 36, 0.08);
  --shadow-soft: 0 8px 18px rgba(80, 57, 36, 0.06);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(143, 109, 82, 0.06), transparent 25%),
    radial-gradient(circle at bottom right, rgba(123, 178, 107, 0.08), transparent 22%),
    var(--bg);
  line-height: 1.65;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.container {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
}
.section {
  position: relative;
  padding: 5.5rem 0;
}
.section:nth-of-type(even)::before {
  content: "";
  position: absolute;
  inset: 1.2rem 0;
  background: linear-gradient(180deg, rgba(243, 238, 231, 0.82), rgba(243, 238, 231, 0.92));
  z-index: -1;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(252, 250, 246, 0.86);
  border-bottom: 1px solid rgba(216, 207, 196, 0.9);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-weight: 800;
  color: var(--brown-dark);
}
.logo-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--amber));
  box-shadow: 0 0 0 6px rgba(123, 178, 107, 0.12);
}
.main-nav {
  display: flex;
  gap: .3rem;
  flex-wrap: wrap;
  align-items: center;
}
.main-nav a {
  color: var(--muted);
  padding: .65rem .95rem;
  border-radius: 999px;
  font-weight: 600;
}
.main-nav a:hover,
.main-nav a:focus-visible {
  background: rgba(143, 109, 82, 0.08);
  color: var(--text);
}
.nav-cta {
  border: 1px solid var(--line-dark);
  background: #fff;
}

/* Typography */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .42rem .8rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.7);
  font-size: .83rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--brown-dark);
  font-weight: 700;
  margin: 0 0 1rem;
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}
h1, h2, h3 {
  line-height: 1.16;
  margin: 0 0 1rem;
  color: #2f2c29;
}
h1 {
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  max-width: 13ch;
}
h1 span { color: var(--brown); }
h2 { font-size: clamp(1.9rem, 3vw, 3rem); max-width: 16ch; }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; color: var(--muted); }
.lead { font-size: 1.08rem; max-width: 63ch; }
.section-intro { margin-bottom: 2rem; }
.narrow-center { text-align: center; margin-inline: auto; max-width: 760px; }
.narrow-center h2, .narrow-center p { margin-left: auto; margin-right: auto; }

/* Buttons */
.button-row, .center-actions, .hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; }
.center-actions { justify-content: center; margin-top: 2rem; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: .9rem 1.35rem;
  border-radius: 16px;
  border: 1px solid var(--line-dark);
  font-weight: 700;
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
  box-shadow: var(--shadow-soft);
}
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn-primary {
  background: var(--brown);
  color: #fff;
  border-color: var(--brown);
}
.btn-primary:hover, .btn-primary:focus-visible { background: var(--brown-dark); }
.btn-secondary {
  background: rgba(255,255,255,.75);
  color: var(--brown-dark);
}
.btn-secondary:hover, .btn-secondary:focus-visible { background: #fff; }
.btn-full { width: 100%; }

/* Hero */
.hero-section {
  overflow: clip;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .95fr;
  gap: 2.5rem;
  align-items: center;
}
.hero-bg-doodles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.hero-chip {
  position: absolute;
  opacity: .12;
  width: 200px;
}
.hero-chip-a { top: 7rem; right: 6%; transform: rotate(10deg); }
.hero-chip-b { left: 3%; bottom: 5rem; width: 150px; transform: rotate(-18deg); }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 1.25rem 0 1.5rem;
}
.trust-pill {
  padding: .55rem .9rem;
  border: 1px dashed var(--line-dark);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  color: var(--brown-dark);
  font-size: .95rem;
}
.micro-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.7rem;
}
.micro-card {
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  box-shadow: var(--shadow-soft);
}
.micro-card strong {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--amber-soft);
  color: var(--brown-dark);
  align-items: center;
  justify-content: center;
  margin-bottom: .55rem;
}
.micro-card span { color: var(--text); font-weight: 600; font-size: .95rem; display: block; }

.comic-board {
  position: relative;
  background: linear-gradient(180deg, #fffefb, #f7f1ea);
  border: 2px solid #2f2c29;
  border-radius: 34px;
  padding: 1.3rem;
  box-shadow: 10px 10px 0 rgba(143, 109, 82, 0.12), var(--shadow);
}
.comic-board::before,
.comic-board::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(123, 178, 107, 0.12);
}
.comic-board::before { width: 96px; height: 96px; top: 20px; right: 18px; }
.comic-board::after { width: 60px; height: 60px; bottom: 28px; left: 20px; background: rgba(223, 178, 77, 0.16); }
.comic-note {
  display: inline-block;
  padding: .7rem .9rem;
  background: #fff;
  border: 2px solid #2f2c29;
  border-radius: 18px;
  font-weight: 700;
  color: var(--brown-dark);
  box-shadow: 4px 4px 0 rgba(47,44,41,.08);
  max-width: 320px;
}
.top-note { margin-bottom: 1rem; }
.mascot-stage {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1rem;
  align-items: center;
}
.mascot { width: 100%; height: auto; }
.mascot-hero { max-width: 180px; margin: 0 auto; }
.caption-card, .status-panel, .guide-callout, .score-card, .audience-card, .package-card, .step-card, .question-card, .info-card, .playful-card {
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}
.caption-card { padding: 1rem 1.1rem; }
.caption-title { color: var(--text); font-weight: 800; margin-bottom: .35rem; }
.status-panel { margin-top: 1rem; padding: 1rem; }
.status-head {
  display: flex; justify-content: space-between; gap: .7rem; align-items: center; margin-bottom: .7rem; font-weight: 800; color: var(--text);
}
.status-badge {
  background: var(--amber-soft);
  color: var(--brown-dark);
  border-radius: 999px;
  padding: .35rem .7rem;
  font-size: .8rem;
  border: 1px solid rgba(143,109,82,.18);
}
.score-line {
  display: flex; justify-content: space-between; gap: .75rem; padding: .65rem .75rem; border-radius: 14px; margin-top: .55rem; font-weight: 600;
}
.score-line.green { background: var(--green-soft); color: #355230; }
.score-line.amber { background: var(--amber-soft); color: #6f5430; }
.score-line.red { background: var(--red-soft); color: #7f4339; }

/* Layout helpers */
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; align-items: start; }
.split-card { padding: 1.5rem; min-height: 190px; }
.highlight-card { border-color: var(--brown); box-shadow: 0 0 0 3px rgba(143,109,82,.08), var(--shadow-soft); }
.guide-callout {
  grid-column: 1 / -1;
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
}
.guide-label { font-weight: 800; color: var(--brown-dark); margin-bottom: .2rem; }
.mascot-small { width: 96px; flex: 0 0 96px; }
.two-col-section {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 2rem;
  align-items: start;
}
.feature-list { display: grid; gap: 1rem; margin-top: 1.5rem; }
.feature-item {
  display: grid; grid-template-columns: 44px 1fr; gap: 1rem; align-items: start;
  padding: 1rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
}
.feature-item h3 { margin-bottom: .3rem; font-size: 1.06rem; }
.feature-item p { margin-bottom: 0; font-size: .96rem; }
.feature-icon {
  width: 44px; height: 44px; border-radius: 14px; display: inline-flex; justify-content: center; align-items: center; font-weight: 900;
  background: var(--green-soft); color: #3c6a31; border: 1px solid rgba(123,178,107,.28);
}
.edu-panel { display: grid; gap: 1rem; }
.edu-board {
  padding: 1.2rem;
  border: 2px dashed var(--line-dark);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.76), rgba(243,238,231,.9));
}
.mascot-medium { width: 150px; margin-inline: auto; }
.edu-bubbles { display: grid; gap: .8rem; margin-top: 1rem; }
.edu-bubble {
  padding: .85rem 1rem;
  background: white;
  border-radius: 999px;
  border: 1px solid var(--line);
  text-align: center;
  font-weight: 700;
  color: var(--brown-dark);
}
.question-grid, .audience-grid, .packages-grid, .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.question-card, .audience-card, .step-card { padding: 1.4rem; }
.question-card p, .audience-card p, .step-card p { margin-bottom: 0; }
.question-tag {
  display: inline-block;
  margin-bottom: .8rem;
  padding: .3rem .6rem;
  border-radius: 999px;
  background: var(--amber-soft);
  color: var(--brown-dark);
  font-size: .82rem;
  font-weight: 700;
}
.proof-list { display: grid; gap: .8rem; margin: 1.3rem 0 1.5rem; }
.proof-item {
  display: grid; grid-template-columns: 16px 1fr; gap: .8rem; align-items: start;
  padding: .8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.74);
}
.proof-item p { margin-bottom: 0; color: var(--text); }
.proof-dot {
  width: 12px; height: 12px; border-radius: 50%; margin-top: .45rem;
}
.proof-dot.green { background: var(--green); }
.proof-dot.amber { background: var(--amber); }
.proof-dot.red { background: var(--red); }
.score-card { padding: 1.4rem; position: sticky; top: 96px; }
.score-header { display: flex; justify-content: space-between; gap: .75rem; align-items: center; font-weight: 800; color: var(--text); }
.score-pill {
  padding: .38rem .7rem; border-radius: 999px; font-size: .84rem; background: var(--green-soft); color: #2e5930; border: 1px solid rgba(123,178,107,.28);
}
.score-value {
  font-size: clamp(2.8rem, 6vw, 4.4rem);
  font-weight: 900;
  color: var(--brown-dark);
  margin: 1rem 0;
}
.score-value span { font-size: .45em; color: var(--muted); }
.score-bars { display: grid; gap: .9rem; }
.bar-row { display: grid; gap: .35rem; font-weight: 700; color: var(--text); }
.bar {
  height: 10px; border-radius: 999px; background: #ece4db; overflow: hidden;
}
.bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--brown), var(--green)); }
.score-note {
  display: flex; gap: .8rem; align-items: center; padding-top: 1rem; margin-top: 1rem; border-top: 1px dashed var(--line);
}
.mascot-mini { width: 72px; flex: 0 0 72px; }
.audience-grid, .packages-grid, .steps-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.audience-card { text-align: left; }
.audience-icon {
  width: 52px; height: 52px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #fff7eb, #f4ede4);
  border: 1px solid var(--line);
  font-size: 1.3rem;
  margin-bottom: .9rem;
}
.package-card { padding: 1.4rem; position: relative; overflow: hidden; }
.package-card.featured { border-color: var(--brown); box-shadow: 0 0 0 4px rgba(143,109,82,.08), var(--shadow); }
.package-head {
  display: flex; justify-content: space-between; gap: .8rem; align-items: end; margin-bottom: 1rem;
}
.package-head span { font-weight: 800; color: var(--brown-dark); }
.clean-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.clean-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--text);
}
.clean-list li::before {
  content: "•";
  position: absolute;
  left: .3rem;
  top: 0;
  color: var(--brown);
  font-size: 1.15rem;
  line-height: 1.2;
}
.step-card { position: relative; padding-top: 1.8rem; }
.step-number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--brown);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
}
.faq-layout { align-items: start; }
.faq-list { display: grid; gap: .8rem; }
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  padding: 0 1rem;
  box-shadow: var(--shadow-soft);
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 2rem 1rem 0;
  position: relative;
  font-weight: 800;
  color: var(--text);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: .2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--brown-dark);
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 0 1rem; margin: 0; }
.contact-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}
.contact-note {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  margin-top: 1.4rem;
  border: 1px dashed var(--line-dark);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
}
.contact-form {
  padding: 1.4rem;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.field-group {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.field-group.full { grid-column: span 1; }
label { font-weight: 700; color: var(--text); }
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  border-radius: 14px;
  padding: .88rem 1rem;
  min-height: 52px;
}
textarea { min-height: 140px; resize: vertical; }
input:focus, textarea:focus {
  outline: 2px solid rgba(123,178,107,.22);
  border-color: var(--brown);
}
.site-footer {
  padding: 2rem 0 2.8rem;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.6);
}
.footer-inner { text-align: center; }
.footer-inner p { margin: 0; font-size: .95rem; }

/* Responsive */
@media (max-width: 1100px) {
  .hero-grid, .two-col-section, .contact-layout { grid-template-columns: 1fr; }
  .score-card { position: static; }
}
@media (max-width: 900px) {
  .micro-cards,
  .question-grid,
  .audience-grid,
  .packages-grid,
  .steps-grid,
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .mascot-stage { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .section { padding: 4.2rem 0; }
  .header-inner { flex-direction: column; align-items: flex-start; padding: .8rem 0; }
  .main-nav { gap: .1rem; }
  .main-nav a { padding: .45rem .72rem; font-size: .95rem; }
  .hero-section { padding-top: 4rem; }
  .micro-cards,
  .question-grid,
  .audience-grid,
  .packages-grid,
  .steps-grid,
  .problem-grid { grid-template-columns: 1fr; }
  .guide-callout,
  .contact-note,
  .score-note { flex-direction: column; align-items: flex-start; }
  .mascot-small, .mascot-mini { width: 80px; flex-basis: 80px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  h1 { max-width: none; }
  h2 { max-width: none; }
}


/* Playful Lumo animations */
.mascot-bob {
  animation: lumoBob 4.2s ease-in-out infinite;
  transform-origin: center bottom;
}
.mascot-wave {
  animation: lumoBob 4.2s ease-in-out infinite, lumoWave 2.6s ease-in-out infinite;
  transform-origin: center 60%;
}
.mascot-tilt {
  animation: lumoBob 4s ease-in-out infinite, lumoTilt 5s ease-in-out infinite;
  transform-origin: center center;
}
.comic-note, .trust-pill { animation: floaty 5.5s ease-in-out infinite; }
.hero-chip-a { animation: spinSlow 24s linear infinite; }
.hero-chip-b { animation: drift 12s ease-in-out infinite; }
.question-card:nth-child(2), .package-card.featured { transform: rotate(-1deg); }
.question-card:nth-child(3), .audience-card:nth-child(2), .step-card:nth-child(4) { transform: rotate(1deg); }

@keyframes lumoBob {
  0%,100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-6px) rotate(-1deg); }
  50% { transform: translateY(2px) rotate(1deg); }
  75% { transform: translateY(-4px) rotate(0deg); }
}
@keyframes lumoWave {
  0%,100% { filter: drop-shadow(0 2px 0 rgba(0,0,0,0.02)); }
  50% { transform: translateY(-5px) rotate(3deg) scale(1.02); }
}
@keyframes lumoTilt {
  0%,100% { transform: translateY(0) rotate(0deg); }
  35% { transform: translateY(-4px) rotate(-4deg); }
  70% { transform: translateY(1px) rotate(3deg); }
}
@keyframes floaty {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
@keyframes spinSlow {
  from { transform: rotate(10deg); }
  to { transform: rotate(370deg); }
}
@keyframes drift {
  0%,100% { transform: rotate(-18deg) translateY(0); }
  50% { transform: rotate(-12deg) translateY(-12px) translateX(8px); }
}


/* Lumo aus dem hochgeladenen Strichmännchen-Design */
.lumo-img {
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 16px 14px rgba(80, 57, 36, 0.10));
  user-select: none;
}
.lumo-hero { width: min(260px, 80vw); margin: 0 auto; }
.lumo-small { width: 126px; flex: 0 0 126px; }
.lumo-medium { width: min(240px, 65vw); margin-inline: auto; }
.lumo-mini { width: 92px; flex: 0 0 92px; }

.lumo-waves { animation: lumoBounce 3.4s ease-in-out infinite, lumoWaveReal 2.6s ease-in-out infinite; transform-origin: center bottom; }
.lumo-points { animation: lumoPointReal 2.8s ease-in-out infinite; transform-origin: center bottom; }
.lumo-talks { animation: lumoTalkReal 3.1s ease-in-out infinite; transform-origin: center bottom; }
.lumo-presents { animation: lumoPresentReal 3.6s ease-in-out infinite; transform-origin: center bottom; }

.lumo-walker {
  position: absolute;
  z-index: 0;
  opacity: .16;
  width: clamp(120px, 15vw, 210px);
  pointer-events: none;
  filter: grayscale(.05) drop-shadow(0 12px 10px rgba(80,57,36,.08));
}
.walker-right { right: 2.5vw; bottom: 1.2rem; animation: strollRight 11s ease-in-out infinite; }
.walker-left { left: 2.5vw; bottom: 1rem; animation: strollLeft 12s ease-in-out infinite; }
.lumo-walker.slow { animation-duration: 15s; opacity: .13; }

.problem-section > .container,
.mini-test-section > .container,
.packages-section > .container {
  position: relative;
  z-index: 1;
}

@keyframes lumoBounce {
  0%,100% { transform: translateY(0) rotate(0deg); }
  45% { transform: translateY(-8px) rotate(-1.2deg); }
  70% { transform: translateY(2px) rotate(1deg); }
}
@keyframes lumoWaveReal {
  0%,100% { filter: drop-shadow(0 16px 14px rgba(80,57,36,.10)); }
  50% { filter: drop-shadow(0 20px 16px rgba(80,57,36,.14)); }
}
@keyframes lumoPointReal {
  0%,100% { transform: translateX(0) rotate(0deg); }
  35% { transform: translateX(8px) rotate(1.8deg); }
  60% { transform: translateX(2px) rotate(-.8deg); }
}
@keyframes lumoTalkReal {
  0%,100% { transform: translateY(0) scale(1); }
  30% { transform: translateY(-4px) scale(1.02); }
  60% { transform: translateY(1px) scale(.995); }
}
@keyframes lumoPresentReal {
  0%,100% { transform: rotate(0deg) translateY(0); }
  35% { transform: rotate(-2deg) translateY(-5px); }
  65% { transform: rotate(1.5deg) translateY(1px); }
}
@keyframes strollRight {
  0%,100% { transform: translateX(0) translateY(0) rotate(0deg); }
  50% { transform: translateX(-70px) translateY(-7px) rotate(-2deg); }
}
@keyframes strollLeft {
  0%,100% { transform: translateX(0) translateY(0) rotate(0deg); }
  50% { transform: translateX(70px) translateY(-7px) rotate(2deg); }
}
@media (max-width: 720px) {
  .lumo-small, .lumo-mini { width: 92px; flex-basis: 92px; }
  .lumo-walker { display: none; }
}


/* Lumo v2: spannende Hauptfakten + einheitlicher Scroll-Reveal */
.reveal {
  opacity: 0;
  transform: translateY(34px) scale(.985);
  filter: blur(6px);
  transition:
    opacity .72s ease,
    transform .72s cubic-bezier(.21,.9,.22,1),
    filter .72s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* bewegte Elemente behalten ihre eigene Animation und bekommen den Reveal über Opacity */
.lumo-img.reveal,
.aiki-img.reveal {
  transition:
    opacity .72s ease,
    filter .72s ease;
}
.lumo-img.reveal.is-visible,
.aiki-img.reveal.is-visible {
  opacity: 1;
  filter: drop-shadow(0 16px 14px rgba(80, 57, 36, 0.10));
}

.hero-section {
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
}
.hero-copy {
  position: relative;
}
.hero-copy::before {
  content: "KI-Suche verändert regionale Sichtbarkeit";
  display: inline-flex;
  margin-bottom: 1rem;
  padding: .55rem .9rem;
  border-radius: 999px;
  border: 1px solid rgba(143,109,82,.22);
  background: rgba(255,255,255,.72);
  color: var(--brown-dark);
  font-weight: 800;
  font-size: .86rem;
  letter-spacing: .02em;
}
.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.7rem;
}
.hero-fact-card {
  position: relative;
  overflow: hidden;
  min-height: 164px;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,253,248,.74)),
    radial-gradient(circle at 100% 0%, rgba(223,178,77,.18), transparent 45%);
  box-shadow: var(--shadow-soft);
}
.hero-fact-card::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  right: -22px;
  bottom: -24px;
  border-radius: 50%;
  background: rgba(123,178,107,.18);
}
.fact-kicker {
  display: inline-flex;
  margin-bottom: .75rem;
  color: var(--brown-dark);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.hero-fact-card strong {
  display: block;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.2;
  margin-bottom: .5rem;
}
.hero-fact-card p {
  margin-bottom: 0;
  font-size: .94rem;
}
.lumo-question {
  padding: .9rem 1rem;
  margin-bottom: .85rem;
  border-radius: 18px;
  background: #fff7ea;
  border: 1px dashed var(--line-dark);
  color: var(--text);
}
.quick-facts-section {
  padding: 1.2rem 0 4.2rem;
  background: linear-gradient(180deg, rgba(252,250,246,0), rgba(243,238,231,.75));
}
.quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.quick-fact {
  min-height: 210px;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow-soft);
}
.quick-fact span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--brown);
  color: white;
  font-weight: 900;
  margin-bottom: 1rem;
}
.quick-fact h2 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  max-width: none;
  margin-bottom: .7rem;
}
.quick-fact p {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}
@media (max-width: 900px) {
  .hero-facts,
  .quick-facts-grid {
    grid-template-columns: 1fr;
  }
  .hero-section {
    min-height: auto;
  }
}

/* Language switch */
.lang-switch {
  border: 1px solid var(--line-dark);
  background: rgba(255,255,255,.78);
  color: var(--brown-dark) !important;
  font-weight: 800;
  padding: .65rem .95rem;
  border-radius: 999px;
}
.lang-switch:hover,
.lang-switch:focus-visible {
  background: #fff7ea;
  color: var(--text) !important;
}

.mail-fallback {
  margin: 1rem 0 0;
  padding: .85rem 1rem;
  border: 1px dashed var(--line-dark);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  color: var(--brown-dark);
  font-weight: 700;
}
.mail-fallback a {
  color: var(--brown-dark);
  text-decoration: underline;
}

/* Formular immer sichtbar anzeigen */
.contact-form {
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  visibility: visible !important;
}
.form-direct-contact {
  margin: 1rem 0 0;
  text-align: center;
  color: var(--brown-dark);
  font-weight: 700;
}
.form-direct-contact a {
  color: var(--brown-dark);
  text-decoration: underline;
}

/* Automation consent checkbox */
.consent-line {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .9rem;
  line-height: 1.45;
  color: var(--brown-dark);
  padding: .85rem 1rem;
  border: 1px dashed var(--line-dark);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  margin: .5rem 0 1rem;
}
.consent-line input {
  width: auto;
  min-width: 18px;
  margin-top: .15rem;
  accent-color: var(--brown-dark);
}
