/* ============================================================
   avirum – "Nachtluft"
   Thermal duotone · Festival-Nacht → Morgen
   Display: Clash Display · Body: General Sans · Utility: Mono
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

:root {
  /* Thermisches Duo + Nacht/Tag */
  --night:      #17102E;
  --night-2:    #211446;
  --night-3:    #2E1C5C;
  --ember:      #FF5E3A;
  --ember-2:    #FF8A5C;
  --ember-deep: #AE2F14;
  --fresh:      #79EFCE;
  --fresh-deep: #2BB496;
  --dawn:       #FFC23D;
  --haze:       #E7F2EC;
  --paper:      #F3F8F5;
  --ink:        #181323;
  --ink-soft:   #5b5570;

  /* Text auf dunklem Grund */
  --on-dark:        #ECE7FA;
  --on-dark-muted:  #A99FCB;
  --on-ember:       #FFF1EA;
  --on-ember-muted: #ffd9c9;

  --wrap: 1180px;
  --radius: 18px;
  --radius-sm: 11px;

  --font-display: "Clash Display", "Arial Black", system-ui, sans-serif;
  --font-body: "General Sans", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, "SF Mono", "Menlo", "Cascadia Code", monospace;
}

html { opacity: 1; transition: opacity .6s ease; }
html.preload { opacity: 0; }

body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.62;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.12rem);
  -webkit-font-smoothing: antialiased;
}

img, video, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }

/* ---------- Utilities ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 24px; }
.narrow { max-width: 760px; }
.mono { font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.04em; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }

/* ---------- Reveal / Ladeanimation ---------- */
/* Entrance = nur Transform (nie opacity:0), damit Inhalt auch dann
   sichtbar bleibt, wenn Transitions/Clock gedrosselt sind. Der weiche
   Auftritt kommt zusätzlich vom seitenweiten Fade (html.preload). */
[data-reveal] {
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
  transition-delay: calc(var(--i, 0) * 90ms);
}
html:not(.loaded) [data-reveal] { transform: translateY(18px); }
[data-io] { transition: transform .8s cubic-bezier(.2,.7,.2,1); }
[data-io]:not(.in) { transform: translateY(22px); }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem;
  text-decoration: none; border: 0; border-radius: 999px;
  padding: 15px 26px; background: var(--fresh); color: var(--ink);
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 3px solid var(--fresh-deep); outline-offset: 3px; }
.btn__arrow { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.btn:hover .btn__arrow { transform: translateX(3px); }
.btn__icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.btn--lg { padding: 18px 32px; font-size: 1.08rem; }
.btn--sm { padding: 11px 18px; font-size: .92rem; }
.btn--block { width: 100%; }
.btn--bright { background: var(--fresh); color: var(--ink); box-shadow: 0 14px 40px -14px var(--fresh); }
.btn--bright:hover { box-shadow: 0 20px 50px -16px var(--fresh); }
.btn--ghost {
  background: transparent; color: currentColor;
  box-shadow: inset 0 0 0 1.5px currentColor;
}
.btn--ghost:hover { background: rgba(255,255,255,.08); }
.btn--text {
  background: transparent; box-shadow: none; padding: 15px 6px; color: inherit;
  text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1.5px;
  text-decoration-color: color-mix(in srgb, currentColor 40%, transparent);
}
.btn--text:hover { transform: none; text-decoration-color: currentColor; }

/* ============================================================
   Header
   ============================================================ */
.site-header { position: absolute; inset: 0 0 auto 0; z-index: 30; color: var(--on-dark); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-block: 22px; }
.wordmark {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 1.5rem;
  letter-spacing: -0.02em; text-decoration: none; line-height: 1;
}
.wordmark__glyph { width: 30px; height: 26px; fill: none; stroke-width: 2.4; stroke-linecap: round; }
.wordmark__glyph path:nth-child(1) { stroke: var(--fresh); }
.wordmark__glyph path:nth-child(2) { stroke: var(--ember); }
.wordmark__glyph path:nth-child(3) { stroke: var(--dawn); }
.wordmark--sm { font-size: 1.25rem; }

/* ============================================================
   Breeze (Signatur: bewegte Luft)
   ============================================================ */
.breeze { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.breeze span {
  position: absolute; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--fresh), transparent);
  opacity: .32; will-change: transform;
  animation: drift linear infinite;
}
.breeze span:nth-child(1) { top: 18%; width: 55%; animation-duration: 11s; }
.breeze span:nth-child(2) { top: 34%; width: 42%; animation-duration: 14s; animation-delay: -3s; opacity:.32; }
.breeze span:nth-child(3) { top: 53%; width: 64%; animation-duration: 9s;  animation-delay: -6s; }
.breeze span:nth-child(4) { top: 71%; width: 38%; animation-duration: 16s; animation-delay: -2s; opacity:.3; }
.breeze span:nth-child(5) { top: 86%; width: 50%; animation-duration: 12s; animation-delay: -8s; opacity:.28; }
/* Gegenläufig: kühle Luft strömt rein (→), warme strömt raus (←) – die Signatur erzählt den Austausch */
.breeze span:nth-child(2),
.breeze span:nth-child(4) { animation-name: drift-rev; }
.breeze--soft span { opacity: .22; }
@keyframes drift {
  from { transform: translateX(-130%); }
  to   { transform: translateX(160%); }
}
@keyframes drift-rev {
  from { transform: translateX(160%); }
  to   { transform: translateX(-130%); }
}

