/* =========================================================
   TM24 Ankauf – Designsystem v1 (07.05.2026)
   Datei: /_ankauf_core/css/tm24-ankauf-redesign.css
   Scope: Gesamte Ankauf-Seite – einheitliches Premium-Design
   ========================================================= */

/* === DESIGN TOKENS === */
:root {
  --tm24-blue: #002f86;
  --tm24-blue-dark: #001f5c;
  --tm24-blue-deep: #00154a;
  --tm24-blue-soft: #edf4ff;
  --tm24-red: #e30613;
  --tm24-red-dark: #b9000b;
  --tm24-navy: #07152f;
  --tm24-text: #0f172a;
  --tm24-muted: #64748b;
  --tm24-light: #f5f7fb;
  --tm24-white: #ffffff;
  --tm24-border: #e2e8f0;
  --tm24-shadow-sm: 0 4px 14px rgba(15, 23, 42, 0.06);
  --tm24-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
  --tm24-shadow-lg: 0 28px 60px rgba(15, 23, 42, 0.14);
  --tm24-radius: 22px;
  --tm24-radius-sm: 14px;
}

/* === BODY / PAGE BASELINE === */
.page-ankauf {
  background: var(--tm24-light) !important;
}

/* === HEADER BAR REFINEMENT === */
.ankauf-topbar {
  background: linear-gradient(135deg, var(--tm24-blue) 0%, var(--tm24-blue-dark) 100%) !important;
}

/* === TM24 ONLINE-ANKAUF HEADER (above wizard) === */
/* OLD header hidden – replaced by .tm24-section-head */
.tm24-ankauf-header {
  display: none;
}

/* === NEW: TM24 ONLINE-ANKAUF SECTION HEAD === */
.tm24-section-head {
  background: linear-gradient(180deg, #f4f8ff 0%, #eef4ff 100%);
  padding: 56px 20px 42px;
  text-align: center;
  border-top: 1px solid rgba(0, 59, 143, 0.08);
  border-bottom: 1px solid rgba(0, 59, 143, 0.08);
  scroll-margin-top: 80px;
}

.tm24-section-head__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.tm24-section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #003b8f;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  padding: 10px 22px;
  border-radius: 999px;
  margin-bottom: 18px;
  box-shadow: 0 10px 24px rgba(0, 59, 143, 0.22);
  letter-spacing: 0.2px;
}

.tm24-section-head h2 {
  margin: 0;
  color: #06122e;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.5px;
}

.tm24-section-head__logo-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.tm24-section-head__wordmark {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(52px, 6vw, 80px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  display: inline-flex;
  align-items: baseline;
}

.tm24-wm-blue {
  color: #003b8f;
}

.tm24-wm-red {
  color: #e30613;
}

.tm24-wm-de {
  color: #003b8f;
  font-size: 0.55em;
  font-weight: 800;
}

.tm24-section-head p {
  margin: 18px auto 0;
  color: #516174;
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .tm24-section-head {
    padding: 40px 16px 32px;
  }

  .tm24-section-badge {
    font-size: 13px;
    padding: 9px 18px;
    margin-bottom: 14px;
  }

  .tm24-section-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }

  .tm24-section-head p {
    font-size: 17px;
    max-width: 320px;
  }
}

/* === WIZARD AREA WRAPPER === */
.container.py-4,
#schritt-1,
#schritt-2,
#schritt-3,
#schritt-4,
#schritt-danke {
  scroll-margin-top: 80px;
}

/* === BRAND GRID (nur Schritt 1: Marke wählen) === */
/* NUR #marken-grid stylen, NICHT andere Wizard-Grids */
#marken-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  gap: 20px !important;
}

#marken-grid > div {
  position: relative;
  border-radius: var(--tm24-radius) !important;
  border: 2px solid var(--tm24-border) !important;
  background: var(--tm24-white) !important;
  box-shadow: var(--tm24-shadow-sm) !important;
  transition: all 0.28s cubic-bezier(0.22, 1, 0.36, 1) !important;
  cursor: pointer;
}

#marken-grid > div:hover {
  transform: translateY(-4px) !important;
  border-color: var(--tm24-blue) !important;
  box-shadow: 0 20px 44px rgba(0, 47, 134, 0.14) !important;
}

/* === SECTION TITLES === */
.section-title {
  text-align: center !important;
  margin-bottom: 28px !important;
}

