#Q200_first_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
#Q200_first_step .open-form-btn {
    width: 100%;
    background: #2eb842;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 20px;
    font: 600 16px / 1 'Source Sans 3', sans-serif;
    cursor: pointer;
    transition: background .15s ease, transform .05s ease;
    margin-bottom: 4px;
}
#Q200_first_step .open-form-btn:hover {
    background: #25992f;
}
#Q200_first_step .question-title-wrap {
    margin-bottom: 0;
    align-items: flex-start;
    gap: 20px;
}
#Q200_first_step .question-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}
#Q200_first_step .question-title .remise-value-style {
    font-size: 42px;
    color: #50b71f;
    line-height: 50px;
}
#formBtn {
    width: 100%;
    background: #2eb842;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 20px;
    font: 600 16px / 1 'Source Sans 3', sans-serif;
    cursor: pointer;
    transition: background .15s ease, transform .05s ease;
    margin-bottom: 4px;
}
.will-show {
    display: none;
}
.reprise-timer {
    max-width: 250px;
}
.bar-container .bar-parent .bar {
    background-color: #56CA21;
}
.tunnel-back {
    z-index: 9999;
}
.tunnel-back .btn-prev {
    background-color: transparent;
}
.tunnel-help-side .side-commercial .infos {
    display: flex;
    align-items: center;
}
.tunnel-help-side .side-commercial {
    margin-bottom: 0px;
}
.tunnel-help-side .side-commercial .infos strong {
    font-size: 30px;
    line-height: 49px;
}
.tunnel-help-side {
    border-left: none;
}

.metric {
    width: 280px;
    height: 150px;
}
canvas {
    width: 250px;
    height: 250px;
}
.fg-dial {
    font-size: 235%;
    top: 60px;
}
.image-text-wrap {
    position: relative;
}
.image-text-wrap img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}
.image-text-wrap .reprise-info-wrap {
    position: absolute;
    z-index: 2;
    left: -5px;
    top: 15px;
    width: 260px;
    border-radius: 15px;
    box-shadow: 0px 0px 6px #00000033;
    padding: 13px 15px;
    color: #85858A;
    font-size: 22px;
    line-height: 26px;
}
.image-text-wrap .reprise-info-wrap b {
    display: block;
    color: #3E3E3E;
}
.title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2E3135;
    margin-bottom: 37px;
}
.title-wrap .h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
}
.title-wrap .h3 {
    font-size: 20px;
    line-height: 20px;
}
.title-wrap .title-text {
    font-size: 20px;
    line-height: 20px;
    margin-top: 17px;
    padding: 13px 23px;
    border-radius: 5px;
    background-color: #56CA21;
    color: #FFFFFF;
}
.resp-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.image-col {
    height: auto;
}
.image-col > button {
    justify-content: center!important;
    height: 120px!important;
    padding: 5px!important;
}
#Q0 .image-col > button {
    height: 100px!important;
}
.image-col .image-select-item {
    padding: 0!important;
}
.tunnel-question .img-resp-label {
    display: block;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    color: #2E3135;
    margin-top: 20px;
    margin-bottom: 10px;
}
.tunnel-question .img-resp-label small {
    font-size: 14px;
    position: relative;
    bottom: 10px;
}
.tunnel-container .question-title-wrap {
    margin-bottom: 25px;
}
#contact-form .question-title-wrap .question-title {
    font-size: 23px;
    line-height: 1.2;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B3B3B3;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B3B3B3;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #B3B3B3;
}
.resp-textarea {
    align-items: center;
    background-color: #fff;
    border: 2px solid #f1f1f1;
    border-radius: 5px;
    color: #000000;
    display: flex;
    flex-direction: row;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 19px;
    margin-bottom: 15px;
    outline: 0 !important;
    transition: all 0.1s;
    width: 100%;
    padding: 20px;
}
.resp-textarea:focus,
.resp-textarea:hover {
    background-color: #fff;
    border-color: #2274a58f;
    outline-color: #2274a58f;
}
.upload-images {
    background-color: #F5F5F5;
    border: 1px dashed #CCCCCC;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 29px;
    margin: 0 auto 10px;
}
.upload-images > p {
    font-size: 12px;
    line-height: 14px;
    margin: 24px 0 17px;
    color: #B3B3B3;
    text-align: center;
}
.upload-images > label {
    background-color: #3C3C3C;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 12px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}
.upload-images > label input {
    position: absolute;
    z-index: -1;
    left: 0;
}
.image-preview {
    position: relative;
    margin-bottom: 25px;
}
.image-preview img {
    width: 100%;
    height: auto;
}
.image-preview .remove-button {
    border-radius: 5px;
    border: 1px dashed #d46a6a;
    background-color: #fff;
    padding-bottom: 2px;
    color: #d46a6a;
    position: absolute;
    cursor: pointer;
    top: -5px;
    right: 0;
}
.image-preview .remove-button svg {
    fill: #d46a6a;
}
.tunnel-question .error {
    display: flex;
    margin: 0 auto;
    text-align: center;
    color: red;
    background: #feece5;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #fbcab7;
}

/* ----- Helpers de visibilité ----- */
.gauge-mobile-only,
.gauge-desktop-only {
    display: block;
}

@media (max-width: 600px) {
    .gauge-desktop-only {
        display: none !important;
    }
}

@media (min-width: 601px) {
    .gauge-mobile-only {
        display: none !important;
    }
}

/* ----- Container ----- */
.gauge-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    max-width: 340px;
    margin: 0 auto;
    padding: 0 16px;
    background: #fff;
    box-sizing: border-box;
}

