html { scroll-behavior: smooth; }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
	margin: 0;
	font-family: 'Raleway', sans-serif;
}
.light-color {
	color: #fff;
}

.dark-color {
	color: #000;
}

.head {
    margin: 0;
    padding: 20px 0 20px 0;
    text-transform: uppercase;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #ffffff;
    text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

/* РУХАЄМО ТІЛЬКИ НА ДЕСКТОПАХ (від 992px і вище) */
@media (min-width: 992px) {
    .head {
        transform: translateY(80px) !important; 
    }
}

/* --- ПРЕМІАЛЬНА КАПСУЛА-HEADER (IPHONE STYLE) --- */
header {
    z-index: 1000 !important;
    position: fixed !important;
    
    /* ФОРМА КАПСУЛИ */
    top: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: 54px !important;
    border-radius: 40px !important;

    /* НАЛАШТУВАННЯ ПРОЗОРОСТІ ТА БЛЮРУ */
    background: rgba(255, 255, 255, 0.08) !important; 
    backdrop-filter: blur(20px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(20px) !important;

    /* ОБВОДКА ТА ТІНЬ */
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;

    /* ЦЕНТРУВАННЯ ТЕКСТУ */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* ПЛАВНІСТЬ */
    transition: all 0.3s ease;
}

/* --- ДЕСКТОП (КОМП'ЮТЕРИ): АДАПТИВНА ШИРИНА --- */
@media screen and (min-width: 769px) {
    header {
        width: auto !important;
        min-width: 450px !important;
        padding: 0 35px !important;
    }
}

/* --- МОБІЛКА: ФІКСОВАНИЙ РОЗМІР (НЕ МІНЯЄТЬСЯ) --- */
@media screen and (max-width: 768px) {
    header {
        /* Вказуємо конкретну ширину, щоб вона не стрибала */
        width: 92% !important; 
        min-width: auto !important; /* Прибираємо 400px, щоб не було горизонтального скролу */
        padding: 0 15px !important;
        
        /* Блюр залишається, але розмір тепер "зацементований" */
    }

    .top-menu a {
        margin: 0 10px !important; /* Трішки щільніше меню для мобілки */
        font-size: 10px !important;
        letter-spacing: 2px !important;
    }
}

.socials-fixed {
	z-index: 100;
	position: fixed;
	left: 0;
	bottom: 50%;
	display: flex;
	flex-direction: column;
	transform: translateY(50%);
	width: 40px;
	border-radius: 0 10px 10px 0;
	background: #0f0f0f;
	text-align: center;
}
.socials-fixed a {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
}

.fab {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.socials-fixed .fa-instagram:hover {
	color: #cb2027;
}
.socials-fixed .fa-youtube:hover {
	color: #bb0000;
}
.socials-fixed .fa-soundcloud:hover {
	color: #ff8800;
}
.socials-fixed .fa-facebook-f:hover {
	color: #3b5998;
}
.socials-fixed .fa-twitter:hover {
	color: #00aced;
}

.socials-circles {
	padding: 30px 0;
	z-index: 1;
	display: flex;
	flex-direction: row;
	text-align: center;
}
.socials-circles a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	text-decoration: none;
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.01);
	box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.05);
	margin: 0 6px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.socials-circles a:hover {
	-webkit-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.01);
	box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.05);
}

.socials-circles .fa-instagram {
	color: #cb2027;
}
.socials-circles .fa-youtube {
	color: #bb0000;
}
.socials-circles .fa-soundcloud {
	color: #ff8800;
}
.socials-circles .fa-facebook-f {
	color: #3b5998;
}
.socials-circles .fa-twitter {
	color: #00aced;
}

.top-menu {
	list-style: none;
	display: flex;
	height: 100%;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-weight: 900;
}

