@import url('fonts.css');

/* ========== 1. Variables ========== */
:root {
    /* Цвета */
    --color-white: rgba(255, 255, 255, 1);
    --color-white-85: rgba(255, 255, 255, 0.85);
    --color-white-60: rgba(255, 255, 255, 0.6);
    --color-black: rgba(0, 0, 0, 1);
    --color-black-18: rgba(0, 0, 0, 0.18);
    --color-dark: rgba(33, 33, 33, 1);
    --color-gray-border: rgba(221, 221, 221, 1);
    --color-gray-muted: rgba(77, 77, 77, 1);
    --color-primary: #FF5500;
    --color-primary-rgba: rgba(255, 85, 0, 1);

    /* Шрифты */
    --font-monument: 'Monument Extended', sans-serif;
    --font-muller-wide: 'Muller Next Wide', sans-serif;
    --font-muller: 'Muller Next', sans-serif;
    --font-nickel: 'Nickel Gothic', sans-serif;
    --font-nickel-variable: 'Nickel Gothic Variable', sans-serif;
    --font-mono: 'Roboto Mono', monospace;

    /* Размеры шрифтов */
    --font-size-xs: 14px;
    --font-size-sm: 16px;
    --font-size-base: 18px;
    --font-size-lg: 20px;

    /* Скругления */
    --radius-sm: 14.34px;
    --radius-md: 17px;
    --radius-lg: 20px;
    --radius-xl: 21.14px;

    /* Анимации */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.25s ease;

    /* Тени */
    --shadow-btn: 0 8px 25px rgba(0, 0, 0, 0.3);
    --shadow-btn-dark: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* ========== 2. Base ========== */

body {
    color: var(--color-black);
    font-family: var(--font-nickel);
}

/* ========== Vanta background ========== */
#vanta-bg {
    position: relative;
    min-height: 800px;
}

#vanta-bg canvas {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 0;
}

/* ========== 3. Header ========== */
.header {
    position: relative;
    z-index: 1;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: transparent;
    margin-bottom: -1px;
}

.header__logo-link {
    margin-right: 60px;
}

.header__tagline {
    color: var(--color-white);
    font-family: var(--font-muller-wide);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

.header__lang-btn {
    color: var(--color-white);
    font-family: var(--font-monument);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: 20px;
    padding: 8px 14px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background var(--transition-normal), border-color var(--transition-normal), color var(--transition-normal);
}

.header__lang-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--color-white);
}

.header__lang-btn:focus {
    outline: none;
}

.header__lang-btn:focus-visible {
    outline: 2px solid var(--color-white);
    outline-offset: 4px;
}

.header__connect-btn {
    position: relative;
    color: var(--color-white);
    font-family: var(--font-monument);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    padding: 10px 15px;
}

.header__connect-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-left: 1px solid var(--color-white);
    border-top: 1px solid var(--color-white);
    opacity: 0.5;
    transition: width var(--transition-normal), height var(--transition-normal);
}

.header__connect-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    opacity: 0.5;
    transition: width var(--transition-normal), height var(--transition-normal);
}

.header__connect-btn:hover::before,
.header__connect-btn:hover::after {
    width: 100%;
    height: 100%;
}

.header__connect-btn:focus {
    outline: none;
}

.header__connect-btn:focus-visible {
    outline: 2px solid var(--color-white);
    outline-offset: 4px;
}

.header__connect-btn:active {
    transform: scale(0.97);
}

.header__connect-btn {
    transition: transform var(--transition-fast);
    cursor: pointer;
}

/* ========== 4. Hero ========== */
.hero {
    position: relative;
    z-index: 1;
    background-color: transparent;
    width: 100%;
    min-height: 800px;
}

.hero__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero__eyebrow {
    color: var(--color-white);
    font-family: var(--font-nickel);
    font-style: italic;
    font-size: 193px;
    font-weight: 400;
    line-height: 193px;
    text-transform: uppercase;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    margin: 0;
    width: 100%;
}

.hero__eyebrow-container {
    position: relative;
    width: 100%;
    min-height: 300px;
    padding-bottom: 120px;
    overflow: hidden;
    text-align: right;
}

.about__features--mob {
    display: none;
}

/* Payments strip — на месте старой картинки (справа внизу) */
.hero__payments-line {
    position: absolute;
    top: 160px;
    right: 2%;
    left: auto;
    width: 420px;
    min-height: 56px;
    height: 56px;
    overflow: visible;
    perspective: 1200px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #fff 5%, #fff 95%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #fff 5%, #fff 95%, transparent 100%);
}

.hero__payments-track {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 32px;
    width: max-content;
    animation: hero-payments-scroll 18s linear infinite;
    transform-style: preserve-3d;
    transform: rotateY(2deg);
}

.hero__payments-set {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
    height: 100%;
}

.hero__payments-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 48px;
    filter: blur(0.5px);
    transform: rotateY(4deg);
    transition: opacity 0.6s ease, filter 0.6s ease, transform 0.6s ease;
}

.hero__payments-item:not(.hero__payments-item--active):not(:hover) {
    opacity: 0.35;
}

.hero__payments-item--active,
.hero__payments-item:hover {
    opacity: 0.998;
    filter: blur(0.002px);
    transform: rotateY(0.085deg);
}

.hero__payments-item img {
    display: block;
    width: 70px;
    height: 48px;
    object-fit: contain;
}

@keyframes hero-payments-scroll {
    0% {
        transform: rotateY(2deg) translateX(0);
    }

    100% {
        transform: rotateY(2deg) translateX(-50%);
    }
}

.hero__content {
    padding-left: 53px;
    margin-bottom: 75px;
}

.hero__headline {
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-family: 'Nickel Gothic Variable', sans-serif;
    font-stretch: condensed;
    font-size: 401.15px;
    font-weight: 400;
    line-height: 481px;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    margin-left: 53px;
    position: relative;
    top: -205px;
}

.hero__headline::after {
    content: "*";
    position: absolute;
    top: 70px;
    right: -14px;
    opacity: 0.6;
    color: var(--color-white);
    font-family: var(--font-mono);
    font-size: 21.35px;
    font-weight: 400;
    line-height: 1;
}

.hero__headline::before {
    content: attr(data-before);
    position: absolute;
    bottom: 94px;
    right: -5px;
    color: rgba(0, 0, 0, 1);

    font-family: Monument Extended;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;

    border-radius: var(--radius-md);
    backdrop-filter: blur(24.200000762939453px);
    background: rgba(255, 255, 255, 0.85);
    padding: 10px;
    z-index: 3;
}

.hero__text-block {
    max-width: 635px;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.hero_pantera {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: min(100%, 100vw);
    width: auto;
    height: auto;
    object-fit: contain;
    z-index: 2;
}

.hero__subheadline {
    color: var(--color-white);
    font-family: var(--font-muller-wide);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

.hero__desc {
    color: var(--color-white);
    opacity: 0.6;
    font-family: var(--font-mono);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    max-width: 580px;
}

.hero__cards {
    position: relative;
    z-index: 3;
    padding: 0 37px 34px 53px;
    display: flex;
    justify-content: space-between;
}

.hero__card {
    height: 73px;
}

/* Стили для русского языка */
html[lang="ru"] .hero__card {
    font-family: 'RFDewi Expanded', var(--font-monument);
    font-weight: 400;
}

.hero__card--promo {
    border-radius: var(--radius-md);
    background: var(--color-dark);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    color: var(--color-white);
    font-family: var(--font-monument);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;

    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
    text-decoration: none;
    cursor: pointer;
}

.hero__card--promo:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-btn);
}

.hero__card--promo:focus {
    outline: none;
}

.hero__card--promo:focus-visible {
    outline: 2px solid var(--color-white);
    outline-offset: 4px;
}

.hero__card--promo:active {
    transform: scale(0.98);
}

.hero__card--tournament {
    padding: 10px;
    border-radius: var(--radius-md);
    backdrop-filter: blur(24.2px);
    background: var(--color-white-85);
    width: max-content;

    display: flex;
    gap: 10px;
    align-items: center;
}

