.resale {
    height: 72vh;
    align-content: center;
}

.resale>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 72vh;
    z-index: 0;
    object-fit: cover;
}

.resale-infos-numbers {
    display: flex;
    height: 200px;
    background-color: var(--color-secondary-dark);
}

.icon-green {
    width: 24px;
}

.icon-red {
    width: 24px;
}

.container-resale-infos-numbers {
    display: flex;
    max-width: 1220px;
    width: 100%;
    justify-content: space-between;
    margin: auto;
}

.content-resale-infos-numbers {
    width: 100%;
    text-align: center;
}

.content-resale-infos-numbers>h2 {
    font-size: 44px;
    color: var(--color-text-primary);
}

.content-resale-infos-numbers>p {
    font-size: 20px;
    color: var(--color-text-primary);
    font-weight: bold;
}

.border-infos-numbers-resale {
    border-left: 2px solid var(--color-text-primary);
}

.text-hero-resale {
    position: relative;
    z-index: 2;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1220px;
    margin: auto;
}

.text-hero-resale>h1 {
    text-shadow: -6px -2px 20px rgb(0 0 0);
    color: #fff;
    font-size: 56px;
}

.text-hero-resale>p {
    text-shadow: -6px -2px 20px rgb(0 0 0);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.resale-comparative-chart {
    max-width: 1220px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

.resale-comparative-chart-mobile {
    display: none;
}

.resale-comparative-chart-header {
    padding: 0 24px 40px 24px;
}

.container-comparative-desktop>h2 {
    font-size: 40px;
}

.container-comparative-desktop>h2,
.container-comparative-desktop>p {
    text-align: center;
}

.resale-model {
    background-color: var(--color-secondary-dark);
    padding-top: 80px;
    padding-bottom: 80px;
}

.container-resale-model {
    max-width: 1220px;
    margin: auto;
}

.container-resale-model>h2,
.container-resale-model>p {
    text-align: center;
}

.container-resale-model>h2 {
    font-size: 40px;
}

.content-resale-model {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding-top: 90px;
    padding-bottom: 90px;
}

.card-model-resale {
    width: 289px;
    padding: 40px 24px;
    border-radius: 26px;
    position: relative;
    border: 1px solid rgb(255 255 255 / 18%);
    box-shadow: inset 9px 10px 20px #00000008, inset -11px -8px 20px #00000000;
    transition: .5s;
}

.card-model-resale>h4 {
    font-weight: bold;
}

.card-model-resale:hover {
    background-color: #F8FAFC33;
    transition: .5s;
    cursor: pointer;
}

.icon-card-model-resale {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.icon-card-model-resale img {
    width: 56px;
    height: 56px;
}

.card-model-resale>h2 {
    font-weight: bold;
}

.container-button-model-resale {
    display: flex;
    justify-content: center;
}

.growth {
    background-color: var(--color-background-soft);
    padding-bottom: 100px;
}

.growth>div {
    max-width: 1220px;
    margin: auto;
}

.container-growth {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.growth>div>p {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 60px;
    font-size: 18px;
    font-weight: bold;
}

.content-growth-title {
    font-size: 24px;
    font-weight: bold;
}

.content-growth-subtitle {
    color: var(--color-text-muted);
    padding-bottom: 40px;
}

.content-growth-checks {
    display: flex;
    gap: 10px;
    padding-bottom: 12px;
}

.content-growth-checks>p {
    color: var(--neutral-color-headings-black);
}

.partners-resale {
    max-width: 1220px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 60px;
}

.partners-resale>h2 {
    font-size: 42px;
    text-align: center;
}

.container-partners-resale {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.network-resale {
    background-color: var(--color-secondary-dark);
}

.network-resale>div {
    padding-top: 80px;
    padding-bottom: 60px;
    max-width: 1220px;
    margin: auto;
    justify-self: center;
    text-align: center;
}

.container-button-network-resale {
    padding-top: 40px;
}

.container-comparative {
    margin-top: 60px;
}

.comparative-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--neutral-color-600);
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 40px rgb(15 23 42 / 8%);
}

.comparative-table th,
.comparative-table td {
    min-height: 78px;
    padding: 20px 24px;
    border-bottom: 1px solid var(--neutral-color-600);
    vertical-align: middle;
}

.comparative-table tbody tr:last-child td {
    border-bottom: none;
}

.comparative-table thead th {
    font-size: 30px;
    font-weight: 700;
    color: var(--neutral-color-headings-black);
    background: #f8fafc;
    text-align: center;
}

.comparative-table thead th:first-child {
    width: 52%;
    text-align: left;
}

.comparative-header-highlight,
.comparative-status-highlight {
    background: #1E3A8A;
    color: #fff;
}

.comparative-table tbody td:first-child {
    font-size: 18px;
    line-height: 1.5;
    color: var(--neutral-color-headings-black);
    text-align: left;
}

.comparative-status {
    text-align: center;
}

.comparative-status svg {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.container-comparative>hr,
.container-comparative>.content-comparative-infos,
.container-comparative>.content-comparative-not-pdv,
.container-comparative>.content-comparative-pdv {
    display: none;
}

.line-comparative-1 {
    width: 64.8%;
    position: absolute;
    top: 37%;
    border: 1px solid var(--neutral-color-600);
}

.line-comparative-2 {
    width: 64.8%;
    position: absolute;
    top: 58%;
    border: 1px solid var(--neutral-color-600);
}

.line-comparative-3 {
    width: 64.8%;
    position: absolute;
    top: 79%;
    border: 1px solid var(--neutral-color-600);
}

.line-comparative-4 {
    width: 64.8%;
    position: absolute;
    top: 37%;
    border: 1px solid var(--neutral-color-600);
}

.line-comparative-5 {
    width: 64.8%;
    position: absolute;
    top: 58%;
    border: 1px solid var(--neutral-color-600);
}

.line-comparative-6 {
    width: 64.8%;
    position: absolute;
    top: 79%;
    border: 1px solid var(--neutral-color-600);
}

.line-comparative-7 {
    width: 64.8%;
    position: absolute;
    top: 37%;
    border: 1px solid var(--neutral-color-600);
}

.line-comparative-8 {
    width: 64.8%;
    position: absolute;
    top: 58%;
    border: 1px solid var(--neutral-color-600);
}

.line-comparative-9 {
    width: 64.8%;
    position: absolute;
    top: 79%;
    border: 1px solid var(--neutral-color-600);
}

.line-comparative-3 {
    width: 64.8%;
    position: absolute;
    top: 79%;
    border: 1px solid var(--neutral-color-600);
}


.header-comparative {
    margin-bottom: -25px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.header-comparative>svg {
    width: 26px;
    margin-left: 4px;
}

.container-comparative>div {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.content-comparative-infos {
    padding: 30px 0;
    width: 200px;
    font-size: 18px;
}

.content-comparative-not-pdv {
    padding: 30px;
    width: 286px;
    text-align: center;
    color: #000;
}

.content-comparative-pdv {
    background-color: #1E3A8A;
    padding: 30px;
    width: 286px;
    text-align: center;
    color: #fff;
    border-radius: 24px;
    box-shadow: 0px 0px 20px #0000009e;
}

.content-comparative-pdv>p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: -3px;
}

.content-comparative-not-pdv>p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: -3px;
}

.carousel-container-resale {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
}

.carousel-track-resale {
    display: flex;
    transition: transform 0.4s ease-in-out;
    width: 100%;
}

.carousel-slide-resale {
    min-width: 100%;
    box-sizing: border-box;
}

.slide-content-resale {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-family: sans-serif;
    font-weight: bold;
}

.carousel-dots-resale {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

.dot-resale {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.dot-resale.active {
    background-color: white;
    transform: scale(1.3);
}

.container-comparative-desktop {
    display: block;
}

.container-comparative-mobile {
    display: none;
}

.form-resale>.form-section>.form>.content-form {
    background-color: var(--color-text-muted);
}

.resale-infos-numbers-mobile {
    display: none;
    background-color: var(--color-secondary-dark);
}

.container-resale-infos-numbers-mobile {
    display: flex;
    max-width: 1220px;
    width: 100%;
    justify-content: center;
    margin: auto;
    gap: 15px;
    flex-direction: column;
    height: 100vh;
}

.border-infos-numbers-resale-mobile {
    border-bottom: 2px solid var(--color-text-primary);
    padding-bottom: 15px;
}


.form {
    background-color: #EAB308;
}

@media (max-width: 1240px) {
    .content-resale-model {
        grid-template-columns: 1fr 1fr;
        margin: auto;
        justify-items: center;
    }

    .comparative-table thead th {
        font-size: 24px;
    }

    .comparative-table th,
    .comparative-table td {
        padding: 18px 20px;
    }
}

@media (max-width: 768px) {
    .resale {
        height: 100vh;
    }

    .text-hero-resale {
        margin-top: 150px;
    }

    .btn-blue {
        margin-bottom: 20px
    }

    .resale>img {
        height: 100vh;
    }

    .resale-infos-numbers-mobile {
        display: flex;
    }

    .resale-infos-numbers {
        display: none;
    }

    .content-resale-infos-numbers>h2 {
        font-size: 44px;
    }

    .resale-comparative-chart {
        display: none;
    }

    .resale-comparative-chart-mobile {
        display: flex;
        padding: 120px 0 80px 0;
        text-align: center;
        max-width: 100%;
        overflow: hidden;
        flex-direction: column;
    }

    .carousel-container-resale {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 12px;
        margin-top: 30px;
        max-width: 100%;
        box-sizing: border-box;
        min-height: auto;
    }

    .carousel-track-resale {
        display: flex;
        transition: transform 0.4s ease-in-out;
        width: 200%;
    }

    .carousel-slide-resale {
        min-width: 50%;
        box-sizing: border-box;
        flex: 0 0 50%;
        overflow: visible;
		padding: 0 15px;
    }

    .carousel-dots-resale {
        position: relative;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 12px;
        margin-top: 20px;
        margin-bottom: 20px;
        justify-content: center;
        padding: 0 20px;
    }

    .dot-resale {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.3);
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .dot-resale.active {
        background-color: #000;
        transform: scale(1.3);
    }

    .resale-comparative-pdv-header {
        margin-top: 50px;
    }

    .resale-comparative-chart-mobile table {
        margin: 20px 0;
    }

    .resale-comparative-chart-mobile td,
    .resale-comparative-chart-mobile th {

        border: none;
        border-bottom: 1px solid var(--neutral-color-600);
        padding: 20px 0px;
        font-size: 17px;
    }

    .resale-comparative-chart-mobile td:nth-child(1),
    .resale-comparative-chart-mobile th:nth-child(1) {
        text-align: left;
    }

    .resale-comparative-chart-mobile td:nth-child(2),
    .resale-comparative-chart-mobile th:nth-child(2) {
        text-align: right;
    }

    .resale-comparative-chart-mobile tr:last-child td {
        border-bottom: none;
    }

    .resale-comparative-chart-mobile table {
        border-collapse: collapse;
        width: 100%;
    }

    .content-resale-model {
        margin: auto;
        justify-items: center;
    }

    .card-model-resale {
        width: 140px;
        padding: 40px 24px;
        border-radius: 26px;
        position: relative;
        border: 1px solid rgb(255 255 255 / 18%);
        box-shadow: inset 9px 10px 20px #00000008, inset -11px -8px 20px #00000000;
        transition: .5s;
    }

    .card-model-resale>h4 {
        font-weight: bold;
        font-size: 15px;
    }

    .card-model-resale:hover {
        background-color: #F8FAFC33;
        transition: .5s;
        cursor: pointer;
    }

    .icon-card-model-resale {
        width: 32px;
        height: 32px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px;
    }

    .icon-card-model-resale img {
        width: 32px;
        height: 32px;
    }

    .container-resale-model>h2,
    .container-resale-model>p {
        text-align: left;
    }

    .form {
        background-color: transparent;
    }

    .container-growth {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 40px;
        justify-items: start;
    }

    .container-partners-resale {
        grid-template-columns: 1fr;
    }

    .container-comparative-desktop {
        display: none;
    }

    .container-comparative-mobile {
        display: block;
    }

    .container-comparative-desktop>.content-comparative-not-pdv {
        padding: 0;
        width: 100%;
    }

    .container-comparative-desktop>.content-comparative-not-pdv>.header-comparative {
        padding: 0;
        width: 100%;
    }
}
