:root {
    --black: #100F0F; /* черный */
    --white: #F0F0F0; /* белый */
    --white-100: #FFFFFF;
    --grey: #999999; /* серый */
    --grey-2: #404040; /* серый 2 */
    --brand: #28FF93; /* бренд */
    --h1size: 3rem;
    --h2size: 1.5rem;
}

/* Базовые */
* {
    box-sizing: border-box
}

a, a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
    color: var(--brand);
}

h2 {
    font-family: 'HeadingNow', sans-serif;
    font-weight: 300;
    font-size: var(--h2size);
    text-transform: uppercase;
}

p {
    font: 400 1rem/1.6 'Helios', sans-serif;
}

ul, ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

ul li,
ol li {
    font-family: 'Helios', sans-serif;
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--grey);
    font-size: 1rem;
    max-width: 120ch;
    text-align: justify;
}

ul li::marker {
    color: var(--brand);
    font-size: 1.4rem;
}

ol li::marker {
    color: var(--white);
    content: counter(list-item) "   ";
    font-weight: bold;
}

ul li {
    list-style-type: square;
    list-style-position: outside;
}

ol li {
    list-style-type: decimal;
    font-weight: 500;
}

ul ul, ol ol {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

@font-face {
    font-family: 'HeadingNow';
    src: url('fonts/HeadingNow-83Book.eot');
    src: url('fonts/HeadingNow-83Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/HeadingNow-83Book.woff2') format('woff2'),
    url('fonts/HeadingNow-83Book.woff') format('woff'),
    url('fonts/HeadingNow-83Book.ttf') format('truetype'),
    url('fonts/HeadingNow-83Book.svg') format('svg')
}

html, body {
    height: 100%;
    font-size: 14px;
    max-width: 100%
}

body {
    background: var(--black);
    color: var(--white);
    font-family: 'Helios', system-ui, -apple-system, Segoe UI, Roboto, sans-serif
}

.container-xxl {
    max-width: 1920px;
    padding-left: 220px;
    padding-right: 220px
}

.page-wrap {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background: var(--black)
}

.bg-black-100 {
    background: var(--black)
}

.text-grey {
    color: var(--grey)
}

.brand {
    color: var(--brand)
}

.brand-35 {
    color: var(--brand);
    opacity: .35
}

.muted {
    color: var(--grey);
    text-transform: uppercase;
    text-align: right;
}

.muted-12 {
    font: 400 12px/1.3 Roboto, sans-serif;
    text-transform: uppercase;
    color: var(--grey)
}

.muted-13 {
    color: var(--grey)
}

.h1-title {
    font-family: 'HeadingNow', sans-serif;
    font-weight: 300;
    font-size: var(--h1size);
    line-height: 120%;
    text-transform: uppercase;
    margin: 0 0 1.7rem 0;
}

.sub-title {
    font-family: 'HeadingNow', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.h18 {
    font: 700 18px/1.3 'Helios', sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase
}

.body14 {
    font: 400 14px/1.3 'Helios', sans-serif;
    letter-spacing: .02em
}

.kicker {
    font-family: 'HeadingNow', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--brand)
}

.mega-title {
    font-family: 'HeadingNow', sans-serif;
    font-weight: 300;
    font-size: 6rem;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(201.96deg, var(--white) -107.52%, var(--black) 94.68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ================= HERO ================= */
.hero {
    height: 800px;
    padding: 40px 20% 0;
}

.hero-back {
    background: url('img/back.png');
    opacity: .15;
}

.hero-noise {
    background-image: url('img/noise.png');
    background-size: cover;
    mix-blend-mode: overlay;
}

.hero-nav {
    z-index: 1;
    width: auto;
    height: 71px;
    padding: 20px 40px;
    gap: 60px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2), inset 0 -18px 20px -13px rgba(255, 255, 255, .17);
    backdrop-filter: blur(2px);
    border-radius: 100px;
    margin-top: 0
}

.logo {
    position: relative;
    width: 120px;
    height: 31px
}

.hero-menu a.link {
    font: 400 13px/1.3 'Helios', sans-serif;
    letter-spacing: .02em;
    color: #fff;
    text-decoration: none
}

.phone {
    font: 400 13px/1.3 'Helios', sans-serif;
    color: var(--grey);
    text-decoration: none
}

.lang-ico {
    position: relative;
    width: 15px;
    height: 16px;
}

.hero-left {
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 437.5px;
    height: 591.64px;
    z-index: 1;
}

.hero-mascot {
    width: 100%;
    height: 100%;
    background: url('img/mascot.png') center/contain no-repeat;
    opacity: .7;
}

.hero-logo-blur {
    position: absolute;
    left: -182px;
    top: 140px;
    width: 162px;
    height: 50px;
    background: #333;
    filter: blur(2px)
}

.hero-right {
    top: 45%;
    position: absolute;
    right: 20%;
}

.on-gaming {
    position: relative;
}

.on-gaming .stroke, .on-gaming .brand {
    font-family: 'HeadingNow', sans-serif;
    font-size: 8rem;
    text-align: right;
    display: inline-block;
    line-height: 0.8;
}

.on-gaming .stroke {
    color: var(--grey-2);
    filter: blur(3px);
    z-index: 0;
}

.on-gaming .brand {
    z-index: 2;
}

.on-gaming .brand span {
    color: #fff;
}

.hero-subtext {
    width: 570px;
    text-transform: uppercase;
    color: var(--grey);
    z-index: 2
}

.first-section {
    box-shadow: inset 0 20px 25px -10px rgba(255, 255, 255, .10);
}

.hero-ellipse {
    position: absolute;
    width: 709.86px;
    height: 80.91px;
    left: 50%;
    transform: translateX(-50%) rotate(-12.74deg);
    top: 381.27px;
    background: #fff;
    opacity: .6;
    filter: blur(75px)
}

.placeholder-img {
    background: #1B1B1B url('https://placehold.co/800x600/1B1B1B/808080?text=IMAGE') center/cover no-repeat;
    border-radius: 2px
}

/* ============== Section Intro ============== */
.section {
    padding: 120px 0
}

.section-intro .section-inner {
    padding: 0
}

.card-grey {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, .05);
    box-shadow: inset -18px -16px 30px -30px rgba(255, 255, 255, .51);
    backdrop-filter: blur(2px);
    border-radius: 2px
}

/* ============== Catalog Feature Blocks ============== */
.section-catalog {
    padding: 120px 0;
    overflow-x: auto
}

.feature-block {
    margin-top: 80px
}

.feature-title {
    white-space: nowrap;
}

.feature-title .quote-l, .feature-title .quote-r {
    display: inline-block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-size: cover;
    background: url("img/arrow.svg") no-repeat;
}

.feature-title .quote-l {
    transform: scaleX(-1)
}

.tagline {
    font: 400 13px/1.6 'Helios', sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase
}

.pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 100px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2), inset 17px -16px 13.9px -13px rgba(40, 255, 147, .34);
    font: 400 13px 'Helios', sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--brand);
    white-space: nowrap;
}

