﻿.service-page {
    overflow: hidden;
}

.service-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    color: #fff;
    background: linear-gradient( 90deg, rgba(35, 22, 14, 0.92) 0%, rgba(71, 42, 22, 0.78) 50%, rgba(35, 22, 14, 0.24) 100% ), url('@Url.Content("~/images/bronzeamento-jato/banner.jpg")') center/cover no-repeat;
}

.service-hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: 75px 0;
}

.service-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #f4c57a;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.service-hero h1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.08;
    text-transform: none;
}

.service-hero p {
    max-width: 650px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .84);
    font-size: 1.08rem;
    line-height: 1.75;
}

.service-section {
    padding: 75px 0;
}

.service-section-soft {
    background-color: #f7f4f1;
}

.service-title {
    color: var(--brand-primary, #173f73);
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.service-text {
    color: #5f6670;
    line-height: 1.85;
}

.service-feature {
    height: 100%;
    padding: 28px;
    background-color: #fff;
    border: 1px solid #e8e2dc;
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(38, 28, 21, .07);
}

.service-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    color: #fff;
    background-color: #9a5b30;
    border-radius: 14px;
    font-size: 1.45rem;
}

.service-feature h3 {
    margin-bottom: 12px;
    color: #31363c;
    font-size: 1.16rem;
    font-weight: 700;
    text-transform: none;
}

.service-feature p {
    margin: 0;
    color: #68717c;
    line-height: 1.7;
}

.service-gallery img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    border-radius: 14px;
}

.service-products {
    padding: 75px 0;
    background-color: #fff;
}

.service-product-item {
    height: 100%;
    padding: 6px;
}

.service-product-card {
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e2e6ea;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(22, 34, 51, .08);
}

.service-product-image {
    width: 100%;
    height: 260px;
    padding: 12px;
    object-fit: contain;
    background-color: #f5f6f7;
}

.service-product-title {
    min-height: 48px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: none;
}

.service-price {
    color: #198754;
    font-size: 1.2rem;
    font-weight: 700;
}

.service-empty {
    padding: 55px 20px;
    background-color: #f8f9fa;
    border: 1px solid #e2e6ea;
    border-radius: 16px;
    text-align: center;
}

    .service-empty i {
        display: block;
        margin-bottom: 14px;
        color: #a4abb2;
        font-size: 2.6rem;
    }

.service-cta {
    padding: 70px 0;
    color: #fff;
    background-color: #342117;
}

    .service-cta h2 {
        color: #fff;
        font-size: clamp(1.8rem, 4vw, 2.7rem);
        text-transform: none;
    }

@@media (max-width: 767.98px) {
    .service-hero {
        min-height: 390px;
        text-align: center;
        background: linear-gradient( rgba(35, 22, 14, .82), rgba(35, 22, 14, .82) ), url('@Url.Content("~/images/bronzeamento-jato/banner.jpg")') center/cover no-repeat;
    }

    .service-hero-content {
        padding: 55px 0;
    }

    .service-section,
    .service-products {
        padding: 55px 0;
    }

    .service-gallery img {
        height: 220px;
    }

    .service-product-image {
        height: 230px;
    }
}
