.elementor-1083 .elementor-element.elementor-element-51d4521{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-1083:not(.elementor-motion-effects-element-type-background), body.elementor-page-1083 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS *//* Importação de Fontes Premium */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Montserrat:wght@300;400;600&display=swap');

/* CONTÊINER DA PÁGINA */
.luxury-page-container {
    background: #050505;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

/* CARTÃO DE AGENDAMENTO */
.luxury-booking-card {
    background: linear-gradient(145deg, #121212 0%, #080808 100%);
    border: 1px solid rgba(184, 123, 75, 0.25); /* Borda Cobre sutil */
    border-radius: 4px;
    width: 100%;
    max-width: 950px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.8), 
                0 0 20px rgba(184, 123, 75, 0.05);
    position: relative;
}

/* CABEÇALHO */
.luxury-header {
    text-align: center;
    margin-bottom: 40px;
}

.luxury-logo {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.gold-text {
    color: #b87b4b; /* Dourado/Cobre Metálico */
}

.luxury-title {
    font-family: 'Playfair Display', serif;
    color: #e0aa7b; /* Dourado suave */
    font-size: 32px;
    margin: 0;
}

.luxury-divider {
    height: 1px;
    width: 150px;
    background: linear-gradient(90deg, transparent, #b87b4b, transparent);
    margin: 20px auto;
}

.luxury-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #888;
    font-size: 14px;
    letter-spacing: 1px;
}

/* WRAPPER DO CALENDÁRIO */
.cal-embed-wrapper {
    min-height: 600px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255,255,255,0.02);
}

/* AJUSTES MOBILE */
@media (max-width: 768px) {
    .luxury-booking-card {
        padding: 40px 20px;
    }
    .luxury-title {
        font-size: 26px;
    }
}/* End custom CSS */