.gauge-wrapper {
    position: relative;
    width: 100%;
}

.gauge-svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}

/* ----- Arcs (desktop) ----- */
.gauge-arc {
    transition: stroke-width 0.2s ease;
    cursor: pointer;
}

.gauge-arc:hover {
    stroke-width: 22;
}

.gauge-arc-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    pointer-events: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.gauge-arc-label-price { fill: #2a8a20; }
.gauge-arc-label-bonus { fill: #b87410; }

/* ----- Centre desktop ----- */
.gauge-center {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
    width: 100%;
}

.gauge-pay-label {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 4px;
}

.gauge-pay-amount {
    font-size: 32px;
    font-weight: 700;
    color: #2a8a20;
    line-height: 1;
    letter-spacing: -0.5px;
}

.gauge-bonus-line {
    margin-top: 10px;
    font-size: 12px;
    color: #b87410;
    font-weight: 600;
    background: #fff5e6;
    padding: 4px 10px;
    border-radius: 12px;
    display: inline-block;
}

/* ----- Tooltip (desktop) ----- */
.gauge-tooltip {
    position: absolute;
    background: #1a1a1a;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
    transform: translate(-50%, -100%);
    margin-top: -8px;
    white-space: nowrap;
    z-index: 10;
}

.gauge-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #1a1a1a;
}

.gauge-tooltip.gauge-tooltip-show {
    opacity: 1;
}

.gauge-tooltip-label {
    font-size: 10px;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.gauge-tooltip-value {
    font-size: 14px;
    font-weight: 700;
}

/* ====================================================
   VERSION MOBILE - Option A (barre linéaire)
   ====================================================
   Layout :
   - Ligne 1 : "300 € à payer" (gauche) + pastille "+ 500 € offerts" (droite)
   - Ligne 2 : barre fine 4px avec vert (prix) + orange (bonus) + gris (vide)
   ==================================================== */

.gauge-container.gauge-mobile {
    max-width: none;
    width: 100%;
    padding: 14px 18px 16px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.gauge-container.gauge-mobile .gauge-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ----- Ligne 1 : prix + pastille bonus ----- */
.gauge-container.gauge-mobile .gauge-center {
    position: static;
    transform: none;
    text-align: left;
    width: 100%;
    pointer-events: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.gauge-container.gauge-mobile .gauge-pay-label {
    display: none;
}

.gauge-container.gauge-mobile .gauge-pay-amount {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    line-height: 1;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    margin: 0;
}

.gauge-container.gauge-mobile .gauge-pay-amount::after {
    content: 'Reprise';
    font-size: 11px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.gauge-container.gauge-mobile .gauge-bonus-line {
    margin-top: 0;
    background: #fff5e6;
    color: #b87410;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 9px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* ----- Ligne 2 : barre linéaire ----- */
.gauge-bar {
    height: 4px;
    background: #ececec;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    width: 100%;
}

.gauge-bar-price {
    height: 100%;
    background: #2db84a;
    width: 0;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.gauge-bar-bonus {
    height: 100%;
    background: #f29423;
    width: 0;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media(max-width: 1399px) {
    .image-text-wrap .reprise-info-wrap {
        left: -25px;
        width: 200px;
        padding: 11px 12px;
        font-size: 18px;
        line-height: 22px;
    }
}
@media(max-width: 991px) {
    .metric {
        width: 170px;
        height: 85px;
    }
    canvas {
        width: 170px;
        height: 170px;
        margin-top: 0;
    }
    .fg-dial {
        font-size: 180%;
        top: 40px;
    }
    .devis-reprise .bar-container {
        height: 90px;
    }
    .tunnel-question .error {

    }
}
@media(max-width: 575px) {
    .metric {
        width: 150px;
        height: 75px;
    }
    canvas {
        width: 150px;
        height: 150px;
    }
    .fg-dial {
        font-size: 150%;
        top: 35px;
    }
    .devis-product-dynamic .tunnel-container {
        padding: 40px 0 95px;
    }
    .image-col > button {
        height: 130px!important;
    }
    .timer-wrap {
        max-width: 180px;
    }
    .mobile-header-timer-to-show {
        width: 200px;
    }
    .bar-container .lang .image-info {
        width: 180px;
        display: flex;
        align-items: flex-end;
    }
    #Q200_first_step {
        padding: 0;
        padding-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .tunnel-container .question-title.form-title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media(max-width: 450px) {
    .btn-sm-custom {
        width: 87%;
    }
    /*.tunnel-container .question-title.form-title {
        font-size: 17px;
        line-height: 22px;
    }*/
    .resp-textarea {
        font-size: 13px;
    }
}

.bonus-x2-section {
    /* Palette OGAPUR (à ajuster si besoin avec vos variables existantes) */
    --bx2-primary: #0a8db8;        /* bleu eau OGAPUR */
    --bx2-primary-dark: #086e91;
    --bx2-primary-light: #e6f6fb;
    --bx2-accent: #ff6b35;         /* orange urgence */
    --bx2-accent-soft: #fff1ec;
    --bx2-text: #1a2b3c;
    --bx2-text-soft: #5a6b7c;
    --bx2-border: #e2e8ee;
    --bx2-bg: #ffffff;
    --bx2-bg-soft: #f7fafc;
    --bx2-success: #16a34a;
    --bx2-shadow: 0 4px 24px rgba(10, 141, 184, 0.08);
    --bx2-shadow-lg: 0 12px 40px rgba(10, 141, 184, 0.12);

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding: 40px 20px;
    box-sizing: border-box;
}

.bonus-x2-section *,
.bonus-x2-section *::before,
.bonus-x2-section *::after {
    box-sizing: border-box;
}

/* ---------- Container ---------- */
.bonus-x2-container {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    background: var(--bx2-bg);
    border: 1px solid var(--bx2-border);
    border-radius: 18px;
    padding: 36px 32px;
    box-shadow: var(--bx2-shadow);
    overflow: hidden;
    transition: box-shadow .3s ease, transform .3s ease;
}

.bonus-x2-container:hover {
    box-shadow: var(--bx2-shadow-lg);
}

/* Decorative top stripe */
.bonus-x2-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--bx2-primary) 0%, var(--bx2-accent) 100%);
}

/* ---------- Badge ---------- */
.bonus-x2-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: var(--bx2-accent-soft);
    color: var(--bx2-accent);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    margin-bottom: 18px;
}

.bonus-x2-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--bx2-accent);
    border-radius: 50%;
    animation: bonusX2Pulse 1.6s ease-in-out infinite;
}

@keyframes bonusX2Pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .55; transform: scale(1.25); }
}

/* ---------- Grid layout ---------- */
.bonus-x2-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}

