/* funnel.css - Check-Funnels (Marketingtest 2026). Nutzt die Variablen aus style.css. */
.fn-bereich { background: var(--off-white, #f5f7fb); padding: 40px 16px 56px; }
.fn-rahmen { max-width: 720px; margin: 0 auto; }
.fn-karte { background: #fff; border-radius: 16px; box-shadow: 0 10px 30px rgba(16,24,40,.08);
  padding: 28px 22px; border: 1px solid #e8edf5; }
@media (min-width: 640px) { .fn-karte { padding: 36px 40px; } }
.fn-karte h2 { font-size: clamp(1.3rem, 4.2vw, 1.7rem); line-height: 1.25; margin: 0 0 12px; outline: none; }
.fn-karte h3 { font-size: 1.02rem; margin: 0 0 8px; }
.fn-karte p { margin: 0 0 14px; }
.fn-liste { margin: 0 0 22px; padding-left: 1.2em; }
.fn-liste li { margin: 4px 0; }
.fn-klein { font-size: .86rem; color: var(--mid, #667085); }
.fn-klein a { color: var(--accent, #0066cc); }
.fn-erklaerung { color: var(--mid, #667085); font-size: .95rem; }

.fn-fortschritt { position: relative; height: 26px; background: #e8edf5; border-radius: 13px; margin-bottom: 22px; overflow: hidden; }
.fn-fortschritt-balken { position: absolute; inset: 0 auto 0 0; background: linear-gradient(90deg, #0066cc, #00a3ff); border-radius: 13px; transition: width .25s ease; }
.fn-fortschritt-text { position: relative; display: block; text-align: center; font-size: .8rem; line-height: 26px; color: #101828; font-weight: 600; }

.fn-optionen { display: grid; gap: 10px; margin: 8px 0 22px; }
.fn-option { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 1.5px solid #d0d7e2;
  border-radius: 12px; cursor: pointer; background: #fff; min-height: 48px; line-height: 1.4; }
.fn-option:hover { border-color: #0066cc; }
.fn-option input { width: 20px; height: 20px; margin: 1px 0 0; flex: 0 0 auto; accent-color: #0066cc; }
.fn-option:has(input:checked) { border-color: #0066cc; background: #eef5ff; }
.fn-option:focus-within { outline: 3px solid rgba(0,102,204,.35); outline-offset: 2px; }

.fn-aktionen { display: flex; gap: 12px; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-top: 8px; }
.fn-weiter { border: none; cursor: pointer; font-size: 1rem; padding: 14px 22px; min-height: 48px; }
.fn-weiter:disabled { opacity: .45; cursor: not-allowed; }
.fn-zurueck { background: none; border: none; color: var(--accent, #0066cc); cursor: pointer; font-size: .95rem; padding: 10px 0; min-height: 44px; }
@media (max-width: 480px) { .fn-aktionen .fn-weiter { width: 100%; order: -1; } }

.fn-etikett { display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .02em; padding: 4px 12px; border-radius: 999px; margin-bottom: 12px !important; }
.fn-stufe-dringend { background: #fee4e2; color: #9a2a17; }
.fn-stufe-klaerungsbedarf { background: #fef0c7; color: #7a4a05; }
.fn-stufe-solide { background: #dcfae6; color: #085d3a; }
.fn-block { border-radius: 12px; padding: 14px 16px 6px; margin: 14px 0; border-left: 4px solid; }
.fn-block ul { margin: 0 0 8px; padding-left: 1.1em; }
.fn-block li { margin: 5px 0; }
.fn-kritisch { background: #fff5f4; border-color: #d92d20; }
.fn-hinweis { background: #fffaeb; border-color: #dc6803; }
.fn-offen { background: #f5f7fb; border-color: #667085; }
.fn-gut { background: #f3fcf6; border-color: #16a34a; }
.fn-grenze { font-size: .88rem; color: var(--mid, #667085); border-top: 1px solid #e8edf5; padding-top: 14px; margin-top: 18px !important; }

.fn-formular .fn-feld { display: grid; gap: 6px; margin-bottom: 14px; }
.fn-formular label { font-weight: 600; font-size: .95rem; }
.fn-formular input[type=text], .fn-formular input[type=email], .fn-formular input[type=tel], .fn-formular textarea {
  font: inherit; font-size: 16px; padding: 12px 14px; border: 1.5px solid #d0d7e2; border-radius: 10px; width: 100%; background: #fff; }
.fn-formular input:focus, .fn-formular textarea:focus { border-color: #0066cc; outline: 3px solid rgba(0,102,204,.2); }
.fn-feldfehler { color: #b42318; font-size: .85rem; min-height: 0; }
.fn-check { display: flex; gap: 10px; align-items: flex-start; font-weight: 400 !important; margin: 10px 0; cursor: pointer; line-height: 1.45; }
.fn-check input { width: 20px; height: 20px; margin-top: 2px; flex: 0 0 auto; accent-color: #0066cc; }
.fn-einwilligung { border: 1px dashed #d0d7e2; border-radius: 10px; padding: 6px 14px 2px; margin: 16px 0; }
.fn-hp { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.fn-status { font-weight: 600; color: #b42318; margin-top: 12px !important; }
.fn-fertig h2 { color: #085d3a; }

.fn-nojs { background: #fff; border-radius: 16px; padding: 24px; border: 1px solid #e8edf5; }
.fn-js .fn-nojs { display: none; }
.fn-vertrauen { display: grid; gap: 14px; grid-template-columns: 1fr; margin-top: 28px; }
@media (min-width: 720px) { .fn-vertrauen { grid-template-columns: repeat(3, 1fr); } }
.fn-vertrauen div { background: #fff; border-radius: 12px; padding: 16px 18px; border: 1px solid #e8edf5; font-size: .93rem; }
.fn-vertrauen strong { display: block; margin-bottom: 4px; }

/* Kompakter Kopf: Auf Kampagnen-Landingpages muss der Einstieg in den Check
   ohne Scrollen sichtbar sein (Mobiltest 23.09.2026: vorher erst bei 626 px). */
.hero.fn-hero { min-height: 0 !important; padding-top: calc(var(--nav-height, 64px) + 24px) !important; padding-bottom: 8px !important; }
.fn-hero h1 { font-size: clamp(1.6rem, 6vw, 2.6rem) !important; line-height: 1.15; margin-bottom: 10px; }
.fn-hero .hero-sub { font-size: 1rem; margin-bottom: 0; }
.fn-hero + .fn-bereich { padding-top: 16px; }
@media (max-width: 640px) {
  .fn-hero .breadcrumbs, .fn-hero .page-tag { display: none !important; }
  .hero.fn-hero { padding-top: calc(var(--nav-height, 64px) + 12px) !important; }
  .fn-hero .hero-sub { font-size: .95rem; }
  .fn-karte h2 { font-size: 1.2rem; }
  .fn-liste { margin-bottom: 16px; }
}
