/* ══════════════════════════════════════════
   ECOMMERCE SOLUTION PAGE STYLES
   Extracted from solutions/ecommerce.php inline styles
   ══════════════════════════════════════════ */

/* Hero badge heading */
.ec-hero-badge h1 {
    font-size: 14px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin: 0;
}

/* Hero main heading */
.ec-hero-main-heading {
    font-size: 38px;
}

/* Hero visual positioning */
.ec-hero-visual-wrapper {
    position: relative;
}

/* Why section text styling */
.ec-why-text-margin {
    margin-bottom: 32px;
}

/* FAQ section styling */
.ec-faq-reveal {
    text-align: center;
    transition-delay: 0.24s;
}

.ec-faq-sub-margin {
    margin: 0 auto;
}
