/* =========================
   Top Page Banner
========================= */
.Banner__banner {
    padding: 22px;
}

.Banner__container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px;

    color: #21201E;

    background: #FFFFFF;
    border-radius: 22px;

    a {
        font-weight: 500;
        background: linear-gradient(135deg, #7682f5, #e7c6ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-decoration: underline;
    }
}

/* =========================
   Header
========================= */

.Header__header {
    padding: 15px 0;
    border-bottom: 2px solid rgba(255, 255, 255, .1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    transition: padding .2s ease, box-shadow .2s ease;
}

/* Фон фиксированной шапки зависит от страницы */
body.home .Header__header {
    /* Тот же цвет, с которого начинается фон шапки страницы,
       иначе на телефоне между ними видна полоса. */
    background: #2d3ac6;
}

.dark.Header__header {
    border: 1px solid rgba(82, 54, 236, .4);
    background: #fff;
}

.Header__header.is-scrolled {
    padding: 8px 0;
    box-shadow: 0 6px 20px rgba(23, 35, 250, .18);
}

/* Карточка модалки «Тарифы»: небольшая, по центру (Tailwind-классы ширины убраны в шаблоне,
   поэтому обычный класс без !important спокойно задаёт размер) */
.TariffModal__card {
    width: 88%;
    max-width: 440px;
    max-height: 80vh;
    max-height: 80dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    border-radius: 20px;
}

.Header__container {
    display: flex;
    align-items: center;
}

.Header__logo {
    margin: 0 auto;
}

/* Размер логотипа явным CSS (не зависим от Tailwind h-6 — иначе на старом Safari огромный) */
.Header__logo img {
    height: 24px !important;
    width: auto !important;
    max-width: 100%;
    display: block;
}

.Header__userMenu {
    margin-left: auto;
}

.Header__menuList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style: none;
}

.Header__menuItem {
    font-size: 14px;
}

.Header__menuLink {
    color: #fff;
}

.dark .Header__menuLink {
    color: #5236ec;
}

/* Кнопка «Профиль» — выделенная пилюля с иконкой */
.Header__profileBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #3242d3 !important;
    padding: 9px 20px;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(23, 35, 250, .18);
    transition: all .15s ease;
}

.Header__profileBtn:hover {
    background: #e7c6ff;
    color: #3242d3 !important;
}

.Header__profileIcon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .Header__container {
        flex-direction: column;
        gap: 10px;
    }

    .Header__logo {
        order: 1;
        margin: 0 auto;
    }

    .Header__menu {
        order: 2;
    }

    .Header__userMenu {
        order: 3;
        margin-left: 0;
    }

    /* Компактная шапка при прокрутке: прячем меню, оставляем лого + Профиль */
    .Header__header.is-scrolled .Header__menu {
        display: none;
    }

    .Header__header.is-scrolled .Header__container {
        flex-direction: row;
        justify-content: space-between;
        gap: 8px;
    }

    .Header__header.is-scrolled .Header__logo {
        margin: 0;
    }
}


/* =========================
   Logo
========================= */

.Logo__container {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
}

.Logo__name {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .5px;
    white-space: nowrap;
    color: #fff;
}

.dark .Logo__name {
    color: #5236ec;
}

