:root {
    --cyan: #20fff2;
    --cyan-2: #08d5d8;
    --cyan-3: #8affff;
    --cyan-dark: #063538;
    --panel: #020b0e;
    --panel-2: #071418;
    --white: #f7fbff;
    --muted: #d7e2e5;
    --line: rgba(32,255,242,.55);
    --glow: 0 0 12px rgba(32,255,242,.95),0 0 28px rgba(32,255,242,.55),0 0 58px rgba(32,255,242,.28);
    --font-display: "Orbitron", system-ui, sans-serif;
    --font-body: "Rajdhani", system-ui, -apple-system, Segoe UI, sans-serif;
}

* {
    box-sizing: border-box
}

html {
    background: #000;
    scroll-behavior: smooth
}

body {
    margin: 0;
    min-height: 100vh;
    background: #000;
    color: var(--white);
    font-family: var(--font-body);
    letter-spacing: .01em;
}

.cat3-page {
    --page-max: 1122px;
    width: 100%;
    min-height: 1402px;
    margin: 0;
    background: radial-gradient(circle at 50% 61%, rgba(5,250,235,.25) 0 8%, rgba(0,0,0,0) 24%), radial-gradient(circle at 50% 59%, rgba(9,245,235,.18) 0 13%, rgba(0,0,0,0) 32%), radial-gradient(circle at 15% 54%, rgba(17,234,232,.15) 0 8%, rgba(0,0,0,0) 24%), radial-gradient(circle at 87% 54%, rgba(17,234,232,.13) 0 7%, rgba(0,0,0,0) 24%), linear-gradient(180deg,#000 0%,#000 43%,#02090b 62%,#000 100%);
}

.page-shell {
    width: min(var(--page-max), calc(100% - 32px));
    margin: 0 auto;
}

.header-shell {
    width: 100%;
}

.hero {
    height: 314px;
    padding: 0;
}

.hero-inner {
    position: relative;
    height: 100%;
}

.cat3-page::before,
.cat3-page::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.cat3-page::before {
    background: linear-gradient(120deg, transparent 0 15%, rgba(32,255,242,.28) 15.1% 15.25%, transparent 15.35% 100%) left 78px top 170px/520px 520px no-repeat, linear-gradient(120deg, transparent 0 15%, rgba(32,255,242,.8) 15.1% 15.45%, transparent 15.5% 100%) left -155px top 290px/620px 620px no-repeat, linear-gradient(120deg, transparent 0 15%, rgba(32,255,242,.38) 15.1% 15.25%, transparent 15.35% 100%) left 62px top 372px/380px 380px no-repeat, linear-gradient(60deg, transparent 0 15%, rgba(32,255,242,.3) 15.1% 15.25%, transparent 15.35% 100%) right 45px top 145px/510px 510px no-repeat, linear-gradient(60deg, transparent 0 15%, rgba(32,255,242,.8) 15.1% 15.45%, transparent 15.5% 100%) right -120px top 280px/620px 620px no-repeat, linear-gradient(60deg, transparent 0 15%, rgba(32,255,242,.36) 15.1% 15.25%, transparent 15.35% 100%) right 72px top 390px/380px 380px no-repeat;
    opacity: .95;
    filter: drop-shadow(0 0 8px rgba(32,255,242,.5));
}

.cat3-page::after {
    background: radial-gradient(circle at 50% 61%, rgba(32,255,242,.08), transparent 26%), linear-gradient(90deg, transparent 0 34%, rgba(32,255,242,.1) 34.2% 34.3%, transparent 34.45% 65.6%, rgba(32,255,242,.1) 65.75% 65.85%, transparent 66% 100%);
    mix-blend-mode: screen;
}

.bg-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .25;
    background-image: linear-gradient(rgba(32,255,242,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(32,255,242,.08) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(circle at 50% 55%, #000 0 42%, transparent 70%);
}

.bg-hud {
    position: absolute;
    top: 84px;
    width: 290px;
    height: 620px;
    z-index: 1;
    opacity: .75;
    filter: drop-shadow(0 0 7px rgba(32,255,242,.65));
}

.bg-hud-left {
    left: -28px
}

.bg-hud-right {
    right: -28px;
    transform: scaleX(-1)
}

.bg-hud::before,
.bg-hud::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent 0 22%, var(--line) 22.2% 22.7%, transparent 22.85% 100%) left top/330px 330px no-repeat, linear-gradient(45deg, transparent 0 42%, rgba(32,255,242,.35) 42.2% 42.45%, transparent 42.55% 100%) left 70px top 115px/270px 270px no-repeat, linear-gradient(45deg, transparent 0 55%, rgba(32,255,242,.18) 55.2% 55.45%, transparent 55.55% 100%) left 25px top 210px/260px 260px no-repeat;
    clip-path: polygon(0 0,85% 0,100% 14%,100% 86%,78% 100%,0 100%);
}

.bg-hud::after {
    inset: 26px 0 auto -18px;
    width: 245px;
    height: 430px;
    border-left: 1px solid rgba(32,255,242,.5);
    border-top: 1px solid rgba(32,255,242,.4);
    transform: skewY(-3deg);
}

.cat3-nav {
    height: 50px;
    padding-right: 38px;
    gap: 26px;
}

    .cat3-nav .nav-link {
        position: relative;
        padding: 0 0 18px;
        color: rgba(255,255,255,.86);
        font-family: var(--font-body);
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        text-shadow: 0 0 10px rgba(255,255,255,.25);
    }

        .cat3-nav .nav-link:hover {
            color: #fff
        }

        .cat3-nav .nav-link.active {
            color: #fff;
            font-weight: 700;
        }

            .cat3-nav .nav-link.active::after {
                content: "";
                position: absolute;
                left: 50%;
                bottom: 0;
                width: 65px;
                height: 3px;
                transform: translateX(-50%);
                background: linear-gradient(90deg,transparent,var(--cyan),transparent);
                box-shadow: var(--glow);
            }

.hero-logo {
    position: absolute;
    left: 49px;
    top: -3px;
    width: 283px;
    height: auto;
    z-index: 2;
    filter: drop-shadow(0 0 12px rgba(32,255,242,.45));
}

.hero-copy {
    width: min(650px, 100%);
    margin: 10px auto 0;
    padding-left: 118px;
    transform: translateX(22px);
}

.delivery-badge {
    width: 236px;
    min-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #d8f3f3;
    font-size: 16px;
    line-height: 1;
    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%20236%2033%27%20preserveAspectRatio%3D%27none%27%3E%0A%3Cdefs%3E%0A%20%20%3ClinearGradient%20id%3D%27fill%27%20x1%3D%270%27%20y1%3D%270%27%20x2%3D%270%27%20y2%3D%271%27%3E%0A%20%20%20%20%3Cstop%20offset%3D%270%27%20stop-color%3D%27%23011215%27%20stop-opacity%3D%27.90%27/%3E%0A%20%20%20%20%3Cstop%20offset%3D%271%27%20stop-color%3D%27%23011215%27%20stop-opacity%3D%27.90%27/%3E%0A%20%20%3C/linearGradient%3E%0A%20%20%3Cfilter%20id%3D%27glow%27%20x%3D%27-20%25%27%20y%3D%27-40%25%27%20width%3D%27140%25%27%20height%3D%27180%25%27%3E%0A%20%20%20%20%3CfeDropShadow%20dx%3D%270%27%20dy%3D%270%27%20stdDeviation%3D%271.5%27%20flood-color%3D%27%2320fff2%27%20flood-opacity%3D%27.22%27/%3E%0A%20%20%3C/filter%3E%0A%3C/defs%3E%0A%3Cpolygon%20points%3D%2718.9%200.8%20217.1%200.8%20235.2%2016.5%20217.1%2032.2%2018.9%2032.2%200.8%2016.5%27%20fill%3D%27url%28%23fill%29%27%20stroke%3D%27%2320fff2%27%20stroke-opacity%3D%27.78%27%20stroke-width%3D%271.1%27%20vector-effect%3D%27non-scaling-stroke%27%20filter%3D%27url%28%23glow%29%27/%3E%0A%3C/svg%3E") center / 100% 100% no-repeat;
    border: 0;
    clip-path: none;
    box-shadow: 0 0 12px rgba(32,255,242,.18), inset 0 0 22px rgba(32,255,242,.08);
}

    .delivery-badge svg {
        width: 18px;
        height: 18px;
        fill: var(--cyan)
    }

.hero h1 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 55px;
    line-height: 1.08;
    letter-spacing: .055em;
    color: #fbfbff;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(255,255,255,.18), 0 0 10px rgba(255,255,255,.2), 0 7px 14px rgba(0,0,0,.9);
}

    .hero h1 .accent,
    .panel-head h2 span {
        color: var(--cyan);
        text-shadow: 0 0 12px rgba(32,255,242,.65)
    }

