/* =====================================================================
   Sunrise Auto Reconditioning — Main Stylesheet
   ===================================================================== */

:root {
    --primary:        #1e3a5f;
    --primary-dark:   #0f2040;
    --accent:         #f4a100;
    --accent-hover:   #d48900;
    --accent-light:   #fff3cd;
    --dark:           #111827;
    --gray:           #6b7280;
    --light:          #f3f4f6;
    --white:          #ffffff;
    --border:         #e5e7eb;
    --font-heading:   'Montserrat', sans-serif;
    --font-body:      'Open Sans', sans-serif;
    --shadow-sm:      0 1px 3px rgba(0,0,0,.10);
    --shadow-md:      0 4px 16px rgba(0,0,0,.12);
    --shadow-lg:      0 8px 32px rgba(0,0,0,.16);
    --radius:         10px;
    --radius-lg:      16px;
    --transition:     .25s ease;
}

*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: var(--font-body);
    color: var(--dark);
    background: var(--white);
    line-height: 1.7;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.25;
}

a { color: var(--primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent); }

img { max-width: 100%; height: auto; }

/* ── Utility ─────────────────────────────────────────────────────── */
.section-padded { padding: 80px 0; }
@media (max-width: 768px) { .section-padded { padding: 56px 0; } }

.section-eyebrow {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: .5rem;
}
.section-eyebrow.light { color: var(--accent); }

.section-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    color: var(--primary-dark);
    margin-bottom: .75rem;
}

.section-subtitle {
    font-size: 1.05rem;
    color: var(--gray);
    max-width: 600px;
    margin-inline: auto;
}

/* ── Buttons ─────────────────────────────────────────────────────── */
.btn-accent {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--dark);
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: .03em;
    padding: .65rem 1.6rem;
    border-radius: 6px;
    transition: background var(--transition), transform var(--transition);
}
.btn-accent:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    color: var(--dark);
    transform: translateY(-1px);
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    font-family: var(--font-heading);
    font-weight: 700;
}
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); }

/* ── Top Bar ─────────────────────────────────────────────────────── */
.top-bar {
    background: var(--primary-dark);
    padding: 8px 0;
    font-size: .82rem;
}
.top-bar-link {
    color: rgba(255,255,255,.8);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color var(--transition);
}
.top-bar-link:hover { color: var(--accent); }
.top-bar-social {
    color: rgba(255,255,255,.7);
    font-size: 1rem;
    transition: color var(--transition);
}
.top-bar-social:hover { color: var(--accent); }

/* ── Site Header ─────────────────────────────────────────────────── */
.site-header {
    background: var(--white);
    box-shadow: var(--shadow-sm);
    z-index: 1000;
}

/* Logo row */
.header-logo-row {
    background: var(--white);
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
    /* text-align: center; */
}

.site-logo {
    height: 140px;
    width: auto;
    object-fit: contain;
}

/* Navigation row */
.header-nav {
    background: var(--primary);
    padding: 0;
}

.header-nav .navbar-toggler {
    border-color: rgba(255,255,255,.3);
    margin: .5rem 0;
}
.header-nav .navbar-toggler-icon { filter: invert(1); }

.header-nav .navbar-collapse.justify-content-center {
    justify-content: center !important;
}

.header-nav .nav-link {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: rgba(255,255,255,.88) !important;
    padding: .9rem 1.5rem;
    letter-spacing: .025em;
    border-bottom: 3px solid transparent;
    transition: color var(--transition), border-color var(--transition), background var(--transition);
    white-space: nowrap;
}
.header-nav .nav-link:hover,
.header-nav .nav-link.active {
    color: var(--accent) !important;
    background: rgba(0,0,0,.18);
    border-bottom-color: var(--accent);
}

.header-nav .btn-accent {
    margin: .6rem 0 .6rem 1.5rem;
    font-size: .9rem;
}

/* ── Hero Section ────────────────────────────────────────────────── */
.hero {
    position: relative;
    background: linear-gradient(135deg, var(--primary-dark) 0%, #1e3a5f 50%, #2d5a8e 100%);
    padding: 120px 0;
    overflow: hidden;
    min-height: 560px;
    display: flex;
    align-items: center;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(244,161,0,.15) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(244,161,0,.10) 0%, transparent 50%);
    pointer-events: none;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-eyebrow {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--accent);
    background: rgba(244,161,0,.12);
    border: 1px solid rgba(244,161,0,.3);
    padding: .3rem 1rem;
    border-radius: 50px;
    margin-bottom: 1.25rem;
}
.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: var(--white);
    margin-bottom: 1.25rem;
    line-height: 1.15;
}
.hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,.8);
    max-width: 560px;
    margin-inline: auto;
    margin-bottom: 1rem;
}

