:root {
    --bg: #080712;
    --bg-soft: #0e0c1e;
    --panel: rgba(20, 17, 43, .82);
    --panel-solid: #15122c;
    --line: rgba(255, 255, 255, .105);
    --text: #f8f7ff;
    --muted: #aaa7bf;
    --violet: #8b5cf6;
    --violet-bright: #a985ff;
    --cyan: #31d6d2;
    --danger: #ff7a9d;
    --success: #5ce5ae;
    --radius: 22px;
    --shadow: 0 30px 80px rgba(0, 0, 0, .36);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--text);
    background: radial-gradient(circle at 50% -20%, rgba(117, 72, 232, .21), transparent 35%), linear-gradient(180deg, #090817 0%, #080711 55%, #0a0815 100%);
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: .42;
    background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, black, transparent 75%);
}

a {
    color: inherit;
}

button, input {
    font: inherit;
}

button {
    color: inherit;
}

img {
    max-width: 100%;
}

[hidden] {
    display: none !important;
}

.container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto; }

.page-glow {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(3px);
    opacity: .5;
}

.page-glow--one {
    width: 620px;
    height: 620px;
    top: 40px;
    right: -330px;
    background: radial-gradient(circle, rgba(111,57,240,.32), transparent 67%);
}

.page-glow--two {
    width: 480px;
    height: 480px;
    top: 650px;
    left: -350px;
    background: radial-gradient(circle, rgba(29,190,199,.16), transparent 68%);
}

.site-header {
    height: 94px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 20;
    justify-content: center;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-mark {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    position: relative;
    background: linear-gradient(135deg, var(--violet), var(--cyan));
    transform: rotate(30deg);
    border-radius: 10px;
    box-shadow: 0 0 26px rgba(139,92,246,.42);
}

.brand-mark::before {
    content: "";
    position: absolute;
    inset: 5px;
    background: #0d0b1d;
    border-radius: 7px;
}

.brand-mark span {
    position: relative;
    width: 11px;
    height: 15px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-30deg);
}

.brand-name {
    font: 700 19px/1 "Unbounded", sans-serif;
    letter-spacing: -.6px;
}

.brand-name span {
    color: var(--violet-bright);
}

.hero {
    min-height: 690px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(560px, 1.05fr);
    gap: clamp(44px, 4.2vw, 64px);
    align-items: center;
    padding-top: 28px;
    padding-bottom: 95px;
}

.hero-copy {
    min-width: 0;
    position: relative;
    z-index: 2;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #bbb5d5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eyebrow > span {
    display: block;
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, var(--violet), var(--cyan));
}

.hero h1, .section-heading h2, .legal-hero h1 {
    font-family: "Unbounded", sans-serif;
    letter-spacing: -.055em;
}

.hero h1 {
    max-width: 650px;
    margin: 22px 0 25px;
    font-size: clamp(46px, 4.6vw, 66px);
    line-height: 1.08;
}

.hero h1 em {
    display: block;
    width: fit-content;
    max-width: 100%;
    color: transparent;
    background: linear-gradient(90deg, #b28aff 0%, #6d8cff 50%, #43e5d3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: .78em;
    font-style: normal;
    letter-spacing: -.07em;
    white-space: nowrap;
}

.hero-copy > p {
    max-width: 570px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 31px;
    color: #d6d2e7;
    font-size: 13px;
    font-weight: 700;
}

.hero-points span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hero-points i {
    width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    color: var(--cyan);
    border: 1px solid rgba(49,214,210,.35);
    background: rgba(49,214,210,.08);
    border-radius: 50%;
    font-style: normal;
    font-size: 10px;
}

.form-wrap {
    min-width: 0;
    position: relative;
}

.form-wrap::before {
    content: "";
    position: absolute;
    inset: -35px;
    z-index: -1;
    background: radial-gradient(circle, rgba(128,79,236,.24), transparent 68%);
    filter: blur(14px);
}

.topup-form {
    position: relative;
    z-index: 2;
    padding: 30px;
    background: linear-gradient(145deg, rgba(24,20,51,.94), rgba(14,12,31,.97));
    border: 1px solid rgba(166, 135, 255, .2);
    border-radius: 26px;
    box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.04);
    backdrop-filter: blur(20px);
}

