/* Caravan Aktionen 2.1
   Bereich bleibt transparent: Hintergrundfarbe kommt aus Divi/Theme.
   Überschriften bleiben echte H1-H4 und übernehmen die Theme-Typografie. */
.csa-wrap{
    background:transparent;
    padding:28px 0;
    box-sizing:border-box;
    font-family:inherit;
    color:inherit;
}
.csa-wrap *{box-sizing:border-box}
.csa-inner{width:100%;margin:0 auto}

/* Kopfbereich */
.csa-header{margin-bottom:24px;color:inherit}
.csa-header-main{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:28px;
}
.csa-header-copy{min-width:0;flex:1 1 auto}
.csa-title{
    margin-top:0!important;
    margin-bottom:12px!important;
    color:inherit!important;
    font-family:inherit!important;
}
.csa-intro{
    margin:0!important;
    max-width:980px;
    color:inherit!important;
    font-family:inherit!important;
}
.csa-notice{
    margin-top:10px;
    font-size:.9em;
    font-weight:700;
    color:inherit;
}

/* Countdown: bewusst ohne festgelegte Akzent- oder Hintergrundfarbe */
.csa-countdown{
    flex:0 0 auto;
    min-width:300px;
    padding:14px 16px 13px;
    border:2px solid currentColor;
    border-radius:10px;
    color:inherit;
}
.csa-countdown-label{
    margin-bottom:8px;
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    line-height:1.1;
    text-transform:uppercase;
    opacity:.72;
}
.csa-countdown-values{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
}
.csa-countdown-unit{
    min-width:62px;
    text-align:center;
}
.csa-countdown-unit strong{
    display:block;
    font-size:clamp(26px,2.3vw,38px);
    line-height:.95;
    font-weight:900;
    font-variant-numeric:tabular-nums;
    color:inherit;
}
.csa-countdown-unit span{
    display:block;
    margin-top:6px;
    font-size:10px;
    font-weight:800;
    line-height:1;
    text-transform:uppercase;
    opacity:.7;
}
.csa-countdown-sep{
    padding-top:2px;
    font-size:26px;
    font-weight:800;
    line-height:1;
    opacity:.4;
}
.csa-countdown-expired{
    font-size:1.05em;
    font-weight:900;
}
.csa-countdown.is-expired{
    min-width:220px;
}

/* Karten – wieder im weicheren Look der ersten Version */
.csa-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}
.csa-grid.csa-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.csa-grid.csa-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.csa-grid.csa-count-1{grid-template-columns:minmax(0,1fr)}
.csa-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    min-width:0;
    box-shadow:0 4px 14px rgba(0,0,0,.08);
    color:#222;
}
.csa-img-wrap{
    position:relative;
    aspect-ratio:16/10;
    background:#f2f2f2;
    overflow:hidden;
}
.csa-image{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    display:block;
}
.csa-placeholder{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background:#f2f2f2;
    color:#777;
    font-weight:700;
    text-align:center;
    padding:20px;
}
.csa-placeholder small{font-weight:400;margin-top:4px}

/* Gültigkeits-Badge neutral – Farbe wird nicht vorgegeben */
.csa-ribbon{
    position:absolute;
    left:0;
    top:0;
    z-index:2;
    background:#fff;
    color:#222;
    padding:8px 12px;
    font-size:12px;
    font-weight:800;
    border-radius:0 0 7px 0;
    box-shadow:0 2px 8px rgba(0,0,0,.12);
}

.csa-body{
    padding:18px 18px 19px;
    display:flex;
    flex-direction:column;
    flex:1;
}
.csa-kicker{
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.02em;
    margin-bottom:6px;
    color:inherit;
    opacity:.82;
}
.csa-name{
    margin-top:0!important;
    margin-bottom:0!important;
    color:inherit!important;
    font-family:inherit!important;
}
.csa-subtitle{
    margin-top:7px;
    color:inherit;
    opacity:.68;
}
.csa-description{
    margin:10px 0 0!important;
    font-size:13px;
    line-height:1.5;
    color:inherit;
    opacity:.82;
}