/* ── Trust Bar ───────────────────────────────────────────────────── */
.trust-bar {
    background: var(--primary);
    padding: 28px 0;
}
.trust-item { color: var(--white); }
.trust-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
}
.trust-label {
    display: block;
    font-size: .8rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(255,255,255,.7);
    margin-top: .3rem;
}

/* ── Service Cards ───────────────────────────────────────────────── */
.service-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    height: 100%;
    transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}
.service-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
    border-color: var(--accent);
}
.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary) 0%, #2d5a8e 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}
.service-icon i {
    font-size: 1.6rem;
    color: var(--accent);
}
.service-card-title {
    font-size: 1.1rem;
    color: var(--primary-dark);
    margin-bottom: .6rem;
}
.service-card-link {
    font-family: var(--font-heading);
    font-size: .85rem;
    font-weight: 700;
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    margin-top: .75rem;
    transition: gap var(--transition);
}
.service-card-link:hover { gap: .6rem; color: var(--accent-hover); }

/* ── Why Choose Us ───────────────────────────────────────────────── */
.why-list { display: flex; flex-direction: column; gap: 1.25rem; }
.why-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.why-icon {
    flex-shrink: 0;
    color: var(--accent);
    font-size: 1.4rem;
    margin-top: .1rem;
}
.why-item p { margin: .2rem 0 0; color: var(--gray); font-size: .95rem; }

.why-image-block { height: 400px; border-radius: var(--radius-lg); overflow: hidden; }
.why-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--light) 0%, #dde4f0 100%);
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--gray);
    font-size: .85rem;
    gap: .5rem;
    border: 2px dashed var(--border);
}
.why-image-placeholder i { font-size: 3rem; color: var(--primary); opacity: .3; }

/* ── Gallery Placeholders ────────────────────────────────────────── */
.gallery-placeholder {
    height: 240px;
    background: linear-gradient(135deg, #1a2a3a 0%, #2c3e50 100%);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.5);
    font-size: .85rem;
    border: 1px solid rgba(255,255,255,.1);
}

/* ── Testimonial Cards ───────────────────────────────────────────── */
.testimonial-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    height: 100%;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition);
}
.testimonial-card:hover { box-shadow: var(--shadow-md); }

.stars i { color: var(--accent); font-size: .95rem; }
.stars-large i { color: var(--accent); font-size: 1.5rem; }

.testimonial-text {
    color: var(--gray);
    font-style: italic;
    margin-bottom: 1.25rem;
    line-height: 1.65;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: .85rem;
}
.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    color: var(--white);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.testimonial-author strong { display: block; font-size: .95rem; color: var(--dark); }
.testimonial-author span { font-size: .8rem; color: var(--gray); }

/* ── CTA Banner ──────────────────────────────────────────────────── */
.cta-banner {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    padding: 80px 0;
}
.cta-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    color: var(--white);
    margin-bottom: .75rem;
}
.cta-subtitle {
    color: rgba(255,255,255,.8);
    font-size: 1.05rem;
}

/* ── Page Banner ─────────────────────────────────────────────────── */
.page-banner {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    padding: 64px 0;
    position: relative;
}
.page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-banner-title {
    color: var(--white);
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: .5rem;
    position: relative;
}
.breadcrumb { background: none; padding: 0; }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }
.breadcrumb-item a { color: rgba(255,255,255,.7); }
.breadcrumb-item a:hover { color: var(--accent); }
.breadcrumb-item.active { color: var(--accent); }

/* ── Service Detail Blocks ───────────────────────────────────────── */
.service-detail-block {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-sm);
}
.service-detail-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, var(--primary) 0%, #2d5a8e 100%);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}
.service-detail-icon i { font-size: 2rem; color: var(--accent); }
.service-detail-title {
    font-size: 1.35rem;
    color: var(--primary-dark);
    margin-bottom: .6rem;
}
.service-tier {
    background: var(--light);
    border-radius: var(--radius);
    padding: 1rem;
    border: 1px solid var(--border);
}
.service-tier.featured {
    background: linear-gradient(135deg, var(--primary) 0%, #2d5a8e 100%);
    border-color: var(--primary);
}
.service-tier strong {
    display: block;
    font-family: var(--font-heading);
    font-size: .9rem;
    margin-bottom: .2rem;
}
.service-tier.featured strong,
.service-tier.featured span { color: var(--white); }
.service-tier span { font-size: .8rem; color: var(--gray); }
.service-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}
.service-benefits li {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    margin-bottom: .5rem;
    font-size: .95rem;
}
.service-benefits i { color: var(--accent); flex-shrink: 0; font-size: 1rem; margin-top: .15rem; }