.section-title h2 {
  color: var(--tm24-navy) !important;
  font-weight: 900 !important;
  font-size: clamp(24px, 3vw, 36px) !important;
  letter-spacing: -0.04em !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}

/* === WIZARD CARD SAFE OVERRIDES ===
   NUR visuelle Verbesserungen, KEINE Layout-Änderungen!
   Kein flex-direction, kein grid-template, kein display ändern! */

/* Sanfte visuelle Verbesserungen für alle Wizard-Karten */
.ankauf-model-card,
.ankauf-speicher-card,
.ankauf-farbe-card {
  border-radius: 18px !important;
  border-color: var(--tm24-border) !important;
  box-shadow: var(--tm24-shadow-sm) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
}

.ankauf-model-card:hover,
.ankauf-speicher-card:hover,
.ankauf-farbe-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(0, 47, 134, 0.22) !important;
  box-shadow: 0 14px 32px rgba(0, 47, 134, 0.10) !important;
}

/* === WIZARD TEXT FIX ===
   KRITISCH: Senkrechten Text im Wizard verhindern */
#schritt-1,
#schritt-1 *,
#schritt-2,
#schritt-2 *,
#schritt-3,
#schritt-3 *,
#schritt-4,
#schritt-4 * {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Zurück-Button: blau wie btn-checkout-back */
.btn-back,
.ankauf-zurueck,
[onclick*="zurueck"],
a[href*="zurueck"] {
  display: inline-flex !important;
  width: auto !important;
  max-width: 200px !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 10px 22px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  background: linear-gradient(135deg, var(--tm24-blue) 0%, #3a4fd4 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(0, 47, 134, 0.22) !important;
  cursor: pointer !important;
  margin-bottom: 16px !important;
  transition: all 0.2s ease !important;
}

/* === BUTTONS === */
.btn-back {
  border-radius: 50px !important;
  font-weight: 800 !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--tm24-blue) 0%, #3a4fd4 100%) !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(0, 47, 134, 0.22) !important;
  transition: all 0.2s ease !important;
}

.btn-back:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0, 47, 134, 0.30) !important;
  background: linear-gradient(135deg, var(--tm24-blue-dark) 0%, #2e3fc0 100%) !important;
}

/* === ZUSTAND-OPTIONEN === */
.ankauf-zustand-option {
  border-radius: 18px !important;
  border: 1.5px solid var(--tm24-border) !important;
  transition: all 0.2s ease !important;
}

.ankauf-zustand-option:hover {
  border-color: rgba(0, 47, 134, 0.30) !important;
  background: var(--tm24-blue-soft) !important;
}

.ankauf-zustand-option.selected,
.ankauf-zustand-option:has(input:checked) {
  border-color: var(--tm24-blue) !important;
  background: var(--tm24-blue-soft) !important;
  box-shadow: 0 0 0 3px rgba(0, 47, 134, 0.12) !important;
}

