/* ================================================================
   Aegis Vitae – High-End Landing (Brown · Beige · Sage)
   ================================================================ */

/* Fonts werden nach Cookie-Einwilligung via assets/js/cookies.js geladen */

.page-landing {
  --brown-deep:    #2c1810;
  --brown:         #4a3228;
  --brown-mid:     #6b4c3b;
  --brown-soft:    #8b6f5c;
  --beige-deep:    #e8dfd3;
  --beige:         #f3ece2;
  --beige-light:   #faf6f0;
  --beige-glow:    #fff9f2;
  --sage:          #5c7a6b;
  --sage-light:    #7a9a88;
  --sage-soft:     rgba(92, 122, 107, 0.14);
  --sage-glow:     rgba(92, 122, 107, 0.35);
  --shadow-warm:   0 24px 64px rgba(44, 24, 16, 0.18);
  --shadow-badge:  0 32px 80px rgba(44, 24, 16, 0.28), 0 8px 24px rgba(92, 122, 107, 0.12);
  --font-serif:    'Libre Baskerville', Georgia, serif;
  --font-sans:     'DM Sans', 'Segoe UI', system-ui, sans-serif;
  --ease-out:      cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring:   cubic-bezier(0.34, 1.56, 0.64, 1);
  background: var(--beige-light);
  color: var(--brown);
}

/* ── Shared landing typography ── */
.landing-section {
  padding: clamp(5rem, 12vw, 9rem) 0;
  position: relative;
}
.landing-section__label {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-sans); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--sage); margin-bottom: 1rem;
}
.landing-section__label::before {
  content: ''; width: 32px; height: 2px;
  background: linear-gradient(90deg, var(--sage), transparent);
}
.landing-section h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: var(--brown-deep);
  line-height: 1.15;
  margin: 0 0 1rem;
}
.landing-section__lead {
  font-size: 1.1rem; color: var(--brown-soft);
  max-width: 580px; line-height: 1.75;
}

.landing-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 1rem 2rem; border-radius: 999px;
  font-family: var(--font-sans); font-size: 0.95rem; font-weight: 600;
  border: none; cursor: pointer; transition: all 0.35s var(--ease-out);
  text-decoration: none;
}
.landing-btn--primary {
  background: var(--brown); color: var(--beige-light);
  box-shadow: 0 8px 28px rgba(44, 24, 16, 0.25);
}
.landing-btn--primary:hover {
  background: var(--brown-mid); transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(44, 24, 16, 0.3);
}
.landing-btn--sage {
  background: var(--sage); color: var(--beige-light);
  box-shadow: 0 8px 28px var(--sage-glow);
}
.landing-btn--sage:hover { background: var(--sage-light); transform: translateY(-2px); }
.landing-btn--ghost {
  background: transparent; color: var(--brown);
  border: 1.5px solid rgba(74, 50, 40, 0.25);
}
.landing-btn--ghost:hover { border-color: var(--sage); color: var(--sage); }

/* ══════════════════════════════════════
   A. IMMERSIVE HERO
   ══════════════════════════════════════ */
.landing-hero {
  position: relative; min-height: 100vh; min-height: 100dvh;
  display: flex; align-items: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(232, 223, 211, 0.9), transparent 70%),
    radial-gradient(ellipse 60% 50% at 90% 80%, rgba(92, 122, 107, 0.08), transparent 60%),
    linear-gradient(175deg, var(--beige-glow) 0%, var(--beige) 45%, var(--beige-deep) 100%);
  padding: calc(var(--header-h) + 2rem) 0 4rem;
}

.landing-hero__parallax-layer {
  position: absolute; inset: 0;
  pointer-events: none; overflow: hidden;
  z-index: 0;
}
.landing-hero__orb {
  position: absolute; border-radius: 50%;
  filter: blur(60px); opacity: 0.5;
  will-change: transform;
}
.landing-hero__orb--1 {
  width: 420px; height: 420px;
  background: rgba(139, 111, 92, 0.2);
  top: 10%; right: 5%; left: auto;
}
.landing-hero__orb--2 {
  width: 320px; height: 320px;
  background: rgba(92, 122, 107, 0.15);
  bottom: 15%; right: 0;
}

