.elementor-kit-6{--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;background-color:#FFFFFF;}.elementor-kit-6 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 *//* ===== VARIÁVEIS GERAIS ===== */
:root {
    --primary-color: #8a4fff;
    --secondary-color: #ff6b95;
    --accent-color: #00d4ff;
    --dark-color: #2d2b55;
    --light-color: #f8f9ff;
    --text-dark: #333333;
    --text-light: #666666;
    --gradient-primary: linear-gradient(135deg, #8a4fff 0%, #ff6b95 100%);
    --gradient-secondary: linear-gradient(135deg, #00d4ff 0%, #8a4fff 100%);
    --shadow-soft: 0 8px 30px rgba(0, 0, 0, 0.08);
    --shadow-medium: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* ===== SEÇÃO HERO (Topo da Página) ===== */
.lipedema-hero {
    background: var(--gradient-primary);
    padding: 100px 0;
    color: white;
    text-align: center;
}

.lipedema-title-hero {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.lipedema-btn-primary {
    background: white;
    color: var(--primary-color);
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

/* ===== SEÇÃO SINTOMAS ===== */
.lipedema-symptom-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow-soft);
    text-align: center;
}

.lipedema-title-card {
    font-size: 1.4rem;
    color: var(--dark-color);
    margin-bottom: 15px;
}

/* ===== SEÇÃO TRATAMENTOS ===== */
.lipedema-treatment-item {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: var(--shadow-soft);
    border-left: 4px solid var(--primary-color);
}

/* ===== SEÇÃO ESTÁGIOS ===== */
.lipedema-stage-container {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow-soft);
    margin: 20px 0;
}

/* ===== SEÇÃO FAQ ===== */
.lipedema-faq-item {
    background: white;
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: var(--shadow-soft);
}

.lipedema-faq-question {
    padding: 20px;
    background: var(--light-color);
    font-weight: 600;
}

/* ===== IMAGENS ===== */
.lipedema-image-premium {
    border-radius: 15px;
    box-shadow: var(--shadow-medium);
}

.lipedema-image-circle {
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: var(--shadow-medium);
}

/* ===== TÍTULOS ===== */
.lipedema-title-section {
    font-size: 2.5rem;
    color: var(--dark-color);
    text-align: center;
    margin-bottom: 2rem;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 768px) {
    .lipedema-title-hero { font-size: 2.5rem; }
    .lipedema-title-section { font-size: 2rem; }
}/* End custom CSS */