/* === PREISBOX === */
.ankauf-preisbox {
  border-radius: var(--tm24-radius) !important;
  border: 2px solid var(--tm24-blue) !important;
  background: linear-gradient(180deg, var(--tm24-white) 0%, #f8faff 100%) !important;
  box-shadow: var(--tm24-shadow) !important;
  overflow: hidden;
}

.ankauf-preisbox-cta {
  background: linear-gradient(135deg, var(--tm24-red) 0%, var(--tm24-red-dark) 100%) !important;
  border: none !important;
  border-radius: var(--tm24-radius-sm) !important;
  font-weight: 900 !important;
  font-size: 18px !important;
  letter-spacing: -0.02em !important;
  transition: all 0.2s ease !important;
}

.ankauf-preisbox-cta:hover:not(:disabled) {
  filter: brightness(1.06) !important;
  transform: translateY(-1px) !important;
}

/* === CHECKOUT === */
.checkout-tabs {
  border-radius: 18px 18px 0 0 !important;
  overflow: hidden !important;
}

.checkout-tab.active {
  background: var(--tm24-blue) !important;
  color: var(--tm24-white) !important;
}

.btn-checkout-next {
  background: linear-gradient(135deg, var(--tm24-blue) 0%, var(--tm24-blue-dark) 100%) !important;
  border-radius: var(--tm24-radius-sm) !important;
  font-weight: 800 !important;
  border: none !important;
}

.btn-checkout-next:hover {
  filter: brightness(1.06) !important;
}

.btn-checkout-final {
  background: linear-gradient(135deg, var(--tm24-red) 0%, var(--tm24-red-dark) 100%) !important;
  border-radius: var(--tm24-radius-sm) !important;
  font-weight: 900 !important;
  font-size: 18px !important;
  border: none !important;
}

/* === FORM INPUTS (nicht für Suche!) === */
.page-ankauf .form-control:not(.suche-input) {
  border-radius: 12px !important;
  border: 1.5px solid var(--tm24-border) !important;
  font-size: 16px !important;
  padding: 12px 16px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.page-ankauf .form-control:not(.suche-input):focus {
  border-color: var(--tm24-blue) !important;
  box-shadow: 0 0 0 4px rgba(0, 47, 134, 0.10) !important;
  outline: none !important;
}

/* === DEFEKT-GRUPPEN & FRAGEN === */
.ankauf-defekt-gruppe {
  border-radius: 18px !important;
  border: 1px solid var(--tm24-border) !important;
  background: var(--tm24-white) !important;
}

.ankauf-defekt-gruppe-titel {
  color: var(--tm24-navy) !important;
  font-weight: 900 !important;
}

.frage-btn {
  border-radius: 12px !important;
  font-weight: 700 !important;
  transition: all 0.2s ease !important;
}

.frage-btn.active,
.frage-btn.selected {
  background: var(--tm24-blue) !important;
  color: var(--tm24-white) !important;
  border-color: var(--tm24-blue) !important;
}

/* === AUSZAHLUNG === */
.auszahlung-box {
  border-radius: 16px !important;
  border: 1.5px solid var(--tm24-border) !important;
  transition: all 0.2s ease !important;
}

.auszahlung-label:has(input:checked) .auszahlung-box {
  border-color: var(--tm24-blue) !important;
  background: var(--tm24-blue-soft) !important;
}

/* === DANKE PAGE === */
.danke-icon i {
  color: #16a34a !important;
}

.danke-titel {
  color: var(--tm24-navy) !important;
  font-weight: 900 !important;
}

/* === INFO SECTION === */
.ankauf-info-section {
  background: linear-gradient(180deg, #eef3fb 0%, var(--tm24-light) 100%) !important;
  padding-top: 50px !important;
}

.step-icon-circle {
  width: 80px !important;
  height: 80px !important;
  border-radius: 999px !important;
  background: var(--tm24-blue-soft) !important;
  color: var(--tm24-blue) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 32px !important;
  margin-bottom: 14px !important;
  box-shadow: 0 10px 24px rgba(0, 47, 134, 0.12) !important;
}

/* === B2B BANNER === */
.b2b-banner {
  border-radius: var(--tm24-radius) !important;
  overflow: hidden !important;
}

.b2b-cta-btn {
  background: linear-gradient(135deg, var(--tm24-red) 0%, var(--tm24-red-dark) 100%) !important;
  border-radius: var(--tm24-radius-sm) !important;
  font-weight: 900 !important;
}

/* === TRUST CARDS (existing reviews) === */
.trust-card {
  border-radius: var(--tm24-radius) !important;
  border: 1px solid var(--tm24-border) !important;
  box-shadow: var(--tm24-shadow-sm) !important;
}

/* === FINAL CTA === */
.final-cta-btn,
.hero-cta-btn {
  background: linear-gradient(135deg, var(--tm24-red) 0%, var(--tm24-red-dark) 100%) !important;
  border-radius: var(--tm24-radius-sm) !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
}

/* === SUCHE – NUR der Wrapper zeichnet die Form === */
.suche-box {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  border-radius: 999px !important;
  border: 1.5px solid var(--tm24-border) !important;
  background: var(--tm24-white) !important;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  overflow: hidden !important;
}

.suche-box:focus-within {
  border-color: var(--tm24-blue) !important;
  box-shadow: 0 0 0 3px rgba(0, 47, 134, 0.10) !important;
}

/* Input drinnen: KEIN eigener Rahmen/Schatten/Outline */
.suche-box .suche-input,
.suche-box .suche-input:focus,
.suche-box .suche-input:active,
.suche-box .suche-input:hover,
.suche-box input,
.suche-box input:focus,
.suche-box input:active {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.suche-box .suche-icon {
  flex: 0 0 auto !important;
}

/* === MOBILE STICKY FOOTER === */
.ankauf-mobile-footer {
  background: var(--tm24-white) !important;
  border-top: 2px solid var(--tm24-blue) !important;
  box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.12) !important;
}

.ankauf-mobile-footer-cta {
  background: linear-gradient(135deg, var(--tm24-red) 0%, var(--tm24-red-dark) 100%) !important;
  border-radius: 12px !important;
  font-weight: 900 !important;
}

/* === TM24 FOOTER (Aufgeräumt) === */
.tm24-footer {
  background: linear-gradient(135deg, #061a44 0%, #001b55 55%, #020b24 100%);
  color: #ffffff;
  padding: 0;
  margin-top: 60px;
}

/* Hauptbereich */
.tm24-footer-main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 28px 38px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 48px;
}

.tm24-footer-brand {
  font-size: 34px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 16px;
}

.tm24-footer-brand span {
  color: var(--tm24-red);
}

.tm24-footer-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
  max-width: 340px;
  margin: 0;
}

.tm24-footer-title {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
  color: #ffffff;
}

.tm24-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tm24-footer-links li {
  margin-bottom: 11px;
}

.tm24-footer-links a {
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none !important;
  font-size: 15px;
  transition: color 0.2s ease !important;
}

.tm24-footer-links a:hover {
  color: #ffffff !important;
}

.tm24-footer-contact {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.tm24-footer-contact p {
  margin: 0 0 10px;
}

.tm24-footer-contact i {
  width: 20px;
  text-align: center;
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.55);
}

.tm24-footer-contact a {
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.tm24-footer-contact a:hover {
  color: #ffffff !important;
}

/* Copyright-Zeile */
.tm24-footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.50);
  font-size: 14px;
  text-align: center;
}

/* Alte Footer-Klassen ausblenden */
.ankauf-footer:not(.tm24-footer) {
  display: none !important;
}

/* === FAQ === */
.faq-item {
  border-radius: 16px !important;
  border: 1px solid var(--tm24-border) !important;
  background: var(--tm24-white) !important;
  overflow: hidden !important;
  transition: box-shadow 0.2s ease !important;
}

.faq-item:hover {
  box-shadow: var(--tm24-shadow-sm) !important;
}

.faq-question {
  font-weight: 800 !important;
  color: var(--tm24-navy) !important;
}

/* === COOKIE BANNER === */
.cookie-banner {
  border-radius: 20px 20px 0 0 !important;
  border-top: 3px solid var(--tm24-blue) !important;
  box-shadow: 0 -10px 40px rgba(15, 23, 42, 0.16) !important;
}

.cookie-btn-accept {
  background: var(--tm24-blue) !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
}

/* === TM24 INFO BOX === */
.tm24-info-box {
  border-radius: var(--tm24-radius) !important;
}

.tm24-info-badge {
  background: linear-gradient(135deg, var(--tm24-blue) 0%, var(--tm24-blue-dark) 100%) !important;
}

/* =========================================================
   SECTIONS: How It Works, Why TM24, CTA, FAQ, Reviews
   ========================================================= */

/* === HOW IT WORKS === */
.how-it-works-section {
  padding: 60px 0 40px !important;
}

.how-it-works-section h2 {
  color: var(--tm24-navy) !important;
  font-weight: 900 !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 6px !important;
}

.how-sub {
  color: var(--tm24-muted) !important;
  font-size: 17px !important;
  margin-bottom: 36px !important;
}

.how-steps-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px !important;
}