.topup-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(172,143,255,.65), transparent);
}

.form-head {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    margin-bottom: 25px;
}

.form-kicker {
    color: var(--violet-bright);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.form-head h2 {
    margin: 4px 0 0;
    font-size: 25px;
    line-height: 1.2;
}

.secure-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    padding: 7px 10px;
    color: #bbb6ce;
    border: 1px solid var(--line);
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
}

.secure-pill i {
    width: 6px;
    height: 6px;
    background: var(--success);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--success);
}

.field-group {
    position: relative;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    min-width: 0;
}

.field-group > label, .field-group > legend {
    display: block;
    margin-bottom: 8px;
    padding: 0;
    color: #ddd9ed;
    font-size: 12px;
    font-weight: 700;
}

.form-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 14px;
}

.input-shell, .select-trigger {
    width: 100%;
    min-height: 49px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(8,7,21,.66);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 12px;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.input-shell:focus-within, .select-trigger:focus-visible, .select-trigger[aria-expanded="true"] {
    outline: 0;
    border-color: var(--violet-bright);
    box-shadow: 0 0 0 3px rgba(139,92,246,.15), 0 0 22px rgba(139,92,246,.08);
    background: rgba(14,11,30,.9);
}

.input-shell input {
    width: 100%;
    min-width: 0;
    height: 47px;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 14px;
}

.input-shell input::placeholder, .select-placeholder {
    color: #67637b;
}

.input-shell input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    transition: background-color 99999s ease-in-out;
}

.field-icon {
    flex: 0 0 auto;
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    color: #817b9c;
}

.field-icon--server {
    border: 1.5px solid currentColor;
    transform: rotate(30deg);
    border-radius: 4px;
}

.field-icon--server::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 4.5px;
    left: 4.5px;
    background: currentColor;
    border-radius: 50%;
}

.field-icon--mail {
    height: 12px;
    border: 1.5px solid currentColor;
    border-radius: 3px;
}

.field-icon--mail::after {
    content: "";
    position: absolute;
    inset: 1px 2px auto;
    height: 7px;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(35deg) skewX(-18deg);
}

.field-icon--coins {
    width: 15px;
    height: 15px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
}

.field-icon--coins::after {
    content: "₽";
    position: absolute;
    inset: -1px 0 0;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
}

.currency {
    margin-right: 16px;
    color: #928ca8;
    font-weight: 700;
}

.select-trigger {
    justify-content: flex-start;
    padding: 0;
    cursor: pointer;
    text-align: left;
}

.select-trigger #server-value {
    flex: 1;
    font-size: 14px;
}

.select-trigger #server-value.has-value {
    color: #fff;
}

.chevron {
    width: 7px;
    height: 7px;
    margin-right: 17px;
    border-right: 1.5px solid #817b9c;
    border-bottom: 1.5px solid #817b9c;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .2s;
}

.select-trigger[aria-expanded="true"] .chevron {
    transform: rotate(225deg) translate(-2px, -2px);
}

.server-select {
    position: relative;
}

.select-menu {
    position: absolute;
    z-index: 30;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    padding: 8px;
    background: #15122d;
    border: 1px solid rgba(166,135,255,.25);
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0,0,0,.48);
}

.search-wrap {
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 5px;
    background: #0d0b20;
    border: 1px solid var(--line);
    border-radius: 9px;
}

.search-wrap > span {
    width: 13px;
    height: 13px;
    margin: 0 11px 0 13px;
    border: 1.5px solid #77718e;
    border-radius: 50%;
    position: relative;
}

.search-wrap > span::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 1.5px;
    right: -4px;
    bottom: -2px;
    background: #77718e;
    transform: rotate(45deg);
}

.search-wrap input {
    flex: 1;
    min-width: 0;
    height: 100%;
    color: #fff;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 13px;
}

.server-options {
	max-height: 220px;
	margin: 0;
	padding: 0 4px 0 0;
	list-style: none;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(139, 92, 246, .5) transparent;
}

.server-options::-webkit-scrollbar {
	width: 5px;
}

.server-options::-webkit-scrollbar-track {
	background: transparent;
}

