/* ═══════════════════════════════════════════
   VEHICLE HERO SECTION
═══════════════════════════════════════════ */
.vehicle-hero-section {
    background: var(--color-bg-white);
    padding: 112px 20px 80px;
}

@media (min-width: 1024px) {
    .vehicle-hero-section {
        padding: 50px 20px 128px;
    }
}

.vehicle-hero-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* ── Grid ── */
.vehicle-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

@media (min-width: 1024px) {
    .vehicle-hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 80px;
    }
}

/* ── Conteúdo ── */
.vehicle-hero-content {
    max-width: 720px;
    display: flex;
    flex-direction: column;
}

.vehicle-hero-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    background: #362C72;
    width: fit-content;
    padding: 6px 15px;
    border-radius: 30px;
}

.vehicle-hero-title {
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.04;
    letter-spacing: -0.03em;
    margin: 0;
}

.vehicle-hero-body {
    margin: 32px 0 0;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.75;
    color: var(--color-text-secondary);
    max-width: 600px;
}

.vehicle-hero-body strong {
    font-weight: 600;
    color: var(--color-text-primary);
}

.vehicle-hero-highlight {
    margin: 24px 0 0;
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: 1.4;
    color: var(--color-text-primary);
    letter-spacing: -0.02em;
    max-width: 600px;
}

.vehicle-hero-highlight--bold {
    font-weight: 700;
}

.vehicle-hero-source {
    margin: 12px 0 0;
    font-size: 11px;
    color: var(--color-text-placeholder);
}

/* ── CTA ── */
.vehicle-hero-cta {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Form pill */
.vehicle-hero-form {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 460px;
    background: var(--color-bg-white);
    border: 1px solid var(--color-border-light);
    border-radius: 999px;
    padding: 6px 6px 6px 0;
    box-shadow: 0 2px 8px var(--color-shadow-light);
}

.vehicle-hero-form input {
    flex: 1;
    min-width: 0;
    padding: 12px 20px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    color: var(--color-text-primary);
}

.vehicle-hero-form input::placeholder {
    color: var(--color-text-placeholder);
}

.vehicle-hero-form input:focus {
    outline: none;
}

.vehicle-hero-form button {
    flex-shrink: 0;
    padding: 12px 24px;
    background: var(--color-primary);
    color: var(--color-text-white);
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.vehicle-hero-form button:hover {
    background: var(--color-primary-dark);
    transform: translateY(-1px);
}

/* Links row */
.vehicle-hero-links {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.vehicle-hero-link {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-secondary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.vehicle-hero-link:hover {
    color: var(--color-text-primary);
}

/* Badge patent */
.vehicle-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 12px;
    border: 1px solid var(--color-border-medium);
    color: var(--color-text-primary);
    background: var(--color-bg-hero-end);
    border-radius: 999px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.vehicle-hero-badge:hover {
    background: var(--color-bg-hero-start);
    border-color: var(--color-primary);
}

/* ── Imagem ── */
.vehicle-hero-image-wrap {
    display: none;
}

@media (min-width: 1024px) {
    .vehicle-hero-image-wrap {
        display: block;
    }
}

.vehicle-hero-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0 8px 32px var(--color-shadow-light);
}

/* ── Responsivo mobile ── */
@media (max-width: 480px) {
    .vehicle-hero-section {
        padding: 50px 25px 64px;
    }

    .vehicle-hero-form {
        flex-direction: column;
        border-radius: 16px;
        padding: 12px;
        gap: 10px;
    }

    .vehicle-hero-form input {
        width: 100%;
        padding: 13px 12px;
        background: #f0f0f0;
        border-radius: 50px;
        text-align: center;
    }

    .vehicle-hero-form button {
        width: 100%;
        text-align: center;
    }
}



/* ═══════════════════════════════════════════
   STATS BAR
═══════════════════════════════════════════ */
.stats-bar-wrapper {
    background: var(--color-bg-white);
    padding: 0 20px;
    border-top: 1px solid var(--color-border-divider);
    border-bottom: 1px solid var(--color-border-divider);
}

.stats-bar {
    max-width: 896px;
    margin: 0 auto;
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    text-align: center;
}

.stats-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.stats-bar-number {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--color-primary);
    line-height: 1;
}

.stats-bar-label {
    font-size: clamp(13px, 1.5vw, 16px);
    color: var(--color-text-secondary);
    line-height: 1.4;
    max-width: 160px;
}

/* ═══════════════════════════════════════════
   VEHICLE GRID SECTION
═══════════════════════════════════════════ */
.vehicle-grid-section {
    background: var(--color-bg-white);
    padding: 0 20px 80px;
}

@media (min-width: 1024px) {
    .vehicle-grid-section {
        padding-bottom: 128px;
    }
}

.vehicle-grid-container {
    max-width: 1024px;
    margin: 0 auto;
}

/* ── Grid ── */
.vehicle-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (min-width: 768px) {
    .vehicle-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ── Card ── */
.vehicle-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 16px var(--color-shadow-light);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vehicle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px var(--color-shadow-light);
}

.vehicle-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

@media (min-width: 768px) {
    .vehicle-card img {
        height: 240px;
    }
}

.vehicle-card:hover img {
    transform: scale(1.05);
}

/* Overlay gradiente */
.vehicle-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.70) 0%,
            transparent 60%);
    pointer-events: none;
}