.how-step {
  background: var(--tm24-white) !important;
  border: 2px solid var(--tm24-border) !important;
  border-radius: var(--tm24-radius) !important;
  padding: 30px 22px 26px !important;
  text-align: center !important;
  box-shadow: var(--tm24-shadow-sm) !important;
  transition: all 0.25s ease !important;
}

.how-step:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(0, 47, 134, 0.18) !important;
  box-shadow: 0 18px 40px rgba(0, 47, 134, 0.10) !important;
}

/* ALLE Step-Icons → TM24-Blau */
.step-icon,
.step-icon.purple,
.step-icon.blue,
.step-icon.green {
  width: 64px !important;
  height: 64px !important;
  border-radius: 16px !important;
  background: var(--tm24-blue-soft) !important;
  color: var(--tm24-blue) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 28px !important;
  margin: 0 auto 16px !important;
  box-shadow: 0 8px 20px rgba(0, 47, 134, 0.10) !important;
}

.how-step h5 {
  color: var(--tm24-navy) !important;
  font-weight: 900 !important;
  font-size: 17px !important;
  margin: 0 0 8px !important;
}

.how-step p {
  color: var(--tm24-muted) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

/* Price hint box */
.price-hint-box {
  background: var(--tm24-blue-soft) !important;
  border: 1.5px solid rgba(0, 47, 134, 0.15) !important;
  border-radius: 16px !important;
  margin-top: 28px !important;
}

.price-hint-box i {
  color: var(--tm24-blue) !important;
}

/* === BETWEEN CTA === */
.between-cta-section {
  padding: 32px 20px 40px !important;
  text-align: center !important;
}

.between-cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 18px 42px !important;
  background: linear-gradient(135deg, var(--tm24-red) 0%, var(--tm24-red-dark) 100%) !important;
  color: var(--tm24-white) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  border-radius: 16px !important;
  text-decoration: none !important;
  box-shadow: 0 14px 34px rgba(227, 6, 19, 0.25) !important;
  transition: all 0.25s ease !important;
}