.server-options::-webkit-scrollbar-thumb {
	background: rgba(139, 92, 246, .5);
	border-radius: 999px;
}

.server-options::-webkit-scrollbar-thumb:hover {
	background: rgba(169, 133, 255, .8);
}

.server-options li {
    padding: 10px 12px;
    color: #d7d3e6;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
}

.server-options li:hover, .server-options li.is-focused {
    color: #fff;
    background: rgba(139,92,246,.16);
}

.server-options li[aria-selected="true"] {
    color: #fff;
    background: rgba(139,92,246,.27);
}

.no-results {
    margin: 8px;
    color: #77718e;
    text-align: center;
    font-size: 12px;
}

.field-hint {
    margin: 5px 0 0;
    color: #69657b;
    font-size: 10px;
}

.field-error {
    min-height: 0;
    margin: 5px 0 0;
    color: var(--danger);
    font-size: 11px;
    font-weight: 600;
}

.field-error:empty {
    margin: 0;
}

.has-error .input-shell, .has-error .select-trigger, .payment-group.has-error .payment-options, .consent-group.has-error .custom-check {
    border-color: var(--danger);
}

.has-error .input-shell, .has-error .select-trigger {
    box-shadow: 0 0 0 3px rgba(255,122,157,.08);
}

.payment-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 13px;
}

.payment-options[hidden] {
    display: none !important;
}

.no-payment-methods {
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: rgba(255,255,255,.025);
    border: 1px solid var(--line);
    border-radius: 12px;
}

.no-payment-methods__icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #a986ff;
    background: rgba(139,92,246,.11);
    border: 1px solid rgba(139,92,246,.2);
    border-radius: 9px;
    font-weight: 800;
}

.no-payment-methods div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.no-payment-methods strong {
    color: #f1eefc;
    font-size: 12px;
}

.no-payment-methods small {
    color: #716d83;
    font-size: 9px;
}

.payment-card {
    position: relative;
    min-height: 66px;
    display: flex !important;
    align-items: center;
    gap: 11px;
    margin: 0 !important;
    padding: 10px 12px;
    cursor: pointer;
    background: rgba(8,7,21,.55);
    border: 1px solid var(--line);
    border-radius: 12px;
    transition: transform .2s, border-color .2s, background .2s, box-shadow .2s;
}

.payment-card:hover {
    transform: translateY(-2px);
    border-color: rgba(169,133,255,.35);
}

.payment-card:has(input:focus-visible) {
    outline: 2px solid var(--cyan);
    outline-offset: 2px;
}

.payment-card:has(input:checked) {
    background: linear-gradient(135deg, rgba(139,92,246,.18), rgba(49,214,210,.06));
    border-color: var(--violet-bright);
    box-shadow: inset 0 0 22px rgba(139,92,246,.07);
}

.payment-card input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.payment-card > span:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.payment-card strong {
    color: #f1eefc;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
}

.payment-card small {
    color: #716d83;
    font-size: 9px;
    white-space: nowrap;
}

.payment-icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    position: relative;
    background: rgba(139,92,246,.11);
    border: 1px solid rgba(139,92,246,.2);
    border-radius: 9px;
    color: #a986ff;
}

.payment-icon--card i {
    width: 18px;
    height: 13px;
    border: 1.5px solid currentColor;
    border-radius: 3px;
}

.payment-icon--card i::before {
    content: "";
    display: block;
    height: 3px;
    margin-top: 2px;
    background: currentColor;
}

.payment-icon--sbp i {
    width: 15px;
    height: 15px;
    border: 2px solid currentColor;
    border-radius: 4px;
    transform: rotate(45deg);
}

.payment-icon--sbp i::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 13px;
    top: 13px;
    border-radius: 50%;
    background: var(--cyan);
}

.radio-dot {
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
    margin-left: auto;
    border: 1px solid #55506c;
    border-radius: 50%;
}

.payment-card:has(input:checked) .radio-dot {
    border: 4px solid var(--violet-bright);
    background: #fff;
}

.consent-group {
    margin-top: 4px;
}

.check-label {
    display: grid !important;
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 9px;
    color: #8c879e !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.55;
    cursor: pointer;
}