.top-menu a {
    position: relative;
    margin: 0 2vw;
    padding: 15px 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 6px;
    text-indent: 5px;
    text-transform: uppercase;
    text-decoration: none;

    /* --- ГРАДІЄНТ ТЕКСТУ --- */
    background: linear-gradient(180deg, #ffffff 0%, #a1a1a1 100%);
    -webkit-background-clip: text; /* Маска градієнта по тексту */
    -webkit-text-fill-color: transparent; /* Робимо сам колір прозорим, щоб бачити градієнт */
    
    /* Додамо легку тінь, щоб текст "читався" на будь-якому фоні */
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.top-menu a:after {
    content: '';
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin: 3px auto 0;
    width: 0;
    height: 1px;
    border-radius: 32px;
    
    /* ТЕПЕР ЛІНІЯ БУДЕ БІЛОЮ І ЯСКРАВОЮ */
    background: rgba(255, 255, 255, 0.8) !important;
    
    /* МОЖНА ДОДАТИ ЛЕГКЕ СВІТІННЯ (GLOW), ЯК У ПЛЕЄРА */
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5) !important;

    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-menu a:hover:after {
	width: 87%;
}

.screen-block {
	padding-top: 70px;
	box-sizing: border-box;
}

.bg-ground {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(./img/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 80px 20px 20px 20px;
}



.genres-links-container {
    display: block !important;
    width: 100%;
    text-align: center;
    margin: 0 auto; /* Центрування */
    padding-top: 10px; /* Відступ від великого тексту зверху */
    padding-bottom: 20px; /* Відступ до червоної плашки знизу */
    position: relative;
    z-index: 99;
    order: 2; /* Якщо там Flexbox, це поставить блок після картинок */
}

.genres-links-container a {
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s;
    padding: 0 5px;
    display: inline-block;
}

.genres-links-container a:hover {
    color: #ff0000 !important;
}





.logo {
    display: block;
    position: relative;
    width: 35%;
    max-width: 400px;
    margin: 0 auto;
    top: auto;
    left: auto;
    transform: none;
}

/* ГОЛОВНИЙ КОНТЕЙНЕР ПЛЕЄРА */
.player {
    position: relative;
    z-index: 2;
    display: block;
    width: 50%; 
    margin: 40px auto !important;
    
    /* 1. ПРАВИЛЬНЕ ЗАКРУГЛЕННЯ */
    border-radius: 30px !important;
    overflow: hidden !important; 
    
    /* 2. КРИТИЧНИЙ ФІКС ДЛЯ НИЖНІХ КУТІВ (Примусова ізоляція шару) */
    transform: translateZ(0); 
    -webkit-transform: translateZ(0);
    
    /* 3. МАСКА (Резервний метод для Safari) */
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    
    /* 4. ДИЗАЙН */
    background: rgba(0, 0, 0, 0.2) !important; 
    backdrop-filter: blur(40px) !important;
    -webkit-backdrop-filter: blur(40px) !important;
    border: 2px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3) !important;
}

/* ФІКС САМОГО IFRAME */
.player iframe {
    display: block !important;
    width: 100% !important;
    /* ВАЖЛИВО: Висота має бути рівною або БІЛЬШОЮ за висоту плеєра в налаштуваннях BeatStars */
    height: 600px !important; 
    border: none !important;
    border-radius: 30px !important; /* Дублюємо закруглення на самому iframe */
    margin: 0 !important;
    padding: 0 !important;
}

/* МОБІЛЬНА ВЕРСІЯ */
@media screen and (max-width: 768px) {
    .player {
        width: 92% !important;
        border-radius: 25px !important;
        margin: 20px auto !important;
    }
    .player iframe {
        border-radius: 25px !important;
        height: 600px !important;
    }
}

.license-info {
	padding: 0 0px 200px;
}

/* Базовий стиль для всіх пристроїв */
.head {
    margin: 0;
    padding: 20px 0 20px 0;
    text-transform: uppercase;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #ffffff;
    text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

/* РУХАЄМО ТІЛЬКИ НА ДЕСКТОПАХ (від 992px і вище) */
@media (min-width: 992px) {
    .head {
        /* Змінюй цю цифру, щоб рухати напис ТІЛЬКИ на ПК */
        transform: translateY(80px) !important; 
    }
}



.license-info-item-head {
	background: #000;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 46px 0;
	font-size: 13px;
}

.license-type {
	font-size: 22px;
}

.license-price {
	font-size: 36px;
}

.license-per-unit {
	text-transform: uppercase;
	font-weight: bold;
}

.license-info-item-desc {
    /* ТІЛЬКИ МАТОВИЙ ЕФЕКТ, БЕЗ ЗМІНИ КОЛЬОРУ ТЕКСТУ */
    background: rgba(255, 255, 255, 0.15) !important; 
    backdrop-filter: blur(20px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    
    /* Додамо тонку світлу межу, щоб блок не зливався */
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-bottom: 30px;
}


.license-info-read-more {
	display: block;
	background: #000;
	border: none;
	color: #bdbdbd;
	padding: 10px 30px;
	border-radius: 0;
	font-size: 15px;
	font-weight: 500;
	margin: auto;
}

.slick-slide {
	opacity: 0.5;
}
.slick-track {
	display: flex !important;
}

.slick-slide {
	height: inherit !important;
}
.slick-active {
	opacity: 1;
}

.slick-arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 14%;
	font-size: 0;
	right: 0;
	opacity: 0.6;
	border: 3px solid #000;
	background: rgba(255, 277, 279, 1) url(./img/arrow_right.png);
	background-size: 100%;
	background-position: center;
	border-radius: 50%;
}



.license-info-read-more:hover {
	/* background: #76ff9f; */
	color: #fff;
	cursor: pointer;
}

.yt-pl {
	background: #fff;
	padding: 0;
}
/* --- ПРЕМІАЛЬНА ВІДЕО-КАПСУЛА IPHONE СТАЙЛ --- */
/* --- ВИТОНЧЕНА IPHONE-РАМКА ДЛЯ ВІДЕО --- */
.yt-pl-iframe {
    display: block !important;
    width: 50% !important; 
    margin: 0 auto !important;  /* ← ПРИБИРАЄМО ВЕРХНІЙ ВІДСТУП */
    margin-bottom: 50px auto !important; /* якщо хочеш залишити нижній */
    
    /* 1. ЗАКРУГЛЕННЯ ТА ОБРІЗКА (ЯК У ПЛЕЄРА) */
    border-radius: 40px !important;
    overflow: hidden !important;

    /* 2. ТОНКА ТА ПРОЗОРА РАМКА (ЗАМІСТЬ ПОВНОЇ БІЛОЇ) */
    /* Робимо її ледь помітною, щоб вона лише відблискувала */
    border: 1px solid rgba(255, 255, 255, 0.2) !important; 
    outline: 1px solid rgba(255, 255, 255, 0.05) !important;

    /* 3. ОБ'ЄМ ЗА РАХУНОК М'ЯКОГО СВІТІННЯ (БЕЗ ЖОРСТКИХ ЛІНІЙ) */
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.4),      /* Глибока тінь для відриву від фону */
        0 0 25px rgba(255, 255, 255, 0.15) !important; /* Дуже легке, ледь помітне глоу */

    /* 4. ЕФЕКТ СКЛА */
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    
    transition: all 0.5s ease !important;
}

/* 5. ПІДКОРИГОВУЄМО ВНУТРІШНЄ ВІДЕО */
.yt-pl-iframe iframe {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    /* Закруглення має збігатися з рамкою */
    border-radius: 38px !important; 
}

#video {
	background: #fff;
}

.contact-form {
	width: 50%;
	margin: auto;
	padding-bottom: 100px;
}

.contact-form * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-form input,
.contact-form textarea {
	display: block;
	width: 100%;
	border: 0;
	margin-bottom: 15px;
	padding: 15px;
	font-size: 17px;
	text-transform: uppercase;
}

.contact-form input {
	height: 40px;
}

.contact-form textarea {
	resize: none;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ccc;
	font-weight: 100;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #ccc;
	font-weight: 100;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #ccc;
	font-weight: 100;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #ccc;
	font-weight: 100;
}

.contact-form button {
	display: block;
	margin: auto;
	font-weight: 600;
	color: #000;
	border: 0;
	background: #f9f9f9;
	padding: 15px 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
}

footer {
	padding: 20px 80px;
}

.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.logo-mini {
	width: 270px;
	display: block;
	margin-bottom: 65px;
	margin: auto;
}
.footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rights {
	display: block;
	padding-left: 21px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
	color: #ccc;
	font-family: Roboto;
}

/* LOADER */
/* #preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #000 url('./img/gif-2.gif') no-repeat center center;
	background-size: 25% AUTO;
} */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.top-menu a {
		letter-spacing: 2px;
	}
	.bg-ground {
		/*background-size: 240%;*/
	}
	.logo {
		width: 95%;
	}

	.socials-fixed {
		bottom: 0;
		transform: translate(0);
		flex-direction: row;
		width: auto;
		border-bottom-right-radius: 0;
	}
	.socials-fixed a {
		width: 40px;
	}
	.yt-pl-iframe {
		width: 90% !important;
	}
	.contact-form {
		width: 75%;
	}
	footer {
		padding: 20px 30px;
	}
	.socials-circles {
		justify-content: space-around;
	}
	.head {
		padding: 60px 0;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}
/* HERO PNG TEXT - ЗМІНЕНО ДЛЯ ДЕСКТОПУ */
.hero-text {
    position: relative;
    width: 35vw;
    max-width: 450px;
    height: auto;
    margin: 20px auto;
    pointer-events: none;
    top: auto;
    left: auto;
    transform: none;
}


/* MOBILE */

@media (max-width: 768px) {
  .hero-text {
    width: 240vw;
  }
}
.bg-ground {
  position: relative;
  z-index: 1;
}

.hero-text {
  position: absolute;
  z-index: 999;
}
/* SWITCH DESKTOP / MOBILE HERO IMAGE */

.desktop-text {
  display: block;
}

.mobile-text {
  display: none;
}

@media (max-width: 768px) {
  .desktop-text {
    display: none;
  }

  .mobile-text {
    display: block;
  }
}

body {
  overflow-x: hidden;
}






/* ДЕСКТОПНА ВЕРСІЯ */
@media (min-width: 1025px) {
    .desktop-text {
        display: block !important;
        position: absolute !important;
        top: 45% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 70vw !important;
        max-width: 1200px !important;
        height: auto !important;
        z-index: 999 !important;
        pointer-events: none !important;
    }
}









/* ========== КНОПКИ - ЗМІНЕНО ДЛЯ ДЕСКТОПУ ========== */
.button-container {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 20px auto;
    z-index: 10;
    width: 100%;
}

.buy-beats-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-family: 'Arial', sans-serif;  /* ← ДОДАЙ ЦЕЙ РЯДОК */
}

/* Червона кнопка */
.ruby-steel {
    background-image: url('../img/btn-ruby-steel.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: #8b0000 !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    border: 1px solid rgba(255, 0, 0, 0.4) !important;
    animation: glow-pulse 3s infinite ease-in-out !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
}

.ruby-steel:hover {
    transform: scale(1.02) translateY(-2px);
}

/* Біла прозора кнопка */
.white-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    animation: none;
}

.white-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.02);
}

@keyframes glow-pulse {
    0%, 100% { box-shadow: 0 0 10px rgba(255, 0, 0, 0.4); }
    50% { box-shadow: 0 0 25px rgba(255, 0, 0, 0.8); }
}

/* Десктоп - ЗМІНЕНО */
@media (min-width: 769px) {
    .buy-beats-button {
        width: 200px;
        height: 48px;
        font-size: 13px;
        border-radius: 30px;
    }
    .button-container {
        gap: 20px;
    }
}

/* Планшети */
@media (min-width: 481px) and (max-width: 768px) {
    .buy-beats-button {
        width: 240px;
        height: 52px;
        font-size: 14px;
        border-radius: 30px;
    }
    .button-container {
        bottom: 30px;
        gap: 20px;
    }
}