.between-cta-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 20px 44px rgba(227, 6, 19, 0.30) !important;
  color: var(--tm24-white) !important;
  text-decoration: none !important;
}

.between-cta-sub {
  display: block !important;
  margin-top: 12px !important;
  color: var(--tm24-muted) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

/* === WHY TM24 (Kräftige TM24-Icons) === */
.why-tm24-section {
  background: #ffffff !important;
  padding: 72px 0 80px !important;
  position: relative;
}

.why-tm24-section .container {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

.why-tm24-head {
  text-align: center !important;
  margin-bottom: 34px !important;
}

.why-tm24-head h2 {
  margin: 0 !important;
  color: #061b3a !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
}

.why-tm24-head h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 5px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #003b95 0%, #e30613 100%);
}

.why-tm24-head p {
  margin: 14px 0 0 !important;
  color: #66748a !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

.why-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.why-card {
  position: relative !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #dce5f2 !important;
  border-radius: 24px !important;
  padding: 30px 24px 28px !important;
  min-height: 250px !important;
  text-align: center !important;
  box-shadow: 0 18px 42px rgba(6, 27, 58, 0.08) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

.why-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #003b95 0%, #e30613 100%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.why-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(0, 59, 149, 0.28) !important;
  box-shadow: 0 24px 55px rgba(6, 27, 58, 0.14) !important;
}

.why-card:hover::before {
  opacity: 1;
}

/* ALLE Why-Icons → kräftiges TM24-Blau (SOLID, nicht blass!) */
.why-icon,
.why-icon.purple,
.why-icon.blue,
.why-icon.green {
  width: 62px !important;
  height: 62px !important;
  margin: 0 auto 20px !important;
  border-radius: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #003b95 !important;
  color: #ffffff !important;
  font-size: 25px !important;
  box-shadow: 0 14px 28px rgba(0, 59, 149, 0.24) !important;
}

.why-icon i {
  color: #ffffff !important;
  opacity: 1 !important;
}

.why-card h5 {
  margin: 0 0 12px !important;
  color: #061b3a !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
}

.why-card p {
  margin: 0 !important;
  color: #5f6f86 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

/* === REVIEWS / TRUST CARDS === */
.reviews-wrap h2,
.trust-container h2 {
  color: var(--tm24-navy) !important;
  font-weight: 900 !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  letter-spacing: -0.04em !important;
}

.trust-grid {
  gap: 22px !important;
}

.trust-card {
  border-radius: var(--tm24-radius) !important;
  border: 2px solid var(--tm24-border) !important;
  background: var(--tm24-white) !important;
  box-shadow: var(--tm24-shadow-sm) !important;
  transition: all 0.25s ease !important;
  padding: 28px 24px !important;
}

.trust-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 36px rgba(0, 47, 134, 0.10) !important;
}

.trust-author .verified {
  color: var(--tm24-blue) !important;
}

/* === MINI FAQ === */
.mini-faq-section {
  padding: 50px 0 30px !important;
}

.mini-faq-section h2 {
  color: var(--tm24-navy) !important;
  font-weight: 900 !important;
  font-size: clamp(24px, 2.8vw, 34px) !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 6px !important;
}

.mini-faq-sub {
  color: var(--tm24-muted) !important;
  font-size: 16px !important;
  margin-bottom: 28px !important;
}

/* === FAQ (tm24-faq) === */
.tm24-faq-title {
  color: var(--tm24-navy) !important;
  font-weight: 900 !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  letter-spacing: -0.04em !important;
}

.tm24-faq-sub {
  color: var(--tm24-blue) !important;
  font-weight: 600 !important;
}

.tm24-faq-item {
  border-radius: 16px !important;
  border: 2px solid var(--tm24-border) !important;
  background: var(--tm24-white) !important;
  margin-bottom: 12px !important;
  overflow: hidden !important;
  transition: all 0.2s ease !important;
}

.tm24-faq-item:hover {
  border-color: rgba(0, 47, 134, 0.18) !important;
  box-shadow: var(--tm24-shadow-sm) !important;
}

.tm24-faq-item[open] {
  border-color: var(--tm24-blue) !important;
  box-shadow: 0 8px 24px rgba(0, 47, 134, 0.08) !important;
}

.tm24-faq-q {
  font-weight: 800 !important;
  color: var(--tm24-navy) !important;
  padding: 18px 22px !important;
  cursor: pointer !important;
  list-style: none !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  transition: background 0.15s ease !important;
}

.tm24-faq-q:hover {
  background: var(--tm24-blue-soft) !important;
}

.tm24-faq-q::-webkit-details-marker {
  display: none !important;
}

.tm24-faq-ico {
  color: var(--tm24-blue) !important;
  transition: transform 0.25s ease !important;
}

.tm24-faq-item[open] .tm24-faq-ico {
  transform: rotate(180deg) !important;
}

.tm24-faq-a {
  padding: 0 22px 20px !important;
  color: var(--tm24-text) !important;
  line-height: 1.7 !important;
}

/* === FINAL CTA SECTION === */
.final-cta-section {
  background: linear-gradient(135deg, var(--tm24-blue) 0%, var(--tm24-blue-dark) 100%) !important;
  padding: 50px 20px !important;
  text-align: center !important;
  border-radius: 0 !important;
}

.final-cta-section h2 {
  color: var(--tm24-white) !important;
  font-weight: 900 !important;
  font-size: clamp(26px, 3.2vw, 42px) !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 10px !important;
}

.final-cta-sub {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 18px !important;
  margin-bottom: 28px !important;
}

.final-cta-btn {
  background: linear-gradient(135deg, var(--tm24-red) 0%, var(--tm24-red-dark) 100%) !important;
  color: var(--tm24-white) !important;
  padding: 18px 48px !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  border-radius: 16px !important;
  text-decoration: none !important;
  display: inline-block !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.30) !important;
  transition: all 0.25s ease !important;
}

.final-cta-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35) !important;
  color: var(--tm24-white) !important;
}

