﻿/* =========================================================
   TM24 ANKAUF-SYSTEM â€“ Frontend CSS
   Modernes Design + TM24-Farben (#2E2BCB)
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800;900&display=swap');

/* ===== TOPBAR ===== */
.ankauf-topbar {
    background: linear-gradient(90deg, #1a1278 0%, #2E2BCB 50%, #1a1278 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 8px 0;
    text-align: center;
}

.ankauf-topbar-inner {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.ankauf-topbar-inner span {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .ankauf-topbar-inner {
        gap: 12px;
        font-size: 11px;
    }
}

:root {
    --tm-blue: #2E2BCB;
    --tm-blue-light: rgba(46, 43, 203, 0.08);
    --tm-blue-hover: #2220a8;
    --tm-dark: #111118;
    --tm-gray: #f6f6f8;
    --tm-text: #333;
    --tm-muted: #888;
    --radius-lg: 16px;
    --radius-pill: 50px;
}

body {
    font-family: 'Figtree', sans-serif;
    background: var(--tm-gray);
    margin: 0;
    padding: 0;
    color: var(--tm-text);
}

/* ===== HEADER (gestylt via tm24-header-tokens.css) =====
   ACHTUNG: Nicht hier ueberschreiben â€“ Grid kommt aus tm24-header-tokens.css
*/

.ankauf-logo,
.b2b-logo {
    font-weight: 900 !important;
    font-size: 26px !important;
    color: var(--tm-blue) !important;
    text-decoration: none !important;
}

.ankauf-logo span,
.b2b-logo span {
    color: #000000 !important;
}

/* ===== BILD-LOGO (neu – transparentes PNG) ===== */
.ankauf-logo-img {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    flex-shrink: 0;
}
.header-logo-img {
    height: 44px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    display: block;
}
@media (max-width: 768px) {
    .header-logo-img {
        height: 34px;
        max-width: 120px;
    }
}

.nav-link-top {
    color: #555 !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
}

.nav-link-top:hover,
.nav-link-top.active {
    color: var(--tm-blue) !important;
}

/* ===== HERO ===== */
.ankauf-hero {
    background: linear-gradient(135deg, var(--tm-blue) 0%, #1a18a0 50%, #0f0e6e 100%);
    color: #fff;
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: visible;
    z-index: 10;
}

.ankauf-hero::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 100px;
    background: var(--tm-gray);
    border-radius: 50% 50% 0 0;
}

.ankauf-hero h1 {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 10px;
    line-height: 1.15;
}

.ankauf-hero h1 em {
    font-style: normal;
    background: linear-gradient(135deg, #a5b4fc, #4ade80);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-sub {
    font-size: 18px;
    opacity: 0.75;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

.hero-trust-row {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.hero-trust-item i {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    background: #fff;
    color: #1a1040;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
    font-family: 'Figtree', sans-serif;
}

.hero-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 255, 255, 0.3);
    color: #1a1040;
    text-decoration: none;
}

/* ===== SUCHBOX ===== */
.suche-wrapper {
    max-width: 560px;
    margin: 28px auto 0;
    position: relative;
    z-index: 200;
}

/* Header-Suchfeld (zwischen Pills und Icons) */
.header-suche-wrapper {
    flex: 1;
    max-width: 420px;
    margin: 0 20px;
    position: relative;
    z-index: 200;
}

.header-suche-wrapper .suche-input {
    padding: 10px 16px 10px 40px;
    font-size: 14px;
    border-radius: 50px !important;
    background: #f0f0f5;
    box-shadow: none;
    border: 1px solid #e0e0e6;
    outline: none;
}

.header-suche-wrapper .suche-input:focus {
    background: #fff;
    box-shadow: 0 2px 12px rgba(46, 43, 203, 0.15);
    border-color: var(--tm-blue);
    border-radius: 50px !important;
    outline: none;
}

.header-suche-wrapper .suche-icon {
    left: 14px;
    font-size: 14px;
}

.header-suche-wrapper .suche-ergebnisse {
    z-index: 9999;
}

@media (max-width: 767px) {
    .header-suche-wrapper {
        display: none;
    }
}

/* Header-Icon-Links (Anmelden, Versandbox) */
.header-icon-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-decoration: none;
    color: #6b7280;
    transition: color 0.2s;
}

.header-icon-link:hover {
    color: var(--primary);
    text-decoration: none;
}

.header-icon-link i {
    font-size: 22px;
}

.header-icon-link span {
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.suche-box {
    position: relative;
}

.suche-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    z-index: 2;
}

.suche-input {
    width: 100%;
    padding: 16px 20px 16px 52px;
    border: none;
    border-radius: 50px !important;
    font-size: 17px;
    font-family: 'Figtree', sans-serif;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    outline: none;
    transition: box-shadow 0.3s;
}

.suche-input:focus {
    box-shadow: 0 4px 32px rgba(46, 43, 203, 0.3);
    border-radius: 50px !important;
    outline: none;
}

.suche-input::placeholder {
    color: #aaa;
}

.suche-ergebnisse {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    max-height: 360px;
    overflow-y: auto;
    display: none;
    z-index: 500;
}

.suche-ergebnisse.active {
    display: block;
}

.suche-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    cursor: pointer;
    transition: background 0.15s;
    border-bottom: 1px solid #f0f0f0;
}

.suche-item:last-child {
    border-bottom: none;
}

.suche-item:hover {
    background: var(--tm-blue-light);
}

.suche-item-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f0f0f8, #e8e8f4);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tm-blue);
    font-size: 16px;
    flex-shrink: 0;
}

.suche-item-info {
    flex: 1;
    min-width: 0;
}

.suche-item-modell {
    font-weight: 700;
    color: var(--tm-text);
    font-size: 14px;
    line-height: 1.3;
}

.suche-item-speicher {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: var(--tm-blue);
    background: var(--tm-blue-light);
    padding: 1px 8px;
    border-radius: 20px;
    margin-left: 4px;
    vertical-align: middle;
}

.suche-item-details {
    font-size: 13px;
    color: var(--tm-muted);
    margin-top: 2px;
}

.suche-item-farbe {
    margin-top: 3px;
}

/* Farb-Dot-Vorschau in Suchergebnissen */
.such-farben-preview {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 4px;
}

.such-farbe-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    display: inline-block;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.such-farbe-mehr {
    font-size: 11px;
    color: #888;
    font-weight: 600;
}

.suche-item-preis {
    font-weight: 700;
    color: #16a34a;
    font-size: 15px;
    white-space: nowrap;
    flex-shrink: 0;
}

.suche-leer {
    padding: 20px;
    text-align: center;
    color: var(--tm-muted);
    font-size: 14px;
}

/* ===== GERÃ„T NICHT GEFUNDEN FALLBACK ===== */
.geraet-nicht-gefunden {
    background: #f8f8fc;
    border: 2px dashed #d0d0d8;
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    text-align: center;
    margin-top: 24px;
}

.geraet-nicht-gefunden i.fa-question-circle {
    font-size: 36px;
    color: var(--tm-blue);
    margin-bottom: 12px;
}

.geraet-nicht-gefunden strong {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}

.geraet-nicht-gefunden p {
    color: var(--tm-muted);
    font-size: 14px;
    margin-bottom: 16px;
}

.btn-ankauf-small {
    display: inline-block;
    background: var(--tm-blue);
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 28px;
    border-radius: var(--radius-pill);
    text-decoration: none;
    transition: 0.3s;
}

.btn-ankauf-small:hover {
    background: var(--tm-blue-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(46, 43, 203, 0.3);
    color: #fff !important;
    text-decoration: none;
}

.oder-text {
    display: inline-block;
    color: var(--tm-muted);
    font-size: 14px;
    margin: 0 12px;
    vertical-align: middle;
}

.btn-whatsapp-small {
    display: inline-block;
    background: #fff;
    color: #25D366 !important;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 28px;
    border-radius: var(--radius-pill);
    border: 2px solid #25D366;
    text-decoration: none;
    transition: 0.3s;
}

.btn-whatsapp-small:hover {
    background: #25D366;
    color: #fff !important;
    text-decoration: none;
}

/* ===== KATEGORIE-FILTER ===== */
.kategorie-bar {
    background: #f9f9fb;
    padding: 30px 0 40px 0;
    border-bottom: none;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

.kategorie-scroll {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    padding: 20px 16px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.kategorie-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 18px;
    padding: 24px 8px;
    font-size: 16px;
    font-weight: 800;
    color: #111;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-family: inherit;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.kategorie-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.kategorie-btn.active {
    border: 2px solid var(--tm-blue);
    box-shadow: 0 8px 24px rgba(26, 115, 232, 0.15);
}

.kat-icon {
    font-size: 26px;
    line-height: 1;
    color: #1a73e8;
    background: #f0f4f9;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: all 0.3s;
}

.kategorie-btn.active .kat-icon {
    background: var(--tm-blue);
    color: #fff;
}

.kategorie-btn:hover:not(.active) .kat-icon {
    background: #e8f0fe;
    color: #1a73e8;
}

.kat-count {
    display: none;
}

.kategorie-btn#kat-Smartphone::after { content: "iPhone, Samsung Galaxy, Pixel & mehr"; display: block; font-size: 11px; color: #777; margin-top: 6px; font-weight: 400; text-align: center; line-height: 1.3; }
.kategorie-btn#kat-Tablet::after { content: "iPad, Galaxy Tab, Lenovo & mehr"; display: block; font-size: 11px; color: #777; margin-top: 6px; font-weight: 400; text-align: center; line-height: 1.3; }
.kategorie-btn#kat-Smartwatch::after { content: "Apple Watch, Galaxy Watch & mehr"; display: block; font-size: 11px; color: #777; margin-top: 6px; font-weight: 400; text-align: center; line-height: 1.3; }
.kategorie-btn#kat-Laptop::after { content: "MacBook, Surface, Notebook & mehr"; display: block; font-size: 11px; color: #777; margin-top: 6px; font-weight: 400; text-align: center; line-height: 1.3; }
.kategorie-btn#kat-alle::after { content: "Alle Modelle & Marken ansehen"; display: block; font-size: 11px; color: #777; margin-top: 6px; font-weight: 400; text-align: center; line-height: 1.3; }

@media (max-width: 768px) {
    .kategorie-bar {
        padding: 20px 0;
    }
    .kategorie-scroll {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 4px 16px;
    }

    .kategorie-btn {
        padding: 24px 12px;
        font-size: 15px;
        border-radius: 16px;
    }
    .kat-icon {
        width: 54px;
        height: 54px;
        font-size: 24px;
        border-radius: 16px;
        margin-bottom: 12px;
    }
    .kategorie-btn::after {
        font-size: 11px !important;
        margin-top: 6px !important;
        line-height: 1.3;
    }
}

/* ===== SCHRITTE ===== */
.steps-bar {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: -25px auto 40px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    padding: 0 20px;
}

.step-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 14px 22px;
    border-radius: var(--radius-pill);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    font-weight: 700;
    font-size: 13px;
    color: #bbb;
    transition: 0.3s;
}

.step-item.active {
    color: var(--tm-blue);
    box-shadow: 0 4px 16px rgba(46, 43, 203, 0.15);
    border: 2px solid var(--tm-blue);
}

.step-item.done {
    color: #4caf50;
    border: 2px solid #4caf50;
}

.step-number {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e5e5e5;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
}

.step-item.active .step-number {
    background: var(--tm-blue);
    color: #fff;
}

.step-item.done .step-number {
    background: #4caf50;
    color: #fff;
}

/* ===== SECTION TITLE ===== */
.section-title {
    text-align: center;
    margin-bottom: 36px;
}

.section-title h2 {
    font-weight: 900;
    font-size: 28px;
    color: #111;
    margin-bottom: 6px;
}

.section-title p {
    color: var(--tm-muted);
    font-size: 15px;
}

/* ===== MARKEN GRID ===== */
.brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
    max-width: 800px;
    margin: 0 auto;
}