/* Мобільні телефони */
@media (max-width: 480px) {
    .button-container {
        bottom: 20px;
        gap: 12px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .buy-beats-button {
        width: 200px;
        height: 44px;
        font-size: 12px;
        border-radius: 25px;
    }
}

/* Дуже маленькі телефони */
@media (max-width: 380px) {
    .button-container {
        flex-direction: column;
        gap: 10px;
        bottom: 15px;
    }
    .buy-beats-button {
        width: 180px;
        height: 40px;
        font-size: 11px;
    }
}










/* СТИЛІЗАЦІЯ КАРТОК ЛІЦЕНЗІЙ ПІД СКЛО */
.license-info-item {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin: 0 12px;
}

.license-info-item-desc {
    /* Робимо скло густішим (0.2 замість 0.15) */
    background: rgba(255, 255, 255, 0.2) !important; 
    
    /* Максимальне матове розмиття */
    backdrop-filter: blur(40px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(40px) !important;
    
    /* Тонка біла лінія зверху для ефекту зрізу скла */
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
    
    padding-bottom: 30px;
}

/* 3. Змінюємо колір точок (булітів) у списку на білий або золотий */
.license-info-features li:before {
    background: #d4af37 !important;     /* Золоті точки замість чорних */
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

/* 4. Колір тексту в списку переваг */
.license-info-features li {
    color: #ffffff !important;
}

/* 5. Ефект при наведенні - картка трохи "оживає" */
.license-info-item:hover {
    transform: translateY(-10px) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6) !important;
}

/* 6. Стилізація кнопки READ MORE всередині картки */
.license-info-read-more {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    backdrop-filter: blur(5px);
    border-radius: 4px !important;
}

.license-info-read-more:hover {
    background: #d4af37 !important; /* Золото при наведенні */
    color: #000 !important;
}





/* ПРИБИРАЄМО ОБРІЗАННЯ ПРИ НАВЕДЕННІ */
.license-info, 
.slick-list, 
.slick-track, 
.license-info-item {
    overflow: visible !important;
}

/* Додаємо відступ зверху секції, щоб карткам було куди підніматися */
.license-info {
    padding-top: 100px !important; 
}




/* Якщо хочеш і кути, і щоб при hover не обрізало, 
   тоді треба закруглити внутрішні блоки окремо: */

.license-info-item-head {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.license-info-item-desc {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    
    /* Твоя матовість з коду */
    background: rgba(255, 255, 255, 0.15) !important; 
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
}

/* Щоб точно нічого не обрізалося зверху при наведенні */
.license-info-item:hover {
    overflow: visible !important; 
}




/* ЗМІНА ШРИФТУ ДЛЯ ВСЬОГО БЛОКУ ЛІЦЕНЗІЙ */
.license-info-item, 
.license-info-item-head, 
.license-info-item-desc, 
ul.license-info-features li {
    /* Заміни 'Raleway' на назву свого шрифту */
    font-family: 'Arial', sans-serif !important; 
    
    /* Додаткові налаштування для чіткості */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Якщо хочеш змінити шрифт тільки для назви ліцензії та ціни */
.license-type, .license-price {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 900 !important; /* Робимо жирнішим для стилю */
    letter-spacing: 1px;
}

/* ВСТАНОВЛЮЄМО ШРИФТ ARIAL ДЛЯ ВСЬОГО БЛОКУ ЛІЦЕНЗІЙ */
.license-info-item, 
.license-info-item-head, 
.license-info-item-desc, 
.license-type, 
.license-price,
ul.license-info-features li {
    font-family: Arial, Helvetica, sans-serif !important;
}

/* ОКРЕМО ДЛЯ ЗАГОЛОВКІВ, ЩОБ ВОНИ БУЛИ ЖИРНИМИ ТА ЧИТАБЕЛЬНИМИ */
.license-type {
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
}

.license-price {
    font-weight: 900 !important;
}


/* ВСТАНОВЛЮЄМО ШРИФТ ARIAL ДЛЯ ВСЬОГО КОНТЕНТУ КАРТОК */
.license-info-item, 
.license-info-item-head, 
.license-info-item-desc, 
.license-type, 
.license-price,
.license-per-unit,
ul.license-info-features li {
    /* Arial — основний, Helvetica — для Mac, sans-serif — запасний */
    font-family: Arial, Helvetica, sans-serif !important; 
}

/* ДОДАТКОВЕ КОРЕГУВАННЯ ДЛЯ ПУНКТІВ СПИСКУ */
.license-info-features li {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 400; /* Стандартна товщина для кращої читабельності */
    font-size: 13px;  /* Можеш підправити розмір, якщо Arial здасться великим */
}

/* РОБИМО ЦІНУ ТА ТИП ЛІЦЕНЗІЇ ВИРАЗНИМИ */
.license-type, .license-price {
    font-weight: bold !important;
}


/* Початковий стан: блоки прозорі та зміщені на 50px вниз */
.license-info-item {
    opacity: 0 !important;
    transform: translateY(50px) !important;
    transition: all 0.8s ease-out !important;
}

/* Стан після появи: блоки стають видимими та повертаються на місце */
.license-info-item.appear {
    opacity: 1 !important;
    transform: translateY(0) !important;
}



/* --- ПОВНІСТЮ РОБОЧЕ МЕНЮ --- */

.dropdown {
    position: relative;
    display: inline-block;
}

/* --- ЕЛЕГАНТНЕ СКЛЯНЕ МЕНЮ --- */

.dropdown-content {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    
    /* Ефект скла: напівпрозорий фон + розмиття */
    background: rgba(255, 255, 255, 0.05) !important; 
    backdrop-filter: blur(15px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    
    min-width: 160px;
    padding: 10px 0 !important;
    margin-top: 10px; /* Зазор від головної кнопки */
    
    border-radius: 15px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3) !important;
    
    /* Плавна поява */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
}

/* Ефект при наведенні на BEATS */
.dropdown:hover .dropdown-content {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(8px) !important;
}

/* Стиль пунктів (AFROBEATS, WEST COAST тощо) */
.dropdown-content a {
    color: rgba(255, 255, 255, 0.7) !important;
    padding: 12px 15px !important;
    text-decoration: none !important;
    font-size: 10px !important; /* Компактний розмір */
    font-weight: 700 !important;
    letter-spacing: 1.5px !important; /* Акуратна відстань між буквами */
    text-transform: uppercase;
    text-align: center !important;
    line-height: 1.4 !important; /* Щоб слова не злипалися */
    transition: 0.2s !important;
    display: block !important;
    border: none !important;
}

/* Підсвітка конкретного жанру при наведенні */
.dropdown-content a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    transform: scale(1.02);
}

/* Прибираємо підкреслення, якщо воно лізе з основних стилів */
.dropdown-content a::after {
    display: none !important;
}




/* --- БРОНЕБІЙНА СТРІЧКА --- */
.custom-hero-ticker {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    overflow: hidden;
    background: transparent;
    z-index: 5;
    pointer-events: none;
    margin: 20px auto 0 auto;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.ticker-wrapper {
    display: flex !important;
    align-items: center !important;
    width: max-content !important;
    height: 100% !important;
    animation: mega-power-slide 50s linear infinite !important; 
    will-change: transform;
}

.ticker-item {
    flex: 0 0 auto !important; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ticker-item img {
    width: auto !important;
    opacity: 0.9 !important;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3)) !important;
}

@keyframes mega-power-slide {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

/* ДЕСКТОП (ширше 769px) */
@media (min-width: 769px) {
    .custom-hero-ticker {
        height: 180px !important;
    }
    .ticker-item img {
        height: 230px !important;
        min-width: 130px !important;
    }
    .ticker-item {
        padding: 0 80px !important;
    }
}

/* ПЛАНШЕТИ (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .custom-hero-ticker {
        height: 110px !important;
    }
    .ticker-item img {
        height: 75px !important;
        min-width: 75px !important;
    }
    .ticker-item {
        padding: 0 45px !important;
    }
}

/* МОБІЛЬНІ ТЕЛЕФОНИ (до 480px) */
@media (max-width: 480px) {
    .custom-hero-ticker {
        height: 85px !important;
    }
    .ticker-item img {
        height: 60px !important;
        min-width: 60px !important;
    }
    .ticker-item {
        padding: 0 30px !important;
    }
}





.payment-section {
    background-color: #ffffff; /* Чистий білий фон */
    padding: 100px 20px;       /* Великий відступ від плеєра, щоб сайт "дихав" */
    color: #000;
    text-align: center;
    font-family: sans-serif;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Текст PAYMENT METHODS — просто сірий, дрібний, без фанатизму */
.payment-title {
    font-size: 12px;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.payment-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 60px;
    opacity: 0.6; /* Робимо іконки спокійнішими */
}

.payment-icons img {
    height: 25px;
}

/* Великий жирний заголовок — фокус на довірі */
.main-benefit-text {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 70px;
    letter-spacing: -1px;
}

/* Сітка без карток і фонів — просто текст */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
}

.step-card {
    background: none; /* ПРИБРАЛИ ТЕМНИЙ ФОН */
    padding: 0;
    color: #000;
    text-align: center; /* Центруємо для солідності */
}

.step-icon {
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
}

.step-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.step-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #555; /* М'який колір для тексту */
}






.genres-links-container {
    text-align: center;
    margin: 20px auto;
    position: relative;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    padding: 8px 24px;
    border-radius: 40px;
    width: auto;
    display: inline-block;
    white-space: nowrap;
    overflow-x: auto;
    max-width: 90%;
}

.genres-links-container a {
    color: #ffffff !important;
    font-family: 'Raleway', sans-serif; /* або твій шрифт */
    font-size: 17px;
    text-transform: uppercase; /* ТЕПЕР ТЕКСТ БУДЕ ЯК У HTML */
    text-decoration: none;
    letter-spacing: 1px;
    padding: 0 5px;
    transition: 0.3s;
}

.genres-links-container a:hover {
    color: #ff0000 !important;
}

/* МОБІЛЬНА ВЕРСІЯ - ТЕКСТ ЖАНРІВ */
@media (max-width: 768px) {
    .genres-links-container {
        position: absolute;
        top: auto;
        bottom: 200px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        background: rgba(0, 0, 0, 0.5);
        padding: 8px 16px;
        border-radius: 30px;
        backdrop-filter: blur(8px);
        white-space: nowrap;
        overflow-x: auto;
        scrollbar-width: none; /* Firefox - ховає скролбар */
        -ms-overflow-style: none; /* IE/Edge - ховає скролбар */
    }
    
    /* Chrome/Safari - ховає скролбар */
    .genres-links-container::-webkit-scrollbar {
        display: none;
    }
    
    .genres-links-container a {
        font-size: 10px !important;
        padding: 0 6px !important;
        display: inline-block;
    }
}









/* --- ЕФЕКТ БЛЮРУ ТА ЗАТЕМНЕННЯ ПРИ СКРОЛІ ДЛЯ ВСІХ БЛОКІВ --- */
.bg-ground {
    position: relative;
    transition: all 0.1s ease-out;
}

.bg-ground .banner-blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: backdrop-filter 0.1s ease-out, background-color 0.1s ease-out;
    pointer-events: none;
}

/* Темний шар, який поступово з'являється при скролі */
.bg-ground .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.1s ease-out;
    pointer-events: none;
}

/* Щоб контент був поверх шарів */
.bg-ground .logo,
.bg-ground .hero-text,
.bg-ground .genres-links-container,
.bg-ground .button-container,
.bg-ground .custom-hero-ticker,
.bg-ground .head,
.bg-ground .slider,
.bg-ground .license-info-item {
    position: relative;
    z-index: 2;
}

/* Додатковий фікс для контенту в секції ліцензій */
.license-info .head,
.license-info .slider {
    position: relative;
    z-index: 2;
}





/* Фікс для контактної форми - щоб вона була поверх затемнення */
#contacts {
    position: relative;
    z-index: 1;
}

