﻿: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;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    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);
}

.shop-loading {
    padding: 58px 20px 70px;
    color: rgba(255,255,255,.78);
    font-family: var(--font-body);
    font-size: 19px;
    font-weight: 600;
}

.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-label {
    position: absolute;
    top: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: center;
    transform: translateX(-50%);
    white-space: nowrap;
    cursor: pointer;
    transition: .16s ease;
}

    .coin-label:hover,
    .coin-label.selected-label {
        color: var(--cyan);
    }

    .coin-label.selected-label {
        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;
    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, 0%), rgba(152,239,244,.35) var(--coin-fill, 0%) 100%);
        box-shadow: 0 0 10px rgba(32,255,242,.8);
        pointer-events: none;
    }

.coin-dot {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 16px;
    height: 16px;
    padding: 0;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 0;
    background: #a8dce4;
    box-shadow: 0 0 10px rgba(32,255,242,.72);
    cursor: pointer;
}

    .coin-dot:hover {
        background: #fff;
    }

.coin-thumb {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 38px;
    height: 38px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    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);
    pointer-events: none;
}

    .coin-thumb::after {
        content: "";
        position: absolute;
        inset: 9px;
        border-radius: 50%;
        background: #fff;
    }

.coin-range {
    position: absolute;
    z-index: 5;
    top: -2px;
    bottom: -2px;
    left: -19px;
    width: calc(100% + 38px);
    height: 38px;
    margin: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    cursor: grab;
}

    .coin-range::-webkit-slider-runnable-track {
        height: 38px;
        border: 0;
        background: transparent;
    }

    .coin-range::-webkit-slider-thumb {
        width: 38px;
        height: 38px;
        margin-top: 0;
        border: 0;
        appearance: none;
        -webkit-appearance: none;
        background: transparent;
    }

    .coin-range::-moz-range-track {
        height: 38px;
        border: 0;
        background: transparent;
    }

    .coin-range::-moz-range-thumb {
        width: 38px;
        height: 38px;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .coin-range:active {
        cursor: grabbing;
    }

.coin-track:has(.coin-range:focus-visible) {
    outline: 2px solid rgba(32,255,242,.9);
    outline-offset: 12px;
    border-radius: 999px;
}

.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
    }
}

/* Checkout */
.checkout-page {
    min-height: calc(100vh - 88px);
    padding: 54px 12px 80px;
}

.checkout-shell {
    width: min(1110px, 100%);
    margin: 0 auto;
}

.checkout-head {
    margin-bottom: 28px;
}

.checkout-logo {
    width: 190px;
    max-width: 55vw;
    height: auto;
    margin-bottom: 12px;
    filter: drop-shadow(0 0 12px rgba(32,255,242,.45));
}

.checkout-head h1 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .09em;
    color: #fff;
    text-shadow: 0 0 10px rgba(255,255,255,.22), 0 0 24px rgba(32,255,242,.14);
}

.checkout-head h1 span {
    color: var(--cyan);
    text-shadow: 0 0 12px rgba(32,255,242,.75);
}

.checkout-head p {
    margin: 10px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 18px;
    font-weight: 500;
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 22px;
    align-items: start;
}

.checkout-main {
    display: grid;
    gap: 18px;
}

.checkout-panel {
    position: relative;
    isolation: isolate;
    padding: 1px;
    clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
    background: linear-gradient(135deg, rgba(32,255,242,.92), rgba(32,255,242,.16) 18%, rgba(255,255,255,.12) 50%, rgba(32,255,242,.32) 82%, rgba(32,255,242,.9));
    filter: drop-shadow(0 0 12px rgba(32,255,242,.13));
}

.checkout-panel-inner {
    position: relative;
    min-height: 100%;
    padding: 24px 28px;
    clip-path: polygon(17px 0, calc(100% - 17px) 0, 100% 17px, 100% calc(100% - 17px), calc(100% - 17px) 100%, 17px 100%, 0 calc(100% - 17px), 0 17px);
    background: radial-gradient(circle at 90% 10%, rgba(32,255,242,.07), transparent 32%), linear-gradient(180deg, rgba(5,18,24,.98), rgba(1,8,12,.985));
    box-shadow: inset 0 0 30px rgba(32,255,242,.035);
}