/* Freier Parallax-Raum – nur rechte Visual-Spalte */
.landing-hero__float-zone {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  overflow: visible;
}

/* Floating UI badges – nur innerhalb float-zone */
.landing-hero__float {
  position: absolute;
  background: rgba(255, 249, 242, 0.95);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(74, 50, 40, 0.1);
  border-radius: 14px;
  padding: 0.65rem 1rem;
  font-family: var(--font-sans);
  font-size: 0.78rem; font-weight: 600;
  color: var(--brown-mid);
  box-shadow: var(--shadow-warm);
  display: flex; align-items: center; gap: 0.5rem;
  will-change: transform;
  white-space: nowrap;
  z-index: 6;
}
.landing-hero__float-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--sage); flex-shrink: 0;
  animation: av-pulse 2.4s ease-in-out infinite;
}
/* Feste Positionen am Rand der Visual-Spalte – nicht über Text/Badge-Mitte */
.landing-hero__float--1 { top: 2%; left: 0; }
.landing-hero__float--2 { top: 8%; right: 0; }
.landing-hero__float--3 { bottom: 18%; left: -2%; }
.landing-hero__float--4 { bottom: 4%; right: 0; }

@keyframes av-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.landing-hero__inner {
  position: relative; z-index: 2;
  width: min(1200px, calc(100% - 2.5rem));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.landing-hero__content {
  max-width: 560px;
  position: relative;
  z-index: 3;
}
.landing-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--sage-soft);
  color: var(--sage); font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.45rem 1rem; border-radius: 999px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(92, 122, 107, 0.2);
}
.landing-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  color: var(--brown-deep);
  line-height: 1.08; margin: 0 0 1.25rem;
}
.landing-hero h1 em {
  font-style: italic; color: var(--brown-mid);
}
.landing-hero__text {
  font-size: 1.12rem; color: var(--brown-soft);
  line-height: 1.75; margin-bottom: 2rem;
}
.landing-hero__actions {
  display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem;
}
.landing-hero__stats {
  display: flex; flex-wrap: wrap; gap: 2rem;
}
.landing-hero__stat strong {
  display: block; font-family: var(--font-serif);
  font-size: 1.6rem; color: var(--brown-deep);
}
.landing-hero__stat span {
  font-size: 0.78rem; color: var(--brown-soft);
  text-transform: uppercase; letter-spacing: 0.06em;
}

/* 3D Schutz-Badge */
.landing-hero__visual {
  position: relative;
  display: flex; justify-content: center; align-items: center;
  perspective: 1200px;
  min-height: 420px;
  isolation: isolate;
}
.landing-hero__badge-3d {
  position: relative;
  width: min(340px, 80vw);
  aspect-ratio: 1;
  transform-style: preserve-3d;
  transition: transform 0.15s ease-out;
  cursor: default;
  z-index: 4;
}
.landing-hero__badge-inner {
  position: absolute; inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,249,242,0.95), rgba(232,223,211,0.6) 40%, rgba(74,50,40,0.15) 100%),
    linear-gradient(145deg, var(--beige-glow), var(--beige-deep));
  border: 3px solid rgba(255, 249, 242, 0.6);
  box-shadow: var(--shadow-badge);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 2rem;
  transform: translateZ(40px);
}
.landing-hero__badge-inner::before {
  content: '';
  position: absolute; inset: 12px;
  border-radius: 50%;
  border: 1px solid rgba(92, 122, 107, 0.25);
}
.landing-hero__badge-icon {
  width: 64px; height: 64px; margin-bottom: 1rem;
  color: var(--sage);
}
.landing-hero__badge-title {
  font-family: var(--font-serif);
  font-size: 1.35rem; font-weight: 700;
  color: var(--brown-deep); margin-bottom: 0.35rem;
}
.landing-hero__badge-sub {
  font-size: 0.82rem; color: var(--brown-soft);
  line-height: 1.4;
}
.landing-hero__badge-ring {
  position: absolute; inset: -20px;
  border-radius: 50%;
  border: 1px dashed rgba(92, 122, 107, 0.25);
  animation: av-spin 40s linear infinite;
}
.landing-hero__badge-glow {
  position: absolute; inset: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--sage-glow), transparent 70%);
  opacity: 0.4; z-index: -1;
  filter: blur(20px);
}
@keyframes av-spin { to { transform: rotate(360deg); } }