#contacts .head,
#contacts .contact-form {
    position: relative;
    z-index: 3;
}

/* Щоб оверлей не перекривав форму */
#contacts .dark-overlay,
#contacts .banner-blur-bg {
    z-index: 0;
}








/* --- СТАТИЧНИЙ ФОН (ПАРАЛАКС) ДЛЯ ВСІХ БАНЕРІВ --- */
.bg-ground {
    background-attachment: fixed !important;
    background-position: center !important;
    background-size: cover !important;
}

/* Фікс для мобільних пристроїв (на деяких телефонах fixed не працює коректно) */
@media (max-width: 768px) {
    .bg-ground {
        background-attachment: scroll !important;
    }
}





/* --- НАЛАШТУВАННЯ БЛОКІВ ЛІЦЕНЗІЙ ДЛЯ ВЕЛИКИХ ЕКРАНІВ --- */
@media (min-width: 1200px) {
    /* Центруємо контейнер */
    .license-info .slider {
        max-width: 1200px !important;
        margin: 0 auto !important;
    }
    
    /* Центруємо трек слайдера */
    .slick-track {
        display: flex !important;
        align-items: stretch !important;
        justify-content: center !important;  /* ← ДОДАНО: центрує картки */
        margin: 0 auto !important;           /* ← ДОДАНО */
    }
    
    /* Картки однакового розміру */
    .license-info-item {
        max-width: 300px !important;
        min-width: 300px !important;
        width: auto !important;
        margin: 0 12px !important;
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
    }
    
    .license-info-item-desc {
        flex: 1 !important;
    }
    
    /* Стрілки слайдера */
    .slick-arrow {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    
    .slick-prev {
        left: -45px !important;
        right: auto !important;
    }
    
    .slick-next {
        right: -45px !important;
    }
}



/* Для мобільних - все залишаємо як було */
@media (max-width: 768px) {
    .license-info .slider {
        max-width: 100% !important;
    }
    
    /* На мобільних прибираємо центрування, щоб нормально скролилося */
    .slick-track {
        justify-content: flex-start !important;
    }
    
    .license-info-item {
        max-width: none !important;
        min-width: auto !important;
        margin: 0 15px !important;
    }
}

/* --- НАЛАШТУВАННЯ ДЛЯ НОУТБУКІВ (769px - 1199px) --- */
@media (min-width: 769px) and (max-width: 1199px) {
    .license-info-item {
        max-width: 200px !important;
        min-width: 200px !important;
        width: 200px !important;
        margin: 0 8px !important;
    }
    
    .slick-track {
        display: flex !important;
        justify-content: center !important;
    }
    
    .slick-arrow {
        display: none !important;
    }
}



/* --- ЦЕНТРУВАННЯ ТОЧОК ТА ТЕКСТУ В КАРТКАХ --- */

/* Вирівнюємо список */
ul.license-info-features {
    text-align: left !important;
    margin: 0 !important;
    padding: 20px 20px !important;
    list-style: none !important;
}

/* Пункти списку */
.license-info-features li {
    position: relative !important;
    padding: 8px 0 8px 28px !important;
    text-align: left !important;
    line-height: 1.4 !important;
}

/* Точки (золоті) */
.license-info-features li:before {
    content: '' !important;
    position: absolute !important;
    left: 8px !important;
    top: 12px !important;
    width: 8px !important;
    height: 8px !important;
    background: #d4af37 !important;
    border-radius: 50% !important;
    box-shadow: 0 0 5px rgba(212, 175, 55, 0.5) !important;
}

/* Центруємо текст в верхній частині */
.license-info-item-head {
    text-align: center !important;
    padding: 30px 15px !important;
}

.license-type {
    text-align: center !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.license-price {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 900 !important;
}

.license-per-unit {
    text-align: center !important;
    font-size: 11px !important;
}

/* Центруємо нижню частину */
.license-info-item-desc {
    text-align: left !important;
    padding: 5px 0 15px 0 !important;
}




/* Стиль для заголовків сторінок жанрів */
.page-header {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
}

.page-header h1 {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-header p {
    font-size: 18px;
    letter-spacing: 1px;
}


/* --- АДАПТИВНЕ МЕНЮ ДЛЯ МОБІЛЬНИХ --- */
@media (max-width: 768px) {
    .top-menu {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 8px !important;
        padding: 5px 0 !important;
    }
    
    .top-menu a {
        font-size: 9px !important;
        letter-spacing: 1px !important;
        margin: 0 4px !important;
        padding: 8px 0 !important;
        white-space: nowrap !important;
    }
}



/* --- ФІКС КЛІКАБЕЛЬНОСТІ МЕНЮ НА МОБІЛЬНИХ --- */
@media (max-width: 768px) {
    .top-menu a {
        pointer-events: auto !important;
        cursor: pointer !important;
        z-index: 99999 !important;
        position: relative !important;
        display: inline-block !important;
    }
    
    .top-menu {
        z-index: 99999 !important;
        position: relative !important;
    }
    
    header {
        z-index: 99999 !important;
    }
}

/* ========== ПОВНА АДАПТИВНІСТЬ ========== */

/* --- ПЛАНШЕТИ (768px - 1024px) --- */
@media (min-width: 768px) and (max-width: 1024px) {
    /* Хедер */
    header {
        width: 95% !important;
        min-width: auto !important;
        padding: 0 20px !important;
    }
    
    .top-menu a {
        font-size: 10px !important;
        letter-spacing: 3px !important;
        margin: 0 12px !important;
    }
    
    /* Жанри */
    .genres-links-container {
        margin-top: 20px !important;
        padding-top: 5px !important;
    }
    
    .genres-links-container a {
        font-size: 13px !important;
        padding: 0 6px !important;
    }
    
    /* Кнопки */
    .button-container .buy-beats-button {
        width: 260px !important;
        height: 55px !important;
        font-size: 16px !important;
    }
    
    /* Плеєр */
    .player {
        width: 90% !important;
    }
    
    /* Текст банеру */
    .hero-text {
        width: 70vw !important;
    }
    
    /* Тикер */
    .custom-hero-ticker {
        height: 200px !important;
    }
    
    .ticker-item img {
        height: 140px !important;
        min-width: 140px !important;
    }
}

/* --- МОБІЛЬНІ ТЕЛЕФОНИ (до 767px) --- */
@media (max-width: 767px) {
    /* ===== ХЕДЕР МЕНЮ ===== */
    header {
        width: 95% !important;
        height: auto !important;
        min-height: 50px !important;
        padding: 8px 12px !important;
        top: 10px !important;
        border-radius: 40px !important;
    }
    
    .top-menu {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        padding: 5px 0 !important;
    }
    
    .top-menu a {
        display: inline-block !important;
        margin: 0 10px !important;
        padding: 8px 0 !important;
        font-size: 10px !important;
        letter-spacing: 2px !important;
        color: #fff !important;
        background: transparent !important;
        -webkit-text-fill-color: #fff !important;
    }
    
    /* ===== БАНЕР ===== */
    .bg-ground {
        min-height: 550px !important;
        height: auto !important;
        padding-top: 70px !important;
    }
    
    /* ПНГ НАПИС (HERO TEXT) */
    .hero-text {
        width: 85vw !important;
        max-width: 400px !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        margin: 80px auto 20px auto !important;
        display: block !important;
    }
    
    .desktop-text {
        display: none !important;
    }
    
    .mobile-text {
        display: block !important;
    }
    
    /* ===== ПІДЖАНРИ ===== */
    .genres-links-container {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin: 15px auto !important;
        padding: 8px 12px !important;
        background: rgba(0, 0, 0, 0.5) !important;
        border-radius: 40px !important;
        width: 90% !important;
        transform: none !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        text-align: center !important;
    }
    
    .genres-links-container a {
        font-size: 11px !important;
        padding: 0 8px !important;
        display: inline-block !important;
        white-space: nowrap !important;
    }
    
    /* ===== ДВІ КНОПКИ ===== */
    .button-container {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin: 20px auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
    }
    
    .button-container .buy-beats-button {
        width: 260px !important;
        height: 48px !important;
        font-size: 14px !important;
        letter-spacing: 1px !important;
        border-radius: 30px !important;
        margin: 0 !important;
    }
    
    /* ===== РУХОМИЙ СПИСОК ПЛАТФОРМ (ТИКЕР) ===== */
    .custom-hero-ticker {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        height: 100px !important;
        margin: 20px auto !important;
        -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent) !important;
        mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent) !important;
    }
    
    .ticker-item {
        padding: 0 25px !important;
    }
    
    .ticker-item img {
        height: 60px !important;
        min-width: 60px !important;
        opacity: 0.8 !important;
    }
    
    /* ===== ПЛЕЄР ===== */
    .player-wrap {
        margin-top: 30px !important;
    }
    
    .player {
        width: 95% !important;
        margin: 0 auto !important;
        border-radius: 20px !important;
    }
    
    .player iframe {
        height: 450px !important;
    }
    
    /* ===== ЗАГОЛОВКИ СЕКЦІЙ ===== */
    .head {
        font-size: 28px !important;
        padding: 50px 0 30px !important;
        letter-spacing: 3px !important;
    }
    
    /* ===== PAYMENT SECTION ===== */
    .payment-section {
        padding: 50px 15px !important;
    }
    
    .main-benefit-text {
        font-size: 24px !important;
        margin-bottom: 40px !important;
    }
    
    .payment-icons {
        gap: 15px !important;
        margin-bottom: 40px !important;
    }
    
    .payment-icons img {
        height: 20px !important;
    }
    
    .steps-grid {
        gap: 30px !important;
    }
    
    .step-card h3 {
        font-size: 18px !important;
    }
    
    .step-card p {
        font-size: 13px !important;
    }
    
    /* ===== КАРТКИ ЛІЦЕНЗІЙ ===== */
    .license-info {
        padding-top: 40px !important;
        padding-bottom: 60px !important;
    }
    
    .license-info-item {
        min-width: 260px !important;
        margin: 0 12px !important;
    }
    
    .license-type {
        font-size: 16px !important;
    }
    
    .license-price {
        font-size: 24px !important;
    }
    
    .license-per-unit {
        font-size: 10px !important;
    }
    
    .license-info-features li {
        font-size: 11px !important;
        padding: 8px 0 8px 24px !important;
    }
    
    /* ===== ВІДЕО ===== */
    .yt-pl-iframe {
        width: 95% !important;
        margin: 30px auto !important;
        border-radius: 30px !important;
    }
    
    .yt-pl-iframe iframe {
        height: 220px !important;
    }
    
    /* ===== КОНТАКТИ ===== */
    .contact-form {
        width: 90% !important;
        padding-bottom: 50px !important;
    }
    
    .contact-form input,
    .contact-form textarea {
        font-size: 14px !important;
        padding: 12px !important;
        margin-bottom: 12px !important;
    }
    
    .contact-form button {
        padding: 12px 30px !important;
        font-size: 14px !important;
    }
    
    /* ===== ФУТЕР ===== */
    footer {
        padding: 30px 20px !important;
    }
    
    .logo-mini {
        width: 180px !important;
        margin-bottom: 20px !important;
    }
    
    .footer-row {
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px !important;
    }
    
    .subscribe.text-left {
        text-align: center !important;
    }
    
    .socials-circles {
        justify-content: center !important;
    }
    
    .socials-circles a {
        width: 40px !important;
        height: 40px !important;
        font-size: 18px !important;
    }
    
    .rights {
        text-align: center !important;
        padding-left: 0 !important;
        font-size: 10px !important;
    }
}

/* --- ДУЖЕ МАЛЕНЬКІ ТЕЛЕФОНИ (до 480px) --- */
@media (max-width: 480px) {
    .top-menu a {
        margin: 0 8px !important;
        font-size: 9px !important;
        letter-spacing: 1.5px !important;
    }
    
    .hero-text {
        width: 90vw !important;
        margin: 60px auto 15px auto !important;
    }
    
    .genres-links-container a {
        font-size: 9px !important;
        padding: 0 6px !important;
    }
    
    .button-container .buy-beats-button {
        width: 240px !important;
        height: 44px !important;
        font-size: 13px !important;
    }
    
    .ticker-item img {
        height: 50px !important;
        min-width: 50px !important;
    }
    
    .head {
        font-size: 24px !important;
        letter-spacing: 2px !important;
    }
    
    .license-info-item {
        min-width: 240px !important;
    }
}

/* --- ВЕЛИКІ ДЕСКТОПИ (понад 1400px) --- */
@media (min-width: 1400px) {
    .hero-text {
        width: 45vw !important;
        max-width: 700px !important;
    }
    
    .button-container .buy-beats-button {
        width: 320px !important;
        height: 65px !important;
        font-size: 22px !important;
    }
    
    .license-info .slider {
        max-width: 1400px !important;
    }
    
    .license-info-item {
        max-width: 340px !important;
        min-width: 340px !important;
    }
}

/* --- ФІКС ПОВНОЕКРАННОГО БАНЕРА --- */
.bg-ground {
    min-height: 100vh !important;
    height: auto !important;
    background-size: cover !important;
    background-position: center center !important;
}

@media (max-width: 768px) {
    .bg-ground {
        min-height: 100vh !important;
        background-attachment: scroll !important;
    }
}


/* МОБІЛЬНА ВЕРСІЯ */
@media (max-width: 768px) {
    .bg-ground {
        padding: 70px 15px 15px 15px;
        background-attachment: scroll;
    }
    
    .logo {
        width: 70%;
        max-width: 280px;
        margin: 20px auto;
    }
    
    .hero-text {
        width: 85vw;
        margin: 15px auto;
    }
    
    .desktop-text {
        display: none;
    }
    
    .mobile-text {
        display: block;
    }
    
    .genres-links-container {
        background: rgba(0, 0, 0, 0.5);
        padding: 8px 16px;
        border-radius: 40px;
        backdrop-filter: blur(8px);
        width: auto;
        display: inline-block;
        margin: 15px auto;
        white-space: nowrap;
        overflow-x: auto;
        max-width: 90%;
    }
    
    .genres-links-container a {
        font-size: 11px;
        padding: 0 8px;
        white-space: nowrap;
    }
    
    .button-container {
        flex-direction: column;
        gap: 15px;
        margin: 20px auto;
    }
    
    .buy-beats-button {
        width: 240px;
        height: 48px;
        font-size: 13px;
    }
    
    .custom-hero-ticker {
        height:110px;
        margin-top: 15px;
    }
    
    .ticker-item img {
        height: 75px;
    }
}

@media (max-width: 480px) {
    .buy-beats-button {
        width: 200px;
        height: 44px;
        font-size: 12px;
    }
    
    .genres-links-container a {
        font-size: 9px;
        padding: 0 5px;
    }
    
    .custom-hero-ticker {
        height: 70px;
    }
    
    .ticker-item img {
        height: 50px;
    }
}

@media (min-width: 1400px) {
    .hero-text {
        width: 45vw;
        max-width: 700px;
    }
    
    .buy-beats-button {
        width: 320px;
        height: 65px;
        font-size: 20px;
    }
}



/* ХОВАЄМО ЛОГОТИП (він не потрібен, бо є текст) */
.logo {
    display: none !important;
}

/* ТЕКСТ (PNG) */
.hero-text {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 55vw !important;
    max-width: 800px !important;
    margin: 20px auto !important;
}

/* ПІДЖАНРИ */
.genres-links-container {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 20px auto !important;
    text-align: center !important;
    width: auto !important;
}

/* КНОПКИ */
.button-container {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 25px !important;
    margin: 30px auto !important;
    width: 100% !important;
}

/* БІГУЧА СТРІЧКА */
.custom-hero-ticker {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    margin-top: 40px !important;
    width: 100% !important;
}

/* МОБІЛЬНА ВЕРСІЯ */
@media (max-width: 768px) {
    .button-container {
        flex-direction: column !important;
        gap: 15px !important;
        margin: 20px auto !important;
    }
    
    .hero-text {
        width: 85vw !important;
        margin: 15px auto !important;
    }
    
    .genres-links-container {
        background: rgba(0, 0, 0, 0.5) !important;
        backdrop-filter: blur(8px) !important;
        padding: 8px 16px !important;
        border-radius: 40px !important;
        white-space: nowrap !important;
        overflow-x: auto !important;
        max-width: 90% !important;
    }
    
    .genres-links-container a {
        font-size: 10px !important;
        padding: 0 6px !important;
    }
    
    .custom-hero-ticker {
        margin-top: 20px !important;
        height: 90px !important;
    }
}

@media (max-width: 480px) {
    .buy-beats-button {
        width: 220px !important;
        height: 48px !important;
        font-size: 13px !important;
    }
    
    .hero-text {
        width: 90vw !important;
    }
    
    .genres-links-container a {
        font-size: 9px !important;
        padding: 0 4px !important;
    }
}


/* ========== HERO СЕКЦІЯ (АДАПТИВНА ДЛЯ ВСІХ ПРИСТРОЇВ) ========== */
/* .bg-ground:first-of-type {
    min-height: 100vh;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 5% 30px 5%;
    position: relative;
}

.bg-ground:first-of-type .logo {
    display: none;
}

.bg-ground:first-of-type .hero-text {
    width: min(45vw, 600px);
    max-width: 80%;
    margin: 0 auto;
    flex-shrink: 1;
}

.bg-ground:first-of-type .button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: clamp(15px, 3vw, 35px);
    margin: clamp(15px, 3vh, 30px) 0;
    flex-wrap: wrap;
}

.bg-ground:first-of-type .buy-beats-button {
    width: clamp(180px, 25vw, 300px);
    height: clamp(45px, 7vh, 65px);
    font-size: clamp(12px, 2vw, 18px);
    border-radius: 35px;
}

.bg-ground:first-of-type .genres-links-container {
    margin: clamp(10px, 2vh, 25px) 0;
    text-align: center;
}

.bg-ground:first-of-type .genres-links-container a {
    color: #fff;
    font-size: clamp(10px, 1.8vw, 15px);
    padding: 0 clamp(6px, 1.5vw, 14px);
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
    white-space: nowrap;
}

.bg-ground:first-of-type .genres-links-container a:hover {
    color: #ff0000;
}

.bg-ground:first-of-type .custom-hero-ticker {
    width: 100%;
    height: clamp(60px, 12vh, 120px);
    margin-top: auto;
    margin-bottom: 0;
}

.bg-ground:first-of-type .ticker-item img {
    height: clamp(35px, 7vh, 80px);
    width: auto;
}

.bg-ground:first-of-type .ticker-item {
    padding: 0 clamp(15px, 4vw, 60px);
}

@media (max-width: 1024px) and (min-width: 769px) {
    .bg-ground:first-of-type .hero-text {
        width: 55vw;
        max-width: 500px;
    }
    .bg-ground:first-of-type .buy-beats-button {
        width: 220px;
        height: 52px;
        font-size: 14px;
    }
    .bg-ground:first-of-type .genres-links-container a {
        font-size: 12px;
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .bg-ground:first-of-type {
        padding: 60px 4% 20px 4%;
        justify-content: space-between;
    }
    .bg-ground:first-of-type .hero-text {
        width: 75vw;
        max-width: 350px;
        margin: 0 auto;
    }
    .bg-ground:first-of-type .button-container {
        flex-direction: column;
        gap: 12px;
        margin: 15px 0;
    }
    .bg-ground:first-of-type .buy-beats-button {
        width: 200px;
        height: 46px;
        font-size: 13px;
    }
    .bg-ground:first-of-type .genres-links-container {
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(8px);
        padding: 8px 12px;
        border-radius: 40px;
        white-space: nowrap;
        overflow-x: auto;
        max-width: 95%;
        margin: 10px 0;
    }
    .bg-ground:first-of-type .genres-links-container a {
        font-size: 11px;
        padding: 0 8px;
    }
    .bg-ground:first-of-type .custom-hero-ticker {
        height: 65px;
    }
    .bg-ground:first-of-type .ticker-item img {
        height: 38px;
    }
    .bg-ground:first-of-type .ticker-item {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .bg-ground:first-of-type {
        padding: 55px 3% 15px 3%;
    }
    .bg-ground:first-of-type .hero-text {
        width: 85vw;
        max-width: 280px;
    }
    .bg-ground:first-of-type .buy-beats-button {
        width: 180px;
        height: 42px;
        font-size: 12px;
    }
    .bg-ground:first-of-type .genres-links-container a {
        font-size: 9px;
        padding: 0 5px;
    }
    .bg-ground:first-of-type .custom-hero-ticker {
        height: 50px;
    }
    .bg-ground:first-of-type .ticker-item img {
        height: 30px;
    }
    .bg-ground:first-of-type .ticker-item {
        padding: 0 12px;
    }
}

@media (min-height: 900px) {
    .bg-ground:first-of-type {
        justify-content: center;
        gap: 15px;
    }
    .bg-ground:first-of-type .custom-hero-ticker {
        margin-top: 20px;
    }
}

@media (max-height: 650px) {
    .bg-ground:first-of-type {
        justify-content: space-between;
        padding: 55px 5% 15px 5%;
    }
    .bg-ground:first-of-type .hero-text {
        width: 40vw;
        max-width: 350px;
        margin: 0;
    }
    .bg-ground:first-of-type .button-container {
        margin: 5px 0;
        gap: 8px;
    }
    .bg-ground:first-of-type .buy-beats-button {
        width: 160px;
        height: 38px;
        font-size: 11px;
    }
    .bg-ground:first-of-type .genres-links-container {
        margin: 5px 0;
    }
    .bg-ground:first-of-type .genres-links-container a {
        font-size: 10px;
        padding: 0 6px;
    }
    .bg-ground:first-of-type .custom-hero-ticker {
        height: 50px;
    }
    .bg-ground:first-of-type .ticker-item img {
        height: 30px;
    }
} */

/* Переваги з зеленими галочками */
.benefits-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin: 15px 0 10px 0;
    flex-wrap: wrap;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Arial', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}

.benefit-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #2ecc71;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

/* Мобільна версія */
@media (max-width: 768px) {
    .benefits-list {
        gap: 15px;
        margin: 10px 0;
    }
    .benefit-item {
        font-size: 11px;
    }
    .benefit-check {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .benefits-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    .benefit-item {
        font-size: 8px;
    }
}

/* ПРИМУСОВІ РОЗМІРИ ДЛЯ МОБІЛЬНОЇ СТРІЧКИ */
@media (max-width: 768px) {
    .custom-hero-ticker {
        height: 110px !important;
    }
    .ticker-item img {
        height: 175px !important;
        min-width: 75px !important;
    }
    .ticker-item {
        padding: 0 35px !important;
    }
}

/* ========== ЦЕНТРУВАННЯ ВСІЄЇ СЕКЦІЇ ЛІЦЕНЗІЙ ========== */
.license-info {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100vh !important;
    padding: 60px 20px !important;
}

.license-info .head {
    margin-bottom: 30px !important;
}

.license-info .slider {
    width: 100% !important;
    max-width: 1200px !important;
}

/* Для мобільних */
@media (max-width: 768px) {
    .license-info {
        padding: 40px 15px !important;
        min-height: auto !important;
    }
    
    .license-info .head {
        margin-bottom: 25px !important;
        font-size: 32px !important;
    }
}



/* ПІДНЯТТЯ КАРТОК ТІЛЬКИ НА ПК - ПРИМУСОВО */
@media (min-width: 769px) {
    .license-info .slider {
        position: relative;
        top: -80px !important;
    }
}


@media (min-width: 769px) {
    .license-info .head {
        position: relative;
        top: -200px !important;
    }
}


/* ФІКС ЖИРНОСТІ ШРИФТУ НА ДЕСКТОПІ */
@media (min-width: 769px) {
    .head {
        font-weight: 500 !important;
    }
}


/* ВІДСТУП ЗВЕРХУ ПЛЕЄРА - ДЕСКТОП */
.player-wrap {
    margin-top: 160px !important;
}

/* ВІДСТУП ЗВЕРХУ ПЛЕЄРА - МОБІЛЬНИЙ */
@media (max-width: 768px) {
    .player-wrap {
        margin-top: 50px !important;
    }
}





/* ========== ABOUT SECTION ========== */
.about-section {
    padding: 80px 20px 100px !important;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-logo {
    text-align: center;
    margin-bottom: 40px;
}

.about-logo img {
    max-width: 250px;
    height: auto;
}

.about-wrapper {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(20px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 40px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 50px;
    transition: all 0.3s ease;
}

.about-wrapper:hover {
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.3) !important;
}

.about-text {
    flex: 1;
    text-align: left;
    max-width: 480px;
}

.about-text h3 {
    font-size: 28px;
    margin-bottom: 18px;
    color: #fff;
    font-weight: 700;
}

.about-text p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 14px;
    color: #fff;
}

.about-signature {
    font-style: italic;
    font-size: 17px !important;
    margin-top: 20px !important;
    color: #fff !important;
}

.about-image {
    flex: 0 0 300px;
    text-align: center;
}

.about-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.about-image img:hover {
    transform: scale(1.02);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Мобільна версія */
@media (max-width: 768px) {
    .about-section {
        padding: 50px 15px 70px !important;
    }
    
    .about-logo img {
        max-width: 180px;
    }
    
    .about-wrapper {
        flex-direction: column;
        padding: 30px;
        gap: 30px;
        border-radius: 30px;
    }
    
    .about-text {
        text-align: left;
        max-width: 100%;
    }
    
    .about-text h3 {
        font-size: 24px;
    }
    
    .about-text p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .about-signature {
        font-size: 16px !important;
    }
    
    .about-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
    }
    
    .about-image img {
        max-width: 220px;
    }
}

/* ПРИБИРАЄМО РОЗМИТТЯ З ЛОГОТИПУ */
.about-logo {
    position: relative;
    z-index: 5;
}

.about-logo img {
    filter: none !important;
    backdrop-filter: none !important;
}

/* НИЖНЯ ЧАСТИНА ФУТЕРА */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links .separator {
    color: #555;
}

.rights {
    font-size: 12px;
    letter-spacing: 1px;
    color: #ccc;
    margin: 0;
    padding: 0;
}

/* Мобільна версія */
@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .footer-links {
        justify-content: center;
    }
}

/* ПРИБРАТИ ПОЛОСКУ МІЖ БЛОКАМИ */
.about-section {
    margin-top: -20px !important;
    position: relative;
    z-index: 2;
}

.yt-pl {
    margin-bottom: -20px !important;
    position: relative;
    z-index: 1;
}





/* ===== CREDITS CAROUSEL ===== */
.credits-section {
    background: #0a0a0a;
    padding: 60px 0;
    position: relative;
}

.credits-title {
    text-align: center;
    margin-bottom: 50px;
}

.credits-title h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    color: #888;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.credits-title .signature {
    font-family: 'Arial', cursive;
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
}