.checkout-state-panel {
    width: min(760px, 100%);
    margin: 0 auto;
}

.checkout-state-panel .checkout-panel-inner {
    padding: 58px 24px;
    color: rgba(255,255,255,.76);
    font-size: 18px;
}

.checkout-state-panel h2 {
    margin: 0 0 12px;
    font-family: var(--font-display);
    color: #fff;
    font-size: 24px;
    letter-spacing: .05em;
}

.checkout-state-panel p {
    margin-bottom: 22px;
}

.checkout-section-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .04em;
    color: #fff;
}

.checkout-product-card {
    position: relative;
    padding: 1px;
    background: linear-gradient(135deg, rgba(32,255,242,.52), rgba(32,255,242,.13) 28%, rgba(255,255,255,.12) 52%, rgba(32,255,242,.24) 78%, rgba(32,255,242,.5));
    clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
    filter: drop-shadow(0 0 8px rgba(32,255,242,.06));
}

.checkout-product-card-inner {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto auto;
    gap: 16px;
    align-items: center;
    min-height: 88px;
    padding: 16px 17px;
    background: linear-gradient(180deg, rgba(21,31,34,.72), rgba(5,12,15,.84));
    clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0 calc(100% - 11px), 0 11px);
    box-shadow: inset 0 0 20px rgba(32,255,242,.035);
}

.checkout-platform-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    color: var(--cyan);
    filter: drop-shadow(0 0 8px rgba(32,255,242,.2));
}

.checkout-platform-icon svg {
    width: 33px;
    height: 33px;
    fill: currentColor;
}

.checkout-product-info,
.checkout-product-amount {
    display: flex;
    flex-direction: column;
}

.checkout-product-info strong {
    font-family: var(--font-display);
    font-size: 17px;
    letter-spacing: .035em;
    color: #fff;
}

.checkout-product-info span,
.checkout-product-amount span {
    color: rgba(255,255,255,.56);
    font-size: 14px;
}

.checkout-product-amount {
    min-width: 105px;
    text-align: right;
}

.checkout-product-amount strong {
    color: var(--cyan);
    font-family: var(--font-display);
    font-size: 18px;
    letter-spacing: .03em;
    text-shadow: 0 0 8px rgba(32,255,242,.45);
}

.checkout-product-price {
    min-width: 82px;
    text-align: right;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.checkout-edit-order {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(32,255,242,.85);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
}

.checkout-edit-order svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.checkout-edit-order:hover {
    color: #fff;
}

.checkout-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.checkout-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.checkout-field-full {
    grid-column: 1 / -1;
}

.checkout-field label {
    padding-left: 3px;
    color: rgba(255,255,255,.72);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
}

.checkout-input-frame {
    width: 100%;
    height: 48px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(181,247,255,.32), rgba(181,247,255,.12) 48%, rgba(181,247,255,.28));
    clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
    transition: .15s ease;
}

.checkout-input {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 14px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: rgba(3,11,15,.92);
    color: #fff;
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 500;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.checkout-input::placeholder {
    color: rgba(255,255,255,.28);
}

.checkout-input-frame:focus-within {
    background: linear-gradient(135deg, rgba(32,255,242,.92), rgba(32,255,242,.34) 48%, rgba(32,255,242,.8));
    filter: drop-shadow(0 0 7px rgba(32,255,242,.16));
}

.checkout-input:focus {
    box-shadow: inset 0 0 16px rgba(32,255,242,.05);
}

.checkout-field .validation-message {
    color: #ff8585;
    font-size: 13px;
    font-weight: 600;
}

.checkout-info-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: rgba(255,255,255,.48);
    font-size: 13px;
}

.checkout-info-line svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: var(--cyan);
    opacity: .75;
}

.checkout-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.checkout-payment-card {
    position: relative;
    min-height: 72px;
    padding: 1px;
    border: 0;
    color: rgba(255,255,255,.8);
    background: linear-gradient(135deg, rgba(181,247,255,.42), rgba(181,247,255,.1) 35%, rgba(181,247,255,.22));
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
    transition: .15s ease;
}

.checkout-payment-card-inner {
    position: relative;
    width: 100%;
    min-height: 70px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 11px;
    padding: 10px 13px;
    text-align: left;
    background: linear-gradient(180deg, rgba(21,31,34,.68), rgba(6,13,16,.82));
    clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px);
    transition: .15s ease;
}