.hero p {
    margin: 18px 0 0;
    font-size: 20px;
    line-height: 1.25;
    color: rgba(255,255,255,.86);
    font-weight: 500;
}

.buy-section {
    margin-top: 26px;
    padding-inline: 12px;
}

.buy-panel {
    position: relative;
    width: min(856px, 100%);
    min-height: 612px;
    padding: 0;
    isolation: isolate;
}

    .buy-panel::before {
        content: "";
        position: absolute;
        inset: -9px;
        z-index: -3;
        clip-path: polygon(5.5% 0,94.5% 0,100% 8%,100% 31%,98% 33.5%,98% 66.5%,100% 69%,100% 91.5%,94.5% 100%,5.5% 100%,0 91.5%,0 69%,2% 66.5%,2% 33.5%,0 31%,0 8%);
        background: linear-gradient(135deg, var(--cyan),#fff 6%,var(--cyan) 13%,rgba(32,255,242,.35) 31%,var(--cyan) 50%,rgba(32,255,242,.45) 68%,#fff 92%,var(--cyan));
        filter: drop-shadow(0 0 10px rgba(32,255,242,.9)) drop-shadow(0 0 42px rgba(32,255,242,.55));
    }

    .buy-panel::after {
        content: "";
        position: absolute;
        inset: 2px;
        z-index: -2;
        clip-path: polygon(5.5% 0,94.5% 0,100% 8%,100% 31%,98% 33.5%,98% 66.5%,100% 69%,100% 91.5%,94.5% 100%,5.5% 100%,0 91.5%,0 69%,2% 66.5%,2% 33.5%,0 31%,0 8%);
        background: #031015;
        box-shadow: inset 0 0 26px rgba(32,255,242,.2);
    }

.panel-glow {
    position: absolute;
    inset: 6px;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(circle at 50% 77%, rgba(32,255,242,.35), transparent 40%);
    filter: blur(16px);
}

.panel-inner {
    position: relative;
    min-height: 610px;
    padding: 26px 54px 18px;
    clip-path: polygon(5.5% 0,94.5% 0,100% 8%,100% 31%,98% 33.5%,98% 66.5%,100% 69%,100% 91.5%,94.5% 100%,5.5% 100%,0 91.5%,0 69%,2% 66.5%,2% 33.5%,0 31%,0 8%);
    background: linear-gradient(145deg, rgba(255,255,255,.055), transparent 14% 85%, rgba(255,255,255,.04)), radial-gradient(circle at 50% 100%, rgba(32,255,242,.18), transparent 38%), linear-gradient(180deg, rgba(5,18,24,.98), rgba(0,5,8,.97));
    border: 1px solid rgba(32,255,242,.2);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), inset 0 0 45px rgba(32,255,242,.08);
}

    .panel-inner::before {
        content: "";
        position: absolute;
        inset: 18px;
        clip-path: polygon(5% 0,95% 0,100% 8%,100% 92%,95% 100%,5% 100%,0 92%,0 8%);
        border: 1px solid rgba(32,255,242,.38);
        pointer-events: none;
        opacity: .7;
    }

    .panel-inner::after {
        content: "";
        position: absolute;
        left: 34px;
        right: 34px;
        top: 12px;
        height: 28px;
        border-top: 1px solid rgba(255,255,255,.16);
        border-left: 1px solid rgba(32,255,242,.35);
        border-right: 1px solid rgba(32,255,242,.35);
        clip-path: polygon(3% 0,20% 0,22% 30%,78% 30%,80% 0,97% 0,100% 100%,0 100%);
        opacity: .5;
    }

