/**
 * Marketing Landing — V3 Hell (Serenia) Vorschau
 * Ergänzt marketing-v3-light-shell + marketing-serenia-light.
 * Nur auf marketing-landing-v3-light.html — Live bleibt V2 dunkel.
 */

.marketing-v3-light {
  color-scheme: light;
  --mkt-sub: #5c6778;
  --mkt-sub-soft: #6b7280;
  --mkt-kicker: var(--v3-gold-500, #b8923a);
  --mkt-nav-h: 76px;
  padding-top: var(--mkt-nav-h, 76px);
}

/* Nur Design-Vorschau /design-preview */
.marketing-v3-light.marketing-v3-light--preview {
  padding-top: calc(var(--mkt-nav-h, 76px) + 52px);
}

.marketing-v3-light html,
html:has(.marketing-v3-light) {
  background: var(--v3-light-100, #f4efe6);
}

/* Preview banner */
.mkt-v3-preview-notice {
  position: relative;
  z-index: 150;
  max-width: 1120px;
  margin: 0 auto 8px;
  padding: 12px 20px;
  border-radius: 14px;
  border: 1px solid rgba(184, 146, 58, 0.35);
  background: rgba(201, 168, 76, 0.12);
  font-size: 0.92rem;
  line-height: 1.5;
  color: #5c6778;
}

.mkt-v3-preview-notice a {
  color: #4a7d87;
  font-weight: 600;
  text-decoration: none;
}

.mkt-v3-preview-notice a:hover {
  text-decoration: underline;
}

/* Base typography */
.marketing-v3-light {
  font-family: var(--ftf-font-body, "Source Sans 3", system-ui, sans-serif);
  background: var(--v3-light-100, #f4efe6);
  color: var(--v3-light-ink, #1c2634);
}

.marketing-v3-light .mkt-section-head h2,
.marketing-v3-light .mkt-hero-body h1,
.marketing-v3-light .mkt-booking-title,
.marketing-v3-light .mkt-date-card h3 {
  font-family: var(--ftf-font-display, Cormorant, Georgia, serif);
}

.marketing-v3-light .mkt-section-head h2 span,
.marketing-v3-light .mkt-hero-body h1 span {
  color: var(--v3-gold-500, #b8923a);
}

.marketing-v3-light .mkt-sub,
.marketing-v3-light .mkt-lead {
  color: var(--mkt-sub);
}

.marketing-v3-light .mkt-lead {
  color: #4a5568;
}

/* Buttons */
.marketing-v3-light .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 280ms ease;
}

.marketing-v3-light .btn:focus-visible {
  outline: 2px solid var(--v3-gold-400, #c9a84c);
  outline-offset: 2px;
}

.marketing-v3-light .mkt-btn-primary,
.marketing-v3-light .btn.mkt-btn-primary {
  background: linear-gradient(135deg, #c9a84c, #a87840) !important;
  color: #1c2634 !important;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.25) !important;
  border-radius: 999px !important;
}

.marketing-v3-light .btn.secondary,
.marketing-v3-light .mkt-btn-ghost {
  background: rgba(255, 255, 255, 0.75) !important;
  color: #1c2634 !important;
  border: 1px solid rgba(28, 38, 52, 0.14) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.marketing-v3-light .btn:hover {
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .marketing-v3-light .btn:hover {
    transform: none;
  }
}

/* Hero */
.marketing-v3-light .mkt-hero-wrap {
  padding-top: 24px;
}

.marketing-v3-light .mkt-hero-banner-wrap {
  background: #faf7f2;
  border-block-color: rgba(28, 38, 52, 0.08);
}

.marketing-v3-light .mkt-hero-banner--desk {
  object-fit: cover;
  object-position: center center;
  max-height: min(56vh, 520px);
}

.marketing-v3-light .mkt-hero-body h1 {
  color: #1c2634;
}

/* Hero: weniger Abstand vor den Buttons */
.marketing-v3-light .mkt-hero-body .mkt-lead {
  margin-bottom: 12px;
}

.marketing-v3-light .mkt-hero-cta {
  margin-top: 6px;
  margin-bottom: 8px;
}

/* Story-Einleitung: kompakter bis zu den Beats */
.marketing-v3-light #story {
  padding-top: 48px;
}

.marketing-v3-light #story .mkt-section-head .mkt-sub {
  margin-top: 10px;
}

.marketing-v3-light #story .mkt-section-head .mkt-sub + .mkt-sub {
  margin-top: 8px;
}

.marketing-v3-light .mkt-story-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 14px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.marketing-v3-light .mkt-story-highlights span {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: clamp(0.92rem, 1.6vw, 1.02rem);
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #1c2634;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.12);
  border: 1px solid rgba(184, 146, 58, 0.28);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.marketing-v3-light #story .mkt-story-highlights + .mkt-sub {
  margin-top: 10px;
}

.marketing-v3-light #story .mkt-story-arc {
  margin-top: 18px;
}

/* Story arc */
.marketing-v3-light .mkt-story-beat-step {
  color: var(--v3-gold-500, #b8923a);
}

.marketing-v3-light .mkt-story-beat h3 {
  color: #1c2634;
}

.marketing-v3-light .mkt-story-beat p {
  color: var(--mkt-sub);
}

.marketing-v3-light .mkt-story-beat--real {
  border-color: rgba(184, 146, 58, 0.35);
  background: rgba(255, 255, 255, 0.85);
}

.marketing-v3-light .mkt-story-bridge {
  color: var(--mkt-sub);
}

/* How section */
.marketing-v3-light .mkt-section--mountains::before {
  background-image:
    radial-gradient(ellipse 70% 55% at 50% 100%, rgba(201, 168, 76, 0.1), transparent 65%),
    radial-gradient(ellipse 50% 40% at 15% 20%, rgba(90, 143, 154, 0.08), transparent 55%);
}

.marketing-v3-light .mkt-how-visual {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(28, 38, 52, 0.08);
  box-shadow: var(--v3-shadow-md, 0 16px 48px rgba(28, 38, 52, 0.08));
}

.marketing-v3-light .mkt-step-list {
  color: var(--mkt-sub);
}

.marketing-v3-light .mkt-step-list strong {
  color: #1c2634;
}

.marketing-v3-light .mkt-format-note {
  color: var(--mkt-sub);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(28, 38, 52, 0.08);
  border-radius: 16px;
  padding: 18px 20px;
}

/* Quotes */
.marketing-v3-light .mkt-quote {
  border-left-color: var(--v3-gold-500, #b8923a);
  color: #3d4a5c;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 0 16px 16px 0;
  padding: 20px 24px;
}

.marketing-v3-light .mkt-quote cite {
  color: var(--mkt-sub-soft);
}

/* Trust / orgs */
.marketing-v3-light .mkt-trust-card h3 {
  color: var(--v3-gold-500, #b8923a);
}

.marketing-v3-light .mkt-trust-card p {
  color: var(--mkt-sub);
}

/* Dates outside serenia full-bleed (voices section) */
.marketing-v3-light .mkt-date-card {
  background: #ffffff;
  border-color: rgba(28, 38, 52, 0.08);
  box-shadow: 0 8px 32px rgba(28, 38, 52, 0.06);
}

.marketing-v3-light .mkt-date-meta {
  color: var(--mkt-sub);
}

.marketing-v3-light .mkt-badge--price {
  background: rgba(201, 168, 76, 0.15);
  border-color: rgba(184, 146, 58, 0.35);
  color: #7a5f1e;
}

.marketing-v3-light .mkt-badge--free {
  color: #2d6a4a;
  background: rgba(90, 143, 114, 0.12);
  border-color: rgba(90, 143, 114, 0.35);
}

/* Lang switch */
.marketing-v3-light .mkt-lang-switch.lang-switch {
  border-color: rgba(28, 38, 52, 0.1);
  background: rgba(255, 255, 255, 0.7);
}

.marketing-v3-light .mkt-lang-switch .lang-btn {
  color: #6b7280;
}

.marketing-v3-light .mkt-lang-switch .lang-btn:hover {
  color: #1c2634;
  background: rgba(28, 38, 52, 0.05);
}

.marketing-v3-light .mkt-lang-switch .lang-btn.active {
  background: rgba(201, 168, 76, 0.25);
  color: #1c2634;
}

/* Booking modal */
.marketing-v3-light .mkt-booking-modal__panel {
  background: #faf7f2;
  color: #1c2634;
  border: 1px solid rgba(28, 38, 52, 0.1);
}

.marketing-v3-light .mkt-booking-modal__head {
  border-bottom-color: rgba(28, 38, 52, 0.08);
}

.marketing-v3-light .mkt-booking-modal__close {
  color: #5c6778;
}

/* Cookie banner — Styles in cookie-consent.css (V3 Hell via CSS-Variablen) */

/* —— Kein horizontaler Seiten-Scroll —— */
html:has(.marketing-v3-light) {
  overflow-x: clip;
}

.marketing-v3-light {
  overflow-x: clip;
  max-width: 100%;
}

.marketing-v3-light img,
.marketing-v3-light iframe,
.marketing-v3-light video {
  max-width: 100%;
  height: auto;
}

/* Full-bleed ohne 100vw (verhindert Scrollbar-Overflow) */
.marketing-v3-light .mkt-section.mkt-section--serenia {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: max(16px, env(safe-area-inset-left, 0px));
  padding-right: max(16px, env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

.marketing-v3-light .mkt-hero-banner-wrap {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.marketing-v3-light .mkt-hero-wrap,
.marketing-v3-light .mkt-section,
.marketing-v3-light .mkt-strip-inner,
.marketing-v3-light .mkt-v3-preview-notice {
  box-sizing: border-box;
  max-width: 100%;
}

/* —— Buttons (V3 Hell) —— */
.marketing-v3-light .mkt-hero-cta,
.marketing-v3-light .mkt-center-cta,
.marketing-v3-light .mkt-nav-actions,
.marketing-v3-light .mkt-product-card__cta-row,
.marketing-v3-light .mkt-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.marketing-v3-light .mkt-center-cta {
  justify-content: center;
}

.marketing-v3-light .btn:active:not(:disabled) {
  transform: translateY(0);
}

.marketing-v3-light .mkt-btn-primary:hover,
.marketing-v3-light .btn.mkt-btn-primary:hover {
  box-shadow: 0 6px 24px rgba(201, 168, 76, 0.35) !important;
}

.marketing-v3-light .btn.secondary:hover,
.marketing-v3-light .mkt-btn-ghost:hover {
  border-color: rgba(184, 146, 58, 0.45) !important;
  background: #ffffff !important;
}

.marketing-v3-light .mkt-product-card__cta,
.marketing-v3-light .mkt-date-card .btn {
  min-height: 48px;
}

/* —— Reise: kompakter —— */
.marketing-v3-light {
  scroll-padding-top: calc(var(--mkt-nav-h, 76px) + 16px);
}

.marketing-v3-light [id] {
  scroll-margin-top: calc(var(--mkt-nav-h, 76px) + 20px);
}

.marketing-v3-light #journey {
  scroll-margin-top: calc(var(--mkt-nav-h, 76px) + 32px);
  padding-top: 56px;
  padding-bottom: 48px;
  overflow: visible;
}

.marketing-v3-light #journey.mkt-section--visual::before {
  pointer-events: none;
}

.marketing-v3-light #journey .mkt-section-head {
  padding-top: 4px;
}

.marketing-v3-light #journey .mkt-section-head .mkt-sub {
  max-width: 640px;
  margin-inline: auto;
}

.marketing-v3-light .mkt-journey-route {
  max-width: 420px;
  margin-inline: auto;
  padding: 10px 16px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(28, 38, 52, 0.08);
}

.marketing-v3-light .mkt-journey-stations {
  gap: 12px;
  margin-top: 20px;
}

.marketing-v3-light .mkt-journey-station {
  padding: 16px 12px;
  position: relative;
  overflow: hidden;
}

/* Level-Icons — hell (Serenia) + Seminar-Farben */
.marketing-v3-light .mkt-level-badge,
.marketing-v3-light .mkt-journey-station .mkt-level-badge,
.marketing-v3-light.mkt-showcase-page .mkt-showcase-badge {
  box-sizing: border-box;
  object-fit: contain;
  filter: none !important;
  border-radius: 18px;
  background: #faf7f2;
  padding: 4px;
  box-shadow:
    0 0 0 2px rgba(var(--level-accent, 184, 146, 58), 0.28),
    0 6px 18px rgba(var(--level-accent, 184, 146, 58), 0.12);
}

.marketing-v3-light .mkt-journey-station::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, rgba(var(--level-accent, 184, 146, 58), 0.85), transparent);
}

.marketing-v3-light .mkt-journey-station[data-color="violet"] {
  --level-accent: 160, 120, 200;
  background: linear-gradient(165deg, rgba(160, 120, 200, 0.12), #ffffff);
  border-color: rgba(160, 120, 200, 0.22);
}

.marketing-v3-light .mkt-journey-station[data-color="blue-gold"] {
  --level-accent: 100, 150, 210;
  background: linear-gradient(165deg, rgba(100, 150, 210, 0.12), #ffffff);
  border-color: rgba(100, 150, 210, 0.22);
}

.marketing-v3-light .mkt-journey-station[data-color="red-orange"] {
  --level-accent: 220, 100, 80;
  background: linear-gradient(165deg, rgba(220, 100, 80, 0.1), #ffffff);
  border-color: rgba(220, 100, 80, 0.22);
}

.marketing-v3-light .mkt-journey-station[data-color="green-gold"] {
  --level-accent: 90, 180, 120;
  background: linear-gradient(165deg, rgba(90, 180, 120, 0.12), #ffffff);
  border-color: rgba(90, 180, 120, 0.22);
}

.marketing-v3-light .mkt-journey-station[data-color="gold"],
.marketing-v3-light .mkt-journey-station--finale[data-color="gold"] {
  --level-accent: 201, 168, 76;
  background: linear-gradient(165deg, rgba(201, 168, 76, 0.14), #ffffff);
  border-color: rgba(184, 146, 58, 0.28);
}

.marketing-v3-light .mkt-journey-station[data-color="violet"] .mkt-journey-station-world {
  color: #6b5090;
}

.marketing-v3-light .mkt-journey-station[data-color="blue-gold"] .mkt-journey-station-world {
  color: #4a7199;
}

.marketing-v3-light .mkt-journey-station[data-color="red-orange"] .mkt-journey-station-world {
  color: #b85a48;
}

.marketing-v3-light .mkt-journey-station[data-color="green-gold"] .mkt-journey-station-world {
  color: #3d8a5c;
}

.marketing-v3-light .mkt-journey-station img,
.marketing-v3-light .mkt-journey-station .mkt-level-badge {
  width: 72px;
  height: 72px;
}

.marketing-v3-light .mkt-journey-station h3 {
  font-size: 16px;
}

.marketing-v3-light .mkt-journey-station p {
  font-size: 13px;
  line-height: 1.4;
}

.marketing-v3-light #journey .mkt-quote {
  margin-top: 24px;
  padding: 16px 18px;
  font-size: 15px;
}

/* Tablet: 2 Spalten statt 5 */
@media (max-width: 1024px) {
  .marketing-v3-light .mkt-journey-stations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketing-v3-light .mkt-journey-station--finale {
    grid-column: 1 / -1;
    max-width: 360px;
    margin-inline: auto;
    width: 100%;
  }
}

/* Mobil */
/* Termine — zentriert innerhalb Serenia-Band */
.marketing-v3-light #dates.mkt-section--booking {
  padding-top: 56px;
  padding-bottom: 56px;
}

.marketing-v3-light #dates .mkt-booking {
  max-width: 980px;
  margin-inline: auto;
  width: 100%;
}

.marketing-v3-light #dates .mkt-date-grid {
  width: 100%;
  max-width: 100%;
}

.marketing-v3-light #angebote .mkt-products-layout {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .marketing-v3-light:not(.marketing-v3-light--preview) {
    --mkt-nav-h: 118px;
    padding-top: var(--mkt-nav-h);
  }

  .marketing-v3-light.marketing-v3-light--preview {
    --mkt-nav-h: 118px;
    padding-top: calc(var(--mkt-nav-h) + 52px);
  }

  .marketing-v3-light #dates .mkt-date-grid {
    grid-template-columns: 1fr;
  }

  .marketing-v3-light #dates .mkt-date-card {
    width: 100%;
  }

  .marketing-v3-light #dates .mkt-date-card .btn {
    width: 100%;
    justify-content: center;
  }

  .marketing-v3-light .mkt-story-highlights {
    gap: 8px;
  }

  .marketing-v3-light .mkt-story-highlights span {
    padding: 6px 11px;
    font-size: 0.86rem;
  }

  .marketing-v3-light .mkt-v3-preview-notice {
    margin-inline: 12px;
    padding: 10px 14px;
    font-size: 0.84rem;
  }

  .marketing-v3-light .mkt-nav {
    padding: 12px 14px;
    gap: 10px;
  }

  .marketing-v3-light:not(.mkt-showcase-page) .mkt-nav-actions {
    width: 100%;
    justify-content: space-between;
  }

  .marketing-v3-light:not(.mkt-showcase-page) .mkt-nav-cta {
    flex: 1 1 auto;
    min-width: 0;
    padding: 10px 14px !important;
    font-size: 13px !important;
    justify-content: center;
  }

  .marketing-v3-light.mkt-showcase-page .mkt-nav {
    flex-wrap: wrap;
    align-items: center;
  }

  .marketing-v3-light.mkt-showcase-page .mkt-nav-actions {
    width: auto;
    flex-shrink: 0;
    gap: 8px;
  }

  .marketing-v3-light.mkt-showcase-page .mkt-nav-actions .btn {
    padding: 10px 14px !important;
    font-size: 13px !important;
  }

  .marketing-v3-light .mkt-hero-wrap {
    padding: 16px 14px 28px;
  }

  .marketing-v3-light .mkt-hero-body h1 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .marketing-v3-light .mkt-hero-cta,
  .marketing-v3-light .mkt-center-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .marketing-v3-light .mkt-hero-cta .btn,
  .marketing-v3-light .mkt-center-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .marketing-v3-light .mkt-section {
    padding: 40px 14px;
  }

  .marketing-v3-light #journey {
    padding-top: 44px;
    padding-bottom: 36px;
    scroll-margin-top: calc(var(--mkt-nav-h) + 28px);
  }

  .marketing-v3-light #journey .mkt-section-head h2 {
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1.15;
  }

  /* Reise: kompakte Liste, kein Quer-Scroll */
  .marketing-v3-light .mkt-journey-stations {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
  }

  .marketing-v3-light .mkt-journey-station {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-items: start;
    text-align: left;
    gap: 2px 12px;
    padding: 12px 14px;
  }

  .marketing-v3-light .mkt-journey-station img,
  .marketing-v3-light .mkt-journey-station .mkt-level-badge {
    grid-row: 1 / span 3;
    grid-column: 1;
    width: 56px;
    height: 56px;
    padding: 3px;
    align-self: center;
  }

  .marketing-v3-light .mkt-journey-station-world {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--v3-gold-500, #b8923a);
  }

  .marketing-v3-light .mkt-journey-station h3 {
    grid-column: 2;
    grid-row: 2;
    font-size: 15px;
    margin: 0;
  }

  .marketing-v3-light .mkt-journey-station p:last-of-type {
    grid-column: 2;
    grid-row: 3;
    display: block;
    overflow: visible;
    margin: 4px 0 0;
    line-height: 1.45;
  }

  .marketing-v3-light .mkt-journey-station--finale {
    max-width: none;
  }

  .marketing-v3-light #journey .mkt-quote {
    font-size: 14px;
  }

  .marketing-v3-light .mkt-strip-inner {
    gap: 12px 20px;
    padding: 12px 14px;
    font-size: 13px;
    justify-content: center;
  }

  .marketing-v3-light .mkt-product-card__cta,
  .marketing-v3-light .mkt-date-card .btn {
    width: 100%;
    align-self: stretch;
    justify-content: center;
  }

  .marketing-v3-light .mkt-footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
  }

  .marketing-v3-light .mkt-booking-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .marketing-v3-light.mkt-showcase-page {
    --mkt-nav-h: 112px;
  }

  .marketing-v3-light.mkt-showcase-page .mkt-showcase-main {
    padding-top: 12px;
  }

  .marketing-v3-light.mkt-showcase-page .mkt-showcase-title {
    font-size: clamp(26px, 7vw, 36px);
  }

  .marketing-v3-light .mkt-logo-title {
    font-size: 17px;
  }

  .marketing-v3-light .btn {
    font-size: 14px;
    padding: 11px 18px;
  }
}