.brand-card {
    background: #fff;
    border: 2px solid #eee;
    border-radius: var(--radius-lg);
    padding: 28px 16px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.brand-card:hover {
    border-color: var(--tm-blue);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(46, 43, 203, 0.12);
}

.brand-logo {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #333;
}

.brand-logo img {
    max-height: 100%;
    max-width: 130px;
    width: auto;
    display: block;
    object-fit: contain;
}

.brand-logo svg {
    max-height: 100%;
    max-width: 120px;
    width: auto;
    display: block;
}

.brand-text-fallback {
    font-weight: 700;
    font-size: 15px;
    color: #555;
}

.brand-card h5 {
    font-weight: 600;
    margin: 0;
    font-size: 11px;
    color: #888;
    letter-spacing: 0.3px;
}

/* Hover-Effekt fuer Logos */
.brand-card:hover .brand-logo {
    transform: scale(1.05);
    transition: 0.3s;
}

/* ===== MODELL LISTE ===== */
.model-list {
    max-width: 700px;
    margin: 0 auto;
}

.model-item {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 14px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
}

.model-item:hover {
    border-color: var(--tm-blue);
    box-shadow: 0 4px 16px rgba(46, 43, 203, 0.1);
}

.model-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.model-icon {
    width: 46px;
    height: 46px;
    background: #f0f0f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 18px;
}

.model-name {
    font-weight: 700;
    font-size: 15px;
    color: #111;
}

.model-sub {
    font-size: 12px;
    color: var(--tm-muted);
}

.model-farbe {
    margin-top: 2px;
}

.model-price {
    font-weight: 800;
    font-size: 17px;
    color: var(--tm-blue);
    text-align: right;
}

.model-price small {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #aaa;
}

/* ===== MODELLREIHEN ACCORDION ===== */
.model-series {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
}

.model-series:hover {
    border-color: #d0d0d8;
}

.model-series.open {
    border-color: var(--tm-blue);
    box-shadow: 0 6px 24px rgba(46, 43, 203, 0.12);
}

.model-series-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    transition: background 0.2s;
    -webkit-user-select: none;
    user-select: none;
}

.model-series-header:hover {
    background: #fafafe;
}

.model-series-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.model-series-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #f0f0f8, #e8e8f4);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tm-blue);
    font-size: 22px;
    flex-shrink: 0;
}

.model-series.open .model-series-icon {
    background: linear-gradient(135deg, var(--tm-blue), #4a47e0);
    color: #fff;
}

.model-series-name {
    font-weight: 800;
    font-size: 18px;
    color: #111;
    letter-spacing: -0.3px;
}

.model-series-meta {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
    font-weight: 500;
}

.model-series-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.model-series-price {
    font-weight: 700;
    font-size: 15px;
    color: var(--tm-blue);
    text-align: right;
    white-space: nowrap;
}

.model-series-arrow {
    width: 32px;
    height: 32px;
    background: #f0f0f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 13px;
    transition: transform 0.3s, background 0.3s, color 0.3s;
}

.model-series.open .model-series-arrow {
    transform: rotate(180deg);
    background: var(--tm-blue);
    color: #fff;
}

.model-series-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    border-top: 0px solid transparent;
}

.model-series.open .model-series-body {
    border-top: 1px solid #eee;
}

.model-variant-label {
    font-weight: 700;
    font-size: 14px;
    color: #444;
    padding: 14px 24px 6px;
    background: #f8f8fc;
    border-bottom: 1px solid #f0f0f0;
    letter-spacing: 0.2px;
}

.model-variant-label:first-child {
    padding-top: 16px;
}

.model-series-body .model-item {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
    padding: 14px 24px 14px 40px;
}

.model-series-body .model-item:last-child {
    border-bottom: none;
}

.model-series-body .model-item:hover {
    background: var(--tm-blue-light);
    box-shadow: none;
}

.model-icon-sm {
    width: 34px;
    height: 34px;
    background: #f0f0f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 14px;
    flex-shrink: 0;
}

/* Mobile Responsiveness fÃ¼r Modellreihen */
@media (max-width: 576px) {
    .model-series-header {
        padding: 16px 16px;
        gap: 8px;
    }

    .model-series-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
        border-radius: 10px;
    }

    .model-series-name {
        font-size: 15px;
    }

    .model-series-meta {
        font-size: 11px;
    }

    .model-series-price {
        font-size: 13px;
    }

    .model-series-arrow {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .model-series-body .model-item {
        padding: 12px 16px 12px 24px;
    }

    .model-variant-label {
        padding: 12px 16px 6px;
        font-size: 13px;
    }

    .model-series-right {
        gap: 10px;
    }
}

.zustand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
}

.zustand-card {
    background: #fff;
    border: 2px solid #eee;
    border-radius: var(--radius-lg);
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
}

.zustand-card:hover {
    border-color: var(--tm-blue);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(46, 43, 203, 0.1);
}

.zustand-card.selected {
    border-color: var(--tm-blue);
    background: rgba(46, 43, 203, 0.03);
    box-shadow: 0 6px 20px rgba(46, 43, 203, 0.15);
}

.zustand-emoji {
    font-size: 24px;
    margin-bottom: 12px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin: 0 auto 12px;
    background: #f0f0ff;
    color: var(--tm-blue);
}

.zustand-card:nth-child(1) .zustand-emoji {
    background: #eff6ff;
    color: #2563eb;
}

.zustand-card:nth-child(2) .zustand-emoji {
    background: #f0fdf4;
    color: #16a34a;
}

.zustand-card:nth-child(3) .zustand-emoji {
    background: #fefce8;
    color: #ca8a04;
}

.zustand-card:nth-child(4) .zustand-emoji {
    background: #fef2f2;
    color: #dc2626;
}

.zustand-label {
    font-weight: 700;
    font-size: 15px;
    color: #111;
    margin-bottom: 4px;
}

.zustand-desc {
    font-size: 12px;
    color: var(--tm-muted);
    line-height: 1.4;
}

.zustand-ce {
    font-size: 11px;
    color: #999;
    font-style: italic;
    margin-top: 6px;
    line-height: 1.3;
}

.zustand-preis {
    font-weight: 800;
    color: #16a34a;
    font-size: 20px;
    margin-top: 10px;
}

/* ===== FRAGEBOGEN ===== */
.fragen-summary {
    margin-top: 24px;
    padding: 20px;
    background: #f0faf0;
    border: 1px solid #d4edda;
    border-radius: 12px;
}

.summary-title {
    font-weight: 800;
    font-size: 15px;
    color: #222;
    margin-bottom: 12px;
}

.summary-item {
    padding: 6px 0;
    font-size: 14px;
    color: #888;
    transition: all 0.3s;
}

.summary-item.checked {
    color: #222;
    font-weight: 600;
}

.sum-icon {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 6px;
}

.summary-item.checked .sum-icon {
    color: #28a745;
}

.summary-item.unchecked .sum-icon {
    color: #dc3545;
}