.checkout-payment-card:hover,
.checkout-payment-card.active {
    background: linear-gradient(135deg, rgba(32,255,242,.96), rgba(32,255,242,.26) 35%, rgba(32,255,242,.72));
    filter: drop-shadow(0 0 9px rgba(32,255,242,.15));
}

.checkout-payment-card:hover .checkout-payment-card-inner,
.checkout-payment-card.active .checkout-payment-card-inner {
    background: linear-gradient(180deg, rgba(18,57,60,.76), rgba(4,21,24,.9));
    box-shadow: inset 0 0 20px rgba(32,255,242,.07);
}

.checkout-payment-card:focus-visible {
    outline: 1px solid var(--cyan);
    outline-offset: 3px;
}

.checkout-payment-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--cyan);
}

.checkout-payment-icon svg {
    width: 35px;
    height: 35px;
    fill: currentColor;
}

.payment-paypal {
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    color: #fff;
    text-shadow: 3px 0 0 var(--cyan), 0 0 9px rgba(32,255,242,.35);
}

.checkout-payment-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.checkout-payment-copy strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.checkout-payment-copy small {
    overflow: hidden;
    color: rgba(255,255,255,.46);
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.checkout-payment-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
}

.checkout-payment-check svg {
    width: 15px;
    height: 15px;
    fill: transparent;
}

.checkout-payment-card.active .checkout-payment-check {
    border-color: var(--cyan);
    background: var(--cyan);
    box-shadow: 0 0 10px rgba(32,255,242,.55);
}

.checkout-payment-card.active .checkout-payment-check svg {
    fill: #051317;
}

.checkout-empty-payment {
    padding: 18px;
    text-align: center;
    color: rgba(255,255,255,.56);
    border: 1px dashed rgba(32,255,242,.22);
}

.checkout-summary-wrap {
    position: sticky;
    top: 24px;
}

.checkout-summary {
    position: relative;
    padding: 1px;
    background: linear-gradient(135deg, rgba(32,255,242,.92), rgba(32,255,242,.14) 22%, rgba(255,255,255,.12) 52%, rgba(32,255,242,.28) 80%, rgba(32,255,242,.9));
    clip-path: polygon(17px 0, calc(100% - 17px) 0, 100% 17px, 100% calc(100% - 17px), calc(100% - 17px) 100%, 17px 100%, 0 calc(100% - 17px), 0 17px);
    filter: drop-shadow(0 0 16px rgba(32,255,242,.1));
}

.checkout-summary-inner {
    position: relative;
    padding: 25px 23px 21px;
    clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
    background: radial-gradient(circle at 50% 0, rgba(32,255,242,.09), transparent 38%), linear-gradient(180deg, rgba(5,18,24,.99), rgba(0,6,9,.99));
    box-shadow: inset 0 0 32px rgba(32,255,242,.04);
}

.checkout-summary-inner::before {
    content: "";
    position: absolute;
    left: 23px;
    right: 23px;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--cyan), transparent);
    box-shadow: 0 0 10px rgba(32,255,242,.8);
}

.checkout-summary-title {
    margin-bottom: 22px;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .055em;
    color: #fff;
}

.checkout-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 11px 0;
    color: rgba(255,255,255,.8);
    font-size: 16px;
}

.checkout-summary-row strong {
    color: #fff;
    font-size: 17px;
}

.checkout-summary-muted {
    color: rgba(255,255,255,.48);
    font-size: 14px;
}

.checkout-summary-separator {
    height: 1px;
    margin: 20px 0 16px;
    background: linear-gradient(90deg, transparent, rgba(32,255,242,.42), transparent);
}

.checkout-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 14px;
    margin-bottom: 23px;
    font-family: var(--font-display);
    color: #fff;
}

.checkout-summary-total span {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .04em;
}

.checkout-summary-total strong {
    color: var(--cyan);
    font-size: 31px;
    line-height: 1;
    text-shadow: 0 0 10px rgba(32,255,242,.62);
}

.checkout-terms {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    margin-bottom: 16px;
    color: rgba(255,255,255,.58);
    font-size: 12px;
    line-height: 1.35;
    cursor: pointer;
}

.checkout-terms input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--cyan);
}

