body.page-home {
    padding-bottom: 86px;
}

body.page-home .navbar-brand img {
    width: auto;
    height: var(--header-logo-height, 64px);
    max-width: var(--header-logo-width, 180px);
}

#about {
    background: transparent !important;
    color: #f5f2ea;
}

#about h2,
#about h4 {
    font-weight: 700;
}

#about p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(245, 242, 234, 0.76);
}

.about-row {
    margin-bottom: 64px !important;
}

.about-image {
    min-height: 360px;
    object-fit: cover;
    width: 100%;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-copy {
    padding: 26px 28px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

#services {
    background: transparent !important;
    color: #f5f2ea;
}

#services h2,
#services h5 {
    font-weight: 700;
    color: #f6ecd1;
}

#services p {
    font-size: 1.02rem;
    line-height: 1.8;
    color: rgba(245, 242, 234, 0.74);
}

.service-icon {
    font-size: 2.35rem;
    color: #e2b33b;
}

.hero {
    position: relative;
    padding-top: 94px;
    background-color: #000;
    color: white;
    text-align: center;
}

.banner-container {
    position: relative;
    overflow: hidden;
    min-height: min(92vh, 880px);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.banner-container img {
    width: 100%;
    min-height: min(92vh, 880px);
    object-fit: cover;
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11, 12, 15, 0.26) 0%, rgba(11, 12, 15, 0.54) 36%, rgba(11, 12, 15, 0.92) 100%),
        radial-gradient(circle at center, rgba(226, 179, 59, 0.16), transparent 34%);
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(860px, calc(100% - 32px));
    z-index: 1;
}

.hero-kicker {
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.overlay-text h1 {
    font-size: clamp(3rem, 7vw, 6.6rem);
    line-height: 0.95;
    margin-bottom: 18px;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
}

.overlay-text h1 .site-wordmark {
    justify-content: center;
    gap: 0.16em;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.04em;
}

.overlay-text h1 .site-wordmark-primary,
.overlay-text h1 .site-wordmark-secondary {
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
}

.overlay-text h1 .site-wordmark-primary {
    color: #ffffff;
}

.overlay-text h1 .site-wordmark-secondary {
    color: #18b8ff;
}

.overlay-text p {
    max-width: 720px;
    margin: 0 auto;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.84);
}

.hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.hero-cta:hover {
    transform: translateY(-2px);
}

.hero-cta-primary {
    background: #e2b33b;
    color: #111215;
    box-shadow: 0 18px 32px rgba(226, 179, 59, 0.28);
}

.hero-cta-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(226, 179, 59, 0.75) 50%, transparent 100%);
    margin: 0;
}

#contact {
    position: relative;
    background: none;
    color: white;
    z-index: 1;
    overflow: hidden;
}

#contact::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../../images/75886.jpg') center center/cover no-repeat;
    opacity: 0.18;
    z-index: -1;
}

#contact h2,
#contact h5,
#contact p,
#contact label {
    color: #fff;
}

#contact .form-control {
    background-color: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 13px 16px;
}

#contact .btn {
    background-color: #e2b33b;
    color: #101114;
    border: none;
}

.contact-details {
    padding: 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 14px 0;
    color: rgba(255, 255, 255, 0.84);
}

.contact-item i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(226, 179, 59, 0.16);
    color: #e8be59;
}

.contact-intro-note {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.75;
    margin-bottom: 20px;
}

.contact-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.contact-quick-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.contact-quick-link:hover {
    transform: translateY(-2px);
}

.contact-call-link {
    background: #e2b33b;
    color: #111215;
    box-shadow: 0 16px 28px rgba(226, 179, 59, 0.22);
}

.contact-call-link:hover {
    color: #111215;
    background: #f0c75f;
}

.contact-whatsapp-link {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-whatsapp-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.service-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)) !important;
    border-radius: 22px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(10px);
    padding: 28px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.28);
}

.section-card {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px;
}

body.page-home footer {
    font-size: 11px;
}

.contact-form-panel {
    position: relative;
    padding: 30px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.contact-form-panel.is-consent-locked > *:not(.contact-form-consent-overlay) {
    filter: blur(4px);
    opacity: 0.42;
    pointer-events: none;
    user-select: none;
}

.contact-form-consent-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(10, 11, 14, 0.28);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
}

.contact-consent-card {
    width: min(360px, 100%);
    text-align: center;
    background: rgba(16, 17, 20, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.24);
}

.contact-form-note {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.cookie-inline-notice {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-inline-notice p {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.contact-submit {
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 800;
}

.faq-list {
    display: grid;
    gap: 18px;
}

.faq-item {
    padding: 0;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 26px;
    border: 0;
    background: transparent;
    color: #f8f3e8;
    font-family: 'Outfit', sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    text-align: left;
}

.faq-answer {
    padding: 0 26px 24px;
}

.faq-answer p {
    margin: 0;
    line-height: 1.8;
    color: rgba(245, 242, 234, 0.74);
}

.faq-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(226, 179, 59, 0.12);
    color: #e8be59;
    transition: transform 0.22s ease, background 0.22s ease;
}

.faq-item.is-open .faq-icon {
    transform: rotate(45deg);
    background: rgba(226, 179, 59, 0.22);
}

@media (max-width: 768px) {
    .banner-container,
    .banner-container img {
        min-height: 72vh;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .hero {
        padding-top: 82px;
    }

    .overlay-text {
        width: min(100%, calc(100% - 24px));
        top: 54%;
    }

    .hero-kicker {
        font-size: 0.74rem;
        padding: 8px 12px;
        margin-bottom: 16px;
    }

    .overlay-text h1 {
        font-size: clamp(2.35rem, 11vw, 3.8rem);
        margin-bottom: 14px;
    }

    .overlay-text h1 .site-wordmark {
        gap: 0.12em;
        letter-spacing: 0.01em;
    }

    .overlay-text p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .hero-actions {
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .hero-cta {
        justify-content: center;
        width: 100%;
        padding: 13px 18px;
        font-size: 0.98rem;
    }

    .about-copy,
    .contact-details,
    .contact-form-panel,
    .faq-item {
        padding: 22px;
    }

    .about-row {
        margin-bottom: 44px !important;
    }

    .faq-item {
        padding: 0;
    }

    .faq-question {
        padding: 20px 22px;
        font-size: 1rem;
    }

    .faq-answer {
        padding: 0 22px 22px;
    }

    .about-image {
        min-height: 250px;
    }

    .contact-cta-row {
        flex-direction: column;
    }

    .contact-quick-link {
        justify-content: center;
        width: 100%;
    }

    .contact-item {
        align-items: flex-start;
    }

    .contact-item span {
        word-break: break-word;
    }

    .contact-submit {
        width: 100%;
    }
}