.fragen-box {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.frage-item {
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
}

.frage-item:last-of-type {
    border-bottom: none;
}

.frage-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.frage-detail {
    margin-top: 12px;
    padding: 14px 16px;
    background: #f8f8fa;
    border-radius: 10px;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

/* ===== BRUCH/RISSE DEFEKTLISTE (klappbar) ===== */
.tm24-bruch-defekte {
    margin-top: 14px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #fff5f5 0%, #fef2f2 100%);
    border: 1.5px solid #fecaca;
    border-radius: 14px;
    animation: tm24-slideDown 0.3s ease-out;
}

@keyframes tm24-slideDown {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.tm24-bruch-defekte__title {
    font-weight: 700;
    font-size: 14px;
    color: #b91c1c;
    margin: 0 0 14px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tm24-bruch-defekte__title i {
    font-size: 16px;
}

.tm24-bruch-defekte__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
}

.tm24-bruch-cb {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 13px;
    color: #374151;
    -webkit-user-select: none;
    user-select: none;
}

.tm24-bruch-cb:hover {
    border-color: #f87171;
    background: #fff1f2;
}

.tm24-bruch-cb input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #dc2626;
    cursor: pointer;
    flex-shrink: 0;
}

.tm24-bruch-cb input[type="checkbox"]:checked + span {
    color: #b91c1c;
    font-weight: 600;
}

.tm24-bruch-cb span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tm24-bruch-cb span i {
    font-size: 14px;
    width: 18px;
    text-align: center;
    color: #9ca3af;
    transition: color 0.2s;
}

.tm24-bruch-cb input[type="checkbox"]:checked + span i {
    color: #dc2626;
}

.tm24-bruch-defekte__bemerkung {
    margin-top: 14px;
}

.tm24-bruch-defekte__bemerkung label {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    display: block;
    margin-bottom: 6px;
}

.tm24-bruch-defekte__bemerkung textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 13px;
    font-family: inherit;
    resize: vertical;
    min-height: 48px;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.tm24-bruch-defekte__bemerkung textarea:focus {
    border-color: #f87171;
    outline: none;
}

/* Mobile: 1-spaltig */
@media (max-width: 640px) {
    .tm24-bruch-defekte__grid {
        grid-template-columns: 1fr;
    }
    .tm24-bruch-defekte {
        padding: 14px 14px;
    }
    .tm24-bruch-cb {
        padding: 12px 14px;
    }
}

.frage-label {
    font-weight: 700;
    font-size: 15px;
    color: #222;
    flex: 1;
}

.frage-info {
    cursor: help;
    font-size: 14px;
    margin-left: 6px;
    opacity: 0.5;
}

.frage-buttons {
    display: flex;
    gap: 8px;
}

.frage-btn {
    padding: 8px 28px;
    border: 2px solid #ddd;
    border-radius: 25px;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    color: #555;
}

.frage-btn:hover {
    border-color: #aaa;
    color: #333;
}

.frage-btn.active {
    background: var(--tm-blue);
    color: #fff;
    border-color: var(--tm-blue);
}

.frage-select {
    padding: 8px 16px;
    border: 2px solid #ddd;
    border-radius: 25px;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    min-width: 200px;
    color: #555;
    transition: all 0.2s;
}

.frage-select:focus {
    border-color: var(--tm-blue);
    outline: none;
}

#btn-fragen-weiter:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ===== ERGEBNIS ===== */
.ergebnis-box {
    max-width: 600px;
    margin: 20px auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.ergebnis-preis {
    font-size: 52px;
    font-weight: 900;
    color: var(--tm-blue);
    margin: 16px 0;
}

/* ===== CHECKOUT FLOW ===== */

/* Scroll-Offset: sticky Header (~80px) verdeckt sonst den Anfang */
#checkout-1,
#checkout-2,
#checkout-3,
[id^="schritt-"] {
    scroll-margin-top: 100px;
}

.checkout-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 600px;
    margin: 0 auto 30px;
}

.checkout-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.checkout-step-nr {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s;
}

.checkout-step.active .checkout-step-nr {
    background: #28a745;
    color: #fff;
}

.checkout-step.done .checkout-step-nr {
    background: #28a745;
    color: #fff;
}

.checkout-step-label {
    font-size: 12px;
    color: #999;
    font-weight: 600;
    white-space: nowrap;
}

.checkout-step.active .checkout-step-label,
.checkout-step.done .checkout-step-label {
    color: #28a745;
}

.checkout-line {
    flex: 1;
    height: 3px;
    background: #e0e0e0;
    margin: 0 8px;
    margin-bottom: 22px;
    min-width: 40px;
}

.checkout-line.done {
    background: #28a745;
}

.checkout-banner {
    background: #d4edda;
    color: #155724;
    text-align: center;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 24px;
}

.artikel-box {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.artikel-header {
    display: flex;
    justify-content: space-between;
    padding: 14px 24px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 700;
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.artikel-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
}

.artikel-info {
    display: flex;
    gap: 16px;
    flex: 1;
}

.artikel-icon {
    font-size: 40px;
    min-width: 50px;
    text-align: center;
}

.artikel-name {
    font-weight: 800;
    font-size: 16px;
    color: #222;
    margin-bottom: 4px;
}

.artikel-meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.artikel-antworten {
    font-size: 12px;
    color: #28a745;
    line-height: 1.6;
}

.artikel-preis {
    font-weight: 800;
    font-size: 20px;
    color: #28a745;
    white-space: nowrap;
    margin-left: 20px;
}

.checkout-total {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    font-weight: 800;
    font-size: 16px;
}

.checkout-total-preis {
    color: #16a34a;
    font-size: 22px;
}

/* Info-Trigger Button */
.info-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
    color: #aaa;
    font-size: 16px;
    margin-left: 6px;
    transition: color 0.2s;
    vertical-align: middle;
}

.info-trigger:hover {
    color: var(--tm-blue);
}

.info-detail {
    display: none;
    padding: 14px 24px;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    border-radius: 0 0 16px 16px;
}

.info-detail.show {
    display: block;
}

.info-bullet {
    display: flex;
    align-items: center;
    padding: 4px 0;
    font-size: 13px;
    color: #444;
}

.checkout-form-box {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    padding: 36px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.checkout-label {
    font-weight: 600;
    font-size: 13px;
    color: #555;
    margin-bottom: 4px;
}

.checkout-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
}

.checkout-checkbox input {
    margin-top: 3px;
}

.checkout-checkbox a {
    color: var(--tm-blue);
    text-decoration: underline;
}

.confirm-steps {
    margin-top: 20px;
    padding: 20px;
    background: #f0f5ff;
    border-radius: 12px;
    text-align: left;
}

.confirm-step {
    padding: 6px 0;
    font-size: 14px;
    color: #555;
}

/* ===== AUSZAHLUNG ===== */
.auszahlung-section {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.auszahlung-optionen {
    display: flex;
    gap: 12px;
}

.auszahlung-card {
    flex: 1;
    padding: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
}

.auszahlung-card:hover {
    border-color: #aaa;
}

.auszahlung-card.active {
    border-color: #28a745;
    background: #f0faf0;
}

.auszahlung-icon {
    font-size: 24px;
    margin-bottom: 4px;
}

.auszahlung-name {
    font-weight: 700;
    font-size: 14px;
    color: #222;
}

.auszahlung-preis {
    font-size: 13px;
    color: #888;
    margin-top: 2px;
}

/* ===== CHECKOUT BUTTONS ===== */
.checkout-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    gap: 16px;
}

.btn-zurueck {
    background: none;
    border: 2px solid #ddd;
    border-radius: 25px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-zurueck:hover {
    border-color: #999;
    color: #333;
}

.btn-ankauf {
    background: var(--tm-blue);
    color: #fff;
    border: none;
    border-radius: var(--radius-pill);
    padding: 14px 40px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 6px 20px rgba(46, 43, 203, 0.3);
    display: inline-block;
    width: auto;
}

.btn-ankauf:hover {
    background: var(--tm-blue-hover);
    transform: translateY(-2px);
}

.btn-ankauf.btn-block {
    width: 100%;
}

/* ===== FORMULAR ===== */
.form-rounded {
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
}

.form-rounded:focus {
    border-color: var(--tm-blue);
    box-shadow: 0 0 0 3px rgba(46, 43, 203, 0.1);
}

/* ===== ANKAUF TEXT (ankauf-Style) ===== */
.ankauf-text-section {
    padding: 50px 0 40px;
    text-align: center;
    background: #fff;
}

.ankauf-text-section h2 {
    font-size: 32px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.ankauf-text-section p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* ===== TRUST STRIP ===== */
.trust-strip {
    background: var(--tm-blue);
    color: #fff;
    padding: 18px 0;
    font-size: 13px;
    font-weight: 600;
    margin-top: 40px;
}

.trust-strip i {
    margin-right: 5px;
}

/* ===== SO GEHT'S ===== */
.how-section {
    background: #fff;
    padding: 60px 0;
}

.how-step {
    text-align: center;
    padding: 20px;
}

.how-icon {
    width: 64px;
    height: 64px;
    background: var(--tm-blue-light);
    color: var(--tm-blue);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 14px;
}

.how-title {
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 6px;
}

.how-text {
    font-size: 13px;
    color: var(--tm-muted);
    line-height: 1.5;
}

/* ===== FOOTER ===== */
.ankauf-footer {
    background: var(--tm-dark);
    color: #fff;
    padding: 50px 0 30px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .ankauf-hero h1 {
        font-size: 28px;
    }

    .hero-sub {
        font-size: 16px;
    }

    .steps-bar {
        gap: 8px;
    }

    .step-item {
        padding: 10px 14px;
        font-size: 11px;
    }

    .step-number {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }

    .brand-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .zustand-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ergebnis-preis {
        font-size: 40px;
    }

    .ergebnis-box {
        padding: 24px;
        margin: 10px;
    }

    .frage-row {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .checkout-buttons {
        flex-direction: column-reverse;
    }

    .checkout-buttons .btn-zurueck,
    .checkout-buttons .btn-ankauf {
        width: 100%;
        text-align: center;
    }
}

/* ===== BURGER MENU ===== */
.burger-btn {
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 1001;
}

.burger-btn span {
    display: block;
    width: 24px;
    height: 2.5px;
    background: #333;
    border-radius: 2px;
    transition: 0.3s;
}

.burger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-btn.active span:nth-child(2) {
    opacity: 0;
}

.burger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ===== MOBILE NAV ===== */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 1000;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.mobile-nav.open {
    display: flex;
}


.mobile-nav a {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 12px;
    transition: 0.2s;
}

.mobile-nav a:hover,
.mobile-nav a.active {
    color: var(--tm-blue);
    background: var(--tm-blue-light);
}

.mobile-nav .whatsapp-nav {
    color: #25d366;
    border: 2px solid #25d366;
    border-radius: 50px;
    padding: 12px 28px;
    margin-top: 10px;
}

/* ===== BACK BUTTON ===== */
.btn-back {
    background: none;
    border: none;
    color: var(--tm-blue);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s;
}

.btn-back:hover {
    color: var(--tm-blue-hover);
    transform: translateX(-3px);
}

/* ===== WHATSAPP FLOATING ===== */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 999;
    text-decoration: none;
    transition: 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5);
    color: #fff;
    text-decoration: none;
}

.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    background: #fff;
    color: #333;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
}

/* ===== COOKIE BANNER ===== */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    padding: 20px;
    transform: translateY(0);
    transition: transform 0.4s;
}

.cookie-banner.hidden {
    transform: translateY(100%);
    pointer-events: none;
}

.cookie-content {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.cookie-text {
    flex: 1;
    min-width: 200px;
}

.cookie-text strong {
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
}

.cookie-text p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.cookie-text a {
    color: var(--tm-blue);
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-btn-accept {
    background: var(--tm-blue);
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

.cookie-btn-accept:hover {
    background: var(--tm-blue-hover);
}

.cookie-btn-reject {
    background: none;
    border: 2px solid #ddd;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: 0.2s;
}

.cookie-btn-reject:hover {
    border-color: #999;
    color: #333;
}

/* ===== FAQ SECTION ===== */
.faq-section {
    background: #f8f9fb;
    padding: 60px 0;
}

.faq-list {
    max-width: 700px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faq-question {
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    color: #222;
    transition: 0.2s;
}

.faq-question:hover {
    color: var(--tm-blue);
}

.faq-question i {
    font-size: 12px;
    color: #aaa;
    transition: 0.3s;
}

.faq-item.open .faq-question i {
    transform: rotate(180deg);
    color: var(--tm-blue);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 24px;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.faq-item.open .faq-answer {
    max-height: 300px;
    padding: 0 24px 18px;
}

/* ===== GERÃ„T NICHT GEFUNDEN ===== */
.geraet-nicht-gefunden {
    max-width: 700px;
    margin: 30px auto 0;
    padding: 24px;
    background: #f0f5ff;
    border: 2px dashed #c0d0f0;
    border-radius: 16px;
    text-align: center;
}

.geraet-nicht-gefunden i.fa-question-circle {
    font-size: 36px;
    color: var(--tm-blue);
    margin-bottom: 10px;
}

.geraet-nicht-gefunden strong {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
}

.geraet-nicht-gefunden p {
    color: #666;
    font-size: 14px;
    margin-bottom: 14px;
}

.btn-ankauf-small {
    display: inline-block;
    background: var(--tm-blue);
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
}

.btn-ankauf-small:hover {
    background: var(--tm-blue-hover);
    color: #fff;
    text-decoration: none;
}

.btn-whatsapp-small {
    display: inline-block;
    color: #25d366;
    border: 2px solid #25d366;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
}

.btn-whatsapp-small:hover {
    background: #25d366;
    color: #fff;
    text-decoration: none;
}

.oder-text {
    display: inline-block;
    margin: 0 12px;
    color: #999;
    font-size: 13px;
}

/* ===== PREISGARANTIE BADGE ===== */
.preisgarantie-badge {
    background: #e8f4fd;
    color: #1565c0;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.preisgarantie-badge i {
    margin-right: 6px;
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
    background: #fff;
    padding: 60px 0;
}

.testimonial-card {
    background: #f8f9fb;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 20px;
    height: 100%;
    transition: 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.testimonial-stars {
    margin-bottom: 12px;
    font-size: 16px;
}

.testimonial-text {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 16px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--tm-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
}

.testimonial-author strong {
    display: block;
    font-size: 14px;
    color: #222;
}

.testimonial-author span {
    font-size: 12px;
    color: #888;
}

/* ===== TRACKING LINK BOX ===== */
.tracking-link-box {
    margin-top: 16px;
    padding: 12px 20px;
    background: #f0f5ff;
    border-radius: 10px;
    font-size: 14px;
    color: #555;
    text-align: center;
}

.tracking-link-box i {
    color: var(--tm-blue);
    margin-right: 6px;
}

.tracking-link-box a {
    color: var(--tm-blue);
    font-weight: 700;
    text-decoration: none;
}

.tracking-link-box a:hover {
    text-decoration: underline;
}

/* ===== TRACKING PAGE ===== */
.tracking-page {
    min-height: 80vh;
    background: linear-gradient(135deg, #f0f2ff 0%, #f8f9fb 100%);
    padding: 60px 0;
}

.tracking-box {
    max-width: 550px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.tracking-header {
    text-align: center;
    margin-bottom: 30px;
}

.tracking-header i {
    font-size: 48px;
    color: var(--tm-blue);
    margin-bottom: 16px;
}

.tracking-header h1 {
    font-size: 24px;
    font-weight: 900;
    color: #111;
    margin-bottom: 6px;
}

.tracking-header p {
    font-size: 14px;
    color: #888;
}

.tracking-status-box {
    background: #f8f9fb;
    border-radius: 16px;
    padding: 24px;
}

.tracking-geraet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.tracking-geraet strong {
    font-size: 16px;
}

.badge-zustand {
    background: var(--tm-blue-light);
    color: var(--tm-blue);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.tracking-preis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    font-size: 14px;
    color: #666;
}

.tracking-preis strong {
    font-size: 20px;
    color: var(--tm-blue);
    font-weight: 800;
}

/* ===== TRACKING TIMELINE ===== */
.tracking-timeline {
    position: relative;
    padding-left: 30px;
}

.tracking-timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e0e0e0;
    border-radius: 3px;
}

.timeline-step {
    position: relative;
    padding: 12px 0;
}

.timeline-dot {
    position: absolute;
    left: -26px;
    top: 16px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e0e0e0;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #e0e0e0;
    transition: 0.3s;
    z-index: 1;
}

.timeline-step.done .timeline-dot {
    background: #28a745;
    box-shadow: 0 0 0 2px #28a745;
}

.timeline-step.active .timeline-dot {
    background: var(--tm-blue);
    box-shadow: 0 0 0 2px var(--tm-blue), 0 0 0 6px rgba(46, 43, 203, 0.2);
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {

    0%,
    100% {
        box-shadow: 0 0 0 2px var(--tm-blue), 0 0 0 6px rgba(46, 43, 203, 0.2);
    }

    50% {
        box-shadow: 0 0 0 2px var(--tm-blue), 0 0 0 12px rgba(46, 43, 203, 0.05);
    }
}

.timeline-label strong {
    display: block;
    font-size: 14px;
    color: #999;
}

.timeline-label span {
    font-size: 12px;
    color: #bbb;
}

.timeline-step.done .timeline-label strong {
    color: #28a745;
}

.timeline-step.active .timeline-label strong {
    color: var(--tm-blue);
    font-weight: 800;
}

.alert-custom {
    background: #fff3f3;
    color: #c0392b;
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ===== STEP ANIMATIONS ===== */
.step-animate {
    animation: stepFadeIn 0.4s ease-out;
}

@keyframes stepFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================================
   WIZARD  HIERARCHISCHE MODELLAUSWAHL
   ========================================================= */

/* ZurÃ¼ck-Button */
.wizard-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 2px solid #e0e0e8;
    border-radius: 50px;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    margin-bottom: 24px;
    font-family: inherit;
    transition: all 0.2s;
}

.wizard-back-btn:hover {
    border-color: var(--tm-blue);
    color: var(--tm-blue);
    background: var(--tm-blue-light);
}

/* === Produktlinie Grid (iPhone / iPad / MacBook) === */
.wizard-produktlinie-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 14px;
    max-width: 700px;
    margin: 0 auto;
}

.wizard-linie-card {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 18px;
    padding: 28px 16px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s;
}

.wizard-linie-card:hover {
    border-color: var(--tm-blue);
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(46, 43, 203, 0.14);
}

.wizard-linie-icon {
    font-size: 38px;
    color: var(--tm-blue);
    margin: 0 auto 14px;
    line-height: 1;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #f0f0ff;
}

.wizard-linie-name {
    font-weight: 800;
    font-size: 15px;
    color: #111;
}

/* === Liste (Modellreihe / Variante) === */
.wizard-list {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wizard-list-item {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 14px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.2s;
}

.wizard-list-item:hover {
    border-color: var(--tm-blue);
    background: var(--tm-blue-light);
    transform: translateX(4px);
}

.wizard-list-name {
    font-weight: 700;
    font-size: 16px;
    color: #111;
}

.wizard-list-price {
    font-weight: 800;
    font-size: 17px;
    color: #16a34a;
    white-space: nowrap;
    margin-left: 12px;
}

/* === Karten-Grid (Serie, Variante) === */
.wizard-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 14px;
    max-width: 700px;
    margin: 0 auto;
}

.wizard-card {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 16px;
    padding: 24px 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s;
}

.wizard-card:hover {
    border-color: var(--tm-blue);
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(46, 43, 203, 0.15);
}

.wizard-card-name {
    font-weight: 700;
    font-size: 18px;
    color: #1a1a2e;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.wizard-card-preis {
    font-size: 17px;
    font-weight: 700;
    color: #16a34a;
}

.wizard-card-icon {
    width: 56px;
    height: 56px;
    background: var(--tm-blue-light);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tm-blue);
    font-size: 26px;
    margin: 0 auto 14px;
    transition: background 0.25s, color 0.25s;
}

.wizard-card:hover .wizard-card-icon {
    background: var(--tm-blue);
    color: #fff;
}

/* === Speicher Grid === */
.wizard-speicher-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 700px;
    margin: 0 auto;
}

.wizard-speicher-pill {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 16px;
    padding: 18px 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 100px;
    flex: 1 1 120px;
}

.wizard-speicher-pill:hover {
    border-color: var(--tm-blue);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(46, 43, 203, 0.14);
}

.wizard-speicher-gb {
    font-weight: 800;
    font-size: 18px;
    color: #111;
    margin-bottom: 4px;
}

.wizard-speicher-preis {
    font-size: 13px;
    font-weight: 600;
    color: var(--tm-blue);
}

/* === Farb-Grid === */
.wizard-farbe-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 12px;
    max-width: 700px;
    margin: 0 auto;
}

.wizard-farbe-card {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 14px;
    padding: 18px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.wizard-farbe-card:hover {
    border-color: var(--tm-blue);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(46, 43, 203, 0.12);
}

.wizard-farbe-card .farb-punkt {
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
    font-size: 20px;
}

.wizard-farbe-name {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.wizard-farbe-preis {
    font-size: 15px;
    font-weight: 800;
    color: #16a34a;
    margin-top: 2px;
}

/* Responsive */
@media (max-width: 576px) {
    .wizard-produktlinie-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wizard-speicher-grid {
        gap: 8px;
    }

    .wizard-speicher-pill {
        padding: 14px 16px;
        flex: 1 1 90px;
    }

    .wizard-speicher-gb {
        font-size: 16px;
    }

    .wizard-linie-card {
        padding: 20px 10px 14px;
    }

    .wizard-linie-icon {
        font-size: 28px;
    }
}

/* Farb-Kreis im Wizard */
.wizard-farbe-kreis {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0 auto 10px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* ===== WIZARD SPEICHER-KARTEN (wie Farbe-Karten) ===== */
.wizard-speicher-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 14px;
    max-width: 700px;
    margin: 0 auto;
}

.wizard-speicher-card {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 16px;
    padding: 28px 16px 22px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s;
}

.wizard-speicher-card:hover {
    border-color: var(--tm-blue);
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(46, 43, 203, 0.15);
}

.wizard-speicher-card:active {
    background: var(--tm-blue);
    border-color: var(--tm-blue);
}

.wizard-speicher-card:active .wizard-speicher-gb,
.wizard-speicher-card:active .wizard-speicher-preis {
    color: #fff;
}

.wizard-speicher-gb {
    font-weight: 700;
    font-size: 17px;
    color: #333;
    margin-bottom: 6px;
}

.wizard-speicher-preis {
    font-size: 22px;
    font-weight: 800;
    color: #16a34a;
    letter-spacing: -0.5px;
}

@media (max-width: 576px) {
    .wizard-speicher-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .wizard-speicher-card {
        padding: 20px 10px 16px;
    }

    .wizard-speicher-gb {
        font-size: 17px;
    }
}

/* ===== KUNDENBEWERTUNGEN (Amazon-Style) ===== */
.reviews-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.reviews-header {
    text-align: center;
    margin-bottom: 30px;
}

.reviews-score {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    padding: 14px 28px;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.reviews-big-number {
    font-size: 42px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1;
}

.reviews-score-detail {
    text-align: left;
}

.reviews-stars-row {
    color: #f59e0b !important;
    font-size: 18px;
    letter-spacing: 2px;
}

.reviews-stars-row i {
    color: #f59e0b !important;
}

.reviews-count {
    font-size: 12px;
    color: #888;
    display: block;
    margin-top: 2px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.review-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 26px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    border-color: var(--tm-blue);
}

.review-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #dbeafe;
    color: #2563eb;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.review-avatar.rv-purple {
    background: #e0e7ff;
    color: #4338ca;
}

.review-avatar.rv-amber {
    background: #fef3c7;
    color: #b45309;
}

.review-avatar.rv-pink {
    background: #fce7f3;
    color: #be185d;
}

.review-meta {
    flex: 1;
}

.review-author {
    font-weight: 700;
    font-size: 14px;
    color: #1a1a1a;
}

.review-stars {
    color: #f59e0b !important;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 2px;
}

.review-stars i {
    color: #f59e0b !important;
}

.review-date {
    font-size: 12px;
    color: #999;
    flex-shrink: 0;
}

.review-text {
    font-size: 14px;
    color: #444;
    line-height: 1.65;
    padding-left: 14px;
    border-left: 3px solid var(--tm-blue);
}

.review-bottom {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 12px;
}

.review-verified {
    color: #16a34a;
    font-weight: 600;
}

.review-verified i {
    margin-right: 3px;
}

.review-device {
    color: #888;
    background: #f3f4f6;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
}

.review-device i {
    color: var(--tm-blue);
    margin-right: 3px;
}

@media (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== NACHHALTIGKEIT ===== */
.eco-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
}

.eco-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.eco-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: #16a34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.3);
}

.eco-text h3 {
    font-size: 22px;
    font-weight: 800;
    color: #15803d;
    margin-bottom: 8px;
}

.eco-text p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

.eco-stats {
    flex-shrink: 0;
    display: flex;
    gap: 30px;
}

.eco-stat {
    text-align: center;
}

.eco-number {
    display: block;
    font-size: 28px;
    font-weight: 900;
    color: #16a34a;
}

.eco-label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

@media (max-width: 768px) {
    .eco-content {
        flex-direction: column;
        text-align: center;
    }

    .eco-stats {
        justify-content: center;
    }
}

/* ===== TRUST-BAR (grÃ¼ne Vorteile unter Hero) ===== */
.trust-bar {
    background: #fff;
    margin-top: 60px;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 5;
}

.trust-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

.trust-icon {
    color: #16a34a;
    font-size: 18px;
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .trust-items {
        gap: 16px;
    }

    .trust-item {
        font-size: 13px;
    }

    .trust-icon {
        font-size: 16px;
    }
}

/* ===== TAGLINE BAR (weiÃŸe FlÃ¤che unter dem Hero) ===== */

.tagline-bar {
    background: #fff;
    margin-top: 60px;
    /* nach der weiÃŸen Kurve des Hero */
    padding: 22px 0 18px;
    text-align: center;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 5;
}

.tagline-text {
    font-size: 15px;
    color: #555;
    margin: 0 0 14px;
    line-height: 1.6;
}

.tagline-hl {
    color: var(--tm-blue);
    font-weight: 700;
}

.tagline-chips {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tagline-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--tm-blue-light);
    color: var(--tm-blue);
    font-size: 13px;
    font-weight: 700;
    padding: 7px 18px;
    border-radius: 50px;
    border: 1.5px solid rgba(46, 43, 203, 0.2);
    transition: background 0.2s, transform 0.2s;
    cursor: default;
}

.tagline-chip:hover {
    background: var(--tm-blue);
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 576px) {
    .tagline-text {
        font-size: 13px;
        padding: 0 14px;
    }

    .tagline-chip {
        font-size: 12px;
        padding: 6px 12px;
    }
}

/* ===== FOOTER ===== */
.ankauf-footer {
    background: #f9f9fb;
    border-top: 1px solid #e8e8ec;
    padding: 48px 0 24px;
}

.ankauf-footer .container {
    max-width: 1000px;
}

.ankauf-footer .row {
    justify-content: center;
}

.ankauf-footer .col-md-4 {
    text-align: center;
}

.ankauf-footer h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 16px;
}

.ankauf-footer ul {
    padding: 0;
}

.ankauf-footer ul li {
    list-style: none;
}

.ankauf-footer ul li a {
    color: #666 !important;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
}

.ankauf-footer ul li a:hover {
    color: var(--tm-blue) !important;
}

.ankauf-footer p {
    font-size: 13px;
}

@media (max-width: 768px) {
    .ankauf-footer .col-md-4 {
        margin-bottom: 28px;
    }
}

/* ===== FIX: Suchergebnisse Ã¼berlagern Text ===== */
.ankauf-text-section {
    position: relative;
    z-index: 1;
}

.suche-container {
    z-index: 300;
}

.suche-ergebnisse {
    z-index: 500;
}

/* ===== VORLÃ„UFIGER PREIS HINWEIS ===== */
.preis-vorlaeufig-hinweis {
    background: linear-gradient(135deg, #fefce8, #fef9c3);
    border: 1px solid #fbbf24;
    border-radius: 12px;
    padding: 14px 18px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #92400e;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.preis-vorlaeufig-hinweis i {
    color: #f59e0b;
    font-size: 16px;
    margin-top: 1px;
    flex-shrink: 0;
}

/* ===== PFLICHT-CHECKBOXEN SEKTION ===== */
.pflicht-checkboxen-section {
    background: linear-gradient(135deg, #f0f0ff, #e8e8f8);
    border: 2px solid var(--tm-blue);
    border-radius: 14px;
    padding: 20px 22px;
    margin-top: 20px;
    margin-bottom: 8px;
}

.pflicht-checkboxen-titel {
    font-size: 15px;
    font-weight: 700;
    color: var(--tm-blue);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pflicht-checkboxen-titel i {
    font-size: 16px;
}

.pflicht-cb {
    background: #fff;
    border: 1.5px solid #d0d0e0;
    border-radius: 10px;
    padding: 12px 14px !important;
    margin-bottom: 8px;
    transition: all 0.2s;
}

.pflicht-cb:hover {
    border-color: var(--tm-blue);
    box-shadow: 0 2px 8px rgba(46, 43, 203, 0.08);
}

.pflicht-cb input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--tm-blue);
    flex-shrink: 0;
    margin-top: 2px;
}

.pflicht-cb span {
    font-size: 13px;
    line-height: 1.45;
    color: #333;
}

.pflicht-cb span strong {
    color: #111;
}

/* Mobile Anpassungen */
@media (max-width: 768px) {
    .pflicht-checkboxen-section {
        padding: 16px 14px;
    }

    .pflicht-cb {
        padding: 10px 12px !important;
    }

    .pflicht-cb span {
        font-size: 12px;
    }

    .preis-vorlaeufig-hinweis {
        font-size: 12px;
        padding: 12px 14px;
    }
}

/* ===== IMEI-FELD ===== */
.imei-optional {
    font-weight: 400;
    font-size: 12px;
    color: var(--tm-muted);
}

.imei-hinweis {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: var(--tm-muted);
    line-height: 1.4;
}

.imei-hinweis i {
    color: var(--tm-blue);
    margin-right: 4px;
}

.imei-info-box {
    background: #f0f0f8;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 12px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 16px;
}

.imei-info-box i {
    color: var(--tm-blue);
    font-size: 20px;
    flex-shrink: 0;
}

/* ===== LOCK-WARNUNG ===== */
.lock-warnung {
    background: linear-gradient(135deg, #fef2f2, #fee2e2);
    border: 1.5px solid #fca5a5;
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #991b1b;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.lock-warnung i {
    color: #dc2626;
    font-size: 18px;
    margin-top: 1px;
    flex-shrink: 0;
}

.lock-warnung strong {
    color: #7f1d1d;
}

/* ===== DATENSCHUTZ-KURZINFO ===== */
.datenschutz-kurzinfo {
    text-align: center;
    font-size: 11px;
    color: #999;
    margin-top: 8px;
    line-height: 1.5;
}

.datenschutz-kurzinfo i {
    color: var(--tm-blue);
    margin-right: 4px;
}

.datenschutz-kurzinfo a {
    color: var(--tm-blue);
    text-decoration: underline;
}

/* Mobile Anpassungen IMEI + Lock */
@media (max-width: 768px) {
    .imei-info-box {
        font-size: 11px;
        padding: 10px 12px;
    }

    .lock-warnung {
        font-size: 12px;
        padding: 12px 14px;
    }
}

/* ===== GEGENANGEBOT INFO-BOX ===== */
.gegenangebot-info-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #f0fdf4;
    border: 1.5px solid #86efac;
    border-radius: 10px;
    padding: 12px 16px;
    margin-top: 12px;
    font-size: 13px;
    color: #14532d;
    line-height: 1.5;
}

.gegenangebot-info-box i {
    color: #16a34a;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.gegenangebot-info-box strong {
    color: #14532d;
}

/* Lock-Warnung mit Anleitungs-Link */
.lock-warnung a {
    color: #c0392b;
    text-decoration: underline;
    font-weight: 600;
}

.lock-warnung a:hover {
    color: #7f1d1d;
}

/* ===== ankauf-STYLE 2-SPALTEN LAYOUT ===== */
.ankauf-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 32px;
    align-items: start;
}

.ankauf-left {
    min-width: 0;
}

.ankauf-right {
    position: sticky;
    top: 100px;
}

/* Sections */
.ankauf-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.ankauf-section-nr {
    font-size: 20px;
    color: #2E2BCB;
}

.ankauf-section-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
}

/* Zustand Radio-Liste */
.ankauf-zustand-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ankauf-zustand-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    cursor: pointer;
    border: 1px solid #e5e7eb;
    border-bottom: none;
    background: #fff;
    transition: all 0.15s;
}

.ankauf-zustand-option:first-child {
    border-radius: 10px 10px 0 0;
}

.ankauf-zustand-option:last-child {
    border-radius: 0 0 10px 10px;
    border-bottom: 1px solid #e5e7eb;
}

.ankauf-zustand-option:hover {
    background: #f8f8fc;
}

.ankauf-zustand-option input[type="radio"] {
    display: none;
}

.ankauf-radio-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
}

.ankauf-zustand-option input:checked~.ankauf-radio-dot {
    border-color: #2E2BCB;
}

.ankauf-zustand-option input:checked~.ankauf-radio-dot::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2E2BCB;
}

