*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: #0a0a0a;
    color: #FFFFFF;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 8px;
    padding: 14px 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
}

.btn--primary {
    background: linear-gradient(180deg, #F5C518 0%, #D4A810 100%);
    color: #000000;
}

.btn--primary:hover {
    background: linear-gradient(180deg, #FFD633 0%, #E5B912 100%);
    transform: translateY(-1px);
}

.btn--outline {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn--outline:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
}

/* ========== HEADER ========== */

.header {
    background: #111111;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header__nav {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.header__logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header__logo-img {
    width: 28px;
    height: 28px;
    border-radius: 4px;
}

.header__logo-text {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.header__menu {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header__link {
    font-size: 13px;
    font-weight: 500;
    color: #CCCCCC;
    padding: 8px 12px;
    border-radius: 6px;
    transition: color 0.3s ease;
}

.header__link:hover,
.header__link--active {
    color: #FFFFFF;
}

.header__burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.header__burger-line {
    display: block;
    width: 24px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ========== TOPBAR ========== */

.topbar {
    background: #1a1a1a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.topbar__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar__text {
    font-size: 12px;
    color: #AAAAAA;
}

.topbar__badge {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar__18-img {
    width: 32px;
    height: 32px;
}

.topbar__label {
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}

/* ========== HERO ========== */

.hero {
    background: linear-gradient(to right, rgba(10, 10, 10, 0.92) 45%, rgba(10, 10, 10, 0.4) 100%), url('/assets/img/bg.jpg') center right / cover no-repeat;
    padding: 80px 0;
    overflow: hidden;
}

.hero__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    gap: 48px;
}

.hero__content {
    flex: 1;
    max-width: 600px;
}

.hero__title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.hero__text {
    font-size: 15px;
    color: #BBBBBB;
    line-height: 1.7;
    margin-bottom: 16px;
}

/* ========== FEATURED SECTION ========== */

.featured {
    background: #111114;
    padding: 72px 0;
}

.section-title {
    font-size: 38px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 16px;
    color: #FFFFFF;
}

.section-subtitle {
    font-size: 15px;
    color: #AAAAAA;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 48px;
    line-height: 1.7;
}

.operator-card {
    display: flex;
    align-items: center;
    background: #1c1f24;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 28px 36px;
    max-width: 800px;
    margin: 0 auto;
    gap: 0;
}

.operator-card__logo {
    flex: 0 0 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: #13161a;
}

.operator-card__logo img {
    max-height: 70px;
    width: auto;
}

.operator-card__rating {
    flex: 0 0 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
}

.operator-card__score {
    font-size: 42px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1;
}

.operator-card__stars {
    color: #F5C518;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 6px 0;
}

.operator-card__votes {
    font-size: 12px;
    color: #888888;
}

.operator-card__offer {
    flex: 1;
    text-align: center;
}

.operator-card__bonus {
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.3;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.operator-card__offer .btn {
    width: 100%;
    max-width: 220px;
}

/* ========== INFO SECTION ========== */

.info-section {
    background: #141418;
    padding: 72px 0;
}

.info-section__title {
    font-size: 34px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.info-section__heading {
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
    margin-top: 36px;
    margin-bottom: 12px;
}

.info-section__text {
    font-size: 14px;
    color: #BBBBBB;
    line-height: 1.8;
    margin-bottom: 8px;
}

.info-section__list {
    margin: 8px 0 12px;
    padding-left: 24px;
    list-style: disc;
}

.info-section__list li {
    font-size: 14px;
    color: #BBBBBB;
    line-height: 1.8;
    margin-bottom: 2px;
}

.info-section__title--xl {
    font-size: 42px;
}

.info-section__subheading {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 8px;
}

.legal-notice {
    background: #1c1f24;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 32px;
    margin-top: 40px;
}

.legal-notice__title {
    font-size: 22px;
    font-weight: 800;
    color: #F5C518;
    margin-bottom: 16px;
}

.legal-notice__list {
    list-style: disc;
    padding-left: 24px;
}

.legal-notice__list li {
    font-size: 14px;
    color: #BBBBBB;
    line-height: 1.8;
    margin-bottom: 8px;
}

/* ========== CONTACT PAGE ========== */

.contact-box {
    background: #1c1f24;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 32px;
    margin-top: 32px;
}

.contact-box__title {
    font-size: 22px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 8px;
}

.contact-item__icon {
    font-size: 20px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 197, 24, 0.1);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-item__label {
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    display: block;
}

.contact-item__value {
    font-size: 14px;
    color: #F5C518;
    display: block;
}

.contact-box__note {
    font-size: 13px;
    color: #AAAAAA;
    line-height: 1.7;
    margin-bottom: 20px;
    padding-left: 50px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-form__group {
    width: 100%;
}

.contact-form__input {
    width: 100%;
    padding: 14px 16px;
    background: #13161a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    outline: none;
    transition: border-color 0.3s ease;
}

.contact-form__input:focus {
    border-color: #F5C518;
}

.contact-form__input::placeholder {
    color: #666;
}

textarea.contact-form__input {
    min-height: 120px;
    resize: vertical;
}

.contact-form__submit {
    width: 100%;
    margin-top: 4px;
}

.legal-notice__text {
    font-size: 14px;
    color: #BBBBBB;
    line-height: 1.8;
    margin-bottom: 4px;
}

/* ========== FAQ SECTION ========== */

.faq-section {
    margin-top: 56px;
}

.faq-section .info-section__title--xl {
    text-align: left;
    margin-bottom: 24px;
}

.faq-card {
    background: #1c1f24;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 16px;
}

.faq-card__question {
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.faq-card__answer {
    font-size: 14px;
    color: #BBBBBB;
    line-height: 1.7;
    margin-bottom: 4px;
}

/* ========== REVIEWS ========== */

.reviews {
    background: #111114;
    padding: 72px 0;
}

.reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.review-card {
    background: #1c1f24;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 24px;
}

.review-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.review-card__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.review-card__stars {
    color: #F5C518;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.review-card__name {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    display: block;
}

.review-card__text {
    font-size: 14px;
    color: #BBBBBB;
    line-height: 1.7;
}

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

.footer {
    background: #0d0d10;
    padding: 64px 0 0;
}

.footer__top {
    display: flex;
    gap: 64px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__brand {
    flex: 1;
}

.footer__brand .header__logo {
    margin-bottom: 16px;
}

.footer__desc {
    font-size: 13px;
    color: #999999;
    line-height: 1.7;
    margin-bottom: 10px;
}

.footer__responsible {
    flex: 0 0 380px;
}

.footer__responsible-title {
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.footer__help-list {
    list-style: disc;
    padding-left: 20px;
    margin-top: 8px;
}

.footer__help-list li {
    font-size: 13px;
    color: #999999;
    line-height: 1.8;
}

.footer__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #CCCCCC;
    transition: color 0.3s ease;
}

.footer__nav-link:hover {
    color: #FFFFFF;
}

.footer__partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__partner-img {
    height: 36px;
    width: auto;
    opacity: 0.8;
    filter: brightness(1.1);
}

.footer__partner-text {
    font-size: 16px;
    font-weight: 700;
    color: #888888;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer__bottom {
    text-align: center;
    padding: 28px 0;
}

.footer__bottom-text {
    font-size: 12px;
    color: #777777;
    line-height: 1.7;
    margin-bottom: 4px;
}

/* ========== COOKIE BANNER ========== */

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(12px);
    padding: 24px;
    display: none;
}

.cookie-banner--visible {
    display: block;
}

.cookie-banner__content {
    max-width: 900px;
    margin: 0 auto;
    background: #1c1f24;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 32px;
}

.cookie-banner__label {
    font-size: 12px;
    color: #888888;
    display: block;
    margin-bottom: 8px;
}

.cookie-banner__title {
    font-size: 26px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.cookie-banner__text {
    font-size: 14px;
    color: #BBBBBB;
    line-height: 1.7;
    margin-bottom: 8px;
}

.cookie-banner__actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.cookie-banner__btn {
    padding: 12px 24px;
    font-size: 12px;
    letter-spacing: 1px;
}

/* ========== RESPONSIVE ========== */

@media (max-width: 992px) {
    .header__menu {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        background: #111111;
        flex-direction: column;
        padding: 24px;
        gap: 4px;
        transform: translateY(-120%);
        transition: transform 0.3s ease;
        z-index: 99;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header__menu--open {
        transform: translateY(0);
    }

    .header__burger {
        display: flex;
    }

    .header__link {
        display: block;
        padding: 12px 16px;
        font-size: 15px;
        width: 100%;
    }

    .hero__inner {
        flex-direction: column;
        text-align: center;
    }

    .hero__image {
        flex: none;
        max-width: 360px;
    }

    .hero__title {
        font-size: 30px;
    }

    .topbar__inner {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .operator-card {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }

    .operator-card__logo {
        flex: none;
        width: 100%;
    }

    .operator-card__rating {
        flex: none;
        padding: 20px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .reviews__grid {
        grid-template-columns: 1fr;
    }

    .footer__top {
        flex-direction: column;
        gap: 32px;
    }

    .footer__responsible {
        flex: none;
    }

    .footer__nav {
        flex-wrap: wrap;
        gap: 16px;
    }

    .footer__partners {
        flex-wrap: wrap;
        gap: 24px;
    }

    .cookie-banner__actions {
        flex-direction: column;
    }

    .cookie-banner__btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .header__nav {
        padding: 0 16px;
    }

    .hero {
        padding: 48px 0;
    }

    .hero__title {
        font-size: 26px;
    }

    .hero__inner {
        padding: 0 16px;
    }

    .featured,
    .info-section,
    .reviews {
        padding: 48px 0;
    }

    .section-title {
        font-size: 24px;
    }

    .info-section__title {
        font-size: 24px;
    }

    .info-section__heading {
        font-size: 20px;
    }

    .operator-card {
        padding: 20px;
    }

    .operator-card__bonus {
        font-size: 16px;
    }

    .cookie-banner__content {
        padding: 24px 20px;
    }

    .cookie-banner__title {
        font-size: 22px;
    }

    .footer__nav {
        gap: 12px;
    }

    .footer__nav-link {
        font-size: 13px;
    }
}
