/* ==========================================================
   HOME.CSS
   Premium Homepage - Lime Brand Theme
========================================================== */

/* Shared Headings */

.section-heading {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 54px;
}

.section-heading p {
    color: var(--lime, #c8f000);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-heading h2 {
    color: #111827;
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 14px;
}

.section-heading span {
    color: #4b5563;
    font-size: 18px;
    line-height: 1.6;
}

.section-heading.light h2 {
    color: #ffffff;
}

.section-heading.light span {
    color: #cbd5e1;
}

/* Services */

.services-section {
    background: #f8fafc;
    padding: 95px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 34px 24px;
    text-align: center;
    box-shadow: 0 14px 34px rgba(15,23,42,.08);
    transition: .25s ease;
}

.service-card:hover {
    transform: translateY(-7px);
    border-color: var(--lime, #c8f000);
}

.service-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #050713;
    color: var(--lime, #c8f000);
    font-size: 30px;
}

.service-card h3 {
    color: #111827;
    font-size: 21px;
    margin-bottom: 10px;
}

.service-card p {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
}


/* Why Choose Us */

.why-section {
    background: #101827;
    color: #ffffff;
    padding: 95px 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.why-card {
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 22px;
    padding: 36px 30px;
    text-align: center;
    transition: .25s ease;
}

.why-card:hover {
    transform: translateY(-7px);
    border-color: rgba(200,240,0,.55);
}

.why-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    border-radius: 22px;
    background: rgba(200,240,0,.12);
    color: var(--lime, #c8f000);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.why-card h3 {
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 12px;
}

.why-card p {
    color: #cbd5e1;
    line-height: 1.7;
}

/* Brands */

.brands-section {
    background: #f8fafc;
    color: #111827;
    padding: 90px 0;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.brand-grid a,
.brand-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    font-weight: 700;
    font-size: 1.2rem;
    color: #111827;
    text-decoration: none;
    transition: all 0.25s ease;
}

.brand-grid a:hover,
.brand-grid span:hover {
    transform: translateY(-4px);
    border-color: var(--primary-color);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    color: var(--primary-color);
}

.brand-chip-disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 20px;

    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 999px;

    color: #cbd5e1;

    font-weight: 600;

    cursor: default;
    user-select: none;

    transition: none;
}

.brand-chip-disabled:hover {
    transform: none;
    border-color: rgba(255,255,255,.10);
}

/* Reviews */

.reviews-section {
    background: #101827;
    color: #ffffff;
    padding: 95px 0;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.review-card {
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 22px;
    padding: 34px;
    transition: .25s ease;
}

.review-card:hover {
    transform: translateY(-7px);
    border-color: rgba(200,240,0,.55);
}

.stars {
    color: var(--lime, #c8f000);
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.review-card p {
    color: #e5e7eb;
    line-height: 1.75;
    margin-bottom: 22px;
}

.review-card strong {
    display: block;
    color: #ffffff;
    margin-bottom: 4px;
}

.review-card span {
    color: #94a3b8;
}

..google-rating-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    margin-bottom: 42px;
    text-align: center;
}

.google-rating-stars {
    color: var(--lime, #c8f000);
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 1;
}

.google-rating-summary strong {
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1.2;
}

.google-rating-summary span {
    display: block;
    color: #cbd5e1;
    font-size: 1rem;
}

.review-card {
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.review-card p {
    flex-grow: 1;
}

.reviews-section .hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}
/* Service Areas */

.areas-section {
    background: #f8fafc;
    color: #111827;
    padding: 85px 0;
}

.area-chips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    max-width: 980px;
    margin: 0 auto;
}

.area-chips span {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 13px 20px;
    font-weight: 800;
    color: #111827;
    box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

/* Final CTA */

.final-cta {
    background:
        linear-gradient(rgba(5,7,19,.70), rgba(5,7,19,.86)),
        url("../images/la-hero-bg.7aaaab540cca.png") center center / cover no-repeat;
    color: #ffffff;
    text-align: center;
    padding: 55px 0;
    margin: 0;
    border-top: 1px solid rgba(200,240,0,.18);
    border-bottom: none;
}

.final-cta .container {
    margin-bottom: 0;
    padding-bottom: 0;
}

.final-cta h2 {
    color: #ffffff;
    font-size: 36px;
    margin: 0 0 12px;
}

.final-cta p {
    color: #cbd5e1;
    font-size: 18px;
    margin: 0 0 28px;
}

.final-cta .hero-buttons {
    margin: 0;
    padding: 0;
}

/* Responsive */

@media (max-width: 1100px) {
    .services-grid,
    .why-grid,
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .brand-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .section-heading h2,
    .final-cta h2 {
        font-size: 34px;
    }

    .services-grid,
    .why-grid,
    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-section,
    .why-section,
    .brands-section,
    .reviews-section,
    .areas-section {
        padding: 70px 0;
    }

    .final-cta {
        padding: 55px 0;
    }
}

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

/* ==========================================
   Service Detail Pages
========================================== */

.service-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.service-link:hover {
    color: inherit;
    text-decoration: none;
}

.service-card {
    transition: transform 0.25s ease,
                box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
}


.related-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.related-service-card {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 28px;
    border-radius: 16px;
    background: #ffffff;
    color: #0f172a;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-service-card span {
    font-size: 34px;
}

.related-service-card strong {
    font-size: 18px;
}

.related-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

@media (max-width: 800px) {
    .related-service-grid {
        grid-template-columns: 1fr;
    }
}


.city-neighborhoods {
    margin-top: 40px;
    text-align: center;
}

/* ==========================================
   Completed Repairs
========================================== */

.completed-repairs-section {
    padding: 80px 0;
    background: #f8fafc;
}

.completed-repair-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.completed-repair-photo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    background: #ffffff;
}

.completed-repair-photo {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #e5e7eb;
}

.completed-repair-photo img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.completed-repair-photo-label {
    position: absolute;
    top: 14px;
    left: 14px;

    background: #111827;
    color: #ffffff;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;

    padding: 8px 14px;
    border-radius: 999px;

    z-index: 10;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.completed-repair-content {
    padding: 30px;
    color: #111827;
}

.completed-repair-content h3,
.completed-repair-content p,
.completed-repair-content strong {
    color: #111827;
}

.completed-repair-type {
    color: #16a34a !important;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.completed-repair-date {
    color: #6b7280 !important;
}

.completed-repair-summary {
    margin-bottom: 28px;
    color: #374151 !important;
    font-size: 17px;
    line-height: 1.7;
}

.completed-repair-details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #e5e7eb;
}

.completed-repair-detail {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 0 24px;
    border-right: 1px solid #e5e7eb;
}

.completed-repair-detail:first-child {
    padding-left: 0;
}

.completed-repair-detail:last-child {
    padding-right: 0;
    border-right: none;
}

.completed-repair-detail-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    font-size: 20px;
    font-weight: 800;
}

.completed-repair-detail strong,
.completed-repair-detail span {
    display: block;
}

.completed-repair-detail strong {
    margin-bottom: 6px;
    color: #111827;
    font-size: 14px;
    line-height: 1.35;
}

.completed-repair-detail span {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.45;
}

@media (max-width: 900px) {
    .completed-repair-details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 0;
    }

    .completed-repair-detail:nth-child(2) {
        border-right: none;
    }

    .completed-repair-detail:nth-child(3) {
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    .completed-repair-photo-grid {
        grid-template-columns: 1fr;
    }

    .completed-repair-photo img {
        height: 320px;
    }

    .completed-repair-details {
        grid-template-columns: 1fr;
    }

    .completed-repair-detail {
        padding: 18px 0;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }

    .completed-repair-detail:last-child {
        border-bottom: none;
    }
}

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

    .completed-repair-photo-grid {
        grid-template-columns: 1fr;
    }
}