body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #06123A;
    color: white;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    background-color: #06123A;
    border-bottom: 1px solid #ffffff11;
    flex-wrap: wrap;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 32px;
}

.logo {
    height: 38px;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    color: #cfcfcf;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.nav-links a.active {
    color: #fff;
    font-weight: 600;
}

.nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff6b00;
    border-radius: 2px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.igaming {
    height: 28px;
}

.help-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #ffffff66;
    padding: 7px 14px;
    border-radius: 24px;
    font-weight: 500;
}

.btn {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 24px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}

.btn.orange {
    background-color: #e95f28;
    color: #06123A;
}

.btn.outline {
    background: none;
    border: 1px solid white;
    color: white;
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 20px;
    background-color: #06123A;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    padding: 7px 16px;
    border-radius: 24px;
    border: 1px solid #ffffff44;
    background: none;
    color: white;
    cursor: pointer;
    transition: background 0.2s;
}

.filter-btn:hover {
    background-color: #ffffff15;
}

.filter-btn.active {
    background-color: white;
    color: #06123A;
    font-weight: 700;
}

.filter-btn img {
    height: 18px;
    width: 18px;
}

.badge {
    background: #ff6b00;
    color: white;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 50px;
}

.slider-container {
    padding: 30px 0;
    background-color: #06123A;
}

.swiper {
    width: 100%;
    padding-bottom: 40px;
}

.swiper-slide {
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 6.5;
    /* Підлаштовано під пропорції зображення */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-pagination-bullet {
    background: #666;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: white;
}

.site-footer {
    background-color: #06123A;
    color: #d4dbe7;
    font-family: 'Inter', sans-serif;
    padding: 40px 30px 20px;
    font-size: 14px;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-columns h4 {
    color: white;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-columns ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-columns a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-columns a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-columns li {
    margin-bottom: 6px;
    margin: 6px;
    list-style: none;
}


.footer-divider {
    border: none;

    margin: 30px 0 20px;
}

.footer-partnerships h4 {
    padding: 15px 0;
    color: white;
    border-top: 1px solid #ffffff;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}

.footer-partnerships p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-partnerships a {
    color: #5da9ff;
    text-decoration: underline;
}

.footer-partnerships .logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 15px 0;
}

.footer-partnerships .logos img {
    height: 35px;
}

.footer-partnerships .approved {
    font-size: 13px;
    color: #aaa;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #aaa;
    margin-top: 20px;
    border-top: 1px solid #ffffff22;
    padding-top: 10px;
}

.age-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.age-modal {
    background: #06123A;
    color: white;
    padding: 30px;
    max-width: 400px;
    border-radius: 16px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.age-modal h2 {
    margin-bottom: 10px;
    font-size: 24px;
}

.age-modal p {
    font-size: 15px;
    margin-bottom: 20px;
}

.age-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
}

.age-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
}

#ageYes {
    background: white;
    color: #e95f28;
}

#ageNo {
    background: #06123A;
    color: white;
}

.age-buttons button:hover {
    opacity: 0.85;
}

.age-links a {
    color: white;
    text-decoration: underline;
    font-size: 13px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #06123A;
    color: white;
    font-family: 'Inter', sans-serif;
    padding: 20px;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
}

.cookie-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.cookie-inner p {
    margin: 0;
    font-size: 14px;
    flex: 1;
}

.cookie-inner a {
    color: white;
    text-decoration: underline;
}

.cookie-buttons button {
    padding: 8px 14px;
    margin-left: 10px;
    border-radius: 8px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

#acceptCookies {
    background: white;
    color: #e95f28;
}

#openSettings {
    background: #06123A;
    color: white;
}

.cookie-settings {
    margin-top: 15px;
    background: #fff;
    color: #333;
    padding: 15px;
    border-radius: 10px;
}

.cookie-settings h3 {
    margin-top: 0;
}

.cookie-settings label {
    display: block;
    margin: 8px 0;
    font-size: 14px;
}

.cookie-settings button {
    margin-top: 10px;
    padding: 8px 16px;
    background: #e95f28;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

.hidden {
    display: none;
}
.content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}
.content a{
    color: white !important;
}