.line {
    flex: 1 1 auto;
    margin: 0 10px;
    min-width: 50px;
    display: inline-block;
    height: 1px;
    background:
        linear-gradient(to right,
            rgba(28,27,27,1) 0%,     /* край — полностью чёрный */
            rgba(28,27,27,0) 30%,    /* прозрачный центр */
            rgba(28,27,27,0) 70%,
            rgba(28,27,27,1) 100%    /* другой край — снова чёрный */
        ),
        repeating-linear-gradient(
            to right,
            #1C1B1B 0 3px,
            #28FF93 3px 6px
        );
}

.spec-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 8px 0
}

/* ============== Grid tiles 3x2 ============== */
.section-grid .tile {
    background: #100F0F;
    border-radius: 2px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 546px
}

.section-grid .tile .tile-head {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.overline {
    font: 400 13px/1.6 'Helios', sans-serif;
    text-transform: uppercase;
    color: var(--white)
}

.tile-name {
    font: 700 18px/1.3 'Helios', sans-serif;
    text-transform: uppercase;
    color: var(--brand)
}

.tile-photo {
    flex: 1;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.tile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* обрезает, но заполняет */
    object-position: center; /* центрируем */
}

.tile-photo .tile-photo-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    color: var(--white);
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 3rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    gap: 5rem;
    font: 300 19px/1.3 HeadingNow, sans-serif;
}

