.elementor-kit-39{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-39 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
/* 1. FONTES EXATAS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:wght@600;700&display=swap');

:root {
    --navy-dark: #0F172A;
    --navy-light: #1E293B;
    --gold: #C5A059;
    --gold-light: #D4B675;
    --glass-border: rgba(255, 255, 255, 0.08);
    --glass-bg: rgba(15, 23, 42, 0.6);
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #F8FAFC; /* Fundo claro do site original */
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.5px;
}

/* 2. MENU GLASSMORPHISM (IGUAL LOVABLE) */
.header-glass {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-bottom: 1px solid var(--glass-border);
    transition: all 0.3s ease;
}

/* 3. BOTÕES MODERNOS */
.btn-primary {
    background: linear-gradient(135deg, #C5A059 0%, #B08D45 100%);
    color: #0F172A;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 28px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(197, 160, 89, 0.4);
}

.btn-secondary {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    border-radius: 8px;
    font-weight: 500;
}

/* 4. CARDS E BENTO GRID (Blocos) */
.feature-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px; /* Cantos arredondados modernos */
    padding: 32px;
    transition: all 0.3s ease;
    height: 100%;
}
.feature-card:hover {
    border-color: var(--gold);
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.08);
    transform: translateY(-5px);
}

/* Ícones nos Cards */
.icon-box {
    width: 50px;
    height: 50px;
    background: #F8FAFC;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    margin-bottom: 20px;
    font-size: 24px;
}
</style>/* End custom CSS */