.landing-hero__dog {
  position: absolute; bottom: -10%; right: -15%;
  width: min(280px, 55vw);
  border-radius: 20px;
  box-shadow: var(--shadow-warm);
  border: 4px solid rgba(255, 249, 242, 0.8);
  transform: translateZ(20px);
  object-fit: cover;
  z-index: 5;
}

/* ══════════════════════════════════════
   B. SCHUTZBRIEF EXPLORATOR (Scroll)
   ══════════════════════════════════════ */
.landing-explorer {
  background: var(--brown-deep);
  color: var(--beige);
  position: relative;
}
.landing-explorer__sticky-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.landing-explorer__visual {
  position: sticky;
  top: calc(var(--header-h) + 2rem);
  height: min(520px, 70vh);
  display: flex; align-items: center; justify-content: center;
  perspective: 1000px;
}
.landing-explorer__device {
  position: relative;
  width: 100%; max-width: 380px;
  aspect-ratio: 3/4;
  border-radius: 28px;
  background: linear-gradient(160deg, var(--brown-mid), var(--brown-deep));
  box-shadow: 0 40px 100px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,249,242,0.1);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.6s var(--ease-out);
}
.landing-explorer__device-screen {
  position: absolute; inset: 16px;
  border-radius: 20px;
  background: var(--beige-light);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.landing-explorer__device-header {
  padding: 1rem 1.25rem;
  background: var(--brown);
  color: var(--beige-light);
  font-family: var(--font-serif);
  font-size: 0.95rem; font-weight: 700;
  display: flex; align-items: center; gap: 0.5rem;
}
.landing-explorer__device-body {
  flex: 1; padding: 1.25rem;
  display: flex; flex-direction: column; gap: 0.75rem;
  position: relative;
}
.landing-explorer__layer {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: var(--beige);
  border: 1px solid rgba(74, 50, 40, 0.08);
  opacity: 0.25;
  transform: scale(0.92) translateY(12px);
  transition: all 0.7s var(--ease-out);
}
.landing-explorer__layer.is-active {
  opacity: 1;
  transform: scale(1) translateY(0);
  border-color: var(--sage);
  box-shadow: 0 8px 24px var(--sage-glow);
}
.landing-explorer__layer.is-past {
  opacity: 0.55;
  transform: scale(0.96) translateY(-4px);
}
.landing-explorer__layer-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--sage-soft);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; margin-bottom: 0.5rem;
}
.landing-explorer__layer h4 {
  font-family: var(--font-sans);
  font-size: 0.88rem; font-weight: 700;
  color: var(--brown-deep); margin: 0 0 0.25rem;
}
.landing-explorer__layer p {
  font-size: 0.78rem; color: var(--brown-soft);
  margin: 0; line-height: 1.5;
}
.landing-explorer__progress-ring {
  position: absolute; bottom: 1rem; right: 1rem;
  width: 48px; height: 48px;
}
.landing-explorer__progress-ring circle {
  fill: none; stroke-width: 3;
  transform: rotate(-90deg); transform-origin: 50% 50%;
}
.landing-explorer__progress-bg { stroke: rgba(74, 50, 40, 0.12); }
.landing-explorer__progress-fill {
  stroke: var(--sage);
  stroke-dasharray: 113;
  stroke-dashoffset: 113;
  transition: stroke-dashoffset 0.8s var(--ease-out);
}

.landing-explorer__steps { padding-bottom: 30vh; }
.landing-explorer__step {
  position: relative;
  min-height: 55vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 2rem 0;
  opacity: 0.35;
  transform: translateY(30px);
  transition: all 0.8s var(--ease-out);
}
.landing-explorer__step.is-active {
  opacity: 1; transform: translateY(0);
}