.tile-photo .tile-photo-body img {
    width: 45px;
    height: auto;
    object-fit: contain;
}

.tile-photo:hover .tile-photo-body {
    visibility: visible;
    opacity: 1;
}

.form-result {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.form-result .body {
    background-color: var(--grey-2);
    width: 320px;
    height: 200px;
    font: 17px/1.3 HeadingNow, sans-serif;
    text-transform: uppercase;
}

/* ============== Reviews ============== */
.section-reviews .video {
    border-radius: 2px;
    overflow: hidden;
}

.name-block {
    margin-top: 10px
}

/* ============== Marketplaces ============== */
.section-market {
    overflow: hidden;
}

.section-market .market-card {
    height: 150px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .05);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2), inset 0 0 60px -28px rgba(255, 255, 255, .51);
    display: flex;
    align-items: center;
    justify-content: center;
    font: 600 20px/1.3 'Helios', sans-serif;
    position: relative;
}

.section-market .market-card .market-card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--brand);
    color: var(--black);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.section-market .market-card .market-card-body img {
    width: 24px;
    margin: 0 16px;
}

.section-market .market-card:hover .market-card-body {
    visibility: visible;
    opacity: 1;
}

/* ============== Form ============== */
.section-form .noxxon-form {
    max-width: 480px;
    margin-top: 7rem;
}

.form-grid {
    display: flex;
    flex-direction: column;
    gap: 20px
}

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

.fg-line {
    width: 100%;
    padding: 16px 0; /* чтобы был отступ от линии */
    border: none;
    border-bottom: 1px solid var(--grey); /* линия */
    background: transparent;
    outline: none;
    font-size: 16px;
    color: white;
    text-transform: uppercase
}

/* стили для placeholder */
.fg-line::placeholder {
    color: rgba(255, 255, 255, 0.4); /* полупрозрачный белый */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
}

/* эффект при фокусе */
.fg-line:focus {
    border-bottom: 1px solid var(--grey); /* например акцентный цвет */
}

.btn-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 16px 24px;
    gap: 10px;
    background: var(--brand);
    color: var(--black);
    border-radius: 2px;
    border: 0;
    font: 700 12px/1.3 'Helios', sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase
}

.policy {
    color: #6b6b6b
}

/* ============== Footer ============== */
.site-footer {
    border-top: .5px solid var(--grey-2);
    padding: 100px 0 60px;
}

.footer-logo {
    margin-bottom: 50px
}

.footer-phone {
    display: block;
    width: 87px;
    font: 500 12px/1.3 Roboto, sans-serif;
    text-transform: uppercase;
    color: var(--brand);
    opacity: .35;
    text-decoration: none;
    margin-bottom: 20px
}

.footer-bottom {
    gap: 10px;
}

.glow-bgr {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

header .glow-bgr {
    top: 60%;
    left: 50%;
    transform: translateX(-50%) rotate(-12deg);
    width: 600px;
    height: 70px;
    background: rgba(255, 255, 255, 0.7);
    filter: blur(55px);
}

.card-grey.right-card .glow-bgr,
.second-row .card-grey .glow-bgr {
    width: 800px;
    height: 20px;
    background: rgba(255, 255, 255, 0.4);
    filter: blur(20px);
    transform: translateX(-50%) rotate(-30deg);
}

.card-grey.right-card .glow-bgr {
    top: 50%;
    left: 90%;
}

.second-row .card-grey .glow-bgr {
    top: 11%;
    left: 0;
}

.bgr-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bgr-absolute.fire-1 {
    background: url("img/bleid-top.jpg") no-repeat right bottom;
    background-size: 100%;
    mix-blend-mode: lighten;
    opacity: .1;
    right: 0;
    bottom: 0;
}

.bgr-absolute.fire-2 {
    background: url("img/bleid-bottom.jpg") no-repeat right top;
    background-size: 100%;
    mix-blend-mode: lighten;
    opacity: .1;
    right: 0;
    top: 0;
}

.bgr-absolute.monik-1 {
    background: url(img/monik.png) no-repeat right -200px top -58px;
    background-size: 55rem;
    mix-blend-mode: lighten;
    opacity: .7;
    right: 0;
    top: 0;
    transform: translateX(130px) translateY(280px) rotate(-20deg);
}

.bgr-absolute.monik-2 {
    background: url(img/monik.png) no-repeat right -200px top -58px;
    background-size: 55rem;
    mix-blend-mode: lighten;
    opacity: .7;
    right: 0;
    top: 0;
    transform: translateX(126px) translateY(-105px) rotate(-20deg);
}

.card--title {
    display: flex;
    align-items: flex-end;
}

.card--desc {
    display: flex;
    align-items: center;
}

/* типографика как в макете */
.card--desc .body14 {
    color: var(--grey);
}

.card--desc .body14 strong {
    color: var(--white-100);
    font-weight: 400;
}

/* дым/подсветка в нижней левой карточке */
.card-smoke {
    position: relative;
    background: radial-gradient(120% 120% at 0% 0%, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, 0) 60%),
    rgba(255, 255, 255, .05);
    overflow: hidden;
}