.panel-head {
    position: relative;
    z-index: 2
}

    .panel-head h2 {
        margin: 0;
        font-family: var(--font-display);
        font-size: 36px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: .075em;
        color: #fff;
        text-shadow: 0 0 9px rgba(255,255,255,.25),0 5px 10px #000;
    }

    .panel-head p {
        margin: 13px 0 12px;
        font-size: 19px;
        color: rgba(255,255,255,.85);
        font-weight: 500;
    }

        .panel-head p svg {
            width: 24px;
            height: 24px;
            vertical-align: -5px;
            fill: var(--cyan);
            filter: drop-shadow(0 0 6px rgba(32,255,242,.9));
            margin-right: 6px
        }

.step-block {
    position: relative;
    z-index: 2;
    padding: 14px 0 12px;
    border-top: 1px solid rgba(32,255,242,.23);
}

.step-platform {
    padding-top: 12px
}

.step-coins {
    padding-bottom: 7px
}

.step-buy {
    padding-top: 11px;
    border-bottom: 1px solid rgba(32,255,242,.16)
}

.step-title {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 40px;
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: .035em;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 8px rgba(255,255,255,.15);
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 44px;
    color: #fff;
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 900;
    border: 0;
    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2063%2044%22%20preserveAspectRatio%3D%22none%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22g%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%221%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23021114%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23021114%22/%3E%3C/linearGradient%3E%3C/defs%3E%0A%3Cpolygon%20points%3D%2214%200.7%2049%200.7%2062.3%2022%2049%2043.3%2014%2043.3%200.7%2022%22%20fill%3D%22url%28%23g%29%22%20stroke%3D%22%2320fff2%22%20stroke-opacity%3D%22.95%22%20stroke-width%3D%221.2%22%20vector-effect%3D%22non-scaling-stroke%22/%3E%0A%0A%3C/svg%3E") center / 100% 100% no-repeat;
    clip-path: none;
    filter: drop-shadow(0 0 8px rgba(32,255,242,.32));
    text-shadow: 0 0 8px rgba(255,255,255,.35), 0 0 10px rgba(32,255,242,.35);
}

