:root {
  --bg: #faf9f6;
  --bg-soft: #f4efe6;
  --bg-elevated: rgba(255, 255, 255, 0.94);
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: rgba(255, 255, 255, 0.96);
  --text: #1a1a1a;
  --text-soft: rgba(26, 26, 26, 0.72);
  --line: rgba(26, 26, 26, 0.1);
  --line-strong: rgba(26, 26, 26, 0.16);
  --gold: #d4af37;
  --gold-deep: #b28918;
  --silver: #c0c0c0;
  --silver-deep: #909090;
  --shadow-lg: 0 32px 64px rgba(130, 112, 64, 0.12);
  --shadow-md: 0 18px 36px rgba(130, 112, 64, 0.1);
  --shadow-sm: 0 10px 22px rgba(130, 112, 64, 0.08);
  --radius-2xl: 36px;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-pill: 999px;
  --container: 1180px;
  --font-display: "SF Pro Display", "SF Pro Text", "Segoe UI", "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-body: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue", Arial, sans-serif;
  --header-height: 84px;
  --mobile-cta-height: 92px;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.2), transparent 26%),
    radial-gradient(circle at 82% 14%, rgba(192, 192, 192, 0.22), transparent 18%),
    linear-gradient(135deg, #d4af37 0%, #faf9f6 34%, #faf9f6 100%);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.02em;
}

main {
  padding-bottom: calc(var(--mobile-cta-height) + env(safe-area-inset-bottom, 0px) + 20px);
}

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

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

button {
  font: inherit;
}

:focus-visible {
  outline: 2px solid rgba(215, 181, 109, 0.72);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -52px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 12px;
  background: #f8f4ed;
  color: #171a20;
}

.skip-link:focus {
  top: 16px;
}

.shell {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 3.2rem 0;
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
}

.section--hero {
  padding-top: calc(var(--header-height) + 22px);
  position: relative;
  overflow: hidden;
}

.section--hero::before {
  display: none;
}

/* Dezentes Gold-Barren Hintergrundbild – nur Desktop */
.section--hero::after {
  content: "";
  display: none; /* Mobile: aus */
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      105deg,
      rgba(250, 249, 246, 1)   0%,
      rgba(250, 249, 246, 0.97) 38%,
      rgba(250, 249, 246, 0.82) 58%,
      rgba(250, 249, 246, 0.38) 78%,
      rgba(250, 249, 246, 0.08) 100%
    ),
    url("../assets/gold-silber-barren.jpg") right center / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

/* Inhalte über dem Bild */
.section--hero .shell {
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .section--hero::after {
    display: block;
  }
}

.section--soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(250, 249, 246, 0.92)),
    radial-gradient(circle at 15% 12%, rgba(212, 175, 55, 0.08), transparent 20%);
}

.section--contrast {
  background:
    radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.12), transparent 20%),
    linear-gradient(180deg, #f8f5ef 0%, #efe8da 100%);
}

.section--cta {
  padding-top: 42px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 14px 0;
  backdrop-filter: blur(18px);
  background: rgba(250, 249, 246, 0.84);
  border-bottom: 1px solid rgba(26, 26, 26, 0.06);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 42px;
  border-radius: 15px;
  border: 1px solid rgba(215, 181, 109, 0.34);
  background:
    linear-gradient(135deg, rgba(215, 181, 109, 0.34), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), var(--shadow-sm);
  color: var(--text);
  font-weight: 800;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}

.brand__text {
  display: grid;
  gap: 0;
  min-width: 0;
}

.brand__text strong {
  font-size: 0.88rem;
  line-height: 1.2;
  white-space: nowrap;
}

.brand__sub {
  color: var(--text-soft);
  font-size: 0.65rem;
  line-height: 1.25;
  white-space: nowrap;
}

.brand__text span:not(.brand__sub) {
  color: var(--text-soft);
  font-size: 0.7rem;
  line-height: 1.2;
}

