
@media (max-width: 1024px) {
    body {
        padding: 30px 40px; 
    }

    
    main {
        margin: 0 auto !important;
        padding: 0 20px;
        max-width: 100%;
    }

    
    main.contact-main-layout, 
    .split-hero-container {
        grid-template-columns: 1fr !important; 
        gap: 40px !important;
        text-align: center;
    }

    #app-container {
        align-items: center;
        text-align: center;
        transform-origin: center center !important;
    }

    .form-side {
        padding: 30px !important;
    }
}


@media (max-width: 768px) {
    body {
        padding: 24px 20px; 
        overflow-y: auto !important; 
        height: auto !important;
    }

    header {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px !important;
    }

    .nav-menu {
        gap: 24px;
    }

    
    h1, .section-title {
        padding-top: 51px;
        font-size: 2.0rem !important; 
        line-height: 1.15 !important;
        letter-spacing: -1px !important;
    }
    

    .article-title {
        font-size: 2.4rem !important;
    }

    
    .reel-frame {
        width: 100% !important;
        max-width: 290px;
        height: 440px !important;
    }

    
    .bg-video-layer {
        width: 115vh !important;
        height: 100vw !important;
    }

    
    .blog-grid {
        grid-template-columns: 1fr !important; 
        gap: 20px !important;
        margin-bottom: 40px !important;
    }

    .blog-card {
        padding: 20px !important;
    }

    
    .article-banner {
        height: 250px !important;
        margin-bottom: 24px !important;
    }

    .article-body-content {
        font-size: 1.05rem !important;
        line-height: 1.75 !important;
    }

    footer {
        margin-top: 40px !important;
        padding-top: 20px !important;
    }

    .disclaimer-text {
        text-align: justify;
        font-size: 0.7rem !important;
    }
}


@media (max-width: 480px) {
    h1, .section-title {
        font-size: 2.3rem !important;
    }
    
    .brand-logo {
        font-size: 0.95rem !important;
        letter-spacing: 2px !important;
    }
    
    .tour-btn {
        padding: 16px 32px !important;
        font-size: 0.9rem !important;
        width: 100%;
        justify-content: center;
    }
}