/* ============================================================
   Hero (Nacht)
   ============================================================ */
.hero {
  position: relative; isolation: isolate; color: var(--on-dark);
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(255,94,58,.30), transparent 55%),
    radial-gradient(100% 80% at 5% 110%, rgba(121,239,206,.18), transparent 55%),
    linear-gradient(180deg, #140C28, var(--night));
  padding: clamp(120px, 16vh, 190px) 0 clamp(64px, 9vw, 110px);
  overflow: clip;
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.42fr .58fr; gap: clamp(32px, 4vw, 56px);
  align-items: center;
}
.readout {
  font-family: var(--font-mono); font-size: .8rem; letter-spacing: .03em;
  color: var(--fresh); display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px;
}
.readout::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 12px var(--ember); }
.readout--ember { color: var(--on-ember); }
.readout--ember::before { background: var(--dawn); box-shadow: 0 0 12px var(--dawn); }

.hero-title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.6rem, 1.5rem + 4.4vw, 4.2rem); line-height: .98;
  letter-spacing: -0.025em; word-spacing: .06em; margin-bottom: 26px; text-wrap: balance;
}
.hero-title .line { display: block; }
.hero-title .akzent { color: var(--fresh); font-style: italic; padding-right: .14em; }
.hero-sub { font-size: clamp(1.05rem, 1rem + .4vw, 1.22rem); color: var(--on-dark-muted); max-width: 46ch; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }

/* ---------- Show-Reel ---------- */
.reel {
  position: relative; width: 100%; max-width: 340px; margin-inline: auto;
  aspect-ratio: 9 / 16; border-radius: 24px; overflow: hidden;
  box-shadow: 0 40px 90px -30px #000, inset 0 0 0 1px rgba(255,255,255,.08);
  background:
    radial-gradient(80% 60% at 50% 18%, rgba(255,94,58,.45), transparent 70%),
    linear-gradient(165deg, #2A1640, #0E0820);
}
.reel__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.reel__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; }
.reel__play {
  position: absolute; inset: 0; margin: auto; width: 76px; height: 76px;
  display: grid; place-items: center; border-radius: 50%;
  background: rgba(255,255,255,.92); color: var(--ink); border: 0;
  box-shadow: 0 12px 40px -8px rgba(0,0,0,.6); transition: transform .2s ease, background .2s ease;
}
.reel__play svg { width: 30px; height: 30px; fill: currentColor; transform: translateX(2px); }
.reel__play:hover { transform: scale(1.06); background: #fff; }
.reel__play:focus-visible { outline: 3px solid var(--fresh); outline-offset: 4px; }
.reel__cap { display: flex; flex-direction: column; gap: 3px; z-index: 1; }
.reel__label { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: #fff; }
.reel__time { color: var(--fresh); }
.reel__hint {
  position: absolute; top: 16px; left: 16px; color: var(--on-dark-muted);
  background: rgba(0,0,0,.35); padding: 5px 10px; border-radius: 999px; backdrop-filter: blur(4px);
}

/* ============================================================
   Sections – Basis + Themen
   ============================================================ */
.section { position: relative; padding: clamp(66px, 9vw, 128px) 0; overflow: clip; }
.section--night { background: var(--night); color: var(--on-dark); }
.section--haze  { background: var(--haze); color: var(--ink); }
.section--ember {
  color: var(--on-ember);
  background: linear-gradient(160deg, var(--ember) 0%, var(--ember-deep) 115%);
}

.block-title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.8rem, 1.2rem + 2.6vw, 3rem); line-height: 1.04;
  letter-spacing: -0.02em; word-spacing: .03em; max-width: 18ch;
}
.block-title--center { margin-inline: auto; text-align: center; max-width: 22ch; margin-bottom: clamp(36px, 5vw, 60px); }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; color: var(--fresh-deep); margin-bottom: 14px; }

