@media (max-width: 960px) {
    .lp-problem-grid,
    .lp-solution-grid,
    .lp-pricing-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .lp-features-grid {
        grid-template-columns: 1fr;
    }
    .lp-hero-title {
        font-size: 36px;
    }
    .lp-hero-num {
        font-size: 56px;
    }
    .lp-hero-stats {
        flex-wrap: wrap;
        padding: 20px;
        gap: 16px;
    }
    .lp-stat-divider {
        display: none;
    }
    .lp-stat {
        min-width: calc(50% - 16px);
    }
    .lp-table {
        font-size: 13px;
    }
    .lp-table th,
    .lp-table td {
        padding: 10px 12px;
    }
    .lp-footer-row {
        flex-wrap: wrap;
        gap: 24px;
    }
    .lp-footer-legal {
        flex-wrap: wrap;
        gap: 16px;
    }
}
@media (max-width: 782px) {
    .admin-bar .lp-header {
        top: 46px;
    }
    .admin-bar .lp-hero {
        padding-top: 156px;
    }
    .admin-bar .lp-nav {
        top: 110px;
        max-height: calc(100vh - 110px);
        max-height: calc(100dvh - 110px);
    }
}
@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
        width: 100%;
    }
    body.menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }
    .lp-container {
        padding: 0 16px;
        width: 100%;
        max-width: 100%;
    }
    .lp-nav {
        display: none;
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        gap: 0;
        border-bottom: 1px solid var(--lp-border);
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        z-index: 999;
        max-height: calc(100vh - 64px);
        max-height: calc(100dvh - 64px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .lp-nav.open {
        display: flex;
    }
    .lp-nav a {
        display: block;
        padding: 14px 24px;
        font-size: 15px;
        font-weight: 500;
        color: var(--lp-text);
        border-bottom: 1px solid #f0f0f5;
        text-decoration: none;
        flex-shrink: 0;
    }
    .lp-nav a:hover {
        background: #f8f9fa;
        color: var(--lp-primary);
    }
    .lp-nav a.lp-nav-legal {
        display: block;
        font-size: 13px;
        color: var(--lp-text-sub);
        padding: 10px 24px;
        flex-shrink: 0;
    }
    .lp-nav-social {
        display: flex;
        gap: 12px;
        padding: 12px 24px;
        border-bottom: 1px solid #f0f0f5;
        flex-shrink: 0;
    }
    .lp-nav-social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0;
        border: 1px solid var(--lp-primary-border);
        border-radius: 50%;
        color: var(--lp-text);
    }
    .lp-nav-social a:hover {
        background: var(--lp-primary);
        color: #fff;
        border-color: var(--lp-primary);
    }
    .lp-nav .lp-lang-btn {
        display: block;
        margin: 12px 24px 16px;
        padding: 12px 20px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        border-radius: 8px;
        background: var(--lp-primary-bg);
        color: var(--lp-primary);
        border: 1px solid var(--lp-primary-border);
        width: calc(100% - 48px);
        cursor: pointer;
        transition: all 0.2s;
        flex-shrink: 0;
    }
    .lp-nav .lp-lang-btn:hover {
        background: var(--lp-primary);
        color: #fff;
    }
    .lp-mobile-menu {
        display: block;
        width: 44px;
        height: 44px;
        position: relative;
    }
    .lp-mobile-menu span {
        position: absolute;
        left: 10px;
        width: 24px;
        height: 2px;
        background: var(--lp-text);
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    .lp-mobile-menu span:nth-child(1) {
        top: 13px;
    }
    .lp-mobile-menu span:nth-child(2) {
        top: 21px;
    }
    .lp-mobile-menu span:nth-child(3) {
        top: 29px;
    }
    .lp-mobile-menu.active span:nth-child(1) {
        top: 21px;
        transform: rotate(45deg);
    }
    .lp-mobile-menu.active span:nth-child(2) {
        opacity: 0;
    }
    .lp-mobile-menu.active span:nth-child(3) {
        top: 21px;
        transform: rotate(-45deg);
    }
    .lp-hero {
        padding: 110px 0 60px;
    }
    .lp-hero-title {
        font-size: 28px;
    }
    .lp-hero-num {
        font-size: 44px;
    }
    .lp-hero-sub {
        font-size: 15px;
    }
    .lp-section-title {
        font-size: 24px;
    }
    .lp-hero-actions {
        flex-direction: column;
        align-items: center;
    }
    .lp-btn {
        width: 100%;
        max-width: 320px;
    }
    .lp-cta-title {
        font-size: 26px;
    }
    .lp-features-tabs {
        flex-direction: column;
        align-items: center;
    }
    .lp-fcategory {
        padding: 20px;
    }
    .lp-flist span {
        font-size: 12px;
        padding: 5px 10px;
        min-width: auto;
    }
    .lp-flist span[data-tip]::after {
        max-width: 240px;
        font-size: 12px;
    }
    .lp-footer-row {
        flex-direction: column;
        gap: 16px;
    }
    .lp-footer-legal {
        flex-direction: column;
        gap: 12px;
    }
    .lp-problem,
    .lp-solution,
    .lp-features,
    .lp-comparison,
    .lp-pricing,
    .lp-all-features,
    .lp-faq,
    .lp-final-cta {
        padding: 60px 0;
    }
    .lp-section-cta {
        padding: 24px 0;
    }
    .lp-legal {
        padding: 100px 0 60px;
    }
    .lp-legal-title {
        font-size: 24px;
    }
    .lp-legal-table th {
        width: 120px;
        font-size: 13px;
    }
    .lp-legal-table td {
        font-size: 13px;
    }
    .lp-hero-stats {
        max-width: 100%;
        padding: 20px 16px;
    }
    .lp-table-wrap {
        margin: 0 -16px;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    .lp-scroll-top {
        display: flex;
    }
}