.checkout-terms a {
    color: var(--cyan);
    text-decoration: none;
}

.checkout-error {
    margin-bottom: 12px;
    padding: 9px 11px;
    border: 1px solid rgba(255,97,97,.4);
    background: rgba(255,67,67,.08);
    color: #ffaaaa;
    font-size: 12px;
    font-weight: 600;
}

.checkout-submit,
.checkout-secondary-button {
    width: 100%;
    min-height: 57px;
    border: 1px solid #bdffff;
    color: #06171c;
    background: linear-gradient(180deg,#20fff2 0%,#10dce7 52%,#12e3e2 100%);
    clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 50%, calc(100% - 11px) 100%, 11px 100%, 0 50%);
    box-shadow: 0 0 12px rgba(32,255,242,.55), inset 0 0 20px rgba(255,255,255,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .045em;
}

.checkout-submit svg {
    width: 24px;
    height: 24px;
    fill: #06171c;
}

.checkout-submit:hover:not(:disabled),
.checkout-secondary-button:hover {
    filter: brightness(1.07);
}

.checkout-submit:disabled {
    cursor: not-allowed;
    opacity: .42;
    filter: grayscale(.4);
}

.checkout-secondary-button {
    width: auto;
    min-width: 230px;
    padding-inline: 28px;
    margin: 0 auto;
}

.checkout-secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 13px;
    color: rgba(255,255,255,.43);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .045em;
}

.checkout-secure svg {
    width: 15px;
    height: 15px;
    fill: var(--cyan);
}

@media (max-width: 991.98px) {
    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .checkout-summary-wrap {
        position: static;
    }

    .checkout-summary {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .checkout-page {
        padding-top: 34px;
        padding-bottom: 55px;
    }

    .checkout-head h1 {
        font-size: 32px;
    }

    .checkout-head p {
        font-size: 16px;
    }

    .checkout-panel-inner {
        padding: 20px 17px;
    }

    .checkout-product-card-inner {
        grid-template-columns: 50px minmax(0, 1fr) auto;
        gap: 11px;
        padding: 14px 12px;
    }

    .checkout-platform-icon {
        width: 46px;
        height: 46px;
    }

    .checkout-platform-icon svg {
        width: 28px;
        height: 28px;
    }

    .checkout-product-amount {
        grid-column: 2;
        grid-row: 2;
        min-width: 0;
        text-align: left;
        flex-direction: row;
        gap: 5px;
        align-items: baseline;
    }

    .checkout-product-amount strong {
        font-size: 15px;
    }

    .checkout-product-price {
        grid-column: 3;
        grid-row: 1 / span 2;
        min-width: 68px;
        font-size: 20px;
    }

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

@media (max-width: 479.98px) {
    .checkout-page {
        padding-inline: 7px;
    }

    .checkout-section-title {
        font-size: 15px;
    }

    .checkout-section-title .step-number {
        width: 55px;
        height: 39px;
        font-size: 19px;
    }

    .checkout-product-card-inner {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .checkout-product-price {
        grid-column: 2;
        grid-row: 3;
        min-width: 0;
        text-align: left;
        margin-top: 4px;
    }

    .checkout-summary-inner {
        padding-inline: 18px;
    }
}

/* Checkout payment provider */
.checkout-provider-frame {
    position: relative;
    padding: 1px;
    background: linear-gradient(135deg, rgba(32,255,242,.8), rgba(32,255,242,.12) 32%, rgba(255,255,255,.12) 58%, rgba(32,255,242,.7));
    clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
    filter: drop-shadow(0 0 12px rgba(32,255,242,.11));
}

.checkout-provider-inner {
    display: grid;
    gap: 18px;
    padding: 22px;
    background: radial-gradient(circle at 90% 0, rgba(32,255,242,.08), transparent 35%), linear-gradient(180deg, rgba(8,22,27,.98), rgba(2,10,14,.99));
    clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0 calc(100% - 11px), 0 11px);
}

.checkout-provider-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.checkout-provider-copy strong {
    color: #fff;
    font-family: var(--font-display);
    font-size: 17px;
    letter-spacing: .045em;
}

.checkout-provider-copy span {
    color: rgba(255,255,255,.5);
    font-size: 14px;
}

.checkout-paypal-container {
    min-height: 45px;
    overflow: hidden;
}

.checkout-provider-button {
    min-height: 54px;
    border: 1px solid #bdffff;
    color: #06171c;
    background: linear-gradient(180deg,#20fff2 0%,#10dce7 52%,#12e3e2 100%);
    clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 50%, calc(100% - 11px) 100%, 11px 100%, 0 50%);
    box-shadow: 0 0 12px rgba(32,255,242,.4), inset 0 0 20px rgba(255,255,255,.22);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .045em;
}

.checkout-provider-button:disabled {
    opacity: .45;
}

.checkout-selected-payment {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    color: rgba(255,255,255,.5);
    font-size: 12px;
}

.checkout-selected-payment strong {
    color: #fff;
}

/* Order / Product driven process flow */
.cat3-order-shell {
    width: min(1110px, 100%);
}

.cat3-order-statusbar {
    position: relative;
    margin-bottom: 18px;
    padding: 1px;
    background: linear-gradient(90deg, rgba(32,255,242,.8), rgba(255,255,255,.1), rgba(32,255,242,.56));
    clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0 calc(100% - 11px), 0 11px);
}

.cat3-order-statusbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    min-height: 58px;
    padding: 12px 18px;
    background: linear-gradient(180deg, rgba(9,23,28,.98), rgba(3,11,15,.99));
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}