.carousel-section {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 20px 10px;
}

.carousel-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 25px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgb(0,0,0) 10%, rgb(0,0,0) 90%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgb(0,0,0) 10%, rgb(0,0,0) 90%, rgba(0,0,0,0) 100%);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.carousel-list::-webkit-scrollbar {
    display: none;
}

.carousel-item {
    scroll-snap-align: start;
    flex-shrink: 0;
}

/* Картка кредиту */
.credit-card {
    cursor: pointer;
    height: 400px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 340px;
    border-radius: 12px;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.credit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.credit-card-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    overflow: hidden;
}

.credit-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.credit-card:hover .credit-card-image img {
    transform: scale(1.05);
}

.credit-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 100%);
    border-radius: 12px;
    pointer-events: none;
}

.credit-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 20px;
    text-align: left;
}

.credit-artist {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}

.credit-track {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}

/* Кнопки навігації */
.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(5px);
}

.carousel-prev:hover,
.carousel-next:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scale(1.05);
}

.carousel-prev {
    left: 20px;
}

.carousel-next {
    right: 20px;
}

/* Адаптив для мобільних */
@media (max-width: 768px) {
    .credits-section {
        padding: 40px 0;
    }
    
    .credits-title .signature {
        font-size: 32px;
    }
    
    .credit-card {
        height: 320px;
        width: 260px;
    }
    
    .credit-artist {
        font-size: 18px;
    }
    
    .credit-track {
        font-size: 13px;
    }
    
    .carousel-prev,
    .carousel-next {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }
    
    .carousel-prev {
        left: 5px;
    }
    
    .carousel-next {
        right: 5px;
    }

    
}