.Logo__vr {
    background: linear-gradient(135deg, #7682f5, #e7c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.Button__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 34px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 14px;
    background: transparent;
    border: 2px solid #ffffff;
    cursor: pointer;
    transition: all .15s ease;
    text-decoration: none;
    height: 62px;
    min-width: min(270px, 100%);
    max-width: 100%;
    text-align: center;
}

.Button__container:hover {
    background: #fff;
    color: #3242d3
}

.Hero__section {
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 120px;
    color: #fff;
    background: #343cef;
    /* Запасной вариант для старых браузеров — прежний градиент. */
    background: linear-gradient(-190deg, #3242d3 20%, #b150f6);
    /* Глубина вместо плоской заливки: свет сверху, тёплый отсвет снизу
       справа и мелкое зерно — оно же убирает полосы, которые видны
       на больших экранах при растяжке двухцветного градиента. */
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E") repeat,
        radial-gradient(95% 75% at 50% -12%, rgba(196,178,255, .34), rgba(196,178,255, 0) 62%),
        radial-gradient(75% 65% at 88% 110%, rgba(201,110,250, .42), rgba(201,110,250, 0) 66%),
        linear-gradient(-190deg, #2d3ac6 18%, #6640dd 58%, #a94bef 100%);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 18px 38px #3723fa3d
}

.Hero__header {
    margin-bottom: 86px
}

.Hero__hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.Hero__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 56px;
    text-align: center
}

.Hero__subtitle {
    margin-bottom: 32px;
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

.Hero__badges {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1200px;
}

.Hero__badge {
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 12px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(2px);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 964px) {
    .Hero__badges {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        width: 100%;
        max-width: 420px;
        margin-bottom: 22px;
    }
    .Hero__badge {
        padding: 10px 8px;
        font-size: 12.5px;
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .Hero__section {
        padding-bottom: 0;
    }

    .Hero__header {
        margin-bottom: 56px
    }

    .Hero__title {
        font-size: 36px
    }

    .Hero__subtitle {
        font-size: 14px
    }
}

.Games__section {
    padding-top: 120px;
    padding-bottom: 120px
}


.Games__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}


.Games__title {
    color: #fff;
    font-size: 48px
}


.Games__note {
    color: #ffffff69;
    max-width: 560px;
    margin-bottom: 32px;
}

.Games__moreLink {
    color: #ffffff69;
}

.Games__moreLink:hover {
    opacity: .7
}

.Games__slide {
    overflow: hidden;
    position: relative;
    height: 500px;
    border-radius: 20px;
    cursor: pointer
}

.Games__slide:hover .Games__preview {
    transform: scale(1.07)
}

.Games__swiper:hover {
    box-shadow: 10px 10px 50px #3723fa33;
}

.Games__slideLink {
    position: absolute;
    z-index: 10;
    inset: 0
}

.Games__previewContainer {
    overflow: hidden;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.Games__preview {
    overflow: hidden;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease
}

.Games__border {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 5px solid #3242D3
}

.Games__info {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;

    display: flex;
    flex-direction: column;
    padding: 10px 20px;

    color: #fff;
}

.Games__name {
    font-weight: 600;
    font-size: 24px;
}

.Games__tags {
    font-weight: 400;
    font-size: 12px;
    text-transform: lowercase;
}

.Games__tagsLinks {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 56px;
}

.Games__tagLink {
    display: flex;
    align-items: center;
    padding: 6px 12px;

    color: #fff;

    border: 2px solid #fff;
    border-radius: 12px;
    transition: all .1s ease;
}

.Games__tagLink:hover {
    color: #ffffff;
    background: #3242d3;
}

@media (max-width: 764px) {
    .Games__section {
        padding-top: 60px;
        padding-bottom: 70px
    }

    .Games__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .Games__title {
        font-size: 32px
    }

    .Games__name {
        max-width: 90%
    }

    .Games__moreLink {
        display: none;
    }
}


.GamePage__page {
    padding: 64px 24px
}

@media (max-width: 576px) {
    .GamePage__page {
        padding-top: 32px
    }
}

.GamePage__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns:1.2fr 1fr;
    gap: 48px
}

@media (max-width: 960px) {
    .GamePage__container {
        grid-template-columns:1fr;
        gap: 24px
    }

    .GamePage__container {
        padding: 0;
    }
}

.GamePage__media {
    border-radius: 24px;
    overflow: hidden
}

.GamePage__media img, .GamePage__media video {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 12px
}

@media (max-width: 640px) {
    .GamePage__media img, .GamePage__media video {
        height: 250px
    }
}

.GamePage__info {
    display: flex;
    flex-direction: column
}

.GamePage__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: #9a9a9a;
    margin-bottom: 12px
}

.GamePage__tags span {
    white-space: nowrap
}

.GamePage__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #1f1f1f
}

.GamePage__description {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a
}

.GamePage__cta {
    margin-bottom: 32px;
    align-self: flex-start;
    padding: 14px 28px;
    border-radius: 14px;
    border: none;
    background: #b150f6;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease
}

.GamePage__cta:hover {
    background: #ff9f1c;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px #ff8a0059
}

.GamePage__cta:active {
    transform: translateY(0);
    box-shadow: 0 6px 16px #ff8a0040
}

.GamePage__thumbs, .GamePage__mediaThumbs {
    margin-top: 16px
}

.GamePage__thumb {
    overflow: hidden;
    height: 80px;
    border-radius: 12px;
    opacity: .5;
    transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
    cursor: pointer
}

.GamePage__thumb.swiper-slide-thumb-active {
    opacity: 1
}

.GamePage__thumb img, .GamePage__thumb video {
    width: 100%;
    height: 60px;
    object-fit: cover;
    pointer-events: none
}

.GamePage__thumbInner {
    width: 100%;
    height: 100%;
    background: #111;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.GamePage__thumbVideo {
    position: relative;
    width: 100%;
    height: 100%
}

.GamePage__playIcon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.GamePage__playIcon:before {
    content: "";
    width: 32px;
    height: 32px;
    background: #0009;
    border-radius: 50%
}

.GamePage__playIcon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid white;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-left: 2px
}

.GamesPageHeader__container {
    margin-top: 48px;
    margin-bottom: 24px;
}

.GamesPageHeader__titleWrapper {
    width: 100%;
    padding: 24px 32px;
    background: linear-gradient(135deg, #3242d3, #b150f6);
    border-radius: 24px
}

.GamesPageHeader__mobileRow {
    margin-bottom: 32px;
}

.GamesPageHeader__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #fff
}

