    .search-banner-section input[type="search"],
    .search-banner-section button {
        pointer-events: auto !important;
        touch-action: manipulation !important;
    }
        .home-products-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
        }
        
        .home-product-item {
            display: flex;
            flex-direction: column;
            border: 1px solid #e1e1e1;
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.3s ease;
            background: #fff;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        
        .home-product-item:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transform: translateY(-3px);
        }
        
        .home-product-image {
            width: 100%;
            display: block;
            position: relative;
            overflow: hidden;
        }

        .home-sale-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 3;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 56px;
            height: 30px;
            padding: 0 10px;
            border-radius: 999px;
            background: linear-gradient(135deg, var(--main-color, #e83e8c), #c82071);
            color: #fff;
            font-size: 0.86rem;
            font-weight: 800;
            letter-spacing: 0.02em;
            box-shadow: 0 8px 16px rgba(232, 62, 140, 0.28);
        }
        
        .home-product-image img {
            width: 100%;
            transition: transform 0.5s ease;
            object-fit: cover;
            aspect-ratio: 1/1;
        }
        
        .home-product-item:hover .home-product-image img {
            transform: scale(1.05);
        }
        
        .home-product-details {
            padding: 15px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }
        
        .home-product-title {
            font-size: 16px;
            margin: 0 0 5px 0;
            font-weight: 600;
            line-height: 1.3;
        }
        
        .home-product-title a {
            color: #333;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .home-product-title a:hover {
            color: #0066cc;
        }
        
        .home-product-artist {
            font-size: 14px;
            color: #666;
            margin-bottom: 12px;
            font-weight: 500;
        }
        
        .artist-link {
            color: #333;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s;
        }
        
        .artist-link:hover {
            color: var(--main-color, #e83e8c);
            text-decoration: underline;
        }
        
        .home-product-price {
            font-weight: bold;
            margin-bottom: 15px;
            font-size: 18px;
            color: #222;
        }

        .home-product-lowest-price {
            font-size: 13px;
            line-height: 1.35;
            color: #6b7280;
            margin: -8px 0 12px;
        }

        .home-product-lowest-price p {
            margin: 0;
        }
        
        .home-product-actions {
            margin-top: auto;
            margin-bottom: 10px;
        }
        
        .home-add-to-cart-btn {
            display: inline-block;
            background-color: var(--main-color, #e83e8c);
            color: white;
            padding: 8px 15px;
            border-radius: 4px;
            text-decoration: none;
            font-weight: 500;
            transition: background-color 0.3s ease;
            width: 100%;
            text-align: center;
            border: none;
            cursor: pointer;
            font-size: 14px;
        }
        
        .home-add-to-cart-btn:hover {
            background-color: var(--main-hover-color, #c82071);
            color: white;
        }

        .home-product-actions .added_to_cart.wc-forward {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            margin-top: 8px;
            padding: 8px 12px;
            border-radius: 4px;
            border: 1px solid var(--main-color, #e83e8c);
            background: rgba(232, 62, 140, 0.08);
            color: var(--main-color, #e83e8c);
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            line-height: 1.2;
            transition: all 0.25s ease;
        }

        .home-product-actions .added_to_cart.wc-forward:hover {
            background: var(--main-color, #e83e8c);
            color: #fff;
            border-color: var(--main-color, #e83e8c);
            text-decoration: none;
        }
        
        .home-product-social {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 12px;
        }
        
        .home-product-streaming-links {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 8px;
            width: 100%;
        }
        
        .streaming-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #f5f5f5;
            color: #555;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        
        .streaming-icon:hover {
            color: white;
        }
        
        /* Streaming servisi */
        .streaming-icon.spotify:hover,
        .streaming-icon:hover .fa-spotify,
        .fa-spotify:hover {
            background-color: #1DB954;
            color: white;
        }
        
        .streaming-icon.apple-music:hover,
        .streaming-icon:hover .fa-apple,
        .fa-apple:hover {
            background-color: #000;
            color: white;
        }
        
        .streaming-icon.deezer:hover,
        .streaming-icon:hover .fa-deezer,
        .fa-deezer:hover {
            background-color: #00C7F2;
            color: white;
        }
        
        .streaming-icon.youtube:hover,
        .streaming-icon:hover .fa-youtube,
        .fa-youtube:hover {
            background-color: #FF0000;
            color: white;
        }
        
        .streaming-icon.tidal:hover,
        .streaming-icon:hover .fa-wave-square,
        .fa-wave-square:hover {
            background-color: #00FFFF;
            color: white;
        }
        
        .streaming-icon.bandcamp:hover,
        .streaming-icon:hover .fa-bandcamp,
        .fa-bandcamp:hover {
            background-color: #629aa9;
            color: white;
        }
        
        .streaming-icon.soundcloud:hover,
        .streaming-icon:hover .fa-soundcloud,
        .fa-soundcloud:hover {
            background-color: #FF5500;
            color: white;
        }
        
        @media (max-width: 991px) {
            .home-products-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 767px) {
            .home-products-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 480px) {
            .home-products-grid {
                grid-template-columns: 1fr;
            }
        }

        /* Option 1 - Modern Grid Hero (commented out for backup)
        Previous modern grid design saved here for future reference
        */

        /* Option 3 - Minimal Card Design (commented out for backup)
        Previous minimal card design saved here for future reference
        */

        /* Option 2 - Split Hero Design Styles (Full Width) */
        .split-hero-section {
            background: #f3f4f6; /* flat svjetlija pozadina */
            color: #1f2937; /* tamniji tekst */
            padding: 3rem 0 2rem 0;
            position: relative;
            overflow: hidden;
            min-height: 60vh;
            width: 100%;
        }

        @keyframes heroGradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .split-hero-section::before {
            content: '';
            position: absolute;
            inset: 0;
            z-index: 0;
            pointer-events: none;
            /* koristimo isti pattern kao u footeru, ali vrlo suptilan */
            background:
                url('<?php echo get_template_directory_uri(); ?>/assets/images/pattern.png') center/800px 800px repeat,
                radial-gradient(circle at 10% 20%, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.15) 6%, transparent 6.1%),
                radial-gradient(circle at 90% 80%, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.12) 8%, transparent 8.1%),
                linear-gradient(45deg, transparent 48%, rgba(255,255,255,0.08) 49%, rgba(255,255,255,0.08) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgba(255,255,255,0.08) 49%, rgba(255,255,255,0.08) 51%, transparent 52%),
                radial-gradient(1000px 600px at 0% 0%, rgba(232,62,140,0.08), transparent 60%),
                radial-gradient(900px 500px at 100% 20%, rgba(111,66,193,0.08), transparent 60%);
            background-size: 800px 800px, 420px 420px, 520px 520px, 140px 140px, 140px 140px, 100% 100%, 100% 100%;
            opacity: 0.55;
        }

        .split-hero-header {
            text-align: center;
            margin-bottom: 2rem;
            position: relative;
            z-index: 1;
            padding: 1rem 0;
        }

        .hero-tagline {
            max-width: 1200px;
            margin: 0 auto;
        }

        .split-hero-title {
            font-size: 3.5rem;
            font-weight: 900;
            line-height: 1.1;
            margin-bottom: 0;
        }

        .title-highlight {
            background: linear-gradient(135deg, #e83e8c 0%, #ffc107 50%, #17a2b8 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
        }

        /* Full Width Content Layout */
        .split-hero-content-fullwidth {
            position: relative;
            z-index: 1;
            width: 100%;
        }

        .hero-content-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 2rem;
            margin-top: 2rem;
        }

        .hero-grid-layout {
            display: grid;
            grid-template-columns: 1.6fr 1fr; /* istakni lijevu karticu */
            gap: 2rem;
            align-items: start;
        }

        /* Featured Section */
        .hero-featured-section {
            position: relative;
        }

        .main-featured-card {
            position: relative;
            border-radius: 30px;
            background-size: cover;
            background-position: center;
            overflow: hidden;
            min-height: 480px;
            height: 480px; /* veći istaknuti dio */
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 20px 50px rgba(0, 0, 0, 0.35);
    /* tamniji globalni overlay zbog bljeđe pozadine */
}

.main-featured-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 30px;
    pointer-events: none;
    background: linear-gradient(180deg,
        rgba(0,0,0,0.35) 0%,
        rgba(0,0,0,0.25) 35%,
        rgba(0,0,0,0.15) 60%,
        rgba(0,0,0,0.10) 100%);
    mix-blend-mode: multiply;
        }

        .main-featured-card:hover {
            transform: translateY(-6px) scale(1.01);
            box-shadow: 0 25px 60px rgba(232, 62, 140, 0.3);
        }

        .main-featured-card::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 30px;
            pointer-events: none;
            border: 2px solid rgba(255, 255, 255, 0.15);
            box-shadow: 0 0 25px rgba(232, 62, 140, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .main-featured-card:hover::after { opacity: 1; }

        @media (prefers-reduced-motion: reduce) {
            .main-featured-card,
            .horizontal-card,
            .btn-split,
            .split-hero-title,
            .split-hero-section,
            .hero-horizontal-cards .horizontal-card {
                transition: none !important;
                animation: none !important;
            }
        }

        .featured-overlay { display: none; }

        .featured-content {
            position: relative;
            z-index: 2;
            padding: 3rem;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        /* Lokalni overlay iza teksta radi čitljivosti, ne prekriva cijelu sliku */
        .featured-content::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 64%;
            background: linear-gradient(
                to top,
                rgba(243, 244, 246, 0.97) 0%,
                rgba(243, 244, 246, 0.84) 40%,
                rgba(243, 244, 246, 0.52) 70%,
                rgba(243, 244, 246, 0.0) 100%
            );
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px;
            z-index: 0;
            pointer-events: none;
        }

        .featured-content > * {
            position: relative;
            z-index: 1;
        }

        .featured-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%);
            color: #000;
            padding: 0.8rem 1.5rem;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 2rem;
            width: fit-content;
            box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
        }

        .featured-title {
            font-size: clamp(2.2rem, 3.2vw + 1rem, 3.4rem);
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 1.2rem;
            color: #111827; /* tamniji naslov */
            text-shadow: none; /* flat */
        }

        .featured-artist {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            margin-bottom: 0.75rem;
            background: #eef2f7;
            color: #374151;
            padding: 0.35rem 0.75rem;
            border-radius: 9999px;
            width: fit-content;
            max-width: 90%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .featured-artist span {
            font-size: 1rem;
            font-weight: 600;
            color: #374151;
            opacity: 1;
        }

        .featured-stats {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1rem;
            flex-wrap: wrap;
        }

        .featured-price {
            font-size: 2rem;
            font-weight: 800;
            color: #111827;
            letter-spacing: -0.02em;
        }

        .featured-genre {
            padding: 0.35rem 0.75rem;
            background: #e5e7eb;
            color: #374151;
            border-radius: 9999px;
            font-size: 0.8rem;
            font-weight: 700;
            border: none;
        }

        .featured-actions {
            display: flex;
            gap: 1rem;
            margin-top: 0.5rem;
        }

        /* Button Styles */
        .btn-split {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            padding: 0.9rem 1.6rem; /* malo veći CTA */
            border-radius: 9999px;
            font-weight: 800;
            text-decoration: none;
            transition: all 0.2s ease;
            border: none;
            text-transform: none;
            letter-spacing: 0;
            position: relative;
            overflow: hidden;
            font-size: 0.95rem;
        }

        .btn-split::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            transition: all 0.4s ease;
            transform: translate(-50%, -50%);
        }

        .btn-split:hover::before {
            width: 300px;
            height: 300px;
        }

        .btn-play {
            background: #e83e8c; /* flat */
            color: white;
            box-shadow: none;
        }

        .btn-play:hover {
            transform: translateY(-1px);
            filter: brightness(0.95);
            color: white;
        }

        .btn-buy {
            background: #111827; /* flat sekundarni */
            color: white;
            border-color: transparent;
            backdrop-filter: none;
        }

        .btn-buy:hover {
            transform: translateY(-1px);
            filter: brightness(0.95);
            color: white;
        }

        /* Horizontal Cards Section */
        .hero-horizontal-cards {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            height: auto;
            overflow: visible;
            position: relative;
            padding-right: 0;
        }

        .hero-horizontal-cards .horizontal-card {
            opacity: 0;
            transform: translateY(10px);
            animation: fadeUp 0.6s ease forwards;
            width: 100%;
            box-sizing: border-box;
        }

        .hero-horizontal-cards .horizontal-card:nth-child(1) { animation-delay: 0.1s; }
        .hero-horizontal-cards .horizontal-card:nth-child(2) { animation-delay: 0.25s; }
        .hero-horizontal-cards .horizontal-card:nth-child(3) { animation-delay: 0.4s; }

        @keyframes fadeUp {
            to { opacity: 1; transform: translateY(0); }
        }

        .horizontal-card {
            display: flex;
            gap: 1rem;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            padding: 1rem;
            transition: all 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
            margin: 0;
            min-height: 92px;
            position: relative;
            overflow: hidden;
        }

        .horizontal-card:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-4px);
            box-shadow: 0 8px 25px rgba(232, 62, 140, 0.2);
        }

        .horizontal-card::after {
            content: '';
            position: absolute;
            top: 0; left: -150%; right: -150%; bottom: 0;
            background: linear-gradient(120deg, transparent 10%, rgba(255,255,255,0.08) 30%, transparent 50%);
            transform: translateX(-50%);
            transition: transform 0.6s ease;
            pointer-events: none; /* ne blokiraj klikove */
        }

        .horizontal-card:hover::after {
            transform: translateX(50%);
        }

        .horizontal-card-image {
            width: 70px;
            height: 70px;
            border-radius: 12px;
            background-size: cover;
            background-position: center;
            position: relative;
            overflow: hidden;
            flex-shrink: 0;
        }

        .horizontal-card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            pointer-events: none; /* ne prekrivaj klik na linku */
        }

        .horizontal-badge {
            position: absolute;
            top: 0.4rem;
            right: 0.4rem;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.6rem;
        }

        .horizontal-badge.news {
            background: linear-gradient(135deg, #17a2b8 0%, #20c997 100%);
            color: white;
        }

        .horizontal-badge.release {
            background: linear-gradient(135deg, #e83e8c 0%, #fd7e14 100%);
            color: white;
        }

        .horizontal-card-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .horizontal-category {
            font-size: 0.7rem;
            color: #ffc107;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 0.3rem;
        }

        .horizontal-title {
            font-size: clamp(0.95rem, 0.6vw + 0.7rem, 1.05rem);
            font-weight: 700;
            line-height: 1.25;
            margin-bottom: 0.35rem;
            color: #111827; /* tamnije */
        }

        .horizontal-excerpt, .horizontal-artist {
            font-size: clamp(0.8rem, 0.5vw + 0.45rem, 1rem);
            color: #4b5563;
            line-height: 1.4;
            margin-bottom: 0.4rem;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .horizontal-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .horizontal-date, .horizontal-price {
            font-size: 0.75rem;
            color: #6b7280;
        }

        .horizontal-price {
            color: #ffc107;
            font-weight: 600;
        }

        .horizontal-link {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.45rem 0.8rem; /* veći gumbi */
            font-size: 0.85rem;
            line-height: 1;
            color: #fff;
            background: #e83e8c; /* flat primarni */
            border-radius: 9999px;
            text-decoration: none;
            font-weight: 700;
            transition: filter 0.2s ease;
        }

        .horizontal-link:hover { filter: brightness(0.95); }



        /* Responsive Design */
        @media (max-width: 1400px) {
            .hero-content-container {
                max-width: 1200px;
                padding: 0 1.5rem;
            }

            .split-hero-title {
                font-size: 3rem;
            }
        }

        @media (max-width: 1200px) {
            .split-hero-title {
                font-size: 2.8rem;
            }
            
            .hero-grid-layout {
                gap: 2rem;
            }

            .featured-content {
                padding: 2rem;
            }

            .main-featured-card {
                min-height: 380px;
                height: 380px;
            }
        }

        @media (max-width: 768px) {
            .split-hero-section {
                padding: 2rem 0 1rem 0;
                min-height: auto;
            }

            .hero-content-container {
                padding: 0 1rem;
            }

            .hero-grid-layout {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .main-featured-card {
                min-height: 320px;
                height: 320px;
            }

            .featured-content {
                padding: 2rem;
            }

            .featured-title {
                font-size: 2.5rem;
            }

            .featured-actions {
                flex-direction: column;
                gap: 1rem;
            }

            .hero-horizontal-cards {
                gap: 1rem;
            }

            .horizontal-card {
                padding: 1rem;
            }
        }

        @media (max-width: 480px) {
            .split-hero-title {
                font-size: 2.5rem;
            }

            .main-featured-card {
                min-height: 280px;
                height: 280px;
            }

            .featured-content {
                padding: 1.5rem;
            }

            .featured-title {
                font-size: 2rem;
            }

            .btn-split {
                padding: 0.8rem 1.3rem;
                font-size: 0.8rem;
            }

            .horizontal-card {
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 1rem;
            }

            .horizontal-card-image {
                width: 80px;
                height: 80px;
            }
        }

.youtube-section {
    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    z-index: 2;
}

.youtube-section .section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #2c3e50;
    font-weight: 700;
}

        .youtube-player-section {
            display: grid;
            grid-template-columns: 1fr 3fr;
            gap: 3rem;
            margin-bottom: 3rem;
        }

.youtube-player-container h3,
.youtube-videos-preview h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.youtube-featured {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(255, 0, 0, 0.2);
}

.youtube-logo {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: white;
    text-align: center;
}

.youtube-featured p {
    font-size: 1.1rem;
    margin: 1.5rem 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    color: white;
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0.5);
}

.youtube-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.youtube-videos-preview .youtube-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.youtube-video-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.youtube-video-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.video-thumbnail {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-thumbnail:hover img {
    transform: scale(1.05);
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(220, 20, 60, 0.9);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    opacity: 0;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.video-thumbnail:hover .play-overlay {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
    padding: 1.5rem;
}

.video-title {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    line-height: 1.4;
}

.video-title a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.video-title a:hover {
    color: #dc143c;
}

.video-author {
    color: #888;
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
    font-weight: 500;
}

.video-date {
    color: #666;
    font-size: 0.9rem;
}

.youtube-channel-link {
    text-align: center;
    margin-top: 2rem;
}

.btn-youtube {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ff0000, #cc0000);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}

.btn-youtube:hover {
    background: linear-gradient(135deg, #cc0000, #990000);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4);
    color: white;
    text-decoration: none;
}

.youtube-fallback {
    text-align: center;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    border: 2px dashed #ddd;
}

.youtube-fallback p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.no-videos, .error-message {
    text-align: center;
    padding: 2rem;
    color: #666;
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .youtube-section {
        padding: 3rem 0;
    }
    
    .youtube-section .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .youtube-player-section {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 2rem;
    }
    
    .youtube-player-container h3,
    .youtube-videos-preview h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    
    .youtube-featured {
        padding: 1.5rem;
    }
    
    .youtube-logo {
        font-size: 3rem;
    }
    
    .youtube-featured p {
        font-size: 1rem;
    }
    
    .youtube-grid,
    .youtube-videos-preview .youtube-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1rem;
    }
    
    .video-info {
        padding: 1rem;
    }
    
    .video-title {
        font-size: 1rem;
    }
    
    .btn-youtube {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .youtube-section .section-title {
        font-size: 1.8rem;
    }
    
    .youtube-player-container h3,
    .youtube-videos-preview h3 {
        font-size: 1.2rem;
        text-align: center;
    }
    
    .youtube-featured {
        padding: 1rem;
    }
    
    .youtube-logo {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }
    
    .youtube-featured p {
        font-size: 0.9rem;
        margin: 1rem 0;
    }
    
    .btn-secondary {
        padding: 0.8rem 1.2rem;
        font-size: 0.9rem;
    }
    
    .youtube-grid,
    .youtube-videos-preview .youtube-grid {
        grid-template-columns: 1fr;
    }
    
    .play-overlay {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}
/* Cookie Consent Styles */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    z-index: 10000;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.cookie-consent.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 2rem;
    color: white;
}

.cookie-icon {
    font-size: 2.5rem;
    color: #e83e8c;
    flex-shrink: 0;
}

.cookie-text {
    flex: 1;
}

.cookie-text h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.3rem;
    color: white;
}

.cookie-text p {
    margin: 0;
    opacity: 0.9;
    line-height: 1.5;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.cookie-btn.accept-all {
    background: #e83e8c;
    color: white;
}

.cookie-btn.accept-all:hover {
    background: #d73384;
    transform: translateY(-2px);
}

.cookie-btn.necessary-only {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.cookie-btn.necessary-only:hover {
    background: white;
    color: #333;
}

.cookie-btn.settings {
    background: transparent;
    color: #6c757d;
    border: 2px solid #6c757d;
}

.cookie-btn.settings:hover {
    background: #6c757d;
    color: white;
}

/* Cookie Settings Modal */
.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10001;
    display: none;
    align-items: center;
    justify-content: center;
}

.cookie-modal.show {
    display: flex;
}

.cookie-modal-content {
    background: white;
    border-radius: 15px;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
}

.cookie-modal-header {
    padding: 1.5rem;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-modal-header h3 {
    margin: 0;
    color: #2c3e50;
}

.modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: #f8f9fa;
    color: #e83e8c;
}

.cookie-modal-body {
    padding: 1.5rem;
}

.cookie-category {
    margin-bottom: 2rem;
}

.cookie-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.cookie-category h4 {
    margin: 0;
    color: #2c3e50;
}

.cookie-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.cookie-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #e83e8c;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

input:disabled + .slider {
    background-color: #e83e8c;
    opacity: 0.6;
    cursor: not-allowed;
}

.cookie-modal-footer {
    padding: 1.5rem;
    border-top: 1px solid #eee;
    text-align: center;
}

/* Newsletter Popup */
.newsletter-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10002;
    display: none;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.5s ease;
}

.newsletter-popup.show {
    display: flex;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.newsletter-popup-content {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e2e8ef;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.28);
    max-width: 500px;
    width: 90%;
    position: relative;
    animation: slideUp 0.5s ease;
    overflow: hidden;
}

@keyframes slideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.popup-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #f5f7fb;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #667483;
    transition: all 0.3s ease;
    z-index: 10;
}

.popup-close:hover {
    background: #ffffff;
    color: #e83e8c;
    transform: scale(1.1);
}

.newsletter-popup-body {
    background:
        radial-gradient(circle at 88% -40%, rgba(232, 62, 140, 0.18) 0%, transparent 45%),
        linear-gradient(180deg, #f9fbfe 0%, #f3f7fc 100%);
    color: #223142;
    padding: 2.5rem 2rem 1.5rem;
    text-align: center;
    border-bottom: 1px solid #e4eaf1;
}

.newsletter-icon {
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
    color: #e83e8c;
}

.newsletter-text h3 {
    margin: 0 0 1rem 0;
    font-size: 1.7rem;
    font-weight: 700;
    color: #1f2d3a;
}

.newsletter-text p {
    margin: 0 0 1.4rem 0;
    color: #5b6a78;
    line-height: 1.6;
}

.newsletter-benefits {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
    text-align: left;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: #2d3c4b;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    padding: 0.55rem 0.7rem;
}

.benefit-item i {
    width: 20px;
    color: #e83e8c;
}

.newsletter-popup-form {
    background: white;
    padding: 1.3rem 1.5rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.newsletter-popup-fields {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.newsletter-input {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid #d8e1ea;
    border-radius: 10px;
    font-size: 1rem;
    color: #1f2d3a;
    background: #fff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-input:focus {
    border-color: rgba(232, 62, 140, 0.45);
    box-shadow: 0 0 0 3px rgba(232, 62, 140, 0.1);
}

.newsletter-submit {
    width: 100%;
    justify-content: center;
    padding: 0.95rem 1.4rem;
    background: #e83e8c;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.newsletter-submit:hover {
    background: #d73384;
    transform: translateY(-1px);
}

.newsletter-submit:disabled,
.newsletter-home-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.newsletter-privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: #4f5d6b;
    text-align: left;
}

.newsletter-privacy-check input[type="checkbox"] {
    margin-top: 0.2rem;
}

.newsletter-privacy-check a {
    color: #e83e8c;
    text-decoration: none;
}

.newsletter-privacy-check a:hover {
    color: #d73384;
}

.newsletter-form-message {
    font-size: 0.9rem;
    text-align: left;
    min-height: 1.2rem;
}

.newsletter-form-message.is-success {
    color: #198754;
}

.newsletter-form-message.is-error {
    color: #c53030;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cookie-consent {
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom));
        left: 12px;
        max-height: calc(100dvh - 24px - env(safe-area-inset-bottom));
        padding: 1rem;
        overflow-y: auto;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 4px;
        box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
        transform: translateY(calc(100% + 28px));
        -webkit-overflow-scrolling: touch;
    }

    .cookie-consent.show {
        transform: translateY(0);
    }

    .cookie-content {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        gap: 0.8rem;
    }

    .cookie-icon {
        display: none;
    }

    .cookie-text h3 {
        margin-bottom: 0.35rem;
        font-size: 1rem;
    }

    .cookie-text p {
        font-size: 0.78rem;
        line-height: 1.45;
    }
    
    .cookie-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
        width: 100%;
    }
    
    .cookie-btn {
        justify-content: center;
        min-height: 42px;
        padding: 0.6rem 0.5rem;
        border-radius: 3px;
        font-size: 0.74rem;
        line-height: 1.2;
        white-space: normal;
    }

    .cookie-btn.settings {
        grid-column: 1 / -1;
    }
    
    .newsletter-benefits {
        text-align: center;
    }
    
    .benefit-item {
        justify-content: center;
    }
    
    .newsletter-popup-fields {
        flex-direction: column;
    }
    
    .newsletter-submit {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .newsletter-popup-body {
        padding: 2.5rem 1.5rem 1.5rem;
    }
    
    .newsletter-popup-form {
        padding: 1.5rem;
    }
    
    .newsletter-text h3 {
        font-size: 1.5rem;
    }
}

/* Sekcija Naši izvođači */
.our-artists-section {
    margin: 4rem 0;
    position: relative;
}

.our-artists-background {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

@keyframes float-bg {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(-10px, -10px) rotate(1deg); }
    66% { transform: translate(10px, -5px) rotate(-1deg); }
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.section-description {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.artists-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
    margin-bottom: 3rem;
}

.artist-tag-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid #d7dbe0;
    background: #ffffff;
    color: #1f2d3a;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.98rem;
    line-height: 1.2;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.artist-tag-link:hover,
.artist-tag-link:focus-visible {
    color: #ffffff;
    background: linear-gradient(135deg, var(--main-color, #e83e8c), var(--main-hover-color, #c82071));
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(232, 62, 140, 0.3);
    text-decoration: none;
}

.artists-section-footer {
    text-align: center;
}

.view-all-artists-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: var(--main-color, #e83e8c);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(232, 62, 140, 0.3);
}

.view-all-artists-btn:hover {
    transform: translateY(-2px);
    background: var(--main-hover-color, #c82071);
    box-shadow: 0 8px 25px rgba(232, 62, 140, 0.35);
    color: white;
    text-decoration: none;
}

.view-all-artists-btn i {
    transition: transform 0.3s ease;
}

.view-all-artists-btn:hover i {
    transform: translateX(5px);
}

/* Responzivni dizajn */
@media (max-width: 1200px) {
    .artists-tag-cloud {
        gap: 0.75rem;
    }
}

@media (max-width: 768px) {
    .our-artists-background {
        padding: 3rem 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .artists-tag-cloud {
        gap: 0.65rem;
    }
    
    .view-all-artists-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .artists-tag-cloud {
        justify-content: flex-start;
    }

    .artist-tag-link {
        font-size: 0.9rem;
        padding: 0.5rem 0.85rem;
    }
}

/* News Carousel Styles */
.news-carousel-section {
    padding: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 3.5rem 0 4.5rem; /* manji gap gore, i dalje dovoljno zraka dolje */
}

.news-carousel-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.news-carousel {
    position: relative;
    overflow: visible;
    border-radius: 12px;
}

/* Prevent the pre-initialized slide position from flashing before JS adds clones. */
.news-carousel.is-loading .news-carousel-container,
.news-carousel.is-loading .carousel-btn,
.news-carousel.is-loading .carousel-dots,
.news-carousel-mobile.is-loading .news-carousel-mobile-track,
.news-carousel-mobile.is-loading .news-carousel-mobile-dots {
    opacity: 0;
    visibility: hidden;
}

.news-carousel.is-ready .news-carousel-container,
.news-carousel.is-ready .carousel-btn,
.news-carousel.is-ready .carousel-dots,
.news-carousel-mobile.is-ready .news-carousel-mobile-track,
.news-carousel-mobile.is-ready .news-carousel-mobile-dots {
    opacity: 1;
    visibility: visible;
}

.news-carousel-container {
    display: flex;
    transition: transform 0.5s ease;
    gap: 2rem;
    padding: 0 60px; /* Space for arrows */
}

.news-carousel-item {
    flex: 0 0 calc(85% - 1rem); /* Povećano s 70% na 85% za veću glavnu stavku */
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    max-width: 800px; /* Povećano s 600px na 800px */
}

.news-carousel-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.news-carousel-image {
    width: 100%;
    height: 300px; /* Povećano s 200px na 300px (50% više) */
    overflow: hidden;
    position: relative;
}

.news-carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: optimize-contrast;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.news-carousel-item:hover .news-carousel-image img {
    transform: translateZ(0) scale(1.05);
}

.news-placeholder {
    width: 100%;
    height: 300px; /* Povećano s 200px na 300px (50% više) */
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 4rem; /* Povećano i ikonu s 3rem na 4rem */
}

.news-carousel-content {
    padding: 2rem; /* Povećano s 1.5rem na 2rem za bolji razmak */
}

.news-carousel-date {
    color: var(--main-color, #e83e8c);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-carousel-title {
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    line-height: 1.4;
}

.news-carousel-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-carousel-title a:hover {
    color: var(--main-color, #e83e8c);
}

.news-carousel-excerpt {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.news-carousel-link {
    color: var(--main-color, #e83e8c);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.news-carousel-link:hover {
    color: var(--main-hover-color, #c82071);
    gap: 0.75rem;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(232, 62, 140, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.carousel-btn:hover {
    background: var(--main-color, #e83e8c);
    border-color: var(--main-color, #e83e8c);
    box-shadow: 0 6px 20px rgba(232, 62, 140, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.carousel-btn:hover i {
    color: #fff;
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
}

.carousel-btn i {
    font-size: 1.2rem;
    color: #333;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: var(--main-color, #e83e8c);
    transform: scale(1.2);
}

/* Mobile News Hero */
.news-carousel-mobile-section {
    display: none;
    padding: 1.5rem 0 2rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.news-carousel-mobile {
    position: relative;
    overflow: hidden;
}

.news-carousel-mobile-track {
    display: flex;
    gap: 0;
    overflow: visible;
    width: 100%;
    will-change: transform;
    transition: transform 0.45s ease;
}

.news-carousel-mobile-item {
    flex: 0 0 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.news-carousel-mobile-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.news-carousel-mobile-image img,
.news-carousel-mobile-image .news-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-carousel-mobile-content {
    padding: 1rem 1rem 1.2rem;
}

.news-carousel-mobile-dots {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.9rem;
}

.news-carousel-mobile-dots .carousel-dot {
    width: 9px;
    height: 9px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .news-carousel-section {
        padding: 2.5rem 0 3.25rem;
    }

    .news-carousel-item {
        flex: 0 0 calc(90% - 1rem); /* Povećano s 80% na 90% za tablete */
    }
    
    .news-carousel-container {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .news-carousel-section {
        display: none;
    }

    .news-carousel-mobile-section {
        display: block;
    }

    .news-carousel-section {
        padding: 1.75rem 0 2.25rem;
    }
    
    .news-carousel-item {
        flex: 0 0 calc(95% - 1rem); /* Povećano s 90% na 95% za mobile */
    }
    
    .news-carousel-container {
        padding: 0 40px;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
    }
    
    .carousel-btn i {
        font-size: 1rem;
    }
}

/* Search Banner Styles */
.search-banner-section {
    background:
        radial-gradient(circle at 20% -20%, rgba(232, 62, 140, 0.14) 0%, transparent 45%),
        linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
    padding: 4rem 0;
    color: #1f2d3a;
    text-align: center;
    position: relative;
    z-index: 1;
    border-top: 1px solid #e2e8ef;
    border-bottom: 1px solid #e2e8ef;
}

.search-banner-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.search-banner-text h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.search-banner-text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 1;
    color: #5f6d7a;
}


/* Remove any overlay or pseudo-elements that might cover the search banner */
.search-banner-section::before,
.search-banner-section::after,
.search-banner-content::before,
.search-banner-content::after {
    display: none !important;
    content: none !important;
}

/* Ensure no background overlays interfere and override global body pseudo-elements */
.search-banner-section * {
    pointer-events: auto !important;
}

/* Force proper interaction for search banner over body pseudo-elements */
.search-banner-section {
    isolation: isolate;
}

.search-banner-section,
.search-banner-content,
.search-banner-form,
.search-group,
.search-group input,
.search-submit {
    pointer-events: auto !important;
    position: relative;
}

.search-banner-form {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
    z-index: 4;
    max-width: 600px;
    margin: 0 auto;
}

.search-group {
    display: flex;
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #d8e1ea;
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
}

.search-group:focus-within {
    background: #ffffff;
    border-color: rgba(232, 62, 140, 0.45);
    box-shadow: 0 0 0 4px rgba(232, 62, 140, 0.12);
}

.search-group input[type="search"] {
    flex: 1;
    padding: 1rem 1.5rem;
    border: none;
    background: transparent;
    color: #1f2d3a;
    font-size: 1.1rem;
    outline: none;
}

.search-group input[type="search"]::placeholder {
    color: #8a96a3;
}

.search-submit {
    padding: 1rem 1.5rem;
    background: var(--main-color, #e83e8c);
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
}

.search-submit:hover {
    background: var(--main-hover-color, #c82071);
    transform: translateY(-1px);
}

.search-submit i {
    font-size: 1.2rem;
}

.live-search-results {
    margin-top: 1rem;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

/* Newsletter sekcija - usklađena sa svijetlim vizualom */
.newsletter-section {
    background:
        radial-gradient(circle at 82% -25%, rgba(232, 62, 140, 0.13) 0%, transparent 46%),
        linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
    border-top: 1px solid #e2e8ef;
    border-bottom: 1px solid #e2e8ef;
    padding: 3.5rem 0 !important;
}

.newsletter-section .newsletter-content {
    max-width: 1040px;
    padding: 0 1.25rem;
}

.newsletter-content h2 {
    color: #1f2d3a;
}

.newsletter-content p {
    color: #5f6d7a;
}

.newsletter-home-form {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.newsletter-section .newsletter-form {
    max-width: 680px;
}

.newsletter-fields-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.newsletter-home-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.newsletter-section .newsletter-home-form .newsletter-input {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid #d8e1ea !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #1f2d3a !important;
    font-size: 1rem;
    backdrop-filter: none;
    box-sizing: border-box;
}

.newsletter-section .newsletter-home-form .newsletter-input::placeholder {
    color: #7f8b97 !important;
    opacity: 1;
}

.newsletter-section .newsletter-home-form .newsletter-input:focus {
    border-color: rgba(232, 62, 140, 0.45) !important;
    box-shadow: 0 0 0 3px rgba(232, 62, 140, 0.1);
    outline: none;
}

.newsletter-home-submit {
    width: auto;
    min-width: 220px;
    padding: 0.9rem 1.4rem;
    background: #2f3b45;
    color: #fff;
    border: 1px solid #2f3b45;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.06rem;
    line-height: 1.1;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.newsletter-section .newsletter-home-form .newsletter-home-submit {
    position: static !important;
    inset: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    border-radius: 10px !important;
    padding: 0.95rem 1.4rem !important;
    margin: 0 !important;
}

.newsletter-home-submit:hover {
    background: #1f2a35;
    border-color: #1f2a35;
}

.newsletter-home-form .newsletter-form-message {
    text-align: center;
}

@media (max-width: 768px) {
    .newsletter-fields-row {
        grid-template-columns: 1fr;
    }

    .newsletter-home-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
    }

    .newsletter-home-submit {
        width: 100%;
        min-width: 0;
    }
}

@media (min-width: 992px) {
    .newsletter-section .newsletter-content h2,
    .newsletter-section .newsletter-content p {
        white-space: nowrap;
    }
}

/* Makni globalni razmak ispod contenta na početnoj da sekcija ide do footera */
body.home .site-content {
    padding-bottom: 0 !important;
}

/* Specific override for search banner input and button */
.search-banner-section input[type="search"] {
    pointer-events: auto !important;
    cursor: text !important;
    user-select: text !important;
}

.search-banner-section button {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Responsive */
@media (max-width: 768px) {
    .search-banner-section {
        padding: 2rem 0;
    }
    
    .search-banner-text h1 {
        font-size: 2rem;
    }
    
    .search-banner-text p {
        font-size: 1rem;
    }
    
    .search-group {
        flex-direction: row !important;
        align-items: stretch;
        border-radius: 10px;
        overflow: hidden;
    }

    .search-group input[type="search"] {
        min-width: 0;
        padding: 0.95rem 1rem;
    }

    .search-submit {
        flex: 0 0 56px;
        width: 56px !important;
        min-width: 56px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 !important;
    }
    
    /* Ensure mobile elements are also clickable */
    .search-banner-section input[type="search"],
    .search-banner-section button {
        pointer-events: auto !important;
        touch-action: manipulation !important;
    }
}