.platform-grid {
    padding-left: 52px;
    margin-top: 3px
}

.platform-card {
    width: 100%;
    min-height: 51px;
    border: 0;
    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20240%2051%22%20preserveAspectRatio%3D%22none%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22g%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%221%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23151f22%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23080d10%22/%3E%3C/linearGradient%3E%3C/defs%3E%0A%3Cpolygon%20points%3D%2216.8%200.7%20223.2%200.7%20239.3%209.7%20239.3%2041.3%20223.2%2050.3%2016.8%2050.3%200.7%2041.3%200.7%209.7%22%20fill%3D%22url%28%23g%29%22%20stroke%3D%22%23d6f8ff%22%20stroke-opacity%3D%22.30%22%20stroke-width%3D%221.0%22%20vector-effect%3D%22non-scaling-stroke%22/%3E%0A%0A%3C/svg%3E") center / 100% 100% no-repeat;
    color: rgba(255,255,255,.88);
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    clip-path: none;
    appearance: none;
    transition: .16s ease;
}

    .platform-card svg {
        width: 31px;
        height: 31px;
        fill: currentColor
    }

    .platform-card:hover,
    .platform-card.active {
        color: #06171c;
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20240%2051%22%20preserveAspectRatio%3D%22none%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22g%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%221%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2324fff1%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230acbd2%22/%3E%3C/linearGradient%3E%3C/defs%3E%0A%3Cpolygon%20points%3D%2216.8%200.7%20223.2%200.7%20239.3%209.7%20239.3%2041.3%20223.2%2050.3%2016.8%2050.3%200.7%2041.3%200.7%209.7%22%20fill%3D%22url%28%23g%29%22%20stroke%3D%22%23bdffff%22%20stroke-opacity%3D%22.96%22%20stroke-width%3D%221.2%22%20vector-effect%3D%22non-scaling-stroke%22/%3E%0A%0A%3C/svg%3E");
        filter: drop-shadow(0 0 10px rgba(32,255,242,.75)) drop-shadow(0 0 22px rgba(32,255,242,.35));
        box-shadow: none;
    }

        .platform-card.active svg {
            fill: currentColor
        }