.hero__card-title {
    color: var(--color-black);
    opacity: 0.18;
    font-family: var(--font-monument);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 13%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero__card-text {
    font-family: var(--font-monument);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;

    span {
        color: var(--color-primary-rgba);
    }
}

/* ========== 5. About ========== */
.about {
    padding-top: 46px;
    padding-bottom: 117px;
    background-color: var(--color-white);
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about__header {
    display: flex;
    gap: 30px;
}

.about__brand {
    color: rgba(0, 0, 0, 1);

    font-family: Roboto Mono;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.6;
}

.about__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about__headline {
    font-family: Nickel Gothic Variable;
    white-space: nowrap;
    font-stretch: condensed;
    font-size: 173.7px;
    font-weight: 400;
    line-height: 208px;
    text-align: center;
}

.about__headline-accent {
    color: rgba(255, 85, 0, 1);
}

.about__desc {
    color: rgba(0, 0, 0, 1);

    font-family: Roboto Mono;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.6;

    max-width: 760px;
}

.about__headline--footer {
    margin-top: -50px;
}

.about__features {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    top: -270px;
}

.about__features-curve {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    pointer-events: none;
    display: block;
}

.about__features-curve-img {
    width: 100%;
    max-width: 1440px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.about__feature {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: auto;
}

.about__feature-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--color-primary);
}

.about__feature-text {
    padding: 20px;
    border-radius: var(--radius-md);
    background: var(--color-dark);
    color: rgba(255, 255, 255, 1);
    font-family: var(--font-mono);
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}

.about__feature-text--1 {
    width: 245px;
}

.about__feature-text--2 {
    width: 320px;
}

.about__feature-text--3 {
    width: 285px;
}

.about__feature-text--4 {
    width: 285px;
}

.about__feature--1 {
    left: 5%;
    top: 60%;
    gap: 14px;
}

.about__feature--2 {
    left: 23%;
    top: 90%;
    gap: 10px;
}

.about__feature--3 {
    left: 55%;
    top: 91%;
    gap: 8px;
}

.about__feature--4 {
    left: 75%;
    top: 63%;
    gap: 8px;
}

/* About: видео */
.about__video {
    position: relative;
    max-width: 810px;
    max-height: 450px;
}

.about__video-player {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
    box-sizing: border-box;
    border: 7.46px solid var(--color-gray-border);
    border-radius: var(--radius-xl);
}

.about__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.about__video-play:hover {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.9;
}

.about__video-play:focus {
    outline: none;
}

.about__video-play:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 4px;
}

.about__video-play:active {
    transform: translate(-50%, -50%) scale(0.95);
}

/* ========== 6. Informations ========== */
.informations {
    padding: 0 77px 121px 87px;
}

.informations__content {
    display: flex;
    gap: 27px;
}

.informations__title {
    color: rgba(0, 0, 0, 1);

    font-family: Nickel Gothic Variable;
    font-stretch: condensed;
    font-size: 104.92px;
    font-weight: 400;
    line-height: 126px;
    text-transform: uppercase;
}

.informations__list {
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.informations__img,
.informations__img-container {
    width: 100%;
}

.informations__item {
    padding: 20px;
    border-radius: var(--radius-md);
    background: var(--color-dark);
}

.informations__text {
    color: rgba(255, 255, 255, 1);

    font-family: Roboto Mono;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ========== 7. Benefits ========== */
.benefits {
    padding-left: 91px;
    padding-bottom: 80px;
    overflow-x: hidden;
}

.benefits__item {
    display: flex;
    gap: 20px;
}

.benefits__item .payments__line.payments__img--1 {
    min-width: 0;
    max-width: 100%;
}

.benefits__title {
    color: rgba(0, 0, 0, 1);

    font-family: Nickel Gothic Variable;
    font-stretch: condensed;
    font-size: 104.92px;
    font-weight: 400;
    line-height: 126px;
    text-align: left;
    text-transform: uppercase;
}

.benefits__desc {
    color: rgba(0, 0, 0, 1);

    font-family: Roboto Mono;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    opacity: 0.6;
    padding-top: 15px;
}

.benefits__desc--1 {
    max-width: 250px;
}

.benefits__desc--2 {
    max-width: 250px;
}

.benefits__desc--3 {
    max-width: 331px;
}

.benefits__desc--4 {
    max-width: 250px;
}

/* ========== 8. Sale ========== */
.sale {
    background-image: url(/images/sale.webp);
    background-size: auto;
    background-position: right;
    background-repeat: no-repeat;
    padding: 100px 0;
    padding-right: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 890px;
    position: relative;

    margin-bottom: 94px;
}

.sale__real {
    color: rgba(255, 255, 255, 1);

    font-family: Nickel Gothic Variable;
    font-stretch: condensed;
    font-size: 63.84px;
    font-weight: 400;
    line-height: 77px;
    text-transform: uppercase;

    position: absolute;
    top: 15px;
    left: 30px;
}

.sale__headline {
    color: rgba(255, 255, 255, 1);

    font-family: Nickel Gothic Variable;
    font-stretch: condensed;
    font-size: 181.36px;
    font-weight: 400;
    line-height: 218px;
    text-transform: uppercase;

    margin-bottom: 340px;
}

.sale__img {
    position: absolute;
    top: 180px;
}

.sale__container {
    width: 757px;
    height: 757px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sale__content {
    padding: 20px;
    border-radius: var(--radius-md);
    background: var(--color-dark);

    color: rgba(255, 255, 255, 1);

    font-family: Monument Extended;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;

    display: flex;
    gap: 10px;
    align-items: center;
    width: max-content;
    justify-content: center;

    position: relative;
    z-index: 2;

    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
    text-decoration: none;
    cursor: pointer;
}

.sale__content:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-btn-dark);
}

.sale__content:focus {
    outline: none;
}

.sale__content:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 4px;
}

.sale__content:active {
    transform: scale(0.98);
}

.sale__content-text {
    color: rgba(255, 255, 255, 1);

    font-family: Nickel Gothic Variable;
    font-stretch: condensed;
    font-size: 181.36px;
    font-weight: 400;
    line-height: 218px;
    text-transform: uppercase;
}

/* ========== 9. Collaboration ========== */
.collaboration {
    padding: 0 126px;

    position: relative;
    margin-bottom: 83px;
}

.collaboration__headline {
    color: rgba(0, 0, 0, 1);

    font-family: Nickel Gothic Variable;
    font-stretch: condensed;
    font-size: 110.54px;
    font-weight: 400;
    line-height: 133px;
    text-transform: uppercase;
}

.collaboration__list {
    display: flex;
    gap: 15px;
    margin-bottom: 94px;
}

/* Неактивный (свёрнутый) блок */
.collaboration__item {
    background: rgba(241, 245, 248, 1);
    padding: 12px 0 0 15.4px;
    position: relative;
    overflow: hidden;
    width: 136px;
    height: 392px;
    cursor: pointer;
    transition: width 0.35s ease, padding 0.35s ease;
}

/* Активный / открытый блок */
.collaboration__item--active {
    width: 311px;
    height: 392px;
    padding: 23px 0 0 28px;
}

/* Неактивный блок: картинка */
.collaboration__item-img {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: right 0.35s ease, bottom 0.35s ease, transform 0.35s ease;
}

.collaboration__item:nth-child(1) .collaboration__item-img {
    right: -40px;
    transform: scale3d(2.1, 2.1, 2);
}

.collaboration__item:nth-child(2) .collaboration__item-img {
    right: -35px;
    transform: scale3d(2.1, 2.1, 2);
}

.collaboration__item:nth-child(3) .collaboration__item-img {
    right: -50px;
    transform: scale3d(2, 2, 2);
}

.collaboration__item:nth-child(4) .collaboration__item-img {
    right: -50px;
    transform: scale3d(2.1, 2.1, 2);
}

/* Активный блок: картинка (сдвиг за край) */
.collaboration__item--active:nth-child(1) .collaboration__item-img {
    right: -80px;
    bottom: -170px;
    transform: none;
}

.collaboration__item--active:nth-child(2) .collaboration__item-img {
    right: -70px;
    bottom: -170px;
    transform: none;
}

.collaboration__item--active:nth-child(3) .collaboration__item-img {
    right: -60px;
    bottom: -180px;
    transform: none;
}

.collaboration__item--active:nth-child(4) .collaboration__item-img {
    right: -70px;
    bottom: -170px;
    transform: none;
}

/* Неактивный блок: заголовок в одну линию */
.collaboration__item-headline {
    color: rgba(0, 0, 0, 1);
    font-family: Roboto Mono;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    opacity: 0.6;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
}

/* Неактивный блок: текст скрыт */
.collaboration__item-text {
    display: none;
}