.ankauf-zustand-option input:checked~.ankauf-zustand-info strong {
    color: #2E2BCB;
}

.ankauf-zustand-option.selected,
.ankauf-zustand-option:has(input:checked) {
    background: #f0f0ff;
    border-color: #2E2BCB;
}

.ankauf-zustand-info {
    flex: 1;
}

.ankauf-zustand-info strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
}

.ankauf-zustand-info span {
    font-size: 13px;
    color: #888;
}

.ankauf-zustand-preis {
    font-size: 16px;
    font-weight: 800;
    color: #2E2BCB;
    white-space: nowrap;
    min-width: 70px;
    text-align: right;
}

/* Fragen (ankauf-Style â€“ kurz & clean) */
.ankauf-frage-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border: 1px solid #e5e7eb;
    border-bottom: none;
    background: #fff;
    gap: 16px;
}

.ankauf-frage-row:first-of-type {
    border-radius: 10px 10px 0 0;
}

.ankauf-frage-row:last-of-type {
    border-radius: 0 0 10px 10px;
    border-bottom: 1px solid #e5e7eb;
}

.ankauf-frage-pflicht {
    border-left: 3px solid #dc2626;
    background: #fff5f5;
}

.ankauf-frage-label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    flex: 1;
}

.ankauf-frage-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 12px;
    color: #aaa;
    cursor: pointer;
    margin-left: 4px;
}