.coin-selector {
    padding: 0 88px 0 88px
}

.coin-labels {
    position: relative;
    height: 28px;
    margin-top: -6px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

    .coin-labels span {
        position: absolute;
        top: 0;
        text-align: center;
        transform: translateX(-50%);
        white-space: nowrap;
    }

        .coin-labels span:nth-child(1) {
            left: 0
        }

        .coin-labels span:nth-child(2) {
            left: 25%
        }

        .coin-labels span:nth-child(3) {
            left: 50%
        }

        .coin-labels span:nth-child(4) {
            left: 75%
        }

        .coin-labels span:nth-child(5) {
            left: 100%
        }

    .coin-labels .selected-label {
        color: var(--cyan);
        font-size: 23px;
        font-weight: 700;
        text-shadow: 0 0 10px rgba(32,255,242,.85);
        transform: translate(-50%,-4px);
    }

.coin-track {
    position: relative;
    height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: grab;
    touch-action: none;
    user-select: none;
}

    .coin-track::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 7px;
        transform: translateY(-50%);
        background: linear-gradient(90deg, rgba(32,255,242,.9) 0 var(--coin-fill, 50%), rgba(152,239,244,.35) var(--coin-fill, 50%) 100%);
        box-shadow: 0 0 10px rgba(32,255,242,.8);
        pointer-events: none;
    }

.coin-dot {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 0;
    background: #a8dce4;
    box-shadow: 0 0 10px rgba(32,255,242,.72);
    cursor: grab;
    touch-action: none;
}

    .coin-dot:nth-child(1) {
        left: 0
    }

    .coin-dot:nth-child(2) {
        left: 25%
    }

    .coin-dot:nth-child(3) {
        left: 50%
    }

    .coin-dot:nth-child(4) {
        left: 75%
    }

    .coin-dot:nth-child(5) {
        left: 100%
    }

    .coin-dot.active {
        width: 38px;
        height: 38px;
        background: var(--cyan);
        outline: 6px solid rgba(255,255,255,.96);
        box-shadow: 0 0 0 11px rgba(32,255,242,.18),0 0 25px rgba(32,255,242,.9);
    }

        .coin-dot.active::after {
            content: "";
            position: absolute;
            inset: 9px;
            border-radius: 50%;
            background: #fff;
        }

.coin-track:focus-visible {
    outline: 2px solid rgba(32,255,242,.9);
    outline-offset: 12px;
    border-radius: 999px;
}

.coin-track.is-dragging,
.coin-track.is-dragging .coin-dot,
.coin-dot:active {
    cursor: grabbing;
}

.coin-output {
    margin-top: -1px;
    text-align: center;
    font-family: var(--font-display);
    font-size: 23px;
    font-weight: 800;
    letter-spacing: .04em;
    color: var(--cyan);
    text-shadow: 0 0 12px rgba(32,255,242,.8);
}

.price {
    margin-top: 5px;
    padding-left: 34px;
    font-family: var(--font-body);
    font-size: 58px;
    line-height: .86;
    font-weight: 700;
    letter-spacing: .035em;
    color: #fff;
    text-shadow: 0 0 10px rgba(255,255,255,.28),0 0 22px rgba(32,255,242,.15);
}

.best-price {
    align-self: center;
    margin-right: 36px;
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 149px;
    height: 38px;
    color: var(--cyan);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
}

