.elementor-234136 .elementor-element.elementor-element-342e7ef{--display:flex;}body.elementor-page-234136:not(.elementor-motion-effects-element-type-background), body.elementor-page-234136 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-58174fe */.seo-article-wrapper {
    background: #0a0a0a;
    color: #fff;
    padding: 60px 0;
}

.article-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.article-header {
    margin-bottom: 40px;
    text-align: center;
}

.article-title {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.2;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #fff, #97CBFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.article-meta {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}

.article-meta span {
    margin: 0 10px;
}

.lead-text {
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    margin-bottom: 40px;
}

.article-section {
    margin: 40px 0;
}

.article-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #97CBFF;
}

.feature-list, .stats-list {
    list-style: none;
    padding: 0;
}

.feature-list li, .stats-list li {
    padding: 10px 0 10px 30px;
    position: relative;
}

.feature-list li::before, .stats-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #97CBFF;
}

.expert-quote {
    background: rgba(151,203,255,0.05);
    border-left: 4px solid #97CBFF;
    padding: 30px;
    margin: 30px 0;
}

.expert-quote p {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 10px;
}

.expert-quote cite {
    color: rgba(255,255,255,0.6);
    font-style: normal;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.benefit-item {
    background: rgba(151,203,255,0.08);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.expertise-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.expertise-card {
    background: rgba(151,203,255,0.03);
    border: 1px solid rgba(151,203,255,0.15);
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.card-number {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #0a0a0a;
    padding: 0 10px;
    color: #97CBFF;
    font-weight: 700;
}

.expertise-card h3 {
    color: #fff;
    margin-bottom: 10px;
}

.cta-section {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background: rgba(151,203,255,0.05);
    border-radius: 20px;
}

.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 20px 50px;
    background: #97CBFF;
    color: #0a0a0a;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(151,203,255,0.3);
}

@media (max-width: 768px) {
    .expertise-cards {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */