.wwv2 {
    --ww-accent: #E85611;
    --ww-accent-hover: #cf4a0d;
    --ww-accent-soft: rgba(232, 86, 17, 0.10);
    --ww-savings: #2f7d32;
    --ww-savings-bg: #f4fbf4;
    --ww-neg: #b91c1c;
    --ww-text: #171b25;
    --ww-muted: #7b8493;
    --ww-border: #e8e8ee;
    --ww-card: #ffffff;
    --ww-soft-card: #fbfbfc;
    --ww-radius-lg: 26px;
    --ww-radius-md: 18px;
    --ww-radius-sm: 13px;
    --ww-font: 'Avenir Next', 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
    --ww-transition: all 0.22s ease;

    font-family: var(--ww-font);
    color: var(--ww-text);
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.wwv2 *,
.wwv2 *::before,
.wwv2 *::after {
    box-sizing: border-box;
}

.wwv2 button,
.wwv2 input,
.wwv2 summary {
    font: inherit;
}

.wwv2 .ww-step-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    border: 1px solid var(--ww-border);
    border-radius: 999px;
    padding: 6px;
    background: #fff;
    margin: 0 0 28px;
}

.wwv2 .ww-step-tab {
    border: 0;
    background: transparent;
    border-radius: 999px;
    color: #50545d;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 16px;
    transition: var(--ww-transition);
}

.wwv2 .ww-step-tab.ww-active {
    background: var(--ww-accent-soft);
    color: var(--ww-accent);
    font-weight: 700;
}

.wwv2 .ww-step-panel {
    display: none;
}

.wwv2 .ww-step-panel.ww-active {
    display: block;
}

.wwv2 .ww-card-main {
    background: #fff;
    border: 1px solid var(--ww-border);
    border-radius: var(--ww-radius-lg);
    box-shadow: 0 22px 58px -34px rgba(17, 24, 39, 0.28);
    padding: 38px 40px;
}

.wwv2 h2,
.wwv2 h3,
.wwv2 p {
    margin-top: 0;
}

.wwv2 h2 {
    color: var(--ww-text);
    font-size: var(--ww-title-size, 31px);
    line-height: 1.12;
    letter-spacing: -0.035em;
    margin-bottom: 6px;
}

.wwv2 .ww-lead {
    color: #545b66;
    font-size: 18px;
    margin-bottom: 28px;
}

.wwv2 .ww-two-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 22px;
}

.wwv2 .ww-field span,
.wwv2 .ww-solution-grid label span {
    display: block;
    color: #4b515c;
    font-size: 17px;
    margin-bottom: 8px;
}

.wwv2 .ww-field-box,
.wwv2 .ww-solution-grid label div {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--ww-border);
    border-radius: var(--ww-radius-sm);
    background: #fff;
    padding: 12px 16px;
}

.wwv2 input[type="number"] {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ww-text);
    font-size: 22px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.wwv2 em {
    color: #414957;
    font-style: normal;
    font-size: 19px;
    font-weight: 500;
    white-space: nowrap;
}

.wwv2 .ww-volume-card,
.wwv2 .ww-info-strip,
.wwv2 .ww-result-hero {
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid rgba(232, 86, 17, 0.23);
    border-radius: var(--ww-radius-sm);
    background: linear-gradient(90deg, rgba(232, 86, 17, 0.10), rgba(232, 86, 17, 0.03));
}

.wwv2 .ww-volume-card {
    padding: 18px 22px;
    margin-bottom: 28px;
}

.wwv2 .ww-volume-card > span:not(.ww-icon) {
    color: #7f695d;
    font-size: 17px;
}

.wwv2 .ww-volume-card strong span {
    color: inherit;
    font-size: inherit;
}

.wwv2 .ww-volume-card strong {
    color: var(--ww-accent);
    font-size: 28px;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.wwv2 .ww-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 28px;
    height: 28px;
    color: var(--ww-accent);
}

.wwv2 .ww-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.wwv2 .ww-range-block {
    margin: 24px 0 32px;
}

.wwv2 .ww-range-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.wwv2 .ww-range-head span {
    font-size: 20px;
    font-weight: 600;
}

.wwv2 .ww-range-head strong {
    background: #f8f4f2;
    border-radius: 999px;
    color: var(--ww-text);
    font-size: 20px;
    font-weight: 600;
    padding: 10px 18px;
    white-space: nowrap;
}

.wwv2 input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: #e6e7ed;
    outline: none;
    cursor: pointer;
    margin: 0;
}

.wwv2 input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e7e7ec;
    box-shadow: 0 5px 18px rgba(17, 24, 39, 0.17);
    cursor: pointer;
}

.wwv2 input[type="range"]::-moz-range-thumb {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e7e7ec;
    box-shadow: 0 5px 18px rgba(17, 24, 39, 0.17);
    cursor: pointer;
}

.wwv2 .ww-range-marks {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    color: #7f8898;
    font-size: 14px;
    margin-top: 15px;
}

.wwv2 .ww-range-marks span:not(:first-child) {
    text-align: center;
}

.wwv2 .ww-range-marks span:last-child {
    text-align: right;
}

.wwv2 .ww-range-block p {
    color: #6f7580;
    font-size: 16px;
    margin: 14px 0 0;
}

.wwv2 .ww-next,
.wwv2 .ww-product-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ww-accent), #ff6a1f);
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    padding: 18px 28px;
    min-height: 58px;
    transition: var(--ww-transition);
}

.wwv2 .ww-card-main > .ww-next {
    width: 100%;
}

.wwv2 .ww-next:hover,
.wwv2 .ww-product-cta a:hover {
    color: #fff;
    transform: translateY(-1px);
    filter: brightness(0.98);
}

.wwv2 .ww-back {
    border: 1px solid var(--ww-border);
    border-radius: 999px;
    background: #fff;
    color: var(--ww-text);
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 24px;
}

.wwv2 .ww-benefits {
    margin-top: 30px;
    text-align: center;
}

.wwv2 .ww-benefits h3 {
    font-size: 25px;
    margin-bottom: 22px;
}

.wwv2 .ww-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    text-align: left;
}

.wwv2 .ww-benefit-grid > div {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid var(--ww-border);
    border-radius: var(--ww-radius-sm);
    background: #fff;
    min-height: 94px;
    padding: 18px;
    box-shadow: 0 16px 36px -30px rgba(17, 24, 39, 0.25);
}

.wwv2 .ww-benefit-grid .ww-icon,
.wwv2 .ww-result-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--ww-accent-soft);
    padding: 13px;
}

.wwv2 .ww-benefit-grid span:not(.ww-icon) {
    font-size: 16px;
    font-weight: 500;
}

.wwv2 .ww-method-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 22px;
    color: var(--ww-accent);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 600;
}

.wwv2 .ww-compare-solutions {
    display: grid;
    gap: 18px;
}

.wwv2 .ww-solution-card {
    border: 1px solid var(--ww-border);
    border-radius: var(--ww-radius-md);
    padding: 22px 26px;
    background: #fff;
}

.wwv2 .ww-solution-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

.wwv2 .ww-solution-head .ww-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--ww-accent-soft);
    padding: 10px;
}

.wwv2 .ww-solution-head h3 {
    font-size: 25px;
    line-height: 1.15;
    margin: 0;
}

.wwv2 .ww-solution-grid {
    display: grid;
    grid-template-columns: 0.8fr 1fr 1fr;
    gap: 20px;
}

.wwv2 .ww-solution-cost {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid var(--ww-border);
    color: #555c68;
    font-size: 18px;
    margin-top: 18px;
    padding-top: 14px;
}

.wwv2 .ww-solution-cost > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #aeb4bf;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    color: #444b55;
    font-weight: 700;
}