/* Активный блок: текст и заголовок */
.collaboration__item--active .collaboration__item-text {
    display: block;
    color: rgba(109, 109, 109, 1);
    font-family: Roboto Mono;
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
    padding-bottom: 10px;
    max-width: 145px;
    animation: collaborationTextIn 0.3s ease 0.2s both;
}

@keyframes collaborationTextIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.collaboration__tournament {
    padding: 23px;
    border-radius: 38.11px;
    backdrop-filter: blur(54.244529724121094px);
    background: rgba(255, 85, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;

    margin: 0 auto;
}

.collaboration__tournament-headline {
    opacity: 0.5;
    color: rgba(255, 255, 255, 1);

    font-family: Monument Extended;
    font-size: 31.38px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 13%;
    text-transform: uppercase;

    margin-bottom: 23px;
}

.collaboration__tournament-text {
    color: rgba(255, 255, 255, 1);
    font-family: Monument Extended;
    font-size: 35.86px;
    font-weight: 400;
    line-height: 43px;
    text-transform: uppercase;

    span {
        color: rgba(0, 0, 0, 1);
    }
}

.collaboration__tournament-text--mob {
    display: none;
}

.collaboration__tail {
    position: absolute;
    top: -90px;
    right: 0;
    z-index: 1;
}

/* ========== 10. Izatrade ========== */
.izatrade {
    padding-left: 125px;
    padding-bottom: 45px;

    position: relative;

    margin-bottom: 100px;
}

.izatrade__content {
    display: flex;
    flex-direction: column;
    gap: 270px;
    width: max-content;
}

.izatrade__headline {
    color: rgba(255, 85, 0, 1);

    font-style: oblique;
    font-stretch: condensed;
    font-size: 78.58px;
    font-weight: 400;
    line-height: 84.12%;
    text-align: left;
    text-transform: uppercase;

    max-width: 420px;
}

.izatrade__img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 70%;
}

/* ========== 11. Payments ========== */
.payments {
    display: flex;
    gap: 22px;

    padding-left: 67px;

    margin-bottom: 70px;
}

.payments__img {
    width: 390px;
    margin-left: 40px;
}

.payments__img--1 {
    display: none;
}

.payments__content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    margin-top: 10px;
}

.payments__headline {
    color: rgba(0, 0, 0, 1);

    font-family: Nickel Gothic Variable;
    font-stretch: condensed;
    font-size: 173.7px;
    font-weight: 400;
}

.payments__desc {
    color: rgba(0, 0, 0, 1);

    font-family: Nickel Gothic Variable;
    font-stretch: condensed;
    font-size: 105px;
    font-weight: 400;
    text-align: center;
    margin-left: 17px;
    margin-top: -30px;
}

/* Лента платёжных иконок (чёрные) — та же анимация, что в hero */
.payments__line {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 56px;
    overflow: hidden;
    perspective: 1200px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #fff 5%, #fff 95%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #fff 5%, #fff 95%, transparent 100%);
}

.payments__line .payments__item img {
    filter: brightness(0);
}

.payments__track {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 32px;
    width: max-content;
    animation: hero-payments-scroll 18s linear infinite;
    transform-style: preserve-3d;
    transform: rotateY(2deg);
}

.payments__set {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
    height: 100%;
}

.payments__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 48px;
    transform-style: preserve-3d;
    transform: rotateY(0deg) translateZ(0);
    opacity: 1;
    filter: blur(0);
}

.payments-line__item--entering {
    animation: hero-payments-enter 0.5s ease-out forwards;
}

.payments-line__item--leaving {
    animation: hero-payments-leave 0.5s ease-out forwards;
}

.payments__item img {
    display: block;
    width: 70px;
    height: 48px;
    object-fit: contain;
    transform-style: preserve-3d;
}

/* ========== 12. Large teams ========== */
.large-teams {
    margin: 67px 67px 110px 67px;
    padding: 25px 30px;

    box-sizing: border-box;
    border: 1px solid var(--color-gray-muted);
    border-radius: var(--radius-lg);
    background: rgba(255, 85, 0, 1);
    display: flex;
    gap: 40px;
    justify-content: space-around;
}

.large-teams__img {
    width: max-content;
}

.large-teams__content {
    width: max-content;
    display: flex;
    flex-direction: column;
}

.large-teams__headline {
    color: rgba(255, 255, 255, 1);

    font-stretch: condensed;
    font-size: 142px;
    font-weight: 400;
    line-height: 84.12%;
    text-transform: uppercase;

    margin-bottom: 45px;

    font-style: oblique;
}

.large-teams__btn {
    border-radius: var(--radius-md);
    background: rgba(0, 0, 0, 1);
    padding: 20px;

    color: rgba(255, 255, 255, 1);

    font-family: Monument Extended;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;

    display: flex;
    gap: 10px;
    align-items: center;

    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
    text-decoration: none;
    cursor: pointer;
}

.large-teams__btn--mob {
    display: none;
}

.large-teams__btn:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-btn-dark);
}

.large-teams__btn:focus {
    outline: none;
}

.large-teams__btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: 4px;
}

.large-teams__btn:active {
    transform: scale(0.98);
}

.large-teams__btn-container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: auto;
}

.large-teams__btn-mob {
    display: none;
}

.large-teams__list {
    display: flex;
    position: relative;
}

.large-teams__item {
    color: rgba(0, 0, 0, 1);

    font-family: Nickel Gothic Variable;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;

    padding: 10.32px 17.35px;

    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 1);

    width: max-content;
    border-radius: var(--radius-sm);
}

.large-teams__item--1 {
    transform: rotate(3.07deg);
}

.large-teams__item--2 {
    transform: rotate(-5.76deg);
    position: relative;
    top: -30px;
    left: -15px;
    box-shadow: 0px 0px 8.5px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
}

.large-teams__item--3 {
    transform: rotate(4.86deg);
    box-shadow: 0px 0px 8.5px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    position: relative;
    top: 5px;
    left: -30px;
}

/* ========== 13. Future features ========== */
.future-features {
    padding: 0 0 110px 48px;
}

.future-features__headline {
    color: rgba(0, 0, 0, 1);

    font-family: Nickel Gothic Variable;
    font-stretch: condensed;
    font-size: 173.7px;
    font-weight: 400;
    line-height: 208px;
    text-transform: uppercase;

    text-align: center;
}

.future-features__item-container {
    position: relative;
}

.future-features__item {
    color: rgba(255, 255, 255, 1);

    font-family: Nickel Gothic Variable;
    font-stretch: condensed;
    font-size: 105.2px;
    font-weight: 400;
    line-height: 126px;
    text-align: center;

    position: absolute;
    left: 46px;
    top: 11px;
}

.future-features__item-text {
    opacity: 0.6;
    color: rgba(255, 255, 255, 1);

    font-family: Roboto Mono;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;

    position: absolute;
    left: 36px;
    bottom: 25px;
}

/* ========== 14. Lamborghini Revuelto ========== */
.lamborghini-revuelto {
    padding: 105px 135px;

    background-image: url('/images/lamborghini-revuelto.webp');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;

    margin-bottom: 130px;
}

.lamborghini-revuelto__headline {
    color: rgba(255, 255, 255, 1);

    font-family: Nickel Gothic Variable;
    font-stretch: condensed;
    font-size: 275px;
    font-weight: 400;
    line-height: 407px;
    text-align: center;

    position: relative;
}

.lamborghini-revuelto__text {
    color: rgba(0, 0, 0, 1);
    font-family: Monument Extended;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;

    padding: 10px;
    border-radius: var(--radius-md);
    backdrop-filter: blur(24.200000762939453px);
    background: rgba(255, 255, 255, 0.57);
    width: max-content;
}

.lamborghini-revuelto__content {
    position: relative;
    z-index: 1;
}

.lamborghini-revuelto__text-accent {
    color: rgba(255, 85, 0, 1);
}

.lamborghini-revuelto__text--1 {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 2;
}

.lamborghini-revuelto__text--2 {
    position: absolute;
    left: 25px;
    bottom: 80px;
    z-index: 2;
}

/* ========== 15. TOP OFFERS ========== */

.top-offers {
    margin: 53px 76px 130px 90px;
}

.top-offers__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 27px;
}

