/* =========================
   HERO BANNER NA 100% ŠÍRKY
========================= */
.hero {
    width: 100% !important;
    max-width: 100% !important; 
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important; 
    padding-right: 0 !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* =========================
   ÚPLNE ČIERNE POZADIE PRE CELÝ WEB
========================= */
html, 
body, 
#overall-wrapper, 
#content-wrapper, 
#content, 
#indexContent, 
.content-wrapper, 
.content-inner,
main, 
section, 
header, 
footer, 
.footer, 
.footer-bottom, 
.copyright,
#footer {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.container, 
.container-fluid, 
.row, 
.col, 
[class*="col-"], 
.box, 
.custom-box {
    background: transparent !important;
    background-color: transparent !important;
}

/* =========================
   SKRYTIE LUPY A KOŠÍKA V HLAVIČKE
========================= */
.search-window-toggle,
#search,
.header-search,
.search-form,
.cart-toggle,
#cart,
.header-cart,
.navigation-buttons .cart-item,
[class*="search-toggle"],
[class*="cart-toggle"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
}

/* =========================
   TOTÁLNA ANIHILÁCIA BIELEHO BURGER MENU
========================= */
[id*="navigation"],
[class*="navigation"],
[class*="menu-safari"],
.dropdown-menu,
#menu,
.sidebar-menu,
.mobile-navigation,
.nav-panel,
.navigation-window,
.navigation-window-in {
    background: #000000 !important;
    background-color: #000000 !important;
}

[class*="navigation"] div,
[class*="navigation"] ul,
[class*="navigation"] li,
.navigation-window div,
.navigation-window ul,
.navigation-window li,
.navigation-window-in div,
.navigation-window-in ul,
.navigation-window-in li {
    background: #000000 !important;
    background-color: #000000 !important;
}

[class*="navigation"] a,
.navigation-window a,
.navigation-window-in a,
.menu-item a {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #222222 !important;
}

.navigation-footer,
.account-login,
[class*="navigation"] [class*="footer"],
[class*="navigation"] [class*="login"] {
    background: #000000 !important;
    background-color: #000000 !important;
    border-top: 1px solid #222222 !important;
}

/* =========================
   DEFINITÍVNE VYMAZANIE ŠÍPOK V CAROUSELI
========================= */
[class*="swiper-button"],
[class*="carousel-control"],
.swiper-button-next,
.swiper-button-prev,
.slick-next,
.slick-prev,
.carousel-control-next,
.carousel-control-prev,
.arrows .arrow,
.owl-nav,
.slider-nav {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
}

/* =========================
   COLDBLOODED BANNER ŠTÝLY
========================= */
.cb-banner-wrapper {
    width: 100%;
    padding: 15px;
    background: #000; 
}

.banner {
    position: relative;
    width: 100%;
    max-width: 1400px;
    min-height: 500px;
    border-radius: 28px;
    overflow: hidden;
    margin: 0 auto; 
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url("your-image.jpg"); 
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255,255,255,0.08);
}

.content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px 50px;
    font-family: Arial, Helvetica, sans-serif;
}

.top-text {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.title {
    color: #ff0000; 
    font-size: clamp(50px, 10vw, 120px);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: 1;
}

.description {
    max-width: 950px;
    color: #f2f2f2;
    font-size: clamp(18px, 2vw, 34px);
    line-height: 1.5;
    font-weight: 300;
}

/* =========================
   MASÍVNE GRAFICKÉ SOCIÁLNE SIETE
========================= */
.cb-social-wrapper {
    width: 100% !important;
    padding: 40px 15px !important;
    background: #000 !important;
}

.social-banner {
    position: relative !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    background: transparent !important;
    text-align: center !important;
}

.social-title {
    color: #ff0000 !important; 
    font-size: clamp(28px, 5vw, 42px) !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    letter-spacing: 3px !important;
}

.social-subtitle {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: clamp(13px, 1.5vw, 16px) !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    margin-bottom: 45px !important;
}

.social-icons {
    display: flex !important;
    justify-content: center !important;
    gap: 40px !important; 
    flex-wrap: wrap !important;
    margin-top: 20px !important;
}

.social-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none !important;
    width: auto !important;
}

.social-link {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100px !important;  
    height: 100px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 2px solid rgba(255, 255, 255, 0.15) !important; 
    border-radius: 50% !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    padding: 0 !important;
    margin: 0 auto 12px auto !important;
}

.social-link img {
    width: 45px !important;  
    height: 45px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    transition: transform 0.3s ease !important;
}

.social-name {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    transition: color 0.3s ease !important;
    display: block !important;
    margin-top: 5px !important;
}

/* ? HOVER EFEKT - NEÓNOVÁ ŽIARA */
.social-item:hover .social-link {
    background: #000000 !important;
    border-color: #ff0000 !important;
    transform: translateY(-8px) !important; 
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.6) !important; 
}

.social-item:hover .social-link img {
    transform: scale(1.1) !important; 
}

.social-item:hover .social-name {
    color: #ff0000 !important; 
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px){
    .banner { border-radius: 22px; }
    .content { min-height: 420px; padding: 50px 25px; }
    .top-text { font-size: 13px; letter-spacing: 4px; margin-bottom: 25px; }
    .title { margin-bottom: 25px; }
    .description { font-size: 20px; }
    
    .social-icons { gap: 25px !important; }
    .social-link { width: 80px !important; height: 80px !important; }
    .social-link img { width: 35px !important; height: 35px !important; }
    .social-subtitle { margin-bottom: 30px; }
}

@media (max-width: 480px){
    .cb-banner-wrapper { padding: 10px; }
    .banner { border-radius: 18px; }
    .content { min-height: 380px; padding: 40px 20px; }
    .title { font-size: 52px; margin-bottom: 20px; }
    .description { font-size: 16px; }
    
    .cb-social-wrapper { padding: 10px; }
    .social-subtitle { letter-spacing: 2px; margin-bottom: 25px; }
}