/* ---------- Left content ---------- */
.bonus-x2-content {
    position: relative;
}

.bonus-x2-multiplier {
    position: absolute;
    top: -8px;
    right: -8px;
    font-weight: 800;
    color: var(--bx2-primary-light);
    font-size: 80px;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    display: none; /* affiché en grand écran via media query */
}

.bonus-x2-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--bx2-text);
    margin: 0 0 12px;
    line-height: 1.2;
    letter-spacing: -.5px;
}

.bonus-x2-highlight {
    display: inline-block;
    background: linear-gradient(135deg, var(--bx2-primary) 0%, var(--bx2-accent) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.bonus-x2-subtitle {
    font-size: 15.5px;
    line-height: 1.6;
    color: var(--bx2-text-soft);
    margin: 0 0 20px;
}

.bonus-x2-subtitle strong {
    color: var(--bx2-text);
    font-weight: 700;
}

.bonus-x2-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bonus-x2-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14.5px;
    color: var(--bx2-text);
}

.bonus-x2-check {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: var(--bx2-primary-light);
    color: var(--bx2-primary);
    border-radius: 50%;
    padding: 3px;
}

/* ---------- Timer ---------- */
.bonus-x2-timer-wrapper {
    background: var(--bx2-bg-soft);
    border: 1px solid var(--bx2-border);
    border-radius: 14px;
    padding: 24px 22px;
    text-align: center;
}

.bonus-x2-timer-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--bx2-text-soft);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.bonus-x2-clock-icon {
    width: 18px;
    height: 18px;
    color: var(--bx2-primary);
}

