/* Friedenstaube — Finish-Pass (Aura, Dekoration, Wow) */

.sheet {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(ellipse 85% 55% at 100% 0%, rgba(232, 208, 120, 0.14), transparent 52%),
    radial-gradient(ellipse 70% 45% at 0% 100%, rgba(27, 94, 59, 0.09), transparent 48%),
    linear-gradient(168deg, var(--cream) 0%, var(--paper) 52%, #f0ebe3 100%);
}

.sheet-frame {
  position: relative;
  z-index: 1;
}

.sheet--framed .sheet-frame {
  box-shadow:
    inset 0 0 0 1px rgba(201, 162, 39, 0.45),
    inset 0 0 0 2.5mm rgba(250, 248, 244, 0.6);
}

.sheet-aura {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 92% 8%, rgba(212, 175, 55, 0.08) 0%, transparent 22%),
    radial-gradient(circle at 6% 92%, rgba(45, 122, 90, 0.06) 0%, transparent 20%);
}

.sheet-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  object-fit: contain;
  opacity: 0.09;
  mix-blend-mode: multiply;
  filter: saturate(0.85) contrast(1.05);
}

.sheet-deco--feather-tr {
  top: 11mm;
  right: 7mm;
  width: 34mm;
  transform: rotate(-18deg);
}

.sheet-deco--feather-bl {
  bottom: 13mm;
  left: 7mm;
  width: 30mm;
  transform: rotate(22deg) scaleX(-1);
}

.sheet-deco--wing {
  bottom: 18mm;
  right: 5mm;
  width: 48mm;
  opacity: 0.06;
  mix-blend-mode: soft-light;
}

.sheet--cover .sheet-deco--wing {
  bottom: 28mm;
  right: 4mm;
  width: 56mm;
  opacity: 0.08;
}

.sheet--cover .sheet-frame.sheet--framed,
.sheet--cta .sheet-frame.sheet--framed {
  box-shadow: none;
}

.sheet--cover > .cover-bg,
.sheet--cover > .cover-bg img,
.sheet--cta > .cta-bg,
.sheet--cta > .cta-bg img {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.gold-word {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.cover-text-on-photo .gold-word,
.page-head--on-photo .gold-word {
  filter:
    drop-shadow(0 0.3mm 0 rgba(0, 0, 0, 0.88))
    drop-shadow(0 0.7mm 1.8mm rgba(255, 252, 248, 0.42))
    drop-shadow(0 0.45mm 0.9mm rgba(200, 160, 60, 0.45));
}

.hero-bleed::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(15, 20, 18, 0.08) 0%,
    transparent 35%,
    transparent 55%,
    rgba(250, 248, 244, 0.15) 100%
  );
}

.hero-bleed .title-band {
  z-index: 2;
}

.display {
  text-shadow: 0 0.5mm 1.5mm rgba(26, 36, 33, 0.12);
}

.card-benefit {
  transition: none;
  background: linear-gradient(165deg, #faf6eb 0%, var(--gold-bg) 100%);
}

.card-benefit__ico {
  box-shadow: 0 1px 3px rgba(27, 94, 59, 0.25);
}

.issue-card {
  background: linear-gradient(160deg, #eef6f0 0%, var(--green-bg) 100%);
}

.issue-card__num {
  box-shadow: 0 1px 4px rgba(27, 94, 59, 0.3);
}

.faith-card:not(.faith-card--bg) {
  background: linear-gradient(180deg, #fff 0%, #f8f6f2 100%);
}

.faith-card--sun:not(.faith-card--bg) {
  background: linear-gradient(165deg, #fff9e8 0%, var(--gold-bg) 100%);
}

.compare-card__label--after {
  box-shadow: 0 1px 3px rgba(27, 94, 59, 0.15);
}

.quote-band {
  box-shadow: var(--shadow-card);
}

.quote-band--solid {
  background: linear-gradient(120deg, #f5e8b8 0%, #faf8f4 45%, #f7f0dc 100%);
  border-color: rgba(201, 162, 39, 0.55);
}

.banner {
  box-shadow:
    0 1.5mm 4mm rgba(154, 114, 16, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.check-item {
  background: linear-gradient(145deg, #f0f7f2 0%, var(--green-bg) 100%);
}

.check-item__ico {
  box-shadow: 0 1px 3px rgba(27, 94, 59, 0.28);
}

.ploesung-panel--stat {
  box-shadow: 0 1mm 3.5mm rgba(42, 58, 48, 0.14);
}

.ploesung-stat__num {
  text-shadow: none;
}

.print-loesung,
.print-umzug {
  box-shadow:
    0 2mm 8mm rgba(26, 36, 33, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.cta-card {
  position: relative;
  overflow: hidden;
}

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

.cta-card--petition {
  border-left: 3px solid var(--green);
}

.cta-card--donate {
  border-left: 3px solid var(--gold-line);
}

.cta-hero {
  box-shadow: 0 2mm 7mm rgba(27, 94, 59, 0.2);
}

.cta-hero__brand {
  letter-spacing: 0.04em;
}

.qr--large {
  box-shadow: 0 1mm 3mm rgba(26, 36, 33, 0.12);
}

.mast-foot {
  background: linear-gradient(0deg, transparent, rgba(247, 240, 220, 0.5));
  border-top-color: rgba(201, 162, 39, 0.65);
}

.pg {
  background: linear-gradient(145deg, #fffef9 0%, #f0e6c8 100%);
  box-shadow: 0 1px 2px rgba(154, 114, 16, 0.2);
  font-weight: 700;
}

.page-teaser::after {
  content: ' ◆';
  color: var(--gold-line);
  font-size: var(--text-small);
  font-weight: 700;
}

.picasso-strip {
  padding: 1.5mm;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(201, 162, 39, 0.25);
}

/* Seite 9: alles auf eine Druckseite */
.sheet-body--vision {
  grid-template-rows: auto 40mm auto minmax(0, 1fr) auto;
}

.sheet-body--vision .picasso-strip {
  align-self: end;
}

@media print {
  .sheet-deco {
    opacity: 0.07;
    print-color-adjust: exact;
  }
}