section.volvo-testdrive .sled-modelos select {
    color: #1C6ABA !important;
}

/* Card contenedor */
.vehiculo-card {
    background: rgba(245, 243, 242, 0.50);
    padding: 40px 24px;
    max-width: 382px;
    margin: 0 auto;
    box-shadow: 4px 4px 4px 0 rgba(180, 180, 180, 0.25);
    text-align: center;
}

/* Vehículo seleccionado */
.vehiculo-label {
    color: var(--neutro-neutro-500, #1D1D1C);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
}

/* Imagen */
.vehiculo-image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 16px;
    display: block;
}



/* Versión */
.vehiculo-version {
    color: var(--red-red-500, #E30614);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
}

/* Precio */
.vehiculo-precio {
    color: #1D1D1C;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
}

@media(max-width: 768px) {
    .vehiculo-precio {
        font-size: 14px;
        margin-top: 8px;
        text-align: left;
    }
}

.models_container {
    display: flex;
}

.models_container__left {
    width: 40%;
}

.models_container__right {
    width: 60%;
}

/* ===============================
   BREADCRUMBS – FIGMA FINAL
================================ */

.description-strong {
    color: #414140;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

@media(max-width:768px) {
    .description-strong {
        margin-bottom: 32px;
    }
}

.breadcrumbs-pasos .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: nowrap;
}

/* paso */
.breadcrumbs-pasos .paso {
    flex: 0 0 auto;
}

/* enlace */
.breadcrumbs-pasos .paso a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #414140;
    opacity: .35;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
}

/* activo */
.breadcrumbs-pasos .paso a.active {
    opacity: 1;
}

/* círculo */
.breadcrumbs-pasos .paso .num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #414140;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* flecha */
.breadcrumbs-pasos .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .35;
}

/* flecha svg */
.breadcrumb-arrow {
    width: 16px;
    height: 16px;
    display: block;
}

/* flecha activa (cuando el paso anterior está activo) */
.breadcrumbs-pasos .paso a.active+.icon {
    opacity: 1;
}

/* ===============================
   TITULOS (CENTRADOS)
    ================================ */
.title-section {
    text-align: center;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 90px;
    font-size: 40px;
}

@media(max-width: 768px) {
    .title-section {
        margin-top: 40px;
        font-size: 24px;
    }
}

.description-section {
    text-align: center;
    color: #666;
    margin-bottom: 64px;
    margin-top: 0px;
}

@media(max-width: 768px) {
    .description-section {
        margin-bottom: 36px;
    }
}

/* ===============================
   STEP 1 – VEHÍCULO (CENTRADO)
================================ */
.step {
    margin-bottom: 80px !important;
}

.cart__container {
    margin-bottom: 16px;
    text-align: center;
}

figure {
    display: flex;
    justify-content: center;
}

figure img {
    max-width: 360px;
    width: 100%;
}

.version__election__title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-top: 40px;
}

@media(max-width: 768px) {
    .version__election__title {
        font-size: 14px;
        text-align: left;
        margin-top: 0px;
    }
}

.version-precio {
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0 24px;
    text-align: center;
}

@media(max-width: 768px) {
    .version-precio {
        font-size: 14px;
        text-align: left;
        margin: 0;
    }
}

/* ===============================
   SELECT + BOTONES (CENTRADOS)
================================ */
#form-content-version {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}

#versioncotiza {
    width: 100%;
    padding: 14px;
    border: 1px solid #676767;
    margin-bottom: 32px;
    color: #949494;
    font-size: 14px;
}

/* botones */
.continue {
    align-items: center;
}

#continueButton {
    width: 100%;
    background: #ed1c24;
    color: #fff;
    font-weight: 600;
    border: 0;
    font-size: 16px;
    padding: 14px;
    cursor: pointer;
    margin-bottom: 16px;
}

#backButton {
    font-size: 16px;
    color: #9B9B9B;
    margin-top: 6px;
    font-weight: 600;
    text-decoration: underline;
}

/* ===============================
   STEP 2 – CABECERA MODELO
================================ */
.info-modelo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 32px;
    text-align: center;
}