.site-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.site-header__nav a:not(.button) {
  display: none;
  font-size: 0.92rem;
  color: var(--text-soft);
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.eyebrow--light {
  color: rgba(178, 137, 24, 0.92);
}

h1,
h2,
h3,
blockquote {
  margin: 0;
  letter-spacing: -0.025em;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.02;
}

h1 {
  font-size: clamp(2.6rem, 11vw, 5.7rem);
  max-width: 10ch;
}

h2 {
  font-size: clamp(1.9rem, 7.5vw, 4rem);
  max-width: 14ch;
}

h3 {
  font-size: clamp(1.08rem, 4vw, 1.22rem);
  line-height: 1.22;
}

p {
  margin: 0;
  max-width: 70ch;
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.section-heading--split {
  align-items: end;
}

.section-heading > p,
.hero__lead,
.hero-panel__copy,
.problem-card p,
.strategy-card p,
.check-preview li,
.check-result__items span,
.authority-card p,
.step-card p,
.final-cta p,
.site-footer p,
.allocation-band p {
  color: var(--text-soft);
  font-size: 1rem;
}

.hero__lead,
.section-heading > p,
.allocation-band p,
.final-cta p,
.problem-card p,
.strategy-card p,
.authority-card p,
.check-preview li,
.check-result__items span {
  max-width: 68ch;
}

.hero,
.hero__copy,
.hero__visual,
.strategy-layout,
.authority {
  display: grid;
  gap: 24px;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity 700ms cubic-bezier(0.2, 0.65, 0.16, 1),
    transform 700ms cubic-bezier(0.2, 0.65, 0.16, 1);
  will-change: opacity, transform;
}

[data-reveal="hero-media"] {
  transform: translate3d(0, 24px, 0) scale(0.985);
}

[data-reveal="card"] {
  transform: translate3d(0, 22px, 0);
}

[data-reveal="lift"] {
  transform: translate3d(0, 14px, 0);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero__lead {
  max-width: 34ch;
  font-size: 1.06rem;
}

.hero__trustbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero__trustbar span,
.hero__metrics article,
.hero-panel,
.problem-card,
.strategy-card,
.check-preview,
.check-result,
.authority-card,
.step-card,
.final-cta,
.mobile-cta,
.site-footer,
.allocation-band {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 246, 238, 0.9)),
    rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-md);
}

.hero__trustbar span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
  color: rgba(26, 26, 26, 0.88);
}

.hero__actions,
.cta-band__actions,
.final-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero__actions .button,
.cta-band__actions .button,
.final-cta__actions .button {
  width: 100%;
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--sm {
  min-height: 42px;
  padding: 0 15px;
  font-size: 0.92rem;
}

.button--lg {
  min-height: 54px;
  padding: 0 22px;
}

.button--primary {
  color: #1a1a1a;
  background: linear-gradient(
    110deg,
    #9a7010 0%,
    #d4af37 22%,
    #f5e88a 44%,
    #e8ca68 58%,
    #d4af37 74%,
    #9a7010 100%
  );
  background-size: 260% auto;
  animation:
    btn-shimmer 3.2s ease-in-out infinite,
    btn-pulse 2.2s ease-out infinite;
}

@keyframes btn-shimmer {
  0%   { background-position: 210% center; }
  100% { background-position: -30% center; }
}

@keyframes btn-pulse {
  0%   { box-shadow: 0 16px 36px rgba(212, 175, 55, 0.28), 0 0 0 0   rgba(212, 175, 55, 0.46); }
  55%  { box-shadow: 0 16px 36px rgba(212, 175, 55, 0.20), 0 0 0 14px rgba(212, 175, 55, 0);   }
  100% { box-shadow: 0 16px 36px rgba(212, 175, 55, 0.28), 0 0 0 0   rgba(212, 175, 55, 0);   }
}

.button--primary:hover {
  animation-play-state: paused;
  box-shadow: 0 22px 48px rgba(212, 175, 55, 0.42);
}

.button--ghost {
  color: var(--text);
  border-color: rgba(26, 26, 26, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

/* ── Hero Headline Wrap ───────────────────────────────────── */
.hero__headline-wrap {
  display: inline-block;
  padding: 16px 22px 0 18px;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.14) 0%,
    rgba(255, 248, 195, 0.18) 55%,
    rgba(212, 175, 55, 0.06) 100%
  );
  border-left: 3px solid rgba(212, 175, 55, 0.6);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  margin-left: -18px;
}

.hero__accent-bars {
  display: flex;
  gap: 5px;
  margin-top: 14px;
  padding-bottom: 16px;
}

.hero__bar {
  display: block;
  height: 4px;
  border-radius: 99px;
}

.hero__bar--gold {
  flex: 5;
  background: linear-gradient(
    90deg,
    #9a7010 0%,
    #d4af37 30%,
    #f5e88a 58%,
    #d4af37 78%,
    #b28918 100%
  );
  box-shadow: 0 1px 6px rgba(212, 175, 55, 0.38);
}

.hero__bar--silver {
  flex: 2;
  background: linear-gradient(
    90deg,
    #909090 0%,
    #d8d8d8 40%,
    #c0c0c0 70%,
    #808080 100%
  );
  box-shadow: 0 1px 4px rgba(180, 180, 180, 0.26);
}

.hero__metrics {
  display: grid;
  gap: 12px;
}

.hero__metrics article {
  padding: 16px 18px;
  border-radius: var(--radius-lg);
}

.hero__metrics strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.hero__metrics span {
  display: block;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.hero__visual {
  position: relative;
  gap: 16px;
}

.hero-panel {
  position: relative;
  padding: 18px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 233, 0.92)),
    rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(16px);
}

