/**
 * Navigation & Footer Styles - Complete Responsive Version
 * boat-dubai.wrap-un4d23
 */

/* ============================================
   HEADER NAVIGATION STYLES
   ============================================ */

.banner-fa4064 {
    background: #ffffff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    height: 75px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.banner-fa4064.hdr-zj69e9 { 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    border-bottom-color: transparent;
}

.top-aidd47 { 
    width: 100%; 
    height: 100%; 
}

.shell-vb14f7 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    height: 100%;
}

/* Logo Branding */
.wrap-xz96d6 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: #064e3b;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 9001;
}

.wrap-xz96d6 i { 
    font-size: 1.75rem;
    color: #d97706;
}

.wrap-xz96d6:hover { 
    color: #d97706;
    transform: translateY(-2px);
}

/* Desktop Navigation Menu */
.navigation-bk0c35 {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.navigation-bk0c35 > li { 
    position: relative; 
}

.navigation-bk0c35 > li > a {
    color: #1a2332;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.5rem 0;
    display: block;
    transition: all 0.3s ease;
    position: relative;
}

.navigation-bk0c35 > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #d97706;
    transition: width 0.3s ease;
}

.navigation-bk0c35 > li > a:hover::after,
.navigation-bk0c35 > li > a.active::after { 
    width: 100%;
}

.navigation-bk0c35 > li > a:hover,
.navigation-bk0c35 > li > a.active { 
    color: #064e3b;
}

/* Nav Dropdown */
.navbar-tn07d5 { 
    position: relative; 
}

.holder-hkea11 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    color: #1a2332;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    user-select: none;
}

.holder-hkea11:hover { 
    color: #064e3b;
}

.holder-hkea11 i { 
    font-size: 0.75rem; 
    transition: transform 0.3s ease; 
}

.holder-hkea11.active i {
    transform: rotate(180deg);
}

.links-scd608 {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0.75rem;
    padding: 0.5rem 0;
    margin-top: 0.75rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9003;
    border: 1px solid rgba(0, 0, 0, 0.05);
    list-style: none;
}

.links-scd608.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.links-scd608 li { 
    list-style: none; 
}

.links-scd608 a { 
    display: block;
    padding: 0.75rem 1.5rem; 
    color: #1a2332;
    text-decoration: none;
    white-space: nowrap;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.links-scd608 a:hover { 
    background: #f7fafc;
    color: #064e3b;
    border-left-color: #d97706;
}

/* Language Switcher */
.holder-ws0c85 {
    position: relative;
    flex-shrink: 0;
    z-index: 9005;
}

/* Language button - supports both .btn-nmd8fc (EN) and .trigger-kxdd10 (other languages) */
.btn-nmd8fc,
.trigger-kxdd10 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a2332;
}

