.mobile-menu-btn,
.mobile-menu{
    display:none;
}

@media(max-width:1100px){

    .hero-grid{
        grid-template-columns:1fr;
    }

    .hero-content{
        text-align:center;
    }

    .hero-buttons{
        justify-content:center;
    }

    .trust-row{
        justify-content:center;
        flex-wrap:wrap;
    }

    .hero-panel{
        margin-top:20px;
    }

    .problem-grid,
    .features-grid,
    .pricing-grid{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:768px){

    html,
    body{
        width:100%;
        overflow-x:hidden;
    }

    .site-header{
        top:12px;
        left:0;
        width:100%;
        padding:0 16px;
    }

    .header-inner{
        width:100%;
        max-width:100%;

        height:68px;
        padding:0 14px;

        border-radius:18px;

        flex-direction:row;
        justify-content:space-between;
        align-items:center;

        gap:0;
        position:relative;
    }

    .nav,
    .header-actions{
        display:none;
    }

    .mobile-menu-btn{
        display:flex;
        align-items:center;
        justify-content:center;

        width:40px;
        height:40px;

        background:rgba(255,255,255,0.06);
        border:1px solid rgba(255,255,255,0.08);
        border-radius:12px;

        color:#fff;
        font-size:22px;

        cursor:pointer;
        flex-shrink:0;
    }

   .mobile-menu{
    display:none;

    position:absolute;

    top:86px;

    left:12px;
    right:12px;

    width:auto;

    background:rgba(8,15,27,0.96);

    border:1px solid rgba(255,255,255,0.06);
    border-radius:18px;

    padding:8px;

    z-index:9999;

    box-shadow:0 20px 60px rgba(0,0,0,0.35);

    backdrop-filter:blur(18px);
}

.mobile-menu.active{
    display:flex;
    flex-direction:column;
    gap:2px;
}

.mobile-menu a{
    color:#fff;
    font-weight:600;
    font-size:14px;

    padding:10px 14px;
    border-radius:12px;
    transition:0.3s;
}

.mobile-menu a:hover{
    background:rgba(79,140,255,0.08);
    color:#fff;
}

    .logo{
        font-size:22px;
    }

    .logo-icon{
        width:40px;
        height:40px;
    }

    .hero{
        padding-top:120px;
        padding-bottom:70px;
    }

    .hero-content h1{
        font-size:38px;
        line-height:1.2;
    }

    .hero-content p{
        font-size:16px;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .hero-buttons .btn{
        width:100%;
    }

    .hero-panel{
        padding:20px;
    }

    .main-risk h2{
        font-size:42px;
    }

    .dashboard-stats{
        grid-template-columns:1fr;
    }

    .chart-box{
        height:180px;
    }

    .problem-grid,
    .features-grid,
    .pricing-grid{
        grid-template-columns:1fr;
    }

    .section-head h2{
        font-size:34px;
        line-height:1.2;
    }

    .analysis-box{
        padding:35px 20px;
    }

    .analysis-content h2{
        font-size:32px;
    }

    .price-card.featured{
        transform:none;
    }

    .footer-inner{
        flex-direction:column;
        gap:25px;
        text-align:center;
    }

    .footer-links{
        flex-direction:column;
        gap:15px;
    }

}

@media(max-width:480px){

    .container{
        padding:0 16px;
    }

    .hero-content h1{
        font-size:32px;
    }

    .badge{
        font-size:12px;
    }

    .section-head h2{
        font-size:28px;
    }

    .problem-card,
    .feature-card,
    .price-card,
    .faq-item{
        padding:24px;
    }

    .analysis-form input,
    .analysis-form button{
        height:60px;
    }

}
@media(max-width:768px){
    .corporate-hero{
        grid-template-columns:1fr;
        gap:35px;
    }

    .hero-content h1{
        font-size:36px;
    }

    .clean-stats{
        grid-template-columns:1fr;
    }
}
.hero-note{
    width:100%;
    justify-content:center;
    text-align:center;
    line-height:1.5;
}
@media(max-width:768px){
    .analysis-trust{
        flex-direction:column;
        align-items:stretch;
    }

    .analysis-trust span{
        text-align:center;
    }

    .price-card.featured:hover{
        transform:none;
    }
}
@media(max-width:768px){

    .premium-analysis{
        grid-template-columns:1fr;
        gap:18px;
        padding:20px 14px;
        border-radius:22px;
    }

    .analysis-left{
        text-align:center;
    }

    .analysis-badge{
        font-size:12px;
        margin-bottom:14px;
    }

    .analysis-left h2{
        font-size:26px;
        line-height:1.15;
        margin-bottom:12px;
    }

    .analysis-left p{
        font-size:14px;
        line-height:1.5;
        margin-bottom:14px;
    }

    .analysis-points{
        gap:7px;
    }

    .analysis-points div{
        justify-content:flex-start;
        font-size:13px;
        padding:9px 10px;
    }

    .analysis-right{
        padding:16px;
        border-radius:18px;
    }

    .analysis-form input,
    .analysis-form button{
        height:54px;
    }
}
@media(max-width:768px){

    .logo{
        gap:2px;
    }

    .logo img{
        width:100px;
        height:100px;
        margin-right:18px;
    }

    .logo span{
        margin-left:-4px;
    }

}


/* ADSNEXT SAAS INDEX RESPONSIVE FINAL */
@media(max-width:1100px){
    .panel-feature-grid{
        grid-template-columns:1fr 1fr;
    }
    .panel-track img{
        width:480px;
    }
}
@media(max-width:768px){
    .text-logo{
        font-size:23px !important;
    }
    .panel-showcase{
        max-width:100%;
        padding:18px;
    }
    .showcase-top{
        display:block;
    }
    .showcase-status{
        display:inline-flex;
        margin-top:12px;
    }
    .panel-slider{
        min-height:230px;
    }
    .panel-track img{
        width:360px;
        height:235px;
    }
    @keyframes panelSlide{
        0%{transform:translateX(0)}
        100%{transform:translateX(-1800px)}
    }
    .showcase-metrics{
        grid-template-columns:1fr;
    }
    .panel-feature-grid{
        grid-template-columns:1fr;
    }
    .analysis-section{
        padding:45px 0 !important;
    }
    .demo-modal-actions .btn{
        width:100%;
    }
}


/* PANEL SHOWCASE RESPONSIVE GALLERY FIX */
@media(max-width:1100px){
    .corporate-hero{
        grid-template-columns:1fr !important;
        gap:42px !important;
    }
    .panel-showcase{
        max-width:760px !important;
        margin:0 auto;
    }
    .panel-slider{
        min-height:430px !important;
    }
    .panel-track img{
        width:720px !important;
        height:430px !important;
    }
    @keyframes panelSlide{
        0%{transform:translateX(0)}
        100%{transform:translateX(-3600px)}
    }
}
@media(max-width:768px){
    .panel-showcase{
        padding:16px !important;
    }
    .panel-slider{
        min-height:270px !important;
    }
    .panel-track img{
        width:430px !important;
        height:270px !important;
    }
    @keyframes panelSlide{
        0%{transform:translateX(0)}
        100%{transform:translateX(-2150px)}
    }
    .panel-gallery-modal{
        padding:10px;
    }
    .panel-gallery-card{
        width:100%;
        height:86vh;
        border-radius:20px;
        padding:10px;
    }
    .gallery-nav{
        width:42px;
        height:58px;
        font-size:34px;
        border-radius:14px;
    }
    .gallery-prev{left:14px;}
    .gallery-next{right:14px;}
    .gallery-close{
        right:14px;
        top:14px;
    }
    .gallery-bottom{
        align-items:stretch;
        flex-direction:column;
    }
    .gallery-actions .btn{
        width:100%;
    }
}
@media(max-width:480px){
    .panel-slider{
        min-height:230px !important;
    }
    .panel-track img{
        width:360px !important;
        height:230px !important;
    }
    @keyframes panelSlide{
        0%{transform:translateX(0)}
        100%{transform:translateX(-1800px)}
    }
}


/* HERO EQUAL HEIGHT RESPONSIVE FINAL */
@media(max-width:1200px){
    .hero-grid.corporate-hero{
        grid-template-columns:1fr !important;
        min-height:auto;
        gap:38px !important;
    }
    .hero{
        min-height:auto !important;
        padding-top:120px !important;
        padding-bottom:70px !important;
    }
    .hero-content,
    .panel-showcase{
        min-height:auto;
    }
    .panel-showcase{
        max-width:760px !important;
        justify-self:center;
    }
    .panel-slider{
        min-height:430px !important;
    }
    .panel-track img{
        width:720px !important;
        min-height:430px !important;
    }
    @keyframes panelSlide{
        0%{transform:translateX(0)}
        100%{transform:translateX(-7200px)}
    }
}
@media(max-width:768px){
    .hero{
        padding-top:104px !important;
        padding-bottom:44px !important;
    }
    .hero-grid.corporate-hero{
        gap:28px !important;
    }
    .hero-content{
        text-align:center;
        align-items:center;
    }
    .hero-content h1{
        font-size:34px !important;
        line-height:1.12 !important;
    }
    .hero-content p{
        font-size:15px !important;
        line-height:1.65 !important;
    }
    .panel-showcase{
        min-height:auto;
    }
    .panel-slider{
        min-height:265px !important;
        max-height:none;
    }
    .panel-track img{
        width:430px !important;
        min-height:265px !important;
        height:265px !important;
    }
    .showcase-metrics{
        grid-template-columns:1fr 1fr !important;
    }
    .showcase-proof{
        display:block;
        text-align:left;
    }
    .showcase-proof a{
        display:inline-flex;
        margin-top:10px;
    }
    @keyframes panelSlide{
        0%{transform:translateX(0)}
        100%{transform:translateX(-4300px)}
    }
}
@media(max-width:480px){
    .panel-slider{
        min-height:225px !important;
    }
    .panel-track img{
        width:360px !important;
        height:225px !important;
        min-height:225px !important;
    }
    @keyframes panelSlide{
        0%{transform:translateX(0)}
        100%{transform:translateX(-3600px)}
    }
}


/* HERO FIT LAPTOP FINAL */
@media(max-width:1200px){
    .hero{
        height:auto !important;
        min-height:auto !important;
    }
}