/* Info na base do card */
.vehicle-card-info {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 2;
}

.vehicle-card-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-white);
    margin: 0;
    line-height: 1.3;
}

.vehicle-card-tag {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
    margin: 3px 0 0;
    line-height: 1.3;
}

/* ── Caption ── */
.vehicle-grid-caption {
    text-align: center;
    margin: 24px 0 0;
    font-size: 13px;
    color: var(--color-text-secondary);
    line-height: 1.6;
}

/* ── Responsivo ── */
@media (max-width: 480px) {
    .stats-bar {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        padding: 32px 0;
    }

    .stats-bar-label {
        font-size: 12px;
    }

    .vehicle-grid-section {
        padding: 0 16px 64px;
    }
}



/* ═══════════════════════════════════════════
   VEHICLE STATS SECTION
═══════════════════════════════════════════ */
.vehicle-stats-section {
    background: var(--color-bg-white);
    padding: 0 20px 112px;
    border-top: 1px solid var(--color-border-divider);
}

@media (min-width: 1024px) {
    .vehicle-stats-section {
        padding-bottom: 144px;
    }
}

.vehicle-stats-container {
    max-width: 896px;
    margin: 0 auto;
    padding-top: 64px;
}

.vehicle-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
    text-align: center;
}

@media (min-width: 768px) {
    .vehicle-stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
    }
}

/* ── Item ── */
.vehicle-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* Número animado */
.vehicle-stat-number {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1;
    letter-spacing: -0.03em;
    margin: 0;
    transition: color 0.3s ease;
}

.vehicle-stat-item.animated .vehicle-stat-number {
    color: var(--color-primary);
}

.vehicle-stat-label {
    font-size: 12px;
    color: var(--color-text-secondary);
    line-height: 1.5;
    margin: 0;
    max-width: 140px;
}

/* ── Responsivo ── */
@media (max-width: 400px) {
    .vehicle-stats-section {
        padding: 0 16px 80px;
    }

    .vehicle-stats-grid {
        gap: 32px 16px;
    }
}



/* ═══════════════════════════════════════════
   VEHICLE PROBLEM SECTION
═══════════════════════════════════════════ */
.vehicle-problem-section {
    background: var(--color-bg-white);
    padding: 112px 20px;
}

@media (min-width: 1024px) {
    .vehicle-problem-section {
        padding: 160px 20px;
    }
}

.vehicle-problem-container {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

/* ── Header ── */
.vehicle-problem-header {
    max-width: 700px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.vehicle-problem-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0;
}

.vehicle-problem-body {
    font-size: clamp(15px, 1.8vw, 17px);
    line-height: 1.8;
    color: var(--color-text-secondary);
    margin: 0;
}

/* ── Cards ── */
.vehicle-problem-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    max-width: 896px;
}

@media (min-width: 768px) {
    .vehicle-problem-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

.vehicle-problem-card {
    background: var(--color-bg-light);
    border: 1px solid var(--color-border-divider);
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 1024px) {
    .vehicle-problem-card {
        padding: 40px;
    }
}

.vehicle-problem-card:hover {
    border-color: var(--color-border-medium);
    box-shadow: 0 4px 20px var(--color-shadow-light);
}

.vehicle-problem-card-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-text-placeholder);
    margin: 0;
}

.vehicle-problem-card-number {
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0;
}

.vehicle-problem-card-text {
    font-size: 14px;
    line-height: 1.7;
    color: var(--color-text-secondary);
    margin: 0;
}

/* ── Closing statement ── */
.vehicle-problem-closing {
    max-width: 700px;
    text-align: center;
}