.framer-1pkk63p-container {
    background: #000000;
}

/* Базові стилі для всіх екранів (включаючи мобільні) */
.credits-section {
    background: #0a0a0a;
    padding: 60px 20px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carousel-section {
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 20px 40px;
}

.carousel-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 25px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.credit-card {
    cursor: pointer;
    height: 400px;
    width: 340px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    border-radius: 12px;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
}

/* Адаптив для планшетів (від 769px до 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .carousel-section {
        max-width: 900px;
        padding: 20px 35px;
    }
    
    .credit-card {
        height: 360px;
        width: 300px;
    }
    
    .credit-artist {
        font-size: 20px;
    }
    
    .credit-track {
        font-size: 14px;
    }
    
    .carousel-list {
        gap: 20px;
    }
}

/* Адаптив для маленьких десктопів (від 1025px до 1280px) */
@media (min-width: 1025px) and (max-width: 1280px) {
    .carousel-section {
        max-width: 1100px;
        padding: 20px 40px;
    }
    
    .credit-card {
        height: 380px;
        width: 320px;
    }
}

/* Адаптив для великих десктопів (від 1281px до 1600px) */
@media (min-width: 1281px) and (max-width: 1600px) {
    .carousel-section {
        max-width: 1300px;
    }
    
    .credit-card {
        height: 400px;
        width: 340px;
    }
}

/* Адаптив для дуже великих екранів (від 1601px) */
@media (min-width: 1601px) {
    .carousel-section {
        max-width: 1500px;
    }
    
    .credit-card {
        height: 440px;
        width: 380px;
    }
    
    .credit-artist {
        font-size: 24px;
    }
    
    .credit-track {
        font-size: 18px;
    }
}

/* МОБІЛЬНІ (до 768px) - окремий блок, який НЕ буде застосовуватися до інших */
@media (max-width: 768px) {
    .credits-section {
        padding: 40px 10px;
    }
    
    .carousel-section {
        padding: 20px 30px;
        max-width: 100%;
    }
    
    .credit-card {
        height: 300px;
        width: 240px;
    }
    
    .credit-artist {
        font-size: 16px;
    }
    
    .credit-track {
        font-size: 12px;
    }
    
    .carousel-list {
        gap: 15px;
    }
}


/* --- ФІНАЛЬНИЙ ФІКС: ЗЕЛЕНІ ТОЧКИ ТА ТЕКСТ --- */

ul.license-info-features {
    margin: 0 !important;
    padding: 25px 0 !important;
    list-style: none !important;
    text-align: left !important;
}

ul.license-info-features li {
    position: relative !important;
    padding: 8px 15px 8px 45px !important; 
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #ffffff !important;
    font-family: Arial, sans-serif !important;
    font-weight: 600 !important;
    text-align: left !important;
}

ul.license-info-features li:before {
    content: '' !important;
    position: absolute !important;
    left: 20px !important; 
    top: 14px !important;
    display: block !important;
    width: 7px !important;
    height: 7px !important;
    /* ЗЕЛЕНИЙ КОЛІР ТУТ */
    background: #00ff41 !important; 
    border-radius: 50% !important;
    /* НЕОНОВЕ СЯЙВО */
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.7) !important;
}