.card-smoke::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/smoke.png") center left / cover no-repeat; /* подставишь свой дым */
    opacity: .25;
    pointer-events: none;
}


/* нижний ряд — высоты как в макете */
.section-grid .second-row .pic {
    overflow: hidden;
    position: relative;
}

.section-grid .second-row .pic img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    position: static;
    transform: none;
}

.lang {
    position: relative;
}

.lang-modal {
    font: 400 13px/1.3 'HeadingNow', sans-serif;
    position: absolute;
    bottom: 50px;
    right: 0;
    height: fit-content;
    background: var(--grey-2);
    z-index: 1;
    display: none;
    flex-direction: column;
    padding: 20px 30px;
    gap: 1.2rem;
}

.lang-modal.active {
    display: flex;
}

.lang-modal img {
    border-radius: 50%;
    max-width: 14px;
}

    /* Утилиты для пиксель-перфекта */
img, svg, video {
    max-width: 100%;
    height: auto
}

@media (max-width: 1920px) {
    html {
        overflow-x: auto
    }
}

@media (max-width: 1280px) {
    html, body {
        height: 100%;
        font-size: 12px;
    }

    .container-xxl {
        padding-left: 120px;
        padding-right: 120px
    }
}

@media (max-width: 1280px) {
    html, body {
        height: 100%;
        font-size: 12px;
    }

    .container-xxl {
        padding-left: 120px;
        padding-right: 120px
    }
}

@media (max-width: 768px) {
    header.hero {
        height: 650px;
        padding: 20px;
        overflow: hidden;
    }

    .hero-nav {
        height: unset;
        padding: 15px 20px;
    }

    .hero-subtext {
        width: 100%;
    }

    .hero-right {
        flex-direction: column-reverse!important;
        right: 20px;
        left: 20px;
        top: 35%;
        gap: 16rem!important;
    }

    .hero-left {
        width: 330px;
        height: 400px;
        left: -150px;
    }

    .on-gaming .stroke, .on-gaming .brand {
        font-size: 3.9rem;
    }

    .section {
        padding: 40px 0;
    }

    .container-md {
        padding: 0 15px !important;
    }

    .h1-title {
        font-size: 1.5rem;
    }

    .mega-title {
        font-size: 2.5rem;
    }

    .feature-title .quote-l {
        transform: scale(-.7);
    }

    .feature-title .quote-r {
        transform: scale(.7);
    }

    .feature-block .pic-sm img {
        max-height: 220px;
    }

    .muted {
        text-align: left;
    }

    .card-grey div {
        flex-direction: column;
        align-items: start!important;
    }

    .tile-name {
        font-size: 1.2rem;
    }

    .tile.black {
        /*justify-content: space-between;*/
    }

    .tile.black .tile-photo, .tile.black .tile-photo img {
        max-height: 150px;
    }

    .section-grid .tile {
        height: auto;
    }

    .overline {
        font-size: 11px;
    }

    .section-market .market-card {
        padding: 15px;
        height: auto;
        min-height: 50px;
    }

    .site-footer {
        padding: 70px 0 40px;
    }
}