.final-cta-trust {
  margin-top: 18px !important;
}

.final-cta-trust span {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin: 0 14px !important;
}

/* === ANIMATIONS === */
@keyframes tm24-fade-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.brand-card,
.model-card,
.device-card {
  animation: tm24-fade-in 0.35s ease both;
}

/* === RESPONSIVE OVERRIDES === */
@media (max-width: 1100px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .tm24-footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .tm24-ankauf-header {
    padding: 32px 16px 16px;
  }

  .tm24-ankauf-title {
    font-size: 26px !important;
  }

  .tm24-ankauf-subtitle {
    font-size: 16px !important;
  }

  .ankauf-preisbox {
    border-radius: 18px !important;
  }

  .brand-card {
    border-radius: 16px !important;
  }

  .how-steps-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .why-grid {
    grid-template-columns: 1fr !important;
  }

  .final-cta-trust span {
    display: block !important;
    margin: 6px 0 !important;
  }

  .tm24-footer {
    margin-top: 40px;
  }

  .tm24-footer-main {
    grid-template-columns: 1fr;
    padding: 38px 22px 30px;
    gap: 30px;
  }

  .tm24-footer-brand {
    font-size: 28px;
  }

  .tm24-footer-bottom {
    padding: 18px 22px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .how-steps-grid {
    grid-template-columns: 1fr !important;
  }

  .between-cta-btn {
    padding: 16px 28px !important;
    font-size: 17px !important;
  }
}

/* === PILLS – BEWUSST NICHT ANFASSEN === */
/* tm24-pills-master.css ist die einzige Quelle für Pill-Design */