.wwv2 .ww-solution-cost strong {
    color: var(--ww-text);
    font-variant-numeric: tabular-nums;
}

.wwv2 .ww-info-strip {
    margin-top: 20px;
    padding: 18px 20px;
    font-size: 17px;
    color: #4d515a;
}

.wwv2 .ww-info-strip .ww-icon {
    width: 34px;
    height: 34px;
}

.wwv2 .ww-details-lite,
.wwv2 .ww-detail-panel,
.wwv2 .ww-after-results details {
    border: 1px solid var(--ww-border);
    border-radius: var(--ww-radius-sm);
    background: #fff;
    overflow: hidden;
}

.wwv2 .ww-details-lite {
    margin-top: 16px;
}

.wwv2 summary {
    list-style: none;
    cursor: pointer;
    font-weight: 600;
    padding: 16px 20px;
}

.wwv2 summary::-webkit-details-marker {
    display: none;
}

.wwv2 summary::after {
    content: '⌄';
    float: right;
    color: var(--ww-text);
}

.wwv2 details[open] > summary::after {
    content: '⌃';
}

.wwv2 .ww-details-lite > div,
.wwv2 .ww-after-results details > div {
    color: #5b616b;
    padding: 0 20px 18px;
}

.wwv2 .ww-actions {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    margin-top: 20px;
}

.wwv2 .ww-explain-block {
    margin: 30px 0 0;
}

.wwv2 .ww-explain-block h3 {
    font-size: 27px;
    margin-bottom: 10px;
}

.wwv2 .ww-explain-block p {
    color: #4d535e;
    font-size: 17px;
    max-width: 770px;
}

.wwv2 .ww-result-hero {
    align-items: flex-start;
    margin-bottom: 28px;
    padding: 24px 28px;
}

.wwv2 .ww-result-hero p {
    color: var(--ww-text);
    font-size: 26px;
    font-weight: 650;
    letter-spacing: -0.02em;
    line-height: 1.23;
    margin: 0;
}

.wwv2 .ww-result-icon {
    background: linear-gradient(135deg, var(--ww-accent), #ff7b2f);
    color: #fff;
    width: 78px;
    height: 78px;
    padding: 20px;
}

.wwv2 .ww-result-icon .ww-icon {
    color: #fff;
}

.wwv2 .ww-results-table-wrap {
    border: 1px solid var(--ww-border);
    border-radius: var(--ww-radius-md);
    overflow: hidden;
    background: #fff;
    margin-bottom: 24px;
}

.wwv2 .ww-results-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.wwv2 .ww-results-table th,
.wwv2 .ww-results-table td {
    border-right: 1px solid var(--ww-border);
    border-bottom: 1px solid var(--ww-border);
    padding: 22px 20px;
    text-align: center;
    vertical-align: middle;
}

.wwv2 .ww-results-table th:first-child,
.wwv2 .ww-results-table td:first-child {
    text-align: left;
    width: 24%;
    color: #39404a;
    font-weight: 500;
}

.wwv2 .ww-results-table th:last-child,
.wwv2 .ww-results-table td:last-child {
    border-right: 0;
}

.wwv2 .ww-results-table tr:last-child td {
    border-bottom: 0;
}

.wwv2 .ww-results-table thead tr:first-child th:first-child {
    border-top-left-radius: var(--ww-radius-md);
}

.wwv2 .ww-results-table thead tr:first-child th:last-child {
    border-top-right-radius: var(--ww-radius-md);
}

.wwv2 .ww-results-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: var(--ww-radius-md);
}

.wwv2 .ww-results-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: var(--ww-radius-md);
}

.wwv2 .ww-results-table th {
    color: #2d333d;
    font-size: 17px;
    font-weight: 600;
}

.wwv2 .ww-results-table th .ww-icon {
    vertical-align: middle;
    margin-right: 8px;
}

