/* Landing Page - Responsive Styles */

@media (max-width: 1024px) {
    .hero-proof {
        grid-template-columns: 1fr;
    }

    .nav-links {
        gap: 1rem;
    }

    .nav-buttons iframe {
        display: none;
    }
}

@media (max-width: 768px) {
    nav {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .nav-links {
        display: none;
    }

    .nav-buttons {
        width: 100%;
        flex-wrap: wrap;
    }

    .hero {
        padding: 56px 0 40px;
    }

    .hero-summary,
    .hero-secondary,
    .section-header p:not(.section-kicker) {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-primary,
    .btn-secondary,
    .cta-button,
    .demo-button {
        width: 100%;
    }

    .demo-banner {
        border-radius: 18px;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .developer-intro {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .expertise-grid,
    .projects-grid {
        grid-template-columns: 1fr;
    }

    .contact-links,
    .philosophy-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