.info-modelo figure img {
    max-width: 220px;
}

.info-modelo h1 {
    font-size: 22px;
    font-weight: 700;
}

#versionTitle {
    font-size: 18px;
    font-weight: 700;
}

@media(max-width: 768px) {
    #versionTitle {
        font-size: 14px;
        margin-top: 8px;
        text-align: left;
    }
}

#versionPrice {
    font-weight: 700;
    margin-top: 6px;
}

/* ===============================
   FORMULARIO STEP 2
================================ */
/* ===============================
   FORM – BASE
================================ */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #1D1D1C;
}

.form-control {
    width: 100%;
    padding: 14px 12px;
    border: 1px solid #676767;
    background: #FFF;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
}

.form-control:focus {
    border-color: #E30614;
}

/* ===============================
   SELECT CON SVG
================================ */
.form-group select {
    color: #949494;
    appearance: none;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.75"><mask id="path-1-inside-1_4084_10715" fill="white"><path d="M16.1995 9.37012L9.83115 16.1993L3.00002 9.82918L9.36834 2.99999L16.1995 9.37012Z"/></mask><path d="M9.83115 16.1993L8.23859 17.9071L9.9464 19.4997L11.539 17.7919L9.83115 16.1993ZM16.1995 9.37012L14.4917 7.77756L8.12334 14.6067L9.83115 16.1993L11.539 17.7919L17.9073 10.9627L16.1995 9.37012ZM9.83115 16.1993L11.4237 14.4915L4.59258 8.12137L3.00002 9.82918L1.40746 11.537L8.23859 17.9071L9.83115 16.1993Z" fill="%23E30614" mask="url(%23path-1-inside-1_4084_10715)"/></g></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 44px;
}

/* ===============================
   RADIO BUTTONS – DECISIÓN COMPRA
================================ */
.radio-group {
    display: flex;
    gap: 32px;
    align-items: center;
}

.radio-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
}

.radio-item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.radio-ui {
    width: 20px;
    height: 20px;
    border: 2px solid #E30614;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.radio-ui::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #E30614;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}

/* FIX CLAVE */
.radio-group .radio-item input:checked~.radio-ui {
    border-color: #E30614 !important;
}

.radio-group .radio-item input:checked~.radio-ui::after {
    transform: translate(-50%, -50%) scale(1);
}



/* ===============================
   TERMINOS Y CONDICIONES
================================ */

.terminos-box {
    grid-column: 1 / -1;
    margin-top: 32px;
}

.terminos-check {
    display: grid;
    grid-template-columns: 22px 1fr;
    /* ancho real del checkbox */
    column-gap: 12px;
    align-items: start;
    /* 🔑 alineado arriba */
}

/* Checkbox base */
.terminos-check input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border: 2px solid #E30614;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    /* ajuste fino vertical */
    background: #FFF;
    box-sizing: border-box;
}

/* Check interno */
.terminos-check input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid #E30614;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform .2s ease;
}

/* Checked */
.terminos-check input[type="checkbox"]:checked::after {
    transform: rotate(45deg) scale(1);
}

/* Texto */
.terminos-check label {
    font-size: 14px;
    color: #1D1D1C;
    line-height: 1.6;
    cursor: pointer;
}

/* ===== TEXTO LARGO ANIMADO ===== */
.terminos-texto-largo {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .45s ease, opacity .3s ease;
}

/* Activo */
.terminos-box.is-open .terminos-texto-largo {
    max-height: 800px;
    /* suficiente para todo el texto */
    opacity: 1;
}

/* Links */
.terminos-check a {
    color: #E30614;
    text-decoration: none;
    font-weight: 500;
}

.terminos-check a:hover {
    text-decoration: underline;
}

/* ===== LEER MÁS ===== */
.terminos-toggle {
    margin-left: 30px;
    margin-top: 6px;
    background: none;
    border: none;
    color: #E30614;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    transition: opacity .2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.terminos-toggle:hover {
    opacity: .75;
}

.terminos-toggle .toggle-icon {
    transition: transform .3s ease;
}

.terminos-box.is-open .terminos-toggle .toggle-icon {
    transform: rotate(180deg);
}

