﻿.light-page {
    overflow: hidden;
}

.light-hero {
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
    color: #fff;
    background: linear-gradient( 90deg, rgba(22, 42, 70, .96) 0%, rgba(22, 42, 70, .80) 52%, rgba(22, 42, 70, .20) 100% ), url('@Url.Content("~/images/bronzeamento-luz/banner.jpg")') center/cover no-repeat;
}

.light-hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    padding: 75px 0;
}

.light-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #f1c75d;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.light-hero h1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.08;
    text-transform: none;
}

.light-hero p {
    max-width: 660px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .84);
    font-size: 1.08rem;
    line-height: 1.75;
}

.light-section {
    padding: 75px 0;
}

.light-section-soft {
    background-color: #f4f6f8;
}

.light-title {
    color: var(--brand-primary, #173f73);
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.light-text {
    color: #5f6873;
    line-height: 1.85;
}

.light-feature-card {
    height: 100%;
    padding: 28px;
    background-color: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(18, 42, 70, .07);
}

.light-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    color: #fff;
    background-color: var(--brand-primary, #173f73);
    border-radius: 14px;
    font-size: 1.5rem;
}

.light-feature-card h3 {
    margin-bottom: 12px;
    color: #30363d;
    font-size: 1.16rem;
    font-weight: 700;
    text-transform: none;
}

.light-feature-card p {
    margin: 0;
    color: #69727c;
    line-height: 1.7;
}

.technical-list {
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
}

    .technical-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 12px 0;
        border-bottom: 1px solid #e4e7ea;
        color: #4f5862;
    }

        .technical-list li:last-child {
            border-bottom: 0;
        }

    .technical-list i {
        flex: 0 0 auto;
        margin-top: 2px;
        color: #198754;
    }

.light-image {
    width: 100%;
    min-height: 420px;
    max-height: 560px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(18, 42, 70, .16);
}

.light-products {
    padding: 75px 0;
}

.light-product-item {
    height: 100%;
    padding: 6px;
}

.light-product-card {
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(22, 34, 51, .08);
}

.light-product-image {
    width: 100%;
    height: 260px;
    padding: 12px;
    object-fit: contain;
    background-color: #f5f6f7;
}

.light-product-title {
    min-height: 48px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: none;
}

.light-product-price {
    color: #198754;
    font-size: 1.2rem;
    font-weight: 700;
}

.light-notice {
    padding: 22px;
    color: #535c66;
    background-color: #fff;
    border-left: 4px solid var(--brand-secondary, #d7a62c);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(22, 34, 51, .06);
}

.light-empty {
    padding: 55px 20px;
    background-color: #f8f9fa;
    border: 1px solid #e2e6ea;
    border-radius: 16px;
    text-align: center;
}

    .light-empty i {
        display: block;
        margin-bottom: 14px;
        color: #a4abb2;
        font-size: 2.6rem;
    }

.light-cta {
    padding: 70px 0;
    color: #fff;
    background-color: var(--brand-primary-dark, #0d2b51);
}

    .light-cta h2 {
        color: #fff;
        font-size: clamp(1.8rem, 4vw, 2.7rem);
        text-transform: none;
    }

@@media (max-width: 767.98px) {
    .light-hero {
        min-height: 400px;
        text-align: center;
        background: linear-gradient( rgba(22, 42, 70, .84), rgba(22, 42, 70, .84) ), url('@Url.Content("~/images/bronzeamento-luz/banner.jpg")') center/cover no-repeat;
    }

    .light-hero-content {
        padding: 55px 0;
    }

    .light-section,
    .light-products {
        padding: 55px 0;
    }

    .light-image {
        min-height: 320px;
    }

    .light-product-image {
        height: 230px;
    }
}
