.home-anger {
    background: #ffffff;
    color: #1d2433;
    font-family: "Poppins", "Montserrat", Arial, sans-serif;
}

.home-anger section {
    padding: 86px 0;
}

.home-hero {
    align-items: center;
    background-image: linear-gradient(90deg, rgba(20, 27, 42, 0.82), rgba(20, 27, 42, 0.38)), var(--home-hero-image, url("/vendor/anger/images/banner7.jpg"));
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: 680px;
    padding: 120px 0 94px;
    position: relative;
}

.home-hero-content {
    color: #ffffff;
    max-width: 760px;
}

.home-eyebrow,
.home-section-kicker {
    color: #f15b2a;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.home-hero h1 {
    color: #ffffff;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 20px;
}

.home-hero p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 660px;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-home-primary,
.btn-home-secondary {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-weight: 700;
    min-height: 46px;
    padding: 12px 20px;
    text-decoration: none;
}

.btn-home-primary {
    background: #f15b2a;
    color: #ffffff;
}

.btn-home-secondary {
    border: 1px solid rgba(255, 255, 255, 0.64);
    color: #ffffff;
}

.btn-home-primary:hover,
.btn-home-secondary:hover {
    color: #ffffff;
    text-decoration: none;
}

.home-section-heading {
    margin: 0 auto 34px;
    max-width: 820px;
    text-align: center;
}

.home-section-heading h2 {
    color: #1d2433;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
}

.home-section-heading p {
    color: #657083;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.home-about-grid {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(280px, 0.92fr) 1fr;
}

.home-about-image {
    border-radius: 8px;
    box-shadow: 0 22px 48px rgba(19, 29, 47, 0.18);
    min-height: 380px;
    object-fit: cover;
    width: 100%;
}

.home-about-copy h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 16px;
}

.home-about-copy p {
    color: #657083;
    font-size: 16px;
    line-height: 1.8;
}

.home-light {
    background: #f6f7f9;
}

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

.home-card {
    background: #ffffff;
    border: 1px solid #ebedf0;
    border-radius: 8px;
    min-height: 220px;
    padding: 28px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-card:hover {
    box-shadow: 0 18px 42px rgba(19, 29, 47, 0.1);
    transform: translateY(-3px);
}

.home-card-icon {
    align-items: center;
    background: #fff0ea;
    border-radius: 50%;
    color: #f15b2a;
    display: inline-flex;
    font-size: 25px;
    height: 58px;
    justify-content: center;
    margin-bottom: 18px;
    width: 58px;
}

.home-card h3 {
    color: #1d2433;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

.home-card p {
    color: #657083;
    line-height: 1.7;
    margin-bottom: 0;
}

.home-metrics {
    background-image: linear-gradient(90deg, rgba(20, 27, 42, 0.86), rgba(20, 27, 42, 0.76)), var(--home-metrics-image, url("/vendor/anger/images/counter_bg3.jpg"));
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

.home-metric-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-metric {
    text-align: center;
}

.home-metric i {
    color: #f15b2a;
    font-size: 36px;
    margin-bottom: 14px;
}

.home-metric strong {
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

.home-metric span {
    color: rgba(255, 255, 255, 0.78);
}

.home-gallery-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-gallery-item {
    border-radius: 8px;
    min-height: 240px;
    overflow: hidden;
    position: relative;
}

.home-gallery-item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-gallery-caption {
    background: linear-gradient(0deg, rgba(10, 15, 25, 0.78), rgba(10, 15, 25, 0));
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 56px 20px 18px;
    position: absolute;
    right: 0;
}

.home-gallery-caption h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 4px;
}

.home-gallery-caption p {
    margin-bottom: 0;
}

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

.home-testimonial {
    background: #ffffff;
    border-left: 4px solid #f15b2a;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(19, 29, 47, 0.08);
    padding: 26px;
}

.home-testimonial p {
    color: #4f5a6d;
    line-height: 1.7;
}

.home-testimonial strong {
    color: #1d2433;
    display: block;
}

.home-contact {
    background: #141b2a;
    color: #ffffff;
}

.home-contact-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr 1fr;
}

.home-contact h2,
.home-contact h3 {
    color: #ffffff;
}

.home-contact p,
.home-contact a {
    color: rgba(255, 255, 255, 0.76);
}

.home-contact-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.home-contact-list li {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.home-empty {
    padding: 80px 16px;
    text-align: center;
}

@media (max-width: 991px) {
    .home-hero h1 {
        font-size: 42px;
    }

    .home-about-grid,
    .home-contact-grid {
        grid-template-columns: 1fr;
    }

    .home-card-grid,
    .home-gallery-grid,
    .home-testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 34px;
    }
}

@media (max-width: 640px) {
    .home-anger section {
        padding: 62px 0;
    }

    .home-hero {
        min-height: 560px;
        padding: 92px 0 72px;
    }

    .home-hero h1 {
        font-size: 34px;
    }

    .home-hero p {
        font-size: 16px;
    }

    .home-card-grid,
    .home-gallery-grid,
    .home-testimonials-grid,
    .home-metric-grid {
        grid-template-columns: 1fr;
    }
}