.ankauf-frage-buttons {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

/* Preisbox (rechts, sticky) */
.ankauf-preisbox {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.ankauf-preisbox-label {
    font-size: 14px;
    color: #888;
    margin-bottom: 4px;
}

.ankauf-preisbox-betrag {
    font-size: 38px;
    font-weight: 900;
    color: #2E2BCB;
    line-height: 1.1;
    margin-bottom: 8px;
}

.ankauf-preisbox-zustand {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-bottom: 4px;
}

.ankauf-preisbox-geraet {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
}

.ankauf-preisbox-hinweis {
    font-size: 11px;
    color: #bbb;
    margin-bottom: 18px;
}

.ankauf-preisbox-cta {
    display: block;
    width: 100%;
    padding: 16px;
    background: #16a34a;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
}

.ankauf-preisbox-cta:hover:not(:disabled) {
    background: #15803d;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
}

.ankauf-preisbox-cta:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Mobile Sticky Footer */
.ankauf-mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    padding: 12px 16px;
}

.ankauf-mobile-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
}

.ankauf-mobile-footer-label {
    font-size: 12px;
    color: #888;
}

.ankauf-mobile-footer-preis {
    font-size: 22px;
    font-weight: 900;
    color: #2E2BCB;
}

.ankauf-mobile-footer-cta {
    padding: 12px 24px;
    background: #16a34a;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.ankauf-mobile-footer-cta:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 900px) {
    .ankauf-layout {
        grid-template-columns: 1fr;
    }

    .ankauf-right {
        display: none;
    }

    .ankauf-frage-row {
        flex-wrap: wrap;
    }

    .ankauf-frage-buttons {
        width: 100%;
        justify-content: flex-end;
    }
}

/* Info-Detail innerhalb ankauf-Fragen */
.ankauf-frage-row .frage-detail {
    width: 100%;
    padding: 12px 18px;
    margin-top: 8px;
    background: #f8f9ff;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
    border-left: 3px solid #2E2BCB;
}

.ankauf-frage-row .frage-detail a {
    color: #2E2BCB;
    text-decoration: none;
    font-weight: 600;
}

.ankauf-frage-row .frage-detail a:hover {
    text-decoration: underline;
}

.ankauf-frage-row {
    flex-wrap: wrap;
}

/* Apple-Style Info-Button */
.ankauf-frage-hint {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e8e8ed;
    color: #636366;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Georgia', serif;
    cursor: pointer;
    margin-left: 8px;
    transition: all 0.2s;
    vertical-align: middle;
    line-height: 1;
    user-select: none;
    border: none;
    flex-shrink: 0;
}

.ankauf-frage-hint:hover {
    background: #2E2BCB;
    color: #fff;
    transform: scale(1.1);
}

/* Bruch-Warnung unter Zustandsliste */
.zustand-bruch-hinweis {
    color: #b45309;
    font-weight: 600;
    font-size: 13px;
    margin: 8px 0 0;
    padding: 8px 14px;
    background: #fffbeb;
    border-radius: 8px;
    border-left: 3px solid #f59e0b;
}

/* Optional-Tag */
.ankauf-frage-optional {
    color: #9ca3af;
    font-weight: 400;
    font-size: 12px;
}

/* Lock-Warnung permanent sichtbar */
.lock-warnung-permanent {
    width: 100%;
    color: #dc2626;
    font-weight: 600;
    font-size: 13px;
    margin: 6px 0 0;
    padding: 0;
}

/* Preisbox Warnung */
.preisbox-warnung {
    color: #dc2626;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    padding: 10px 12px;
    background: #fef2f2;
    border-radius: 8px;
    margin: 8px 0;
}

/* Defekt-Dropdown */
.defekt-dropdown-wrap {
    width: 100%;
    padding: 10px 0 0;
}

.defekt-dropdown-label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

/* Detail-Link Klasse */
.detail-link {
    color: #2E2BCB;
    font-weight: 600;
    text-decoration: none;
}

.detail-link:hover {
    text-decoration: underline;
}

/* ===== APPLE-STYLE FAQ ===== */
.tm24-faq {
    max-width: 920px;
    margin: 0 auto;
    padding: 26px 16px 10px;
}

.tm24-faq-title {
    margin: 0;
    font: 800 34px/1.15 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    letter-spacing: -0.02em;
    color: #0f172a;
    text-align: center;
}

.tm24-faq-sub {
    margin: 10px 0 22px;
    font: 400 16px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #64748b;
    text-align: center;
}

.tm24-faq-list {
    margin-top: 12px;
}

.tm24-faq-item {
    background: #ffffff;
    border: 1px solid #e9eaf2;
    border-radius: 16px;
    margin: 12px 0;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.tm24-faq-q {
    list-style: none;
    cursor: pointer;
    padding: 18px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    font: 750 18px/1.35 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #0f172a;
}

.tm24-faq-q::-webkit-details-marker {
    display: none;
}

.tm24-faq-ico {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9eaf2;
    background: #f7f8fc;
    flex: 0 0 auto;
}

.tm24-faq-ico i {
    transition: transform .18s ease;
    color: #2a27bc;
}

.tm24-faq-item[open] .tm24-faq-q {
    color: #2a27bc;
}

.tm24-faq-item[open] .tm24-faq-ico i {
    transform: rotate(180deg);
}

.tm24-faq-a {
    padding: 0 18px 18px;
    font: 400 15px/1.65 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #334155;
}

.tm24-faq-q:focus,
.tm24-faq-q:focus-visible {
    outline: none;
}

.tm24-faq-item:focus-within {
    box-shadow: 0 0 0 3px rgba(42, 39, 188, .18), 0 10px 25px rgba(15, 23, 42, 0.06);
}

@media (max-width: 600px) {
    .tm24-faq-title {
        font-size: 28px;
    }

    .tm24-faq-q {
        font-size: 16px;
        padding: 16px;
    }

    .tm24-faq-a {
        padding: 0 16px 16px;
    }
}

/* Priority Foto-Hinweis */
.priority-foto-hinweis {
    width: 100%;
    margin-top: 10px;
}

.priority-foto-box {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    padding: 14px 16px;
}

.priority-foto-box strong {
    color: #1e40af;
    font-size: 15px;
}

.priority-foto-box ul {
    margin: 8px 0 6px 18px;
    padding: 0;
    color: #1e3a5f;
    font-size: 14px;
    line-height: 1.6;
}

.priority-foto-sub {
    margin: 4px 0 0;
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
}

/* Foto Upload Dropzone */
.foto-upload-area {
    margin-top: 12px;
}

.foto-upload-dropzone {
    border: 2px dashed #93c5fd;
    border-radius: 12px;
    padding: 24px 16px;
    text-align: center;
    background: #f0f7ff;
    transition: all .2s;
    cursor: pointer;
}

.foto-upload-dropzone.dragover {
    border-color: #2563eb;
    background: #dbeafe;
}

.foto-upload-dropzone i {
    font-size: 32px;
    color: #3b82f6;
    margin-bottom: 8px;
    display: block;
}

.foto-upload-dropzone p {
    margin: 6px 0 4px;
    font-size: 15px;
    color: #334155;
}

.foto-upload-link {
    color: #2563eb;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.foto-upload-hint {
    font-size: 12px;
    color: #94a3b8;
}

.foto-upload-count {
    font-size: 13px;
    font-weight: 600;
    margin: 8px 0 0;
}

/* Preview Grid */
.foto-preview-grid {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.foto-preview-item {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    background: #f8fafc;
}

.foto-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.foto-remove-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foto-remove-btn:hover {
    background: #dc2626;
}

.foto-preview-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 10px;
    padding: 2px 4px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Auszahlung Disclaimer */
.auszahlung-disclaimer {
    margin-top: 10px;
    padding: 10px 14px;
    background: #fefce8;
    border: 1px solid #fde68a;
    border-radius: 10px;
    font-size: 13px;
    color: #92400e;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.auszahlung-disclaimer i {
    margin-top: 2px;
    flex-shrink: 0;
    color: #f59e0b;
}

/* ===== ANKAUF FIX: Hersteller-Grid/Logos (isolierter Patch) ===== */
#marken-grid,
.brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
}

.brand-card,
.ankauf-brand-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 18px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.brand-card:hover,
.ankauf-brand-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .10);
    border-color: rgba(0, 0, 0, .10);
}

.brand-card:active,
.ankauf-brand-card:active {
    transform: translateY(-1px);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .08);
}

.brand-card:focus,
.brand-card:focus-visible,
.ankauf-brand-card:focus,
.ankauf-brand-card:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(46, 43, 203, .16), 0 18px 50px rgba(0, 0, 0, .10);
    border-color: rgba(46, 43, 203, .35);
}

.brand-logo,
.ankauf-brand-logo {
    width: 120px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    overflow: hidden;
}

/* ID-SpezifitÃ¤t + !important Ã¼berschreibt Bootstrap img { max-width:100% } */
#marken-grid .brand-logo img,
#marken-grid .ankauf-brand-logo img,
.brand-grid .brand-logo img,
.brand-grid .ankauf-brand-logo img,
.brand-logo img,
.ankauf-brand-logo img {
    max-width: 120px !important;
    max-height: 56px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
}

.brand-card h5,
.ankauf-brand-card h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
}

.brand-text-fallback {
    font-weight: 800;
    color: #0f172a;
    font-size: 16px;
}

/* Selected State */
.brand-card.is-selected,
.ankauf-brand-card.is-selected {
    border-color: rgba(46, 43, 203, .45);
    box-shadow: 0 0 0 4px rgba(46, 43, 203, .12), 0 18px 50px rgba(0, 0, 0, .10);
}

/* ==========================================================
   MOBILE RESPONSIVE â€“ Komplette Reparatur
   ========================================================== */

/* --- Header-Grid: 3-Spalten-Layout fÃ¼r alle Viewports --- */
.tm24-header-grid {
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    gap: 16px;
}

