.elementor-652 .elementor-element.elementor-element-f6a8432{--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;}/* Start custom CSS for html, class: .elementor-element-8761771 *//* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Raleway', sans-serif;
    line-height: 1.8;
    background: #f9fafb;
    color: #333;
}

/* Container */
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
header {
    background: linear-gradient(to right, #f953c6, #b91d73);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
}
header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}
header .subtitle {
    font-size: 1.2em;
    color: #ffd9f0;
}

/* Sections */
section {
    background: #fff;
    margin-bottom: 25px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
section h2 {
    color: #f953c6;
    margin-bottom: 15px;
    font-size: 1.8em;
}
section h3 {
    color: #b91d73;
    margin-bottom: 10px;
    font-size: 1.2em;
}
section p, section li {
    margin-bottom: 10px;
    font-size: 1em;
}
ul, ol {
    padding-left: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    header h1 {
        font-size: 2em;
    }
    section h2 {
        font-size: 1.5em;
    }
    section {
        padding: 20px;
    }
}/* End custom CSS */