﻿/*
------------------------------------------------
Página de contato
------------------------------------------------
*/

.contact-page {
    min-height: 100vh;
    background-color: #f5f6f8;
}

/*
------------------------------------------------
Cabeçalho com imagem e logo
------------------------------------------------
*/

.checkout-address-hero.contact-hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    padding: 90px 0 70px;
    background-image: linear-gradient( 90deg, rgba(24, 28, 32, 0.95) 0%, rgba(35, 40, 44, 0.82) 50%, rgba(35, 40, 44, 0.45) 100% ), url("/Images/Principal/rent_venue_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .checkout-address-hero.contact-hero::before,
    .checkout-address-hero.contact-hero::after {
        display: none;
    }

.contact-hero-layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.contact-hero h1 {
    color: #fff;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.45);
}

.contact-hero p {
    color: rgba(255, 255, 255, 0.86);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.contact-brand-logo {
    width: 190px;
    height: 150px;
    flex: 0 0 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(8px);
}

    .contact-brand-logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        filter: drop-shadow( 0 8px 15px rgba(0, 0, 0, 0.30) );
    }

/*
------------------------------------------------
Conteúdo
------------------------------------------------
*/

.contact-content {
    padding-top: 50px;
    padding-bottom: 90px;
}

/*
------------------------------------------------
Cartão principal
------------------------------------------------
*/

.contact-card {
    padding: 31px;
    border: 1px solid #e3e5e7;
    border-top: 4px solid #343a3e;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 10px 35px rgba(35, 45, 57, 0.07);
}

.contact-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}

.contact-card-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #343a3e;
    color: #fff;
    font-size: 20px;
}

.contact-card-header span {
    display: block;
    margin-bottom: 2px;
    color: #92979d;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.contact-card-header h2 {
    margin: 0;
    color: #2a2a2a;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.contact-card-description {
    margin: 0 0 24px;
    color: #737a81;
    font-size: 12px;
    line-height: 1.75;
    font-weight: 400;
}

/*
------------------------------------------------
Informações
------------------------------------------------
*/

.contact-information-message {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 24px;
    padding: 18px;
    border: 1px solid #dbe3e8;
    border-left: 4px solid #52738a;
    border-radius: 9px;
    background-color: #f5f9fb;
}

.contact-information-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #e3edf3;
    color: #416479;
    font-size: 16px;
}

.contact-information-message h3 {
    margin: 0 0 6px;
    color: #343a3e;
    font-size: 13px;
    font-weight: 700;
}

.contact-information-message p {
    margin: 0 0 5px;
    color: #5d6870;
    font-size: 10px;
    line-height: 1.65;
    font-weight: 400;
}

    .contact-information-message p:last-child {
        margin-bottom: 0;
    }

/*
------------------------------------------------
WhatsApp
------------------------------------------------
*/

.contact-whatsapp-card {
    padding: 21px;
    border: 1px solid #dce6df;
    border-radius: 12px;
    background-color: #f6fbf8;
}

.contact-whatsapp-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 19px;
}

.contact-whatsapp-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #e1f3e7;
    color: #398153;
    font-size: 21px;
}

.contact-whatsapp-heading span,
.contact-whatsapp-heading strong {
    display: block;
}

.contact-whatsapp-heading span {
    margin-bottom: 3px;
    color: #6f7c74;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-whatsapp-heading strong {
    color: #2f4938;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 750;
}

.contact-whatsapp-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
}

.contact-whatsapp-button,
.contact-copy-button {
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 17px;
    border-radius: 9px;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.contact-whatsapp-button {
    border: 1px solid #3c8b58;
    background-color: #3c8b58;
    color: #fff;
}

    .contact-whatsapp-button:hover {
        border-color: #307248;
        background-color: #307248;
        color: #fff;
        transform: translateY(-1px);
    }

.contact-copy-button {
    border: 1px solid #cfd9d2;
    background-color: #fff;
    color: #54705e;
}

    .contact-copy-button:hover {
        border-color: #73927c;
        background-color: #edf5ef;
        color: #355441;
    }

.contact-copy-message {
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    color: #367249;
    font-size: 10px;
    font-weight: 600;
}

/*
------------------------------------------------
Segurança e retorno
------------------------------------------------
*/

.contact-security-message {
    margin-top: 22px;
    padding-top: 17px;
    border-top: 1px solid #eceef0;
    color: #92979d;
    font-size: 9px;
    line-height: 1.65;
    text-align: center;
}

    .contact-security-message i {
        margin-right: 4px;
    }

.contact-back-container {
    margin-top: 20px;
    text-align: center;
}

.contact-back-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #656c74;
    font-size: 10px;
    font-weight: 600;
}

    .contact-back-link:hover {
        color: #343a3e;
        text-decoration: underline !important;
    }

/*
------------------------------------------------
Responsivo
------------------------------------------------
*/

@media (max-width: 991px) {

    .contact-hero-layout {
        align-items: flex-start;
    }

    .contact-brand-logo {
        width: 155px;
        height: 125px;
        flex-basis: 155px;
    }
}

@media (max-width: 767px) {

    .checkout-address-hero.contact-hero {
        min-height: 320px;
        padding: 70px 0 55px;
    }

    .contact-brand-logo {
        display: none;
    }

    .contact-content {
        padding-top: 35px;
    }

    .contact-card {
        padding: 22px;
        border-radius: 12px;
    }

    .contact-card-header {
        align-items: flex-start;
    }

        .contact-card-header h2 {
            font-size: 19px;
        }

    .contact-information-message {
        display: block;
    }

    .contact-information-icon {
        margin-bottom: 11px;
    }

    .contact-whatsapp-actions {
        grid-template-columns: 1fr;
    }

    .contact-whatsapp-button,
    .contact-copy-button {
        width: 100%;
    }
}

@media (max-width: 450px) {

    .contact-card {
        padding: 18px;
    }

    .contact-whatsapp-card {
        padding: 17px;
    }

    .contact-whatsapp-heading {
        align-items: flex-start;
    }

        .contact-whatsapp-heading strong {
            font-size: 17px;
        }
}
