/* ==================================================
   DM HEALTH TECHNOLOGY
   ULTIMATE RESPONSIVE SYSTEM v3.0
   4K • Desktop • Laptop • Tablet • Mobile • Fold
================================================== */

/* ==========================================
   4K & ULTRAWIDE
========================================== */

@media (min-width:1800px){

    .container{
        max-width:1700px;
    }

    .hero h1{
        font-size:7rem;
    }

    .section-title h2{
        font-size:4rem;
    }

    .hero p{
        font-size:1.4rem;
    }

}

/* ==========================================
   LARGE DESKTOP
========================================== */

@media (max-width:1600px){

    .container{
        max-width:1400px;
    }

    .hero h1{
        font-size:5.5rem;
    }

}

/* ==========================================
   DESKTOP
========================================== */

@media (max-width:1400px){

    .hero h1{
        font-size:4.8rem;
    }

    .section-title h2{
        font-size:3rem;
    }

}

/* ==========================================
   LAPTOP
========================================== */

@media (max-width:1200px){

    section{
        padding:100px 0;
    }

    .hero h1{
        font-size:4rem;
    }

    .section-title h2{
        font-size:2.7rem;
    }

    .dm-pack{
        padding:35px;
    }

}

/* ==========================================
   IPAD PRO
========================================== */

@media (max-width:1024px){

    .hero h1{
        font-size:3.6rem;
    }

    .hero{
        text-align:center;
    }

    .hero-buttons{
        justify-content:center;
    }

}

/* ==========================================
   TABLETTE PAYSAGE
========================================== */

@media (max-width:991px){

    section{
        padding:80px 0;
    }

    .container{
        padding-left:25px;
        padding-right:25px;
    }

    /* NAVBAR */

    .navbar-collapse{
        background:#fff;
        border-radius:24px;
        padding:25px;
        margin-top:20px;
        box-shadow:0 20px 45px rgba(0,0,0,.08);
    }

    .navbar-nav{
        gap:10px;
    }

    .navbar-actions{
        margin-top:20px;
        flex-direction:column;
        align-items:stretch;
        gap:15px;
    }

    .btn-navbar-contact{
        width:100%;
    }

    /* HERO */

    .hero{
        text-align:center;
        background-position:center;
    }

    .hero-content{
        max-width:100%;
    }

    .hero h1{
        font-size:3.2rem;
    }

    .hero-buttons{
        justify-content:center;
    }

    /* DMHEALTH360 */

    .dm-pack-featured{
        transform:none;
    }

    .dm-trust-bar{
        grid-template-columns:repeat(2,1fr);
    }

}

/* ==========================================
   TABLETTE
========================================== */

@media (max-width:768px){

    section{
        padding:70px 0;
    }

    .section-badge{
        font-size:.8rem;
    }

    .section-title h2{
        font-size:2.2rem;
    }

    .hero h1{
        font-size:2.8rem;
    }

    .hero p{
        font-size:1rem;
    }

    .hero-buttons{
        flex-direction:column;
        gap:15px;
    }

    .btn-primary-custom,
    .btn-outline-custom{
        width:100%;
    }

    /* CARDS */

    .card,
    .service-card,
    .feature-card,
    .pricing-card,
    .dm-card,
    .dm-pack{
        border-radius:24px;
    }

    /* DM VALUE */

    .dm-value-banner{
        padding:40px 25px;
    }

    .dm-value-banner h3{
        font-size:1.5rem;
    }

    .footer{
        text-align:center;
    }

    .footer-contact{
        align-items:center;
    }

}

/* ==========================================
   MOBILE LARGE
========================================== */

@media (max-width:576px){

    .container{
        padding-left:20px;
        padding-right:20px;
    }

    .hero{
        min-height:auto;
        padding-top:140px;
        padding-bottom:100px;
    }

    .hero h1{
        font-size:2.2rem;
        line-height:1.15;
    }

    .hero-badge{
        font-size:.8rem;
        padding:12px 20px;
    }

    .hero p{
        font-size:.95rem;
    }

    .section-title h2{
        font-size:1.9rem;
    }

    .section-title p{
        font-size:.95rem;
    }

    .dmhealth360-title{
        font-size:2rem;
    }

    .dm-price{
        font-size:2rem;
    }

    .dm-pack{
        padding:30px;
    }

    .dm-trust-bar{
        grid-template-columns:1fr;
    }

}

/* ==========================================
   IPHONE SE
========================================== */

@media (max-width:420px){

    .hero h1{
        font-size:1.9rem;
    }

    .section-title h2{
        font-size:1.6rem;
    }

    .dmhealth360-title{
        font-size:1.7rem;
    }

    .btn-primary-custom,
    .btn-outline-custom{
        padding:14px 18px;
        font-size:.9rem;
    }

    .navbar-logo{
        height:42px;
    }

    .dm-pack{
        padding:25px;
    }

}

/* ==========================================
   ULTRA SMALL DEVICE
========================================== */

@media (max-width:360px){

    .container{
        padding-left:15px;
        padding-right:15px;
    }

    .hero h1{
        font-size:1.6rem;
    }

    .hero-badge{
        font-size:.7rem;
    }

    .section-title h2{
        font-size:1.4rem;
    }

    .dmhealth360-title{
        font-size:1.5rem;
    }

    .dm-price{
        font-size:1.7rem;
    }

}

/* ==========================================
   FOLDABLE DEVICES
========================================== */

@media (max-width:280px){

    .hero h1{
        font-size:1.3rem;
    }

    .section-title h2{
        font-size:1.2rem;
    }

    .btn-primary-custom,
    .btn-outline-custom{
        font-size:.8rem;
    }

}

/* ==========================================
   LANDSCAPE MOBILE
========================================== */

@media (max-height:500px) and (orientation:landscape){

    .hero{
        min-height:auto;
        padding-top:120px;
        padding-bottom:80px;
    }

    .hero h1{
        font-size:2rem;
    }

}

/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion:reduce){

    *,
    *::before,
    *::after{
        animation:none !important;
        transition:none !important;
        scroll-behavior:auto !important;
    }

}