.GamesPageHeader__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.GamesPageTags__tag {
    display: flex;
    align-items: center;
    padding: 4px 12px;

    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-transform: lowercase;

    border: 2px solid #fff;
    border-radius: 12px;
    background: none;
    transition: all .1s ease;
}

.GamesPageTags__tag.active {
    color: #1A01CC;
    background: #fff;
}

.GamesPageHeader__filtersButton {
    display: none;
}

@media (max-width: 768px) {
    .GamesPageHeader__container {
        margin-bottom: 0;
        padding: 0;
    }

    .GamesPageHeader__titleWrapper {
        padding-left: 22px;
        padding-right: 22px;
    }

    .GamesPageHeader__title {
        font-size: 36px;
    }

    .GamesPageHeader__tags {
        /*display: none;*/
    }

    .GamesPageTags__tag {
        font-size: 10px;
        border: 1px solid #ffffff;
    }

    .GamesPageHeader__filtersButton {
        display: flex;
    }

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

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

        color: #FFF;

        background: transparent;
        padding: 0;
        border: none;
    }

    .GamesPageHeader__filtersChevron {
        width: 20px;
        height: 20px;
    }

    .GamesPageHeader__mobileRow {
        margin: 0;
    }

    .GamesPageHeader__tags {
        display: none;
    }

    .GamesPageHeader__filtersChevron {
        transition: all .3s ease;
    }

    .open {
        .GamesPageHeader__mobileRow {
            margin-bottom: 22px;
        }

        .GamesPageHeader__tags {
            display: flex;
        }

        .GamesPageHeader__filtersChevron {
            transform: rotate(180deg);
        }
    }
}