.vehicle-problem-closing p {
    font-size: clamp(17px, 2.2vw, 20px);
    font-weight: 600;
    font-style: italic;
    line-height: 1.8;
    color: var(--color-text-primary);
    margin: 0;
}

/* ── Responsivo ── */
@media (max-width: 480px) {
    .vehicle-problem-section {
        padding: 80px 16px;
    }

    .vehicle-problem-card {
        padding: 24px;
    }
}


/* ═══════════════════════════════════════════
   VEHICLE COMPARISON SECTION
═══════════════════════════════════════════ */
.vehicle-comparison-section {
    background: var(--color-bg-white);
    padding: 112px 20px;
}

@media (min-width: 1024px) {
    .vehicle-comparison-section {
        padding: 160px 20px;
    }
}

.vehicle-comparison-container {
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

/* ── Header ── */
.vehicle-comparison-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 640px;
}

.vehicle-comparison-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0;
}

.vehicle-comparison-description {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text-secondary);
    margin: 0;
}

/* ── Table wrapper ── */
.vehicle-comparison-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 16px;
    box-shadow: 0 2px 20px var(--color-shadow-light);
    -webkit-overflow-scrolling: touch;
}

.vehicle-comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
    min-width: 520px;
}

/* ── Thead ── */
.vehicle-comparison-table thead tr {
    background: transparent;
}

.vehicle-comparison-table thead th {
    padding: 18px 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-text-secondary);
    text-align: center;
    background: var(--color-bg-white);
    border-bottom: 1px solid var(--color-border-light);
}

.vehicle-comparison-table thead th.col-tier {
    text-align: left;
}

/* Coluna SC — header roxo escuro */
.vehicle-comparison-table thead th.col-sc {
    background: var(--color-primary);
    color: var(--color-text-white);
    border-radius: 12px 12px 0 0;
}

/* ── Larguras ── */
.col-tier {
    width: 38%;
}

.col-sc {
    width: 20%;
}

.col-trad {
    width: 20%;
}

.col-save {
    width: 22%;
}

/* ── Tbody rows ── */
.vehicle-comparison-table tbody tr {
    transition: filter 0.15s ease;
}

.vehicle-comparison-table tbody tr:hover {
    filter: brightness(0.97);
}

.row-odd {
    background: var(--color-bg-light);
}

.row-even {
    background: var(--color-bg-white);
}

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

/* ── Células ── */
.vehicle-comparison-table tbody td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--color-border-divider);
    vertical-align: middle;
    text-align: center;
}

/* Credit tier label */
.tier-label {
    text-align: left !important;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-primary);
}

/* SC value */
.sc-value {
    font-family: 'Courier New', monospace;
    font-weight: 700;
    color: var(--color-primary) !important;
    background: rgba(54, 44, 114, 0.04);
    border-left: 1px solid rgba(54, 44, 114, 0.1);
    border-right: 1px solid rgba(54, 44, 114, 0.1);
}

/* Traditional value */
.trad-value {
    font-family: 'Courier New', monospace;
    color: var(--color-text-secondary) !important;
}

/* Save column */
.save-value {
    text-align: center;
}

.save-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    background: var(--color-primary);
    color: var(--color-text-white);
    font-size: 11px;
    font-weight: 700;
    border-radius: 6px;
    white-space: nowrap;
    letter-spacing: 0.02em;
}

/* ── Footer ── */
.vehicle-comparison-footer {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vehicle-comparison-footer-bold {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-primary);
    margin: 0;
}

.vehicle-comparison-footer-note {
    font-size: 12px;
    color: var(--color-text-secondary);
    margin: 0;
}

/* ── Responsivo ── */
@media (max-width: 480px) {
    .vehicle-comparison-section {
        padding: 80px 16px;
    }

    .vehicle-comparison-table-wrapper {
        border-radius: 12px;
    }
}



/* ── Esconde/mostra conforme viewport ── */
.vehicle-table-desktop { display: block; }
.vehicle-table-mobile  { display: none;  }

@media (max-width: 767px) {
    .vehicle-table-desktop { display: none;  }
    .vehicle-table-mobile  { display: block; }
}

/* ════════════════════════════════════
   VEHICLE COMPARISON — MOBILE ACCORDION
════════════════════════════════════ */

.vct-accordion {
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    width: 100%;
}

.vct-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.vct-item:last-child {
    border-bottom: none;
}

/* ── Trigger ── */
.vct-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #1A1A2E;
    text-align: left;
    font-family: 'Inter', sans-serif;
    transition: background 0.15s;
}

.vct-trigger:hover {
    background: rgba(0, 0, 0, 0.02);
}