.cat3-order-number {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.cat3-order-number span {
    color: rgba(255,255,255,.44);
    font-family: var(--font-display);
    font-size: 10px;
    letter-spacing: .08em;
}

.cat3-order-number strong {
    color: #fff;
    font-family: var(--font-display);
    font-size: 16px;
    letter-spacing: .04em;
}

.cat3-order-status {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.72);
    font-family: var(--font-display);
    font-size: 11px;
    letter-spacing: .045em;
}

.cat3-order-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 9px currentColor;
}

.cat3-order-status.success,
.cat3-order-state-icon.success {
    color: #5dffb1;
}

.cat3-order-status.action,
.cat3-order-state-icon.action {
    color: var(--cyan);
}

.cat3-order-status.pending,
.cat3-order-state-icon.pending {
    color: #ffe277;
}

.cat3-order-status.error,
.cat3-order-state-icon.error {
    color: #ff7373;
}

.cat3-process-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: -3px 0 21px;
    color: rgba(255,255,255,.4);
    font-family: var(--font-display);
    font-size: 10px;
    letter-spacing: .06em;
}

.cat3-process-progress {
    position: relative;
    flex: 1 1 auto;
    height: 3px;
    overflow: hidden;
    background: rgba(255,255,255,.09);
}

.cat3-process-progress span {
    display: block;
    height: 100%;
    background: var(--cyan);
    box-shadow: 0 0 8px rgba(32,255,242,.8);
    transition: width .2s ease;
}

.cat3-process-form {
    display: grid;
    gap: 15px;
}

.cat3-process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.cat3-process-hint {
    padding: 13px 15px;
    border-left: 2px solid rgba(32,255,242,.75);
    background: linear-gradient(90deg, rgba(32,255,242,.07), transparent 78%);
    color: rgba(255,255,255,.62);
    font-size: 14px;
    line-height: 1.45;
}

.cat3-process-error {
    padding: 12px 14px;
    border-left: 2px solid #ff7373;
    background: linear-gradient(90deg, rgba(255,83,83,.09), transparent 82%);
    color: #ffb0b0;
    font-size: 13px;
    font-weight: 600;
}

.cat3-process-state {
    color: rgba(255,255,255,.58);
}

.cat3-process-separator {
    height: 1px;
    margin: 5px 0;
    background: linear-gradient(90deg, transparent, rgba(32,255,242,.32), transparent);
}

.checkout-input-frame.readonly {
    opacity: .7;
}

.cat3-process-submit {
    margin-top: 5px;
}

.cat3-process-check {
    display: flex !important;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 13px !important;
    border: 1px solid rgba(32,255,242,.18);
    background: rgba(3,11,15,.72);
    color: rgba(255,255,255,.7) !important;
    cursor: pointer;
}

.cat3-process-check input {
    width: 18px;
    height: 18px;
    accent-color: var(--cyan);
}

