:root {
    --c-primary: #0064ff;
    --c-primary-hover: #2b7fff;
    --c-primary-shadow: #0c3cb8;
    --c-surface-dark: #122234;
    --c-surface-deep: #0a1624;
    --grad-discount: linear-gradient(88.98deg, #ff0279 0, #dd6c01 100%);
    --c-white: #fff;
    --c-text-muted: #d0d3d6;
    --c-text-grey: #545c66;
    --font: "Fira Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    --r-card: 20px;
    --r-block: 10px;
    --r-pill: 40px;
    --shadow-btn: 0 3px 0 var(--c-primary-shadow);
    --t-fast: .1s ease;
}

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

body {
    font-family: var(--font);
    color: #fff;
    background: var(--c-surface-deep);
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

.wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

section {
    padding: 64px 0;
}

h2 {
    font-size: 34px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 12px;
}

h3 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
}

p {
    font-size: 16px;
    color: var(--c-text-muted);
}

.lead {
    font-size: 18px;
    color: var(--c-text-muted);
    max-width: 720px;
    margin-bottom: 32px;
}

a {
    color: var(--c-primary-hover);
    text-decoration: none;
}

/* --- Кнопки --- */
.btn {
    display: inline-block;
    font-family: var(--font);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    background: var(--c-primary);
    border: none;
    border-radius: var(--r-pill);
    padding: 17px 48px;
    cursor: pointer;
    transition: background var(--t-fast);
    text-align: center;
}

    .btn:hover {
        background: var(--c-primary-hover);
        color: #fff;
    }

.btn--medium {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 40px;
}

.btn--ghost {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.25);
}

    .btn--ghost:hover {
        background: rgba(255,255,255,0.08);
    }

/* Шапка использует реальный CSS боевого сайта (header.css + layout.css),
       подключённый в <head>. Свои стили шапки тут не держим. */

/* --- Hero (минимал-неон на чистом CSS, без чужого IP) --- */
.hero {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 96px 0 92px;
    background: radial-gradient(700px 420px at 18% 8%, rgba(0,100,255,0.48), transparent 60%), radial-gradient(680px 420px at 86% 92%, rgba(255,2,121,0.42), transparent 62%), linear-gradient(180deg, #0a1624 0%, #0e1430 60%, var(--c-surface-deep) 100%);
}
/* частый неоновый узор из диагональных линий */
.hero-pattern {
    position: absolute;
    inset: -12%;
    z-index: 1;
    opacity: .6;
    background-image: repeating-linear-gradient(-14deg, rgba(84,200,255,0.15) 0 1px, transparent 1px 16px), repeating-linear-gradient(-14deg, rgba(255,45,126,0.13) 0 1px, transparent 1px 56px);
}
/* лёгкое затемнение центра, чтобы текст читался поверх узора */
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: radial-gradient(640px 320px at 50% 46%, rgba(10,22,36,0.55), transparent 72%);
}
/* акцентные световые штрихи */
.hero-streak {
    position: absolute;
    z-index: 3;
    filter: blur(2px);
    opacity: .7;
}

    .hero-streak.s1 {
        left: -5%;
        top: 30%;
        width: 60%;
        height: 2px;
        background: linear-gradient(90deg, transparent, #54c8ff, transparent);
        transform: rotate(-14deg);
    }

    .hero-streak.s2 {
        right: -5%;
        top: 62%;
        width: 55%;
        height: 2px;
        background: linear-gradient(90deg, transparent, #ff2d7e, transparent);
        transform: rotate(-14deg);
    }

.hero .wrap {
    position: relative;
    z-index: 4;
}

.hero .eyebrow {
    display: inline-block;
    background: var(--grad-discount);
    border-radius: var(--r-pill);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 16px;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: clamp(30px, 8vw, 56px);
    line-height: 110%;
    font-weight: 700;
    margin-bottom: 18px;
    overflow-wrap: anywhere;
}

.hero .sub {
    font-size: clamp(16px, 4.5vw, 20px);
    color: var(--c-text-muted);
    max-width: 640px;
    margin: 0 auto 32px;
}

.hero .note {
    margin-top: 16px;
    font-size: 14px;
    color: var(--c-text-grey);
}

/* --- Карточки фактов --- */
.facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 28px;
}

.fact {
    background: var(--c-surface-dark);
    border-radius: var(--r-block);
    padding: 20px;
}

    .fact .k {
        font-size: 13px;
        color: var(--c-text-grey);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 6px;
    }

    .fact .v {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 8px;
    }
/* значок «!» с всплывающей подсказкой */
.info {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255,255,255,0.16);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: help;
    flex-shrink: 0;
}

    .info .tip {
        position: absolute;
        bottom: calc(100% + 8px);
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        padding: 8px 10px;
        border-radius: 8px;
        background: #0a1624;
        border: 1px solid rgba(255,255,255,0.15);
        color: var(--c-text-muted);
        font-size: 12px;
        font-weight: 400;
        line-height: 1.4;
        text-transform: none;
        letter-spacing: normal;
        opacity: 0;
        visibility: hidden;
        transition: opacity .12s ease;
        z-index: 10;
        box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    }

    .info:hover .tip, .info:focus .tip {
        opacity: 1;
        visibility: visible;
    }

