/*
 * Complemento para renta_recorridos.css
 * Vista: resources/views/landing/renta-vehiculos.blade.php
 * Mantiene radio global de 10 px y una paleta beige/café sin sombras.
 */

.xv-renta-wizard {
    --xv-bg: #f6f1ea;
    --xv-surface: #fffdf9;
    --xv-surface-soft: #eee4d8;
    --xv-border: #d8c8b7;
    --xv-text: #33251c;
    --xv-muted: #716459;
    --xv-coffee: #7b5235;
    --xv-coffee-dark: #53341f;
    --xv-green: #536b4d;
    --xv-danger: #a33f32;
    --xv-radius: 10px;
    color: var(--xv-text);
    background: var(--xv-bg);
}

.xv-renta-wizard [hidden] {
    display: none !important;
}
#renta-vehiculos.xv-renta {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#renta-vehiculos .xv-hero {
    margin-top: 0 !important;
}
.xv-renta-wizard button,
.xv-renta-wizard input,
.xv-renta-wizard select,
.xv-renta-wizard textarea,
.xv-renta-wizard a {
    border-radius: var(--xv-radius);
}

.xv-renta-wizard button,
.xv-renta-wizard a,
.xv-renta-wizard input[type="radio"],
.xv-renta-wizard input[type="checkbox"] {
    -webkit-tap-highlight-color: transparent;
}

.xv-renta-wizard .xv-alert-space {
    padding-top: 20px;
}

/* Encabezado compacto */
.xv-renta-wizard .xv-hero.xv-hero-compact {
    position: relative;
    display: flex;
    min-height: 360px !important;
    max-height: 420px;
    overflow: hidden;
    isolation: isolate;
    background: #34251c;
}

.xv-renta-wizard .xv-hero-bg,
.xv-renta-wizard .xv-hero-slide {
    position: absolute;
    inset: 0;
}

.xv-renta-wizard .xv-hero-bg {
    z-index: -2;
}

.xv-renta-wizard .xv-hero-slide {
    opacity: 0;
    background-position: center 58%;
    background-size: cover;
    transform: scale(1.02);
    transition: opacity 900ms ease, transform 5s linear;
}

.xv-renta-wizard .xv-hero-slide.active {
    opacity: 1;
    transform: scale(1.06);
}

.xv-renta-wizard .xv-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:

        /* Degradado desde abajo:
           oscurece la parte inferior de la imagen y se vuelve
           transparente conforme sube. */
        linear-gradient(
            to top,
            rgba(35, 24, 17, 0.851) 10%,  /* Oscuro intenso abajo */
            rgba(35, 24, 17, .40) 15%, /* Oscuro intermedio */
            transparent 50%             /* Desaparece hacia arriba */
        ),

        /* Degradado horizontal:
           oscurece principalmente el lado izquierdo para que
           el título y la descripción puedan leerse mejor. */
        linear-gradient(
            90deg,
            rgba(35, 24, 17, 0.596) 48%, /* Oscuridad media en el centro */
            rgba(35, 24, 17, .25) 100% /* Más transparente a la derecha */
        );
}

.xv-renta-wizard .xv-hero-inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-top: 150px !important;
    padding-bottom: 80px !important;
}

.xv-renta-wizard .xv-hero-copy {
    max-width: 720px;
    color: #fff;
}

.xv-renta-wizard .xv-eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .45);
    color: #f2e7d9;
    background: rgba(45, 31, 22, .45);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
}

.xv-renta-wizard .xv-hero-copy h1 {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font-family: var(--ximbal-font-family);
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 700;
    line-height: 1.02;
}

.xv-renta-wizard .xv-hero-copy p {
    max-width: 650px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    line-height: 1.6;
}

.xv-renta-wizard .xv-hero-trust {
    display: grid;
    flex: 0 0 260px;
    gap: 10px;
}

.xv-renta-wizard .xv-hero-trust span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: var(--xv-radius);
    color: #fff;
    background: rgba(38, 26, 18, .48);
    font-size: 14px;
    font-weight: 650;
    backdrop-filter: blur(5px);
}