.check-label input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.custom-check {
    width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    margin-top: 1px;
    border: 1px solid #514c66;
    border-radius: 5px;
    transition: .2s;
}

.check-label input:checked + .custom-check {
    background: var(--violet);
    border-color: var(--violet);
}

.check-label input:checked + .custom-check::after {
    content: "";
    width: 7px;
    height: 4px;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    transform: rotate(-45deg) translateY(-1px);
}

.check-label input:focus-visible + .custom-check {
    outline: 2px solid var(--cyan);
    outline-offset: 2px;
}

.check-label a {
    color: #c2b3ee;
    text-underline-offset: 2px;
}

.check-label a:hover {
    color: #fff;
}

.pay-button {
    width: 100%;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    background: linear-gradient(100deg, #7647e9, #a55cf2 56%, #626bea);
    box-shadow: 0 12px 30px rgba(126,76,235,.29), inset 0 1px rgba(255,255,255,.22);
    font-weight: 800;
    transition: transform .2s, box-shadow .2s, filter .2s;
    overflow: hidden;
    position: relative;
}

.pay-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.25), transparent 70%);
    transform: translateX(-120%);
    transition: transform .55s;
}

.pay-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(126,76,235,.38);
    filter: saturate(1.15);
}

.pay-button:hover::before {
    transform: translateX(120%);
}

.pay-button:active {
    transform: translateY(1px);
}

.pay-button:focus-visible {
    outline: 3px solid var(--cyan);
    outline-offset: 3px;
}

.pay-button:disabled {
    cursor: not-allowed;
    opacity: .55;
    filter: saturate(.55);
    box-shadow: none;
}

.pay-button:disabled:hover {
    transform: none;
    box-shadow: none;
    filter: saturate(.55);
}

.pay-button:disabled:hover::before {
    transform: translateX(-120%);
}

.pay-button span, .pay-button i {
    position: relative;
}

.pay-button i {
    font-style: normal;
}

.form-note {
    margin: 10px 0 0;
    color: #5f5b70;
    text-align: center;
    font-size: 9px;
}

.form-note span {
    color: #8e75d9;
}

.form-success {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 14px;
    padding: 14px;
    color: #d9fbed;
    background: rgba(43, 182, 129, .1);
    border: 1px solid rgba(92,229,174,.28);
    border-radius: 12px;
    font-size: 11px;
}

.form-success > span {
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: rgba(92,229,174,.18);
    border-radius: 50%;
    color: var(--success);
}

.form-success strong {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.form-success p {
    margin: 0;
    color: #94b8aa;
}

.form-success button {
    margin-left: auto;
    padding: 0;
    color: #8eb0a3;
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 18px;
}

.crystal {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    filter: drop-shadow(0 0 18px rgba(104,92,246,.6));
    animation: float 5s ease-in-out infinite;
}

.crystal::before {
    content: "";
    display: block;
    width: 28px;
    height: 42px;
    background: linear-gradient(145deg, rgba(118,213,255,.9), rgba(126,77,245,.75) 42%, rgba(72,34,173,.85));
    clip-path: polygon(50% 0, 100% 38%, 70% 100%, 24% 92%, 0 35%);
}

.crystal--one {
    top: -26px;
    right: 38px;
    transform: rotate(15deg);
}

.crystal--two {
    bottom: 35px;
    left: -34px;
    transform: scale(.7) rotate(-25deg);
    animation-delay: -2s;
}

@keyframes float {
    0%,100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -12px;
    }
}

.trust-bar {
    border-top: 1px solid rgba(255,255,255,.065);
    border-bottom: 1px solid rgba(255,255,255,.065);
    background: rgba(255,255,255,.017);
}

.trust-grid {
    min-height: 146px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

.trust-grid article {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 36px;
    border-right: 1px solid rgba(255,255,255,.07);
}

.trust-grid article:first-child {
    padding-left: 0;
}

.trust-grid article:last-child {
    border: 0;
    padding-right: 0;
}

.trust-grid h3 {
    margin: 0 0 5px;
    font-size: 13px;
}

.trust-grid p {
    margin: 0;
    color: #777386;
    font-size: 10px;
    line-height: 1.55;
}

.feature-icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    position: relative;
    color: var(--violet-bright);
    background: rgba(139,92,246,.08);
    border: 1px solid rgba(139,92,246,.15);
    border-radius: 12px;
    transition: transform .25s;
}