/* --- Шаги --- */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 8px;
}

.step {
    background: var(--c-surface-dark);
    border-radius: var(--r-card);
    padding: 28px 24px;
    position: relative;
}

    .step .num {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--c-primary);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        margin-bottom: 16px;
    }

    .step h3 {
        margin-bottom: 8px;
    }

    .step p {
        font-size: 15px;
    }

.hint {
    margin-top: 24px;
    padding: 16px 20px;
    background: rgba(0,100,255,0.12);
    border: 1px solid rgba(0,100,255,0.3);
    border-radius: var(--r-block);
    font-size: 15px;
    color: #cfe0ff;
}

/* --- Как купить: три шага с иконками, в ряд --- */
.steps3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 8px;
}

.step3 {
    background: var(--c-surface-dark);
    border-radius: var(--r-card);
    padding: 28px 24px;
}

    .step3 .step-ic {
        width: 64px;
        height: 64px;
        border-radius: 16px;
        background: rgba(0,100,255,0.14);
        color: #54c8ff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }

        .step3 .step-ic svg {
            width: 34px;
            height: 34px;
        }

    .step3 .step-n {
        font-size: 12px;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: .5px;
        color: var(--c-text-grey);
        margin-bottom: 4px;
    }

    .step3 h3 {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .step3 p {
        font-size: 15px;
    }

/* --- Цена --- */
.price-card {
    background: var(--c-surface-dark);
    border-radius: var(--r-card);
    padding: 40px;
    text-align: center;
}

.price-soon {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
}

    .price-soon .cur {
        color: var(--c-primary-hover);
    }

/* --- Цены по регионам (5 ячеек: $ / ₽ / zł / ₺ / ₹) --- */
.price-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 8px;
}

.price-cell {
    background: var(--c-surface-dark);
    border-radius: var(--r-block);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.pc-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--c-text-grey);
    font-weight: 600;
}

.pc-flag {
    font-size: 18px;
}

.pc-rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pc-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}

    .pc-row .lbl {
        font-size: 13px;
        color: var(--c-text-muted);
    }

    .pc-row b {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        white-space: nowrap;
    }

.pc-note {
    margin-top: auto;
    font-size: 11px;
    color: var(--c-text-grey);
    line-height: 1.35;
}

.price-cell.pc-ru {
    border: 1px dashed rgba(255,255,255,0.18);
}
/* Бонусы предзаказа */
.bonus {
    margin-top: 28px;
    background: rgba(0,100,255,0.10);
    border: 1px solid rgba(0,100,255,0.30);
    border-radius: var(--r-card);
    padding: 24px;
}