.xv-renta-wizard .xv-hero-trust i {
    color: #dfc9ae;
    font-size: 18px;
}

/* Barra de progreso */
.xv-renta-wizard .xv-progress-wrap {
    position: sticky;
    top: 68px;
    z-index: 20;
    border-bottom: 1px solid var(--xv-border);
    background: rgba(255, 253, 249, .96);
    backdrop-filter: blur(10px);
}

.xv-renta-wizard .xv-progress {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr) 72px minmax(0, 1fr);
    align-items: center;
    max-width: 850px;
    min-height: 84px;
    margin: 0 auto;
}

.xv-renta-wizard .xv-progress > i {
    display: block;
    height: 2px;
    background: var(--xv-border);
}

.xv-renta-wizard .xv-progress-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 6px 8px;
    border: 0;
    color: var(--xv-muted);
    background: transparent;
    cursor: pointer;
}

.xv-renta-wizard .xv-progress-step span {
    display: grid;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    place-items: center;
    border: 1px solid var(--xv-border);
    border-radius: 50%;
    background: var(--xv-surface);
    font-size: 13px;
    font-weight: 800;
}

.xv-renta-wizard .xv-progress-step strong {
    font-size: 14px;
    font-weight: 750;
    white-space: nowrap;
}

.xv-renta-wizard .xv-progress-step.is-active {
    color: var(--xv-coffee-dark);
}

.xv-renta-wizard .xv-progress-step.is-active span,
.xv-renta-wizard .xv-progress-step.is-complete span {
    border-color: var(--xv-coffee);
    color: #fff;
    background: var(--xv-coffee);
}

.xv-renta-wizard .xv-progress-step:focus-visible {
    outline: 3px solid rgba(123, 82, 53, .25);
    outline-offset: 2px;
}

/* Estructura del asistente */

.xv-renta-wizard .xv-wizard-panel {
    padding: 54px 0 68px;
}

.xv-renta-wizard .xv-wizard-panel.is-active {
    animation: xvPanelIn 260ms ease both;
}

@keyframes xvPanelIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.xv-renta-wizard .xv-step-container {
    width: 100%;
    max-width: 980px !important;
    margin: 0 auto;
}