.hero-panel__eyebrow,
.strategy-card__eyebrow,
.check-preview__eyebrow,
.cta-band__eyebrow {
  display: block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-panel__eyebrow {
  color: rgba(26, 26, 26, 0.62);
}

.hero-panel--note blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.38rem, 4.8vw, 1.92rem);
  line-height: 1.08;
  max-width: 11ch;
  color: var(--text);
}

.coin-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 148px;
  margin-bottom: 16px;
}

.coin {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  box-shadow: 0 18px 30px rgba(96, 75, 18, 0.18);
}

.coin::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.coin::after {
  content: "";
  position: absolute;
  inset: -10px 14px auto;
  height: 22px;
  border-radius: 50%;
  background: rgba(112, 93, 52, 0.18);
  filter: blur(14px);
  z-index: -1;
}

.coin--gold {
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.8), transparent 24%),
    linear-gradient(145deg, #8f6b14 0%, #d4af37 36%, #f3df95 58%, #b48819 100%);
}

.coin--silver {
  width: 88px;
  height: 88px;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.84), transparent 24%),
    linear-gradient(145deg, #8a8a8a 0%, #c0c0c0 38%, #f5f5f5 60%, #9d9d9d 100%);
}

.coin__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56%;
  height: 56%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.34);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(26, 26, 26, 0.72);
  background: rgba(255, 255, 255, 0.14);
}

.portrait-frame {
  position: relative;
  margin: 0;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 360px;
  box-shadow: var(--shadow-lg);
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(180deg, #f0ece3, #ddd4c3);
}

.portrait-frame__halo {
  position: absolute;
  inset: 12% 10% auto;
  height: 48%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 181, 109, 0.32), transparent 68%);
  filter: blur(18px);
  z-index: 1;
  pointer-events: none;
}

.hero-panel--metal {
  order: 2;
}

.portrait-frame {
  order: 1;
}

.hero-panel--note {
  order: 3;
}

.problem-grid,
.strategy-grid,
.authority__grid {
  display: grid;
  gap: 16px;
}

.problem-card,
.strategy-card,
.authority-card {
  padding: 22px;
  border-radius: var(--radius-xl);
}

.problem-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.1em;
}

.strategy-card__eyebrow,
.check-preview__eyebrow {
  color: var(--gold);
}

.allocation-band,
.cta-band,
.check-layout {
  display: grid;
  gap: 16px;
}

.allocation-band,
.cta-band,
.final-cta {
  padding: 24px;
  border-radius: var(--radius-2xl);
}

.allocation-meter__track {
  display: grid;
  gap: 10px;
}

.allocation-meter__segment {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: var(--radius-pill);
  font-weight: 700;
}