/* Dekorative Schrittnummer – eigenständig oben rechts, stört nicht den Text */
.landing-explorer__step-num {
  position: absolute;
  top: 2rem;
  right: 0;
  font-family: var(--font-serif);
  font-size: clamp(4rem, 8vw, 6rem);
  font-weight: 700;
  color: rgba(243, 236, 226, 0.07);
  line-height: 1;
  margin: 0;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Lesbarer Inhaltsblock – klar getrennt von der Nummer */
.landing-explorer__step-content {
  position: relative;
  z-index: 1;
  max-width: 480px;
  padding-right: 1rem;
}

.landing-explorer__step-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--sage-light);
  margin: 0 0 1rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.landing-explorer__step-tag::before {
  content: '';
  display: inline-block;
  width: 24px; height: 2px;
  background: var(--sage);
  flex-shrink: 0;
}

.landing-explorer__step h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--beige-light);
  margin: 0 0 1rem;
  line-height: 1.25;
}
.landing-explorer__step p {
  font-size: 1.05rem; color: rgba(243, 236, 226, 0.72);
  line-height: 1.75; margin: 0;
}

.landing-explorer__intro {
  text-align: center; max-width: 680px;
  margin: 0 auto 4rem;
}
.landing-explorer__intro h2 { color: var(--beige-light); }
.landing-explorer__intro p { color: rgba(243,236,226,0.65); font-size: 1.1rem; }

/* ══════════════════════════════════════
   C. 3D E-BOOK REGAL (Horizontal)
   ══════════════════════════════════════ */