.xv-renta-wizard .xv-step-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.xv-renta-wizard .xv-step-heading > span,
.xv-renta-wizard .xv-flow-copy > span {
    display: block;
    margin-bottom: 6px;
    color: var(--xv-coffee);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.xv-renta-wizard .xv-step-heading h2,
.xv-renta-wizard .xv-flow-copy h2 {
    margin: 0;
    color: var(--xv-text);
    font-family: var(--ximbal-font-family);
    font-size: clamp(29px, 4vw, 42px);
    line-height: 1.12;
}

.xv-renta-wizard .xv-step-heading p,
.xv-renta-wizard .xv-flow-copy p {
    margin: 10px 0 0;
    color: var(--xv-muted);
    font-size: 15px;
    line-height: 1.6;
}

.xv-renta-wizard .xv-heading-row {
    display: flex;
    max-width: none;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.xv-renta-wizard .xv-trip-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    border: 1px solid var(--xv-border);
    border-radius: var(--xv-radius);
    background: var(--xv-surface);
    color: var(--xv-coffee-dark);
    font-size: 14px;
    white-space: nowrap;
}

/* Selector de servicio */
.xv-renta-wizard .xv-tabs {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 980px;
    margin: 0 0 24px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.xv-renta-wizard .xv-tabs label {
    display: flex !important;
    min-height: 90px;
    align-items: center;
    gap: 14px;
    padding: 17px !important;
    border: 1px solid var(--xv-border) !important;
    border-radius: var(--xv-radius) !important;
    color: var(--xv-text) !important;
    background: var(--xv-surface) !important;
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.xv-renta-wizard .xv-tabs label:hover {
    border-color: var(--xv-coffee) !important;
    transform: translateY(-2px);
}

.xv-renta-wizard .xv-tabs label > i {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: var(--xv-radius);
    color: var(--xv-coffee);
    background: var(--xv-surface-soft);
    font-size: 20px;
}

.xv-renta-wizard .xv-tabs label span {
    display: grid;
    gap: 3px;
    text-align: left;
}

.xv-renta-wizard .xv-tabs label strong {
    font-size: 16px;
    line-height: 1.2;
}

.xv-renta-wizard .xv-tabs label small {
    color: var(--xv-muted);
    font-size: 12px;
    line-height: 1.35;
}

.xv-renta-wizard .xv-tabs .btn-check:checked + label {
    border-color: var(--xv-coffee) !important;
    color: var(--xv-coffee-dark) !important;
    background: #f1e7db !important;
    outline: 2px solid rgba(123, 82, 53, .12);
}

.xv-renta-wizard .xv-tabs .btn-check:checked + label > i {
    color: #fff;
    background: var(--xv-coffee);
}

.xv-renta-wizard .xv-tabs.is-invalid {
    padding: 5px !important;
    outline: 2px solid rgba(163, 63, 50, .6);
    outline-offset: 4px;
}

/* Formularios */
.xv-renta-wizard .xv-form-card {
    max-width: 980px;
    padding: 24px;
    border: 1px solid var(--xv-border);
    border-radius: var(--xv-radius);
    background: var(--xv-surface);
}

.xv-renta-wizard .xv-block-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 21px;
}

.xv-renta-wizard .xv-block-title > i {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: var(--xv-radius);
    color: var(--xv-coffee);
    background: var(--xv-surface-soft);
    font-size: 19px;
}

.xv-renta-wizard .xv-block-title > div {
    display: grid;
    gap: 2px;
}

.xv-renta-wizard .xv-block-title strong {
    color: var(--xv-text);
    font-size: 17px;
}

.xv-renta-wizard .xv-block-title small {
    color: var(--xv-muted);
    font-size: 13px;
}

.xv-renta-wizard .xv-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 17px;
    margin-bottom: 17px;
}

.xv-renta-wizard .xv-fields.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xv-renta-wizard .xv-fields.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xv-renta-wizard .xv-fields.three .xv-field-wide {
    grid-column: span 1;
}

.xv-renta-wizard .xv-fields label,
.xv-renta-wizard .xv-textarea-label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: var(--xv-text);
    font-size: 13px;
    font-weight: 750;
}

.xv-renta-wizard .xv-textarea-label span {
    color: var(--xv-muted);
    font-weight: 500;
}

.xv-renta-wizard .xv-fields input,
.xv-renta-wizard .xv-fields select,
.xv-renta-wizard .xv-textarea-label textarea {
    width: 100%;
    min-height: 47px;
    padding: 11px 13px;
    border: 1px solid #cdbba9;
    color: var(--xv-text);
    background: #fff;
    font: inherit;
    font-weight: 500;
    outline: none;
    transition: border-color 160ms ease, outline-color 160ms ease;
}

.xv-renta-wizard .xv-textarea-label textarea {
    min-height: 112px;
    resize: vertical;
}

.xv-renta-wizard .xv-fields input:focus,
.xv-renta-wizard .xv-fields select:focus,
.xv-renta-wizard .xv-textarea-label textarea:focus {
    border-color: var(--xv-coffee);
    outline: 3px solid rgba(123, 82, 53, .13);
}

.xv-renta-wizard input.is-invalid,
.xv-renta-wizard select.is-invalid,
.xv-renta-wizard textarea.is-invalid {
    border-color: var(--xv-danger) !important;
    outline: 2px solid rgba(163, 63, 50, .12) !important;
}

.xv-renta-wizard .xv-inline-error,
.xv-renta-wizard .xv-field-error {
    margin: 11px 0;
    color: var(--xv-danger);
    font-size: 13px;
    font-weight: 700;
}

/* Botones del flujo */
.xv-renta-wizard .xv-step-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 28px;
}

.xv-renta-wizard .xv-step-actions-end {
    max-width: 980px;
    justify-content: flex-end;
}