/* --- СТИЛЬ З СІРИМ ПЕРЕКРЕСЛЕННЯМ ТА ЧЕРВОНОЮ ТОЧКОЮ --- */

ul.license-info-features li.not-included {
    color: rgba(255, 255, 255, 0.3) !important; /* Текст стає тьмяним */
    text-decoration: line-through !important; /* Сама лінія перекреслення */
    
    /* КОЛІР ЛІНІЇ — СІРИЙ */
    text-decoration-color: rgba(150, 150, 150, 0.8) !important; 
}

ul.license-info-features li.not-included:before {
    /* ТОЧКА ЗАЛИШАЄТЬСЯ ЧЕРВОНОЮ */
    background: #ff3b3b !important; 
    box-shadow: 0 0 10px rgba(255, 59, 59, 0.8) !important;
}


/* Тільки для назви ліцензії (Basic, Pro тощо) */
.license-type {
    font-family: 'Arial Black', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

/* Тільки для ціни ($29.90) */
.license-price {
    font-family: 'Railway', sans-serif !important;
    font-size: 42px !important;
}

/* Тільки для списку з точками (твій текст) */
ul.license-info-features li {
    font-family: 'Arial', sans-serif !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}

/* --- АДАПТИВ КАРТОК: ОДНАКОВА ВИСОТА БЕЗ ДІРОК (MOBILE) --- */
@media (max-width: 768px) {
    /* 1. Робимо всі картки в слайдері однаковими по висоті */
    .slick-track {
        display: flex !important;
        align-items: stretch !important;
    }

    .license-info-item {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important; /* Розтягуємо на всю доступну висоту */
        margin-bottom: 0 !important;
    }

    /* 2. Головний секрет: розтягуємо блок з описом, щоб він заповнив пустку */
    .license-info-item-desc {
        flex-grow: 1 !important; 
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important; /* Рівномірно розподіляємо контент */
        padding-bottom: 25px !important;
    }

    /* 3. Список спирається на верх, а кнопка (якщо вона є) буде завжди внизу */
    ul.license-info-features {
        flex-grow: 1 !important;
        margin-bottom: 15px !important;
    }
}


/* --- СТИЛЬ ВИДІЛЕНОЇ КАРТКИ (TRACK STEMS) --- */

.highlight-card {
    background: #b6ff8c !important; /* Той самий салатовий колір */
    position: relative !important;
    border: none !important;
    transform: scale(1.03) !important; /* Початковий розмір */
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important; /* Плавність анімації */
}

/* --- ЕФЕКТ ПРИ НАВЕДЕННІ (HOVER) --- */
.highlight-card:hover {
    transform: scale(1.06) !important; /* Ще трохи збільшується */
    box-shadow: 0 15px 50px rgba(0,0,0,0.4) !important;
    background: #b6ff8c !important; /* Тримаємо фон */
}

/* ГОЛОВНИЙ ФІКС: щоб текст не ставав білим при наведенні */
.highlight-card:hover .license-info-item-head,
.highlight-card:hover .license-info-item-desc,
.highlight-card:hover .license-type,
.highlight-card:hover .license-price,
.highlight-card:hover .license-per-unit,
.highlight-card:hover ul.license-info-features li {
    color: #000 !important; /* Примусово лишаємо чорним */
}

/* Чорна мітка "MOST POPULAR" */
.popular-badge {
    background: #000 !important;
    color: #fff !important;
    text-align: center !important;
    padding: 5px 0 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border-radius: 20px 20px 0 0 !important;
}

/* Налаштування тексту для світлого фону */
.highlight-card .license-info-item-head,
.highlight-card .license-info-item-desc {
    background: transparent !important;
    color: #000 !important;
}

.highlight-card .license-type,
.highlight-card .license-price,
.highlight-card .license-per-unit,
.highlight-card ul.license-info-features li {
    color: #000 !important;
    font-weight: 700 !important;
}

/* Чорні точки */
.highlight-card ul.license-info-features li:before {
    background: #000 !important;
    box-shadow: none !important;
}

/* Закреслені пункти */
.highlight-card ul.license-info-features li.not-included {
    color: rgba(0, 0, 0, 0.4) !important;
    text-decoration-color: rgba(0, 0, 0, 0.4) !important;
}

.highlight-card ul.license-info-features li.not-included:before {
    background: rgba(0, 0, 0, 0.2) !important;
}

/* Кнопка READ MORE */
.highlight-card .license-info-read-more {
    background: #000 !important;
    color: #fff !important;
}

/* КНОПКА "WHY PICK THIS LICENSE" */
.button-container {
    text-align: center !important;
    padding: 15px 0 !important;
}

.btn-why {
    display: inline-block !important;
    padding: 8px 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important; /* Тонка біла рамка */
    border-radius: 6px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    transition: 0.3s !important;
}

.btn-why:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff !important;
}