.allocation-meter__segment--cash {
  color: #1a1a1a;
  background: linear-gradient(135deg, #ffffff, #e8e3d9);
}

.allocation-meter__segment--core {
  color: #1a1a1a;
  background: linear-gradient(135deg, #d8d8d8, #bebebe);
}

.allocation-meter__segment--metal {
  color: #1a1a1a;
  background: linear-gradient(135deg, #d4af37, #f1e1a4);
}

.check-preview,
.check-result {
  padding: 24px;
  border-radius: var(--radius-xl);
}

.check-preview ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 0;
}

.check-result__items {
  display: grid;
  gap: 16px;
}

.check-result__items strong {
  display: block;
  margin-bottom: 4px;
}

.cta-band {
  align-items: center;
}

.authority__intro {
  display: grid;
  gap: 14px;
}

.process-story {
  position: relative;
}

.process-rail {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  width: 3px;
}

.process-rail__line,
.process-rail__fill {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 999px;
}

.process-rail__line {
  top: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.08);
}

.process-rail__fill {
  top: 0;
  height: calc(var(--process-progress, 0.34) * 100%);
  background: linear-gradient(180deg, var(--silver), var(--gold));
  transition: height 320ms ease;
}

.process-sticky {
  display: grid;
  gap: 16px;
  padding-left: 34px;
}

.step-card {
  padding: 22px;
  border-radius: var(--radius-xl);
}

.step-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 50%;
  border: 1px solid rgba(215, 181, 109, 0.32);
  color: var(--gold);
  font-weight: 800;
}

.process-stage.is-active {
  border-color: rgba(215, 181, 109, 0.34);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.28);
}

.final-cta {
  display: grid;
  gap: 16px;
  text-align: left;
}

.site-footer {
  margin: 0 12px 14px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 18px;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--text-soft);
}

.mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-radius: 22px;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.18);
}

.mobile-cta__text {
  display: grid;
  gap: 2px;
}

.mobile-cta__text strong {
  font-size: 0.95rem;
}

.mobile-cta__text span {
  color: var(--text-soft);
  font-size: 0.82rem;
}

.mobile-cta__button {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .shell {
    width: min(100% - 64px, var(--container));
  }

  .section {
    padding: 5rem 0;
  }

  .site-header__nav a:not(.button) {
    display: inline-flex;
  }

  .hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    align-items: center;
    gap: 34px;
  }

  .hero__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero__visual {
    min-height: 740px;
    gap: 0;
  }

  .hero-panel--metal {
    position: absolute;
    top: 0;
    left: 0;
    width: min(320px, 76%);
    z-index: 2;
    order: initial;
  }

  .portrait-frame {
    position: absolute;
    top: 92px;
    right: 0;
    width: min(450px, 82%);
    height: 590px;
    min-height: 590px;
    order: initial;
  }

  .hero-panel--note {
    position: absolute;
    left: 28px;
    bottom: 34px;
    width: min(340px, 72%);
    z-index: 2;
    order: initial;
  }

  .hero__actions,
  .cta-band__actions,
  .final-cta__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hero__actions .button,
  .cta-band__actions .button,
  .final-cta__actions .button {
    width: auto;
  }

  .section-heading--split,
  .allocation-band,
  .cta-band,
  .check-layout,
  .authority {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .problem-grid,
  .strategy-grid,
  .authority__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-story {
    min-height: 260vh;
  }

  .process-sticky {
    position: sticky;
    top: calc(var(--header-height) + 26px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-left: 0;
  }

  .process-rail {
    left: 0;
    right: 0;
    top: 98px;
    bottom: auto;
    width: auto;
    height: 3px;
  }

  .process-rail__fill {
    width: calc(var(--process-progress, 0.34) * 100%);
    height: 100%;
    transition: width 320ms ease;
  }

  .process-spacer {
    height: 180vh;
  }

  .site-footer {
    margin: 0 24px 18px;
  }

  .site-footer__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
  }
}

@media (min-width: 1040px) {
  .problem-grid,
  .strategy-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .authority__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-heading > p,
  .hero__lead,
  .allocation-band p,
  .final-cta p {
    max-width: 38ch;
  }
}