.xv-renta-wizard .xv-next-btn,
.xv-renta-wizard .xv-back-btn,
.xv-renta-wizard .xv-submit {
    display: inline-flex;
    min-height: 47px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 18px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.xv-renta-wizard .xv-next-btn,
.xv-renta-wizard .xv-submit {
    color: #fff;
    background: var(--xv-coffee);
}

.xv-renta-wizard .xv-next-btn:hover,
.xv-renta-wizard .xv-submit:hover {
    color: #fff;
    background: var(--xv-coffee-dark);
}

.xv-renta-wizard .xv-back-btn {
    border-color: var(--xv-border);
    color: var(--xv-coffee-dark);
    background: transparent;
}

.xv-renta-wizard .xv-back-btn:hover {
    border-color: var(--xv-coffee);
    background: var(--xv-surface-soft);
}

.xv-renta-wizard .xv-back-inline {
    margin-top: 18px;
}

/* Tarjetas de vehículos */
.xv-renta-wizard .xv-fleet-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px !important;
}

.xv-renta-wizard .xv-vehicle-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--xv-border) !important;
    border-radius: var(--xv-radius) !important;
    background: var(--xv-surface) !important;
    box-shadow: none !important;
    outline: none;
    cursor: pointer;
    transition: border-color 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.xv-renta-wizard .xv-vehicle-card:hover {
    border-color: var(--xv-coffee) !important;
    transform: translateY(-3px);
}

.xv-renta-wizard .xv-vehicle-card:focus-visible {
    outline: 3px solid rgba(123, 82, 53, .22);
    outline-offset: 3px;
}

.xv-renta-wizard .xv-vehicle-card.is-selected {
    border: 2px solid var(--xv-coffee) !important;
    background: #fffaf4 !important;
}

.xv-renta-wizard .xv-card-select {
    position: absolute;
    inset: 0;
    z-index: 1;
    border: 0;
    opacity: 0;
    cursor: pointer;
}

.xv-renta-wizard .xv-selected-mark {
    position: absolute;
    top: 11px;
    right: 11px;
    z-index: 4;
    display: none;
    width: 31px;
    height: 31px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--xv-coffee);
}

.xv-renta-wizard .xv-vehicle-card.is-selected .xv-selected-mark {
    display: grid;
}

.xv-renta-wizard .xv-mini-reco {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
    padding: 6px 9px;
    border-radius: 7px;
    color: #fff;
    background: var(--xv-green);
    font-size: 11px;
    font-weight: 800;
}

.xv-renta-wizard .xv-vehicle-image {
    position: relative;
    display: grid;
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 0 !important;
    place-items: center;
    overflow: hidden;
    background: #e9dfd3;
}

.xv-renta-wizard .xv-vehicle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.xv-renta-wizard .xv-vehicle-image > i {
    color: var(--xv-coffee);
    font-size: 58px;
}

.xv-renta-wizard .xv-vehicle-image > span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    padding: 5px 8px;
    border-radius: 7px;
    color: #fff;
    background: rgba(39, 27, 19, .78);
    font-size: 11px;
    font-weight: 800;
}

.xv-renta-wizard .xv-vehicle-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.xv-renta-wizard .xv-vehicle-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.xv-renta-wizard .xv-vehicle-title h3 {
    margin: 0;
    color: var(--xv-text);
    font-size: 18px;
    line-height: 1.25;
}

.xv-renta-wizard .xv-vehicle-title p {
    margin: 4px 0 0;
    color: var(--xv-muted);
    font-size: 12px;
}

.xv-renta-wizard .xv-vehicle-title > strong {
    max-width: 120px;
    color: var(--xv-coffee-dark);
    font-size: 13px;
    line-height: 1.3;
    text-align: right;
}

.xv-renta-wizard .xv-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 14px 0;
}

.xv-renta-wizard .xv-tags span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 7px;
    border: 1px solid #ded0c1;
    border-radius: 7px;
    color: var(--xv-muted);
    background: #faf6f1;
    font-size: 11px;
}