/* Фікс кнопки для салатової картки (щоб була чорною) */
.highlight-card .btn-why {
    border-color: rgba(0, 0, 0, 0.4) !important;
    color: #000000 !important;
}

.highlight-card .btn-why:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    border-color: #000000 !important;
}


/* --- ПОВНЕ ВІДНОВЛЕННЯ ЦЕНТРУ ТА ВИРІВНЮВАННЯ КНОПОК --- */

/* 1. ПОВЕРТАЄМО ЗАГОЛОВОК ПО ЦЕНТРУ */
#license {
    text-align: center !important;
}

#license h2.head {
    display: block !important;
    width: 100% !important;
    margin: 0 auto 40px auto !important;
    text-align: center !important;
}

/* 2. РОБОТА З КАРТКАМИ (БЕЗ ЛАМАННЯ СЛАЙДЕРА) */
.license-info-item {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important; /* Тягнемо висоту */
    min-height: 550px !important; /* Можеш підібрати під себе, щоб всі були високі */
    justify-content: space-between !important;
}

/* 3. КОНТЕЙНЕР ОПИСУ ТА СПИСКУ */
.license-info-item-desc {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important; /* Забирає вільне місце */
}

/* 4. СПИСОК (Штовхає кнопку вниз) */
.license-info-features {
    flex-grow: 1 !important;
    margin-bottom: 20px !important;
}

/* 5. КНОПКА ЗАВЖДИ ВНИЗУ (В ОДНУ ЛІНІЮ) */
.button-container {
    margin-top: auto !important;
    padding: 10px 0 !important;
    width: 100% !important;
    text-align: center !important;
}

/* ФІКС ДЛЯ ТРЕКУ СЛАЙДЕРА (щоб картки бачили висоту одна одної) */
.slick-track, .owl-stage {
    display: flex !important;
}

/* 1. Змушуємо кожну картку займати 100% висоти слайда */
.license-info-item {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important; /* Саме 100%, щоб тягнулося по слайдеру */
    min-height: 100% !important;
    box-sizing: border-box !important;
}

/* 2. Контейнер з текстом розтягуємо на весь залишок */
.license-info-item-desc {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 0 auto !important; /* Заповнює порожнечу */
    justify-content: space-between !important; /* Список зверху, кнопка знизу */
}

/* 3. Список штовхає кнопку вниз */
.license-info-features {
    flex-grow: 1 !important;
    margin-bottom: 20px !important;
}

/* 4. Фіксуємо кнопку в самому низу */
.button-container {
    margin-top: auto !important;
    padding-bottom: 10px !important;
    width: 100% !important;
    text-align: center !important;
}

/* ФІКС ДЛЯ СЛАЙДЕРА: щоб він не схлопувався */
.slider .slick-track,
.slider .owl-stage {
    display: flex !important;
}
.slider .slick-slide,
.slider .owl-item {
    height: inherit !important; /* Щоб слайди були однієї висоти */
}





/* Стилі для переходів */
.license-info-item-desc ul,
.license-info-item-desc > .button-container {
    transition: all 0.3s ease;
}

.license-explanation-view {
    animation: fadeIn 0.3s ease;
}

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

/* Стиль для кнопки Go back (БІЛА) */
.btn-go-back {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
}

.btn-go-back:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.02);
}

/* Кнопка Why pick this license? (БІЛА) */
.btn-why {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.btn-why:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff !important;
}

/* Для салатової картки кнопки теж білі */
.highlight-card .btn-why {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.highlight-card .btn-why:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff !important;
}

.highlight-card .btn-go-back {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.highlight-card .btn-go-back:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}

/* Мобільна версія */
@media (max-width: 768px) {
    .license-explanation-view {
        padding: 15px !important;
        margin: 8px !important;
    }
    .license-explanation-view h3 {
        font-size: 18px !important;
    }
    .license-explanation-view p {
        font-size: 11px !important;
    }
    .btn-go-back {
        padding: 6px 16px !important;
        font-size: 11px !important;
    }
}

/* ЗМІНА ШРИФТУ ТА РОЗМІРУ ДЛЯ НАЗВИ ЛІЦЕНЗІЇ, ЦІНИ ТА PER UNITS */

/* Назва ліцензії (BASIC MP3 LEASE) */
.license-type {
    font-family: 'Arial', sans-serif !important;
    font-size: 18px !important;      /* Зміни цей розмір */
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

/* Ціна ($29.90) */
.license-price {
    font-family: 'Arial', sans-serif !important;
    font-size: 48px !important;      /* Зміни цей розмір */
    font-weight: 800 !important;
    color: #ffffff !important;
}

/* Текст PER UNITS */
.license-per-unit {
    font-family: 'Arial', sans-serif !important;
    font-size: 11px !important;      /* Зміни цей розмір */
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    color: rgba(255, 255, 255, 0.7) !important;
}





/* ===== ВІДЕО СЕКЦІЯ - ФІНАЛЬНИЙ ФІКС ===== */
#video {
    background: #fff;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#video .head {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    padding-top: 40px !important;
}

.yt-pl {
    background: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

.yt-pl-iframe {
    display: block !important;
    width: 50% !important;
    margin: 0 auto !important;
    position: relative !important;
    top: auto !important;
    transform: none !important;
}

/* ОСЬ ТУТ ДОДАЄМО БІЛИЙ ПРОСТІР ПІСЛЯ ВІДЕО */
.yt-pl-iframe iframe {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 38px !important;
    margin-bottom: 60px !important;  /* ← ЦЕ ДОДАСТЬ БІЛИЙ ПРОСТІР ЗНИЗУ */
}

.bg-fade {
    display: none;
}
.yt-pl-iframe {
    margin-bottom: 80px !important;
}

/* ===== МОБІЛЬНА ВЕРСІЯ ВІДЕО ===== */
@media (max-width: 768px) {
    #video .head {
        margin-bottom: 20px !important;
        padding-top: 30px !important;
        font-size: 28px !important;
    }
    
    .yt-pl-iframe {
        width: 90% !important;
        margin-bottom: 50px !important;
    }
    
    .yt-pl-iframe iframe {
        height: 220px !important;
        margin-bottom: 0 !important;
    }
    
    /* Білий простір під відео на мобілці */
    .yt-pl {
        padding-bottom: 60px !important;
    }
}





/* Cookie Banner */
.cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    backdrop-filter: blur(3px);
}

.cookie-banner {
    position: fixed;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #1a1a2e;
    color: #eee;
    padding: 25px 30px;
    z-index: 9999;
    font-family: Arial, sans-serif;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    border: 1px solid #2d2d44;
    min-width: 320px;
    max-width: 500px;
    text-align: center;
}

.cookie-message {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.cookie-message a {
    color: #00ff88;
    text-decoration: underline;
}

.cookie-banner button {
    border: none;
    padding: 10px 25px;
    margin: 5px 8px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
}

.cookie-accept {
    background: #00ff88;
    color: #1a1a2e;
}

.cookie-decline {
    background: #444;
    color: white;
}

@media (max-width: 768px) {
    .cookie-banner {
        min-width: 280px;
        padding: 20px;
    }
}