/* —— Journey-Vorschau (flow-showcase.html) —— */
.marketing-v3-light.mkt-showcase-page {
  --mkt-nav-h: 92px;
  padding-top: var(--mkt-nav-h);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-main {
  max-width: 820px;
  padding-top: 20px;
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-head {
  padding-top: 4px;
  margin-bottom: 12px;
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-head .mkt-kicker {
  color: var(--v3-gold-500, #b8923a);
  margin-bottom: 10px;
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-head .mkt-sub {
  color: var(--mkt-sub);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-title {
  font-family: var(--ftf-font-display, Cormorant, Georgia, serif);
  color: #1c2634;
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-title span {
  color: var(--v3-gold-500, #b8923a);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-route.mkt-journey-route {
  max-width: 420px;
  margin-inline: auto;
  padding: 10px 16px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(28, 38, 52, 0.08);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-route.mkt-journey-route span:first-child {
  color: #8a6a45;
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-route.mkt-journey-route span:last-child {
  color: var(--v3-gold-500, #b8923a);
}

/* Level-Karten: Seminar-Farben (hell) */
.marketing-v3-light.mkt-showcase-page .mkt-showcase-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(28, 38, 52, 0.06);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, rgba(var(--level-accent, 184, 146, 58), 0.85), transparent);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-card[data-color="violet"] {
  --level-accent: 160, 120, 200;
  background: linear-gradient(165deg, rgba(160, 120, 200, 0.16), rgba(255, 255, 255, 0.96));
  border-color: rgba(160, 120, 200, 0.3);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-card[data-color="blue-gold"] {
  --level-accent: 100, 150, 210;
  background: linear-gradient(165deg, rgba(100, 150, 210, 0.16), rgba(255, 255, 255, 0.96));
  border-color: rgba(100, 150, 210, 0.3);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-card[data-color="red-orange"] {
  --level-accent: 220, 100, 80;
  background: linear-gradient(165deg, rgba(220, 100, 80, 0.14), rgba(255, 255, 255, 0.96));
  border-color: rgba(220, 100, 80, 0.3);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-card[data-color="green-gold"] {
  --level-accent: 90, 180, 120;
  background: linear-gradient(165deg, rgba(90, 180, 120, 0.15), rgba(255, 255, 255, 0.96));
  border-color: rgba(90, 180, 120, 0.3);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-card[data-color="gold"],
.marketing-v3-light.mkt-showcase-page .mkt-showcase-card--finale {
  --level-accent: 201, 168, 76;
  background: linear-gradient(165deg, rgba(201, 168, 76, 0.18), rgba(255, 255, 255, 0.96));
  border-color: rgba(184, 146, 58, 0.35);
  box-shadow: 0 8px 32px rgba(201, 168, 76, 0.12);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-card.is-info-open {
  box-shadow: 0 14px 42px rgba(28, 38, 52, 0.1);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-card-num {
  color: rgb(var(--level-accent, 184, 146, 58));
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-card-title {
  color: #1c2634;
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-badge {
  width: 80px;
  height: 80px;
  padding: 6px;
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-video-btn {
  border-color: rgba(var(--level-accent, 184, 146, 58), 0.35);
  background: rgba(255, 255, 255, 0.88);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-video-btn:hover,
.marketing-v3-light.mkt-showcase-page .mkt-showcase-video-btn:focus-visible {
  border-color: rgba(var(--level-accent, 184, 146, 58), 0.55);
  box-shadow: 0 8px 24px rgba(var(--level-accent, 184, 146, 58), 0.14);
  transform: translateY(-2px);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-video-thumb {
  background: #ebe4d6;
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-video-play {
  background: rgba(var(--level-accent, 184, 146, 58), 0.12);
  color: rgb(var(--level-accent, 184, 146, 58));
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-video-btn:hover .mkt-showcase-video-play {
  background: rgba(var(--level-accent, 184, 146, 58), 0.28);
  color: #1c2634;
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-video-kicker {
  color: rgb(var(--level-accent, 168, 120, 58));
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-video-title {
  color: #1c2634;
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-games-kicker {
  color: var(--mkt-sub-soft);
}

.marketing-v3-light.mkt-showcase-page .ftf-pill {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(var(--level-accent, 28, 38, 52), 0.22);
  background: rgba(255, 255, 255, 0.82);
  color: #3a4556;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.marketing-v3-light.mkt-showcase-page .ftf-pill:hover,
.marketing-v3-light.mkt-showcase-page .ftf-pill:focus-visible {
  background: rgba(var(--level-accent, 184, 146, 58), 0.14);
  border-color: rgba(var(--level-accent, 184, 146, 58), 0.42);
  color: #1c2634;
  outline: none;
  transform: translateY(-1px);
}

.marketing-v3-light.mkt-showcase-page .ftf-pill.is-active {
  background: rgba(var(--level-accent, 184, 146, 58), 0.22);
  border-color: rgba(var(--level-accent, 184, 146, 58), 0.52);
  color: #1c2634;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.marketing-v3-light.mkt-showcase-page .ftf-pill--soon {
  opacity: 0.72;
}

.marketing-v3-light.mkt-showcase-page .ftf-pill--gold {
  border-color: rgba(184, 146, 58, 0.45);
  color: #8a6528;
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-info-slot:not([hidden]) {
  border-top-color: rgba(var(--level-accent, 28, 38, 52), 0.16);
  background: rgba(var(--level-accent, 244, 239, 230), 0.08);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-info-close {
  border-color: rgba(28, 38, 52, 0.12);
  background: rgba(255, 255, 255, 0.95);
  color: #5c6778;
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-info-title {
  color: #1c2634;
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-info-kicker {
  color: var(--v3-gold-500, #b8923a);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-info-text {
  color: var(--mkt-sub);
}

.marketing-v3-light.mkt-showcase-page .mkt-showcase-info-text--benefit {
  color: #3d5a4a;
}

/* Intro-Video-Popup im hellen Marketing-Stil */
.marketing-v3-light .welcome-video-overlay--popup:not(.hidden) {
  background: rgba(244, 239, 230, 0.92);
  backdrop-filter: blur(10px);
}

.marketing-v3-light .welcome-video-overlay--popup .welcome-video-modal {
  background: #ffffff;
  border-color: rgba(184, 146, 58, 0.35);
  box-shadow: 0 28px 72px rgba(28, 38, 52, 0.15);
}

.marketing-v3-light .welcome-video-overlay--popup .welcome-video-label {
  color: var(--v3-gold-500, #b8923a);
}

.marketing-v3-light .welcome-video-dismiss--popup {
  border-color: rgba(28, 38, 52, 0.12);
  background: rgba(255, 255, 255, 0.95);
  color: #5c6778;
}

.marketing-v3-light .welcome-video-dismiss--popup:hover,
.marketing-v3-light .welcome-video-dismiss--popup:focus-visible {
  border-color: rgba(184, 146, 58, 0.45);
  color: #1c2634;
}

.marketing-v3-light .welcome-video-unmute {
  border-color: rgba(184, 146, 58, 0.42);
  background: rgba(255, 255, 255, 0.95);
  color: #1c2634;
  box-shadow: 0 16px 48px rgba(28, 38, 52, 0.12);
}

.marketing-v3-light .welcome-video-unmute:hover,
.marketing-v3-light .welcome-video-unmute:focus-visible {
  border-color: rgba(184, 146, 58, 0.65);
  background: #ffffff;
}

.marketing-v3-light .welcome-video-audio-gate__hint {
  color: #6b7280;
}