.trust-grid article:hover .feature-icon {
    transform: translateY(-3px) rotate(-3deg);
}

.feature-icon--process::before {
    content: "";
    width: 18px;
    height: 21px;
    border: 1.5px solid currentColor;
    border-radius: 4px;
}

.feature-icon--process::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 1.5px;
    left: 18px;
    top: 15px;
    background: currentColor;
    border-radius: 2px;
    box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
}

.feature-icon--spark::before {
    content: "✦";
    font-size: 24px;
    color: var(--cyan);
}

.feature-icon--world::before {
    content: "";
    width: 19px;
    height: 19px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
}

.feature-icon--world::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 19px;
    border-left: 1px solid currentColor;
    border-right: 1px solid currentColor;
    border-radius: 50%;
}

.section-space {
    padding-top: 115px;
    padding-bottom: 115px;
}

.section-heading {
    max-width: 650px;
    margin: 0 auto 52px;
    text-align: center;
}

.section-heading h2 {
    margin: 15px 0 12px;
    font-size: clamp(30px, 4vw, 43px);
}

.section-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.section-heading--left {
    margin: 0;
    text-align: left;
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.steps::before {
    content: "";
    position: absolute;
    top: 34px;
    left: 9%;
    right: 9%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(139,92,246,.4), rgba(49,214,210,.35), transparent);
}

.steps article {
    position: relative;
    padding: 0 28px;
    text-align: center;
}

.steps article > span {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 2;
    margin: 0 auto 24px;
    color: #c5aaff;
    background: #0f0d20;
    border: 1px solid rgba(139,92,246,.3);
    border-radius: 20px;
    box-shadow: inset 0 0 25px rgba(139,92,246,.07);
    font: 700 17px/1 "Unbounded", sans-serif;
    transform: rotate(45deg);
}

.steps article > span::after {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 14px;
}

.steps article > span {
    text-indent: 0;
}

.steps article > span::first-line {
    transform: rotate(-45deg);
}

.steps article h3 {
    margin: 0 0 8px;
    font-size: 15px;
}

.steps article p {
    margin: 0;
    color: #767283;
    font-size: 11px;
}

/* Counter-rotate visible numbers without extra markup. */
.steps article > span {
    writing-mode: horizontal-tb;
}

.steps article > span {
    line-height: 68px;
}

.steps article > span {
    color: transparent;
}

.steps article > span::before {
    content: attr(data-label);
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #c5aaff;
    transform: rotate(-45deg);
}

.steps article:nth-child(1) > span::before {
    content: "01";
}

.steps article:nth-child(2) > span::before {
    content: "02";
}

.steps article:nth-child(3) > span::before {
    content: "03";
}

.steps article:nth-child(4) > span::before {
    content: "04";
}

.servers-section {
    position: relative;
    background: linear-gradient(180deg, rgba(17,14,34,.55), rgba(10,8,21,.65));
    border-top: 1px solid rgba(255,255,255,.055);
}

.servers-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 70% 50%, rgba(100,69,200,.12), transparent 36%);
}

.servers-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    gap: 100px;
    position: relative;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    color: #bea9fa;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.text-link span {
    transition: transform .2s;
}

.text-link:hover span {
    transform: translateX(4px);
}