.top-offers__title {
    color: rgba(0, 0, 0, 1);
    background-image: linear-gradient(90.00deg, rgba(0, 0, 0, 1) 0%, rgb(76, 76, 76) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Nickel Gothic";
    font-stretch: condensed;
    font-style: oblique;

    font-size: 161.39px;
    font-weight: 400;
    line-height: 129.43px;
    text-align: left;
    text-transform: uppercase;

    width: 100%;
}

.top-offers__text {
    color: rgba(0, 0, 0, 1);

    font-family: "Roboto Mono";
    font-style: Regular;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
}

.top-offers__footer {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-offers__list {
    display: flex;
    gap: 15px !important;
    align-items: flex-end;
    width: 100%;
}

.top-offers__item {
    border-radius: 16.5px;
    padding: 22.5px;
    width: max-content;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.top-offers__item.active {
    transform: rotate(4.14deg) !important;
}

.top-offers__tier {
    color: rgba(255, 255, 255, 1);

    font-family: "Roboto Mono";
    font-weight: 600;
    font-size: 20.52px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    text-transform: uppercase;
}

.top-offers__value {
    color: rgba(255, 255, 255, 1);

    font-family: "Nickel Gothic";
    font-stretch: condensed;
    font-size: 117.81px;
    font-weight: 400;
    line-height: 94.49px;
    text-align: left;
    text-transform: uppercase;
}

.top-offers__percent {
    color: rgba(255, 255, 255, 1);

    font-family: "Nickel Gothic Variable";
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.top-offers__type {
    color: rgba(255, 255, 255, 1);

    font-family: "Nickel Gothic Variable";
    font-stretch: condensed;
    text-align: left;
    text-transform: uppercase;
}

.top-offers__additional {
    box-sizing: border-box;
    border: 1px dashed rgba(195, 195, 195, 1);
    border-radius: 22px;
    padding: 30px 40px;

    margin-left: auto;

    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.swiper-wrapper{
    align-items: flex-end !important;
}

.top-offers__additional-title {
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 1),
            rgb(76, 76, 76));

    width: 105%;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;

    font-family: "Nickel Gothic";
    font-stretch: condensed;
    font-weight: 400;
    font-size: 56.14px;
    line-height: 45.02px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
    font-style: oblique;

    margin-bottom: 42px;
}

.top-offers__suboffer {
    width: 188.25px;
    height: 188.25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 22.5px;

    border-radius: 22px;
    background: linear-gradient(140.65deg, rgba(255, 255, 255, 0.34) 0.82%, rgba(255, 255, 255, 0) 95.393%), rgba(0, 112, 135, 1);
}


.top-offers__suboffer-title {
    color: rgba(255, 255, 255, 1);

    font-family: "Nickel Gothic Variable";
    font-stretch: condensed;
    font-size: 51.85px;
    font-weight: 400;
    line-height: 41.58px;
    text-align: left;
    text-transform: uppercase;
}

.top-offers__suboffer-percent {
    color: rgba(255, 255, 255, 1);

    font-family: "Nickel Gothic Variable";
    font-stretch: condensed;
    font-size: 119.63px;
    font-weight: 400;
    line-height: 95.94px;
    text-align: left;
    text-transform: uppercase;
}

.top-offers__suboffer-desc {
    color: rgba(255, 255, 255, 1);

    font-family: "Roboto Mono";
    font-size: 9.56px;
    font-weight: 700;
    line-height: 13px;
    text-align: left;
    text-transform: uppercase;
    opacity: 0.6;
}

.top-offers__note {
    color: rgba(0, 0, 0, 1);

    font-family: "Roboto Mono";
    font-size: 12.75px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    text-transform: uppercase;

    opacity: 0.6;
}

.top-offers__note--footer {
    margin-top: 50px;
}

.top-offers__ticker-icon {
    width: 43.47px;
    height: 19.01px;
}

.top-offers__item--1 {
    width: 370.5px !important;
    height: 500.25px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 30.75px;

    box-shadow: 0px 0px 93.07499694824219px 0px rgba(255, 85, 0, 1);
    background: rgba(0, 0, 0, 1);
    background-image: url(/images/bg_card-active.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    margin-right: -12px;

    .top-offers__percent {
        font-size: 271.83px;
        line-height: 218px;
    }

    .top-offers__type {
        font-size: 117.81px;
        line-height: 94.49px;
    }
}

.top-offers__ticker {
    width: 114%;
    overflow: hidden;
    margin-left: -23px;
    margin-bottom: auto;
}

.top-offers__ticker-track {
    display: flex;
    width: max-content;
    animation: ticker 15s linear infinite;

    background: rgba(0, 0, 0, 0.21);
    padding: 11.25px 0;
}

.top-offers__ticker-text {
    color: rgba(255, 255, 255, 1);

    font-family: "Roboto Mono";
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

.top-offers__ticker-item {
    display: flex;
    align-items: center;
    gap: 13.55px;
    padding-right: 13.55px;
    /* расстояние между повторениями */
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.top-offers__item--2 {
    width: 229.5px !important;
    height: 462.75px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 30.75px;

    border-radius: 16.5px;
    background: linear-gradient(140.65deg, rgba(255, 255, 255, 0.34) 0.82%, rgba(255, 255, 255, 0) 95.393%), rgba(0, 0, 0, 1);

    .top-offers__percent {
        font-size: 154.08px;
        line-height: 123.57px;
    }

    .top-offers__type {
        font-size: 66.78px;
        line-height: 53.56px;
    }
}

.top-offers__item--3 {
    width: 207.75px !important;
    height: 408.75px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 30.75px;

    border-radius: 16.5px;
    background: linear-gradient(140.65deg, rgba(255, 255, 255, 0.34) 0.82%, rgba(255, 255, 255, 0) 95.393%), rgba(84, 84, 84, 1);

    .top-offers__percent {
        font-size: 135.91px;
        line-height: 109px;
    }

    .top-offers__type {
        font-size: 58.91px;
        line-height: 47.24px;
    }
}

.swiper-slide{
    position: initial !important
}

.top-offers__item--4 {
    width: 188.25px !important;
    height: 349.5px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 30.75px;

    border-radius: 16.5px;
    background: linear-gradient(140.65deg, rgba(255, 255, 255, 0.34) 0.82%, rgba(255, 255, 255, 0) 95.393%), rgba(136, 136, 136, 1);

    .top-offers__percent {
        font-size: 119.63px;
        line-height: 95.94px;
    }

    .top-offers__type {
        font-size: 51.85px;
        line-height: 41.58px;
    }
}

.top-offers__logo-wrapper--mob {
    display: none !important;
}

/* ========== 16. FAQ ========== */
.faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
}

.faq__headline {
    color: rgba(0, 0, 0, 1);

    font-family: Nickel Gothic Variable;
    font-stretch: condensed;
    font-size: 89.52px;
    font-weight: 400;
    line-height: 107px;
    text-align: center;
}

.faq__list {
    margin: 0 auto;
    max-width: 610px;
    width: 100%;
    text-align: left;

    display: flex;
    flex-direction: column;
    gap: 45px;
}

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

.faq__item-headline {
    color: rgba(0, 0, 0, 1);
    font-family: Roboto Mono;
    font-size: 28.13px;
    font-weight: 400;
    line-height: 37px;
    text-align: left;
    text-transform: uppercase;
    opacity: 0.6;
    width: max-content;
    cursor: pointer;
    user-select: none;
    transition: opacity var(--transition-normal), color var(--transition-fast);
    outline: none;
    opacity: 0.6;
    border-radius: 4px;
}

.faq__item-headline:focus {
    outline: none;
}

.faq__item-headline:focus-visible {
    outline: 2px solid rgba(255, 85, 0, 0.8);
    outline-offset: 4px;
}

.faq__item--open .faq__item-headline {
    text-decoration-line: underline;
    text-transform: uppercase;
}

.faq__item-text {
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    color: rgba(0, 0, 0, 1);
    font-family: Roboto Mono;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
    border-radius: 8px;
    box-shadow: inset 0px 0px 16.6px 0px rgba(0, 0, 0, 0.11);
    background: rgba(237, 237, 237, 1);
    opacity: 0.6;
    width: max-content;
    transition: max-height 0.35s ease;
}

.faq__item--open .faq__item-text {
    max-height: 300px;
    padding: 10px;
}

/* ========== 16. Footer ========== */
.footer__content {
    position: relative;
    z-index: 1;
}

.footer__headline {
    color: rgba(0, 0, 0, 1);

    font-family: Nickel Gothic Variable;
    font-stretch: condensed;
    font-size: 339.29px;
    font-weight: 400;
    line-height: 407px;
    text-align: center;
    position: relative;
    top: 215px;
}

.footer__img {
    position: relative;
    z-index: 2;

    width: 100%;
}

.footer__btn {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;

    color: rgba(255, 255, 255, 1);

    font-family: Monument Extended;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;

    padding: 20px;
    border-radius: var(--radius-md);
    box-shadow: 0px 0px 40px 0px rgba(255, 85, 0, 1), 0px 0px 100px 0px rgba(255, 85, 0, 1), 0px 0px 200px 0px rgba(255, 85, 0, 1);
    background: rgba(255, 85, 0, 1);

    width: max-content;
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    z-index: 2;
    margin: 0 auto;

    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
    text-decoration: none;
    cursor: pointer;
}

.footer__btn:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 50px 0px rgba(255, 85, 0, 1), 0px 0px 120px 0px rgba(255, 85, 0, 0.8), 0px 0px 220px 0px rgba(255, 85, 0, 0.5);
}

.footer__btn:focus {
    outline: none;
}

.footer__btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 4px;
}

.footer__btn:active {
    transform: scale(0.98);
}

/* ========== Media Queries — Breakpoints ========== */

@media (min-width: 1441px) {
    .hero__payments-line {
        right: 15%;
    }
}

@media (max-width: 1280px) {
    /* Hero */

    .hero__text-block {
        position: relative;
        z-index: 3;
    }

    /* About */

    .about__features {
        display: none;
    }

    .about__features--mob {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        margin: 40px 0;
    }

    .about__feature {
        position: static;
        width: 100%;
    }

    .about__feature-text {
        width: 100%;
    }

    /* Informations */

    /* Benefits */

    /* Sale */

    /* Collaboration */

    /* Izatrade */

    /* Payments */

    /* Large teams */

    /* Future features */

    /* Lamborghini Revuelto */


    .top-offers__note--footer {
        display: flex;
        justify-content: space-between;
        margin-right: 29px;
        margin-top: 40.75px;
    }

    .top-offers__logo {
        width: 107px;
        height: 37px;
    }

    .top-offers__text {
        font-size: 8.45px;
        line-height: 11px;
    }

    /* FAQ */

    /* Footer */

}

@media (max-width: 1024px) {

    /* Collaboration: уменьшенный padding для 769–1024px, чтобы карточки помещались и hover работал */
    .collaboration {
        padding: 0 24px;
    }

    /* Base */

    /* Header */
    .header {
        padding: 30px 20px 0 20px;
    }

    /* Hero */

    .hero__eyebrow {
        font-size: 140px;
    }

    .hero__payments-line {
        display: none;
    }

    .hero_pantera {
        width: 65%;
    }

    /* About */
    .about {
        padding: 46px 20px 117px 20px;
    }

    .about__header {
        margin-bottom: 40px;
    }

    .about__headline {
        white-space: normal;
        line-height: 140px;

        margin-bottom: 30px;
    }

    .about__headline--footer {
        margin-top: 0px;
    }

    /* Informations */

    .informations__title {
        font-size: 104.92px;
        line-height: 100px;
        text-align: center;
        margin-bottom: 30px;
    }

    /* Benefits */

    .benefits__title {
        line-height: 100px;
    }

    .benefits__title--1 {
        max-width: 65%;
    }

    /* Sale */
    .sale {
        padding-right: 0;
        background-position: 85% 100%;
    }

    .sale__headline {
        margin-bottom: 290px;
    }

    .sale__img {
        width: 50%;
        top: 240px;
    }

    /* Collaboration */

    .collaboration__tail {
        display: none;
    }

    /* Izatrade */
    .izatrade {
        padding-left: 40px;
    }

    .izatrade__content {
        gap: 150px;
    }

    /* Payments */

    .payments__headline {
        font-size: 130px;
    }

    .payments__desc {
        margin-left: 0;
        font-size: 100px;
        line-height: 80px;
        text-align: left;
        margin-top: -20px;
    }

    /* Large teams */

    .large-teams__headline {
        font-size: 100px;
    }

    .large-teams__list {
        display: none;
    }

    .large-teams__tail {
        display: none;
    }

    /* Future features */

    /* Lamborghini Revuelto */
    .lamborghini-revuelto {
        margin-bottom: 80px;
    }

    .lamborghini-revuelto__text--1 {
        right: -50px;
        top: -10px;
    }

    .lamborghini-revuelto__text--2 {
        left: -40px;
        bottom: 15px;
    }

    .lamborghini-revuelto__headline {
        font-size: 194.29px;
        line-height: 255px;
    }

    /* FAQ */

    /* Footer */

}

@media (max-width: 1024px) {
    .top-offers__list {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {

    /* Base */

    /* Header */
    .header {
        padding: 30px 20px 0 20px;
    }

    /* Hero */

    .hero__eyebrow {
        font-size: 100px;
    }

    .hero__headline::after {
        display: none;
    }

    .hero__payments-line {
        display: none;
    }

    .hero__headline {
        margin-left: 20px;
        top: -100px;
        font-size: 320px;
        line-height: 150px;
    }

    .hero__headline::before {
        width: max-content;
        left: 0;
        bottom: -40px;
    }

    .hero__content {
        position: relative;
        z-index: 3;

        max-width: 60%;

        padding-left: 20px;
        margin-bottom: 25px;
    }

    .hero__cards {
        flex-direction: column;
        gap: 20px;
    }

    .hero__eyebrow-container {
        padding-bottom: 0;
    }

    /* About */

    .about__header {
        margin-bottom: 40px;
    }

    .about__headline {
        white-space: normal;
        line-height: 140px;
    }

    .about__headline--footer {
        margin-top: 0px;
    }

    .about__features {

        display: none;
    }

    .about__feature {
        position: static;
        width: 100%;
    }

    .about__feature-text {
        width: 100%;
    }

    .about__features--mob {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 10px;

        margin: 40px 0;
    }

    /* Informations */

    .informations__title {
        text-align: center;
        line-height: 100px;
        margin-bottom: 10px;
    }

    .informations__content {
        flex-direction: column;
    }

    .informations__list {
        width: 100%;
    }

    /* Benefits */
    .benefits {
        padding: 0 20px 50px 20px;
    }

    .benefits__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .benefits__item {
        flex-direction: column;
        align-items: center;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .benefits__title {
        text-align: center;
        line-height: 100px;
        max-width: 100%;
        width: 100%;
        min-width: 0;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
        box-sizing: border-box;
    }

    .benefits__desc {
        text-align: center;
        padding-top: 0;
    }

    .benefits__title--1 {
        max-width: 100%;
    }

    .benefits__title--3 {
        max-width: 100%;
    }

    /* Sale */
    .sale {
        padding: 20px;
        background-size: cover;
        background-position: 75% 100%;
    }

    .sale__real {
        display: none;
    }

    .sale__container {
        width: auto;
        height: auto;
        justify-content: flex-end;
        margin-top: 160px;
    }

    .sale__headline {
        font-size: 150px;
        margin-bottom: 160px;
    }

    .sale__img {
        width: 50%;
        top: auto;
        bottom: 190px;
    }

    /* Collaboration */
    .collaboration {
        padding: 0 20px;
    }

    .collaboration__list {
        overflow: visible;
    }

    .collaboration__item {
        flex-shrink: 0;
        min-width: 120px;
        width: 120px;
        transition: none;
    }

    .collaboration__item--active {
        width: 270px;
        min-width: 270px;
    }

    /* Картинки: без анимации на ≤768px */
    .collaboration__item-img {
        transition: none;
    }

    .collaboration__item:nth-child(1) .collaboration__item-img {
        right: -35px;
        transform: scale3d(1.85, 1.85, 2);
    }

    .collaboration__item:nth-child(2) .collaboration__item-img {
        right: -31px;
        transform: scale3d(1.85, 1.85, 2);
    }

    .collaboration__item:nth-child(3) .collaboration__item-img {
        right: -44px;
        transform: scale3d(1.76, 1.76, 2);
    }

    .collaboration__item:nth-child(4) .collaboration__item-img {
        right: -44px;
        transform: scale3d(1.85, 1.85, 2);
    }

    .collaboration__item--active:nth-child(1) .collaboration__item-img {
        right: -70px;
        bottom: -150px;
        transform: none;
    }

    .collaboration__item--active:nth-child(2) .collaboration__item-img {
        right: -62px;
        bottom: -150px;
        transform: none;
    }

    .collaboration__item--active:nth-child(3) .collaboration__item-img {
        right: -53px;
        bottom: -158px;
        transform: none;
    }

    .collaboration__item--active:nth-child(4) .collaboration__item-img {
        right: -62px;
        bottom: -150px;
        transform: none;
    }

    .collaboration__tournament {
        flex-direction: row-reverse;

        img {
            width: 70%;
        }
    }

    .collaboration__tournament-headline {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .collaboration__tournament-text {
        font-size: 25px;
        line-height: 30px;
    }

    .collaboration__tail {
        display: none;
    }

    /* Izatrade */
    .izatrade {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .izatrade__content {
        gap: 20px;
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .izatrade__logo {
        margin-bottom: 20px;
    }

    .izatrade__headline {
        text-align: center;
        max-width: 100%;
        line-height: 1;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .izatrade__img {
        position: relative;
        width: 100%;
    }

    /* Payments */
    .payments {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }

    .payments__img {
        margin-left: 0;
    }

    .payments__content {
        align-items: center;
        max-width: 70%;
    }

    .payments__headline {
        text-align: center;
        line-height: 140px;
        margin-bottom: 30px;

        max-width: 70%;
    }

    .payments__desc {
        margin-left: 0;
        color: rgba(0, 0, 0, 1);

        font-family: Roboto Mono;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        opacity: 0.6;
    }

    /* Large teams */
    .large-teams {
        flex-direction: column-reverse;
        align-items: center;
        margin: 67px auto 110px auto;
        width: 80%;
    }

    .large-teams__img {
        margin-bottom: 50px;
    }

    .large-teams__btn--mob {
        display: flex;
    }

    .large-teams__headline {
        font-size: 100px;
        margin-bottom: 0;
        text-align: center;
    }

    .large-teams__list {
        display: none;
    }

    .large-teams__btn-container {
        display: none;
    }

    /* Future features */
    .future-features {
        padding: 0 20px 110px 20px;
    }

    /* Lamborghini Revuelto */
    .lamborghini-revuelto {
        display: none;
    }

    /* TOP OFFER */

    .top-offers__title {
        font-size: 107.77px;
        line-height: 86.43px;
    }

    .top-offers__content {
        margin-bottom: 40px;
    }

    .top-offers__logo-wrapper {
        display: none;
    }

    .top-offers__logo-wrapper--mob {
        display: flex !important;
        flex-direction: column;
    }

    .top-offers {
        overflow-x: clip;
        overflow-y: visible;
        margin: 0;
    }

    .top-offers__title{
        padding: 51px 88px 0 49px;
    }
    .top-offers__note {
        font-size: 9.56px;
        line-height: 13px;
    }

    .top-offers__footer {
        overflow: visible !important;
        padding-top: 8px;
        padding-left: 50px !important;
        padding-right: 80px !important;
    }

    .top-offers__note--footer{
        padding-left: 49px;
    }

    .top-offers__list {
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0;
    }

    .top-offers__additional {
        width: max-content !important;
    }

    .top-offers__additional {
        padding: 22px;
        border-radius: 16.5px;
        margin-left: 35px;
    }

    .top-offers__item--1 {
        position: relative;
        z-index: 3;
    }

    .top-offers__item--2 {
        position: relative;
        z-index: 2;
    }

    /* FAQ */
    .faq {
        margin-bottom: -100px;
    }

    /* Footer */

}

@media (max-width: 480px) {

    #vanta-bg {
        display: flex;
        flex-direction: column;
        min-height: 820px;
    }

    .vanta-canvas {
        height: 100% !important;
    }

    /* Header */
    .header {
        flex-direction: column;
        gap: 6px;

        padding: 20px 69px 0 69px;
    }

    .header__logo-link {
        margin-right: 0;
    }

    .header__logo {
        width: 98px;
        height: 34px;
    }

    .header__tagline {
        font-size: 16px;
        line-height: 19px;
        text-align: center;

        max-width: 260px;
    }

    .header__connect-btn {
        display: none;
    }

    /* Hero */

    .hero {
        display: flex;
        flex-direction: column;
        min-height: 0;
        margin-top: 50px;
        margin-bottom: 34px;
    }

    .hero__eyebrow-container {
        order: 2;
        display: block;
        height: 100%;
        min-height: 100%;
    }

    .hero__eyebrow {
        display: block;

        font-family: Nickel Gothic Variable;
        font-style: oblique;
        font-stretch: semi-expanded;
        font-size: 49px;
        font-weight: 400;
        line-height: 57px;
        text-align: center;
        position: relative;

        margin-bottom: 26px;
    }

    .hero__payments-line {
        display: none;
    }

    .hero__headline {
        font-stretch: condensed;
        font-size: 196.56px;
        line-height: 81%;

        margin-left: 14px;

        white-space: normal;
        order: 1;
        top: 0;
        max-width: 90%;
    }

    .hero__headline::after {
        display: none;
    }

    .hero__headline::before {
        bottom: 0;
        right: 60px;
        left: 0;
    }

    .hero__content {
        padding: 0 15px;
        margin-bottom: 40px;
        max-width: 100%;
    }

    .hero__bottom {
        order: 3;
        position: relative;
    }

    .hero__subheadline {
        font-size: 18px;
        line-height: 22px;
        max-width: 340px;
    }

    .hero__desc {
        font-size: 14px;
        line-height: 18px;
        max-width: 310px;
    }

    .hero_pantera {
        bottom: 390px;
        z-index: -1;
        right: 20px;
    }

    .hero__cards {
        padding: 0 15px 16px 15px;
    }

    .hero__card--promo {
        width: 100%;
        justify-content: center;
    }

    .hero__card-caption {
        font-size: 18px;
        line-height: 22px;
    }

    .hero__card--tournament {
        display: none;
    }

    /* About */
    .about {
        padding: 34px 15px 68px 15px;
    }

    .about__header {
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-bottom: 80px;
    }

    .about__header :nth-child(1) {
        order: 2;
    }

    .about__header :nth-child(2) {
        order: 1;
    }

    .about__header :nth-child(3) {
        order: 3;
    }

    .about__brand-icon {
        width: 57.96px;
        height: 25.35px;

        margin-bottom: 12px;
    }

    .about__content {
        margin-top: -25px;
        gap: 40px;
    }

    .about__headline {
        font-size: 90.81px;
        white-space: normal;
        margin-top: -20px;
    }

    .about__headline--footer {
        font-size: 90.81px;
        line-height: 71px;
        margin-top: 0;
    }

    .header__lang-btn {
        margin-left: 0;
    }

    .about__desc {
        font-size: 14px;
        line-height: 18px;

        margin-bottom: 65px;
    }

    .about__features {
        display: none;
    }

    /* Informations */
    .informations {
        padding: 0 14px 70px 14px;
    }

    .informations__title {
        font-size: 90.81px;
        line-height: 71px;
        text-align: center;

        margin-bottom: 30px;
    }

    .informations__content {
        flex-direction: column;
        gap: 44px;
    }

    .informations__list {
        width: 100%;
        align-items: center;
    }

    .informations__item {
        width: 257px;
        height: 64px;
    }

    .informations__text {
        font-size: 18px;
        line-height: 24px;
    }

    /* Benefits */
    .benefits {
        padding: 0 14px 52px 14px;
    }

    .benefits__list {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .benefits__item {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .benefits__title {
        font-size: 104.92px;
        line-height: 81%;
        text-align: center;
        max-width: 100%;
        width: 100%;
        min-width: 0;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
        box-sizing: border-box;
    }

    .benefits__title--1 {
        max-width: 100%;
    }

    .benefits__title--2 {
        max-width: 100%;
    }

    .benefits__title--3 {
        max-width: 100%;
    }

    .benefits__title--4 {
        max-width: 100%;
    }

    .benefits__desc {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .benefits__desc--1 {
        max-width: 100%;
    }

    .benefits__desc--2 {
        max-width: 100%;
    }

    .benefits__desc--3 {
        max-width: 313px;
    }

    .benefits__desc--4 {
        max-width: 100%;
    }

    /* Sale */
    .sale {
        padding: 0;
        height: 425px;
        background-size: cover;
        background-position: 75% 100%;
    }

    .sale__real {
        display: none;
    }

    .sale__container {
        width: 100%;
        justify-content: space-between;
        bottom: 100px;
    }

    .sale__headline {
        font-size: 97px;
        line-height: 133px;

        margin-bottom: 0;
        transform: scale(1.1);
        position: relative;
        top: -195px;
    }

    .sale__img {
        width: 80%;
        top: 90px;
        right: 5px;
    }

    .sale__content {
        bottom: -70px;
        width: 100%;
    }

    /* Collaboration */

    .collaboration__list {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 14px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 10px;
        margin-right: -14px;
        padding: 0 14px;
    }

    .collaboration__list::-webkit-scrollbar {
        display: none;
    }

    .collaboration__item {
        flex: 0 0 calc(90% / 1.1);
        min-width: calc(100% / 1.1);
        width: calc(100% / 1.1);
        scroll-snap-align: start;
        height: 392px;
        transition: none;
    }

    .collaboration__item--active {
        width: calc(100% / 1.1);
    }

    /* Картинки: для карточек calc(100%/1.1) ~380–430px, без анимации */
    .collaboration__item-img {
        transition: none;
    }

    .collaboration__item:nth-child(1) .collaboration__item-img {
        right: -100px;
        bottom: -210px;
        transform: none;
    }

    .collaboration__item:nth-child(2) .collaboration__item-img {
        right: -90px;
        bottom: -210px;
        transform: none;
    }

    .collaboration__item:nth-child(3) .collaboration__item-img {
        right: -75px;
        bottom: -220px;
        transform: none;
    }

    .collaboration__item:nth-child(4) .collaboration__item-img {
        right: -90px;
        bottom: -210px;
        transform: none;
    }

    .collaboration__item--active:nth-child(1) .collaboration__item-img {
        right: -100px;
        bottom: -210px;
        transform: none;
    }

    .collaboration__item--active:nth-child(2) .collaboration__item-img {
        right: -90px;
        bottom: -210px;
        transform: none;
    }

    .collaboration__item--active:nth-child(3) .collaboration__item-img {
        right: -75px;
        bottom: -220px;
        transform: none;
    }

    .collaboration__item--active:nth-child(4) .collaboration__item-img {
        right: -90px;
        bottom: -210px;
        transform: none;
    }

    .collaboration {
        padding: 0 14px;
    }

    .collaboration__headline {
        font-size: 104.92px;
        line-height: 81%;

        margin: 0 auto 28px auto;
        max-width: 293px;
        text-align: center;
    }

    .collaboration__item-headline {
        font-size: 20px;
        line-height: 26px;
    }

    .collaboration__item-text {
        font-size: 10px;
        line-height: 13px;
    }

    .collaboration__tournament {
        padding: 7px;
        border-radius: 11.93px;
        backdrop-filter: blur(16.985660552978516px);
        background: rgba(255, 85, 0, 1);

        flex-direction: row-reverse;

        img {
            width: 111.6px;
            height: 52.64px;
            margin-bottom: auto;
        }
    }

    .collaboration__tournament-headline {
        font-size: 12px;
        line-height: 14px;

        margin-bottom: 7px;
    }

    .collaboration__tournament-text {
        display: none;
        font-family: Monument Extended;
        font-size: 18px;
        line-height: 22px;
        max-width: 239.34px;

        color: rgba(0, 0, 0, 1);

        span {
            color: rgba(255, 255, 255, 1);
        }
    }

    .collaboration__tournament-text--mob {
        display: block;
    }

    .collaboration__tail {
        display: none;
    }

    /* Izatrade */
    .izatrade {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin-bottom: 20px;
    }

    .izatrade__content {
        gap: 18px;
        align-items: center;
        margin-bottom: 20px;
    }

    .izatrade__logo {
        width: 156px;
        height: 56.35px;
    }

    .izatrade__headline {
        font-size: 68.78px;
        line-height: 84.12%;
        text-align: center;
    }

    .izatrade__img {
        position: relative;
        width: 100%;
    }

    /* Payments */
    .payments {
        flex-direction: column;
        padding: 0 6px;
        align-items: center;
    }

    .payments__img {
        margin-left: 0;
        width: 100%;
    }

    .payments__img--1 {
        display: block;
    }

    .payments__content {
        align-items: center;
        gap: 15px;
    }

    .payments__headline {
        font-size: 104.92px;
        line-height: 81%;
        text-align: center;
        max-width: 287px;
    }

    .payments__desc {
        color: rgba(0, 0, 0, 1);

        font-family: Roboto Mono;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        opacity: 0.6;

        margin: 0;
        max-width: 313px;
    }

    /* Large teams */
    .large-teams {
        gap: 0;
        justify-content: normal;

        margin: 0 auto 100px auto;

        flex-direction: column-reverse;
        position: relative;
    }

    .large-teams__img {
        margin: 0 auto;
        width: 100%;
    }

    .large-teams__img2 {
        margin-bottom: 46px;
    }

    .large-teams__btn-mob {
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
        padding: 21px;

        background: rgba(33, 33, 33, 1);
        gap: 11px;
    }

    .large-teams__btn-container {
        display: none;
    }

    .large-teams__headline {
        font-size: 67.38px;
        line-height: 84.12%;
        margin-bottom: 14px;
    }

    .large-teams__list {
        display: none;
    }

    .large-teams__item--1 {
        position: relative;
        top: -170px;
        left: -15px;
    }

    .large-teams__item--2 {
        top: -50px;
        left: -40px;
    }

    .large-teams__item--3 {
        top: 172px;
        left: -425px;
        transform: rotate(0deg);
    }

    .large-teams__btn {
        position: absolute;
        bottom: -50px;
        left: -1px;
        width: 100%;
        border: 1px solid transparent;
        width: calc(100% + 2px);
    }

    .large-teams__text {
        font-size: 18.81px;
        line-height: 23px;
    }

    .large-teams__tail {
        display: none;
    }

    /* Future features */
    .future-features {
        padding: 0 15px 90px 15px;
    }

    .future-features__headline {
        font-size: 104.92px;
        line-height: 81%;
        margin-bottom: 30px;
    }

    .future-features__item {
        font-size: 48.55px;
        line-height: 58px;
        left: 17px;
        top: 5px;
    }

    .future-features__item-text {
        font-size: 14px;
        line-height: 18px;
        left: 17px;
        bottom: 12px;
        max-width: 350px;
    }

    /* Lamborghini Revuelto */
    .lamborghini-revuelto {
        display: none;
    }

    /* FAQ */
    .faq {
        padding: 0 15px;
        margin-bottom: 50px;
    }

    .faq__headline {
        font-size: 89.52px;
        line-height: 107px;
    }

    .faq__list {
        gap: 15px;
    }

    .faq__item--open {
        gap: 6px;
    }

    .faq__item-headline {
        font-size: 22px;
        line-height: 29px;
        width: 100%;
    }

    .faq__item-text {
        font-size: 16px;
        line-height: 21px;
        width: 100%;
        max-height: 0;
        padding: 0 10px;
    }

    .faq__item--open .faq__item-text {
        max-height: 300px;
        padding: 10px;
    }

    /* Footer */

    .footer__headline {
        font-family: Nickel Gothic Variable;
        font-size: 89.52px;
        line-height: 107px;
        top: 40px;
    }

    .footer__img {
        z-index: -1;
        object-fit: none;
        object-position: bottom;
        height: 340px;
    }

    .footer__btn {
        margin: 0 23px 20px 23px;
        bottom: 0;
    }

    .top-offers__content {
        margin-bottom: 66px;
    }

    .top-offers__title {
        font-size: 59.48px;
        line-height: 47.7px;
    }

    .top-offers {
        margin: 35px 0 60px 0;
    }

    .top-offers__note--footer {
        margin-right: 16px;
        flex-direction: row-reverse;
        margin-top: 18px;
        padding: 0 16px 0 24px;
    }

    .top-offers__item--1 {
        width: 260.51px !important;
    }

    .top-offers__title{
        padding: 0 33px;
    }

    .top-offers__ticker {
        width: 122%;
        margin-left: -23px;
    }
}

@media (max-width: 425px) {

    /* 320–425px: коррекции для узких экранов */
    /* Header */
    .header {
        padding: 16px 14px 0 14px;
    }

    .header__tagline {
        font-size: 14px;
        line-height: 17px;
    }

    .header__logo {
        width: 80px;
        height: 28px;
    }

    /* Hero */
    .hero_pantera {
        bottom: 395px;
        z-index: -1;
        right: 0px;
    }

    .hero__eyebrow {
        font-size: clamp(32px, 12vw, 49px);
        line-height: 1.2;
    }

    .hero__subheadline {
        max-width: 100%;
    }

    .hero__desc {
        max-width: 100%;
    }

    /* About */

    .about__headline,
    .about__headline--footer {
        font-size: clamp(50px, 22vw, 90px);
        line-height: 80px;
    }

    /* Informations */
    .informations {
        padding: 0 14px 50px 14px;
    }

    .informations__title {
        font-size: clamp(50px, 22vw, 90px);
        line-height: 1.1;
    }

    .informations__item {
        width: 100%;
        max-width: 280px;
    }

    /* Benefits */
    .benefits {
        padding: 0 14px 40px 14px;
    }

    .benefits__list {
        width: 100%;
        max-width: 100%;
    }

    .benefits__item {
        width: 100%;
        max-width: 100%;
    }

    .benefits__title,
    .benefits__title--1,
    .benefits__title--2,
    .benefits__title--3,
    .benefits__title--4 {
        font-size: clamp(45px, 22vw, 104px);
        max-width: 100%;
        width: 100%;
        min-width: 0;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    /* Collaboration */
    .collaboration {
        padding: 0 14px;
    }

    .collaboration__list {
        margin-left: -14px;
        margin-right: -14px;
        padding: 0 14px;
    }

    .collaboration__headline {
        font-size: clamp(50px, 22vw, 104px);
        max-width: 100%;
    }

    .collaboration__item {
        min-width: calc(100% / 1.1);
        flex: 0 0 calc(100% / 1.1);
    }

    /* Картинки: используются оригинальные стили (scale3d, right, bottom, transition) из базовых правил */

    /* Izatrade */
    .izatrade__headline {
        font-size: clamp(40px, 18vw, 68px);
    }

    /* Payments */
    .payments {
        padding: 0 14px;
    }

    .payments__headline {
        font-size: clamp(50px, 22vw, 104px);
        max-width: 100%;
    }

    .payments__desc {
        max-width: 100%;
    }

    /* Large teams */
    .large-teams {
        margin: 0 auto 100px auto;
    }

    .large-teams__headline {
        font-size: clamp(40px, 15vw, 67px);
    }

    /* Future features */
    .future-features {
        padding: 0 14px 60px 14px;
    }

    .future-features__headline {
        font-size: clamp(50px, 22vw, 104px);
    }

    .future-features__item {
        font-size: clamp(32px, 12vw, 48px);
    }

    .future-features__item-text {
        max-width: 100%;
    }

    /* FAQ */
    .faq {
        padding: 0 14px;
    }

    .faq__headline {
        font-size: clamp(45px, 20vw, 89px);
        line-height: 1.2;
    }

    /* Footer */
    .footer__headline {
        font-size: clamp(45px, 20vw, 89px);
        line-height: 1.2;
        top: 30px;
        margin-bottom: 50px;
    }

    .footer__img {
        height: 280px;
    }

    .footer__btn {
        margin: 0 14px 16px 14px;
        width: auto;
    }

    /* Hero: eyebrow между headline и bottom, mobile pantera */
    .hero {
        display: flex;
        flex-direction: column;
    }

    .hero__headline {
        order: 1;
        font-size: 185px;
    }

    .hero__headline::before {
        font-size: 14px;
        right: 20px;
        left: 150px;
    }

    .hero__eyebrow-container {
        order: 2;
        display: block;
        padding-bottom: 0;
    }

    .hero__bottom {
        order: 3;
    }

    .hero__eyebrow {
        display: block;
    }

    .hero_pantera {
        display: block;
    }
}

@media (max-width: 375px) {

    /* Base */

    /* Header */

    /* Hero */

    .hero_pantera {
        bottom: 400px;
        z-index: -1;
    }

    .hero_pantera {
        display: block;
        width: 80%;
    }

    .hero__headline::before {
        right: 0;
        left: 50px;
    }

    /* About */

    .about__headline {
        line-height: 60px;
    }

    .about__headline--footer {
        line-height: 60px;
    }

    .about__desc {
        margin-bottom: 35px;
    }

    /* Informations */

    /* Benefits */

    /* Sale */

    .sale__headline {
        transform: none;
        line-height: normal;
        font-size: 85px;
    }

    .sale__img {
        width: 90%;
        top: 120px;
        right: 0px;
    }

    .sale__content {
        width: 100%;
        bottom: -70px;
    }

    /* Collaboration */

    .collaboration__tournament {
        gap: 0;
        flex-direction: column;
    }

    /* Izatrade */

    /* Payments */

    /* Large teams */

    /* Future features */

    /* Lamborghini Revuelto */

    /* FAQ */

    /* Footer */

}

@media (max-width: 330px) {
    .hero_pantera {
        bottom: 415px;
    }
}

/* ========== Промежуточные разломы: плавные значения между точками (не меняют стили на точках) ========== */

/* 769px–1023px: между 768 и 1024 */
@media (min-width: 769px) and (max-width: 1023px) {
    .hero__headline {
        font-size: clamp(240px, 33vw, 320px);
    }

    .hero__eyebrow {
        font-size: clamp(100px, 14vw, 140px);
    }

    .hero__subheadline,
    .hero__desc {
        max-width: 100%;
    }
}

/* 481px–767px: между 480 и 768 */
@media (min-width: 481px) and (max-width: 767px) {
    .header {
        padding: 24px clamp(20px, 5vw, 40px) 0 clamp(20px, 5vw, 40px);
    }

    .hero__headline {
        font-size: clamp(180px, 42vw, 320px);
    }

    .hero__eyebrow {
        font-size: clamp(70px, 14vw, 100px);
    }

    .hero__content {
        max-width: 100%;
    }

    .hero__subheadline,
    .hero__desc {
        max-width: 100%;
    }

    .about__headline,
    .about__headline--footer {
        font-size: clamp(70px, 16vw, 140px);
    }

    .informations__title {
        font-size: clamp(70px, 14vw, 120px);
    }

    .benefits__title {
        font-size: clamp(70px, 14vw, 120px);
    }

    .sale__headline {
        font-size: clamp(100px, 22vw, 150px);
    }

    .collaboration__headline {
        font-size: clamp(70px, 16vw, 110px);
    }
}

/* 426px–479px: между 425 и 480 */
@media (min-width: 426px) and (max-width: 479px) {
    .header {
        padding: 20px clamp(20px, 10vw, 69px) 0 clamp(20px, 10vw, 69px);
    }

    .hero__headline {
        font-size: clamp(150px, 42vw, 196px);
    }

    .hero__subheadline,
    .hero__desc {
        max-width: 100%;
    }

    .about__headline,
    .about__headline--footer {
        font-size: clamp(75px, 22vw, 90px);
    }

    .informations__title {
        font-size: clamp(75px, 22vw, 95px);
    }

    .benefits__title {
        font-size: clamp(75px, 22vw, 105px);
    }

    .sale__headline {
        font-size: clamp(70px, 20vw, 97px);
    }

    .collaboration__headline {
        font-size: clamp(75px, 22vw, 104px);
        max-width: 100%;
    }
}

/* 376px–424px: между 375 и 425 */
@media (min-width: 376px) and (max-width: 424px) {
    .hero__headline {
        font-size: clamp(140px, 42vw, 185px);
    }

    .about__headline,
    .about__headline--footer {
        font-size: clamp(55px, 22vw, 90px);
    }

    .informations__title {
        font-size: clamp(55px, 22vw, 90px);
    }

    .benefits__title {
        font-size: clamp(50px, 22vw, 104px);
    }

    .sale__headline {
        font-size: clamp(55px, 20vw, 97px);
    }

    .collaboration__headline {
        font-size: clamp(55px, 22vw, 104px);
    }

    .izatrade__headline {
        font-size: clamp(45px, 18vw, 68px);
    }

    .payments__headline {
        font-size: clamp(55px, 22vw, 104px);
    }

    .large-teams__headline {
        font-size: clamp(45px, 15vw, 67px);
    }

    .future-features__headline {
        font-size: clamp(55px, 22vw, 104px);
    }

    .faq__headline {
        font-size: clamp(50px, 20vw, 89px);
    }

    .footer__headline {
        font-size: clamp(50px, 20vw, 89px);
    }
}