/**
 * Vehicle Template v2 Styles
 * Professional-grade styling for detailer guides
 * Aligned with service-template.css theme
 */

/* ========================================
   BASE LAYOUT - Matching services template
   ======================================== */

.vehicle-page {
    padding: 0;
}

.vehicle-page-content {
    max-width: 100%;
    margin: 0 auto;
}

/* Section wrapper for consistent padding */
.vehicle-section {
    padding: 4rem 0;
}

.vehicle-section:nth-child(even) {
    background: rgba(255, 255, 255, 0.02);
}

/* ========================================
   HERO - Matching service-hero gradient
   ======================================== */

.vehicle-hero {
    padding: 140px 0 80px;
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.08) 0%, transparent 100%);
}

.vehicle-hero-content {
    max-width: 800px;
}

/* Back link */
.vehicle-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    transition: color 0.2s ease;
}

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

.vehicle-back-link svg {
    transition: transform 0.2s ease;
}

.vehicle-back-link:hover svg {
    transform: translateX(-2px);
}

/* Breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    padding: 16px 0;
    margin-bottom: 16px;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb a:hover {
    color: #A0CBFF;
}

/* Hero header with logo */
.vehicle-hero-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.vehicle-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 8px;
}

.vehicle-hero-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.vehicle-tagline {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.last-updated {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 2rem;
}

/* ========================================
   QUICK STATS - Matching client-profile-grid
   ======================================== */

.quick-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.quick-stat {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
}

.quick-stat-icon {
    color: #A0CBFF;
    margin-bottom: 0.75rem;
}

.quick-stat-icon svg {
    width: 24px;
    height: 24px;
    stroke: #A0CBFF;
}

.quick-stat-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.quick-stat-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.quick-stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (max-width: 960px) {
    .quick-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .quick-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .vehicle-hero {
        min-height: 100svh;
        padding: 0 !important;
        box-sizing: border-box;
    }

    .vehicle-hero>.container {
        min-height: 100svh;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        padding-bottom: 24px;
    }

    .vehicle-hero .breadcrumb {
        padding: 0;
        margin-bottom: 12px;
        flex-shrink: 0;
    }

    .vehicle-hero-content {
        max-width: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .vehicle-hero-header {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .vehicle-logo {
        display: none;
    }

    .vehicle-hero-header h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .vehicle-tagline {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .last-updated {
        margin-bottom: 16px;
    }

    .quick-stats {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        margin-bottom: 16px;
        padding-bottom: 8px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        justify-content: center;
    }

    .quick-stats::-webkit-scrollbar {
        display: none;
    }

    .quick-stat {
        flex: 0 0 auto;
        min-width: 100px;
        scroll-snap-align: start;
    }

    .quick-stat {
        padding: 12px;
    }

    .quick-stat-value {
        font-size: 1rem;
    }

    .quick-stat-label {
        font-size: 0.65rem;
    }

    .vehicle-hero .btn {
        width: auto;
        padding: 12px 32px;
        font-size: 14px;
    }
}

/* ========================================
   SECTION TITLES - Matching service-template
   ======================================== */

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fff;
}

.section-title-centered {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: #fff;
}

.section-subtitle-centered {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 3rem;
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .section-title-centered {
        font-size: 1.75rem;
    }

    .section-subtitle-centered {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .vehicle-section {
        min-height: 100svh;
        padding: 24px 0;
        box-sizing: border-box;
    }

    .vehicle-section.vehicle-section-compact,
    .vehicle-section.vehicle-footer-cta {
        min-height: auto;
        padding: 24px 0;
    }
}

/* ========================================
   TWO COLUMN LAYOUT - Matching service-template
   ======================================== */

.vehicle-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

@media (max-width: 960px) {
    .vehicle-two-column {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

/* Column Headers */
.vehicle-overview-col h2,
.vehicle-client-col h2,
.vehicle-paint-col h2,
.vehicle-time-col h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

/* Section Intro */
.section-intro {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1.5rem;
}

/* ========================================
   OVERVIEW
   ======================================== */

.overview-content {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    text-align: left;
}

.overview-content p {
    margin-bottom: 1rem;
    text-indent: 0;
    padding-left: 0;
}

.overview-content p:last-child {
    margin-bottom: 0;
}

/* ========================================
   CLIENT PROFILE
   ======================================== */

.client-profile-card {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(59, 130, 246, 0.02) 100%);
    border-color: rgba(59, 130, 246, 0.15);
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.profile-stat {
    text-align: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
}

.profile-stat-label {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.profile-stat-value {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--primary);
}

.profile-extra {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.profile-extra-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.profile-extra-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ========================================
   CLIENT PROFILE CARDS - New card grid layout
   ======================================== */

.client-profile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.client-stat-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
}

.client-stat-icon {
    color: #A0CBFF;
    margin-bottom: 0.75rem;
}

.client-stat-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.client-stat-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.client-stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.client-extra-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.client-extra-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}

.client-extra-icon {
    color: rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
}

.client-extra-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.client-extra-label {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.client-extra-value {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 960px) {
    .client-profile-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .client-profile-grid {
        grid-template-columns: 1fr;
    }

    .client-extra-grid {
        grid-template-columns: 1fr;
    }
}

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

    .profile-extra {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   PAINT CHARACTERISTICS
   ======================================== */

.paint-details {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.paint-detail {
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
}

.paint-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.paint-detail-name {
    font-weight: 600;
    color: var(--text-primary);
}

.paint-detail-value {
    font-size: 0.875rem;
    color: var(--text-secondary);
    text-align: right;
}

.paint-detail-note {
    font-size: 0.8125rem;
    color: var(--text-muted);
    margin: 0;
    font-style: italic;
}

.paint-warnings {
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 10px;
    padding: 1.25rem;
}

.paint-warnings h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #F59E0B;
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
}

.paint-warnings ul {
    margin: 0;
    padding-left: 1.25rem;
}

.paint-warnings li {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
}

.paint-warnings li:last-child {
    margin-bottom: 0;
}

/* ========================================
   TIME ESTIMATES TABLE
   ======================================== */

.time-table-wrapper {
    overflow-x: auto;
    margin: 0 -0.5rem;
    padding: 0 0.5rem;
}

.time-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.time-table th,
.time-table td {
    padding: 0.875rem 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.time-table th {
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.02);
}

.time-table td.highlight {
    color: var(--primary);
    font-weight: 600;
}

.time-table td.note {
    font-size: 0.8125rem;
    color: var(--text-muted);
}

/* ========================================
   DETAILING NOTES
   ======================================== */

.detailing-notes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.detailing-note {
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}

.detailing-note-icon {
    width: 44px;
    height: 44px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    margin-bottom: 1rem;
}

.detailing-note h3 {
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.detailing-note p {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 640px) {
    .detailing-notes-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   EQUIPMENT
   ======================================== */

.equipment-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.equipment-column h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.equipment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.equipment-list li {
    font-size: 0.875rem;
    color: var(--text-secondary);
    padding: 0.5rem 0;
    padding-left: 1.25rem;
    position: relative;
}

.equipment-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.875rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.equipment-list.required li::before {
    background: var(--primary);
}

.equipment-list.recommended li::before {
    background: #10B981;
}

.equipment-list.avoid li::before {
    background: #EF4444;
}

@media (max-width: 768px) {
    .equipment-columns {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   COMMON ISSUES
   ======================================== */

.issues-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.issues-list li {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    padding: 0.75rem 0;
    padding-left: 1.75rem;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.issues-list li:last-child {
    border-bottom: none;
}

.issues-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.1rem;
    width: 8px;
    height: 8px;
    background: #F59E0B;
    border-radius: 50%;
}

/* ========================================
   UPSELL OPPORTUNITIES
   ======================================== */

.upsell-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.upsell-card {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    transition: border-color 0.2s ease;
}

.upsell-card:hover {
    border-color: rgba(59, 130, 246, 0.3);
}

.upsell-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.upsell-header h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.upsell-price {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--primary);
}

.upsell-pitch {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-left: 2px solid rgba(59, 130, 246, 0.3);
}

.upsell-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.upsell-rate {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.8125rem;
    color: #10B981;
    font-weight: 500;
}

.upsell-objection-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 0.8125rem;
    cursor: pointer;
    padding: 0.5rem 0;
    transition: color 0.2s ease;
}

.upsell-objection-toggle:hover {
    color: var(--primary);
}

.upsell-objection {
    display: none;
    padding: 1rem;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 8px;
    margin-top: 0.75rem;
}

.upsell-objection.visible {
    display: block;
}

.upsell-objection p {
    font-size: 0.8125rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .upsell-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding-bottom: 8px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .upsell-grid::-webkit-scrollbar {
        display: none;
    }

    .upsell-card {
        flex: 0 0 280px;
        scroll-snap-align: start;
    }
}

/* ========================================
   PRICING TABLE
   ======================================== */

.pricing-table-wrapper {
    overflow-x: auto;
    margin: 0 -0.5rem;
    padding: 0 0.5rem;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.pricing-table th,
.pricing-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pricing-table th {
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.02);
}

.pricing-table .models-cell {
    font-size: 0.8125rem;
    color: var(--text-muted);
    max-width: 200px;
}

.pricing-note-row td {
    font-size: 0.8125rem;
    color: var(--text-muted);
    font-style: italic;
    padding-top: 0.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}

/* ========================================
   MODELS
   ======================================== */

.models-by-tier {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.model-tier-title {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.models-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.model-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.model-card:hover {
    border-color: rgba(59, 130, 246, 0.4);
    background: rgba(59, 130, 246, 0.08);
}

.model-card.popular {
    border-color: rgba(59, 130, 246, 0.3);
    background: rgba(59, 130, 246, 0.05);
}

.model-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.model-name {
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
}

.model-years {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
}

.popular-badge {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    background: #A0CBFF;
    padding: 0.25rem 0.625rem;
    border-radius: 4px;
}

.model-card svg {
    color: var(--text-muted);
    transition: color 0.2s ease;
}

.model-card:hover svg {
    color: var(--primary);
}

@media (max-width: 640px) {
    .models-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
        padding-bottom: 8px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .models-grid::-webkit-scrollbar {
        display: none;
    }

    .model-card {
        flex: 0 0 220px;
        scroll-snap-align: start;
        padding: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .model-name {
        font-size: 0.875rem;
    }

    .model-years {
        font-size: 0.75rem;
    }

    .popular-badge {
        font-size: 0.625rem;
        padding: 2px 6px;
        margin-top: 4px;
    }
}

/* ========================================
   FAQS (service-faq component from neighborhood template)
   ======================================== */

.service-faq-section {
    padding: 4rem 0;
}

.service-faq-list {
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.service-faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.service-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.75rem 1.5rem;
    cursor: pointer;
    background: none;
    border: none;
    color: inherit;
    font-family: inherit;
    text-align: left;
    transition: color 0.2s ease;
}

.service-faq-question:hover {
    color: #A0CBFF;
}

.service-faq-question h3 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 1rem;
    margin: 0;
}

.service-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.service-faq-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

.service-faq-item.active .service-faq-icon {
    transform: rotate(180deg);
}

.service-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1.5rem;
}

.service-faq-item.active .service-faq-answer {
    max-height: 500px;
    padding: 0 1.5rem 1.75rem 1.5rem;
}

.service-faq-answer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .service-faq-question h3 {
        font-size: 1rem;
    }
}

/* ========================================
   RELATED - Matching service-related component
   ======================================== */

.service-related {
    text-align: center;
    margin-bottom: 2rem;
}

.service-related .related-label {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.service-related .related-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.service-related .related-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.service-related .related-link:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(59, 130, 246, 0.3);
    color: #fff;
}

/* ========================================
   FOOTER CTA - Matching service-footer-cta
   ======================================== */

.vehicle-footer-cta {
    padding: 4rem 0;
}

.vehicle-cta-box {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(139, 92, 246, 0.05) 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
}

.vehicle-cta-box h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
}

.vehicle-cta-box p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.vehicle-cta-box .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* ========================================
   COMING SOON
   ======================================== */

.coming-soon-hero {
    padding: 4rem 0;
    text-align: center;
}

.coming-soon-content {
    max-width: 600px;
    margin: 0 auto;
}

.coming-soon-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 100px;
    color: var(--primary);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.coming-soon-hero h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.coming-soon-subtitle {
    color: var(--text-secondary);
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.coming-soon-ctas {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.coming-soon-related {
    padding: 3rem 0;
}

.coming-soon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 800px;
    margin: 2rem auto 0;
}

.coming-soon-card {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    text-decoration: none;
    transition: border-color 0.2s ease;
}

.coming-soon-card:hover {
    border-color: rgba(59, 130, 246, 0.3);
}

.coming-soon-card h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.coming-soon-card span {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    color: var(--primary);
}

@media (max-width: 640px) {
    .coming-soon-ctas {
        flex-direction: column;
    }

    .coming-soon-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   BACK LINK
   ======================================== */

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.875rem;
    margin-bottom: 2rem;
    transition: color 0.2s ease;
}

.back-link:hover {
    color: var(--primary);
}