.Steps__section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.Steps__card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.Steps__icon {
    width: 75px;
    height: 75px;

    color: #7682f5;

    background: linear-gradient(135deg, #7682f5, #e7c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.Steps__cardTitle {
    font-size: 22px;
    font-weight: 500;
    text-align: center;

    background: linear-gradient(135deg, #7682f5, #e7c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.Steps__button {
    margin-bottom: 18px;

    color: #7682f5;
    border-color: #7682f5;
}

@media (max-width: 768px) {
    .Steps__section {
        flex-direction: column;
        align-items: center;
        gap: 42px;
    }

    .Steps__card {
        max-width: 420px;
    }

    .Steps__button {
        margin-bottom: 0;
    }
}

.Configurations__section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.Configurations__sectionTitle {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 64px
}

.Configurations__list {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 90px;
}

.Configurations__card {
    padding: 26px 40px;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 530px;
    flex-shrink: 0;

    color: #fff;

    transition: all .2s ease;
    border-radius: 32px;
    background: linear-gradient(135deg, #3242d3cc, #b150f673);
}

.Configurations__cardTitle {
    font-size: 32px;
    width: 100%;
    max-width: 340px;
    min-width: 305px;
    margin-right: unset;
}

.Configurations__cardHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    width: 100%;
}

.Configurations__info {
    margin-bottom: 72px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.Configurations__row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ffffff2b;
}

.Configurations__row:last-of-type {
    border: none;
    padding: 0;
}

.Configurations__rowTitle {
    margin-bottom: 6px;
    font-size: 18px;
}

.Configurations__rowSubtitle {
    color: #ffffff69;
}

.Configurations__icon {
    position: relative;
    top: 1px;

    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.Configurations__imageWrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.Configurations__imageWrapper img {
    object-fit: contain;

    position: absolute;
    width: 260px;
    height: 220px;
    left: -155px;
    top: -38px;
    max-width: unset;
}

.Configurations__selectButton:hover {
    background: #fff;
    color: #3242d3
}

.Configurations__button {
    width: 100%;
}

@media (max-width: 964px) {
    .Configurations__section {
        padding-bottom: 0;
    }

    .Configurations__card {
        padding: 20px;
        padding-bottom: 32px;
        width: 85%;
        max-width: 340px;
        scroll-snap-align: start;
    }

    .Configurations__sectionTitle {
        margin-bottom: 24px;
        font-size: 28px;
    }

    .Configurations__selectButton {
        width: 100%;
        text-align: center
    }

    .Configurations__list {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        gap: 30px;
        overflow-x: auto;
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 30px;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 22px;
    }

    .Configurations__cardTitle {
        font-size: 22px;
        width: 230px;
    }

    .Configurations__rowTitle {
        font-size: 18px;
    }

    .Configurations__rowSubtitle {
        font-size: 12px;
    }

    .Configurations__icon {
        width: 20px;
        height: 20px;
    }

    .Configurations__info {
        margin-bottom: 42px;
    }

    .Configurations__cardHeader {
        display: flex;
        flex-direction: column-reverse;
    }

    .Configurations__imageWrapper img {
        position: static;

        width: 170px;
        height: 160px;
    }
}

.GamesCatalog__list {
    padding: 40px 0 120px;
    margin: 0;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 32px;
    list-style: none
}

@media (max-width: 1240px) {
    .GamesCatalog__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 976px) {
    .GamesCatalog__list {
        grid-template-columns:repeat(1, 1fr)
    }
}

.GameCard__link {
    display: flex;
    align-items: flex-end;
    height: 100%;
}


.GameCard__card {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    cursor: pointer;
    transition: transform .25s ease
}

/*@media (max-width: 768px) {*/
/*    .GameCard__card {*/
/*        flex-direction: column-reverse;*/
/*    }*/
/*}*/

.GameCard__imageWrapper {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 16px;
    overflow: hidden;
    background: #eaeaf0
}

.GameCard__imageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease
}

.GameCard__meta {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.GameCard__tags {
    font-size: 12px;
    color: #9a9a9a;
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.GameCard__tags span {
    white-space: nowrap
}

.GameCard__title {
    font-size: 24px;
    font-weight: 600;
    color: #080b26;
    line-height: 1.3
}

.GameCard__card:hover, .GameCard__card:hover img {
    transform: scale(1.04)
}

.GameCard__card:hover .GameCard__title {
    background: linear-gradient(135deg, #3242d3, #b150f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

@keyframes CircleSlider__rotateCarousel {
    0% {
        transform: rotateX(-90deg) rotate(360deg)
    }
    to {
        transform: rotateX(-90deg) rotate(0)
    }
}

.CircleSlider__carouselContainer {
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 600px;
    max-width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 768px) {
    .CircleSlider__carouselContainer {
        height: 260px;
        transform: scale(.63);
    }
}

.CircleSlider__carousel {
    position: relative;
    display: flex;
    gap: 20px;
    transform-style: preserve-3d;
    transform: rotateX(-90deg) rotate(0);
    animation: CircleSlider__rotateCarousel 70s linear infinite;
}

.CircleSlider__item {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 400px;
    border-radius: 20px;
    transform-style: preserve-3d;
    transform-origin: center;
    backface-visibility: hidden;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-710px) rotateX(-90deg) scaleY(-1) scaleX(-1)
}

.CircleSlider__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 30px #3723fa73, 0 0 15px #7f52fa4d
}

.CircleSlider__safariList {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 40px;
    margin-bottom: -50px;
}

@media (max-width: 768px) {
    .CircleSlider__safariList {
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 0;

        gap: 12px;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

.CircleSlider__safariItem {
    flex-shrink: 0;
    width: 210px;
    height: 260px;
}

@media (max-width: 768px) {
    .CircleSlider__safariItem {
        width: 130px;
        height: 160px;
    }
}

.FAQ__section {
    padding: 96px 24px;
    background: #080b26;
    color: #fff
}

.FAQ__title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 64px
}

.FAQ__item {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: linear-gradient(135deg, #3242d326, #b150f626);
    border-radius: 24px;
    padding: 24px 32px;
    cursor: pointer;
    transition: all .3s ease;
    overflow: hidden
}

.FAQ__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer
}

.FAQ__icon {
    font-size: 24px;
    transition: transform .3s ease
}

.FAQ__answer {
    font-size: 16px;
    line-height: 1.5;
    max-height: 0;
    opacity: 0;
    transition: all .3s ease
}

.FAQ__item.FAQ__open {
    cursor: default;
    background: linear-gradient(135deg, #3242d3, #b150f6)
}

.FAQ__item.FAQ__open .FAQ__icon {
    transform: rotate(180deg)
}

.FAQ__item.FAQ__open .FAQ__answer {
    max-height: 500px;
    opacity: 1;
    margin-top: 16px
}

@media (max-width: 768px) {
    .FAQ__title {
        font-size: 28px;
    }
}

.hidden {
    display: none;
}

.Map__container {
    width: 100%;
}

.Map__sectionTitle {

}

.Map__mapWrapper {
    overflow: hidden;

    width: 100%;
    height: 500px;

    border-radius: 22px;
}

.Map__map {
    height: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .Map__sectionTitle {
        margin-top: 90px;
        margin-bottom: 55px;
    }
}

.PickupBalloon {
    background: #fff;
    border-radius: 12px;
    padding: 12px 14px;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    position: relative;
    transform: translateX(-50%);
}

.PickupBalloon__title {
    margin-bottom: 8px;
}

.PickupBalloon__address {
    font-size: 12px;
}

.PickupBalloon__close {
    position: absolute;
    top: 6px;
    right: 6px;
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
}

.PickupBalloon__button {
    color: #fff;

    font-size: 14px;
    height: auto;
    margin-top: 20px;
    background: #7682f5;
}

.PickupBalloon__marker {
    position: relative;
    left: -50%;
    transform: translateY(-100%);
}

.Footer__link {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.Footer__icon {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    opacity: .85;
    transition: opacity .15s ease;
}

.Footer__link:hover .Footer__icon {
    opacity: 1;
}
/* --- Текстовые блоки на странице игры --- */
.GameCrumbs {
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.GameCrumbs a { color: #3242d3; text-decoration: none; }
.GameCrumbs a:hover { text-decoration: underline; }
.GameCrumbs__current { color: #6b6b6b; }

.GameText { padding: 8px 24px 48px; }
.GameText__title {
    font-size: 24px;
    font-weight: 700;
    color: #1f1f1f;
    margin: 28px 0 12px;
}
.GameText__p {
    font-size: 16px;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 820px;
    margin-bottom: 12px;
}
.GameText__list {
    margin: 0 0 12px 20px;
    padding: 0;
    list-style: disc;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.65;
    max-width: 820px;
}
.GameText__list li { margin-bottom: 6px; }
.GameText__cta { margin-top: 24px; display: inline-flex; }

.GameSimilar { padding: 0 24px 64px; }
.GameSimilar__list { display: flex; flex-wrap: wrap; gap: 10px; }
.GameSimilar__item {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #d8daf0;
    border-radius: 12px;
    color: #3242d3;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all .15s ease;
}
.GameSimilar__item:hover { background: #3242d3; color: #fff; border-color: #3242d3; }

@media (max-width: 576px) {
    .GameText__title { font-size: 20px; }
    .GameText__p, .GameText__list { font-size: 15px; }
}


/* ================= Единая палитра =================
   Часть блоков была покрашена цветами из стандартной поставки Tailwind.
   Они близки к фирменным, но не совпадают, и на одной странице
   получалось два разных синих и два разных фиолетовых. Здесь —
   фирменные: #3242d3 и #b150f6. */

/* Карточки «Как это работает» на тёмном фоне страницы.
   Стандартный серый уходил в сине-стальной оттенок; этот —
   продолжение фона страницы, только светлее. */
.Card__dark {
    background: #1a2049;
}

/* Подложка под картинками внутри этих карточек — тот же фирменный
   градиент, что у карточек шлемов, чтобы блоки читались как родня. */
.Card__thumb {
    background: linear-gradient(135deg, #3242d3, #b150f6);
}

/* Стрелки перелистывания */
.Step__nav:hover {
    background: #2d3ac6;
}

/* Окно «Тарифы» ---------------------------------------------------- */

/* Белый с лёгким уходом в фирменный синий вместо нейтрального серого:
   такой оттенок читается как выбранный, а не как цвет по умолчанию. */
.Tariffs__panel {
    background: linear-gradient(135deg, #ffffff, #f3f4fb);
}

.Tariffs__row {
    background: #f4f5fb;
}

.Tariffs__title {
    background: linear-gradient(135deg, #3242d3, #b150f6);
    -webkit-background-clip: text;
    background-clip: text;
}

.Tariffs__close {
    color: #8a8fb5;
    transition: color .15s ease, background .15s ease;
}

.Tariffs__close:hover {
    color: #3242d3;
    background: #ebedf9;
}


/* ================= Глубина тёмного фона =================
   Плоская заливка на большой площади всегда выглядит дёшево и вдобавок
   расслаивается полосами. Пологий перепад по высоте + зерно решают оба
   вопроса. Ни fixed-фона, ни блендов: работает везде, включая старый
   Safari, и ничего не стоит по производительности. */

body.home {
    background-color: #080b26;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='d'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23d)' opacity='0.045'/%3E%3C/svg%3E"),
        linear-gradient(180deg,
            #080b26 0%,
            #0b1031 22%,
            #101643 48%,
            #0a0e2e 76%,
            #080b26 100%);
    background-repeat: repeat, no-repeat;
    background-size: auto, 100% 100%;
}

/* Эти блоки были залиты тем же цветом и разрезали бы перепад на куски.
   Делаем их прозрачными, чтобы свет шёл по странице непрерывно.
   Правило привязано к главной — остальные страницы не трогаем. */
body.home .FAQ__section,
body.home .Footer__footer {
    background: transparent;
}


/* ================= Кнопки: стекло =================
   Три приёма, на которых всё держится: блик по верхнему краю
   (свет падает сверху), тень в цвет подложки вместо чёрной,
   рамка в один пиксель вместо двух. */

.Button__container {
    background: rgba(255, 255, 255, .14);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .55);
    box-shadow: 0 10px 26px rgba(16, 8, 64, .32),
                inset 0 1px 0 rgba(255, 255, 255, .45);
    transition: transform .15s ease, box-shadow .15s ease,
                background .15s ease, border-color .15s ease;
}

/* Старое правило заливало кнопку белым и красило текст в синий —
   отменяем, иначе при наведении стекло превращается в плашку. */
.Button__container:hover {
    background: rgba(255, 255, 255, .24);
    color: #fff;
    border-color: rgba(255, 255, 255, .75);
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(16, 8, 64, .40),
                inset 0 1px 0 rgba(255, 255, 255, .60);
}

/* Где размытия нет (старые браузеры) — заливка плотнее,
   иначе кнопка выглядит выцветшей. */
@supports not ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))) {
    .Button__container {
        background: rgba(255, 255, 255, .22);
    }
    .Button__container:hover {
        background: rgba(255, 255, 255, .32);
    }
}

/* Кнопка в облачке на карте стоит на белом — стекло на нём не читается.
   Плотная заливка, но приёмы те же: блик сверху, тень своего цвета. */
.PickupBalloon__button {
    background: linear-gradient(180deg, #8792f7 0%, #6b78f2 100%);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: 0 8px 18px rgba(118, 130, 245, .40),
                inset 0 1px 0 rgba(255, 255, 255, .45);
}

.PickupBalloon__button:hover {
    background: linear-gradient(180deg, #7c88f6 0%, #5d6bef 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(118, 130, 245, .50),
                inset 0 1px 0 rgba(255, 255, 255, .50);
}

.PickupBalloon__button:disabled,
.Button__container:disabled {
    transform: none;
    box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
    .Button__container,
    .Button__container:hover,
    .PickupBalloon__button:hover {
        transition: none;
        transform: none;
    }
}


/* ================= Что можно делать в шлеме =================
   Свёрнутый вид: видны только названия. Плашки на обычных
   details/summary — без скриптов, а содержимое остаётся в тексте
   страницы, поэтому все ссылки на игры поисковик видит и закрытыми. */

.Uses__section {
    margin-top: 56px;
    color: #fff;
}

.Uses__title {
    margin-bottom: 6px !important;
}

.Uses__lead {
    color: #ffffff99;
    margin: 0 0 16px;
    max-width: 62ch;
    font-size: 15px;
}

.Uses__lead b {
    color: #fff;
    font-weight: 600;
}

.Uses__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 6px 18px;
    margin-bottom: 8px;
}

.Uses__item summary,
.Uses__games summary {
    cursor: pointer;
    list-style: none;
    padding: 7px 0;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .12s ease;
}

.Uses__item summary::-webkit-details-marker,
.Uses__games summary::-webkit-details-marker {
    display: none;
}

/* Стрелка: поворачивается при раскрытии */
.Uses__item summary::before,
.Uses__games summary::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #ffffff80;
    border-bottom: 1.5px solid #ffffff80;
    transform: rotate(-45deg);
    transition: transform .15s ease, border-color .15s ease;
    flex: none;
}

.Uses__item[open] summary::before,
.Uses__games[open] summary::before {
    transform: rotate(45deg);
}

.Uses__item summary:hover,
.Uses__games summary:hover {
    color: #c3c9ff;
}

.Uses__item summary:hover::before,
.Uses__games summary:hover::before {
    border-color: #c3c9ff;
}

.Uses__item summary:focus-visible,
.Uses__games summary:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
    border-radius: 4px;
}

.Uses__item p {
    margin: 0 0 8px 15px;
    color: #ffffff99;
    font-size: 14px;
    line-height: 1.5;
}

.Uses__games {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 4px;
}

.Uses__gamesBody {
    padding: 4px 0 0 15px;
}

.Uses__line {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.65;
    color: #ffffff99;
}

.Uses__label {
    font-weight: 600;
    color: #fff;
}

.Uses__sep,
.Uses__dash {
    color: #ffffff99;
}

.Uses__line a {
    color: #c3c9ff;
    border-bottom: 1px solid transparent;
    transition: color .12s ease, border-color .12s ease;
}

.Uses__line a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .6);
}

.Uses__foot {
    margin: 14px 0 4px;
    color: #ffffff99;
    font-size: 14px;
}

.Uses__foot b {
    color: #fff;
    font-weight: 600;
}

.Uses__foot a {
    color: #c3c9ff;
    border-bottom: 1px solid rgba(195, 201, 255, .35);
}

.Uses__foot a:hover {
    color: #fff;
    border-bottom-color: #fff;
}

@media (max-width: 640px) {
    .Uses__section {
        margin-top: 40px;
    }
}

/* Своё ПО — главное отличие от конкурентов, поэтому выделяем */
.Uses__item--own summary {
    color: #c3c9ff;
}

.Uses__item--own summary::before {
    border-color: #c3c9ff;
}


/* ================= Возможности =================
   Тёмные страницы вне главной. Фон и шапка такие же, чтобы переход
   с главной не выглядел уходом на чужой сайт. */

body.page-dark {
    background-color: #080b26;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23p)' opacity='0.045'/%3E%3C/svg%3E"),
        linear-gradient(180deg, #080b26 0%, #0b1031 22%, #101643 48%, #0a0e2e 76%, #080b26 100%);
    background-repeat: repeat, no-repeat;
    background-size: auto, 100% 100%;
    color: #fff;
}

body.page-dark .Header__header {
    background: #2d3ac6;
}

body.page-dark .Footer__footer {
    background: transparent;
}

.Scen__page {
    padding: 104px 0 72px;
}

.Scen__h1 {
    font-size: clamp(30px, 6vw, 46px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 14px 0 12px;
    text-wrap: balance;
}

.Scen__lead {
    font-size: 17px;
    color: #ffffffb3;
    max-width: 64ch;
    margin: 0 0 32px;
}

/* ---- плитки на списке ---- */
.Scen__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 18px;
    margin-bottom: 48px;
}

.Scen__card {
    display: flex;
    flex-direction: column;
    background: #151b45;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 18px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.Scen__card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .34);
    box-shadow: 0 18px 38px rgba(8, 11, 38, .5);
}

.Scen__card:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.Scen__cardImage {
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #3242d3, #b150f6);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

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

.Scen__cardStub {
    font-size: 58px;
    font-weight: 700;
    color: #ffffff5c;
}

.Scen__cardBody {
    padding: 16px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.Scen__cardTitle {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.Scen__cardLead {
    color: #ffffff99;
    font-size: 14.5px;
    margin: 0;
    flex: 1;
}

.Scen__cardMore {
    color: #c3c9ff;
    font-size: 14.5px;
    font-weight: 600;
}

.Scen__cardMore::after {
    content: " →";
}

/* ---- страница сценария ---- */
.Scen__cover {
    border-radius: 18px;
    overflow: hidden;
    margin: 0 0 36px;
    max-height: 420px;
}

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

.Scen__section {
    margin-bottom: 38px;
    max-width: 68ch;
}

.Scen__h2 {
    font-size: clamp(21px, 3.6vw, 27px);
    font-weight: 700;
    margin: 0 0 12px;
    letter-spacing: -.01em;
}

.Scen__text {
    color: #ffffffb3;
    font-size: 16px;
    line-height: 1.65;
}

.Scen__text p {
    margin: 0 0 14px;
}

.Scen__text p:last-child {
    margin-bottom: 0;
}

/* ---- вопросы ---- */
.Scen__faq {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.Scen__faq summary {
    cursor: pointer;
    list-style: none;
    padding: 14px 0;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color .12s ease;
}

.Scen__faq summary::-webkit-details-marker {
    display: none;
}

.Scen__faq summary::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #ffffff80;
    border-bottom: 1.5px solid #ffffff80;
    transform: rotate(-45deg);
    transition: transform .15s ease;
    flex: none;
}

.Scen__faq[open] summary::before {
    transform: rotate(45deg);
}

.Scen__faq summary:hover {
    color: #c3c9ff;
}

.Scen__faq summary:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
    border-radius: 4px;
}

.Scen__faq .Scen__text {
    padding: 0 0 16px 17px;
    font-size: 15px;
}

/* ---- игры и соседние страницы ---- */
.Scen__games {
    color: #ffffff99;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.Scen__games a,
.Scen__otherList a {
    color: #c3c9ff;
    border-bottom: 1px solid transparent;
    transition: color .12s ease, border-color .12s ease;
}

.Scen__games a:hover,
.Scen__otherList a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .6);
}

.Scen__otherList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    font-size: 15.5px;
}

/* ---- призыв ---- */
.Scen__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    margin: 0 0 42px;
    border-radius: 18px;
    background: linear-gradient(-190deg, #2d3ac6 18%, #6640dd 58%, #a94bef 100%);
    box-shadow: 0 16px 34px rgba(55, 35, 250, .28);
}

.Scen__ctaText {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    max-width: 46ch;
}

@media (max-width: 640px) {
    .Scen__page {
        padding: 86px 0 56px;
    }
    .Scen__cta {
        padding: 18px;
    }
    .Scen__section {
        margin-bottom: 30px;
    }
}

/* Собственные рисунки вместо фотографий: заполняют ту же область */
.Scen__cardImage svg,
.Scen__cover svg {
    width: 100%;
    height: 100%;
    display: block;
}

.Scen__cover {
    aspect-ratio: 21 / 9;
    background: #141a45;
}

.Scen__cover svg {
    min-height: 100%;
}

@media (max-width: 640px) {
    .Scen__cover {
        aspect-ratio: 16 / 10;
    }
}

/* Плашки превратились в ссылки на страницы раздела */
.Uses__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.Uses__all {
    color: #c3c9ff;
    font-size: 15px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(195, 201, 255, .35);
    transition: color .12s ease, border-color .12s ease;
}

.Uses__all::after {
    content: " →";
}

.Uses__all:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.Uses__grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.Uses__link {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
    color: #fff;
    transition: border-color .15s ease, background .15s ease, transform .15s ease;
}

.Uses__link:hover {
    border-color: rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .08);
    transform: translateY(-1px);
}

.Uses__link:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.Uses__linkTitle {
    font-weight: 600;
    font-size: 15.5px;
}

.Uses__linkTitle::after {
    content: " →";
    color: #ffffff80;
}

.Uses__linkLead {
    color: #ffffff99;
    font-size: 13.5px;
    line-height: 1.45;
}

@media (max-width: 640px) {
    /* На телефоне ссылка — одна строка: название и стрелка */
    .Uses__linkLead {
        display: none;
    }

    .Uses__link {
        padding: 11px 13px;
    }

    .Uses__grid {
        gap: 8px;
    }

    .Uses__head {
        align-items: center;
    }

    /* Рисунки на плитках раздела — чуть ниже, чтобы влезало больше */
    .Scen__cardImage {
        aspect-ratio: 2 / 1;
    }
}

/* Пилюли вместо карточек: одна строка вместо двух рядов с обрезанным
   текстом. Подробности всё равно на своих страницах. */
.Uses__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.Uses__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 16px;
    border-radius: 99px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    transition: border-color .15s ease, background .15s ease, transform .15s ease;
}

.Uses__link::after {
    content: "→";
    color: #ffffff80;
    font-weight: 400;
    transition: color .15s ease, transform .15s ease;
}

.Uses__link:hover {
    border-color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .13);
    transform: translateY(-1px);
}

.Uses__link:hover::after {
    color: #fff;
    transform: translateX(2px);
}

.Uses__lead {
    margin-bottom: 14px;
}

@media (max-width: 640px) {
    .Uses__link {
        padding: 8px 14px;
        font-size: 14.5px;
    }
    .Uses__grid {
        gap: 7px;
    }
}


/* ================= Кнопки и утверждения =================
   Плашки преимуществ раньше были обведены рамкой и залиты — их принимали
   за кнопки и пытались нажать. Теперь это список фактов с галочкой,
   а нажимаются только настоящие кнопки. */

.Hero__badge {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    cursor: default;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffffffe6;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
}

/* Галочка: подчёркивает, что это обещание, а не подпись */
.Hero__badge::before {
    content: "";
    width: 15px;
    height: 15px;
    flex: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 L4.8 8.5 L9.5 3.8' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 11px;
}

.Hero__badges {
    gap: 12px 26px;
    margin-bottom: 30px;
}

/* Ссылки в меню должны вести себя как ссылки */
.Header__menuLink {
    position: relative;
    padding-bottom: 2px;
}

.Header__menuLink::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.5px;
    border-radius: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .18s ease;
}

.Header__menuLink:hover::after,
.Header__menuLink:focus-visible::after {
    transform: scaleX(1);
}

.Header__menuLink:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
    border-radius: 3px;
}

@media (max-width: 964px) {
    /* На узком экране факты идут в два столбца, но без рамок */
    .Hero__badges {
        gap: 10px 16px;
    }
    .Hero__badge {
        font-size: 14px;
        white-space: normal;
        align-items: flex-start;
    }
    .Hero__badge::before {
        margin-top: 2px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .Header__menuLink::after {
        transition: none;
    }
}


/* ================= Комплектации =================
   Ширину карточки, боковые отступы и отступ под шапкой не менять:
   картинка шлема висит абсолютно и рассчитана на них. */

@media (min-width: 1280px) {
    /* Шлем торчит на 65 px за правый край карточки, поэтому пара
       выглядит сдвинутой влево. Сдвигаем на половину выступа. */
    .Configurations__list {
        padding-right: 65px;
    }
}

@media (max-width: 964px) {
    /* На телефоне картинка в обычном потоке — здесь сжимать безопасно.
       Она одинаковая у обоих комплектов и ничего не объясняет,
       поэтому отдавать ей треть экрана незачем. */
    .Configurations__imageWrapper img {
        width: 118px;
        height: 110px;
    }

    .Configurations__imageWrapper {
        margin-bottom: 14px;
    }

    .Configurations__card {
        padding-bottom: 24px;
    }

    .Configurations__cardHeader {
        margin-bottom: 10px;
    }

    .Configurations__info {
        margin-bottom: 22px;
        gap: 12px;
    }

    .Configurations__row {
        padding-bottom: 10px;
    }

    .Configurations__rowTitle {
        font-size: 16px;
        margin-bottom: 2px;
    }
}


/* ================= Вопросы: плотнее =================
   Свёрнутая плашка не должна носить отступ для ответа, которого не видно. */

.FAQ__item {
    gap: 0;
    padding: 18px 24px;
    border-radius: 18px;
    margin-bottom: 8px;
}

.FAQ__question {
    gap: 16px;
    font-size: 18px;
    line-height: 1.35;
}

/* Значок не должен сжиматься и не должен липнуть к тексту */
.FAQ__icon {
    flex: none;
    font-size: 22px;
    line-height: 1;
}

.FAQ__answer {
    font-size: 15.5px;
}

@media (max-width: 768px) {
    .FAQ__section {
        padding: 56px 16px;
    }

    .FAQ__title {
        margin-bottom: 28px;
    }

    .FAQ__item {
        padding: 14px 16px;
        border-radius: 16px;
        margin-bottom: 7px;
    }

    .FAQ__question {
        font-size: 16px;
        gap: 12px;
    }

    .FAQ__icon {
        font-size: 20px;
    }

    .FAQ__answer {
        font-size: 15px;
    }
}