.tm24-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tm24-header-center {
    display: flex;
    justify-content: center;
}

.tm24-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* --- Topbar Responsive --- */
@media (max-width: 768px) {
    .ankauf-topbar .ankauf-topbar-inner {
        font-size: 10px;
        gap: 8px;
    }

    .ankauf-topbar .ankauf-topbar-inner span:nth-child(n+3) {
        display: none;
    }
}

/* --- TABLET (max-width: 768px) --- */
@media (max-width: 768px) {

    /* Header: Logo + Burger, Pills + Suche verstecken */
    .tm24-header-grid {
        grid-template-columns: 1fr max-content;
        padding: 0 16px;
        gap: 8px;
    }

    .tm24-header-center {
        display: none !important;
    }

    .b2b-pills {
        display: none !important;
    }

    /* Header-Icon-Links auf Mobile AGGRESSIV verstecken */
    .tm24-header-right>a,
    .tm24-header-right .header-icon-link,
    .tm24-header-right .ankauf-icon-link,
    .ankauf-header .tm24-header-right>a {
        display: none !important;
        visibility: hidden !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        position: absolute !important;
    }

    /* Burger-Button auf Mobile zeigen */
    .tm24-header-right .burger-btn,
    .tm24-header-right .ankauf-burger-btn,
    .ankauf-header .burger-btn,
    .ankauf-header .ankauf-burger-btn,
    button.burger-btn.d-md-none,
    button.ankauf-burger-btn.d-md-none {
        display: flex !important;
    }

    .tm24-header-left {
        gap: 8px;
    }

    /* Nav-Pills: Touch-friendly auf Mobile */
    .ankauf-pills {
        gap: 4px;
    }

    .ankauf-pill {
        padding: 8px 14px;
        font-size: 13px;
        min-height: 40px;
        display: inline-flex;
        align-items: center;
    }

    /* Hero: kleinere Schrift */
    .ankauf-hero {
        padding: 50px 0 40px;
    }

    .ankauf-hero h1 {
        font-size: 28px !important;
        letter-spacing: -0.5px;
    }

    .hero-sub {
        font-size: 14px;
        padding: 0 10px;
    }

    .hero-trust-row {
        gap: 12px;
    }

    .hero-trust-item {
        font-size: 11px;
    }

    .hero-cta-btn {
        padding: 12px 24px;
        font-size: 14px;
    }

    /* Beschreibung unter Hero */
    .container[style*="margin-top:-50px"] {
        margin-top: -30px !important;
        padding: 20px 16px 10px !important;
    }

    .container[style*="margin-top:-50px"] h2 {
        font-size: 1.3rem !important;
    }

    .container[style*="margin-top:-50px"] p {
        font-size: 0.9rem !important;
    }

    /* Section Titles */
    .section-title h2 {
        font-size: 22px;
    }

    .section-title p {
        font-size: 13px;
    }

    /* Marken-Grid: 2 Spalten */
    .brand-grid,
    #marken-grid.brand-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        max-width: 100%;
    }

    #marken-grid .brand-card {
        padding: 20px 12px;
    }

    #marken-grid .brand-logo {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }

    #marken-grid .brand-logo img {
        max-width: 66px;
        max-height: 66px;
    }

    #marken-grid h5 {
        font-size: 14px;
    }

    /* Wizard-Grids Responsive */
    .wizard-produktlinie-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }

    .wizard-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .wizard-farbe-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .wizard-card-name {
        font-size: 15px;
    }

    /* Modellreihen */
    .model-list {
        max-width: 100%;
    }

    .model-item {
        padding: 14px 16px;
    }

    .model-name {
        font-size: 14px;
    }

    .model-price {
        font-size: 15px;
    }

    /* Zustand Bewertung (Schritt 3) */
    .ankauf-layout {
        grid-template-columns: 1fr !important;
    }

    .ankauf-zustand-option {
        padding: 14px 16px;
    }

    .ankauf-zustand-info strong {
        font-size: 14px;
    }

    .ankauf-zustand-info span {
        font-size: 12px;
    }

    .ankauf-zustand-preis {
        font-size: 16px;
        min-width: 60px;
    }

    .ankauf-frage-row {
        padding: 14px 16px;
    }

    .ankauf-frage-label {
        font-size: 14px;
    }

    .frage-btn {
        padding: 6px 18px;
        font-size: 13px;
    }

    .frage-select {
        min-width: 150px;
        font-size: 13px;
    }

    /* Trust Strip */
    .trust-strip {
        font-size: 11px;
        padding: 14px 10px;
    }

    .trust-strip .container {
        gap: 12px !important;
    }

    /* How Section */
    .how-section {
        padding: 40px 0;
    }

    .how-section .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .how-step {
        padding: 14px 10px;
    }

    .how-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        border-radius: 14px;
    }

    .how-title {
        font-size: 13px;
    }

    .how-text {
        font-size: 12px;
    }

    /* Checkout */
    .checkout-form-box {
        padding: 20px 16px;
        margin: 0 8px;
    }

    .checkout-progress {
        gap: 0;
        margin-bottom: 20px;
    }

    .checkout-step-label {
        font-size: 10px;
    }

    .checkout-step-nr {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .artikel-box {
        max-width: 100%;
    }

    .artikel-card {
        flex-direction: column;
        gap: 12px;
        padding: 16px;
    }

    .artikel-preis {
        margin-left: 0;
        font-size: 18px;
    }

    .checkout-total {
        padding: 14px 16px;
        font-size: 14px;
    }

    .checkout-total-preis {
        font-size: 20px;
    }

    /* Auszahlung */
    .auszahlung-optionen {
        flex-direction: column;
    }

    /* Pflicht-Checkboxen */
    .pflicht-checkboxen-section {
        padding: 16px 14px;
    }

    .lock-warnung {
        font-size: 12px;
        padding: 10px 12px;
    }

    .gegenangebot-info-box {
        font-size: 12px;
    }

    /* Ergebnis */
    .ergebnis-box {
        margin: 10px;
        padding: 24px 16px;
    }

    .ergebnis-preis {
        font-size: 36px;
    }

    /* Reviews */
    .reviews-section {
        padding: 40px 0;
    }

    .reviews-header {
        margin-bottom: 16px;
    }

    /* Footer */
    .ankauf-footer {
        padding: 30px 0 20px;
    }

    .ankauf-footer .row {
        display: flex;
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .ankauf-footer .col-md-4 {
        width: 100%;
    }

    .ankauf-footer h5 {
        margin-bottom: 10px;
    }

    /* Cookie Banner */
    .cookie-content {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }

    /* WhatsApp Float */
    .whatsapp-float {
        width: 52px;
        height: 52px;
        font-size: 26px;
        bottom: 16px;
        right: 16px;
    }

    .whatsapp-tooltip {
        display: none;
    }

    /* FAQ */
    .tm24-faq {
        padding: 20px 16px 10px;
    }

    .tm24-faq-list {
        padding: 0;
    }

    .tm24-faq-item {
        margin: 8px 0;
    }

    /* Preisgarantie Badge + VorlÃ¤ufig-Hinweis */
    .preisgarantie-badge {
        font-size: 12px;
        padding: 8px 14px;
    }

    .preis-vorlaeufig-hinweis {
        font-size: 12px;
        padding: 10px 14px;
    }

    /* Eco Section */
    .eco-section {
        padding: 30px 0;
    }

    .eco-icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }

    .eco-text h3 {
        font-size: 18px;
    }

    .eco-text p {
        font-size: 13px;
    }

    .eco-number {
        font-size: 22px;
    }

    /* IMEI Hinweis */
    .imei-info-box {
        font-size: 12px;
    }

    .imei-hinweis {
        font-size: 11px;
    }
}

/* --- SMARTPHONE (max-width: 480px) --- */
@media (max-width: 480px) {

    .ankauf-hero h1 {
        font-size: 24px !important;
    }

    .hero-sub {
        font-size: 13px;
    }

    .hero-trust-row {
        flex-direction: column;
        gap: 6px;
        align-items: center;
    }

    .hero-cta-btn {
        padding: 12px 20px;
        font-size: 13px;
        width: 100%;
        justify-content: center;
    }

    /* Marken-Grid: immer noch 2 Spalten, aber enger */
    .brand-grid,
    #marken-grid.brand-grid {
        gap: 8px !important;
    }

    #marken-grid .brand-card {
        padding: 16px 8px;
        border-radius: 16px;
    }

    #marken-grid .brand-logo {
        width: 56px;
        height: 56px;
    }

    #marken-grid .brand-logo img {
        max-width: 52px;
        max-height: 52px;
    }

    #marken-grid h5 {
        font-size: 12px;
    }

    #marken-grid .brand-text-fallback {
        font-size: 16px;
    }

    /* Wizard */
    .wizard-card-name {
        font-size: 13px;
    }

    .wizard-card-preis {
        font-size: 14px;
    }

    .wizard-card-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    /* Zustand */
    .ankauf-zustand-option {
        padding: 12px;
        gap: 8px;
    }

    .ankauf-zustand-preis {
        font-size: 14px;
    }

    /* How Section: 1 Spalte */
    .how-section .row {
        grid-template-columns: 1fr;
    }

    /* Confirm Steps */
    .confirm-steps {
        padding: 14px;
        font-size: 13px;
    }

    .confirm-step {
        font-size: 12px;
    }

    .tracking-link-box {
        font-size: 12px;
        padding: 10px 14px;
    }

    /* Footer */
    .ankauf-footer .small {
        font-size: 12px !important;
    }

    /* Reviews Score */
    .reviews-big-number {
        font-size: 32px;
    }

    .reviews-score {
        gap: 12px;
    }

    /* Eco Stats */
    .eco-stats {
        gap: 16px;
    }

    .eco-number {
        font-size: 20px;
    }
}

/* ===== TRUST BADGES SEKTION ===== */
.trust-badges-section {
    padding: 60px 0 40px;
    background: linear-gradient(135deg, #f8f9ff 0%, #eef0fb 100%);
    text-align: center;
}

.trust-badges-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 32px;
}

.trust-badges-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 32px;
}

.trust-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px 12px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.trust-badge-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(46, 43, 203, 0.12);
}

.trust-badge-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2e2bcb 0%, #6366f1 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.trust-badge-label {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.3;
}

.trust-badge-sub {
    font-size: 11px;
    color: #888;
    line-height: 1.3;
}

.trust-payment-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 18px 24px;
    background: #fff;
    border-radius: 14px;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.trust-payment-label {
    font-size: 13px;
    color: #888;
    font-weight: 500;
}

.trust-payment-logos {
    display: flex;
    gap: 16px;
    align-items: center;
}

.trust-payment-logo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    padding: 6px 14px;
    background: #f5f5fa;
    border-radius: 8px;
}

.trust-payment-logo i {
    font-size: 16px;
    color: #2e2bcb;
}

/* Trust Badges Responsive */
@media (max-width: 768px) {
    .trust-badges-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .trust-badges-title {
        font-size: 20px;
    }

    .trust-badge-item {
        padding: 14px 8px;
    }

    .trust-badge-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .trust-badge-label {
        font-size: 11px;
    }

    .trust-badge-sub {
        font-size: 10px;
    }

    .trust-payment-methods {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .trust-badges-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-badges-section {
        padding: 40px 0 30px;
    }
}

/* ===== STICKY HEADER ===== */
.ankauf-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* ===== SR-ONLY (visually hidden) ===== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ===== BRAND-TEXT-FALLBACK VERBESSERUNG ===== */
.brand-text-fallback {
    font-weight: 700;
    font-size: 16px;
    color: #1a1a2e;
    letter-spacing: -0.3px;
}

/* ===== DESKTOP: Icon-Links im Header sichtbar ===== */
@media (min-width: 768px) {

    .ankauf-icon-link,
    #header-anmelden,
    #header-versandbox {
        display: inline-flex !important;
        visibility: visible !important;
        width: auto !important;
        height: auto !important;
        position: static !important;
    }
}