@media (max-width: 767px) {
  .site-header__nav {
    gap: 8px;
  }

  .site-header__nav .button--ghost {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ─── Burn Scene & Metal Bars ──────────────────────────── */

.hero-panel--burn {
  order: 2;
}

.burn-scene {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin: 12px 0 16px;
}

/* Burning banknote */
.burn-note {
  position: relative;
  width: 148px;
  height: 72px;
  border-radius: 7px;
  background: linear-gradient(
    155deg,
    #2d5a2d 0%,
    #3d6a3d 14%,
    #7a5228 42%,
    #c4561a 64%,
    #d48a18 80%,
    #d4af37 100%
  );
  box-shadow:
    0 10px 28px rgba(180, 80, 20, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* Flame glow above note */
.burn-note::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 34px;
  background: radial-gradient(
    ellipse at 50% 100%,
    rgba(255, 160, 20, 0.72) 0%,
    rgba(255, 80, 0, 0.44) 42%,
    transparent 100%
  );
  filter: blur(7px);
  border-radius: 50%;
  animation: flicker 2.4s ease-in-out infinite alternate;
}

/* Ember glow below note */
.burn-note::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 18px;
  background: radial-gradient(ellipse, rgba(200, 90, 10, 0.32), transparent 70%);
  filter: blur(8px);
  border-radius: 50%;
}

.burn-note__face {
  font-size: 2rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.22);
  letter-spacing: -0.02em;
  user-select: none;
}

@keyframes flicker {
  0%   { opacity: 0.82; transform: translateX(-50%) scaleY(1);    }
  33%  { opacity: 1;    transform: translateX(-50%) scaleY(1.08); }
  66%  { opacity: 0.9;  transform: translateX(-50%) scaleY(0.94); }
  100% { opacity: 1;    transform: translateX(-50%) scaleY(1.04); }
}

/* Gold & Silver bars */
.burn-bars {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}

.metal-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.metal-bar__block {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

/* Engraving inner border */
.metal-bar__block::before {
  content: "";
  position: absolute;
  inset: 4px 5px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 3px;
}

/* Highlight streak */
.metal-bar__block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 18%;
  width: 22%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0.06) 60%,
    transparent 100%
  );
}