.vct-tier-range {
    font-weight: 400;
    color: #666666;
    font-size: 13px;
}

.vct-chevron {
    flex-shrink: 0;
    color: #666666;
    transition: transform 0.25s ease;
}

.vct-item.active .vct-chevron {
    transform: rotate(180deg);
}

/* ── Panel ── */
.vct-panel {
    display: none;
    padding: 0 8px 10px;
}

.vct-item.active .vct-panel {
    display: block;
}

/* ── Rows ── */
.vct-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    margin-bottom: 4px;
    background: #f8f8f8;
}

.vct-row--save {
    background: rgba(22, 163, 74, 0.06);
}

.vct-col-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #888888;
    font-family: 'Inter', sans-serif;
    flex-shrink: 0;
}

.vct-col-value {
    font-size: 15px;
    font-weight: 600;
    color: #1A1A2E;
    font-family: 'Inter', sans-serif;
    text-align: right;
}

.vct-col-value--sc {
    color: #16a34a;
}
/* ── Show/hide ── */
.vcomp-desktop { display: block; }
.vcomp-mobile  { display: none;  }

@media (max-width: 767px) {
    .vcomp-desktop { display: none;  }
    .vcomp-mobile  { display: block; }
}

/* ════════════════════════════════════
   VCOMP MOBILE ACCORDION — DARK THEME
════════════════════════════════════ */

.vcomp-accordion {
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    overflow: hidden;
    background: #16162a;
}

.vcomp-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vcomp-item:last-of-type {
    border-bottom: none;
}

/* ── Trigger ── */
.vcomp-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #9090aa;
    text-align: left;
    font-family: 'Inter', sans-serif;
    transition: background 0.15s;
}

.vcomp-trigger:hover {
    background: rgba(255, 255, 255, 0.03);
}

.vcomp-chevron {
    flex-shrink: 0;
    color: #555570;
    transition: transform 0.25s ease;
}

.vcomp-item.active .vcomp-chevron {
    transform: rotate(180deg);
}

/* ── Panel ── */
.vcomp-panel {
    display: none;
    padding: 0 8px 10px;
}

.vcomp-item.active .vcomp-panel {
    display: block;
}

/* ── Rows ── */
.vcomp-mob-row {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 10px 14px;
    border-radius: 8px;
    margin-bottom: 4px;
    background: rgba(255, 255, 255, 0.04);
}

.vcomp-mob-row--trad {
    border-left: 3px solid #ef4444;
}

.vcomp-mob-row--sc {
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.07);
}

.vcomp-mob-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #555570;
    font-family: 'Inter', sans-serif;
}

.vcomp-mob-label--sc {
    color: #8888aa;
}

.vcomp-mob-value {
    font-size: 14px;
    font-weight: 600;
    color: #f0f0f0;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
}

.vcomp-mob-row--trad .vcomp-mob-value {
    color: #ef4444;
}

/* ── Footnote mobile ── */
.vcomp-footnote--mobile {
    font-size: 12px;
    color: #444460;
    text-align: center;
    padding: 14px 18px;
    margin: 0;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}


/* ═══════════════════════════════════════════
   VEHICLE INCLUDES SECTION
═══════════════════════════════════════════ */
.vehicle-includes-section {
    background: var(--color-bg-white);
    padding: 112px 20px;
}

@media (min-width: 1024px) {
    .vehicle-includes-section {
        padding: 160px 20px;
    }
}

.vehicle-includes-container {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

/* ── Header ── */
.vehicle-includes-header {
    max-width: 640px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vehicle-includes-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0;
}

.vehicle-includes-description {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text-secondary);
    margin: 0;
}

/* ── Grid ── */
.vehicle-includes-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .vehicle-includes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .vehicle-includes-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ── Card ── */
.vehicle-includes-card {
    background: var(--color-bg-white);
    border: 1px solid var(--color-border-light);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vehicle-includes-card:hover {
    border-color: var(--color-border-medium);
    box-shadow: 0 8px 24px var(--color-shadow-light);
    transform: translateY(-2px);
}

.vehicle-includes-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text-primary);
    margin: 0;
    line-height: 1.3;
}

.vehicle-includes-card p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--color-text-secondary);
    margin: 0;
}

/* ── Responsivo ── */
@media (max-width: 480px) {
    .vehicle-includes-section {
        padding: 80px 16px;
    }

    .vehicle-includes-card {
        padding: 24px;
    }
}





/* ═══════════════════════════════════════════
   VEHICLE DARK SECTION (wrapper)
═══════════════════════════════════════════ */
.vehicle-dark-section {
    background: #1A1A2E;
}