/* ---------- Problem (heiß) ---------- */
.problem { isolation: isolate; }
.shimmer {
  position: absolute; inset: -10% 0; z-index: 0; pointer-events: none; opacity: .5;
  background: radial-gradient(60% 40% at 70% 20%, rgba(255,210,90,.35), transparent 70%);
  animation: shimmer 7s ease-in-out infinite alternate;
}
@keyframes shimmer { from { transform: translateY(-3%) scale(1); opacity:.4; } to { transform: translateY(3%) scale(1.05); opacity:.62; } }
.problem .wrap { position: relative; z-index: 1; }
.problem .readout { margin-bottom: 18px; }
.problem .block-title { margin-bottom: clamp(34px, 5vw, 54px); max-width: 16ch; }
.facets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.facet { border-top: 2px solid rgba(255,255,255,.45); padding-top: 18px; }
.facet__label { display: block; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 10px; color: var(--dawn); }
.facet p { color: var(--on-ember); font-size: 1.08rem; }

/* ---------- Umbruch ---------- */
.umbruch { background: var(--night-2); color: var(--on-dark); isolation: isolate; text-align: center; }
.umbruch-inner { position: relative; z-index: 1; }
.umbruch-title {
  font-family: var(--font-display); font-weight: 600; letter-spacing: -.02em;
  font-size: clamp(1.9rem, 1.2rem + 3vw, 3.4rem); line-height: 1.05; max-width: 16ch; margin: 0 auto;
}
.air-states { display: inline-flex; align-items: center; gap: clamp(20px, 5vw, 54px); margin-top: 44px; }
.air { display: grid; gap: 7px; justify-items: start; }
.air span { height: 3px; border-radius: 3px; background: currentColor; opacity: .8; }
.air em { font-style: normal; text-transform: uppercase; letter-spacing: .1em; margin-top: 8px; }
.air--still { color: var(--on-dark-muted); }
.air--still span:nth-child(1){ width: 40px; } .air--still span:nth-child(2){ width: 26px; } .air--still span:nth-child(3){ width: 34px; }
.air--move { color: var(--fresh); }
.air--move span { background: linear-gradient(90deg, var(--fresh), transparent); animation: stretch 2.4s ease-in-out infinite; }
.air--move span:nth-child(1){ width: 64px; } .air--move span:nth-child(2){ width: 80px; animation-delay:.3s;} .air--move span:nth-child(3){ width: 52px; animation-delay:.6s;}
@keyframes stretch { 0%,100%{ transform: scaleX(.7); opacity:.6; transform-origin:left;} 50%{ transform: scaleX(1); opacity:1; transform-origin:left;} }
.air-arrow { width: 48px; height: 24px; fill: none; stroke: var(--fresh); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Guide ---------- */
.guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.guide-empathy {
  font-family: var(--font-display); font-weight: 500; letter-spacing: -.015em;
  font-size: clamp(1.5rem, 1.1rem + 1.8vw, 2.3rem); line-height: 1.18;
}
.authority { border-left: 3px solid var(--fresh-deep); padding-left: 26px; }
.authority__num { display: flex; flex-direction: column; margin-bottom: 16px; }
.authority .big {
  font-family: var(--font-display); font-weight: 700; line-height: .9;
  font-size: clamp(3rem, 2rem + 5vw, 5.2rem); letter-spacing: -.03em;
  background: linear-gradient(120deg, var(--fresh-deep), var(--ink)); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.authority__label { text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; color: var(--ink-soft); font-family: var(--font-mono); margin-top: 6px; }
.authority__text { color: var(--ink-soft); }

/* ---------- Plan (Schritte) ---------- */
.steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step { position: relative; }
.step__shot {
  position: relative; aspect-ratio: 4 / 3; border-radius: 14px; overflow: hidden; margin: 0 0 18px;
  background: linear-gradient(160deg, #e4ede9, #ccddd5);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06);
  display: grid; place-items: center;
}
.step__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.step__img.img-failed { display: none; }
.step__hint { color: var(--ink-soft); opacity: .65; }
.step__shot.has-img .step__hint { display: none; }
.step__nr {
  font-family: var(--font-display); font-weight: 700; font-size: 1.9rem; line-height: 1;
  color: var(--fresh-deep); display: block; margin-bottom: 8px;
}
.step__titel { font-family: var(--font-display); font-weight: 600; font-size: 1.28rem; margin-bottom: 8px; }
.step p { color: var(--ink-soft); }

/* ---------- Produkt-Showcase ---------- */
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.shot {
  position: relative; margin: 0; aspect-ratio: 4 / 3; border-radius: 20px; overflow: hidden;
  background:
    radial-gradient(70% 60% at 50% 28%, rgba(255, 94, 58, .35), transparent 70%),
    linear-gradient(160deg, #2A1640, #0E0820);
  box-shadow: 0 40px 90px -36px #000, inset 0 0 0 1px rgba(255, 255, 255, .08);
  display: grid; place-items: center;
}
.shot__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.shot__img.img-failed { display: none; }
.shot__hint { color: var(--on-dark-muted); background: rgba(0, 0, 0, .3); padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(4px); }
.shot.has-img .shot__hint { display: none; }
.showcase-text { color: var(--on-dark-muted); margin: 14px 0 22px; font-size: 1.08rem; }
.specs { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.specs li {
  font-family: var(--font-mono); font-size: .8rem; letter-spacing: .02em;
  padding: 8px 14px; border-radius: 999px; color: var(--fresh);
  background: rgba(121, 239, 206, .08); box-shadow: inset 0 0 0 1px rgba(121, 239, 206, .28);
}

/* ---------- Benefits (Nacht) ---------- */
.bgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.bcard {
  border-radius: var(--radius); padding: 28px 26px;
  background: var(--night-2); box-shadow: inset 0 0 0 1px rgba(255,255,255,.07);
  display: flex; gap: 18px; align-items: flex-start;
}
.bcard__mark { flex: none; width: 30px; height: 30px; stroke: var(--fresh); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; margin-top: 2px; }
.bcard__titel { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; margin-bottom: 6px; }
.bcard p { color: var(--on-dark-muted); }

/* ---------- Transformation (vorher/nachher) ---------- */
.ba { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 880px; margin-inline: auto; }
.ba__panel { border-radius: var(--radius); padding: clamp(26px, 4vw, 40px); position: relative; overflow: hidden; }
.ba__panel--before { background: linear-gradient(165deg, #FBE3D5, #F6D2BE); color: var(--ember-deep); }
.ba__panel--after { background: linear-gradient(165deg, var(--night-2), var(--night-3)); color: var(--on-dark); box-shadow: 0 30px 70px -34px var(--fresh-deep); }
.ba__tag { display: inline-block; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 18px; }
.ba__panel--before .ba__tag { color: var(--ember-deep); }
.ba__panel--after .ba__tag { color: var(--fresh); }
.ba__list { list-style: none; padding: 0; display: grid; gap: 12px; }
.ba__list li { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.3rem, 1rem + 1.6vw, 2rem); line-height: 1.05; display: flex; align-items: center; gap: 12px; }
.ba__panel--before li::before { content: "×"; color: var(--ember); font-weight: 700; }
.ba__panel--after li::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--fresh); box-shadow: 0 0 14px var(--fresh); flex: none; }

/* ---------- Ehrlichkeit ---------- */
.honest { text-align: center; }
.honest-title { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.7rem, 1.2rem + 2.2vw, 2.7rem); letter-spacing: -.02em; line-height: 1.08; margin-bottom: 20px; }
.honest-text { font-size: clamp(1.05rem, 1rem + .4vw, 1.2rem); color: var(--ink-soft); max-width: 60ch; margin: 0 auto 18px; }
.honest-punch { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.2rem, 1rem + 1vw, 1.55rem); max-width: 30ch; margin: 0 auto; }

/* ---------- Finale ---------- */
.final { isolation: isolate; text-align: center; }
.final-inner { position: relative; z-index: 1; }
.final-affirm { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.4rem, 1.1rem + 1.6vw, 2.1rem); line-height: 1.18; color: var(--fresh); max-width: 24ch; margin: 0 auto 26px; }
.final-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 1.4rem + 3vw, 3.4rem); letter-spacing: -.02em; margin-bottom: 14px; }
.final-text { color: var(--on-dark-muted); max-width: 50ch; margin: 0 auto 30px; }
.final-mini { color: var(--on-dark-muted); margin-top: 18px; }