.buy-now {
    width: 100%;
    height: 76px;
    margin-top: 13px;
    border: 2px solid #bdffff;
    color: #06171c;
    background: linear-gradient(180deg,#20fff2 0%,#10dce7 52%,#12e3e2 100%);
    clip-path: polygon(3.5% 0,96.5% 0,100% 50%,96.5% 100%,3.5% 100%,0 50%);
    box-shadow: 0 0 13px rgba(32,255,242,.9),0 0 42px rgba(32,255,242,.68), inset 0 0 24px rgba(255,255,255,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    font-family: var(--font-display);
    font-size: 38px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

    .buy-now svg {
        width: 54px;
        height: 54px;
        fill: #06171c
    }

    .buy-now:hover {
        filter: brightness(1.08);
        transform: translateY(-1px)
    }

.trust-strip {
    position: relative;
    z-index: 2;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-inline: 21px;
}

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 28px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,.82);
    text-transform: uppercase;
    border-right: 1px solid rgba(32,255,242,.35);
}

    .trust-item:last-child {
        border-right: 0
    }

    .trust-item svg {
        width: 25px;
        height: 25px;
        fill: var(--cyan);
        filter: drop-shadow(0 0 6px rgba(32,255,242,.75))
    }

.testimonials {
    width: min(940px, 100%);
    margin-top: 25px;
    padding-inline: 16px;
}

.section-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 5px;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .09em;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 8px rgba(255,255,255,.18);
}

    .section-title::before,
    .section-title::after {
        content: "";
        width: 160px;
        height: 2px;
        background: linear-gradient(90deg,transparent,var(--cyan));
        box-shadow: 0 0 9px rgba(32,255,242,.8);
    }

    .section-title::after {
        background: linear-gradient(90deg,var(--cyan),transparent)
    }

.trustpilot-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #f4f6f7;
    font-size: 16px;
    margin-bottom: 6px;
}

.star-big {
    color: #00d68f;
    font-size: 26px;
    line-height: 1;
    text-shadow: 0 0 10px rgba(0,214,143,.75)
}

.star-boxes {
    display: inline-flex;
    gap: 2px
}

    .star-boxes i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        background: #00b67a;
        color: #fff;
        font-style: normal;
        font-size: 14px;
    }

.review-card {
    min-height: 153px;
    padding: 15px 22px 13px;
    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20300%20153%22%20preserveAspectRatio%3D%22none%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22g%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%221%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2303171b%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300070a%22/%3E%3C/linearGradient%3E%3C/defs%3E%0A%3Cpolygon%20points%3D%2218%200.7%20282%200.7%20299.3%2020%20299.3%20133%20282%20152.3%2018%20152.3%200.7%20133%200.7%2020%22%20fill%3D%22url%28%23g%29%22%20stroke%3D%22%2320fff2%22%20stroke-opacity%3D%22.62%22%20stroke-width%3D%221.1%22%20vector-effect%3D%22non-scaling-stroke%22/%3E%0A%0A%3C/svg%3E") center / 100% 100% no-repeat;
    border: 0;
    clip-path: none;
    filter: drop-shadow(0 0 9px rgba(32,255,242,.08));
    box-shadow: inset 0 0 18px rgba(32,255,242,.05);
}

.review-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 9px
}

.avatar {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2054%2054%22%20preserveAspectRatio%3D%22none%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22g%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%221%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2303151a%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2303151a%22/%3E%3C/linearGradient%3E%3C/defs%3E%0A%3Cpolygon%20points%3D%2213%200.7%2041%200.7%2053.3%2013%2053.3%2041%2041%2053.3%2013%2053.3%200.7%2041%200.7%2013%22%20fill%3D%22url%28%23g%29%22%20stroke%3D%22%2320fff2%22%20stroke-opacity%3D%22.95%22%20stroke-width%3D%221.1%22%20vector-effect%3D%22non-scaling-stroke%22/%3E%0A%0A%3C/svg%3E") center / 100% 100% no-repeat;
    border: 0;
    clip-path: none;
    filter: drop-shadow(0 0 6px rgba(32,255,242,.35));
}

.review-head strong {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1
}

.review-head div > span {
    display: block;
    color: #00d68f;
    letter-spacing: .16em;
    font-size: 18px;
    line-height: 1.1;
    text-shadow: 0 0 8px rgba(0,214,143,.6)
}

.review-card p {
    margin: 0 0 9px;
    font-size: 15px;
    line-height: 1.25;
    color: rgba(255,255,255,.83);
    font-weight: 500
}

.review-card em {
    display: block;
    font-style: normal;
    color: #12dfb7;
    font-size: 14px;
    font-weight: 700
}

    .review-card em::before {
        content: "⬢";
        font-size: 13px;
        margin-right: 7px;
        color: #0bdab4;
        text-shadow: 0 0 8px rgba(32,255,242,.7)
    }

.slider-arrow {
    position: absolute;
    top: 145px;
    width: 42px;
    height: 70px;
    border: 0;
    color: #fff;
    font-family: var(--font-body);
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    background: transparent;
    text-shadow: 0 0 10px rgba(32,255,242,.85);
}

.slider-prev {
    left: -20px
}

.slider-next {
    right: -20px
}

.slider-arrow::before {
    content: "";
    position: absolute;
    inset: 13px 0;
    clip-path: polygon(50% 0,100% 0,52% 50%,100% 100%,50% 100%,0 50%);
    opacity: .8;
}

.slider-next::before {
    transform: scaleX(-1)
}

.how-it-works {
    width: min(940px, 100%);
    margin-top: 18px;
    padding-inline: 16px;
}

.how-row {
    position: relative;
    margin-top: 8px;
}

    .how-row::before,
    .how-row::after {
        content: "›";
        position: absolute;
        top: 54px;
        z-index: 8;
        width: 28px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 52px;
        line-height: 1;
        color: var(--cyan);
        text-shadow: 0 0 10px rgba(32,255,242,.9);
        pointer-events: none;
    }

    .how-row::before {
        left: 31.66%
    }

    .how-row::after {
        right: 32%
    }

.how-col {
    position: relative;
    overflow: visible;
}

.how-card {
    position: relative;
    min-height: 130px;
    padding: 18px 24px 17px 34px;
    display: flex;
    align-items: center;
    gap: 17px;
    color: #fff;
    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20300%2098%22%20preserveAspectRatio%3D%22none%22%3E%0A%3Cdefs%3E%0A%20%20%3ClinearGradient%20id%3D%22fill%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%221%22%3E%0A%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23051b1f%22%20stop-opacity%3D%22.88%22/%3E%0A%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23000a0d%22%20stop-opacity%3D%22.92%22/%3E%0A%20%20%3C/linearGradient%3E%0A%20%20%3Cfilter%20id%3D%22glow%22%20x%3D%22-18%25%22%20y%3D%22-26%25%22%20width%3D%22136%25%22%20height%3D%22152%25%22%3E%0A%20%20%20%20%3CfeDropShadow%20dx%3D%220%22%20dy%3D%220%22%20stdDeviation%3D%221.25%22%20flood-color%3D%22%2320fff2%22%20flood-opacity%3D%22.38%22/%3E%0A%20%20%3C/filter%3E%0A%3C/defs%3E%0A%3Cpolygon%0A%20%20points%3D%2227%20.7%20264%20.7%20299.3%2049%20264%2097.3%2027%2097.3%20.7%2049%22%0A%20%20fill%3D%22url%28%23fill%29%22%0A%20%20stroke%3D%22%2320fff2%22%0A%20%20stroke-opacity%3D%22.58%22%0A%20%20stroke-width%3D%221.05%22%0A%20%20vector-effect%3D%22non-scaling-stroke%22%0A%20%20filter%3D%22url%28%23glow%29%22%0A/%3E%0A%3C/svg%3E") center / 100% 100% no-repeat;
    border: 0;
    clip-path: none;
    filter: drop-shadow(0 0 7px rgba(32,255,242,.08));
    box-shadow: none;
}

.how-number {
    position: absolute;
    top: -12px;
    left: 22px;
    z-index: 12;
    width: 39px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--font-display);
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    border: 0;
    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2039%2034%22%20preserveAspectRatio%3D%22none%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22g%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%221%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23123038%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23020c10%22/%3E%3C/linearGradient%3E%3C/defs%3E%0A%3Cpolygon%20points%3D%227%200.7%2038.3%200.7%2038.3%2024.5%2032%2033.3%200.7%2033.3%200.7%209.5%22%20fill%3D%22url%28%23g%29%22%20stroke%3D%22%2320fff2%22%20stroke-opacity%3D%22.85%22%20stroke-width%3D%221.1%22%20vector-effect%3D%22non-scaling-stroke%22/%3E%0A%3Cline%20x1%3D%228%22%20y1%3D%2229%22%20x2%3D%2231%22%20y2%3D%2229%22%20stroke%3D%22%2320fff2%22%20stroke-opacity%3D%22.9%22%20stroke-width%3D%221%22/%3E%0A%3C/svg%3E") center / 100% 100% no-repeat;
    clip-path: none;
    overflow: visible;
    filter: drop-shadow(0 0 6px rgba(32,255,242,.45));
    text-shadow: 0 0 8px rgba(255,255,255,.4), 0 0 12px rgba(32,255,242,.55);
}.how-card svg {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    fill: var(--cyan);
    filter: drop-shadow(0 0 8px rgba(32,255,242,.85));
}