/* ── Shared link style ── */
.dark-link {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s ease, letter-spacing 0.2s ease;
}

.dark-link:hover {
    color: #fff;
    letter-spacing: 0.01em;
}

/* ═══════════════════════════════════════════
   DARE
═══════════════════════════════════════════ */
.vehicle-dare {
    padding: 112px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

@media (min-width: 1024px) {
    .vehicle-dare {
        padding: 160px 20px;
    }
}

.vehicle-dare-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.vehicle-dare-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0;
}

.vehicle-dare-body {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    max-width: 520px;
}

.vehicle-dare-disclaimer {
    font-size: 12px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
    max-width: 440px;
}

/* Form pill dark */
.vehicle-dare-form {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 460px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 6px 6px 6px 0;
    margin-top: 8px;
}

.vehicle-dare-form input {
    flex: 1;
    min-width: 0;
    padding: 12px 20px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    color: #fff;
}

.vehicle-dare-form input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.vehicle-dare-form button {
    flex-shrink: 0;
    padding: 12px 24px;
    background: #fff;
    color: #1A1A2E;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.vehicle-dare-form button:hover {
    background: #f0f0f0;
    transform: translateY(-1px);
}

/* ═══════════════════════════════════════════
   BRANDS
═══════════════════════════════════════════ */
.vehicle-brands {
    padding: 80px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

@media (min-width: 1024px) {
    .vehicle-brands {
        padding: 112px 20px;
    }
}

.vehicle-brands-container {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.vehicle-brands-header {
    max-width: 660px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vehicle-brands-title {
    font-size: clamp(1.8rem, 3.5vw, 2.75rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0;
}

.vehicle-brands-description {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

/* Brand grid */
.vehicle-brands-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background: rgba(255, 255, 255, 0.06);
    width: 100%;
    max-width: 896px;
    border-radius: 16px;
    overflow: hidden;
}

@media (min-width: 640px) {
    .vehicle-brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .vehicle-brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Brand card */
.brand-card {
    background: #1A1A2E;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: background 0.2s ease;
}

.brand-card:hover {
    background: #22223a;
}

.brand-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
}

.brand-card-top img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    opacity: 0.55;
    flex-shrink: 0;
}

.brand-card-top h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.brand-card-flags {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

.brand-card-text {
    font-size: 12px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

.vehicle-brands-footer {
    text-align: center;
}

/* ═══════════════════════════════════════════
   SECURITY
═══════════════════════════════════════════ */
.vehicle-security {
    padding: 80px 20px;
}

@media (min-width: 1024px) {
    .vehicle-security {
        padding: 112px 20px;
    }
}

.vehicle-security-container {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.vehicle-security-header {
    max-width: 580px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vehicle-security-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.vehicle-security-title {
    font-size: clamp(1.8rem, 3.5vw, 2.75rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0;
}

/* Security grid */
.vehicle-security-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    max-width: 1024px;
}

@media (min-width: 768px) {
    .vehicle-security-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .vehicle-security-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Security card */
.security-card {
    background: #22223a;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.security-card:hover {
    border-color: rgba(255, 255, 255, 0.14);
    background: #272740;
}

.security-card h3 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.security-card p {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.vehicle-security-footer {
    text-align: center;
}

/* ── Responsivo mobile ── */
@media (max-width: 480px) {
    .vehicle-dare {
        padding: 80px 16px;
    }

    .vehicle-dare-form {
        flex-direction: column;
        border-radius: 16px;
        padding: 12px;
    }

    .vehicle-dare-form input {
        width: 100%;
        padding: 12px 12px;
        background: #1A1A2E;
        border-radius: 50px;
        text-align: center;
    }

    .vehicle-dare-form button {
        width: 100%;
    }

    .vehicle-brands,
    .vehicle-security {
        padding: 64px 16px;
    }
}



/* ═══════════════════════════════════════════
   VEHICLE EQUITY SECTION
═══════════════════════════════════════════ */
.vehicle-equity-section {
    background: var(--color-bg-white);
    padding: 80px 20px;
}

@media (min-width: 1024px) {
    .vehicle-equity-section {
        padding: 128px 20px;
    }
}

.vehicle-equity-container {
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

/* ── Header ── */
.vehicle-equity-header {
    max-width: 720px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vehicle-equity-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0;
}

.vehicle-equity-description {
    font-size: clamp(15px, 1.8vw, 16px);
    line-height: 1.7;
    color: var(--color-text-secondary);
    margin: 0;
}

/* ── Chart wrap ── */
.vehicle-equity-chart-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ── Legend ── */
.vehicle-equity-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    font-size: 13px;
    color: var(--color-text-secondary);
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-line {
    display: inline-block;
    width: 32px;
    height: 3px;
    border-radius: 999px;
    flex-shrink: 0;
}

.legend-line--red {
    background: #C0392B;
}

.legend-line--dark {
    background: var(--color-primary);
}

/* ── SVG card ── */
.vehicle-equity-svg-card {
    background: var(--color-bg-white);
    border: 1px solid var(--color-border-light);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 2px 16px var(--color-shadow-light);
}

@media (min-width: 1024px) {
    .vehicle-equity-svg-card {
        padding: 32px;
    }
}

.vehicle-equity-svg-title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-primary);
    margin: 0 0 24px;
}

.vehicle-equity-svg {
    width: 100%;
    height: auto;
    max-height: 380px;
    display: block;
}

/* ── Bottom stats ── */
.vehicle-equity-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 768px) {
    .vehicle-equity-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

.vehicle-equity-stat {
    text-align: center;
    padding: 24px;
    background: var(--color-bg-white);
    border: 1px solid var(--color-border-light);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: box-shadow 0.2s ease;
}

.vehicle-equity-stat:hover {
    box-shadow: 0 4px 16px var(--color-shadow-light);
}

.vehicle-equity-stat--dark {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.vehicle-equity-stat--dark .equity-stat-label {
    color: rgba(255, 255, 255, 0.75);
}

/* Números */
.equity-stat-number {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    margin: 0;
}

.equity-stat-number--red {
    color: #FF6B6B;
}

.equity-stat-number--primary {
    color: var(--color-primary);
}

.equity-stat-number--white {
    color: var(--color-text-white);
}

.equity-stat-label {
    font-size: 13px;
    color: var(--color-text-secondary);
    line-height: 1.55;
    margin: 0;
}

/* ── Source note ── */
.vehicle-equity-source {
    font-size: 13px;
    line-height: 1.6;
    color: var(--color-text-secondary);
    text-align: center;
    margin: 0;
}

/* ── Responsivo ── */
@media (max-width: 480px) {
    .vehicle-equity-section {
        padding: 64px 16px;
    }

    .vehicle-equity-legend {
        gap: 16px;
        flex-wrap: wrap;
    }
}



/* ═══════════════════════════════════════════
   VEHICLE FLEX SECTION (Life happens)
═══════════════════════════════════════════ */
.vehicle-flex-section {
    background: var(--color-bg-white);
    padding: 112px 20px;
}

@media (min-width: 1024px) {
    .vehicle-flex-section {
        padding: 160px 20px;
    }
}

.vehicle-flex-container {
    max-width: 896px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

/* ── Header ── */
.vehicle-flex-header {
    max-width: 640px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vehicle-flex-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0;
}

.vehicle-flex-description {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-text-secondary);
    margin: 0;
}

/* ── Grid 3 cards ── */
.vehicle-flex-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
}

@media (min-width: 640px) {
    .vehicle-flex-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.vehicle-flex-card {
    background: var(--color-bg-white);
    border: 1px solid var(--color-border-light);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vehicle-flex-card:hover {
    border-color: var(--color-border-medium);
    box-shadow: 0 8px 24px var(--color-shadow-light);
    transform: translateY(-2px);
}

.vehicle-flex-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text-primary);
    margin: 0;
    line-height: 1.3;
}

.vehicle-flex-card p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--color-text-secondary);
    margin: 0;
}

/* ── Footnote ── */
.vehicle-flex-footnote {
    font-size: 12px;
    line-height: 1.6;
    color: var(--color-text-secondary);
    text-align: center;
    margin: 0;
    max-width: 720px;
}

/* ═══════════════════════════════════════════
   VEHICLE FLEET SECTION
═══════════════════════════════════════════ */
.vehicle-fleet-section {
    background: var(--color-bg-white);
    padding: 112px 20px;
    border-top: 1px solid var(--color-border-divider);
}

@media (min-width: 1024px) {
    .vehicle-fleet-section {
        padding: 160px 20px;
    }
}

.vehicle-fleet-container {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

/* ── Hero row ── */
.vehicle-fleet-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

@media (min-width: 1024px) {
    .vehicle-fleet-hero {
        grid-template-columns: 1fr 1fr;
        gap: 80px;
    }
}

.vehicle-fleet-hero-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vehicle-fleet-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-text-placeholder);
    margin: 0;
}

.vehicle-fleet-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0;
}

.vehicle-fleet-body {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-text-secondary);
    margin: 0;
}

.vehicle-fleet-body-sm {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text-secondary);
    margin: 0;
}

/* ── Hero image ── */
.vehicle-fleet-hero-image {
    display: none;
}

@media (min-width: 1024px) {
    .vehicle-fleet-hero-image {
        display: block;
    }
}

.vehicle-fleet-hero-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    box-shadow: 0 8px 32px var(--color-shadow-light);
}

/* ── Feature grid 4 cols ── */
.vehicle-fleet-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 640px) {
    .vehicle-fleet-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .vehicle-fleet-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.vehicle-fleet-card {
    background: var(--color-bg-white);
    border: 1px solid var(--color-border-light);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vehicle-fleet-card:hover {
    border-color: var(--color-border-medium);
    box-shadow: 0 8px 24px var(--color-shadow-light);
    transform: translateY(-2px);
}

.vehicle-fleet-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text-primary);
    margin: 0;
    line-height: 1.3;
}