.wwv2 .ww-results-table td {
    font-size: 22px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.wwv2 .ww-results-table .ww-is-ww {
    background: var(--ww-accent-soft);
    color: var(--ww-accent);
}

.wwv2 .ww-saving-cards-heading {
    color: var(--ww-text);
    font-size: 25px;
    line-height: 1.18;
    letter-spacing: -0.025em;
    margin: 0 0 16px;
}

.wwv2 .ww-saving-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.wwv2 .ww-saving-card {
    border: 1px solid var(--ww-border);
    border-radius: var(--ww-radius-md);
    background: #fff;
    padding: 22px;
    box-shadow: 0 18px 42px -35px rgba(17, 24, 39, 0.35);
}

.wwv2 .ww-saving-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2f7d32;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.wwv2 .ww-saving-title .ww-icon {
    width: 24px;
    height: 24px;
    color: #2f7d32;
}

.wwv2 .ww-saving-card strong {
    display: block;
    color: var(--ww-savings);
    font-size: 28px;
    line-height: 1.1;
    margin: 12px 0 4px;
    font-variant-numeric: tabular-nums;
}

.wwv2 .ww-saving-card strong.ww-neg-value {
    color: var(--ww-neg);
}

.wwv2 .ww-saving-card strong.ww-pos-value {
    color: var(--ww-savings);
}

.wwv2 .ww-saving-card span:not(.ww-icon) {
    color: #4d535d;
    font-size: 16px;
}

.wwv2 .ww-detail-panel {
    border-color: rgba(232, 86, 17, 0.24);
    background: linear-gradient(180deg, rgba(232, 86, 17, 0.06), rgba(232, 86, 17, 0.02));
    margin-bottom: 28px;
}

.wwv2 .ww-detail-panel summary {
    color: var(--ww-accent);
    font-size: 18px;
    padding: 18px 26px;
}

.wwv2 .ww-detail-panel ul {
    border-top: 1px solid rgba(232, 86, 17, 0.17);
    margin: 0;
    padding: 18px 30px 22px 42px;
    color: #424853;
    font-size: 17px;
}

.wwv2 .ww-detail-panel li::marker {
    color: var(--ww-accent);
}

.wwv2 .ww-after-results {
    margin-bottom: 26px;
}

.wwv2 .ww-after-results h3 {
    font-size: 28px;
    margin-bottom: 8px;
}

.wwv2 .ww-after-results > p {
    color: #4d535e;
    font-size: 17px;
    max-width: 780px;
    margin-bottom: 16px;
}

.wwv2 .ww-after-results details {
    margin-top: 10px;
}

.wwv2 .ww-product-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 26px;
    align-items: center;
    border: 1px solid var(--ww-border);
    border-radius: var(--ww-radius-md);
    background: linear-gradient(110deg, #fff, #fff7f2);
    overflow: hidden;
    padding: 30px 34px;
}

.wwv2 .ww-product-cta h3 {
    font-size: 31px;
    margin-bottom: 10px;
}

.wwv2 .ww-product-cta p {
    color: #4d535e;
    font-size: 18px;
    margin-bottom: 24px;
    max-width: 420px;
}

.wwv2 .ww-product-cta a {
    min-width: 250px;
    width: fit-content;
}

.wwv2 .ww-product-cta img {
    display: block;
    width: 100%;
    max-height: 230px;
    object-fit: contain;
}


.wwv2 .ww-method-details {
    margin-top: 22px;
    border: 0;
    background: transparent;
    color: #6f7580;
}

.wwv2 .ww-method-details summary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6f7580;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.wwv2 .ww-method-details summary::after {
    float: none;
    color: inherit;
}

.wwv2 .ww-method-details > div {
    margin-top: 14px;
    color: #5b616b;
    font-size: 14.5px;
    line-height: 1.65;
    border: 1px solid var(--ww-border);
    border-radius: var(--ww-radius-sm);
    background: #fff;
    padding: 18px 20px;
}

@media (max-width: 860px) {
    .wwv2 {
        padding: 0;
    }

    .wwv2 .ww-step-tabs {
        grid-template-columns: 1fr;
        border-radius: 22px;
    }

    .wwv2 .ww-step-tab {
        font-size: 16px;
        padding: 11px 12px;
    }

    .wwv2 .ww-card-main {
        padding: 26px 22px;
    }

    .wwv2 h2 {
        font-size: 28px;
    }

    .wwv2 .ww-two-fields,
    .wwv2 .ww-benefit-grid,
    .wwv2 .ww-solution-grid,
    .wwv2 .ww-saving-cards,
    .wwv2 .ww-product-cta,
    .wwv2 .ww-actions {
        grid-template-columns: 1fr;
    }

    .wwv2 .ww-range-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .wwv2 .ww-result-hero {
        flex-direction: column;
    }

    .wwv2 .ww-result-hero p {
        font-size: 23px;
    }

    .wwv2 .ww-results-table-wrap {
        overflow-x: auto;
    }

    .wwv2 .ww-results-table {
        min-width: 690px;
    }

    .wwv2 .ww-product-cta a {
        width: 100%;
        min-width: 0;
    }

    .wwv2 .ww-product-cta img {
        max-height: 180px;
    }
}

@media (max-width: 480px) {
    .wwv2 .ww-card-main {
        border-radius: 20px;
    }

    .wwv2 h2 {
        font-size: 25px;
    }

    .wwv2 .ww-lead,
    .wwv2 .ww-explain-block p,
    .wwv2 .ww-after-results > p {
        font-size: 16px;
    }

    .wwv2 .ww-volume-card,
    .wwv2 .ww-info-strip {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

/* V29 corrections simulateur */
.wwv2 .ww-result-hero p {
    font-weight: 550;
}

.wwv2 .ww-result-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    min-width: 82px;
    min-height: 82px;
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    padding: 18px;
}

.wwv2 .ww-result-icon .ww-icon {
    width: 46px;
    height: 46px;
    color: #fff;
}

.wwv2 .ww-result-icon .ww-icon svg {
    width: 100%;
    height: 100%;
}

.wwv2 .ww-results-table-wrap {
    border-radius: var(--ww-radius-md);
    overflow: hidden;
    background: #fff;
}

.wwv2 .ww-results-table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}

.wwv2 .ww-results-table th,
.wwv2 .ww-results-table td {
    background-clip: padding-box;
}

.wwv2 .ww-results-table tbody tr:last-child td {
    border-bottom: 0;
}

.wwv2 .ww-results-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0;
}