.xv-renta-wizard .xv-desc {
    display: -webkit-box;
    min-height: 60px;
    margin: 0 0 13px;
    overflow: hidden;
    color: var(--xv-muted);
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.xv-renta-wizard .xv-availability {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    color: var(--xv-green);
    font-size: 12px;
    font-weight: 700;
}

.xv-renta-wizard .xv-select-btn {
    position: relative;
    z-index: 3;
    display: flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    padding: 9px 12px;
    border: 1px solid var(--xv-coffee) !important;
    color: var(--xv-coffee-dark) !important;
    background: transparent !important;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.xv-renta-wizard .xv-vehicle-card.is-selected .xv-select-btn {
    color: #fff !important;
    background: var(--xv-coffee) !important;
}

.xv-renta-wizard .xv-empty {
    grid-column: 1 / -1;
    padding: 40px 24px;
    border: 1px dashed var(--xv-border);
    border-radius: var(--xv-radius);
    background: var(--xv-surface);
    text-align: center;
}

/* Paso 3 y resumen */
.xv-renta-wizard .xv-request-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    align-items: start;
    gap: 24px;
}

.xv-renta-wizard .xv-request-grid .xv-form-card {
    max-width: none;
}

.xv-renta-wizard .xv-summary-card {
    position: sticky;
    top: 174px;
    overflow: hidden;
    padding: 21px;
    border: 1px solid var(--xv-border);
    border-radius: var(--xv-radius);
    background: var(--xv-surface);
    box-shadow: none !important;
}

.xv-renta-wizard .xv-summary-top,
.xv-renta-wizard .xv-summary-vehicle,
.xv-renta-wizard .xv-capacity-box,
.xv-renta-wizard .xv-price-lines > div,
.xv-renta-wizard .xv-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.xv-renta-wizard .xv-summary-top {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--xv-border);
}

.xv-renta-wizard .xv-summary-top > span {
    color: var(--xv-coffee-dark);
    font-size: 14px;
    font-weight: 800;
}

.xv-renta-wizard .xv-summary-top button,
.xv-renta-wizard .xv-summary-vehicle button {
    padding: 4px;
    border: 0;
    color: var(--xv-coffee);
    background: transparent;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
}

.xv-renta-wizard .xv-summary-route {
    display: grid;
    gap: 8px;
    padding: 17px 0;
}

.xv-renta-wizard .xv-summary-route > div {
    display: grid;
    gap: 2px;
}

.xv-renta-wizard .xv-summary-route small {
    color: var(--xv-muted);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.xv-renta-wizard .xv-summary-route strong {
    overflow-wrap: anywhere;
    color: var(--xv-text);
    font-size: 14px;
}

.xv-renta-wizard .xv-summary-route > i {
    color: var(--xv-border);
    font-size: 14px;
}

.xv-renta-wizard .xv-summary-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 15px;
}

.xv-renta-wizard .xv-summary-badges span {
    padding: 6px 8px;
    border-radius: 7px;
    color: var(--xv-muted);
    background: var(--xv-surface-soft);
    font-size: 11px;
}

.xv-renta-wizard .xv-summary-vehicle {
    justify-content: flex-start;
    padding: 14px;
    border: 1px solid var(--xv-border);
    border-radius: var(--xv-radius);
    background: #faf6f1;
}

.xv-renta-wizard .xv-summary-vehicle > i {
    color: var(--xv-coffee);
    font-size: 21px;
}

.xv-renta-wizard .xv-summary-vehicle > div {
    display: grid;
    flex: 1;
    gap: 2px;
}

.xv-renta-wizard .xv-summary-vehicle strong {
    font-size: 13px;
}

.xv-renta-wizard .xv-summary-vehicle span {
    color: var(--xv-muted);
    font-size: 11px;
}

.xv-renta-wizard .xv-capacity-box {
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--xv-border);
}

.xv-renta-wizard .xv-capacity-box > span,
.xv-renta-wizard .xv-price-lines span {
    color: var(--xv-muted);
    font-size: 12px;
}