.vehicle-fleet-card p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--color-text-secondary);
    margin: 0;
}

/* ── CTA ── */
.vehicle-fleet-cta {
    text-align: center;
}

.vehicle-fleet-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: var(--color-primary);
    color: var(--color-text-white);
    font-size: 15px;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 12px var(--color-shadow-light);
}

.vehicle-fleet-btn:hover {
    background: var(--color-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(54, 44, 114, 0.25);
}

/* ── Responsivo ── */
@media (max-width: 480px) {

    .vehicle-flex-section,
    .vehicle-fleet-section {
        padding: 80px 16px;
    }

    .vehicle-flex-card,
    .vehicle-fleet-card {
        padding: 24px;
    }
}


/* ═══════════════════════════════════════════
   VEHICLE TESTIMONIALS SECTION
═══════════════════════════════════════════ */
.vehicle-testimonials-section {
    background: #1A1A2E;
    padding: 112px 20px;
}

@media (min-width: 1024px) {
    .vehicle-testimonials-section {
        padding: 160px 20px;
    }
}

.vehicle-testimonials-container {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

/* ── Header ── */
.vehicle-testimonials-header {
    max-width: 580px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vehicle-testimonials-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.vehicle-testimonials-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0;
}

.vehicle-testimonials-description {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* ── Carousel wrap ── */
.vehicle-testimonials-carousel-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
}

/* ── Track ── */
.vehicle-testimonials-track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* ── Slide ── */
.vtesti-slide {
    min-width: 100%;
    box-sizing: border-box;
}

/* ── Card ── */
.vtesti-card {
    background: #2A2A3E;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 640px) {
    .vtesti-card {
        padding: 40px;
    }
}

/* ── Top row ── */
.vtesti-top {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Badges */
.vtesti-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 999px;
}

.vtesti-badge--green {
    background: rgba(170, 221, 0, 0.15);
    color: #aadd00;
}

.vtesti-badge--purple {
    background: var(--color-bg-hero-end);
    color: var(--color-primary);
}

.vtesti-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    flex-shrink: 0;
}

.vtesti-location {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

/* ── Quote ── */
.vtesti-quote {
    font-size: clamp(16px, 2.5vw, 19px);
    line-height: 1.7;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    margin: 0;
    border: none;
    padding: 0;
}

/* ── Stats ── */
.vtesti-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.vtesti-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vtesti-stat-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.02em;
}

.vtesti-stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    line-height: 1.4;
}