/* ===== FOTO-UPLOAD ===== */
.foto-upload-section {
    background: #f8f8fc;
    border-radius: 14px;
    padding: 20px 22px;
    margin: 20px 0;
    border: 1px solid #e8e8f0;
}
.foto-slots {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 14px;
}
.foto-slot {
    position: relative;
    aspect-ratio: 1;
    border: 2px dashed #d0d0e0;
    border-radius: 14px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    overflow: hidden;
    padding: 8px;
    min-height: 110px;
}
.foto-slot:hover {
    border-color: #2E2BCB;
    background: #f0f0ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(46,43,203,0.1);
}
.foto-slot.empfohlen {
    border-color: #2E2BCB;
    border-style: dashed;
    background: #fafaff;
}
.foto-slot.optional {
    border-color: #e0e0e0;
    opacity: 0.75;
}
.foto-slot.optional:hover { opacity: 1; }
.foto-slot.gefuellt {
    border-style: solid;
    border-color: #2E2BCB;
    background: none;
    cursor: default;
    padding: 0;
}
.foto-slot-icon {
    font-size: 26px;
    color: #bbb;
    margin-bottom: 8px;
    transition: color 0.2s;
}
.foto-slot:hover .foto-slot-icon { color: #2E2BCB; }
.foto-slot.empfohlen .foto-slot-icon { color: #2E2BCB; }
.foto-slot-label {
    font-size: 12px;
    font-weight: 700;
    color: #555;
    text-align: center;
    padding: 0 4px;
    line-height: 1.35;
    letter-spacing: -0.2px;
}
.foto-slot.empfohlen .foto-slot-label { color: #2E2BCB; }
.foto-slot-sublabel {
    font-size: 10px;
    font-weight: 400;
    color: #999;
    text-align: center;
    margin-top: 2px;
}
.foto-slot-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 5px;
    background: #2E2BCB;
    color: #fff;
}
.foto-slot-badge.opt { background: #e0e0e0; color: #888; }
.foto-slot-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.foto-slot-delete {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(220,38,38,0.9);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s;
    z-index: 2;
}
.foto-slot-delete:hover { transform: scale(1.15); }
.foto-slot input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.foto-progress {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}
.foto-progress-bar {
    flex: 1;
    height: 6px;
    background: #e8e8f0;
    border-radius: 3px;
    overflow: hidden;
}
.foto-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #2E2BCB, #5856d6);
    border-radius: 3px;
    transition: width 0.3s ease;
    width: 0%;
}

@media (max-width: 768px) {
    .foto-slots {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}
@media (max-width: 576px) {
    .foto-slots {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    .foto-upload-section { padding: 14px 14px; }
    .foto-slot { min-height: 95px; }
    .foto-slot-icon { font-size: 22px; }
    .foto-slot-label { font-size: 11px; }
}

/* ===== HAUPT-CTA: JETZT VERKAUFEN â€” PREMIUM ===== */
.tm24-final-cta-wrap {
    margin: 32px 0 16px;
    position: relative;
}
.tm24-final-cta-headline {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #2f2fd6;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.tm24-final-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 78px;
    padding: 22px 32px;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, #2f2fd6 0%, #4a4ae8 50%, #2f2fd6 100%);
    background-size: 200% 100%;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-align: center;
    cursor: pointer;
    box-shadow:
        0 14px 34px rgba(47, 47, 214, 0.28),
        0 0 0 0 rgba(47, 47, 214, 0);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, background-position 0.4s ease;
    position: relative;
    overflow: hidden;
    animation: cta-glow 2.5s ease-in-out infinite;
}
.tm24-final-cta i {
    font-size: 26px;
}
.tm24-final-cta:hover {
    transform: translateY(-3px);
    box-shadow:
        0 18px 42px rgba(47, 47, 214, 0.38),
        0 0 20px rgba(47, 47, 214, 0.15);
    filter: brightness(1.05);
    background-position: 100% 0;
}
.tm24-final-cta:active {
    transform: translateY(0);
    box-shadow: 0 10px 24px rgba(47, 47, 214, 0.24);
}
.tm24-final-cta::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
    animation: btn-shine 3.5s infinite;
}
@keyframes btn-shine {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}
@keyframes cta-glow {
    0%, 100% { box-shadow: 0 14px 34px rgba(47,47,214,0.28), 0 0 0 0 rgba(47,47,214,0); }
    50% { box-shadow: 0 14px 34px rgba(47,47,214,0.28), 0 0 24px 4px rgba(47,47,214,0.12); }
}
.tm24-final-cta-note {
    margin-top: 12px;
    text-align: center;
    font-size: 13px;
    color: #8890a4;
    font-weight: 500;
}
.tm24-final-cta-note i {
    color: #22c55e;
    margin-right: 2px;
}

/* Responsive CTA */
@media (max-width: 768px) {
    .tm24-final-cta {
        min-height: 66px;
        font-size: 24px;
        border-radius: 18px;
        padding: 18px 20px;
    }
    .tm24-final-cta i { font-size: 20px; }
    .tm24-final-cta-wrap {
        position: sticky;
        bottom: 12px;
        z-index: 40;
        background: rgba(255,255,255,0.95);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        padding: 12px 16px;
        margin: 20px -16px 8px;
        border-radius: 18px 18px 0 0;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
    }
    .tm24-final-cta-headline { font-size: 13px; margin-bottom: 8px; }
    .tm24-final-cta-note { font-size: 11px; margin-top: 8px; }
}

/* Legacy .btn-ankauf Fallback */
.btn-ankauf {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    padding: 18px 28px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(90deg, #2f2fd6 0%, #4a4ae8 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(47,47,214,0.3);
    transition: all 0.2s ease;
}
.btn-ankauf:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(47,47,214,0.4);
}

/* Checkout CTA ebenfalls */
.ankauf-preisbox-cta {
    display: block;
    width: 100%;
    padding: 18px 24px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #2E2BCB 0%, #5856d6 100%);
    border: none;
    border-radius: 14px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 4px 20px rgba(46,43,203,0.3);
    transition: all 0.2s;
    margin-top: 14px;
}
.ankauf-preisbox-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(46,43,203,0.4);
}
.ankauf-preisbox-cta:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* ===== NEUER FAQ-BEREICH ===== */
.tm24-faq-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8f9fc 0%, #eef2f7 100%);
}

.tm24-faq-head {
  max-width: 860px;
  margin: 0 auto 40px;
}

.tm24-faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 18px;
}

.tm24-faq-head h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
  margin-bottom: 14px;
}

.tm24-faq-head p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  color: #111827;
  margin: 0;
}

.tm24-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.tm24-trust-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #e7ebf2;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.tm24-trust-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eef4ff;
  color: #2d4fd7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.tm24-trust-text strong {
  display: block;
  font-size: 16px;
  color: #111827;
  margin-bottom: 4px;
}

.tm24-trust-text span {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: #334155;
}

.tm24-rating-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  margin-bottom: 32px;
  background: #ffffff;
  border: 1px solid #e7ebf2;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.tm24-rating-stars {
  display: flex;
  gap: 6px;
  color: #f5b301;
  font-size: 18px;
  margin-bottom: 8px;
}

.tm24-rating-value {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

.tm24-rating-right {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tm24-rating-right span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: #f3f6fb;
  color: #1e293b;
  font-size: 14px;
  font-weight: 800;
}

.tm24-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.tm24-faq-col {
  display: grid;
  gap: 16px;
}

.tm24-faq-item {
  background: #ffffff;
  border: 1px solid #e6ebf2;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  transition: all 0.2s ease;
}

.tm24-faq-item.active {
  border-color: #d5def0;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.tm24-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  color: #111827;
}

.tm24-faq-question i {
  color: #51607a;
  transition: transform 0.2s ease;
}

.tm24-faq-item.active .tm24-faq-question i {
  transform: rotate(45deg);
}

.tm24-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease, padding 0.28s ease;
  padding: 0 22px;
}

.tm24-faq-item.active .tm24-faq-answer {
  max-height: 260px;
  padding: 0 22px 20px;
}

.tm24-faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #1e293b;
}

.tm24-faq-footer {
  margin-top: 36px;
}

.tm24-faq-footer-line {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-bottom: 28px;
}

.tm24-faq-footer-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}

.tm24-faq-footer-line i {
  color: #16a34a;
}

.tm24-faq-cta {
  text-align: center;
  background: #ffffff;
  border: 1px solid #e6ebf2;
  border-radius: 22px;
  padding: 34px 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.tm24-faq-cta h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
}

.tm24-faq-cta p {
  max-width: 700px;
  margin: 0 auto 20px;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
  color: #1e293b;
}

.tm24-faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 18px 28px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(90deg, #2f2fd6 0%, #4a4ae8 100%);
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(47,47,214,0.3);
  transition: all 0.2s ease;
}

.tm24-faq-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(47,47,214,0.4);
  color: #ffffff !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  .tm24-trust-row,
  .tm24-faq-grid {
    grid-template-columns: 1fr;
  }

  .tm24-rating-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .tm24-faq-head h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .tm24-faq-section {
    padding: 56px 0;
  }

  .tm24-faq-question {
    padding: 18px;
    font-size: 15px;
  }

  .tm24-faq-answer {
    padding: 0 18px;
  }

  .tm24-faq-item.active .tm24-faq-answer {
    padding: 0 18px 18px;
  }

  .tm24-faq-cta {
    padding: 26px 18px;
  }

  .tm24-faq-cta h3 {
    font-size: 24px;
  }
}


/* ===== BENEFITS SECTION (FAQ FOOTER) ===== */
.ankauf-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 10px;
}

.benefit-item {
  background: #ffffff;
  padding: 24px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
  border: 1px solid #eef2f6;
}

.benefit-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.benefit-icon {
  width: 48px;
  height: 48px;
  background: #eaf2ff;
  color: #2E2BCB;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.benefit-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.benefit-title {
  font-size: 17px;
  font-weight: 800;
  color: #111827;
}

.benefit-text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #334155;
  margin: 0;
}

@media (max-width: 991px) {
  .ankauf-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .ankauf-benefits {
    grid-template-columns: 1fr;
  }
}



/* ===== NEUE FAQ-HEADER SECTION (BENEFITS) ===== */
.ankauf-faq-section {
  padding: 88px 20px 72px;
  background: #f7f8fc;
}

.ankauf-faq-container {
  max-width: 1520px;
  margin: 0 auto;
  text-align: center;
}

.ankauf-faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: #eaf1ff;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 24px;
}

.ankauf-faq-badge i {
  color: #2563eb;
  font-size: 16px;
  line-height: 1;
}

.ankauf-faq-title {
  margin: 0 0 24px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  text-align: center;
}

.ankauf-faq-intro {
  max-width: 1120px;
  margin: 0 auto 56px;
  font-size: 19px;
  line-height: 1.7;
  font-weight: 500;
  color: #1e293b;
  text-align: center;
}

.ankauf-faq-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1520px;
  margin: 0 auto 40px; /* added bottom margin to separate from accordion */
}

.ankauf-benefit-card {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 156px;
  padding: 30px 26px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  text-align: left;
}

.ankauf-benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  border-color: #dbe4f0;
}

.ankauf-benefit-icon {
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ankauf-benefit-icon i {
  font-size: 24px;
  color: #4f6df5;
}

.ankauf-benefit-content {
  flex: 1 1 auto;
}

.ankauf-benefit-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  color: #0f172a;
}

.ankauf-benefit-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #223046;
}

@media (max-width: 1199px) {
  .ankauf-faq-title {
    font-size: 44px;
  }

  .ankauf-faq-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ankauf-faq-section {
    padding: 64px 16px 56px;
  }

  .ankauf-faq-title {
    font-size: 34px;
  }

  .ankauf-faq-intro {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 36px;
  }

  .ankauf-benefit-card {
    align-items: flex-start;
    padding: 22px 20px;
    border-radius: 22px;
  }

  .ankauf-benefit-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 18px;
  }

  .ankauf-benefit-title {
    font-size: 18px;
  }

  .ankauf-benefit-text {
    font-size: 16px;
  }
}



/* ===== NEUES PREMIUM BENEFITS GRID (7 Kacheln) ===== */
.ankauf-benefits-grid-section {
  padding: 56px 20px 72px;
  background: #f6f8fc;
}

.ankauf-benefits-grid-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.ankauf-benefits-grid-head {
  text-align: center;
  margin-bottom: 34px;
}

