/**
 * Navigation & Footer Styles - Complete Responsive Version
 * dubai-marina-yacht-charter.shell-js4d23
 */

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

.banner-xd4064 {
    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-xd4064.hdr-vl69e9 { 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    border-bottom-color: transparent;
}

.banner-yidd47 { 
    width: 100%; 
    height: 100%; 
}

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

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

.frame-ze96d6 i { 
    font-size: 1.75rem;
    color: #fbbf24;
}

.frame-ze96d6:hover { 
    color: #fbbf24;
    transform: translateY(-2px);
}

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

.links-vv0c35 > li { 
    position: relative; 
}

.links-vv0c35 > 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;
}

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

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

.links-vv0c35 > li > a:hover,
.links-vv0c35 > li > a.active { 
    color: #881337;
}

/* Nav Dropdown */
.menu-rc07d5 { 
    position: relative; 
}

.frame-lbea11 {
    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;
}

.frame-lbea11:hover { 
    color: #881337;
}

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

.frame-lbea11.active i {
    transform: rotate(180deg);
}

.navigation-vkd608 {
    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;
}

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

.navigation-vkd608 li { 
    list-style: none; 
}

.navigation-vkd608 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;
}

.navigation-vkd608 a:hover { 
    background: #f7fafc;
    color: #881337;
    border-left-color: #fbbf24;
}

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

/* Language button - supports both .cta-qxd8fc (EN) and .trigger-ahdd10 (other languages) */
.cta-qxd8fc,
.trigger-ahdd10 {
    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;
}

.cta-qxd8fc:hover,
.trigger-ahdd10:hover {
    background: #edf2f7;
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

.cta-qxd8fc:focus,
.trigger-ahdd10:focus {
    outline: 2px solid #881337;
    outline-offset: 2px;
}

.holder-js70b2 {
    font-size: 1.25rem;
    line-height: 1;
}

.holder-ix7ea0,
.holder-qzb614 {
    font-weight: 700;
    text-transform: uppercase;
}

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

.cta-qxd8fc.active .frame-azba95,
.trigger-ahdd10.active .frame-azba95 {
    transform: rotate(180deg);
}

/* Language Dropdown Menu - supports both .navbar-lr76d7 (EN) and .frame-ww95d1 (other languages) */
.navbar-lr76d7,
.frame-ww95d1 {
    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);
}

.navbar-lr76d7.active,
.frame-ww95d1.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar-lr76d7 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: #881337;
    border-left-color: #fbbf24;
}

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

.holder-pa2ea5 { 
    font-size: 1.25rem;
    line-height: 1; 
}

.holder-ow65e7 { 
    font-weight: 600; 
}

/* Header CTA Button */
.cta-dpd053 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #e11d48;
    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;
}

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

.cta-dpd053 i { 
    font-size: 1.125rem;
}

/* Mobile Menu Toggle */
.navbar-wt368c {
    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;
}

.frame-bk6a84 { 
    width: 26px;
    height: 3px;
    background: #881337;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.navbar-wt368c:hover .frame-bk6a84 {
    background: #fbbf24;
}

/* Mobile Menu Overlay */
.links-uo789e {
    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);
}

.links-uo789e.active { 
    opacity: 1;
    visibility: visible;
}

.navigation-lsb339 {
    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;
}

.links-uo789e.active .navigation-lsb339 { 
    transform: translateX(0);
}

.links-ti3dc5 {
    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;
}

.links-ti3dc5:hover { 
    background: #edf2f7;
    border-color: #881337;
    color: #881337;
    transform: rotate(90deg);
}

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

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

.menu-vg47ac > 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-vg47ac > li > a:hover,
.menu-vg47ac > li > a.active { 
    background: #f7fafc;
    color: #881337;
    border-left-color: #fbbf24;
}

/* Mobile Dropdown */
.holder-xc475a { 
    margin-bottom: 0.5rem;
}

.frame-ohbe2f {
    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;
}

.frame-ohbe2f:hover { 
    background: #f7fafc;
    border-left-color: #fbbf24;
}

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

.frame-ohbe2f.active i {
    transform: rotate(180deg);
}

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

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

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

.menu-bzb826 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-bzb826 a:hover { 
    background: #f7fafc;
    color: #881337;
    border-left-color: #fbbf24;
}

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

.txt-ima597 {
    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;
}

.txt-ima597 i { 
    color: #881337;
    font-size: 1rem;
}

/* Language Grid - supports all 9 languages (EN, DE, FR, RU, IT, ES, PL, CS, PT) */
.matrix-bad3f4 {
    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: #881337;
    transform: translateY(-2px);
}

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

/* Mobile CTA Button */
.btn-idbd73 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    background: #e11d48;
    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;
}