.metal-bar--gold .metal-bar__block {
  width: 72px;
  height: 44px;
  background: linear-gradient(
    148deg,
    #7a5810 0%,
    #c9a431 24%,
    #f0dc90 52%,
    #d4af37 70%,
    #9a7420 100%
  );
  box-shadow:
    0 8px 20px rgba(130, 90, 10, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.metal-bar--silver .metal-bar__block {
  width: 62px;
  height: 38px;
  background: linear-gradient(
    148deg,
    #7a7a7a 0%,
    #b8b8b8 26%,
    #efefef 52%,
    #c0c0c0 70%,
    #888888 100%
  );
  box-shadow:
    0 8px 20px rgba(80, 80, 80, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.metal-bar__label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-soft);
}

/* Desktop position – same as --metal was */
@media (min-width: 768px) {
  .hero-panel--burn {
    position: absolute;
    top: 0;
    left: 0;
    width: min(320px, 76%);
    z-index: 2;
    order: initial;
  }
}

/* Subtle gold-bar SVG background watermark */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='52'%3E%3Crect x='8' y='12' width='64' height='30' rx='4' fill='%23d4af37'/%3E%3Crect x='14' y='17' width='52' height='20' rx='2' fill='none' stroke='%23d4af37' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 80px 52px;
}

/* ─── Live Kurs-Ticker Strip ───────────────────────────── */

.ticker-strip {
  background: linear-gradient(90deg, #1a1a1a 0%, #2a2210 50%, #1a1a1a 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ticker-strip__label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 18px;
  background: linear-gradient(90deg, #1a1a1a 70%, transparent 100%);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  z-index: 2;
  pointer-events: none;
}

/* ─── Urgency Section "Warum jetzt?" ───────────────────── */

.section--urgency {
  background: linear-gradient(180deg, #0f0d08 0%, #1c1608 100%);
  color: #f5edd4;
  position: relative;
  overflow: hidden;
}

.section--urgency::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.06), transparent 50%),
    radial-gradient(circle at 80% 30%, rgba(192, 192, 192, 0.04), transparent 40%);
  pointer-events: none;
}

.urgency-heading {
  text-align: center;
  margin-bottom: 36px;
}

.urgency-heading .eyebrow {
  color: var(--gold);
  opacity: 0.9;
}

.urgency-heading h2 {
  color: #f5edd4;
  margin-top: 8px;
}

.urgency-heading p {
  color: rgba(245, 237, 212, 0.68);
  margin-top: 12px;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

.urgency-grid {
  display: grid;
  gap: 16px;
}

.urgency-card {
  padding: 24px 22px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(212, 175, 55, 0.14);
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  overflow: hidden;
}

.urgency-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.urgency-card__stat {
  display: block;
  font-size: clamp(2rem, 7vw, 3rem);
  font-weight: 900;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 8px;
  letter-spacing: -0.03em;
  font-family: var(--font-display);
}

.urgency-card h3 {
  font-size: clamp(1rem, 3.5vw, 1.2rem);
  color: #f5edd4;
  margin-bottom: 8px;
  font-weight: 700;
}

.urgency-card p {
  color: rgba(245, 237, 212, 0.62);
  font-size: 0.93rem;
  line-height: 1.6;
  max-width: 100%;
}

.urgency-card--silver .urgency-card__stat {
  color: var(--silver);
}

/* Sparbuch Calculator Visual */
.sparbuch-calc {
  margin-top: 36px;
  padding: 26px 24px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: rgba(212, 175, 55, 0.05);
  position: relative;
}

.sparbuch-calc__title {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.sparbuch-calc__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sparbuch-calc__row:last-child {
  border-bottom: none;
  padding-top: 14px;
}

.sparbuch-calc__label {
  color: rgba(245, 237, 212, 0.72);
  font-size: 0.92rem;
}

.sparbuch-calc__value {
  font-weight: 800;
  font-size: 1rem;
  color: #f5edd4;
  white-space: nowrap;
}

.sparbuch-calc__value--loss {
  color: #e05a3a;
}

.sparbuch-calc__value--gold {
  color: var(--gold);
}

@media (max-width: 479px) {
  .sparbuch-calc__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .sparbuch-calc__value {
    font-size: 0.95rem;
  }

  .urgency-card__stat {
    font-size: clamp(1.7rem, 10vw, 2.4rem);
  }

  .hero__trustbar span {
    font-size: 0.82rem;
    padding: 8px 12px;
    min-height: 38px;
  }

  .mobile-cta__text strong {
    font-size: 0.88rem;
  }

  .mobile-cta__text span {
    font-size: 0.76rem;
  }
}

@media (min-width: 768px) {
  .urgency-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ── Musterdepot Teaser ────────────────────────────────────── */
.depot-preview {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  background: var(--surface-strong);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-lg);
  max-width: 720px;
  margin: 0 auto;
}

.depot-preview__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 36px 28px 160px;
  user-select: none;
  pointer-events: none;
}

.depot-pie {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: conic-gradient(
    #9d9fa0  0%  15%,
    #d4af37 15%  25%,
    #c8c8c8 25%  40%,
    #c19a3a 40%  55%,
    #8b6914 55%  60%,
    #2a4a6e 60%  70%,
    #0e1e38 70%  90%,
    #c4582a 90% 100%
  );
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
  flex-shrink: 0;
}

.depot-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 32px;
  width: 100%;
  max-width: 420px;
}

.depot-legend li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
}

.depot-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  flex-shrink: 0;
}

.depot-label {
  flex: 1;
  color: var(--text);
  font-weight: 500;
}

.depot-pct {
  color: var(--text-soft);
  font-weight: 600;
  filter: blur(5px);
  letter-spacing: 0.04em;
}

/* Bottom gradient fade */
.depot-preview::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 62%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0)   0%,
    rgba(255, 255, 255, 0.88) 48%,
    rgba(255, 255, 255, 0.99) 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* Lock CTA */
.depot-lock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  padding: 0 24px 28px;
}

.depot-lock__card {
  text-align: center;
  max-width: 460px;
}

.depot-lock__icon {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 10px;
}

.depot-lock__card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
  margin-bottom: 7px;
  color: var(--text);
}

.depot-lock__card p {
  font-size: 0.86rem;
  color: var(--text-soft);
  margin-bottom: 18px;
  max-width: 46ch;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .depot-preview__content {
    flex-direction: row;
    align-items: flex-start;
    gap: 36px;
    padding: 40px 40px 160px;
  }

  .depot-pie {
    width: 210px;
    height: 210px;
    flex-shrink: 0;
  }

  .depot-legend {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