.xv-renta-wizard .xv-capacity-box > strong {
    color: var(--xv-coffee-dark);
    font-size: 19px;
}

.xv-renta-wizard .xv-capacity-box small {
    flex-basis: 100%;
    color: var(--xv-muted);
    font-size: 10px;
    line-height: 1.45;
}

.xv-renta-wizard .xv-price-lines {
    display: grid;
    gap: 7px;
    padding: 14px 0;
}

.xv-renta-wizard .xv-price-lines strong {
    font-size: 12px;
}

.xv-renta-wizard .xv-total {
    flex-wrap: wrap;
    padding: 14px;
    border-radius: var(--xv-radius);
    background: var(--xv-surface-soft);
}

.xv-renta-wizard .xv-total > span {
    font-size: 13px;
    font-weight: 750;
}

.xv-renta-wizard .xv-total > strong {
    color: var(--xv-coffee-dark);
    font-size: 21px;
}

.xv-renta-wizard .xv-total > small {
    flex-basis: 100%;
    color: var(--xv-muted);
    font-size: 10px;
    font-weight: 700;
}

.xv-renta-wizard .xv-payment-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 12px 0;
    color: var(--xv-green);
    font-size: 11px;
    line-height: 1.45;
}

.xv-renta-wizard .xv-terms {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 12px 0;
    color: var(--xv-muted);
    font-size: 11px;
    line-height: 1.4;
}

.xv-renta-wizard .xv-terms input {
    flex: 0 0 auto;
    margin-top: 2px;
    accent-color: var(--xv-coffee);
}

.xv-renta-wizard .xv-submit {
    width: 100%;
}

/* Invitados */
.xv-renta-wizard .xv-guest-notice {
    display: flex;
    max-width: 760px;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #d7c3a8;
    border-radius: var(--xv-radius);
    background: #f3eadc;
}

.xv-renta-wizard .xv-guest-notice > i {
    color: var(--xv-coffee);
    font-size: 20px;
}

.xv-renta-wizard .xv-guest-notice strong {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
}

.xv-renta-wizard .xv-guest-notice p {
    margin: 0;
    color: var(--xv-muted);
    font-size: 12px;
    line-height: 1.5;
}

.xv-renta-wizard .xv-auth-gate {
    display: grid;
    max-width: 620px;
    justify-items: center;
    margin: 0 auto;
    padding: 38px 24px;
    border: 1px solid var(--xv-border);
    border-radius: var(--xv-radius);
    background: var(--xv-surface);
    text-align: center;
}

.xv-renta-wizard .xv-auth-gate > i {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 15px;
    place-items: center;
    border-radius: var(--xv-radius);
    color: var(--xv-coffee);
    background: var(--xv-surface-soft);
    font-size: 27px;
}

.xv-renta-wizard .xv-auth-gate h3 {
    margin: 0;
    color: var(--xv-text);
    font-size: 23px;
}

.xv-renta-wizard .xv-auth-gate p {
    max-width: 450px;
    margin: 9px 0 19px;
    color: var(--xv-muted);
    font-size: 14px;
}

.xv-renta-wizard .xv-auth-gate .xv-back-btn {
    margin-top: 10px;
}

/* Cómo funciona: tres pasos */
.xv-renta-wizard .xv-flow-band {
    padding: 56px 0;
    border-top: 1px solid #4c3729;
    color: #fff;
    background: #34251c;
}

.xv-renta-wizard .xv-flow-simple {
    display: grid;
    grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
    align-items: center;
    gap: 48px;
}

.xv-renta-wizard .xv-flow-copy > span {
    color: #d7b994;
}

.xv-renta-wizard .xv-flow-copy h2 {
    color: #fff;
}

.xv-renta-wizard .xv-flow-copy p {
    color: rgba(255, 255, 255, .72);
}

.xv-renta-wizard .xv-flow-steps {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px !important;
}

.xv-renta-wizard .xv-flow-steps > div {
    display: grid;
    min-height: 150px;
    align-content: start;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: var(--xv-radius);
    background: rgba(255, 255, 255, .04);
}