.btn-idbd73:hover { 
    background: #be123c;
    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-vnf075 {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

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

.end-gx8dde { 
    background: linear-gradient(135deg, #881337 0%, #4c0519 100%);
    color: #f8fafc;
    padding: 4rem 0 0;
    position: relative;
    z-index: 1;
}

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

.bottom-seca31 {
    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-qva434 { 
    display: flex;
    flex-direction: column;
}

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

.bottom-sr2e65 i { 
    font-size: 1.75rem;
}

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

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

.navbar-gxd29b 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-gxd29b a:hover { 
    background: #fbbf24;
    color: #881337;
    transform: translateY(-3px);
    border-color: #fbbf24;
}

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

.bottom-vvf673 { 
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom-vvf673 li { 
    margin-bottom: 0.75rem;
}

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

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

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

.bottom-vvf673 a:hover { 
    color: #fbbf24;
    padding-left: 0.5rem;
}

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

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

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

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

.holder-boe4c3 a:hover { 
    color: #fbbf24;
}

.bottom-os8488 { 
    padding: 2rem 0;
}

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

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

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

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

.menu-ru0c9f a:hover { 
    color: #fbbf24;
}

/* Floating WhatsApp Button */
.frame-zzaadb {
    position: fixed !important;
    bottom: 2rem !important;
    right: 2rem !important;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e11d48, #be123c) !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);
}

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

.frame-zzaadb:hover { 
    background: linear-gradient(135deg, #be123c, #e11d48);
    transform: scale(1.1) translateZ(0);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

.frame-zzaadb 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) {
    .links-vv0c35 { 
        display: none !important; 
    }
    
    .shell-lk0c85 { 
        display: none !important; 
    }
    
    .navbar-wt368c { 
        display: flex !important; 
    }
    
    body { 
        padding-top: 70px; 
    }
    
    .banner-xd4064 { 
        height: 70px; 
    }
    
    .navigation-lsb339 { 
        top: 70px;
        height: calc(100% - 70px);
    }
    
    .shell-kj14f7 {
        padding: 0 1.5rem;
        gap: 1rem;
    }
    
    .frame-ze96d6 {
        font-size: 1.25rem;
        max-width: calc(100% - 200px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .frame-ze96d6 i {
        font-size: 1.5rem;
    }
    
    .cta-dpd053 {
        padding: 0.65rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .cta-dpd053 i {
        font-size: 1rem;
    }
    
    .bottom-seca31 {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

/* Landscape mobile orientation */
@media (max-width: 992px) and (orientation: landscape) {
    .banner-xd4064 {
        height: 60px;
    }
    
    body {
        padding-top: 60px;
    }
    
    .navigation-lsb339 {
        top: 60px;
        height: calc(100% - 60px);
    }
    
    .frame-ze96d6 {
        font-size: 1rem;
    }
    
    .cta-dpd053 {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }
}

/* Mobile landscape and below */
@media (max-width: 768px) {
    .shell-kj14f7 { 
        padding: 0 1rem;
        gap: 0.75rem;
    }
    
    .frame-ze96d6 { 
        font-size: 1.125rem;
        max-width: calc(100% - 180px);
    }
    
    .frame-ze96d6 i { 
        font-size: 1.375rem; 
    }
    
    .cta-dpd053 {
        padding: 0.6rem 1rem;
        font-size: 0.8125rem;
    }
    
    .matrix-bad3f4 {
        grid-template-columns: 1fr; /* 1 column on mobile (9 langs = 9 rows) */
    }
    
    .navigation-lsb339 {
        width: 90%;
        max-width: 320px;
    }
    
    .bottom-seca31 {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .wrap-rx0010 { 
        flex-direction: column;
        text-align: center;
    }
    
    .menu-ru0c9f { 
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .frame-zzaadb {
        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-xd4064 {
        height: 65px;
    }
    
    .shell-kj14f7 {
        padding: 0 0.875rem;
        gap: 0.5rem;
    }
    
    .frame-ze96d6 {
        font-size: 1rem;
        gap: 0.5rem;
        max-width: calc(100% - 160px);
    }
    
    .frame-ze96d6 i {
        font-size: 1.25rem;
    }
    
    .cta-dpd053 {
        padding: 0.5rem 0.875rem;
        font-size: 0.75rem;
        gap: 0.375rem;
    }
    
    .cta-dpd053 i {
        font-size: 0.875rem;
    }
    
    .navbar-wt368c {
        padding: 0.375rem;
    }
    
    .frame-bk6a84 {
        width: 22px;
        height: 2.5px;
    }
    
    .navigation-lsb339 {
        top: 65px;
        height: calc(100% - 65px);
        width: 95%;
        max-width: 300px;
        padding: 1.5rem;
    }
    
    .menu-vg47ac > li > a,
    .frame-ohbe2f {
        padding: 0.875rem;
        font-size: 0.9375rem;
    }
    
    .menu-bzb826 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) {
    .cta-dpd053.btn-db2cdb {
        padding: 0.5rem 0.75rem;  /* Немного меньше паддинга */
    }

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

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

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

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

/* Desktop specific */
@media (min-width: 993px) { 
    .wrap-qbf71c { 
        display: none !important; 
    }
    
    .navbar-wt368c {
        display: none !important;
    }
    
    .links-uo789e {
        display: none !important;
    }
}

/* Large desktop */
@media (min-width: 1400px) {
    .shell-kj14f7 {
        max-width: 1400px;
        padding: 0 3rem;
    }
    
    .links-vv0c35 {
        gap: 2.5rem;
    }
    
    .holder-vh9727 {
        max-width: 1400px;
        padding: 0 3rem;
    }
}

/* Safe area insets for notched devices */
@supports (padding: max(0px)) {
    .shell-kj14f7 {
        padding-left: max(1rem, env(safe-area-inset-left));
        padding-right: max(1rem, env(safe-area-inset-right));
    }
    
    .navigation-lsb339 {
        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-xd4064,
    .links-uo789e,
    .frame-zzaadb {
        display: none !important;
    }
    
    body {
        padding-top: 0 !important;
    }
}
