/* =====================================================================
   Seiten-CSS: Anfrage (/anfrage/) – fokussierte Conversion-Seite
   Referenz: design-handoff/source/design/Anfrage.dc.html (Inline-Werte 1:1)
   Reduzierter Header + Footer, Funnel (mode=continue) zentriert, 3 Trust-Punkte.
   Funnel-Karte selbst: public/css/funnel.css.
   ===================================================================== */

body.page-anfrage { background: var(--stage); }

/* Bühne: Vollhöhe, dunkel, Hintergrundbild + Verlauf */
.anfrage { position: relative; isolation: isolate; display: flex; flex-direction: column; min-height: 100vh; min-height: 100dvh; background: var(--stage); color: var(--white); }
.anfrage-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35; z-index: -2; }
.anfrage-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9, 12, 30, .55) 0%, rgba(9, 12, 30, .85) 60%, #0f1428 100%); z-index: -1; }

/* Header: Logo (44px hoch) + Telefon, Padding 26px 48px, max 1240px */
.anfrage-hdr { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 26px max(48px, env(safe-area-inset-right)) 26px max(48px, env(safe-area-inset-left)); width: 100%; max-width: 1240px; margin: 0 auto; }
.anfrage-brand { display: inline-flex; align-items: center; flex: 0 0 auto; min-height: 44px; }
.anfrage-logo { display: block; height: 44px; width: auto; }
.anfrage-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-size: 14px; font-weight: 700; white-space: nowrap; min-height: 44px; padding: 0 4px; }
.anfrage-phone:hover { color: var(--orange-dark); }

/* Inhalt: zentrierte Spalte, Padding 36px 24px 64px, gap 28 */
.anfrage-main { position: relative; flex: 1 1 auto; display: flex; flex-direction: column; align-items: center; gap: 28px; padding: 36px var(--gutter-safe) 64px; width: 100%; }
.anfrage-intro { text-align: center; max-width: 560px; min-width: 0; }
/* Dunkle Bühne: hier gilt das kräftige Orange, das abgedunkelte wäre auf #0f1428 zu kontrastarm. */
.anfrage-intro .eyebrow { color: var(--orange-eyebrow); }
.anfrage-intro h1 { color: var(--white); font-size: clamp(26px, 3.4vw, 38px); font-weight: 600; line-height: 1.2; letter-spacing: -.01em; margin: 10px 0 0; overflow-wrap: break-word; }

/* Funnel-Slot: volle Breite bis 480px */
.anfrage-funnel { width: 100%; max-width: 480px; min-width: 0; }

/* Trust-Punkte: Check-Icon orange (#FF9046), Text 13px weiß/.75 */
.anfrage-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; margin: 0; padding: 0; list-style: none; color: rgba(255, 255, 255, .75); font-size: 13px; line-height: 1.4; }
.anfrage-trust li { display: flex; align-items: center; gap: 8px; }
.anfrage-trust .ic { color: var(--orange-dark); flex: 0 0 16px; }

/* Footer: Copyright + Impressum/Datenschutz, 12.5px weiß/.55, Padding 18px 48px */
.anfrage-foot { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 16px; padding: 18px max(48px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(48px, env(safe-area-inset-left)); width: 100%; max-width: 1240px; margin: 0 auto; font-size: 12.5px; color: rgba(255, 255, 255, .55); }
.anfrage-foot-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.anfrage-foot-links a { color: rgba(255, 255, 255, .7); padding: 14px 0; margin: -14px 0; display: inline-block; } /* Tap-Fläche ≥ 44px bei gleichem optischen Abstand */
.anfrage-foot-links a:hover { color: var(--white); text-decoration: underline; }

@media (max-width: 640px) {
  .anfrage-hdr { padding: 18px max(20px, env(safe-area-inset-right)) 18px max(20px, env(safe-area-inset-left)); }
  .anfrage-main { padding: 28px 16px 48px; gap: 24px; }
  .anfrage-foot { padding-left: max(20px, env(safe-area-inset-left)); padding-right: max(20px, env(safe-area-inset-right)); }
}

@media (max-width: 400px) {
  .anfrage-logo { height: 38px; }
  .anfrage-phone { font-size: 13px; }
}

@media print {
  .anfrage-bg, .anfrage-shade { display: none; }
  .anfrage { background: none; color: #000; }
}