.landing-shelf {
  background:
    linear-gradient(180deg, var(--beige-light) 0%, var(--beige) 100%);
  overflow: hidden;
}
.landing-shelf__header {
  text-align: center; max-width: 720px;
  margin: 0 auto 3rem;
}
.landing-shelf__track-wrap {
  position: relative;
  margin: 0 -1.25rem;
  padding: 2rem 0 3rem;
}
.landing-shelf__track-wrap::before {
  content: '';
  position: absolute; bottom: 0; left: 5%; right: 5%;
  height: 12px;
  background: linear-gradient(180deg, var(--brown-soft), var(--brown-mid));
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 24px rgba(44, 24, 16, 0.2);
}
.landing-shelf__track {
  display: flex; gap: 2rem;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 1rem 5vw 2.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
.landing-shelf__track::-webkit-scrollbar { display: none; }
.landing-shelf__track.is-dragging { cursor: grabbing; scroll-snap-type: none; }

.landing-book {
  flex: 0 0 min(280px, 75vw);
  scroll-snap-align: center;
  perspective: 800px;
  position: relative;
}
.landing-book__tilt {
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out;
  position: relative;
}
.landing-book__cover {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 4px 14px 14px 4px;
  background: linear-gradient(135deg, var(--brown-mid), var(--brown-deep));
  box-shadow:
    -8px 0 20px rgba(44, 24, 16, 0.15),
    8px 16px 40px rgba(44, 24, 16, 0.25);
  overflow: hidden;
  transform: rotateY(-8deg);
  transition: box-shadow 0.4s var(--ease-out);
}
.landing-book:hover .landing-book__cover {
  box-shadow:
    -12px 0 30px rgba(44, 24, 16, 0.2),
    16px 24px 56px rgba(44, 24, 16, 0.3);
}
.landing-book__spine {
  position: absolute; left: 0; top: 0; bottom: 0; width: 14px;
  background: linear-gradient(90deg, var(--brown-deep), var(--brown-mid));
  border-radius: 4px 0 0 4px;
}
.landing-book__face {
  position: absolute; inset: 0; left: 14px;
  padding: 1.5rem;
  display: flex; flex-direction: column; justify-content: flex-end;
  background-size: cover; background-position: center;
}
.landing-book__face::after {
  content: '';
  position: absolute; inset: 0; left: 14px;
  background: linear-gradient(0deg, rgba(44,24,16,0.85) 0%, rgba(44,24,16,0.2) 50%, transparent 100%);
}
.landing-book__type {
  position: relative; z-index: 1;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--sage-light); margin-bottom: 0.5rem;
}
.landing-book__title {
  position: relative; z-index: 1;
  font-family: var(--font-serif);
  font-size: 1.05rem; font-weight: 700;
  color: var(--beige-light); line-height: 1.35;
  margin-bottom: 0.75rem;
}
.landing-book__meta {
  position: relative; z-index: 1;
  font-size: 0.72rem; color: rgba(243,236,226,0.6);
}
.landing-book__actions {
  position: absolute; inset: 0; left: 14px; z-index: 2;
  background: rgba(44, 24, 16, 0.75);
  backdrop-filter: blur(6px);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0.75rem;
  opacity: 0; transition: opacity 0.35s var(--ease-out);
  border-radius: 0 14px 14px 0;
}
.landing-book:hover .landing-book__actions { opacity: 1; }
.landing-book__share-row {
  display: flex; gap: 0.5rem;
}
.landing-book__share {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 700; color: var(--beige-light);
  transition: transform 0.2s;
}
.landing-book__share:hover { transform: scale(1.12); }
.landing-book__share--fb { background: #1877f2; }
.landing-book__share--wa { background: #25d366; }
.landing-book__share--li { background: #0a66c2; }
.landing-book__link {
  font-size: 0.82rem; font-weight: 600;
  color: var(--beige-light); padding: 0.5rem 1.25rem;
  border: 1px solid rgba(243,236,226,0.3);
  border-radius: 999px; transition: all 0.2s;
}
.landing-book__link:hover { background: var(--sage); border-color: var(--sage); }

.landing-shelf__hint {
  text-align: center; font-size: 0.82rem;
  color: var(--brown-soft); margin-top: 1rem;
}

/* ══════════════════════════════════════
   D. ANTRAGS-REISE (Journey)
   ══════════════════════════════════════ */
.landing-journey {
  background: var(--beige);
}
.landing-journey__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
}
.landing-journey__path {
  position: relative; padding-left: 2rem;
}
.landing-journey__line {
  position: absolute; left: 15px; top: 24px; bottom: 24px;
  width: 2px;
  background: linear-gradient(180deg, var(--sage), var(--beige-deep));
}
.landing-journey__line-fill {
  position: absolute; left: 0; top: 0; width: 100%;
  height: 0%; background: var(--sage);
  transition: height 1.2s var(--ease-out);
}
.landing-journey__line.is-animated .landing-journey__line-fill { height: 100%; }

.landing-journey__checkpoint {
  position: relative;
  padding: 1.25rem 0 1.25rem 2rem;
  opacity: 0.4;
  transform: translateX(-10px);
  transition: all 0.6s var(--ease-out);
}
.landing-journey__checkpoint.is-visible {
  opacity: 1; transform: translateX(0);
}
.landing-journey__dot {
  position: absolute; left: -2rem; top: 1.5rem;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--beige-light);
  border: 2px solid var(--beige-deep);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; font-weight: 700; color: var(--brown-soft);
  transition: all 0.5s var(--ease-spring);
  z-index: 1;
}
.landing-journey__checkpoint.is-visible .landing-journey__dot {
  background: var(--sage); border-color: var(--sage);
  color: var(--beige-light);
  box-shadow: 0 0 0 6px var(--sage-soft);
}
.landing-journey__checkpoint h4 {
  font-family: var(--font-serif);
  font-size: 1.15rem; color: var(--brown-deep);
  margin: 0 0 0.35rem;
}
.landing-journey__checkpoint p {
  font-size: 0.9rem; color: var(--brown-soft);
  margin: 0; line-height: 1.6;
}

.landing-journey__card {
  background: var(--beige-light);
  border-radius: 24px;
  padding: 2.5rem;
  border: 1px solid rgba(74, 50, 40, 0.08);
  box-shadow: var(--shadow-warm);
  text-align: center;
}
.landing-journey__card-icon {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--sage-soft);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; margin: 0 auto 1.5rem;
}
.landing-journey__card h3 {
  font-family: var(--font-serif);
  font-size: 1.6rem; margin-bottom: 0.75rem;
}
.landing-journey__card p {
  color: var(--brown-soft); margin-bottom: 1.75rem;
}

