.elementor-251 .elementor-element.elementor-element-343fc43{--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-d3b71b8 *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #fff;
    font-size: 16px;
}

/* Article Container */
article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Header Styles */
.article-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 40px 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.article-header h1 {
    font-size: 2.5em;
    line-height: 1.3;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.article-meta {
    font-size: 0.95em;
    color: #7f8c8d;
    font-weight: 400;
}

/* Content Sections */
.article-content {
    max-width: 900px;
    margin: 0 auto;
}

.content-section,
.intro-section,
.cta-section,
.faq-section,
.related-content {
    margin-bottom: 50px;
}

/* Typography */
h2 {
    font-size: 2em;
    color: #2c3e50;
    margin-bottom: 25px;
    margin-top: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

h3 {
    font-size: 1.5em;
    color: #34495e;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 600;
    line-height: 1.4;
}

p {
    margin-bottom: 20px;
    color: #555;
    font-size: 1.05em;
}

/* Intro Section */
.intro-section p {
    font-size: 1.15em;
    line-height: 1.8;
    color: #444;
}

/* Lists */
ul, ol {
    margin-bottom: 25px;
    padding-left: 30px;
}

ul li, ol li {
    margin-bottom: 12px;
    line-height: 1.7;
    color: #555;
}

ul li strong, ol li strong {
    color: #2c3e50;
    font-weight: 600;
}

/* Links */
a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

a:hover {
    color: #2980b9;
    text-decoration: underline;
}

/* Call-to-Action Section */
.cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 50px 40px;
    border-radius: 12px;
    text-align: center;
    margin-top: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cta-section h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 2.2em;
}

.cta-section p {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 20px;
    opacity: 0.95;
}

.cta-section a {
    display: inline-block;
    background-color: #fff;
    color: #667eea;
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.1em;
    margin-top: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.cta-section a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

/* FAQ Section */
.faq-section {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    margin-top: 50px;
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 40px;
}

.faq-item {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    font-size: 1.25em;
    color: #2c3e50;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 600;
}

.faq-item p {
    margin-bottom: 0;
    color: #555;
    font-size: 1.05em;
}

/* Related Content */
.related-content {
    background-color: #f0f4f8;
    padding: 35px 40px;
    border-radius: 8px;
    border-left: 5px solid #3498db;
}

.related-content h2 {
    font-size: 1.6em;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 0;
}

.related-content p {
    margin-bottom: 15px;
    font-size: 1.05em;
}

.related-content ul {
    list-style: none;
    padding-left: 0;
}

.related-content ul li {
    margin-bottom: 10px;
}

.related-content ul li a {
    display: inline-block;
    padding: 8px 0;
    font-size: 1.05em;
}

.related-content ul li a:before {
    content: "→ ";
    margin-right: 8px;
    color: #3498db;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    article {
        padding: 20px 15px;
    }
    
    .article-header {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    
    .article-header h1 {
        font-size: 1.8em;
    }
    
    h2 {
        font-size: 1.6em;
        margin-top: 30px;
    }
    
    h3 {
        font-size: 1.3em;
        margin-top: 25px;
    }
    
    .cta-section {
        padding: 35px 25px;
    }
    
    .cta-section h2 {
        font-size: 1.7em;
    }
    
    .cta-section a {
        padding: 12px 28px;
        font-size: 1em;
    }
    
    .faq-section {
        padding: 25px 20px;
    }
    
    .related-content {
        padding: 25px 20px;
    }
    
    ul, ol {
        padding-left: 20px;
    }
}

@media screen and (max-width: 480px) {
    .article-header h1 {
        font-size: 1.5em;
    }
    
    h2 {
        font-size: 1.4em;
    }
    
    h3 {
        font-size: 1.2em;
    }
    
    p, ul li, ol li {
        font-size: 1em;
    }
    
    .cta-section h2 {
        font-size: 1.5em;
    }
}

/* Print Styles */
@media print {
    .cta-section,
    .related-content {
        display: none;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
    }
    
    a {
        color: #000;
        text-decoration: underline;
    }
    
    h1, h2, h3 {
        page-break-after: avoid;
    }
    
    ul, ol {
        page-break-inside: avoid;
    }
}/* End custom CSS */