.addon-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    height: 100%;
    transition: box-shadow var(--transition);
}
.addon-card:hover { box-shadow: var(--shadow-md); }
.addon-card i {
    font-size: 2rem;
    color: var(--accent);
    display: block;
    margin-bottom: .75rem;
}
.addon-card h5 { font-size: 1rem; color: var(--primary-dark); margin-bottom: .4rem; }
.addon-card p { font-size: .9rem; color: var(--gray); margin: 0; }

/* ── About Page ──────────────────────────────────────────────────── */
.stat-box {
    background: var(--light);
    border-radius: var(--radius);
    padding: 1.25rem;
    text-align: center;
    border: 1px solid var(--border);
}
.stat-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--accent);
}
.stat-label { display: block; font-size: .8rem; color: var(--gray); margin-top: .2rem; }

.value-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem 1.5rem;
    height: 100%;
    transition: box-shadow var(--transition), transform var(--transition);
}
.value-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.value-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary) 0%, #2d5a8e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}
.value-icon i { font-size: 1.5rem; color: var(--accent); }

.team-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    height: 100%;
}
.team-avatar {
    width: 80px;
    height: 80px;
    background: var(--light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    border: 3px solid var(--border);
}
.team-avatar i { font-size: 2.5rem; color: var(--gray); }
.team-name { font-size: 1.05rem; color: var(--primary-dark); margin-bottom: .2rem; }
.team-role { font-size: .82rem; color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.team-bio { font-size: .9rem; color: var(--gray); }

.cert-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem 1rem;
}
.cert-badge i { font-size: 2.5rem; color: var(--accent); }
.cert-badge span { font-size: .85rem; font-weight: 600; color: var(--primary-dark); text-align: center; line-height: 1.4; }

/* ── Gallery Page ────────────────────────────────────────────────── */
.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
}
.gallery-filter-btn {
    font-family: var(--font-heading);
    font-size: .8rem;
    font-weight: 600;
    padding: .45rem 1.1rem;
    border-radius: 50px;
    border: 2px solid var(--border);
    background: var(--white);
    color: var(--dark);
    cursor: pointer;
    transition: all var(--transition);
}
.gallery-filter-btn:hover,
.gallery-filter-btn.active {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
.gallery-card {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.gallery-img-placeholder {
    height: 220px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.5);
    font-size: .85rem;
}
.gallery-img-placeholder.after {
    background: linear-gradient(135deg, #1a4a2e 0%, #2d7a4a 100%);
}
.gallery-caption {
    background: var(--white);
    padding: .6rem .85rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--border);
}
.gallery-caption strong { font-size: .85rem; color: var(--primary-dark); }
.gallery-caption span { font-size: .75rem; color: var(--gray); }

/* ── Testimonials Page ───────────────────────────────────────────── */
.rating-summary { }
.rating-big {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 800;
    color: var(--primary-dark);
    line-height: 1;
}
.review-platform {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .9rem;
    color: var(--gray);
}
.review-platform i { font-size: 1.1rem; }
.review-source {
    font-size: .78rem;
    color: var(--gray);
    display: flex;
    align-items: center;
    gap: .3rem;
}

/* ── Contact Page ────────────────────────────────────────────────── */
.contact-form .form-control,
.contact-form .form-select {
    border-radius: 8px;
    border-color: var(--border);
    padding: .7rem 1rem;
    font-size: .95rem;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(30,58,95,.1);
}
.contact-form .form-label {
    font-family: var(--font-heading);
    font-size: .83rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: .35rem;
}

.contact-info-list { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-info-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.contact-info-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--primary) 0%, #2d5a8e 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--accent);
    font-size: 1.1rem;
}
.contact-info-item strong { display: block; font-size: .85rem; font-family: var(--font-heading); color: var(--gray); margin-bottom: .2rem; }
.contact-info-item p { margin: 0; color: var(--dark); }
.contact-info-item a { color: var(--dark); }
.contact-info-item a:hover { color: var(--accent); }

