/* ===========================
   WHMAZ - Custom Styles
   =========================== */

:root {
    --whmaz-blue: #4361ee;
    --whmaz-purple: #7c3aed;
    --whmaz-dark: #1e293b;
    --whmaz-darker: #0f172a;
    --whmaz-green: #10b981;
    --whmaz-green-hover: #059669;
    --whmaz-light: #f8f9fa;
    --whmaz-gray: #64748b;
    --whmaz-border: #e2e8f0;
    --whmaz-gradient: linear-gradient(135deg, #4361ee, #7c3aed);
}

* { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--whmaz-dark);
    overflow-x: hidden;
}

/* Navbar */
.navbar-whmaz { background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); transition: box-shadow 0.3s; padding: 0.75rem 0; }
.navbar-whmaz.scrolled { box-shadow: 0 1px 10px rgba(0,0,0,0.08); }
.brand-whma { color: var(--whmaz-blue); font-weight: 800; font-size: 1.5rem; }
.brand-z { color: var(--whmaz-purple); font-weight: 800; font-size: 1.5rem; }
.navbar-whmaz .nav-link { color: var(--whmaz-gray); font-weight: 500; font-size: 0.95rem; padding: 0.5rem 1rem !important; transition: color 0.2s; }
.navbar-whmaz .nav-link:hover { color: var(--whmaz-blue); }