.cat3-code-input {
    text-align: center;
    font-family: var(--font-display);
    font-size: 22px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.cat3-order-state-content {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 125px;
}

.cat3-order-state-content > div:last-child {
    min-width: 0;
}

.cat3-order-state-content strong {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-family: var(--font-display);
    font-size: 16px;
    letter-spacing: .04em;
}

.cat3-order-state-content p {
    margin: 0;
    color: rgba(255,255,255,.54);
    font-size: 14px;
    line-height: 1.45;
}

.cat3-order-state-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
}

.cat3-order-state-icon svg {
    width: 46px;
    height: 46px;
    fill: currentColor;
    filter: drop-shadow(0 0 9px currentColor);
}

.cat3-order-loader {
    width: 34px;
    height: 34px;
    border: 2px solid rgba(255,255,255,.12);
    border-top-color: currentColor;
    border-right-color: currentColor;
    border-radius: 50%;
    animation: cat3-order-spin .9s linear infinite;
    filter: drop-shadow(0 0 7px currentColor);
}

@keyframes cat3-order-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 767.98px) {
    .cat3-order-statusbar-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .cat3-process-grid {
        grid-template-columns: 1fr;
    }

    .cat3-order-state-content {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 12px;
    }

    .cat3-order-state-icon {
        width: 44px;
        height: 44px;
    }

    .cat3-order-state-icon svg {
        width: 38px;
        height: 38px;
    }
}

/* Language switcher */
.language-switcher {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: -17px 0 0 3px;
    padding-left: 14px;
    border-left: 1px solid rgba(32,255,242,.2);
    color: rgba(255,255,255,.28);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .08em;
}

.language-link {
    color: rgba(255,255,255,.42);
    text-decoration: none;
    transition: color .15s ease, text-shadow .15s ease;
}

.language-link:hover {
    color: rgba(255,255,255,.82);
}

.language-link.active {
    color: var(--cyan);
    text-shadow: 0 0 8px rgba(32,255,242,.5);
}

@media (max-width: 575.98px) {
    .cat3-nav {
        gap: 12px;
    }

    .language-switcher {
        margin-left: 0;
        padding-left: 9px;
        font-size: 11px;
    }
}


/* Static / legal / FAQ pages */
.cat3-static-page {
    width: 100%;
    padding: 58px 0 88px;
}

.cat3-static-head {
    width: min(900px, 100%);
    margin: 0 auto 24px;
    text-align: center;
}

.cat3-static-head > span {
    display: block;
    margin-bottom: 8px;
    color: var(--cyan);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
}

.cat3-static-head h1 {
    margin: 0;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(25px, 4vw, 38px);
    font-weight: 900;
    letter-spacing: .035em;
}

.cat3-static-head p {
    width: min(690px, 100%);
    margin: 12px auto 0;
    color: rgba(255,255,255,.56);
    font-size: 16px;
    line-height: 1.5;
}

.cat3-static-panel-frame {
    width: min(960px, 100%);
    margin: 0 auto;
    padding: 1px;
    background: linear-gradient(135deg, rgba(32,255,242,.58), rgba(32,255,242,.10) 30%, rgba(255,255,255,.08) 70%, rgba(32,255,242,.42));
    clip-path: polygon(13px 0, calc(100% - 13px) 0, 100% 13px, 100% calc(100% - 13px), calc(100% - 13px) 100%, 13px 100%, 0 calc(100% - 13px), 0 13px);
}

.cat3-static-panel-inner {
    min-height: 160px;
    padding: clamp(22px, 4vw, 42px);
    background: linear-gradient(180deg, rgba(7,19,24,.97), rgba(2,9,13,.99));
    clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
}

.cat3-static-state {
    padding: 44px 18px;
    color: rgba(255,255,255,.55);
    text-align: center;
    font-size: 15px;
}