.ankauf-benefits-grid-title {
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.ankauf-benefits-grid-subtitle {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
  color: #334155;
}

.ankauf-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.ankauf-benefit-card {
  background: #ffffff;
  border: 1px solid #e4eaf3;
  border-radius: 28px;
  padding: 28px 24px 26px;
  min-height: 248px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ankauf-benefit-card:hover {
  transform: translateY(-4px);
  border-color: #d6e0ee;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.ankauf-benefit-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #edf3ff 0%, #e7efff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ankauf-benefit-icon i {
  font-size: 28px;
  line-height: 1;
  color: #3d5afe;
}

.ankauf-benefit-card-title {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.ankauf-benefit-card-text {
  margin: 0;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 500;
  color: #334155;
}

@media (min-width: 1200px) {
  .ankauf-benefits-grid > .ankauf-benefit-card:nth-child(5) {
    grid-column: 1 / span 1;
  }

  .ankauf-benefits-grid > .ankauf-benefit-card:nth-child(6) {
    grid-column: 2 / span 1;
  }

  .ankauf-benefits-grid > .ankauf-benefit-card:nth-child(7) {
    grid-column: 3 / span 1;
  }
}

@media (max-width: 1199.98px) {
  .ankauf-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ankauf-benefits-grid-title {
    font-size: 34px;
  }

  .ankauf-benefit-card {
    min-height: 230px;
  }

  .ankauf-benefit-card-title {
    font-size: 24px;
  }

  .ankauf-benefit-card-text {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .ankauf-benefits-grid-section {
    padding: 44px 16px 56px;
  }

  .ankauf-benefits-grid-head {
    margin-bottom: 26px;
  }

  .ankauf-benefits-grid-title {
    font-size: 28px;
  }

  .ankauf-benefits-grid-subtitle {
    font-size: 16px;
    line-height: 1.55;
  }

  .ankauf-benefits-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ankauf-benefit-card {
    min-height: auto;
    padding: 24px 20px 22px;
    border-radius: 22px;
  }

  .ankauf-benefit-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 16px;
  }

  .ankauf-benefit-icon i {
    font-size: 24px;
  }

  .ankauf-benefit-card-title {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .ankauf-benefit-card-text {
    font-size: 16px;
    line-height: 1.55;
  }
}



/* ===== ROBUST FIX FOR PREMIUM BENEFITS GRID ===== */
.ankauf-benefits-grid-section {
  padding: 60px 0 80px;
  background: #f8fafc;
  width: 100%;
  overflow: hidden;
}

.ankauf-benefits-grid-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.ankauf-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.ankauf-benefit-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s;
}

.ankauf-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.ankauf-benefit-icon {
  width: 60px;
  height: 60px;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.ankauf-benefit-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
  line-height: 1.2;
}

.ankauf-benefit-card-text {
  font-size: 15px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Row 2 handling: 3 cards centered */
@media (min-width: 992px) {
  .ankauf-benefits-grid > .ankauf-benefit-card:nth-child(5) { grid-column: 1 / 2; }
  .ankauf-benefits-grid > .ankauf-benefit-card:nth-child(6) { grid-column: 2 / 3; }
  .ankauf-benefits-grid > .ankauf-benefit-card:nth-child(7) { grid-column: 3 / 4; }
  /* Actually to center them in a 4-col grid: */
  .ankauf-benefits-grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .ankauf-benefits-grid > .ankauf-benefit-card { grid-column: span 3; }
  .ankauf-benefits-grid > .ankauf-benefit-card:nth-child(5) { grid-column: 3 / span 3; }
  .ankauf-benefits-grid > .ankauf-benefit-card:nth-child(6) { grid-column: 6 / span 3; }
  .ankauf-benefits-grid > .ankauf-benefit-card:nth-child(7) { grid-column: 9 / span 3; }
}

@media (max-width: 991px) {
  .ankauf-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .ankauf-benefits-grid {
    grid-template-columns: 1fr;
  }
}



/* Sprach-Umschalter Lesbarkeit Fix */
.lang-pill {
    font-weight: 700 !important;
    color: #1e40af !important; /* Dunkleres, besser lesbares Blau */
    background: #f1f5f9 !important;
    padding: 6px 10px !important;
    border-radius: 8px !important;
    transition: all 0.2s !important;
    text-decoration: none !important;
    font-size: 13px !important;
}

.lang-pill.active {
    background: #2563eb !important;
    color: #ffffff !important;
}

.desktop-lang-switch {
    gap: 8px !important;
    align-items: center !important;
}



/* ===== PREMIUM TESTIMONIALS SECTION ===== */
.ankauf-testimonials-section {
  padding: 72px 20px 78px;
  background: linear-gradient(180deg, #f7f9fd 0%, #f4f7fb 100%);
}

.ankauf-testimonials-container {
  max-width: 1380px;
  margin: 0 auto;
}

.ankauf-testimonials-head {
  text-align: center;
  margin-bottom: 34px;
}

.ankauf-testimonials-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #eef3ff;
  border: 1px solid #dbe5ff;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(61, 90, 254, 0.08);
}

.ankauf-testimonials-badge i {
  color: #3d5afe;
  font-size: 15px;
  line-height: 1;
}

.ankauf-testimonials-title {
  margin: 0 0 14px;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #071433;
}

.ankauf-testimonials-subtitle {
  max-width: 860px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 500;
  color: #334155;
}

.ankauf-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 28px;
}

.ankauf-testimonial-card {
  background: #ffffff;
  border: 1px solid #e4eaf3;
  border-radius: 28px;
  padding: 30px 32px 28px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ankauf-testimonial-card:hover {
  transform: translateY(-4px);
  border-color: #d7e0ec;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.ankauf-testimonial-stars {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}

.ankauf-testimonial-stars i,
.ankauf-testimonials-summary-stars i {
  color: #f5b301;
  font-size: 18px;
  line-height: 1;
}

.ankauf-testimonial-quote {
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
  color: #1e293b;
}

.ankauf-testimonial-meta {
  padding-top: 18px;
  border-top: 1px solid #edf1f7;
}

.ankauf-testimonial-person {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.ankauf-testimonial-name {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #071433;
}

.ankauf-testimonial-verified {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #16a34a;
}

.ankauf-testimonial-verified i {
  font-size: 15px;
  line-height: 1;
}

.ankauf-testimonials-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #e7edf6;
  border-radius: 999px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.ankauf-testimonials-summary-stars {
  display: flex;
  gap: 7px;
}

.ankauf-testimonials-summary-text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #334155;
}

.ankauf-testimonials-summary-text strong {
  color: #071433;
  font-weight: 800;
}

@media (max-width: 1199.98px) {
  .ankauf-testimonials-title {
    font-size: 42px;
  }

  .ankauf-testimonials-subtitle {
    font-size: 18px;
  }

  .ankauf-testimonial-quote {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .ankauf-testimonials-section {
    padding: 52px 16px 56px;
  }

  .ankauf-testimonials-head {
    margin-bottom: 26px;
  }

  .ankauf-testimonials-badge {
    min-height: 44px;
    padding: 8px 14px;
    font-size: 14px;
  }

  .ankauf-testimonials-title {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 12px;
  }

  .ankauf-testimonials-subtitle {
    font-size: 16px;
    line-height: 1.6;
  }

  .ankauf-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ankauf-testimonial-card {
    padding: 24px 20px 22px;
    border-radius: 22px;
  }

  .ankauf-testimonial-stars {
    gap: 6px;
    margin-bottom: 18px;
  }

  .ankauf-testimonial-stars i,
  .ankauf-testimonials-summary-stars i {
    font-size: 16px;
  }

  .ankauf-testimonial-quote {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.65;
  }

  .ankauf-testimonial-name {
    font-size: 17px;
  }

  .ankauf-testimonial-verified {
    font-size: 15px;
  }

  .ankauf-testimonials-summary {
    border-radius: 22px;
    padding: 16px 18px;
    justify-content: center;
  }

  .ankauf-testimonials-summary-text {
    font-size: 16px;
    text-align: center;
  }
}



/* ===== SAAS STEPS GRID SECTION ===== */
.ankauf-steps-grid-section {
  padding: 52px 20px 64px;
  background: linear-gradient(180deg, #f7f9fd 0%, #f4f7fb 100%);
}

.ankauf-steps-grid-container {
  max-width: 1360px;
  margin: 0 auto;
}

.ankauf-steps-grid-head {
  text-align: center;
  margin-bottom: 30px;
}

.ankauf-steps-grid-eyebrow {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef3ff;
  border: 1px solid #dde7ff;
  color: #3d5afe;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ankauf-steps-grid-title {
  margin: 0 0 10px;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #071433;
}

.ankauf-steps-grid-subtitle {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #334155;
}

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

.ankauf-step-card {
  background: #ffffff;
  border: 1px solid #e5ebf4;
  border-radius: 24px;
  padding: 24px 22px 22px;
  min-height: 230px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  text-align: left;
}

.ankauf-step-card:hover {
  transform: translateY(-4px);
  border-color: #d6e1ee;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.ankauf-step-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.ankauf-step-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(180deg, #edf3ff 0%, #e7efff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.ankauf-step-icon i {
  font-size: 26px;
  line-height: 1;
  color: #3d5afe;
}

.ankauf-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f8faff;
  border: 1px solid #e4ebf7;
  color: #64748b;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}

.ankauf-step-title {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #071433;
}

.ankauf-step-text {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
  color: #475569;
}

@media (max-width: 1199.98px) {
  .ankauf-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ankauf-steps-grid-title {
    font-size: 38px;
  }

  .ankauf-step-card {
    min-height: 210px;
  }

  .ankauf-step-title {
    font-size: 23px;
  }

  .ankauf-step-text {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .ankauf-steps-grid-section {
    padding: 42px 16px 52px;
  }

  .ankauf-steps-grid-head {
    margin-bottom: 24px;
  }

  .ankauf-steps-grid-title {
    font-size: 30px;
    line-height: 1.1;
  }

  .ankauf-steps-grid-subtitle {
    font-size: 16px;
    line-height: 1.55;
  }

  .ankauf-steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ankauf-step-card {
    min-height: auto;
    padding: 20px 18px 18px;
    border-radius: 20px;
  }

  .ankauf-step-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .ankauf-step-icon i {
    font-size: 23px;
  }

  .ankauf-step-number {
    min-width: 38px;
    height: 38px;
    font-size: 13px;
  }

  .ankauf-step-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .ankauf-step-text {
    font-size: 15px;
    line-height: 1.55;
  }
}


/* ===== PREMIUM SINGLE REVIEW SECTION ===== */
.ankauf-single-review-section {
  padding: 48px 20px 60px;
  background: linear-gradient(180deg, #f7f9fd 0%, #f4f7fb 100%);
}

.ankauf-single-review-container {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.ankauf-single-review-summary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 14px 22px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e6edf6;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  color: #334155;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.ankauf-single-review-summary strong {
  color: #071433;
  font-weight: 800;
}

.ankauf-single-review-summary-stars,
.ankauf-single-review-stars {
  display: flex;
  gap: 7px;
  justify-content: center;
}

.ankauf-single-review-summary-stars i,
.ankauf-single-review-stars i {
  color: #f5b301;
  font-size: 18px;
  line-height: 1;
}

.ankauf-single-review-card {
  background: #ffffff;
  border: 1px solid #e4eaf3;
  border-radius: 28px;
  padding: 34px 34px 30px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.ankauf-single-review-stars {
  margin-bottom: 20px;
}

.ankauf-single-review-quote {
  margin: 0 0 24px;
  font-size: 26px;
  line-height: 1.55;
  font-weight: 500;
  color: #1e293b;
}

.ankauf-single-review-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid #edf1f7;
}

.ankauf-single-review-name {
  font-size: 18px;
  font-weight: 800;
  color: #071433;
}

.ankauf-single-review-verified {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #16a34a;
  font-size: 16px;
  font-weight: 700;
}

.ankauf-single-review-verified i {
  font-size: 15px;
}

@media (max-width: 767.98px) {
  .ankauf-single-review-section {
    padding: 38px 16px 46px;
  }

  .ankauf-single-review-summary {
    font-size: 15px;
    padding: 12px 16px;
    margin-bottom: 18px;
  }

  .ankauf-single-review-card {
    padding: 24px 20px 22px;
    border-radius: 22px;
  }

  .ankauf-single-review-quote {
    font-size: 18px;
    line-height: 1.6;
  }

  .ankauf-single-review-name {
    font-size: 17px;
  }

  .ankauf-single-review-verified {
    font-size: 15px;
  }
}



/* ===== FAQ CLEANUP & PREMIUM REORG ===== */
.tm24-faq-section {
  padding: 80px 0;
  background: #ffffff;
}

.ankauf-faq-title {
  font-size: 42px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
  color: #0f172a;
}

.ankauf-faq-intro {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
}

/* Die 3 groÃŸen Vorteilskarten */
.tm24-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.tm24-trust-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}

.tm24-trust-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.tm24-trust-icon {
  width: 60px;
  height: 60px;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.tm24-trust-text strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 10px;
}

.tm24-trust-text span {
  font-size: 15px;
  color: #64748b;
  line-height: 1.5;
}

/* Die kompakte Trust-Leiste */
.tm24-rating-box {
  background: #1e293b;
  color: #ffffff;
  border-radius: 15px;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.tm24-rating-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tm24-rating-stars {
  color: #fbbf24;
  font-size: 16px;
  display: flex;
  gap: 3px;
}

.tm24-rating-value {
  font-size: 16px;
  font-weight: 600;
}

.tm24-rating-right {
  display: flex;
  gap: 15px;
}

.tm24-rating-right span {
  background: rgba(255,255,255,0.1);
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .tm24-trust-row { grid-template-columns: 1fr; }
  .tm24-rating-box { flex-direction: column; gap: 15px; text-align: center; }
  .tm24-rating-left { flex-direction: column; gap: 10px; }
}