/* ── Author ── */
.vtesti-author {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vtesti-author-name {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.vtesti-author-bio {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    margin: 0;
}

/* ── Controls ── */
.vtesti-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.vtesti-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    flex-shrink: 0;
}

.vtesti-arrow:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

/* Dots */
.vtesti-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vtesti-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease, transform 0.2s ease;
}

.vtesti-dot.active {
    background: #fff;
    transform: scale(1.3);
}

/* Counter */
.vtesti-counter {
    text-align: center;
    font-size: 12px;
    font-family: monospace;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    letter-spacing: 0.08em;
}

/* ── Responsivo ── */
@media (max-width: 480px) {
    .vehicle-testimonials-section {
        padding: 80px 16px;
    }

    .vtesti-card {
        padding: 24px;
        gap: 20px;
    }

    .vtesti-stats {
        gap: 20px;
    }
}


/* ═══════════════════════════════════════════
   VEHICLE COMPARE TABLE SECTION
═══════════════════════════════════════════ */
.vcomp-section {
    background: #1A1A2E;
    padding: 80px 20px;
}

@media (min-width: 1024px) {
    .vcomp-section {
        padding: 112px 20px;
    }
}

.vcomp-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

/* ── Header ── */
.vcomp-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.vcomp-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.vcomp-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0;
}

