




::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}


html {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

body {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}


html, body {
    overflow-x: hidden;
    max-width: 100vw;
    position: relative;
}



.privacy-section,
.terms-section,
.cookie-section {
    scroll-margin-top: 100px;
}


@media (max-width: 850px) {

    section > div > div[style*="display: grid"][style*="grid-template-columns: 280px 1fr"],
    section > div > div[style*="display: grid"][style*="280px"] {
        display: block !important;
        grid-template-columns: 1fr !important;
    }
    

    .privacy-nav,
    .terms-nav,
    .cookie-nav {
        position: static !important;
        top: auto !important;
        max-height: 60px;
        overflow: hidden;
        margin-bottom: 2rem !important;
        padding: 1rem !important;
        transition: max-height 0.3s ease;
        background: white;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .privacy-nav.expanded,
    .terms-nav.expanded,
    .cookie-nav.expanded {
        max-height: 500px;
        overflow-y: auto;
    }
    

    .privacy-nav h3::after,
    .terms-nav h3::after,
    .cookie-nav h3::after {
        content: ' ▼';
        font-size: 0.8rem;
        margin-left: 0.5rem;
        transition: transform 0.3s ease;
    }
    
    .privacy-nav.expanded h3::after,
    .terms-nav.expanded h3::after,
    .cookie-nav.expanded h3::after {
        content: ' ▲';
    }
    
    .privacy-nav h3,
    .terms-nav h3,
    .cookie-nav h3 {
        cursor: pointer;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        margin-bottom: 0;
    }
    

    .privacy-nav a,
    .terms-nav a,
    .cookie-nav a {
        padding: 0.75rem 0 !important;
        font-size: 0.95rem !important;
    }
}



@media (max-width: 850px) {

    section > div > div > div[style*="background: white"][style*="padding: 3rem"] {
        padding: 1.5rem !important;
    }
    
    div[style*="padding: 2rem"],
    div[style*="padding: 2.5rem"],
    div[style*="padding: 3rem"] {
        padding: 1.5rem !important;
    }
    
    .highlight-box,
    .warning-box,
    div[style*="background: #e6f7ff"],
    div[style*="background: #fff7e6"] {
        padding: 1rem !important;
        margin: 1rem 0 !important;
    }
    

    table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }
    
    table th,
    table td {
        white-space: nowrap;
        min-width: 100px;
    }
    
    .cookie-table {
        font-size: 0.85rem;
    }
    
    .cookie-table th,
    .cookie-table td {
        padding: 0.75rem 0.5rem !important;
    }
}



@media (max-width: 850px) {
    h1 {
        font-size: 1.75rem !important;
        line-height: 1.2 !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
    }
    
    h3 {
        font-size: 1.25rem !important;
        line-height: 1.4 !important;
    }
    
    h4 {
        font-size: 1.1rem !important;
    }
    
    p[style*="font-size: 1.2rem"],
    p[style*="font-size: 1.1rem"] {
        font-size: 1rem !important;
    }
    
    ul[style*="font-size: 1.05rem"],
    ol[style*="font-size: 1.05rem"] {
        font-size: 0.95rem !important;
    }
}



@media (max-width: 850px) {
    .btn,
    a.btn {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
    
    div[style*="display: flex"][style*="gap: 1rem"][style*="justify-content: center"] {
        flex-direction: column !important;
        width: 100% !important;
    }
}



@media (max-width: 850px) {
    div[style*="grid-template-columns: repeat(2"],
    div[style*="grid-template-columns: repeat(3"],
    div[style*="grid-template-columns: repeat(auto-fit"],
    div[style*="grid-template-columns: 1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }
    
    div[style*="gap: 3rem"],
    div[style*="gap: 2.5rem"] {
        gap: 1.5rem !important;
    }
    
    div[style*="gap: 2rem"] {
        gap: 1rem !important;
    }
}



@media (max-width: 850px) {
    section[style*="padding: 80px 0"] {
        padding: 40px 0 !important;
    }
    
    .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}



@media (max-width: 850px) {
    * {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    code,
    pre {
        white-space: pre-wrap !important;
        word-break: break-all !important;
    }
    

    body > * {
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    table,
    pre,
    code,
    img,
    video,
    iframe {
        max-width: 100% !important;
    }
}



@media (max-width: 850px) and (hover: none) {
    a,
    button,
    .btn,
    input,
    select,
    textarea {
        min-height: 44px;
    }
}



@media (max-width: 850px) {
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    .icon-xl,
    img.icon-xl {
        width: 40px !important;
        height: 40px !important;
    }
}