.bonus-x2-timer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

.bonus-x2-timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 72px;
}

.bonus-x2-timer-value {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: var(--bx2-text);
    background: var(--bx2-bg);
    border: 1px solid var(--bx2-border);
    border-radius: 10px;
    padding: 10px 12px;
    min-width: 72px;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
    line-height: 1;
    transition: transform .15s ease, color .3s ease;
}

.bonus-x2-timer-value.bx2-tick {
    animation: bonusX2Tick .35s ease;
}

@keyframes bonusX2Tick {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.08); color: var(--bx2-primary); }
    100% { transform: scale(1); }
}

.bonus-x2-timer-key {
    margin-top: 8px;
    font-size: 11px;
    font-weight: 600;
    color: var(--bx2-text-soft);
    text-transform: uppercase;
    letter-spacing: .8px;
}

.bonus-x2-timer-sep {
    font-size: 32px;
    font-weight: 700;
    color: var(--bx2-border);
    padding-top: 14px;
    user-select: none;
}

/* ---------- Progress bar ---------- */
.bonus-x2-progress {
    margin-top: 18px;
    width: 100%;
    height: 6px;
    background: var(--bx2-border);
    border-radius: 999px;
    overflow: hidden;
}

.bonus-x2-progress-bar {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, var(--bx2-primary) 0%, var(--bx2-accent) 100%);
    border-radius: 999px;
    transition: width 1s linear;
}

/* ---------- Urgent state (last 5 minutes) ---------- */
.bonus-x2-section.is-urgent .bonus-x2-timer-value {
    color: var(--bx2-accent);
    border-color: var(--bx2-accent);
}

.bonus-x2-section.is-urgent .bonus-x2-progress-bar {
    background: var(--bx2-accent);
}

/* ---------- Expired state ---------- */
.bonus-x2-expired {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px;
    font-size: 17px;
    font-weight: 700;
    color: #b91c1c;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
}

.bonus-x2-expired svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.bonus-x2-section.is-expired .bonus-x2-timer,
.bonus-x2-section.is-expired .bonus-x2-timer-label,
.bonus-x2-section.is-expired .bonus-x2-progress {
    display: none;
}