.bonus-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.bonus-items {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.bonus-item {
    flex: 1;
    min-width: 240px;
    border-left: 2px solid var(--c-primary);
    padding-left: 16px;
}

    .bonus-item b {
        display: block;
        color: #fff;
        font-size: 15px;
        margin-bottom: 2px;
    }

    .bonus-item span {
        font-size: 14px;
        color: var(--c-text-muted);
        line-height: 1.45;
    }

.bonus-note {
    margin-top: 16px;
    font-size: 13px;
    color: var(--c-text-grey);
}

@media (max-width: 980px) {
    .price-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

@media (max-width: 480px) {
    .price-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Вопросы и ответы (карточки в стиле шагов, раскрываются) --- */
.qa {
    margin: 8px 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.qa-item {
    background: var(--c-surface-dark);
    border-radius: var(--r-card);
    overflow: hidden;
}

.qa-q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-family: var(--font);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.qa-ic {
    flex-shrink: 0;
    color: var(--c-text-muted);
    display: flex;
    transition: transform var(--t-fast);
}

.qa-item.active .qa-ic {
    transform: rotate(180deg);
}

.qa-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.qa-item.active .qa-a {
    max-height: 720px;
}

.qa-a-in {
    padding: 0 24px 24px;
    max-width: 820px;
}

    .qa-a-in p {
        font-size: 15px;
        color: var(--c-text-muted);
        line-height: 1.6;
    }

        .qa-a-in p + p {
            margin-top: 10px;
        }

    .qa-a-in ul {
        margin: 8px 0 0;
        padding-left: 18px;
    }

    .qa-a-in li {
        font-size: 15px;
        color: var(--c-text-muted);
        line-height: 1.55;
        margin-bottom: 6px;
    }

        .qa-a-in li b {
            color: #fff;
            font-weight: 600;
        }

/* форма /psn: промокод свёрнут по умолчанию (как на боевой странице) */
.gift-card-page .promocode-block {
    display: none;
}

.gift-card-page .promocode-holder.gbopen .promocode-block {
    display: block;
}

/* форма /psn: карточка на всю ширину (FAQ-колонку убрали), внутри — две колонки */
.gift-card-page {
    grid-template-columns: 1fr;
}

    .gift-card-page .gift-card-card {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        align-items: stretch;
    }

@media (max-width: 860px) {
    .gift-card-page .gift-card-card {
        grid-template-columns: 1fr;
    }
}

/* --- Сколько пополнить --- */
.topup-rec {
    background: var(--c-surface-dark);
    border-radius: var(--r-card);
    padding: 28px 32px;
    margin-top: 8px;
}

    .topup-rec .example {
        margin-top: 16px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: rgba(0,100,255,0.12);
        border-radius: var(--r-pill);
        padding: 10px 20px;
        font-size: 18px;
    }

        .topup-rec .example b {
            color: #fff;
        }

        .topup-rec .example .tag {
            font-size: 12px;
            color: var(--c-text-grey);
            text-transform: uppercase;
        }

/* --- Номиналы --- */
.denoms {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    margin: 8px 0 28px;
}

.denom {
    background: var(--c-surface-dark);
    border-radius: var(--r-block);
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform var(--t-fast), background var(--t-fast);
}

    .denom:hover {
        background: #16293f;
        transform: translateY(-2px);
    }

    .denom .amount {
        font-size: 22px;
        font-weight: 700;
    }

        .denom .amount .cur {
            color: var(--c-text-muted);
            font-weight: 500;
        }

    .denom .buy {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background: var(--c-primary);
        border-radius: var(--r-pill);
        padding: 9px 0;
        text-align: center;
        transition: background var(--t-fast);
    }

        .denom .buy:hover {
            background: var(--c-primary-hover);
        }

/* --- FAQ --- */
.faq-item {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
}

    .faq-item:last-child {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .faq-item h3 {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .faq-item p {
        font-size: 15px;
    }

/* Футер — реальный CSS боевого сайта (footer.css), свои стили тут не держим. */

.center {
    text-align: center;
}

.section-alt {
    background: #0c1a2b;
}


@media (max-width: 899px) {
    section {
        padding: 48px 0;
    }

    .hero {
        padding: 56px 0 48px;
    }

    h2 {
        font-size: 32px;
    }

    .lead, .hero .sub, .fact .v, .btn, .step3 h3, .qa-q, .pc-flag, .bonus-title {
        font-size: 24px;
    }

    .fact .k, .hero .note, .step3 p, .qa-a-in p, .pc-row .lbl, .pc-head, .bonus-item b, .bonus-item span, .bonus-note {
        font-size: 18px;
    }
    
    .facts {
        grid-template-columns: 1fr;
    }
    .steps3 {
        grid-template-columns: 1fr;
    }
    .step3 .step-n {
        font-size: 16px;
    }
}
