/* ========================================
   SEO Optimized Styles - index.php sections
   Extracted from inline styles for performance
   ======================================== */

/* Hero Stats Bar */
.hero-stats-bar { background: #0f172a; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 18px 0; }
.hero-stats-grid { display: flex; justify-content: center; align-items: center; gap: 0; flex-wrap: wrap; }
.hero-stat-item { text-align: center; padding: 8px 32px; }
.hero-stat-num { display: block; font-size: 26px; font-weight: 900; color: #d88a5a; line-height: 1; }
.hero-stat-label { display: block; font-size: 11px; color: #94a3b8; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.hero-stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.1); }
@media (max-width: 576px) { .hero-stat-divider { display: none; } .hero-stat-item { padding: 8px 16px; } }

/* Industries Section */
.industries-section { padding: 80px 0; background: #fff; }
.industry-card { display: block; text-align: center; padding: 28px 16px; border-radius: 16px; border: 2px solid #e2e8f0; text-decoration: none; color: #1e293b; transition: all 0.25s; height: 100%; }
.industry-card:hover { border-color: #d88a5a; transform: translateY(-4px); box-shadow: 0 8px 24px rgba(216,138,90,0.15); color: #1e293b; }
.industry-card-cta { border-style: dashed; border-color: #cbd5e1; }
.industry-card-cta:hover { border-color: #4f46e5; box-shadow: 0 8px 24px rgba(79,70,229,0.15); }
.industry-icon { font-size: 32px; color: #d88a5a; margin-bottom: 12px; }
.industry-card-cta .industry-icon { color: #4f46e5; }
.industry-name { font-weight: 700; font-size: 14px; margin-bottom: 6px; }
.industry-desc { font-size: 12px; color: #64748b; line-height: 1.5; }

/* H2 styled as H1 (for duplicate H1 fix) */
.h1-style {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin: inherit;
    line-height: inherit;
}

/* Trusted By Section */
.trusted-section { padding: 60px 0; background: #fff; text-align: center; }
.trusted-stats { display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; opacity: 0.6; }
.stat-block { text-align: center; }
.stat-block .stat-number { font-size: 32px; font-weight: 900; color: #1e293b; }
.stat-block .stat-label { font-size: 11px; color: #64748b; }

/* Why Choose Us Section */
.why-section { padding: 80px 0; background: #f8fafc; }
.why-card { background: #fff; border-radius: 16px; padding: 32px; border: 1px solid #e2e8f0; height: 100%; transition: transform 0.2s; }
.why-card:hover { transform: translateY(-4px); }
.why-icon { width: 48px; height: 48px; border-radius: 12px; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.why-icon.purple { background: linear-gradient(135deg, #4f46e5, #7c3aed); }
.why-icon.green { background: linear-gradient(135deg, #22c55e, #16a34a); }
.why-icon.orange { background: linear-gradient(135deg, #f59e0b, #d97706); }
.why-icon.cyan { background: linear-gradient(135deg, #06b6d4, #0891b2); }
.why-icon.pink { background: linear-gradient(135deg, #ec4899, #be185d); }
.why-icon.dark { background: linear-gradient(135deg, #0f172a, #334155); }
.why-card h5 { font-weight: 700; margin-bottom: 8px; }
.why-card p { font-size: 13px; color: #64748b; margin: 0; }

/* Testimonials Section */
.testimonial-section { padding: 80px 0; background: #0f172a; color: #fff; }
.testimonial-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; color: #818cf8; letter-spacing: 2px; }
.testimonial-title { font-size: 28px; font-weight: 800; margin-top: 8px; }
.testimonial-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 28px; height: 100%; }
.testimonial-stars { color: #f59e0b; margin-bottom: 12px; }
.testimonial-text { font-size: 14px; color: #cbd5e1; line-height: 1.7; margin-bottom: 16px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.author-name { font-weight: 600; font-size: 13px; }
.author-role { font-size: 11px; color: #94a3b8; }

/* CTA Section */
.cta-section { padding: 60px 0; background: linear-gradient(135deg, #4f46e5, #7c3aed); text-align: center; color: #fff; }
.cta-section h2 { font-size: 28px; font-weight: 800; margin-bottom: 12px; }
.cta-section p { font-size: 14px; opacity: 0.8; max-width: 500px; margin: 0 auto 24px; }
.cta-btn { display: inline-block; background: #fff; color: #4f46e5; padding: 14px 32px; border-radius: 10px; font-weight: 700; font-size: 14px; text-decoration: none; transition: transform 0.2s; }
.cta-btn:hover { transform: translateY(-2px); color: #4f46e5; }
.cta-note { font-size: 11px; opacity: 0.6; margin-top: 12px; }

/* Pricing overflow fix */
.pricing-section { overflow: visible; padding: 100px 0; }
.pricing-section .container { overflow: visible; }
.pricing-card-wrapper { overflow: visible; }
.pricing-card { position: relative; height: 100%; display: flex; flex-direction: column; padding: 50px 30px 30px; border-radius: 20px; overflow: visible; }
.popular-badge-top { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); background: #d88a5a; color: #fff; padding: 6px 20px; border-radius: 50px; font-size: 11px; font-weight: 800; text-transform: uppercase; z-index: 10; box-shadow: 0 4px 10px rgba(0,0,0,0.2); white-space: nowrap; }
.discount-badge { position: absolute; top: 20px; right: 20px; background: #28a745; color: #fff; padding: 3px 10px; border-radius: 5px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; z-index: 5; }
.feature-list .disabled { opacity: 0.5; text-decoration: line-through; }

/* Footer Styles (moved from inline) */
.footer-links li a { font-size: 16px; color: rgba(255,255,255,0.7); text-decoration: none; transition: all 0.3s ease; display: inline-block; }
.footer-links li a:hover { color: #ef7727 !important; transform: translateX(8px); }
.social-btn { font-size: 18px; transition: 0.3s; color: #fff; }
.social-btn:hover { color: #ff6600 !important; transform: translateY(-5px); }
.contact-item a { transition: 0.3s; text-decoration: none; }
.contact-item a:hover { color: #ff6600 !important; }
.newsletter-btn { background: #ff6600; color: #fff; border: none; transition: 0.3s; }
.newsletter-btn:hover { background: #e65c00; }

/* WhatsApp Floating Button */
.whatsapp-float-btn { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); z-index: 9990; transition: transform 0.2s; }
.whatsapp-float-btn:hover { transform: scale(1.1); }
.whatsapp-float-btn i { color: #fff; font-size: 28px; }