.how-card > div {
    min-width: 0;
    flex: 1 1 auto;
}

.how-card strong {
    display: block;
    font-family: var(--font-display);
    font-size: 15px;
    line-height: 1.12;
    letter-spacing: .025em;
    font-weight: 800;
}

.how-card p {
    margin: 6px 0 0;
    max-width: 140px;
    font-size: 14px;
    line-height: 1.15;
    color: rgba(255,255,255,.82);
    font-weight: 500;
}

.final-trust {
    margin: 32px auto 0;
    width: min(740px,100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
    font-size: 17px;
    letter-spacing: .04em;
}

    .final-trust span {
        height: 2px;
        flex: 1;
        background: linear-gradient(90deg,transparent,var(--cyan));
        box-shadow: 0 0 8px rgba(32,255,242,.8)
    }

        .final-trust span:last-child {
            background: linear-gradient(90deg,var(--cyan),transparent)
        }

    .final-trust svg {
        width: 32px;
        height: 32px;
        fill: var(--cyan);
        filter: drop-shadow(0 0 8px rgba(32,255,242,.85))
    }

    .final-trust b {
        white-space: nowrap;
        font-weight: 600
    }

@media (max-width: 991.98px) {
    .cat3-page {
        min-height: initial;
        padding-bottom: 34px
    }

    .page-shell {
        width: min(var(--page-max), calc(100% - 28px));
    }

    .cat3-nav {
        justify-content: center !important;
        padding-right: 0;
        gap: 18px
    }

    .hero {
        height: auto;
        padding: 10px 14px 26px
    }

    .hero-logo {
        position: relative;
        display: block;
        left: auto;
        top: auto;
        width: min(320px,78vw);
        margin: -18px auto -34px
    }

    .hero-copy {
        padding-left: 0;
        transform: none;
        margin-top: 40px;
    }

    .hero h1 {
        font-size: clamp(31px,8vw,54px)
    }

    .buy-section {
        margin-top: 18px
    }

    .panel-inner {
        padding: 24px 24px 16px
    }

    .platform-grid {
        padding-left: 0
    }

    .coin-selector {
        padding: 0 32px
    }

    .price {
        padding-left: 0;
        font-size: 50px
    }

    .best-price {
        margin-right: 0
    }

    .trust-item {
        border-right: 0;
        margin-top: 8px
    }

    .how-row::before, .how-row::after {
        display: none
    }

    .how-card {
        padding-left: 74px
    }

    .how-number {
        left: 22px
    }
}

@media (max-width: 575.98px) {
    .cat3-nav .nav-link {
        font-size: 16px
    }

    .hero p {
        font-size: 18px
    }

    .panel-head h2 {
        font-size: 24px
    }

    .step-title {
        font-size: 15px;
        gap: 9px
    }

    .step-number {
        width: 52px;
        height: 38px;
        font-size: 19px
    }

    .coin-labels {
        font-size: 14px
    }

        .coin-labels .selected-label {
            font-size: 19px
        }

    .buy-now {
        height: 64px;
        font-size: 24px;
        gap: 12px
    }

        .buy-now svg {
            width: 40px;
            height: 40px
        }

    .section-title {
        font-size: 16px;
        gap: 12px
    }

        .section-title::before, .section-title::after {
            width: 70px
        }

    .trustpilot-line {
        font-size: 14px;
        gap: 7px;
        flex-wrap: wrap
    }

    .slider-arrow {
        display: none
    }

    .how-card {
        padding-left: 68px;
        padding-right: 18px
    }

    .how-number {
        left: 18px;
        top: -11px;
        width: 36px;
        height: 31px;
        font-size: 16px
    }

    .how-card svg {
        flex-basis: 54px;
        width: 54px;
        height: 54px
    }

    .how-card p {
        max-width: none
    }

    .final-trust {
        gap: 12px;
        font-size: 13px
    }
}