.bonus-x2-section.is-expired .bonus-x2-expired {
    display: flex;
}

.bonus-x2-section.is-expired .bonus-x2-container {
    opacity: .75;
    filter: grayscale(.4);
}

.bonus-x2-section.is-expired .bonus-x2-badge {
    background: #f1f5f9;
    color: #64748b;
}

.bonus-x2-section.is-expired .bonus-x2-badge-dot {
    background: #94a3b8;
    animation: none;
}

.bonus-x2-section.is-expired .bonus-x2-highlight {
    -webkit-text-fill-color: var(--bx2-text-soft);
    background: none;
}

/* ===== Trust card ===== */
.trust-card {
    margin-top: 22px;
    background: #fff;
    border: 1px solid #e3e7ed;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}
.trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
    padding: 18px 20px;
}
.trust-item {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; color: #4d5867;
}
.trust-item svg { width: 20px; height: 20px; flex: 0 0 20px; }
.trust-item b { color: #1f2733; font-weight: 700; }
.trust-item sup { color: #8a93a3; }
.trust-bar {
    background: #f1f5f9;
    color: #000;
    display: flex; align-items: center; justify-content: center;
    gap: 14px;
    padding: 12px 16px;
    font-size: 14px;
}
.trust-bar .stars { color: #f5b50a; letter-spacing: 2px; font-size: 18px; position: relative; }
.trust-bar .stars .half {
    background: linear-gradient(90deg, #f5b50a 50%, rgba(255,255,255,0.35) 50%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.trust-bar .flag { display: inline-flex; align-items: center; line-height: 0; border-radius: 2px; overflow: hidden; box-shadow: 0 0 0 1px rgba(255,255,255,0.2); }
.trust-bar .trust-text b { font-weight: 700; }
.trust-foot {
    text-align: center;
    color: #8a93a3;
    font-size: 11.5px;
    margin: 8px 0 0;
}

/* ---------- Responsive ---------- */
@media (min-width: 992px) {
    .bonus-x2-multiplier {
        display: block;
    }
    .bonus-x2-title {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .bonus-x2-section {
        padding: 24px 14px;
    }
    .bonus-x2-container {
        padding: 26px 20px;
        border-radius: 14px;
    }
    .bonus-x2-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .bonus-x2-title {
        font-size: 24px;
    }
    .bonus-x2-subtitle {
        font-size: 14.5px;
    }
    .bonus-x2-timer-value {
        font-size: 32px;
        min-width: 58px;
        padding: 8px 10px;
    }
    .bonus-x2-timer-unit {
        min-width: 58px;
    }
    .bonus-x2-timer-sep {
        font-size: 24px;
        padding-top: 10px;
    }
    .bonus-x2-timer-key {
        font-size: 10px;
    }
    .tunnel-back .btn-prev {
        background-color: #f03;
        border-radius: 0 5px 5px 0;
        color: white;
        padding: 9px;
        width: 100%;
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .bar-container .logo {
        display: none;
    }
    .devis-product-dynamic .lang {
        width: 100%;
        flex: 1;
        justify-content: space-between;
    }
    .devis-product-dynamic .tunnel-container {
        padding: 35px 0 10px;
    }
}

@media (max-width: 576px) {
    .tunnel-container .question-title {
        font-size: 20px;
        margin-bottom: 0;
        /*text-align: left;*/
    }
    .intro-lede {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 500px) {
    .trust-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 380px) {
    .bonus-x2-timer {
        gap: 4px;
    }
    .bonus-x2-timer-value {
        font-size: 26px;
        min-width: 48px;
        padding: 6px 8px;
    }
    .bonus-x2-timer-unit {
        min-width: 48px;
    }
    .bonus-x2-timer-sep {
        font-size: 20px;
    }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
    .bonus-x2-badge-dot,
    .bonus-x2-timer-value.bx2-tick {
        animation: none;
    }
}


/* ===== Coupons (offers) ===== */
.intro-lede {
    color: #110f15;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 18px;
    max-width: 730px;
    text-align: left;
}
.offers { display: flex; flex-direction: column; gap: 16px; }
.accept {
    width: 100%;
    background: #2eb842;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 20px;
    font: 600 16px/1 'Source Sans 3', sans-serif;
    cursor: pointer;
    transition: background .15s ease, transform .05s ease;
    margin-bottom: 4px;
}
.accept:hover { background: #25992f; }
.accept-note {
    color: #8a93a3;
    font-size: 12px;
    line-height: 1.55;
    margin: 8px 0 14px;
}
.offer {
    position: relative;
    display: grid;
    grid-template-columns: 40px 1fr;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(20,30,50,0.04), 0 1px 3px rgba(20,30,50,0.05);
    cursor: pointer;
    transition: box-shadow .2s ease;
}
.offer:hover { box-shadow: 0 4px 16px rgba(20,30,50,0.08); }
.offer .rail {
    background: #2eb842;
    display: flex; justify-content: center;
    padding-top: 24px;
}
.offer.blue .rail { background: #e89e09; }
.radio {
    width: 20px; height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 2px #2eb842;
    display: grid; place-items: center;
}
.offer.blue .radio { box-shadow: inset 0 0 0 2px #e89e09; }
.offer.selected .radio::after {
    content: ""; width: 9px; height: 9px;
    border-radius: 50%; background: #2eb842;
}
.offer.blue.selected .radio::after { background: #e89e09; }

.offer .body {
    display: grid;
    grid-template-columns: 1fr;
    padding: 18px 22px 18px 18px;
}
.offer.split .body { grid-template-columns: 1.05fr 1fr; }
.offer .col + .col {
    border-left: 1px solid #e3e7ed;
    padding-left: 18px;
    margin-left: 18px;
    position: relative;
}
.col.bonus-col .bonus-content {
    filter: blur(8px);
    transition: filter .35s ease;
    user-select: none; pointer-events: none;
}
.col.bonus-col.revealed .bonus-content {
    filter: blur(0); pointer-events: auto; user-select: auto;
}
.reveal-btn {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #e89e09;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 20px;
    font: 700 13px/1 'Source Sans 3', sans-serif;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(91,139,240,0.35);
    display: inline-flex; align-items: center; gap: 8px;
    white-space: nowrap;
    transition: background .15s ease, transform .15s ease, opacity .25s ease;
    z-index: 2;
}
.reveal-btn:hover { background: #dc9709; transform: translate(-50%, -50%) translateY(-1px); }
.reveal-btn svg { width: 14px; height: 14px; }
.col.bonus-col.revealed .reveal-btn { opacity: 0; pointer-events: none; }

.eyebrow {
    font-size: 12px; font-weight: 600;
    color: #4d5867;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 2px;
}
.label { font-size: 15px; font-weight: 800; color: #1f2733; margin: 0 0 6px; text-transform: uppercase;}
.price-row { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.price {
    font-size: 26px; font-weight: 800;
    color: #212529;; line-height: 1;
}
.offer.blue .price { color: #212529; }
.offer.blue .bonus-content .price { color: #e89e09; }
.price sup { font-size: 0.55em; vertical-align: super; margin-left: 2px; }
.price-note { font-size: 12px; color: #212529; font-weight: 600; line-height: 1.3; }
.offer.blue .price-note { color: #212529; }
.desc { color: #8a93a3; font-size: 12.5px; line-height: 1.55; margin: 12px 0 0; }
.desc a { color: #e89e09; text-decoration: none; }

@media (max-width: 600px) {
    .intro-lede {
        color: #110f15;
        font-size: 16px;
        line-height: 24px
    }
    .offer.split .body {
        grid-template-columns: 1fr;
    }
    .price-row {
        display: flex;
        gap: 2px;
        flex-direction: column;
    }
    .price-row .price-note br {
        display: none;
    }
    .offer .col + .col {
        border-left: none;
        border-top: 1px dashed #bbcce5;
        padding-left: 18px;
        padding-top: 18px;
        margin-top: 18px;
        margin-left: 0;
    }
}