.hours-block {
    background: var(--light);
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
    border: 1px solid var(--border);
}
.hours-block h5 { font-size: 1rem; color: var(--primary-dark); }
.hours-table td { padding: .35rem .5rem; font-size: .9rem; color: var(--dark); }
.hours-table td:last-child { text-align: right; font-weight: 600; }
.hours-table tr.closed td { color: var(--gray); }

.map-placeholder {
    
    background: var(--light);
    border-radius: var(--radius);
    border: 2px dashed var(--border);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--gray);
    gap: .5rem;
    font-size: .85rem;
}
.map-placeholder i { font-size: 2rem; }

/* ── Footer ──────────────────────────────────────────────────────── */
.site-footer { background: var(--primary-dark); color: rgba(255,255,255,.75); }

.footer-main { padding: 72px 0 48px; }

.footer-logo { height: 60px; width: auto; filter: brightness(1) invert(1) opacity(.99); }

.footer-about {
    font-size: .88rem;
    color: rgba(255,255,255,.6);
    line-height: 1.7;
    max-width: 300px;
}

.footer-social { display: flex; gap: .75rem; }
.footer-social-link {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.7);
    font-size: 1rem;
    transition: background var(--transition), color var(--transition);
}
.footer-social-link:hover { background: var(--accent); color: var(--dark); }

.footer-heading {
    font-family: var(--font-heading);
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1.2rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}
.footer-links a {
    color: rgba(255,255,255,.65);
    font-size: .88rem;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    transition: color var(--transition), gap var(--transition);
}
.footer-links a:hover { color: var(--accent); gap: .55rem; }
.footer-links i { font-size: .75rem; }

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .85rem;
}
.footer-contact-list li {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    font-size: .88rem;
    color: rgba(255,255,255,.65);
}
.footer-contact-list i { color: var(--accent); flex-shrink: 0; margin-top: .2rem; }
.footer-contact-list a { color: rgba(255,255,255,.65); }
.footer-contact-list a:hover { color: var(--accent); }

.footer-hours-title { font-size: .85rem; color: var(--accent); font-family: var(--font-heading); font-weight: 700; }
.footer-hours-table { width: 100%; font-size: .82rem; color: rgba(255,255,255,.65); }
.footer-hours-table td { padding: .2rem 0; }
.footer-hours-table td:last-child { text-align: right; }

.footer-bottom {
    background: rgba(0,0,0,.25);
    padding: 18px 0;
    font-size: .82rem;
    color: rgba(255,255,255,.45);
}
.footer-bottom-link {
    color: rgba(255,255,255,.45);
    margin-left: 1.25rem;
    font-size: .82rem;
    transition: color var(--transition);
}
.footer-bottom-link:hover { color: var(--accent); }

/* ── Process steps ───────────────────────────────────────────────── */
.process-step {
    text-align: center;
    padding: 1.5rem 1rem;
}
.process-number {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--primary) 0%, #2d5a8e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--accent);
}
.process-step h5 { font-size: 1rem; color: var(--primary-dark); margin-bottom: .4rem; }
.process-step p { font-size: .9rem; color: var(--gray); margin: 0; }
.process-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    color: var(--accent);
    font-size: 1.5rem;
}

/* ── Brands bar ──────────────────────────────────────────────────── */
.brands-bar {
    background: var(--light);
    padding: 40px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.brand-item {
    text-align: center;
    padding: .5rem 1rem;
    font-family: var(--font-heading);
    font-size: .85rem;
    font-weight: 700;
    color: var(--gray);
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: color var(--transition);
}
.brand-item:hover { color: var(--primary); }
.brand-item i { display: block; font-size: 1.8rem; color: var(--primary); margin-bottom: .35rem; opacity: .6; }

/* ── Project portfolio cards (Gallery) ───────────────────────────── */
.project-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 100%;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
}
.project-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }

.project-img-band {
    height: 180px;
    display: flex;
}
.project-img-half {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255,255,255,.7);
}
.project-img-half.before { background: linear-gradient(135deg, #2c3344 0%, #3d4a5c 100%); }
.project-img-half.after  { background: linear-gradient(135deg, #0f3d2a 0%, #1a6645 100%); }
.project-img-divider {
    width: 3px;
    background: rgba(255,255,255,.3);
    position: relative;
    flex-shrink: 0;
}
.project-img-divider::after {
    content: '◀▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--accent);
    color: var(--dark);
    font-size: .6rem;
    padding: 4px 3px;
    border-radius: 3px;
    white-space: nowrap;
}

.project-body { padding: 1.25rem; }
.project-category {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: var(--accent-light);
    color: var(--primary);
    padding: .2rem .65rem;
    border-radius: 50px;
    margin-bottom: .65rem;
}
.project-vehicle {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: .4rem;
}
.project-desc { font-size: .875rem; color: var(--gray); margin-bottom: .85rem; line-height: 1.6; }
.project-tags { display: flex; flex-wrap: wrap; gap: .35rem; }
.project-tag {
    font-size: .72rem;
    font-weight: 600;
    background: var(--light);
    color: var(--primary);
    padding: .2rem .6rem;
    border-radius: 4px;
    border: 1px solid var(--border);
}

/* ── Collision Repair Page ───────────────────────────────────────── */
.accident-alert-bar {
    background: #b91c1c;
    color: var(--white);
    padding: 14px 0;
    font-size: .9rem;
}
.accident-alert-bar strong { color: var(--white); }
.accident-alert-bar .btn-accent {
    font-size: .8rem;
    padding: .35rem 1rem;
    white-space: nowrap;
}

.collision-service-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    height: 100%;
    transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}
.collision-service-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
    border-color: var(--accent);
}
.collision-service-card .service-icon { margin-bottom: 1.25rem; }
.collision-service-card .service-card-title { font-size: 1.05rem; color: var(--primary-dark); margin-bottom: .5rem; }
.collision-service-card p { font-size: .9rem; color: var(--gray); margin: 0; }

.insurance-panel {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-sm);
}
.insurance-panel-title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: .75rem;
}
.insurer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.insurer-badge {
    background: var(--light);
    border: 1px solid var(--border);
    border-radius: 50px;
    padding: .3rem .9rem;
    font-size: .8rem;
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--primary-dark);
}
.insurance-cta-box {
    background: var(--light);
    border-radius: var(--radius);
    padding: 1.25rem;
    border: 1px solid var(--border);
}

.warranty-banner {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    border-radius: var(--radius-lg);
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    color: var(--white);
}
.warranty-icon {
    font-size: 2.5rem;
    color: var(--accent);
    flex-shrink: 0;
}
.warranty-title {
    font-size: 1.15rem;
    color: var(--white);
    margin-bottom: .4rem;
}
.warranty-text {
    font-size: .9rem;
    color: rgba(255,255,255,.8);
    margin: 0;
}
.warranty-text strong { color: var(--accent); }

.process-step-alt {
    text-align: center;
    padding: 1.5rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    height: 100%;
}
.process-step-alt .process-number { margin-bottom: 1rem; }
.process-step-alt h5 { font-size: 1rem; color: var(--primary-dark); margin-bottom: .4rem; }
.process-step-alt p { font-size: .9rem; color: var(--gray); margin: 0; }

/* ── Collision Home Banner ───────────────────────────────────────── */
.collision-home-banner {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    border-radius: var(--radius-lg);
    padding: 1.75rem 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: var(--white);
}
.collision-banner-icon {
    width: 64px;
    height: 64px;
    background: rgba(244,161,0,.15);
    border: 2px solid rgba(244,161,0,.35);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--accent);
    flex-shrink: 0;
}
.collision-banner-title {
    font-size: 1.15rem;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--white);
    margin-bottom: .3rem;
}
.collision-banner-text {
    font-size: .88rem;
    color: rgba(255,255,255,.8);
    margin: 0;
}
@media (max-width: 767px) {
    .collision-home-banner { flex-direction: column; text-align: center; }
    .collision-home-banner .col-auto { width: 100%; text-align: center; }
}

/* ── Collision Services Callout (Services page) ──────────────────── */
.collision-services-callout {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    padding: 40px 0;
}
.collision-callout-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: .5rem;
}
.collision-callout-text {
    color: rgba(255,255,255,.8);
    font-size: .9rem;
    margin: 0;
}

/* ── Responsive tweaks ───────────────────────────────────────────── */
@media (max-width: 991px) {
    .header-nav .navbar-collapse { padding: .25rem 0 .75rem; }
    .header-nav .nav-link { padding: .6rem 1rem; border-bottom-width: 0; border-top: 1px solid rgba(255,255,255,.08); }
    .header-nav .btn-accent { margin: .5rem 1rem; width: calc(100% - 2rem); text-align: center; }
    .process-connector { display: none; }
}
@media (max-width: 575px) {
    .hero { padding: 80px 0; }
    .trust-bar .row { row-gap: .5rem; }
}
