.vehicle-seo {
    color: var(--ae-text-dark);
}

.vehicle-seo-hero {
    position: relative;
    overflow: hidden;
    padding: 5rem 0 4.5rem;
    background: linear-gradient(135deg, #f7fbff 0%, #dcebfa 100%);
    text-align: center;
}

.vehicle-seo-hero::before {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 25%, rgba(52, 152, 219, 0.14), transparent 28%),
        radial-gradient(circle at 85% 75%, rgba(44, 62, 80, 0.10), transparent 30%);
    content: "";
}

.vehicle-seo-hero .container {
    position: relative;
    z-index: 1;
}

.vehicle-seo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(44, 62, 80, 0.92);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
}

.vehicle-seo-hero h1 {
    max-width: 820px;
    margin: 0 auto 1.25rem;
    color: var(--ae-primary-dark);
    font-size: clamp(2.1rem, 5vw, 3.35rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.vehicle-seo-lead {
    max-width: 760px;
    margin: 0 auto 2rem;
    color: #465563;
    font-size: 1.12rem;
    line-height: 1.7;
}

.vehicle-seo-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.vehicle-seo-actions .btn {
    min-width: 190px;
    padding: 0.8rem 1.4rem;
    font-weight: 600;
}

.vehicle-seo-switch {
    margin: 1.25rem 0 0;
    color: var(--ae-text-muted);
    font-size: 0.92rem;
}

.vehicle-seo-switch a {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.vehicle-seo-section {
    padding: 4.25rem 0;
}

.vehicle-seo-section--white {
    background: #fff;
}

.vehicle-seo-section--soft {
    background: var(--ae-bg-light);
}

.vehicle-seo-heading {
    max-width: 760px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.vehicle-seo-heading h2,
.vehicle-seo-copy h2,
.vehicle-seo-highlight h2 {
    margin-bottom: 0.8rem;
    color: var(--ae-primary-dark);
    font-size: clamp(1.65rem, 3vw, 2.15rem);
    font-weight: 700;
    line-height: 1.2;
}

.vehicle-seo-heading p,
.vehicle-seo-copy p,
.vehicle-seo-highlight p {
    color: #596773;
    line-height: 1.7;
}

.vehicle-seo-card {
    height: 100%;
    border: 1px solid #e3e9ee;
    border-radius: var(--ae-radius);
    background: #fff;
    box-shadow: 0 3px 14px rgba(26, 37, 47, 0.06);
}

.vehicle-seo-card .card-body {
    padding: 1.6rem;
}

.vehicle-seo-card h3 {
    margin-bottom: 0.55rem;
    color: var(--ae-primary-dark);
    font-size: 1.05rem;
    font-weight: 700;
}

.vehicle-seo-card p {
    margin-bottom: 0;
    color: #5d6973;
    font-size: 0.95rem;
    line-height: 1.6;
}

.vehicle-seo-step-number,
.vehicle-seo-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: var(--ae-primary);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
}

.vehicle-seo-icon {
    background: var(--ae-primary-soft);
    color: var(--ae-primary);
}

.vehicle-seo-highlight {
    padding: 2rem;
    border: 1px solid #d7e4ee;
    border-left: 5px solid var(--ae-accent);
    border-radius: var(--ae-radius);
    background: linear-gradient(135deg, #fff 0%, #f3f8fc 100%);
    box-shadow: var(--ae-shadow);
}

.vehicle-seo-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem 1.5rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.vehicle-seo-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: #465563;
    line-height: 1.55;
}

.vehicle-seo-checklist i {
    margin-top: 0.3rem;
    color: var(--ae-success);
}

.vehicle-seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.35rem;
}

.vehicle-seo-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid #d6e0e8;
    border-radius: 999px;
    background: #fff;
    color: var(--ae-primary);
    font-size: 0.9rem;
    font-weight: 600;
}

.vehicle-seo-link:hover {
    border-color: var(--ae-accent);
    color: var(--ae-accent-dark);
    text-decoration: none;
}

.vehicle-seo-faq {
    max-width: 860px;
    margin: 0 auto;
}

.vehicle-seo-faq details {
    margin-bottom: 0.75rem;
    border: 1px solid #dfe6ec;
    border-radius: var(--ae-radius-sm);
    background: #fff;
    box-shadow: 0 2px 8px rgba(26, 37, 47, 0.04);
}

.vehicle-seo-faq summary {
    position: relative;
    padding: 1.1rem 3rem 1.1rem 1.2rem;
    color: var(--ae-primary-dark);
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

.vehicle-seo-faq summary::-webkit-details-marker {
    display: none;
}

.vehicle-seo-faq summary::after {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    color: var(--ae-accent-dark);
    content: "+";
    font-size: 1.35rem;
    transform: translateY(-50%);
}

.vehicle-seo-faq details[open] summary::after {
    content: "−";
}

.vehicle-seo-faq summary:focus-visible,
.vehicle-seo-link:focus-visible {
    outline: 2px solid var(--ae-accent);
    outline-offset: 3px;
}

.vehicle-seo-faq details p {
    margin: 0;
    padding: 0 1.2rem 1.2rem;
    color: #596773;
    line-height: 1.65;
}

.vehicle-seo-final {
    padding: 4.25rem 0;
    background: linear-gradient(135deg, var(--ae-primary-dark), var(--ae-primary));
    color: #fff;
    text-align: center;
}

.vehicle-seo-final h2 {
    margin-bottom: 0.8rem;
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 700;
}

.vehicle-seo-final p {
    max-width: 650px;
    margin: 0 auto 1.5rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

.vehicle-seo-final .btn-secondary {
    min-width: 210px;
    padding: 0.8rem 1.4rem;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .vehicle-seo-hero {
        padding: 3.5rem 0 3rem;
    }

    .vehicle-seo-section,
    .vehicle-seo-final {
        padding: 3.25rem 0;
    }

    .vehicle-seo-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .vehicle-seo-actions .btn {
        width: 100%;
    }

    .vehicle-seo-highlight {
        padding: 1.4rem;
    }

    .vehicle-seo-checklist {
        grid-template-columns: 1fr;
    }
}