.xv-renta-wizard .xv-flow-steps b {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    color: #34251c;
    background: #d7b994;
    font-size: 13px;
}

.xv-renta-wizard .xv-flow-steps span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

/* Responsive */
@media (max-width: 991.98px) {
    .xv-renta-wizard .xv-hero.xv-hero-compact {
        min-height: 340px !important;
    }

    .xv-renta-wizard .xv-hero-trust {
        display: none;
    }

    .xv-renta-wizard .xv-progress-wrap {
        top: 60px;
    }

    .xv-renta-wizard .xv-tabs,
    .xv-renta-wizard .xv-fleet-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xv-renta-wizard .xv-tabs label:last-of-type {
        grid-column: 1 / -1;
    }

    .xv-renta-wizard .xv-fields.three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xv-renta-wizard .xv-fields.three .xv-field-wide {
        grid-column: 1 / -1;
    }

    .xv-renta-wizard .xv-request-grid,
    .xv-renta-wizard .xv-flow-simple {
        grid-template-columns: minmax(0, 1fr);
    }

    .xv-renta-wizard .xv-summary-card {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .xv-renta-wizard .xv-hero.xv-hero-compact {
        min-height: 300px !important;
        max-height: none;
    }

    .xv-renta-wizard .xv-hero-inner {
        padding-top: 125px !important;
        padding-bottom: 36px !important;
    }

    .xv-renta-wizard .xv-hero::after {
        background: rgba(35, 24, 17, .72);
    }

    .xv-renta-wizard .xv-hero-copy h1 {
        font-size: clamp(34px, 11vw, 46px);
    }

    .xv-renta-wizard .xv-hero-copy p {
        font-size: 15px;
        line-height: 1.5;
    }

    .xv-renta-wizard .xv-progress {
        grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
        min-height: 72px;
    }

    .xv-renta-wizard .xv-progress-step {
        display: grid;
        justify-items: center;
        gap: 4px;
        padding: 4px 2px;
    }

    .xv-renta-wizard .xv-progress-step span {
        width: 27px;
        height: 27px;
        flex-basis: 27px;
        font-size: 11px;
    }

    .xv-renta-wizard .xv-progress-step strong {
        font-size: 10px;
        white-space: normal;
        text-align: center;
    }

    .xv-renta-wizard .xv-wizard-panel {
        padding: 38px 0 50px;
    }

    .xv-renta-wizard .xv-heading-row {
        display: block;
    }

    .xv-renta-wizard .xv-trip-chip {
        margin-top: 14px;
    }

    .xv-renta-wizard .xv-tabs,
    .xv-renta-wizard .xv-fleet-grid,
    .xv-renta-wizard .xv-fields.two,
    .xv-renta-wizard .xv-fields.three,
    .xv-renta-wizard .xv-flow-steps {
        grid-template-columns: minmax(0, 1fr);
    }

    .xv-renta-wizard .xv-tabs label:last-of-type,
    .xv-renta-wizard .xv-fields.three .xv-field-wide {
        grid-column: auto;
    }

    .xv-renta-wizard .xv-tabs label {
        min-height: 76px;
        padding: 14px !important;
    }

    .xv-renta-wizard .xv-form-card {
        padding: 18px;
    }

    .xv-renta-wizard .xv-step-actions {
        align-items: stretch;
    }

    .xv-renta-wizard .xv-step-actions .xv-next-btn,
    .xv-renta-wizard .xv-step-actions .xv-back-btn {
        flex: 1;
    }

    .xv-renta-wizard .xv-login-btn {
        font-size: 12px;
        text-align: center;
    }

    .xv-renta-wizard .xv-flow-band {
        padding: 44px 0;
    }

    .xv-renta-wizard .xv-flow-simple {
        gap: 28px;
    }

    .xv-renta-wizard .xv-flow-steps > div {
        min-height: 0;
        grid-template-columns: 32px 1fr;
        align-items: center;
        align-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .xv-renta-wizard *,
    .xv-renta-wizard *::before,
    .xv-renta-wizard *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