/* ===============================
   BOTÓN FINAL
================================ */
.btn-cotiza {
    background: #E30614;
    color: #FFF;
    border: none;
    border-radius: 0;
    padding: 16px 48px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

@media(max-width: 600px) {
    .btn-cotiza {
        width: 100%;
    }
}

.btn-cotiza:hover {
    opacity: .9;
}

/* ===============================
   GRID FORMULARIO
================================ */
.cotizador-simulador .row.justify-content-center {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .cotizador-simulador .row.justify-content-center {
        grid-template-columns: 1fr;
    }

    .radio-group {
        flex-direction: column;
        gap: 12px;
    }
}

/* ===============================
   TERMINOS
================================ */
.terminos-condiciones {
    margin-top: 40px;
    font-size: 13px;
    color: #555;
}

/* ===============================
   BOTON FINAL
================================ */
.btn-cotiza {
    background: #ed1c24;
    color: #fff;
    padding: 14px 40px;
    border-radius: 6px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {

    .breadcrumbs-pasos .row {
        gap: 32px;
    }

    .breadcrumbs-pasos .paso a span:not(.num) {
        display: none;
        /* solo números en mobile (como Figma) */
    }

    .info-modelo {
        flex-direction: column;
        gap: 16px;
    }

    .cotizador-simulador .row.justify-content-center {
        grid-template-columns: 1fr;
    }

    figure img {
        max-width: 260px;
    }
}

/* =====================================================
   VEHÍCULO SELECCIONADO (LEFT)
===================================================== */
.vehiculo-card {
    background: rgba(245, 243, 242, 0.50);
    padding: 40px 24px;
    max-width: 382px;
    margin: 0 auto;
    box-shadow: 4px 4px 4px rgba(180, 180, 180, 0.25);
    text-align: center;
}

@media(max-width: 768px) {
    .vehiculo-card {
        padding: 40px 16px;
    }
}

.vehiculo-label {
    color: #1D1D1C;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
}

.vehiculo-image img {
    max-width: 100%;
    margin-bottom: 16px;
    display: block;
}

@media(max-width: 768px) {
    .vehiculo-image img {
        margin-bottom: 0px;
    }
}

.vehiculo-modelo {
    color: #1D1D1C;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

@media(max-width: 768px) {
    .vehiculo-modelo {
        text-align: left;
        font-size: 14px;
    }
}

.vehiculo-version {
    color: #E30614;
    font-size: 16px;
    font-weight: 600;
}


/* =====================================================
   LAYOUT GENERAL
===================================================== */
.models_container {
    display: flex;
    gap: 32px;
}

.models_container__left {
    width: 40%;
}

.models_container__right {
    width: 60%;
}

/* 
    #step2 {
        display: block !important;
    } */

/* =====================================================
   FORM – GRID FIGMA (2 COLUMNAS)
===================================================== */
.cotizador-simulador .row.justify-content-center {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
    align-items: start;
}

/* =====================================================
   TÍTULOS DE SECCIÓN (LOS QUE FALTABAN)
===================================================== */
.form-section-title {
    grid-column: 1 / -1;
    font-size: 20px;
    font-weight: 700;
    color: #1D1D1C;
    margin: 24px 0 8px;
}

.form-section-title__m0 {
    margin-top: 0px;
}

/* =====================================================
   INPUTS & SELECTS
===================================================== */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-control {
    height: 48px;
    padding: 12px;
    border: 1px solid #676767;
    background: #FFF;
    color: #949494 !important;
    font-size: 14px;
    box-sizing: border-box;
}

.form-control::placeholder {
    color: #9B9B9B;
}

.form-control:focus {
    border-color: #E30614;
    outline: none;
}

/* =====================================================
   SELECT CON SVG (FIGMA)
===================================================== */
.form-group select {
    appearance: none;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.75"><mask id="path-1-inside-1_4084_10715" fill="white"><path d="M16.1995 9.37012L9.83115 16.1993L3.00002 9.82918L9.36834 2.99999L16.1995 9.37012Z"/></mask><path d="M9.83115 16.1993L8.23859 17.9071L9.9464 19.4997L11.539 17.7919L9.83115 16.1993ZM16.1995 9.37012L14.4917 7.77756L8.12334 14.6067L9.83115 16.1993L11.539 17.7919L17.9073 10.9627L16.1995 9.37012ZM9.83115 16.1993L11.4237 14.4915L4.59258 8.12137L3.00002 9.82918L1.40746 11.537L8.23859 17.9071L9.83115 16.1993Z" fill="%23E30614" mask="url(%23path-1-inside-1_4084_10715)"/></g></svg>');
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
    padding-right: 44px;
}

/* =====================================================
   RADIO BUTTONS – DECISIÓN DE COMPRA
===================================================== */
.radio-group {
    grid-column: 1 / -1;
    display: flex;
    gap: 32px;
    margin-top: 8px;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
}

.radio-group input {
    accent-color: #E30614;
}

/* =====================================================
   TÉRMINOS Y CONDICIONES
===================================================== */
.terminos-box {
    grid-column: 1 / -1;
    border-top: 1px solid #DDD;
    padding-top: 24px;
    margin-top: 32px;
}

.terminos-toggle {
    color: #E30614;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 8px;
}

.terminos-texto {
    display: none;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 12px;
}

.terminos-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
}

.terminos-check input {
    accent-color: #E30614;
}

/* =====================================================
   LEGAL FINAL
===================================================== */
.legal-derechos {
    grid-column: 1 / -1;
    text-align: right;
    margin-top: 24px;
}

.legal-derechos p {
    font-size: 14px;
    color: #1D1D1C;
    margin-bottom: 48px;
    margin-left: 30px !important;
    text-align: left;
}

.legal-derechos a {
    text-decoration: none;
    font-weight: 600;
    word-break: break-all;
    color: #E30614;
}

/* =====================================================
   BOTÓN FINAL (UN SOLO ESTILO)
===================================================== */
.btn-cotiza {
    background: #E30614;
    color: #FFF;
    border: none;
    border-radius: 0;
    padding: 16px 48px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.btn-cotiza:hover {
    opacity: 0.9;
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 768px) {

    .content__versions__left {
        width: 42%;
    }

    .content__versions__right {
        width: 58%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .content_versions {
        display: flex;
        gap: 10px;
        margin-bottom: 42px;
    }

    .models_container {
        flex-direction: column;
    }

    .models_container__left,
    .models_container__right {
        width: 100%;
    }

    .cotizador-simulador .row.justify-content-center {
        grid-template-columns: 1fr;
    }

    .radio-group {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    figure img {
        max-width: 260px;
    }
}

.content_box_quote {
    padding: 80px 0px;
}

@media(max-width: 768px) {
    .content_box_quote {
        padding: 56px 0px 24px 0px;
    }
}

.title_quote {
    color: var(--neutro-neutro-500, #1D1D1C);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 32px;
    margin-top: 0px;
    position: relative;
}

@media(max-width: 768px) {
    .title_quote {
        font-size: 20px;
        margin-top: 0px;
    }
}

.title_quote::before {
    content: "";
    position: absolute;
    height: 5px;
    bottom: -16px;
    background-color: #E30614;
    margin: auto;
    left: 0;
    right: 0;
    width: 170px;
}

@media(max-width: 768px) {
    .title_quote::before {
        width: 80px;
    }
}

.paragraph_quote {
    color: var(--neutro-neutro-500, #1D1D1C);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 160% */
}

@media(max-width: 768px) {
    .paragraph_quote {
        font-size: 16px;
    }
}

label.error {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: red !important;
}

/* Estilos para errores de radio buttons y checkbox */
.error-message-custom {
    position: absolute;
    top: -35px;
    left: 0;
    background: transparent;
    color: #E30614 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 10;
    white-space: nowrap;
}

.error-message-custom::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}

.radio-group {
    position: relative;
}

.terminos-check {
    position: relative;
}

@media(max-width: 768px) {
    .quote-content {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .quote-content__left {
        width: 45%;
    }

    .quote-content__right {
        width: 55%;
    }
}