/* ── Trust + CTA ── */
.landing-trust {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; padding: 3rem 0;
  border-top: 1px solid rgba(74, 50, 40, 0.08);
  border-bottom: 1px solid rgba(74, 50, 40, 0.08);
  background: var(--beige-light);
}
.landing-trust__item { text-align: center; }
.landing-trust__item strong {
  display: block; font-family: var(--font-serif);
  font-size: 2rem; color: var(--brown-deep);
}
.landing-trust__item span {
  font-size: 0.75rem; color: var(--brown-soft);
  text-transform: uppercase; letter-spacing: 0.08em;
}

.landing-cta {
  text-align: center;
  padding: clamp(4rem, 8vw, 6rem) 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 100%, rgba(92,122,107,0.12), transparent),
    var(--beige-light);
}
.landing-cta h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--brown-deep); margin-bottom: 1rem;
}
.landing-cta p {
  color: var(--brown-soft); max-width: 520px;
  margin: 0 auto 2rem; font-size: 1.05rem;
}

/* Reveal helper */
.landing-reveal {
  opacity: 0; transform: translateY(32px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.landing-reveal.is-visible { opacity: 1; transform: none; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .landing-hero__float,
  .landing-hero__badge-ring,
  .landing-hero__orb { animation: none !important; }
  .landing-reveal { opacity: 1; transform: none; transition: none; }
  .landing-explorer__step { opacity: 1; transform: none; }
  .landing-book__tilt { transition: none; }
}

/* Responsive */
@media (max-width: 1024px) {
  .landing-hero__inner { grid-template-columns: 1fr; text-align: center; }
  .landing-hero__content { max-width: none; margin-inline: auto; }
  .landing-hero__actions, .landing-hero__stats { justify-content: center; }
  .landing-hero__visual { min-height: 360px; margin-top: 2rem; max-width: 520px; margin-inline: auto; }
  .landing-hero__float-zone { display: none; }
  .landing-explorer__sticky-wrap { grid-template-columns: 1fr; }
  .landing-explorer__visual { position: relative; top: 0; height: auto; margin-bottom: 2rem; }
  .landing-explorer__steps { padding-bottom: 0; }
  .landing-explorer__step { min-height: auto; padding: 1.5rem 0; }
  .landing-journey__grid { grid-template-columns: 1fr; }
  .landing-trust { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .landing-trust { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .landing-hero__dog { display: none; }
  .landing-hero__float-zone { display: none; }
}

/* ── Antrag form on landing theme ── */
.page-landing .form-wizard { max-width: 780px; }
.page-landing .form-panel {
  background: var(--beige-light);
  border-color: rgba(74, 50, 40, 0.08);
  box-shadow: var(--shadow-warm);
}
.page-landing .form-panel h3 {
  font-family: var(--font-serif);
  color: var(--brown-deep);
  border-bottom-color: var(--sage-soft);
}
.page-landing .form-group label { color: var(--brown); }
.page-landing .form-group input,
.page-landing .form-group select,
.page-landing .form-group textarea {
  background: var(--beige-glow);
  border-color: rgba(74, 50, 40, 0.12);
}
.page-landing .form-group input:focus,
.page-landing .form-group select:focus,
.page-landing .form-group textarea:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 3px var(--sage-soft);
}
.page-landing .form-step-indicator.is-active::before,
.page-landing .form-step-indicator.is-done::before {
  background: var(--sage);
  color: var(--beige-light);
}
.page-landing .form-step-indicator.is-active { color: var(--brown-deep); }
.page-landing .btn--primary {
  background: var(--sage) !important;
  box-shadow: 0 8px 24px var(--sage-glow) !important;
}
.page-landing .btn--primary:hover { background: var(--sage-light) !important; }
.page-landing .btn--ghost {
  border-color: rgba(74, 50, 40, 0.2) !important;
  color: var(--brown) !important;
}
.page-landing .success-panel {
  background: var(--beige-light);
  border-color: rgba(74, 50, 40, 0.08);
}
.page-landing .success-panel__icon {
  background: var(--sage-soft);
  color: var(--sage);
}
.page-landing .section { background: var(--beige); }
