/* Mobile-first landing layout overrides */
.landing-page {
    background: #f8fafc;
}

.landing-page .floating-navbar {
    transition: all 0.3s ease;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

.mobile-quickstart {
    padding: 24px 0 12px;
}

.mobile-quickstart .quick-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    padding: 16px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.mobile-quickstart .quick-pill {
    background: rgba(124, 58, 237, 0.12);
    color: #5b21b6;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mobile-quickstart .quick-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.mobile-quickstart .quick-action {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(37, 99, 235, 0.1));
    border-radius: 16px;
    padding: 14px;
    border: 1px solid rgba(124, 58, 237, 0.15);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mobile-quickstart .quick-action i {
    font-size: 1.4rem;
    color: #7c3aed;
}

.mobile-quickstart .quick-action span {
    font-weight: 700;
    color: #0f172a;
}

@media (max-width: 1200px) {
    .landing-page .hero-section {
        padding: 140px 24px 90px;
        min-height: auto;
    }
    .landing-page .hero-section .col-lg-6,
    .landing-page .hero-section .col-md-6 {
        max-width: 100% !important;
    }
}

@media (max-width: 992px) {
    .noise-overlay,
    .floating-shapes-container {
        display: none !important;
    }
    .landing-page section::after {
        content: none !important;
        display: none !important;
        background: none !important;
    }
    .landing-page .floating-navbar {
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
        padding: 12px 0;
        border: none;
        background: rgba(255, 255, 255, 0.96) !important;
        box-shadow: 0 6px 24px rgba(15, 23, 42, 0.08);
    }
    .landing-page .navbar-collapse {
        background: #ffffff;
        border-radius: 18px;
        margin-top: 12px;
        padding: 12px 14px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }
    .landing-page .navbar-nav {
        gap: 6px;
        align-items: stretch !important;
    }
    .landing-page .nav-link {
        padding: 10px 14px;
        border-radius: 12px;
        background: rgba(124, 58, 237, 0.06);
    }
    .landing-page .navbar-buttons-group {
        width: 100%;
        margin-top: 8px;
    }
    .landing-page .navbar-buttons-group .nav-link {
        width: 100%;
        justify-content: center;
    }

    .landing-page .hero-section {
        padding: 120px 16px 70px;
        text-align: left;
        align-items: flex-start;
        background:
            radial-gradient(120% 70% at 12% 0%, rgba(124, 58, 237, 0.16) 0%, rgba(124, 58, 237, 0) 60%),
            radial-gradient(90% 50% at 100% 20%, rgba(37, 99, 235, 0.14) 0%, rgba(37, 99, 235, 0) 65%),
            linear-gradient(180deg, #080a11 0%, #101425 100%) !important;
        background-repeat: no-repeat;
        background-size: auto;
    }
    .landing-page .hero-section::before {
        content: none !important;
        display: none !important;
        background: none !important;
        background-image: none !important;
    }
    .landing-page .hero-section::after {
        content: none !important;
        display: none !important;
        background: none !important;
    }
    .landing-page .hero-bg-glow {
        display: none !important;
        opacity: 0 !important;
        filter: none !important;
    }
    .landing-page .hero-section .row {
        gap: 24px;
    }
    .landing-page .hero-section h1,
    .landing-page .hero-section .display-4 {
        font-size: clamp(2rem, 7vw, 3.2rem);
        line-height: 1.1;
        text-align: left;
    }
    .landing-page .hero-section p.lead {
        margin: 1rem 0 1.75rem;
        text-align: left;
    }
    .landing-page .hero-tagline {
        margin-bottom: 10px;
        font-size: 0.8rem;
    }
    .landing-page .hero-bullets {
        justify-content: flex-start;
        font-size: 0.92rem;
        gap: 8px 12px;
        margin: 0.5rem 0;
    }
    .landing-page .hero-proof {
        justify-content: flex-start;
        gap: 8px;
    }

    .landing-page .pricing-compact .plan-col,
    .landing-page .pricing-compact .price-card {
        width: 100%;
        max-width: 420px;
    }
    .landing-page .pricing-compact .plan-row {
        flex-direction: column;
        align-items: center;
    }

    .landing-page .btn-liquid,
    .landing-page .btn-primary-custom,
    .landing-page .btn-outline-custom {
        width: 100%;
        justify-content: center;
    }

    .landing-page .section-divider {
        margin: 2rem 0;
    }
}

@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
    .landing-page .floating-buttons {
        right: 16px;
        bottom: 16px;
    }
    .landing-page .btn-whatsapp {
        width: 52px;
        height: 52px;
        font-size: 1.4rem;
    }
    .landing-page .hero-section {
        padding: 110px 14px 60px;
    }
    .landing-page .price-card {
        border-radius: 20px;
    }
}

@media (max-width: 576px) {
    .landing-page .navbar-brand .brand-name {
        font-size: 1.05rem;
    }
    .landing-page .navbar-brand .brand-logo {
        width: 32px;
        height: 32px;
    }
    .landing-page .hero-section {
        padding-top: 100px;
    }
    .landing-page .hero-section h1 {
        font-size: clamp(1.8rem, 9vw, 2.6rem);
    }
    .landing-page .hero-section p.lead {
        font-size: 1rem;
    }
}
