@media (max-width: 1024px) {
    .hero-inner { gap: 48px; }
    .hero-card { width: 380px; }
    .hero-title { font-size: 3rem; letter-spacing: -2px; }
    .showcase-item { gap: 48px; }
    .showcase-visual { width: 260px; height: 260px; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    /* Prevent horizontal scroll */
    body { overflow-x: hidden; }

    /* Nav */
    .nav-links { display: none; }
    .nav-actions { display: none; }
    .nav-mobile-toggle { display: block; }
    .nav { padding: 12px 16px; }
    .nav-inner { padding: 8px 18px; }

    /* Hero */
    .hero { padding: 100px 16px 60px; min-height: auto; }
    .hero-inner {
        flex-direction: column; text-align: center;
        gap: 36px; max-width: 100%;
    }
    .hero-content { max-width: 100%; width: 100%; }
    .hero-card { width: 100%; max-width: 420px; flex-shrink: 1; }
    .hero-title { font-size: 2.5rem; letter-spacing: -1.5px; }
    .hero-subtitle {
        margin-left: auto; margin-right: auto;
        font-size: 0.95rem; max-width: 100%;
    }
    .hero-actions { justify-content: center; }
    .hero-badge { margin-left: auto; margin-right: auto; }
    .scroll-hint { display: none; }

    /* Providers */
    .providers { padding: 36px 16px; }
    .providers-row { gap: 16px 24px; max-width: 100%; }
    .provider { font-size: 0.78rem; }

    /* Stats */
    .stats-strip { padding: 36px 16px; }
    .stats-inner { gap: 20px 32px; max-width: 100%; }
    .stat-value, .stat-suffix { font-size: 1.75rem; }
    .stat-sep { display: none; }

    /* Features */
    .features-section { padding: 64px 16px; }
    .features-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .section-heading { font-size: 1.85rem; letter-spacing: -0.5px; }
    .section-subheading { font-size: 0.92rem; margin-bottom: 36px; padding: 0 8px; }

    /* Showcase fullwidth SVG panels */
    .showcase-mobile-text { display: block; padding: 0 4px; }
    .showcase-fullsvg {
        width: 100%; aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .showcase-panel { padding: 0 8px; margin-bottom: -40px; }
    .showcase-panel:first-child .showcase-fullsvg { aspect-ratio: 4 / 3; margin-bottom: 150px; }
    .showcase-panel:last-child { margin-bottom: -110px; }
    .showcase-panel:last-child .showcase-fullsvg { margin-top: 40px; }
    .showcase-fullwidth { padding: 10px 0 16px; }

    /* Showcase legacy */
    .showcase { padding: 16px 16px 48px; }
    .showcase-item,
    .showcase-item.reverse {
        flex-direction: column; gap: 28px;
        text-align: center; padding: 40px 0;
    }
    .showcase-visual { width: 220px; height: 220px; margin: 0 auto; }
    .showcase-title { font-size: 1.75rem; }
    .showcase-desc { font-size: 0.92rem; }
    .showcase-list { align-items: center; }
    .showcase-list li { font-size: 0.85rem; }

    /* Tiers + Benchmarks */
    .tiers-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .benchmark-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }

    /* Coming */
    .coming-section { padding: 56px 16px; }
    .coming-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }

    /* Testimonials + About */
    .testimonials-grid { grid-template-columns: 1fr; max-width: 480px; }
    .about-inner { flex-direction: column; text-align: center; gap: 32px; }
    .about-photo { width: 160px; min-height: auto; height: 180px; }
    .ceo-img { width: 100%; height: 100%; object-position: center 20%; }
    .about-meta { justify-content: center; }

    /* CTA */
    .cta-section { padding: 72px 16px; }
    .cta-title { font-size: 1.85rem; }
    .cta-subtitle { font-size: 0.95rem; }

    /* Footer */
    .footer-main {
        flex-wrap: wrap; gap: 24px;
        padding: 36px 16px 28px;
    }
    .footer-brand { flex: 0 0 100%; margin-bottom: 8px; }
    .footer-brand p { max-width: 100%; }

    /* Glow + grid on mobile */
    .glow-point { opacity: 0.2 !important; }
    .bg-grid { display: none; }
}

@media (max-width: 480px) {
    .hero { padding: 88px 14px 48px; }
    .hero-title { font-size: 1.9rem; letter-spacing: -1px; }
    .hero-subtitle { font-size: 0.9rem; }
    .hero-actions { flex-direction: column; width: 100%; }
    .btn-gradient, .btn-outline { width: 100%; justify-content: center; }
    .hero-badge { font-size: 0.72rem; padding: 5px 14px; }

    .providers-row { gap: 12px 18px; }
    .provider { font-size: 0.7rem; }
    .providers-label { font-size: 0.75rem; }

    .stat-value, .stat-suffix { font-size: 1.4rem; }
    .stat-label { font-size: 0.7rem; }
    .stats-inner { gap: 16px 24px; }

    .login-card { padding: 28px 22px; }
    .form-input { padding: 14px 14px 14px 42px; font-size: 0.92rem; }

    .feature-card { padding: 24px 20px; }
    .section-heading { font-size: 1.6rem; }

    .showcase-icon { font-size: 3.5rem; }
    .showcase-visual { width: 180px; height: 180px; }
    .showcase-title { font-size: 1.5rem; }

    .cta-title { font-size: 1.6rem; }
    .cta-btn { padding: 14px 28px; font-size: 0.95rem; }
}