.btn-nmd8fc:hover,
.trigger-kxdd10:hover {
    background: #edf2f7;
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

.btn-nmd8fc:focus,
.trigger-kxdd10:focus {
    outline: 2px solid #064e3b;
    outline-offset: 2px;
}

.wrap-em70b2 {
    font-size: 1.25rem;
    line-height: 1;
}

.shell-em7ea0,
.shell-qeb614 {
    font-weight: 700;
    text-transform: uppercase;
}

.frame-fbba95 {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
    color: #6b7280;
}

.btn-nmd8fc.active .frame-fbba95,
.trigger-kxdd10.active .frame-fbba95 {
    transform: rotate(180deg);
}

/* Language Dropdown Menu - supports both .links-qp76d7 (EN) and .wrap-jy95d1 (other languages) */
.links-qp76d7,
.wrap-jy95d1 {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 180px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0.75rem;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9007;
    list-style: none;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.links-qp76d7.active,
.wrap-jy95d1.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.links-qp76d7 li { 
    list-style: none; 
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: #1a2332;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.lang-option:hover { 
    background: #f7fafc;
    color: #064e3b;
    border-left-color: #d97706;
}

.lang-option.active {
    background: #e3f2fd;
    color: #064e3b;
    font-weight: 700;
    border-left-color: #064e3b;
}

.shell-kn2ea5 { 
    font-size: 1.25rem;
    line-height: 1; 
}

.shell-qt65e7 { 
    font-weight: 600; 
}

/* Header CTA Button */
.trigger-drd053 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #059669;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(37, 211, 102, 0.3);
    position: relative;
    z-index: 9001;
}

.trigger-drd053:hover { 
    background: #047857;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.trigger-drd053 i { 
    font-size: 1.125rem;
}

/* Mobile Menu Toggle */
.navbar-oh368c {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
    position: relative;
    z-index: 9001;
}

.shell-hx6a84 { 
    width: 26px;
    height: 3px;
    background: #064e3b;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.navbar-oh368c:hover .shell-hx6a84 {
    background: #d97706;
}

/* Mobile Menu Overlay */
.navbar-ko789e {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 18000;
    backdrop-filter: blur(5px);
}

.navbar-ko789e.active { 
    opacity: 1;
    visibility: visible;
}

.navigation-meb339 {
    position: fixed;
    top: 75px;
    right: 0;
    width: 85%;
    max-width: 350px;
    height: calc(100% - 75px);
    background: #ffffff;
    padding: 2rem;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.navbar-ko789e.active .navigation-meb339 { 
    transform: translateX(0);
}

.navigation-zu3dc5 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    border-radius: 0.5rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #1a2332;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: all 0.3s ease;
}

.navigation-zu3dc5:hover { 
    background: #edf2f7;
    border-color: #064e3b;
    color: #064e3b;
    transform: rotate(90deg);
}

/* Mobile Navigation Menu */
.menu-qe47ac { 
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.menu-qe47ac > li { 
    margin-bottom: 0.5rem;
}

.menu-qe47ac > li > a {
    display: flex;
    align-items: center;
    padding: 1rem;
    color: #1a2332;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    min-height: 44px;
}

.menu-qe47ac > li > a:hover,
.menu-qe47ac > li > a.active { 
    background: #f7fafc;
    color: #064e3b;
    border-left-color: #d97706;
}

/* Mobile Dropdown */
.shell-lr475a { 
    margin-bottom: 0.5rem;
}

.shell-jobe2f {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: transparent;
    border: none;
    color: #1a2332;
    font-weight: 600;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    min-height: 44px;
}

.shell-jobe2f:hover { 
    background: #f7fafc;
    border-left-color: #d97706;
}

.shell-jobe2f i { 
    font-size: 0.875rem;
    transition: transform 0.3s ease;
}

.shell-jobe2f.active i {
    transform: rotate(180deg);
}

.menu-trb826 {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.menu-trb826.active { 
    max-height: 500px;
}

.menu-trb826 li { 
    margin-left: 1rem;
}

.menu-trb826 a {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #6b7280;
    text-decoration: none;
    font-size: 0.9375rem;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
    border-left: 2px solid transparent;
    min-height: 44px;
}

.menu-trb826 a:hover { 
    background: #f7fafc;
    color: #064e3b;
    border-left-color: #d97706;
}

/* Mobile Language Switcher */
.shell-fff71c {
    margin: 1.5rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.body-pia597 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.body-pia597 i { 
    color: #064e3b;
    font-size: 1rem;
}

/* Language Grid - supports all 9 languages (EN, DE, FR, RU, IT, ES, PL, CS, PT) */
.display-vud3f4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns on desktop/tablet (9 langs = 5 rows) */
    gap: 0.75rem;
}

.mobile-lang-option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    border-radius: 0.5rem;
    color: #1a2332;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    min-height: 44px;
}

.mobile-lang-option:hover,
.mobile-lang-option:active { 
    background: #edf2f7;
    border-color: #064e3b;
    transform: translateY(-2px);
}

.mobile-lang-option.active {
    background: #e3f2fd;
    border-color: #064e3b;
    color: #064e3b;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(10, 77, 110, 0.2);
}

/* Mobile CTA Button */
.action-ipbd73 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    background: #059669;
    color: #ffffff;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(37, 211, 102, 0.3);
    min-height: 48px;
}

.action-ipbd73:hover { 
    background: #047857;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

/* Body padding for fixed header */
body { 
    padding-top: 75px;
}

/* Prevent body scroll when mobile menu is open */
body.navigation-xvf075 {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* ============================================
   FOOTER STYLES
   ============================================ */

.base-zb8dde { 
    background: linear-gradient(135deg, #064e3b 0%, #022c22 100%);
    color: #f8fafc;
    padding: 4rem 0 0;
    position: relative;
    z-index: 1;
}

.holder-tq9727 { 
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.base-zkca31 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sec-pia434 { 
    display: flex;
    flex-direction: column;
}

.ftr-de2e65 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: #d97706;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

.ftr-de2e65 i { 
    font-size: 1.75rem;
}

.content-jec57c { 
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
}

.navbar-xqd29b { 
    display: flex;
    gap: 1rem;
}

.navbar-xqd29b a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: #f8fafc;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-xqd29b a:hover { 
    background: #d97706;
    color: #064e3b;
    transform: translateY(-3px);
    border-color: #d97706;
}

.bottom-ir6a0c { 
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

.ftr-dmf673 { 
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftr-dmf673 li { 
    margin-bottom: 0.75rem;
}

.ftr-dmf673 a { 
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.ftr-dmf673 a::before {
    content: '→';
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.ftr-dmf673 a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.ftr-dmf673 a:hover { 
    color: #d97706;
    padding-left: 0.5rem;
}

.holder-zxe4c3 { 
    list-style: none;
    padding: 0;
    margin: 0;
}

.holder-zxe4c3 li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #cbd5e1;
    font-size: 0.9375rem;
}

.holder-zxe4c3 i { 
    color: #d97706;
    font-size: 1.125rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.holder-zxe4c3 a { 
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.holder-zxe4c3 a:hover { 
    color: #d97706;
}

.ftr-xd8488 { 
    padding: 2rem 0;
}

.wrap-vv0010 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.holder-pp2ae4 { 
    color: #cbd5e1;
    font-size: 0.875rem;
    margin: 0;
}

.navbar-no0c9f { 
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.navbar-no0c9f a { 
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.navbar-no0c9f a:hover { 
    color: #d97706;
}

/* Floating WhatsApp Button */
.holder-aaaadb {
    position: fixed !important;
    bottom: 2rem !important;
    right: 2rem !important;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #059669, #047857) !important;
    color: #ffffff !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4) !important;
    text-decoration: none;
    z-index: 99999 !important; /* Максимальный безопасный z-index */
    pointer-events: auto !important;
    opacity: 0;
    visibility: hidden;
    transform: scale(0) translateZ(0); /* translateZ создаёт новый слой композитинга */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.holder-aaaadb.visible { 
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) translateZ(0) !important;
    pointer-events: auto !important;
}

.holder-aaaadb:hover { 
    background: linear-gradient(135deg, #047857, #059669);
    transform: scale(1.1) translateZ(0);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

.holder-aaaadb i { 
    animation: pulse 2s infinite;
}

@keyframes pulse { 
    0%, 100% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Tablet and below */
@media (max-width: 992px) {
    .navigation-bk0c35 { 
        display: none !important; 
    }
    
    .holder-ws0c85 { 
        display: none !important; 
    }
    
    .navbar-oh368c { 
        display: flex !important; 
    }
    
    body { 
        padding-top: 70px; 
    }
    
    .banner-fa4064 { 
        height: 70px; 
    }
    
    .navigation-meb339 { 
        top: 70px;
        height: calc(100% - 70px);
    }
    
    .shell-vb14f7 {
        padding: 0 1.5rem;
        gap: 1rem;
    }
    
    .wrap-xz96d6 {
        font-size: 1.25rem;
        max-width: calc(100% - 200px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .wrap-xz96d6 i {
        font-size: 1.5rem;
    }
    
    .trigger-drd053 {
        padding: 0.65rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .trigger-drd053 i {
        font-size: 1rem;
    }
    
    .base-zkca31 {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

/* Landscape mobile orientation */
@media (max-width: 992px) and (orientation: landscape) {
    .banner-fa4064 {
        height: 60px;
    }
    
    body {
        padding-top: 60px;
    }
    
    .navigation-meb339 {
        top: 60px;
        height: calc(100% - 60px);
    }
    
    .wrap-xz96d6 {
        font-size: 1rem;
    }
    
    .trigger-drd053 {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }
}

/* Mobile landscape and below */
@media (max-width: 768px) {
    .shell-vb14f7 { 
        padding: 0 1rem;
        gap: 0.75rem;
    }
    
    .wrap-xz96d6 { 
        font-size: 1.125rem;
        max-width: calc(100% - 180px);
    }
    
    .wrap-xz96d6 i { 
        font-size: 1.375rem; 
    }
    
    .trigger-drd053 {
        padding: 0.6rem 1rem;
        font-size: 0.8125rem;
    }
    
    .display-vud3f4 {
        grid-template-columns: 1fr; /* 1 column on mobile (9 langs = 9 rows) */
    }
    
    .navigation-meb339 {
        width: 90%;
        max-width: 320px;
    }
    
    .base-zkca31 {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .wrap-vv0010 { 
        flex-direction: column;
        text-align: center;
    }
    
    .navbar-no0c9f { 
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .holder-aaaadb {
        bottom: 1.5rem; /* Возвращена на исходную позицию */
        right: 1rem;
        width: 55px;
        height: 55px;
        font-size: 1.75rem;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    body {
        padding-top: 65px;
    }
    
    .banner-fa4064 {
        height: 65px;
    }
    
    .shell-vb14f7 {
        padding: 0 0.875rem;
        gap: 0.5rem;
    }
    
    .wrap-xz96d6 {
        font-size: 1rem;
        gap: 0.5rem;
        max-width: calc(100% - 160px);
    }
    
    .wrap-xz96d6 i {
        font-size: 1.25rem;
    }
    
    .trigger-drd053 {
        padding: 0.5rem 0.875rem;
        font-size: 0.75rem;
        gap: 0.375rem;
    }
    
    .trigger-drd053 i {
        font-size: 0.875rem;
    }
    
    .navbar-oh368c {
        padding: 0.375rem;
    }
    
    .shell-hx6a84 {
        width: 22px;
        height: 2.5px;
    }
    
    .navigation-meb339 {
        top: 65px;
        height: calc(100% - 65px);
        width: 95%;
        max-width: 300px;
        padding: 1.5rem;
    }
    
    .menu-qe47ac > li > a,
    .shell-jobe2f {
        padding: 0.875rem;
        font-size: 0.9375rem;
    }
    
    .menu-trb826 a {
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem;
    }
}

/* Small devices - reduce font size for long button text (FR, PL) */
@media (max-width: 480px) {
    .trigger-drd053.btn-cm2cdb {
        padding: 0.5rem 0.75rem;  /* Немного меньше паддинга */
    }

    .trigger-drd053.btn-cm2cdb span {
        font-size: 0.6875rem;  /* ~11px - уменьшенный шрифт для длинного текста */
    }

    .trigger-drd053.btn-cm2cdb i {
        font-size: 0.875rem;  /* Немного меньше иконка */
    }
}

/* Extra small devices - hide text for all languages */
@media (max-width: 380px) {
    .shell-vb14f7 {
        padding: 0 0.75rem;
    }
    
    .wrap-xz96d6 {
        font-size: 0.9375rem;
        max-width: calc(100% - 140px);
    }
    
    .wrap-xz96d6 span {
        display: inline-block;
        max-width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .trigger-drd053 {
        width: 44px;
        height: 44px;
        padding: 0;
        border-radius: 50%;
        justify-content: center;
    }
    
    .trigger-drd053 span {
        display: none;
    }
    
    .trigger-drd053 i {
        font-size: 1.125rem;
        margin: 0;
    }
}

/* Very small devices (iPhone SE, etc) */
@media (max-width: 360px) {
    .wrap-xz96d6 {
        font-size: 0.875rem;
        max-width: calc(100% - 120px);
    }
    
    .wrap-xz96d6 i {
        font-size: 1.125rem;
    }
    
    .trigger-drd053 {
        width: 38px;
        height: 38px;
    }
    
    .trigger-drd053 i {
        font-size: 1rem;
    }
}

/* Desktop specific */
@media (min-width: 993px) { 
    .shell-fff71c { 
        display: none !important; 
    }
    
    .navbar-oh368c {
        display: none !important;
    }
    
    .navbar-ko789e {
        display: none !important;
    }
}

/* Large desktop */
@media (min-width: 1400px) {
    .shell-vb14f7 {
        max-width: 1400px;
        padding: 0 3rem;
    }
    
    .navigation-bk0c35 {
        gap: 2.5rem;
    }
    
    .holder-tq9727 {
        max-width: 1400px;
        padding: 0 3rem;
    }
}

/* Safe area insets for notched devices */
@supports (padding: max(0px)) {
    .shell-vb14f7 {
        padding-left: max(1rem, env(safe-area-inset-left));
        padding-right: max(1rem, env(safe-area-inset-right));
    }
    
    .navigation-meb339 {
        padding-left: max(1.5rem, env(safe-area-inset-left));
        padding-right: max(1.5rem, env(safe-area-inset-right));
        padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
    }
}

/* Print styles */
@media print {
    .banner-fa4064,
    .navbar-ko789e,
    .holder-aaaadb {
        display: none !important;
    }
    
    body {
        padding-top: 0 !important;
    }
}