.wwv2 .ww-results-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0;
}

.wwv2 .ww-method-details summary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: auto;
    line-height: 1.15;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding: 0 0 2px;
}

.wwv2 .ww-method-details summary::after {
    content: '⌄';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
    width: 1em;
    height: 1em;
    margin-left: 2px;
    color: currentColor;
    font-size: 1em;
    line-height: 1;
}

.wwv2 .ww-method-details[open] > summary::after {
    content: '⌃';
}

.wwv2 .ww-method-details > div {
    max-width: none;
}

.wwv2 .ww-method-table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0 18px;
    font-size: 14px;
    background: #fff;
}

.wwv2 .ww-method-table th,
.wwv2 .ww-method-table td {
    border: 1px solid var(--ww-border);
    padding: 9px 10px;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.wwv2 .ww-method-table th:first-child,
.wwv2 .ww-method-table td:first-child {
    text-align: left;
}

.wwv2 .ww-method-table tr.ww-total td {
    font-weight: 700;
    color: var(--ww-text);
}

@media (max-width: 860px) {
    .wwv2 .ww-result-icon {
        width: 72px;
        height: 72px;
        min-width: 72px;
        min-height: 72px;
        padding: 15px;
    }

    .wwv2 .ww-result-icon .ww-icon {
        width: 40px;
        height: 40px;
    }
}