/* Bonus wie in der ersten Kachel: weiche Fläche statt Rahmen/Stempel */
.csa-bonus{
    display:flex;
    align-items:center;
    gap:12px;
    background:rgba(0,0,0,.045);
    border-radius:8px;
    padding:13px 14px;
    margin-top:15px;
}
.csa-bonus-value{
    font-weight:900;
    font-size:clamp(27px,2vw,34px);
    line-height:1;
    white-space:nowrap;
    color:inherit;
}
.csa-bonus-copy{
    display:flex;
    flex-direction:column;
    font-size:12px;
    line-height:1.15;
    color:inherit;
}
.csa-bonus-copy b{font-weight:900}
.csa-bonus-copy small{font-size:11px;margin-top:3px;opacity:.65}

.csa-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px 12px;
    margin:16px 0 18px;
    font-size:13px;
    color:inherit;
}
.csa-features span{display:flex;align-items:center;gap:7px}
.csa-features i{
    font-style:normal;
    width:19px;
    height:19px;
    border:1px solid currentColor;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:10px;
    flex:0 0 19px;
}

/* Button übernimmt weiterhin Divi */
.csa-btn{
    margin-top:auto!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    gap:10px;
    text-align:center;
}

/* Finanzierung neutral, ohne Bereichs-Hintergrundfarbe */
.csa-finance{
    margin-top:18px;
    background:#fff;
    border-radius:10px;
    padding:16px 22px;
    display:grid;
    grid-template-columns:auto minmax(220px,360px) 1fr;
    align-items:center;
    gap:18px;
    color:#222;
    box-shadow:0 3px 12px rgba(0,0,0,.06);
}
.csa-percent{font-weight:900;font-size:48px;line-height:1;color:inherit}
.csa-finance-main{border-right:1px solid rgba(0,0,0,.14);padding-right:20px;display:flex;flex-direction:column}
.csa-finance-main b{font-size:13px}
.csa-finance-main strong{font-size:1.35em;line-height:1.2}
.csa-finance-text{font-size:14px}
.csa-finance-text a{display:inline-block;margin-left:6px;color:inherit;text-decoration:underline}
.csa-terms{margin-top:16px;font-size:10px;line-height:1.55;color:inherit}
.csa-empty{padding:20px;background:#fff;border-radius:8px;color:#222}

@media(max-width:1100px){
    .csa-header-main{align-items:flex-start;flex-direction:column;gap:18px}
    .csa-countdown{min-width:0;width:100%;max-width:420px}
    .csa-grid,
    .csa-grid.csa-count-3,
    .csa-grid.csa-count-2,
    .csa-grid.csa-count-1{grid-template-columns:repeat(2,minmax(0,1fr))}
    .csa-finance{grid-template-columns:auto 1fr}
    .csa-finance-text{grid-column:1/-1}
    .csa-finance-main{border-right:0}
}
@media(max-width:767px){
    .csa-wrap{padding:20px 0}
    .csa-header-main{gap:16px}
    .csa-countdown{width:100%;max-width:none;padding:13px 12px}
    .csa-countdown-unit{min-width:0;flex:1 1 0}
    .csa-countdown-unit strong{font-size:30px}
    .csa-countdown-sep{font-size:22px}
    .csa-grid,
    .csa-grid.csa-count-3,
    .csa-grid.csa-count-2,
    .csa-grid.csa-count-1{grid-template-columns:1fr;gap:16px}
    .csa-card{border-radius:10px}
    .csa-features{grid-template-columns:1fr 1fr}
    .csa-finance{grid-template-columns:auto 1fr;padding:14px}
    .csa-percent{font-size:40px}
}

/* Angebotsformular – v1.5 */
html.csa-modal-open{overflow:hidden}
.csa-modal-overlay[hidden]{display:none!important}
.csa-modal-overlay{
    position:fixed;
    inset:0;
    z-index:999999;
    background:rgba(0,0,0,.64);
    padding:24px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.csa-modal{
    position:relative;
    width:min(920px,100%);
    max-height:92vh;
    background:#fff;
    color:#222;
    border-radius:14px;
    box-shadow:0 24px 80px rgba(0,0,0,.3);
    overflow:hidden;
}
.csa-modal-scroll{max-height:92vh;overflow:auto;padding:32px}
.csa-modal-close{
    position:absolute;
    top:10px;
    right:12px;
    z-index:2;
    width:38px;
    height:38px;
    border:0;
    border-radius:50%;
    background:#f0f0f0;
    color:#222;
    font-size:28px;
    line-height:1;
    cursor:pointer;
}
.csa-form-title{margin:0 44px 8px 0!important;color:inherit!important}
.csa-form-intro{margin:0 44px 20px 0;color:inherit}
.csa-selected-offer{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:8px 16px;
    align-items:center;
    margin:0 0 22px;
    padding:14px 16px;
    background:rgba(0,0,0,.045);
    border-radius:9px;
}
.csa-selected-offer span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;opacity:.6}
.csa-selected-offer strong{font-size:1.08em}
.csa-selected-offer small{font-weight:800;text-align:right}
.csa-offer-form{margin:0}
.csa-form-section{border:0;padding:0;margin:0 0 24px}
.csa-form-section legend{display:block;width:100%;padding:0 0 8px;margin:0 0 14px;border-bottom:1px solid #ddd;font-weight:900;font-size:1.05em}
.csa-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px 18px}
.csa-span-2{grid-column:1/-1}
.csa-offer-form label{display:block;font-weight:700;font-size:13px;color:inherit}
.csa-offer-form input[type="text"],
.csa-offer-form input[type="email"],
.csa-offer-form input[type="tel"],
.csa-offer-form select,
.csa-offer-form textarea{
    display:block;
    width:100%;
    margin-top:6px;
    padding:11px 12px;
    border:1px solid #cfcfcf;
    border-radius:6px;
    background:#fff;
    color:#222;
    font:inherit;
    font-weight:400;
}
.csa-offer-form textarea{resize:vertical}
.csa-offer-form input:focus,
.csa-offer-form select:focus,
.csa-offer-form textarea:focus{outline:2px solid currentColor;outline-offset:1px}
.csa-conditional{margin-top:15px;padding:14px;background:rgba(0,0,0,.035);border-radius:8px}
.csa-consent{display:flex!important;align-items:flex-start;gap:9px;margin:2px 0 18px;font-weight:400!important;line-height:1.45}
.csa-consent input{margin-top:4px;flex:0 0 auto}
.csa-consent a{color:inherit;text-decoration:underline}
.csa-form-submit{cursor:pointer!important}
.csa-form-submit:disabled{opacity:.55;cursor:wait!important}
.csa-form-status{margin-top:14px;font-weight:700}
.csa-form-status.is-success{padding:12px 14px;background:#edf8ef;border-radius:7px}
.csa-form-status.is-error{padding:12px 14px;background:#fff0f0;border-radius:7px}
.csa-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.csa-offer-open{width:100%}

@media(max-width:767px){
    .csa-modal-overlay{padding:10px;align-items:flex-end}
    .csa-modal{max-height:96vh;border-radius:12px 12px 0 0}
    .csa-modal-scroll{max-height:96vh;padding:24px 18px 28px}
    .csa-form-grid{grid-template-columns:1fr;gap:13px}
    .csa-span-2{grid-column:auto}
    .csa-selected-offer{grid-template-columns:1fr;gap:4px}
    .csa-selected-offer small{text-align:left}
    .csa-form-title,.csa-form-intro{margin-right:36px!important}
}


/* DSGVO / Formularhinweise */
.csa-optional{font-weight:400;opacity:.65;font-size:.9em}
.csa-privacy-note{margin:10px 0 16px;font-size:12px;line-height:1.45;opacity:.72}

/* v2.0 – Modelle zuerst ansehen, Anfrage bleibt bei Caravan Spezialisten */
.csa-actions{
    margin-top:auto;
    display:flex;
    flex-direction:column;
    gap:9px;
}
.csa-actions .csa-btn{margin-top:0!important;width:100%}
.csa-models-open{
    appearance:none;
    border:0;
    background:transparent;
    color:inherit;
    padding:2px 0;
    font:inherit;
    font-size:13px;
    font-weight:800;
    line-height:1.35;
    text-align:left;
    text-decoration:underline;
    text-underline-offset:3px;
    cursor:pointer;
}
.csa-models-open:hover{opacity:.72}
.csa-models-open:focus-visible{outline:2px solid currentColor;outline-offset:4px}

.csa-model-modal{width:min(820px,100%)}
.csa-model-modal-head{padding-right:42px;margin-bottom:18px}
.csa-model-modal-eyebrow{
    display:block;
    margin-bottom:6px;
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    opacity:.58;
}
.csa-model-modal-bonus{
    display:inline-block;
    margin-top:4px;
    padding:7px 10px;
    border-radius:7px;
    background:rgba(0,0,0,.055);
    font-size:13px;
    font-weight:900;
}
.csa-model-modal-bonus:empty{display:none}
.csa-model-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}
.csa-model-item{
    display:flex;
    flex-direction:column;
    min-width:0;
    padding:16px;
    border:1px solid rgba(0,0,0,.13);
    border-radius:10px;
    background:#fff;
}
.csa-model-name{
    display:block;
    margin-bottom:14px;
    font-size:1.16em;
    line-height:1.2;
}
.csa-model-item-actions{
    margin-top:auto;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:9px;
}
.csa-model-request{
    width:100%;
    cursor:pointer!important;
    text-align:center;
}
.csa-model-detail{
    color:inherit;
    font-size:12px;
    font-weight:700;
    text-decoration:underline;
    text-underline-offset:3px;
}
.csa-model-detail:hover{opacity:.72}
.csa-model-empty{
    grid-column:1/-1;
    margin:0;
    padding:18px;
    background:rgba(0,0,0,.04);
    border-radius:9px;
}
.csa-model-manufacturer{
    margin-top:18px;
    padding-top:16px;
    border-top:1px solid rgba(0,0,0,.13);
}
.csa-model-manufacturer a{
    display:inline-block;
    color:inherit;
    font-weight:800;
    text-decoration:underline;
    text-underline-offset:3px;
}
.csa-model-manufacturer small{
    display:block;
    margin-top:7px;
    max-width:680px;
    line-height:1.45;
    opacity:.64;
}

@media(max-width:767px){
    .csa-model-list{grid-template-columns:1fr}
    .csa-model-item{padding:14px}
    .csa-model-modal-head{padding-right:34px}
}

/* v2.2 – Modal stabil über Footer + Fahrzeugbild im Modellfenster */
.csa-modal-overlay{
    z-index:2147483646;
}
.csa-modal{
    z-index:2147483647;
    overscroll-behavior:contain;
}
.csa-modal-scroll{
    padding-bottom:max(32px, env(safe-area-inset-bottom));
}
.csa-model-hero{
    min-height:220px;
    background-color:#efefef;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    border-bottom:1px solid rgba(0,0,0,.08);
}
.csa-model-modal .csa-modal-scroll{
    padding-top:26px;
}
@media(max-width:767px){
    .csa-model-hero{min-height:160px;}
    .csa-modal-overlay{padding:10px 10px max(10px, env(safe-area-inset-bottom));}
}

/* v2.4 – einzelne Bilder pro Modellkachel im Modellfenster */
.csa-model-thumb{
    position:relative;
    margin:0 0 14px;
    border-radius:10px;
    overflow:hidden;
    background:#fff;
    aspect-ratio:16/9;
}
.csa-model-thumb-img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center center;
}


/* v2.6 – rote Aktionsakzente für Datum, Bonusbox und Link */
.csa-ribbon{
    background:#e30613;
    color:#fff;
}
.csa-bonus{
    background:#fff;
    border:2px solid #e30613;
}
.csa-bonus-value{
    color:#e30613;
}
.csa-bonus-copy b{
    color:#e30613;
}
.csa-models-open,
.csa-models-open:visited{
    color:#e30613;
    text-decoration:underline;
    text-decoration-color:#e30613;
}
.csa-models-open span{
    color:#e30613;
}
.csa-model-detail,
.csa-model-detail:visited,
.csa-model-modal-bonus{
    color:#e30613;
}
.csa-model-modal-bonus{
    background:#fff;
    border:1px solid #e30613;
}


/* v2.7 – klare Call-to-Action-Buttons + klickbarer Telefonkontakt */
.csa-offer-open,
.csa-model-request{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:48px;
    padding:13px 18px!important;
    border:2px solid #e30613!important;
    border-radius:8px!important;
    background:#e30613!important;
    color:#fff!important;
    font:inherit!important;
    font-weight:800!important;
    line-height:1.2!important;
    text-decoration:none!important;
    box-shadow:none!important;
    cursor:pointer!important;
    transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.csa-offer-open:hover,
.csa-model-request:hover{
    background:#bd0010!important;
    border-color:#bd0010!important;
    color:#fff!important;
    transform:translateY(-1px);
}
.csa-offer-open:after,
.csa-model-request:after{
    display:none!important;
    content:none!important;
}
.csa-offer-open span{color:#fff!important;}
.csa-phone-cta{
    margin-top:3px;
    text-align:center;
    font-size:12px;
    line-height:1.45;
    color:#555;
}
.csa-phone-cta span{opacity:.78;}
.csa-phone-cta a,
.csa-phone-cta a:visited{
    color:#e30613!important;
    font-weight:800;
    text-decoration:underline;
    text-underline-offset:3px;
    white-space:nowrap;
}
.csa-phone-cta a:hover{color:#bd0010!important;}
.csa-phone-cta-model{
    width:100%;
    margin-top:0;
    text-align:left;
}
@media(max-width:767px){
    .csa-offer-open,.csa-model-request{min-height:50px;}
    .csa-phone-cta{font-size:13px;}
}

/* v3.0 – Accessibility / WCAG-orientierte Verbesserungen */
.csa-sr-only{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
}
.csa-wrap :where(a,button,input,select,textarea):focus-visible,
.csa-modal-overlay :where(a,button,input,select,textarea,[tabindex]):focus-visible{
    outline:3px solid #111!important;
    outline-offset:3px!important;
    box-shadow:0 0 0 5px #fff!important;
}
.csa-modal-close{
    width:44px;
    height:44px;
}
.csa-models-open{
    min-height:44px;
    display:inline-flex;
    align-items:center;
}
.csa-model-detail,
.csa-model-manufacturer a,
.csa-phone-cta a{
    min-height:44px;
    display:inline-flex;
    align-items:center;
}
.csa-offer-form [aria-invalid="true"]{
    border-color:#b00020!important;
    box-shadow:0 0 0 2px rgba(176,0,32,.16)!important;
}
.csa-form-status:focus{
    outline:none;
}
.csa-form-status.is-error{
    border-left:4px solid #b00020;
}
.csa-form-status.is-success{
    border-left:4px solid #176b2c;
}
@media (prefers-reduced-motion: reduce){
    .csa-offer-open,
    .csa-model-request{
        transition:none!important;
        transform:none!important;
    }
}
@media (forced-colors: active){
    .csa-ribbon,.csa-bonus,.csa-offer-open,.csa-model-request{
        forced-color-adjust:auto;
    }
}


/* v3.2 – bessere Lesbarkeit auf Smartphones (iPhone / Android) */
@media(max-width:767px){
    .csa-wrap{
        font-size:17px;
        line-height:1.5;
    }

    /* Kopfbereich */
    .csa-title{
        font-size:clamp(30px,8vw,38px)!important;
        line-height:1.03!important;
        letter-spacing:-.02em;
        margin-bottom:18px!important;
    }
    .csa-intro{
        font-size:17px!important;
        line-height:1.55!important;
    }
    .csa-notice{
        font-size:16px!important;
        line-height:1.45!important;
        margin-top:12px;
    }

    /* Countdown */
    .csa-countdown{
        padding:16px 14px;
        border-radius:12px;
    }
    .csa-countdown-label{
        font-size:13px;
        line-height:1.2;
        margin-bottom:12px;
    }
    .csa-countdown-unit strong{
        font-size:36px;
    }
    .csa-countdown-unit span{
        font-size:12px;
        line-height:1.2;
    }

    /* Aktionskarten */
    .csa-ribbon{
        font-size:14px;
        line-height:1.2;
        padding:10px 14px;
    }
    .csa-body{
        padding:20px 18px 22px;
    }
    .csa-kicker{
        font-size:15px;
        line-height:1.3;
        margin-bottom:8px;
    }
    .csa-name{
        font-size:clamp(29px,7.5vw,36px)!important;
        line-height:1.08!important;
    }
    .csa-subtitle{
        font-size:18px;
        line-height:1.4;
        margin-top:10px;
    }
    .csa-description{
        font-size:16px;
        line-height:1.55;
        margin-top:12px!important;
    }
    .csa-bonus{
        padding:14px;
        gap:10px;
    }
    .csa-bonus-value{
        font-size:32px;
    }
    .csa-bonus-copy{
        font-size:14px;
        line-height:1.25;
    }
    .csa-bonus-copy small{
        font-size:13px;
    }
    .csa-features{
        font-size:16px;
        line-height:1.35;
        gap:12px 10px;
    }
    .csa-features i{
        width:22px;
        height:22px;
        flex-basis:22px;
        font-size:12px;
    }
    .csa-models-open{
        font-size:16px;
        line-height:1.4;
    }
    .csa-offer-open,
    .csa-model-request{
        min-height:54px;
        padding:15px 18px!important;
        font-size:17px!important;
    }
    .csa-phone-cta{
        font-size:15px;
        line-height:1.5;
    }

    /* Modell-/Grundrissfenster */
    .csa-model-modal-eyebrow{
        font-size:13px;
        line-height:1.25;
    }
    .csa-model-modal-head h2,
    .csa-model-modal-head h3,
    .csa-model-modal-head h4{
        font-size:30px!important;
        line-height:1.12!important;
    }
    .csa-model-modal-head p{
        font-size:16px;
        line-height:1.55;
    }
    .csa-model-modal-bonus{
        font-size:15px;
        padding:9px 11px;
    }
    .csa-model-name{
        font-size:20px;
        line-height:1.25;
    }
    .csa-model-detail,
    .csa-model-manufacturer a{
        font-size:15px;
        line-height:1.4;
    }
    .csa-model-manufacturer small{
        font-size:14px;
        line-height:1.5;
    }

    /* Angebotsformular */
    .csa-modal-scroll{
        padding:26px 18px max(30px,env(safe-area-inset-bottom));
    }
    .csa-form-title{
        font-size:30px!important;
        line-height:1.12!important;
        margin-bottom:12px!important;
    }
    .csa-form-intro{
        font-size:16px;
        line-height:1.55;
        margin-bottom:22px!important;
    }
    .csa-selected-offer{
        padding:16px;
    }
    .csa-selected-offer span{
        font-size:13px;
        line-height:1.25;
    }
    .csa-selected-offer strong{
        font-size:18px;
        line-height:1.3;
    }
    .csa-selected-offer small{
        font-size:16px;
        line-height:1.35;
    }
    .csa-form-section legend{
        font-size:19px;
        line-height:1.3;
        padding-bottom:10px;
        margin-bottom:16px;
    }
    .csa-offer-form label{
        font-size:17px;
        line-height:1.4;
    }
    .csa-optional{
        font-size:15px;
    }
    .csa-offer-form input[type="text"],
    .csa-offer-form input[type="email"],
    .csa-offer-form input[type="tel"],
    .csa-offer-form select,
    .csa-offer-form textarea{
        min-height:52px;
        padding:13px 14px;
        font-size:17px!important; /* verhindert zusätzlich Safari-Autozoom bei Fokus */
        line-height:1.35;
    }
    .csa-offer-form textarea{
        min-height:130px;
    }
    .csa-consent{
        font-size:15px;
        line-height:1.5;
    }
    .csa-privacy-note{
        font-size:14px;
        line-height:1.5;
    }
    .csa-form-status{
        font-size:16px;
        line-height:1.45;
    }

    /* Sonstiges */
    .csa-finance-main b,
    .csa-finance-text{
        font-size:15px;
        line-height:1.45;
    }
    .csa-terms{
        font-size:12px;
        line-height:1.55;
    }
}



/* v3.4 – Ab-Preise + Grundrisse ohne Mouseover */
.csa-starting-price{
    margin-top:8px;
    font-size:18px;
    line-height:1.2;
    font-weight:900;
    color:#222;
}
.csa-model-price{
    margin:-6px 0 12px;
    font-size:15px;
    line-height:1.25;
    font-weight:900;
    color:#e30613;
}
.csa-model-thumb{
    cursor:default;
}
@media(max-width:767px){
    .csa-starting-price{font-size:21px;}
    .csa-model-price{font-size:17px;}
    .csa-model-thumb{aspect-ratio:auto;min-height:190px;}
    .csa-model-thumb-img{height:auto;max-height:260px;}
}



/* v3.7 – auf Mobil bekommt der komplette Aktionsbereich die volle Breite
   und einen gemeinsamen grauen Hintergrundrahmen */
@media(max-width:767px){
    .csa-wrap{
        width:90vw !important;
        max-width:none !important;
        margin-left:calc(50% - 45vw) !important;
        margin-right:0 !important;
        padding:18px !important;
        background:#efefef !important;
        box-sizing:border-box !important;
    }
    .csa-inner{
        width:100% !important;
        max-width:none !important;
    }
    .csa-terms{
        width:auto !important;
        max-width:none !important;
        margin:18px 0 0 !important;
        padding:0 !important;
        background:transparent !important;
    }
}