/* Buttons */
.btn-whmaz { background: var(--whmaz-blue); color: #fff; border: none; padding: 0.625rem 1.5rem; font-weight: 600; border-radius: 8px; transition: all 0.2s; }
.btn-whmaz:hover { background: #3451d1; color: #fff; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(67,97,238,0.3); }
.btn-whmaz-outline { background: transparent; color: var(--whmaz-blue); border: 2px solid var(--whmaz-blue); padding: 0.5rem 1.5rem; font-weight: 600; border-radius: 8px; transition: all 0.2s; }
.btn-whmaz-outline:hover { background: var(--whmaz-blue); color: #fff; }
.btn-whmaz-green { background: var(--whmaz-green); color: #fff; border: none; padding: 0.75rem 2rem; font-weight: 600; font-size: 1.05rem; border-radius: 8px; transition: all 0.2s; }
.btn-whmaz-green:hover { background: var(--whmaz-green-hover); color: #fff; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(16,185,129,0.3); }
.btn-white { background: #fff; color: var(--whmaz-blue); border: none; padding: 0.75rem 2rem; font-weight: 600; border-radius: 8px; transition: all 0.2s; }
.btn-white:hover { background: #f1f5f9; color: var(--whmaz-blue); transform: translateY(-1px); }
.btn-white-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); padding: 0.625rem 2rem; font-weight: 600; border-radius: 8px; transition: all 0.2s; }
.btn-white-outline:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; }

/* Section Headings */
.section-eyebrow { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--whmaz-blue); margin-bottom: 0.75rem; }
.section-title { font-size: 2.25rem; font-weight: 800; color: var(--whmaz-darker); margin-bottom: 1rem; }
.section-subtitle { font-size: 1.1rem; color: var(--whmaz-gray); max-width: 600px; }

/* Screenshot */
.screenshot-main { border-radius: 12px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15); border: 1px solid var(--whmaz-border); width: 100%; transition: transform 0.3s; }
.screenshot-main:hover { transform: translateY(-4px); }
.screenshot-sm { border-radius: 8px; box-shadow: 0 4px 16px rgba(0,0,0,0.1); border: 1px solid var(--whmaz-border); width: 100%; transition: transform 0.3s, box-shadow 0.3s; cursor: pointer; }
.screenshot-sm:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }

/* FAQ */
.faq-accordion .accordion-item { border: 1px solid var(--whmaz-border); border-radius: 10px !important; margin-bottom: 0.75rem; overflow: hidden; }
.faq-accordion .accordion-button { font-weight: 600; font-size: 1rem; color: var(--whmaz-dark); background: #fff; box-shadow: none; }
.faq-accordion .accordion-button:not(.collapsed) { color: var(--whmaz-blue); background: #f8faff; }
.faq-accordion .accordion-body { color: var(--whmaz-gray); line-height: 1.7; }

/* CTA */
.cta-section { background: var(--whmaz-gradient); padding: 5rem 0; }

/* Footer */
.footer-section { background: var(--whmaz-darker); padding: 4rem 0 0; }
.footer-section h6 { color: #fff; font-weight: 700; margin-bottom: 1.25rem; font-size: 0.95rem; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 0.6rem; }
.footer-links a { color: #94a3b8; text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 3rem; padding: 1.5rem 0; }
.footer-bottom p { color: #64748b; font-size: 0.85rem; margin: 0; }

/* Feature Cards */
.feature-card { background: #fff; border: 1px solid var(--whmaz-border); border-radius: 12px; padding: 2rem 1.5rem; height: 100%; transition: transform 0.3s, box-shadow 0.3s; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.08); }
.feature-icon { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 1.25rem; }
.feature-card h5 { font-weight: 700; font-size: 1.1rem; margin-bottom: 0.75rem; }
.feature-card p { color: var(--whmaz-gray); font-size: 0.92rem; line-height: 1.65; margin-bottom: 0; }

/* Feature Chips */
.feature-chip { display: inline-block; background: #f1f5f9; color: var(--whmaz-gray); padding: 0.3rem 0.75rem; border-radius: 6px; font-size: 0.8rem; font-weight: 600; margin-right: 0.35rem; margin-bottom: 0.35rem; }

/* Feature Row Text */
.feature-row-text h3 { font-size: 1.75rem; font-weight: 700; margin-bottom: 1rem; }
.feature-row-text p { color: var(--whmaz-gray); line-height: 1.7; font-size: 1rem; }

/* Showcase Tabs */
.showcase-tabs .nav-link { color: var(--whmaz-gray); font-weight: 600; padding: 0.625rem 1.5rem; border-radius: 8px; border: 1px solid transparent; margin: 0 0.25rem; transition: all 0.2s; }
.showcase-tabs .nav-link:hover { color: var(--whmaz-blue); }
.showcase-tabs .nav-link.active { background: var(--whmaz-blue); color: #fff; border-color: var(--whmaz-blue); }

/* Stats */
.stats-section { background: var(--whmaz-gradient); padding: 4rem 0; }
.stat-item h3 { font-size: 2.5rem; font-weight: 800; color: #fff; margin-bottom: 0.25rem; }
.stat-item p { color: rgba(255,255,255,0.8); font-size: 0.95rem; font-weight: 500; }

/* Pricing */
.pricing-card { background: #fff; border: 1px solid var(--whmaz-border); border-radius: 16px; padding: 2.5rem 2rem; height: 100%; transition: transform 0.3s, box-shadow 0.3s; position: relative; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(0,0,0,0.1); }
.pricing-popular { border-color: var(--whmaz-blue); border-width: 2px; }
.pricing-popular::before { content: 'Most Popular'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--whmaz-gradient); color: #fff; font-size: 0.75rem; font-weight: 700; padding: 0.3rem 1rem; border-radius: 50px; white-space: nowrap; }
.pricing-card .price { font-size: 3rem; font-weight: 800; color: var(--whmaz-darker); }
.pricing-card .period { font-size: 1rem; color: var(--whmaz-gray); font-weight: 400; }
.pricing-card ul { list-style: none; padding: 0; }
.pricing-card ul li { padding: 0.5rem 0; color: var(--whmaz-gray); font-size: 0.92rem; border-bottom: 1px solid #f1f5f9; }
.pricing-card ul li i { color: var(--whmaz-green); margin-right: 2px; width: 16px; }

/* Legal Pages */
.legal-page { padding: 8rem 0 4rem; }
.legal-page h1 { font-size: 2.25rem; font-weight: 800; color: #0f172a; margin-bottom: 0.5rem; }
.legal-page .last-updated { color: #64748b; font-size: 0.95rem; margin-bottom: 2.5rem; }
.legal-page h2 { font-size: 1.35rem; font-weight: 700; color: #1e293b; margin-top: 2.25rem; margin-bottom: 0.75rem; }
.legal-page h3 { font-size: 1.1rem; font-weight: 600; color: #1e293b; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.legal-page p, .legal-page li { color: #475569; font-size: 0.95rem; line-height: 1.8; }
.legal-page ul { padding-left: 1.25rem; }
.legal-page ul li { margin-bottom: 0.4rem; }
.legal-page a { color: #4361ee; }

/* Responsive */
@media (max-width: 991.98px) {
    .hero-title { font-size: 2.25rem; }
    .hero-section { padding: 7rem 0 3rem; }
    .section-title { font-size: 1.75rem; }
    .stat-item h3 { font-size: 2rem; }
}
@media (max-width: 575.98px) {
    .hero-title { font-size: 1.85rem; }
    .pricing-card { padding: 2rem 1.5rem; }
}