.server-cloud {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.server-cloud li {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 16px;
    color: #dedbea;
    background: rgba(255,255,255,.027);
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    transition: border-color .2s, background .2s, transform .2s;
}

.server-cloud li:hover {
    transform: translateX(3px);
    background: rgba(139,92,246,.07);
    border-color: rgba(139,92,246,.23);
}

.server-cloud i {
    margin-left: auto;
    color: #5ed7a8;
    font-style: normal;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.server-gem {
    --gem-start: #c8aaff;
    --gem-end: #6f44e0;
    --gem-glow: rgba(139,92,246,.5);
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    clip-path: polygon(50% 0, 95% 30%, 80% 90%, 25% 100%, 3% 32%);
    background: linear-gradient(145deg, var(--gem-start), var(--gem-end));
    filter: drop-shadow(0 0 6px var(--gem-glow));
}

.server-cloud__more {
    padding: 0 !important;
}

.server-cloud__more a {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 16px;
    color: #dedbea;
    text-decoration: none;
}

.server-more-icon {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #c6afff;
    background: rgba(139,92,246,.12);
    border: 1px solid rgba(139,92,246,.25);
    border-radius: 8px;
    transition: transform .2s, background .2s;
}

.server-cloud__more:hover .server-more-icon {
    transform: translateX(3px);
    background: rgba(139,92,246,.2);
}

/* Server catalog */
.catalog-page {
    background: linear-gradient(180deg, #0b0918, #080711);
}

.catalog-main {
    min-height: 70vh;
    padding-bottom: 110px;
}

.catalog-hero {
    padding: 78px 0 48px;
    text-align: center;
}

.catalog-hero h1 {
    max-width: 780px;
    margin: 17px auto 18px;
    font-size: clamp(36px, 6vw, 58px);
    line-height: 1.1;
}

.catalog-hero p {
    max-width: 660px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 14px;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-card {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: rgba(18,15,36,.72);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    transition: transform .2s, border-color .2s, background .2s;
}

.catalog-card:hover {
    transform: translateY(-2px);
    background: rgba(25,21,49,.82);
    border-color: rgba(139,92,246,.25);
}

.catalog-card .server-gem {
    width: 28px;
    height: 28px;
}

.catalog-card__body {
    min-width: 0;
}

.catalog-card h2 {
    margin: 0 0 4px;
    font-size: 15px;
}

.catalog-card p {
    margin: 0;
    color: #777386;
    font-size: 10px;
}

.catalog-status {
    margin-left: auto;
    color: #5ed7a8;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.catalog-actions {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.catalog-actions .text-link {
    margin-top: 0;
    padding: 11px 16px;
    border: 1px solid rgba(139,92,246,.25);
    border-radius: 10px;
    background: rgba(139,92,246,.07);
}

.site-footer {
    padding-top: 68px;
    color: #7f7a8f;
    background: #07060f;
    border-top: 1px solid rgba(255,255,255,.07);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 80px;
    padding-bottom: 48px;
}

.footer-brand p {
    max-width: 280px;
    margin: 20px 0 0;
    font-size: 11px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    font-size: 11px;
    overflow-wrap: anywhere;
}

.footer-column h3 {
    margin: 0 0 5px;
    color: #d6d2df;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.footer-column p {
    margin: 0;
}

.footer-column a {
    text-decoration: none;
}

.footer-column a:hover {
    color: #c1aafc;
}

mark {
    padding: 1px 4px;
    color: #c8a8a8;
    background: rgba(255,137,137,.08);
    border-radius: 3px;
}

.independence {
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.055);
    color: #5f5b6d;
    font-size: 9px;
    line-height: 1.7;
}

.footer-bottom {
    min-height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.04);
    color: #4d4958;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .65s ease, transform .65s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* Legal pages */
.legal-page {
    background: linear-gradient(180deg, #0b0918, #080711);
}

.legal-main {
    padding-bottom: 110px;
}

.legal-hero {
    padding: 75px 0 45px;
    text-align: center;
}

.legal-hero h1 {
    margin: 17px auto 18px;
    font-size: clamp(32px, 5vw, 53px);
    line-height: 1.15;
}

.legal-hero p {
    max-width: 650px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 14px;
}

.legal-updated {
    display: inline-block;
    margin-top: 18px;
    padding: 6px 10px;
    color: #8e89a0;
    background: rgba(255,255,255,.035);
    border: 1px solid var(--line);
    border-radius: 20px;
    font-size: 10px;
}

.legal-card {
    width: min(860px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(30px, 6vw, 68px);
    color: #c3bfce;
    background: rgba(18,15,36,.72);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0,0,0,.24);
}

.legal-card .notice {
    margin: 0 0 35px;
    padding: 18px 20px;
    color: #bfb5db;
    background: rgba(139,92,246,.075);
    border-left: 2px solid var(--violet);
    border-radius: 0 10px 10px 0;
    font-size: 12px;
}

.legal-card h2 {
    margin: 42px 0 14px;
    color: #f4f1fb;
    font-size: 18px;
}

.legal-card h2:first-of-type {
    margin-top: 0;
}

.legal-card p, .legal-card li {
    font-size: 13px;
    line-height: 1.82;
}

.legal-card p {
    margin: 0 0 14px;
}

.legal-card ol, .legal-card ul {
    padding-left: 22px;
}

.legal-card li {
    margin-bottom: 8px;
}

.legal-card a {
    color: #b89dff;
    overflow-wrap: anywhere;
}

.legal-card strong {
    color: #e7e3ee;
}

.legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 45px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

.legal-links a {
    padding: 8px 12px;
    color: #a9a4b8;
    border: 1px solid var(--line);
    border-radius: 8px;
    text-decoration: none;
    font-size: 11px;
}

.legal-links a:hover {
    color: #fff;
    border-color: rgba(139,92,246,.4);
}

.legal-sections {
	counter-reset: section;
	margin: 0;
	padding: 0;
	list-style: none;
}

.legal-sections > li {
	counter-increment: section;
}

.legal-sections > li > h2::before {
	content: counter(section) ". ";
}

.legal-sections > li > ul {
	counter-reset: item;
	margin: 0;
	padding: 0;
	list-style: none;
}

.legal-sections > li > ul > li {
	counter-increment: item;
	margin-bottom: 14px;
}

.legal-sections > li > ul > li::before {
	content: counter(section) "." counter(item) ". ";
}

@media (max-width: 1100px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 56px;
        padding-top: 50px;
    }

    .hero-copy {
        text-align: center;
    }

    .hero h1, .hero-copy > p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-points, .hero-copy .eyebrow {
        justify-content: center;
    }

    .form-wrap {
        width: min(620px, 100%);
        margin: 0 auto;
    }

    .trust-grid {
        grid-template-columns: 1fr;
        padding: 18px 0;
    }

    .trust-grid article, .trust-grid article:first-child, .trust-grid article:last-child {
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.06);
    }

    .trust-grid article:last-child {
        border: 0;
    }

    .steps {
        grid-template-columns: 1fr 1fr;
        gap: 45px 20px;
    }

    .steps::before {
        display: none;
    }

    .servers-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

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

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 32px, 1180px);
    }

    .site-header {
        height: 80px;
    }

    .hero {
        min-height: 0;
        padding-top: 35px;
        padding-bottom: 75px;
        gap: 48px;
    }

    .hero h1 {
        font-size: clamp(36px, 11vw, 48px);
    }

    .hero-copy > p {
        font-size: 15px;
    }

    .hero-points {
        justify-content: center;
        gap: 10px 14px;
    }

    .topup-form {
        padding: 23px 18px;
        border-radius: 20px;
    }

    .form-head {
        align-items: center;
    }

    .secure-pill {
        padding: 6px 8px;
        font-size: 8px;
    }

    .form-grid, .payment-options {
        grid-template-columns: 1fr;
    }

    .payment-card {
        min-height: 64px;
    }

    .crystal--two {
        left: -15px;
    }

    .section-space {
        padding-top: 82px;
        padding-bottom: 82px;
    }

    .section-heading {
        margin-bottom: 42px;
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .steps article {
        display: grid;
        grid-template-columns: 58px 1fr;
        column-gap: 20px;
        text-align: left;
    }

    .steps article > span {
        grid-row: 1 / 3;
        width: 54px;
        height: 54px;
        margin: 0;
        border-radius: 16px;
        line-height: 54px;
    }

    .steps article > i {
        display: none;
    }

    .steps article h3, .steps article p {
        grid-column: 2;
    }

    .steps article h3 {
        align-self: end;
    }

    .server-cloud {
        grid-template-columns: 1fr;
    }

    .catalog-hero {
        padding-top: 55px;
    }

    .catalog-hero h1 {
        font-size: clamp(32px, 10vw, 44px);
    }

    .catalog-card {
        min-height: 82px;
        padding: 15px 16px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        gap: 6px;
    }

    .legal-hero {
        padding-top: 55px;
    }

    .legal-hero h1 {
        font-size: clamp(28px, 9vw, 38px);
    }

    .legal-card {
        width: min(100% - 32px, 860px);
        padding: 28px 20px;
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}