/* ---------- FAQ ---------- */
.faq .block-title { margin-bottom: 30px; }
.qa { border-bottom: 1.5px solid color-mix(in srgb, var(--ink) 14%, transparent); }
.qa summary {
  list-style: none; cursor: pointer; padding: 22px 44px 22px 0; position: relative;
  font-family: var(--font-display); font-weight: 600; font-size: 1.18rem;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 1.6rem; color: var(--fresh-deep); transition: transform .2s ease; }
.qa[open] summary::after { content: "–"; }
.qa p { padding: 0 44px 24px 0; color: var(--ink-soft); }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { background: var(--night); color: var(--on-dark); padding-top: 60px; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; padding-bottom: 34px; }
.footer-brand { max-width: 420px; }
.footer-brand p { color: var(--on-dark-muted); margin-top: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }
.footer-links a { color: var(--on-dark-muted); text-decoration: none; }
.footer-links a:hover { color: var(--fresh); }
.footer-copy { border-top: 1px solid rgba(255,255,255,.1); padding-block: 22px; color: var(--on-dark-muted); }

/* ============================================================
   Modal / Warteliste-Popup
   ============================================================ */
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(11,6,24,.72); backdrop-filter: blur(6px); animation: fade .25s ease; }
.modal__card {
  position: relative; width: 100%; max-width: 460px;
  background: linear-gradient(170deg, var(--night-2), var(--night)); color: var(--on-dark);
  border-radius: 22px; padding: clamp(28px, 5vw, 42px);
  box-shadow: 0 50px 120px -30px #000, inset 0 0 0 1px rgba(255,255,255,.08);
  animation: pop .3s cubic-bezier(.2,.8,.2,1);
}
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: translateY(16px) scale(.97); } }
.modal__x { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); border: 0; }
.modal__x svg { width: 20px; height: 20px; fill: none; stroke: var(--on-dark); stroke-width: 2; stroke-linecap: round; }
.modal__x:hover { background: rgba(255,255,255,.16); }
.modal__eyebrow { color: var(--fresh); text-transform: uppercase; letter-spacing: .16em; margin-bottom: 12px; }
.modal__title { font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; letter-spacing: -.02em; margin-bottom: 10px; }
.modal__text { color: var(--on-dark-muted); margin-bottom: 22px; }
.modal__field input {
  width: 100%; font: inherit; padding: 16px 18px; border-radius: var(--radius-sm);
  background: rgba(255,255,255,.06); border: 1.5px solid rgba(255,255,255,.16); color: #fff; margin-bottom: 14px;
}
.modal__field input::placeholder { color: var(--on-dark-muted); }
.modal__field input:focus-visible { outline: none; border-color: var(--fresh); box-shadow: 0 0 0 3px rgba(121,239,206,.25); }
.modal__error { color: #ffb1a0; font-size: .9rem; margin-bottom: 12px; }
.modal__hint { font-size: .82rem; color: var(--on-dark-muted); margin-top: 16px; }
.modal__success { text-align: center; }
.modal__check { width: 66px; height: 66px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: var(--fresh); }
.modal__check svg { width: 34px; height: 34px; fill: none; stroke: var(--ink); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.modal__success .btn { margin-top: 22px; }

/* ============================================================
   Angebot / Preis (Kauf-Affordance + Launch-Rabatt)
   ============================================================ */
.offer { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 18px; }
.offer--center { justify-content: center; margin: 0 0 22px; }
.offer__price { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; letter-spacing: -.02em; }
.offer__badge {
  display: inline-flex; align-items: center;
  padding: 6px 13px; border-radius: 999px;
  background: rgba(255, 194, 61, .15); color: var(--dawn);
  box-shadow: inset 0 0 0 1px rgba(255, 194, 61, .42);
  text-transform: uppercase; letter-spacing: .05em; font-weight: 600;
}

/* Rabatt-Box im Popup */
.offer-box {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(121, 239, 206, .32);
  border-radius: var(--radius-sm); padding: 14px 16px; margin-bottom: 22px;
}
.offer-box__badge { font-weight: 700; color: var(--ink); background: var(--dawn); padding: 6px 10px; border-radius: 8px; }
.offer-box__prices { display: flex; align-items: baseline; gap: 10px; }
.offer-box__old { color: var(--on-dark-muted); text-decoration: line-through; }
.offer-box__new { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--fresh); }
.offer-box__label { flex-basis: 100%; font-size: .82rem; color: var(--on-dark-muted); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .reel { max-width: 300px; margin-top: 8px; }
  .guide-grid { grid-template-columns: 1fr; }
  .facets { grid-template-columns: 1fr; gap: 4px; }
  .facet { padding-block: 18px; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .showcase-grid { grid-template-columns: 1fr; }
  .bgrid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .header-inner .btn { display: none; }
  .ba { grid-template-columns: 1fr; }
  .air-states { gap: 16px; }
  .hero { padding-top: 104px; }
}

/* ============================================================
   Reduced motion
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html, html.preload { opacity: 1; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal], [data-io] { opacity: 1 !important; transform: none !important; }
}