.cat3-static-content,
.cat3-faq-content {
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.cat3-static-content > :first-child,
.cat3-faq-content > :first-child {
    margin-top: 0;
}

.cat3-static-content > :last-child,
.cat3-faq-content > :last-child {
    margin-bottom: 0;
}

.cat3-static-content h1,
.cat3-static-content h2,
.cat3-static-content h3,
.cat3-static-content h4,
.cat3-faq-content h1,
.cat3-faq-content h2,
.cat3-faq-content h3,
.cat3-faq-content h4 {
    margin: 1.65em 0 .55em;
    color: #fff;
    font-family: var(--font-display);
    line-height: 1.25;
    letter-spacing: .025em;
}

.cat3-static-content h1,
.cat3-faq-content h1 {
    font-size: 22px;
}

.cat3-static-content h2,
.cat3-faq-content h2 {
    font-size: 19px;
}

.cat3-static-content h3,
.cat3-static-content h4,
.cat3-faq-content h3,
.cat3-faq-content h4 {
    font-size: 16px;
}

.cat3-static-content p,
.cat3-static-content ul,
.cat3-static-content ol,
.cat3-faq-content p,
.cat3-faq-content ul,
.cat3-faq-content ol {
    margin-bottom: 1em;
}

.cat3-static-content a,
.cat3-faq-content a {
    color: var(--cyan);
    text-decoration: none;
}

.cat3-static-content a:hover,
.cat3-faq-content a:hover {
    color: #fff;
}

.cat3-static-content table,
.cat3-faq-content table {
    width: 100%;
    margin: 18px 0;
    border-collapse: collapse;
}

.cat3-static-content th,
.cat3-static-content td,
.cat3-faq-content th,
.cat3-faq-content td {
    padding: 9px 10px;
    border: 1px solid rgba(32,255,242,.14);
    text-align: left;
}

.cat3-static-content th,
.cat3-faq-content th {
    color: #fff;
    background: rgba(32,255,242,.05);
}

.cat3-faq-list {
    display: grid;
    width: min(960px, 100%);
    margin: 0 auto;
    gap: 10px;
}

.cat3-faq-frame {
    padding: 1px;
    background: linear-gradient(135deg, rgba(32,255,242,.42), rgba(32,255,242,.08) 40%, rgba(255,255,255,.07));
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.cat3-faq-inner {
    background: rgba(4,14,18,.98);
    clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
}

.cat3-faq-inner summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 62px;
    padding: 16px 20px;
    color: rgba(255,255,255,.88);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .025em;
    cursor: pointer;
    list-style: none;
}

.cat3-faq-inner summary::-webkit-details-marker {
    display: none;
}

.cat3-faq-inner[open] summary {
    color: #fff;
    border-bottom: 1px solid rgba(32,255,242,.13);
    background: rgba(32,255,242,.025);
}

.cat3-faq-toggle {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
}

.cat3-faq-toggle::before,
.cat3-faq-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 1px;
    background: var(--cyan);
    transform: translate(-50%, -50%);
    transition: transform .18s ease;
}

.cat3-faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.cat3-faq-inner[open] .cat3-faq-toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.cat3-faq-content {
    padding: 18px 20px 21px;
}

/* Shared storefront footer */
.cat3-site-footer {
    width: 100%;
    margin-top: auto;
    border-top: 1px solid rgba(32,255,242,.16);
    background: rgba(0,6,9,.72);
}

.cat3-site-footer-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 22px;
    min-height: 84px;
    padding: 18px 0;
}

.cat3-site-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cat3-site-footer-brand strong {
    color: #fff;
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: .075em;
}

.cat3-site-footer-brand strong span {
    color: var(--cyan);
}

.cat3-site-footer-brand small,
.cat3-site-footer-copy {
    color: rgba(255,255,255,.34);
    font-size: 10px;
    letter-spacing: .08em;
}

.cat3-site-footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.cat3-site-footer-links a {
    color: rgba(255,255,255,.48);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.cat3-site-footer-links a:hover {
    color: var(--cyan);
}

.cat3-site-footer-copy {
    justify-self: end;
}

@media (max-width: 767.98px) {
    .cat3-static-page {
        padding: 38px 0 56px;
    }

    .cat3-static-panel-inner {
        padding: 22px 18px;
    }

    .cat3-faq-inner summary {
        min-height: 56px;
        padding: 14px 16px;
        font-size: 12px;
    }

    .cat3-faq-content {
        padding: 16px;
    }

    .cat3-site-footer-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 10px;
        padding: 20px 0;
        text-align: center;
    }

    .cat3-site-footer-brand {
        align-items: center;
    }

    .cat3-site-footer-links {
        flex-wrap: wrap;
        gap: 10px 18px;
    }

    .cat3-site-footer-copy {
        justify-self: center;
    }
}