.vcomp-description {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
    max-width: 600px;
}

.vcomp-subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    margin: 0;
}

/* ── Table wrap ── */
.vcomp-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ── Column headers ── */
.vcomp-col-headers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 8px;
    min-width: 520px;
}

.vcomp-col-spacer {
    /* empty */
}

.vcomp-col-label {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 0;
}

.vcomp-col-label--red {
    color: #FF6B6B;
}

.vcomp-col-label--white {
    color: #fff;
}

/* ── Rows ── */
.vcomp-rows {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 520px;
}

.vcomp-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    align-items: center;
    padding: 16px 20px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid transparent;
    transition: background 0.15s ease;
}

.vcomp-row--alt {
    background: rgba(255, 255, 255, 0.03);
}

.vcomp-row--border {
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.06);
}

.vcomp-row:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* ── Cells ── */
.vcomp-row-feature {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.4;
}

.vcomp-row-trad {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 107, 107, 0.75);
    font-weight: 400;
    line-height: 1.4;
}

.vcomp-row-sc {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}

/* ── Footnote ── */
.vcomp-footnote {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.25);
    text-align: center;
    line-height: 1.65;
    margin: 20px 0 0;
}

/* ── Responsivo ── */
@media (max-width: 560px) {
    .vcomp-section {
        padding: 64px 16px;
    }

    .vcomp-row {
        padding: 14px 12px;
        gap: 8px;
    }

    .vcomp-row-feature,
    .vcomp-row-trad,
    .vcomp-row-sc {
        font-size: 12px;
    }

    .vcomp-col-label {
        font-size: 10px;
    }
}


/* ═══════════════════════════════════════════
   VSTOP SECTION (Stop overpaying)
═══════════════════════════════════════════ */
.vstop-section {
    background: #1A1A2E;
    padding: 112px 20px;
}

@media (min-width: 1024px) {
    .vstop-section {
        padding: 160px 20px;
    }
}

.vstop-container {
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

/* ── Header ── */
.vstop-header {
    max-width: 640px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vstop-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0;
}

.vstop-description {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    max-width: 480px;
    align-self: center;
}

/* ── Cards grid ── */
.vstop-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .vstop-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ── Card base ── */
.vstop-card {
    background: #2A2A3E;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.vstop-card:hover {
    border-color: rgba(255, 255, 255, 0.14);
    background: #2f2f4a;
}

.vstop-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.vstop-card p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    flex: 1;
}

/* Link card */
.vstop-card--link {
    text-decoration: none;
    cursor: pointer;
}

/* ── Form pill ── */
.vstop-form {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 5px 5px 5px 0;
    margin-top: 8px;
    transition: border-color 0.2s ease;
}

.vstop-form:focus-within {
    border-color: rgba(255, 255, 255, 0.35);
}

.vstop-form input {
    flex: 1;
    min-width: 0;
    padding: 11px 18px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    color: #fff;
}

.vstop-form input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.vstop-form button {
    flex-shrink: 0;
    padding: 11px 22px;
    background: #fff;
    color: #1A1A2E;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.15s ease;
}

.vstop-form button:hover {
    background: #f0f0f0;
    transform: translateY(-1px);
}

/* ── Arrow link ── */
.vstop-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-top: 8px;
    transition: gap 0.2s ease;
}

.vstop-card--link:hover .vstop-arrow-link {
    gap: 10px;
}

.vstop-arrow-link span {
    font-size: 16px;
    transition: transform 0.2s ease;
}

.vstop-card--link:hover .vstop-arrow-link span {
    transform: translateX(3px);
}

/* ── Glossary term underline ── */
.vstop-term {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
    cursor: help;
}

/* ── Footnote ── */
.vstop-footnote {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    margin: 0;
    line-height: 1.6;
}

/* ── Responsivo ── */
@media (max-width: 480px) {
    .vstop-section {
        padding: 80px 16px;
    }

    .vstop-card {
        padding: 28px 24px;
    }

    .vstop-form {
        flex-direction: column;
        border-radius: 14px;
        padding: 12px;
        gap: 10px;
    }

    .vstop-form input {
        width: 100%;
        padding: 12px 12px;
        background: #1A1A2E;
        border-radius: 50px;
        text-align: center;
    }

    .vstop-form button {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}