    @font-face {
        font-family: 'Druk Bold';
        src: url('fonts/DrukBold2.eot');
        src: url('fonts/DrukBold2.eot') format('embedded-opentype'),
            url('fonts/DrukBold2.woff2') format('woff2'),
            url('fonts/DrukBold2.woff') format('woff'),
            url('fonts/DrukBold2.ttf') format('truetype'),
            url('fonts/DrukBold2.svg#DrukBold2') format('svg');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Akkurat Mono';
        src: url('fonts/AkkuratMono.eot');
        src: url('fonts/AkkuratMono.eot') format('embedded-opentype'),
            url('fonts/AkkuratMono.woff2') format('woff2'),
            url('fonts/AkkuratMono.woff') format('woff'),
            url('fonts/AkkuratMono.ttf') format('truetype'),
            url('fonts/AkkuratMono.svg#AkkuratMono') format('svg');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    :root {
        --bg: #E0E0E0;
        --card: hsl(220, 18%, 10%);
        --border: hsl(220, 14%, 18%);
        --fg: hsl(0, 0%, 95%);
        --muted: hsl(0, 0%, 0%);
        --secondary: hsl(220, 16%, 16%);
        --green: hsl(142, 72%, 50%);
        --gold: hsl(43, 96%, 58%);
    }

    :root {
        --orange: #F44804;
        --black: #000000;
        --white: #ffffff;
        --gray-bg: #E6E6E6;
    }

    :root {
        /* --bg: hsl(220, 20%, 7%); */
        --card: hsl(220, 18%, 10%);
        --border: hsl(220, 14%, 18%);
        --fg: hsl(0, 0%, 95%);
        --muted: hsl(0, 0%, 0%);
        --secondary: hsl(220, 16%, 16%);
        --green: hsl(142, 72%, 50%);
        --red: hsl(350, 80%, 55%);
        --gold: hsl(43, 96%, 58%);
        --primary-dark: hsl(220, 20%, 7%);
    }

    html,
    body {
        font-family: 'Akkurat Mono', sans-serif;
        background: var(--bg);
        color: var(--fg);
        overflow-x: hidden;
    }

    html {
        height: 100%;
    }

    body {
        display: block;
        min-height: 100vh;
        position: relative;
        padding-top: 80px;
        padding-bottom: 48px;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }



    body {
        font-family: 'Akkurat Mono', sans-serif;
        margin: 0;
        padding: 0;
    }

    /* ─────────────────────────────────────
       NAV
    ───────────────────────────────────── */

    .nav-wrapper {

        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 200;

        background: rgba(230, 230, 230, 0.6);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .nav {
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 40px;
    }

    .nav-logo {
        display: flex;
        align-items: center;
        text-decoration: none;
        height: 28px;
    }

    .nav-logo img {
        height: 100%;
        width: auto;
    }

    .nav-actions {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .nav-login {
        font-family: 'Akkurat Mono', monospace;
        font-size: 13px;
        color: var(--black);
        text-decoration: none;
        letter-spacing: 0.2px;
    }

    .nav-signup {
        font-family: 'Akkurat Mono', monospace;
        font-size: 13px;
        color: var(--white);
        background: var(--black);
        border: none;
        padding: 9px 22px;
        border-radius: 9999px;
        cursor: pointer;
        text-decoration: none;
        letter-spacing: 0.2px;
        transition: background 0.2s;
    }

    .nav-signup:hover {
        background: var(--orange);
    }

    .bg-particles {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 0;
        overflow: hidden;
    }

    .particle {
        position: absolute;
        border-radius: 50%;
        opacity: 0.08;
        animation: floatUp 12s infinite linear;
    }

    @keyframes floatUp {
        0% {
            transform: translateY(100vh) scale(0);
            opacity: 0;
        }

        10% {
            opacity: 0.08;
        }

        90% {
            opacity: 0.08;
        }

        100% {
            transform: translateY(-10vh) scale(1);
            opacity: 0;
        }
    }

    .wrapper {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        padding: 0px 24px 40px;
        text-align: center;
        margin-top: 120px;
    }

    /* Icon layer — absolutely positioned 3D objects */
    .icon-layer {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .ico {
        position: absolute;
        object-fit: contain;
        /* width: 200px !important; */
    }

    /* Hero icon positions */
    .ico-1 {
        width: 17%;
        top: 0%;
        left: 0%;
    }

    .ico-2 {
        width: 17%;
        top: 20%;
        left: -5%;
    }

    .ico-3 {
        width: 18%;
        top: 40%;
        left: 1%;
    }

    .ico-4 {
        width: 18%;
        top: 65%;
        left: 10%;
    }

    .ico-5 {
        width: 17%;
        top: 0%;
        right: 0%;
    }

    .ico-6 {
        width: 17%;
        top: 20%;
        right: -5%;
    }

    .ico-7 {
        width: 18%;
        top: 40%;
        right: 1%;
    }

    .ico-8 {
        width: 18%;
        top: 65%;
        right: 10%;
    }



    .category-pill {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 20px;
        border-radius: 9999px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        margin-bottom: 28px;
    }

    h1 {
        font-family: 'Druk Bold', sans-serif;
        font-size: clamp(40px, 8vw, 90px);
        font-weight: 800;
        line-height: 1;
        margin-bottom: 18px;
        background: linear-gradient(135deg, hsl(0, 0%, 13%), hsl(0, 0%, 0%));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        letter-spacing: 3px;
    }

    .subtext {
        font-size: clamp(15px, 2vw, 18px);
        color: var(--muted);
        line-height: 1.6;
        margin-bottom: 36px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .prize-strip {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .prize-chip {
        background: hsla(43, 96%, 58%, 0.12);
        border: 1px solid hsla(43, 96%, 58%, 0.3);
        border-radius: 12px;
        padding: 12px 20px;
        font-weight: 700;
        font-size: 14px;
        color: var(--gold);
    }

    .cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 20px 48px;
        background: #000;
        color: #e5e5e5;
        border: none;
        border-radius: 16px;
        /* font-family: 'Druk Bold', sans-serif; */
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0 8px 30px hsla(0, 0%, 12%, 0.35);
        transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        font-family: 'Akkurat Mono', sans-serif;
        font-weight: 500;
    }

    .cta-btn:hover {
        transform: translateY(-4px) scale(1.03);
        box-shadow: 0 14px 40px hsla(0, 0%, 13%, 0.45);
        background: #E15628;
    }

    .trust-bar {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .trust-item {
        display: flex;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        color: var(--muted);
        font-weight: 500;
    }

    .live-badge {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 6px 14px;
        background: #ffffff;
        border: 1px solid #f448049c;
        border-radius: 9999px;
        font-size: 12px;
        font-weight: 700;
        color: hsl(350, 80%, 65%);
        margin-bottom: 20px;
    }

    .live-dot {
        width: 7px;
        height: 7px;
        background: hsl(350, 80%, 60%);
        border-radius: 50%;
        animation: livePulse 1.4s infinite;
    }

    @keyframes livePulse {

        0%,
        100% {
            opacity: 1;
            transform: scale(1);
        }

        50% {
            opacity: 0.5;
            transform: scale(1.4);
        }
    }

    .stats-row {
        display: flex;
        justify-content: center;
        gap: 32px;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .stat {
        text-align: center;
    }

    .stat-num {
        font-family: 'Druk Bold', sans-serif;
        font-size: clamp(38px, 4vw, 6vw);
        font-weight: 800;
        letter-spacing: 2px;
        background: linear-gradient(135deg, #000, #353535);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .stat-label {
        font-size: 12px;
        color: var(--muted);
        margin-top: 2px;
        font-weight: 500;
    }

    @media(max-width:480px) {
        .prize-strip {
            gap: 10px;
        }

        .stats-row {
            gap: 20px;
        }

        .trust-bar {
            gap: 14px;
        }

        .cta-btn {
            padding: 18px 36px;
            font-size: 17px;
        }
    }



    h1,
    h2,
    h3,
    h4,
    .font-display {
        font-family: 'Druk Bold', sans-serif;
    }

    /* FEATURE SETTINGS PANEL */
    .settings-panel {
        position: fixed;
        top: 20px;
        right: 20px;
        background: var(--card);
        border: 2px solid var(--border);
        border-radius: 16px;
        padding: 20px;
        width: 320px;
        z-index: 99999;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
        max-height: 80vh;
        overflow-y: auto;
    }

    .settings-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--border);
    }

    .settings-header h3 {
        font-size: 16px;
        color: var(--fg);
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .settings-toggle {
        background: var(--secondary);
        border: none;
        width: 32px;
        height: 32px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: var(--muted);
        transition: all 0.2s;
    }

    .settings-toggle:hover {
        background: var(--border);
        color: var(--fg);
    }

    .settings-panel.minimized {
        width: auto;
        padding: 12px;
    }

    .settings-panel.minimized .settings-content {
        display: none;
    }

    .feature-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        margin-bottom: 8px;
        background: var(--secondary);
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.2s;
    }

    .feature-toggle:hover {
        background: var(--border);
    }

    .feature-info {
        flex: 1;
    }

    .feature-name {
        font-size: 13px;
        font-weight: 600;
        color: var(--fg);
        margin-bottom: 2px;
    }

    .feature-desc {
        font-size: 11px;
        color: var(--muted);
    }

    .toggle-switch {
        width: 44px;
        height: 24px;
        background: var(--border);
        border-radius: 12px;
        position: relative;
        transition: all 0.3s;
    }

    .toggle-switch.active {
        background: var(--green);
    }

    .toggle-slider {
        width: 20px;
        height: 20px;
        background: white;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: 2px;
        transition: all 0.3s;
    }

    .toggle-switch.active .toggle-slider {
        left: 22px;
    }

    .settings-footer {
        margin-top: 16px;
        padding-top: 12px;
        border-top: 1px solid var(--border);
        font-size: 11px;
        color: var(--muted);
        text-align: center;
    }

    /* ── CHART STYLES ── */
    .chart-container {
        margin-bottom: 16px;
        background: var(--white);
        border-radius: 12px;
        padding: 12px;
        position: relative;
        border: 1px solid var(--gray-bg);
    }

    .chart-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

    .chart-title {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--secondary);
        font-weight: 600;
    }

    .chart-legend {
        display: flex;
        gap: 12px;
    }

    .legend-item {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        font-weight: 600;
    }

    .legend-item.yes {
        color: var(--green);
    }

    .legend-item.no {
        color: var(--red);
    }

    .legend-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .legend-item.yes .legend-dot {
        background: var(--green);
    }

    .legend-item.no .legend-dot {
        background: var(--red);
    }

    .probability-chart {
        flex: 1;
        height: 120px;
        cursor: crosshair;
        overflow: visible;
        width: 0;
        min-width: 0;
    }

    .y-labels {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 10px;
        color: var(--secondary);
        padding: 2px 0;
        min-width: 28px;
        max-width: 28px;
        text-align: right;
        flex-shrink: 0;
    }

    .chart-wrapper {
        position: relative;
        display: flex;
        align-items: stretch;
        gap: 4px;
        width: 100%;
        overflow: hidden;
    }

    .x-labels {
        display: flex;
        justify-content: space-between;
        font-size: 10px;
        color: var(--secondary);
        margin-top: 4px;
        padding: 0 2px;
    }

    .chart-tooltip {
        position: absolute;
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 8px;
        padding: 6px 10px;
        font-size: 11px;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s;
        z-index: 10;
        white-space: nowrap;
        display: flex;
        flex-direction: column;
        gap: 2px;
        top: 30px;
    }

    .chart-tooltip.visible {
        opacity: 1;
    }

    .tooltip-yes {
        color: var(--green);
        font-weight: 700;
    }

    .tooltip-no {
        color: var(--red);
        font-weight: 700;
    }

    .tooltip-time {
        color: var(--muted);
        font-size: 10px;
    }

    /* ── END CHART STYLES ── */

    /* Overlay */
    .popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.85);
        backdrop-filter: blur(10px);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 0;
        animation: fadeIn 0.3s ease forwards;
    }

    /* Popup */
    .popup {
        background: var(--gray-bg);
        border: 1px solid var(--border);
        border-radius: 20px;
        width: 90%;
        max-width: 600px;
        max-height: 92vh;
        overflow: hidden;
        position: relative;
        box-shadow: 0 25px 70px rgba(0, 0, 0, 0.6);
        transform: scale(0.92) translateY(20px);
        animation: popupIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.1s;
    }

    .popup::-webkit-scrollbar {
        width: 8px;
    }

    .popup::-webkit-scrollbar-track {
        background: var(--secondary);
    }

    .popup::-webkit-scrollbar-thumb {
        background: var(--border);
        border-radius: 4px;
    }

    .popup::-webkit-scrollbar-thumb:hover {
        background: var(--muted);
    }

    .popup-container {
        max-height: 92vh;
        overflow-y: auto;
    }


    /* Close button */
    .close-btn {
        position: absolute;
        top: 18px;
        right: 18px;
        background: var(--secondary);
        border: none;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: var(--fg);
        transition: all 0.2s;
        z-index: 10;
    }

    .close-btn:hover {
        background: var(--border);
        color: var(--fg);
        transform: rotate(90deg);
    }

    /* Header */
    .popup-header {
        padding: 28px 24px 24px;
        text-align: center;
        border-bottom: 1px solid var(--border);
        /* background: linear-gradient(180deg, var(--card), transparent); */
    }

    .popup-header .logo {
        width: 150px;
        height: auto;
        margin: 0 auto 14px;
        background: transparent;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Druk Bold';
        font-weight: 700;
        font-size: 28px;
        color: var(--primary-dark);
    }

    .popup-header h2 {
        font-size: clamp(28px, 2.2vw, 26px);
        font-weight: 700;
        color: var(--black);
        margin-bottom: 10px;

        letter-spacing: 2px;
    }

    .popup-header p {
        font-size: 14px;
        color: var(--muted);
        line-height: 1.4;
    }

    .popup-header .prize-teaser {
        margin-top: 12px;
        padding: 8px 16px;
        background: hsla(0, 0%, 21%, 0.15);
        border: 1px solid var(--border);
        border-radius: 20px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        font-weight: 600;
        color: var(--black);
    }

    /* FEATURE 2: Urgency Badge */
    .urgency-badge {
        margin-top: 14px;
        padding: 6px 14px;
        /* background: hsla(350, 80%, 55%, 0.15);
        border: 1px solid hsla(350, 80%, 55%, 0.3); */
        border-radius: 20px;
        display: none;
        align-items: center;
        gap: 6px;
        font-size: 12px;
        font-weight: 600;
        color: var(--red);
        animation: pulseUrgency 2s infinite;
        background: #f4480452;
        border: 1px solid #f448049c;
        color: #282828;
    }

    .urgency-badge.active {
        display: inline-flex;
    }

    @keyframes pulseUrgency {

        0%,
        100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.03);
        }
    }

    /* Progress bar */
    .progress-bar {
        height: 6px;
        background: var(--secondary);
        position: relative;
        overflow: hidden;
    }

    .progress-fill {
        height: 100%;
        background: linear-gradient(90deg, var(--orange), #f67347);
        transition: width 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
        box-shadow: 0 0 10px #f44804;
    }

    .progress-fill::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        animation: shimmer 2s infinite;
    }

    .popup-content {
        padding: 36px 28px;
        position: relative;
    }

    .questions-container {
        position: relative;
        overflow: hidden;
        transition: height 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
        /* Smooth height transition */
    }

    /* CRITICAL FIX: Question step positioning */
    .question-step {
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
            transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
            visibility 0s 0.4s;
        /* Delay visibility change until after fade */
    }

    .question-step:not(.active):not(.exiting) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        transform: translateX(40px);
        pointer-events: none;
    }

    .question-step.exiting {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateX(-40px) !important;
        pointer-events: none !important;
        z-index: 0 !important;
        transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
            transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
            visibility 0s 0.4s;
    }

    .question-step.active {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(0) !important;
        pointer-events: auto !important;
        z-index: 1 !important;
        transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
            transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
            visibility 0s 0s;
    }


    .category-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 16px;
        border-radius: 9999px;
        font-size: 10px;
        font-weight: 700;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .cat-Crypto {
        background: #f4480452;
        border: 1px solid #f448049c;
        color: #282828;
    }

    .cat-Sports {
        background: hsla(210, 100%, 50%, 0.2);
        color: hsl(210, 41%, 17%);
        border: 1px solid hsla(210, 100%, 50%, 0.3);
    }

    .cat-Tech {
        background: hsla(190, 80%, 50%, 0.2);
        color: hsl(191, 43%, 26%);
        border: 1px solid hsla(190, 80%, 50%, 0.3);
    }

    .question-text {
        /* font-family: 'Druk Bold'; */
        font-size: clamp(15px, 2.2vw, 18px);
        font-weight: 700;
        line-height: 1.35;
        color: var(--black);
        margin-bottom: 14px;
        /* letter-spacing: 2px; */
    }

    /* Percentage bar */
    .percentage-display {
        margin-bottom: 24px;
        background: var(--white);
        border-radius: 14px;
        padding: 18px;
        border: 1px solid var(--gray-bg);
        position: relative;
    }

    /* FEATURE 1: Live Vote Notification */
    .live-vote-notification {
        position: absolute;
        top: 0;
        right: 00%;
        /*transform: translateX(0%)*/
        ;
        background: var(--secondary);
        border: 1px solid var(--border);
        border-radius: 10px;
        padding: 8px 14px;
        font-size: 12px;
        color: var(--bg);
        display: none;
        align-items: center;
        gap: 8px;
        opacity: 0;
        pointer-events: none;
        z-index: 5;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        white-space: nowrap;
    }

    .live-vote-notification.active {
        display: flex;
    }

    .live-vote-notification.show {
        animation: slideDownFade 3s ease forwards;
    }

    @keyframes slideDownFade {
        0% {
            opacity: 0;
            transform: translateX(100%) translateY(-0px);
        }

        10% {
            opacity: 1;
            transform: translateX(0%) translateY(0);
        }

        90% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            transform: translateX(0%) translateY(0px);
        }
    }

    .vote-indicator {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--green);
        animation: pulseIndicator 1.5s infinite;
    }

    @keyframes pulseIndicator {

        0%,
        100% {
            opacity: 1;
            transform: scale(1);
        }

        50% {
            opacity: 0.5;
            transform: scale(1.3);
        }
    }

    .pct-row {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .pct-yes,
    .pct-no {
        transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        display: inline-block;
    }

    .pct-yes {
        color: var(--green);
    }

    .pct-no {
        color: var(--red);
    }

    .pct-yes.pulse,
    .pct-no.pulse {
        animation: pulsePct 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    @keyframes pulsePct {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.15);
            text-shadow: 0 0 8px currentColor;
        }

        100% {
            transform: scale(1);
        }
    }

    /* FEATURE 5: Percentage Change Indicator */
    .pct-change {
        font-size: 10px;
        margin-left: 4px;
        opacity: 0;
        font-weight: 600;
        transition: opacity 0.3s;
    }

    .pct-change.active {
        opacity: 0.7;
    }

    .pct-change.up {
        color: var(--green);
    }

    .pct-change.up::before {
        content: '↑';
    }

    .pct-change.down {
        color: var(--red);
    }

    .pct-change.down::before {
        content: '↓';
    }

    .pct-bar {
        height: 8px;
        width: 100%;
        border-radius: 9999px;
        background: var(--card);
        display: flex;
        overflow: hidden;
        margin-bottom: 10px;
        /* border: 1px solid var(--border); */
    }

    .pct-bar .yes-fill {
        background: linear-gradient(90deg, var(--green), hsl(142, 72%, 45%));
        border-radius: 9999px 0 0 9999px;
        transition: width 0.3s ease-out;
        position: relative;
    }

    .pct-bar .yes-fill::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        animation: shimmer 2s infinite;
    }

    .pct-bar .no-fill {
        background: linear-gradient(90deg, hsl(350, 80%, 50%), var(--red));
        border-radius: 0 9999px 9999px 0;
        transition: width 0.3s ease-out;
    }

    .votes-count {
        font-size: 13px;
        color: var(--secondary);
        text-align: center;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .votes-count::before {
        content: '👥';
        font-size: 14px;
    }

    /* FEATURE 6: Last Updated */
    .last-updated {
        display: none;
        align-items: center;
        justify-content: center;
        gap: 6px;
        font-size: 11px;
        color: var(--green);
        margin-top: 8px;
        font-weight: 600;
    }

    .last-updated.active {
        display: flex;
    }

    .update-dot {
        width: 6px;
        height: 6px;
        background: var(--green);
        border-radius: 50%;
        animation: pulseIndicator 1.5s infinite;
    }

    /* FEATURE 3: Social Proof Avatars */
    .recent-voters {
        display: none;
        align-items: center;
        gap: 10px;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid var(--border);
    }

    .recent-voters.active {
        display: flex;
    }

    .avatar-stack {
        display: flex;
        margin-left: 4px;
    }

    .avatar {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 11px;
        color: white;
        border: 2px solid var(--card);
        margin-left: -8px;
        transition: transform 0.2s;
    }

    .avatar:first-child {
        margin-left: 0;
    }

    .avatar:hover {
        transform: translateY(-2px) scale(1.1);
        z-index: 2;
    }

    .voter-text {
        font-size: 12px;
        color: var(--muted);
        font-weight: 500;
        transition: transform 0.2s;
    }

    .voter-text.pulse {
        animation: pulseVoter 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    @keyframes pulseVoter {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.05);
        }

        100% {
            transform: scale(1);
        }
    }

    /* FEATURE 4: Geographical Distribution */
    .geo-distribution {
        display: none;
        margin-top: 16px;
        padding: 12px;
        background: var(--card);
        border-radius: 10px;
        border: 1px solid var(--border);
    }

    .geo-distribution.active {
        display: block;
    }

    .geo-label {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--muted);
        margin-bottom: 8px;
        font-weight: 600;
    }

    .geo-bar {
        display: flex;
        height: 24px;
        border-radius: 6px;
        overflow: hidden;
        gap: 1px;
    }

    .geo-segment {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 700;
        color: white;
        transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        /* Add smooth transition */
    }

    .geo-segment:hover {
        filter: brightness(1.2);
        transform: scaleY(1.1);
    }

    /* FEATURE 7: Confidence Meter */
    .confidence-meter {
        display: none;
        margin-top: 12px;
        padding: 10px;
        background: var(--card);
        border-radius: 8px;
    }

    .confidence-meter.active {
        display: block;
    }

    .confidence-label {
        font-size: 11px;
        text-transform: uppercase;
        color: var(--muted);
        margin-bottom: 6px;
        font-weight: 600;
    }

    .confidence-bar {
        height: 20px;
        background: var(--secondary);
        border-radius: 10px;
        overflow: hidden;
    }

    .confidence-fill {
        height: 100%;
        background: linear-gradient(90deg, var(--gold), hsl(43, 96%, 48%));
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 700;
        color: var(--primary-dark);
        transition: width 0.5s;
    }

    .vote-btns {
        display: flex;
        gap: 14px;
    }

    .vote-btn {
        flex: 1;
        padding: 18px;
        border-radius: 14px;
        border: none;
        font-family: 'Akkurat Mono', sans-serif;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        position: relative;
        overflow: hidden;
    }

    .vote-btn::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    .vote-btn:active::before {
        width: 300px;
        height: 300px;
    }

    .vote-btn:hover:not(:disabled) {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    }

    .vote-btn:active {
        transform: scale(0.96);
    }

    .vote-btn:disabled {
        cursor: not-allowed;
        opacity: 0.6;
    }

    .vote-btn.yes {
        background: linear-gradient(135deg, hsla(142, 72%, 50%, 0.2), hsla(142, 72%, 50%, 0.15));
        color: var(--green);
        border: 2px solid hsla(142, 72%, 50%, 0.4);
    }

    .vote-btn.yes:hover:not(:disabled) {
        background: linear-gradient(135deg, hsla(142, 72%, 50%, 0.3), hsla(142, 72%, 50%, 0.2));
        border-color: var(--green);
        box-shadow: 0 10px 30px hsla(142, 72%, 50%, 0.2);
    }

    .vote-btn.no {
        background: linear-gradient(135deg, hsla(350, 80%, 55%, 0.2), hsla(350, 80%, 55%, 0.15));
        color: var(--red);
        border: 2px solid hsla(350, 80%, 55%, 0.4);
    }

    .vote-btn.no:hover:not(:disabled) {
        background: linear-gradient(135deg, hsla(350, 80%, 55%, 0.3), hsla(350, 80%, 55%, 0.2));
        border-color: var(--red);
        box-shadow: 0 10px 30px hsla(350, 80%, 55%, 0.2);
    }

    /* CRITICAL FIX: Final step positioning */
    .final-step {
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
            transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
            visibility 0.4s;
    }

    .final-step:not(.active) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        transform: translateX(40px);
        pointer-events: none;
    }

    .final-step.active {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        pointer-events: auto;
    }

    .confetti-container {
        text-align: center;
        margin-bottom: 20px;
        font-size: 48px;
        animation: celebration 1s ease-in-out;
    }

    .final-step h3 {
        font-size: clamp(20px, 2vw, 29px);
        font-weight: 700;
        color: var(--black);
        margin-bottom: 10px;
        text-align: center;
        letter-spacing: 2px;

    }

    .final-step .subtitle {
        font-size: 13px;
        color: var(--muted);
        text-align: center;
        margin-bottom: 28px;
        line-height: 1.5;
    }

    .prizes {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin-bottom: 28px;
    }

    .prize-box {
        background: var(--white);
        /* border: 2px solid var(--border); */
        border-radius: 14px;
        padding: 24px;
        text-align: center;
        transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        position: relative;
        overflow: hidden;
    }

    .prize-box::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        /* background: linear-gradient(135deg, var(--green), var(--gold)); */
        border-radius: 14px;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: -1;
    }

    .prize-box:hover::before {
        opacity: 1;
    }

    .prize-box:hover {
        border-color: transparent;
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    }

    .prize-box .icon {
        font-size: 44px;
        margin-bottom: 14px;
        display: block;
        animation: float 3s ease-in-out infinite;
    }

    .prize-box:nth-child(2) .icon {
        animation-delay: 0.5s;
    }

    .prize-box .prize-name {
        font-family: 'Druk Bold';
        font-size: clamp(12px, 3vw, 18px);
        font-weight: 700;
        color: var(--black);
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .prize-box .prize-value {
        font-size: 24px;
        font-weight: 700;
        background: linear-gradient(135deg, var(--green), var(--gold));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .email-form {
        margin-top: 28px;
    }

    .email-form label {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: var(--black);
        margin-bottom: 10px;
    }

    .email-form input {
        width: 100%;
        padding: 16px 18px;
        border: 2px solid var(--border);
        background: var(--fg);
        border-radius: 12px;
        color: var(--black);
        font-size: 13px;
        font-family: 'Akkurat Mono';
        outline: none;
        transition: all 0.3s;
    }

    .email-form input:focus {
        border-color: var(--orange);
        background: var(--white);
        box-shadow: 0 0 0 4px hsla(17, 97%, 49%, 0.1);
    }

    .email-form input::placeholder {
        color: var(--black);
    }

    .submit-btn {
        width: 100%;
        padding: 18px;
        margin-top: 18px;
        background: #E15628;
        color: var(--primary-dark);
        border: none;
        border-radius: 12px;
        /* font-family: 'Druk Bold'; */
        font-family: 'Akkurat Mono';
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 15px #e156283b;
    }

    .submit-btn::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    .submit-btn:active::before {
        width: 400px;
        height: 400px;
    }

    .submit-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 30px hsla(17, 97%, 49%, 0.4);
    }

    .submit-btn:active {
        transform: scale(0.97);
    }

    .submit-btn:disabled {
        background: var(--secondary);
        color: var(--muted);
        cursor: not-allowed;
        box-shadow: none;
    }

    .privacy-note {
        margin-top: 16px;
        text-align: center;
        font-size: 12px;
        color: var(--muted);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .privacy-note svg {
        opacity: 0.6;
    }

    .step-indicator {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 0px;
        padding-top: 28px;
        /* border-top: 1px solid var(--border); */
    }

    .step-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--secondary);
        transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
        border: 2px solid var(--border);
    }

    .step-dot.active {
        background: var(--orange);
        width: 32px;
        border-radius: 6px;
        border-color: var(--orange);
        box-shadow: 0 0 10px hsla(17, 97%, 50%, 0.5);
    }

    .success-message {
        display: none;
        text-align: center;
        padding: 28px 20px 60px;
        min-height: 300px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .success-message.active {
        display: flex;
        animation: slideIn 0.5s ease;
    }

    .success-message .checkmark {
        width: 100px;
        height: 100px;
        margin: 0 auto 24px;
        border-radius: 50%;
        background: var(--orange);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 50px;
        animation: scaleIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
        box-shadow: 0 8px 25px hsla(19, 72%, 50%, 0.684);
    }

    .success-message h3 {
        font-size: clamp(24px, 4vw, 28px);
        color: var(--black);
        margin-bottom: 16px;
        letter-spacing: 2px;
    }

    .success-message p {
        color: var(--muted);
        font-size: 15px;
    }

    .success-message .redirect-message {
        margin-bottom: 28px;
        font-size: 15px;
        color: var(--muted);
        line-height: 1.6;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .redirect-loader {
        max-width: 240px;
        width: 100%;
        margin: 0 auto;
        height: 6px;
        background: var(--secondary);
        border-radius: 9999px;
        overflow: hidden;
        position: relative;
        border: 1px solid var(--border);
    }

    .loader-bar {
        height: 100%;
        background: var(--orange);
        border-radius: 9999px;
        animation: loadProgress 1.5s ease-in-out;
        box-shadow: 0 0 10px hsla(17, 97%, 49%, 0.5);
    }

    .redirect-url-hint {
        margin-top: 20px;
        font-size: 12px;
        color: var(--muted);
        opacity: 0.7;
    }

    @keyframes fadeIn {
        to {
            opacity: 1;
        }
    }

    @keyframes popupIn {
        to {
            transform: scale(1) translateY(0);
            opacity: 1;
        }
    }

    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateX(30px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes shimmer {
        0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(100%);
        }
    }

    @keyframes float {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-10px);
        }
    }

    @keyframes celebration {
        0% {
            transform: scale(0) rotate(-180deg);
            opacity: 0;
        }

        50% {
            transform: scale(1.2) rotate(10deg);
        }

        100% {
            transform: scale(1) rotate(0);
            opacity: 1;
        }
    }

    @keyframes scaleIn {
        0% {
            transform: scale(0);
        }

        50% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1);
        }
    }

    @keyframes loadProgress {
        0% {
            width: 0%;
        }

        100% {
            width: 100%;
        }
    }

    @media (max-width: 480px) {
        .settings-panel {
            top: 10px;
            right: 10px;
            width: 280px;
        }

        .popup {
            width: 95%;
            border-radius: 16px;
        }

        .popup-content {
            padding: 28px 20px;
        }

        .question-text {
            font-size: 18px;
        }

        .vote-btns {
            flex-direction: column;
            gap: 12px;
        }

        .prizes {
            grid-template-columns: 1fr;
        }
    }

    .cat-Politics {
        background: hsla(280, 70%, 55%, 0.15);
        color: hsl(280, 33%, 26%);
        border: 1px solid hsla(280, 70%, 55%, 0.3);
    }

    .cat-Iran {
        background: hsla(0, 70%, 45%, 0.15);
        color: hsl(0, 40%, 17%);
        border: 1px solid hsla(0, 70%, 45%, 0.3);
    }

    .cat-Geo {
        background: hsla(160, 60%, 40%, 0.15);
        color: hsl(160, 41%, 15%);
        border: 1px solid hsla(160, 60%, 40%, 0.3);
    }

    #popupOverlay {
        display: none;
    }

    #popupOverlay.visible {
        display: flex;
    }


    /* ── CRYPTO BG: Live trading chart full screen ── */
    .category-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden;
        background: linear-gradient(135deg, hsl(20, 40%, 6%) 0%, hsl(220, 35%, 8%) 100%);
    }

    /* Grid lines */
    .bg-grid {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(hsla(30, 100%, 50%, 0.05) 1px, transparent 1px),
            linear-gradient(90deg, hsla(30, 100%, 50%, 0.05) 1px, transparent 1px);
        background-size: 60px 60px;
    }

    /* Big chart SVG */
    .bg-chart-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 70%;
    }

    .bg-chart-svg {
        width: 100%;
        height: 100%;
    }

    /* Floating BTC */
    .bg-btc {
        position: absolute;
        font-size: 180px;
        top: 5%;
        right: 5%;
        opacity: 0.04;
        animation: btcDrift 8s ease-in-out infinite;
    }

    @keyframes btcDrift {

        0%,
        100% {
            transform: translateY(0) rotate(-5deg);
        }

        50% {
            transform: translateY(-20px) rotate(5deg);
        }
    }

    /* Price ticker */
    .ticker-bar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 36px;
        background: hsla(0, 0%, 0%, 0.3);
        border-bottom: 1px solid hsla(30, 100%, 50%, 0.15);
        display: flex;
        align-items: center;
        overflow: hidden;

    }

    .ticker-content {
        display: flex;
        gap: 40px;
        animation: tickerScroll 20s linear infinite;
        white-space: nowrap;
        padding: 0 20px;
    }

    .ticker-item {
        font-size: 12px;
        font-weight: 700;
        font-family: 'Akkurat Mono', sans-serif !important;
    }

    .t-green {
        color: hsl(142, 72%, 55%);
    }

    .t-red {
        color: hsl(350, 80%, 60%);
    }

    @keyframes tickerScroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    /* Candles */
    .candle {
        position: absolute;
        bottom: 30%;
        width: 8px;
        border-radius: 2px;
    }

    .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(ellipse at 50% 50%, hsla(220, 35%, 8%, 0.2), hsla(220, 35%, 8%, 0.8) 80%);
    }

    #popupOverlay {
        display: none;
        transition: opacity 0.3s ease;
    }

    /* ─── FAQ SECTION ─── */
    .faq-wrapper {
        background: #000;
    }

    .faq-wrapper .faq-section {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        padding: 64px 24px 80px;
        font-family: 'Akkurat Mono', sans-serif;
        position: relative;
        z-index: 1;
    }

    .faq-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .faq-label {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 5px 14px;
        background: hsla(30, 100%, 50%, 0.12);
        border: 1px solid hsl(16.78deg 95.16% 48.63%);
        border-radius: 9999px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        color: hsl(16.78deg 95.16% 48.63%);
        margin-bottom: 14px;
    }

    .faq-title {
        font-family: 'Druk Bold', sans-serif;
        font-size: clamp(30px, 5vw, 40px);
        font-weight: 800;
        color: hsl(0, 0%, 95%);
        line-height: 1.15;
        margin-bottom: 10px;
        letter-spacing: 2px;
    }

    .faq-subtitle {
        font-size: 15px;
        color: hsl(220, 10%, 55%);
        line-height: 1.6;
        max-width: 480px;
        margin: 0 auto;
    }

    .faq-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .faq-item {
        background: hsl(220, 18%, 10%);
        border: 1px solid hsl(220, 14%, 18%);
        border-radius: 14px;
        overflow: hidden;
        transition: border-color 0.25s ease;
    }

    .faq-item.open {
        border-color: hsla(30, 100%, 50%, 0.35);
    }

    .faq-question {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 18px 22px;
        background: none;
        border: none;
        cursor: pointer;
        text-align: left;
        font-family: 'Akkurat Mono', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: hsl(0, 0%, 92%);
        line-height: 1.4;
        transition: color 0.2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .faq-question:hover {
        color: hsl(16.78deg 95.16% 48.63%);
    }

    .faq-item.open .faq-question {
        color: hsl(16.78deg 95.16% 48.63%);
    }

    .faq-icon {
        flex-shrink: 0;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: hsl(220, 16%, 16%);
        border: 1px solid hsl(220, 14%, 22%);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.25s ease, border-color 0.25s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .faq-item.open .faq-icon {
        background: hsla(30, 100%, 50%, 0.15);
        border-color: hsl(16.78deg 95.16% 48.63%);
        transform: rotate(45deg);
    }

    .faq-icon svg {
        width: 14px;
        height: 14px;
        stroke: hsl(220, 10%, 55%);
        transition: stroke 0.2s ease;
    }

    .faq-item.open .faq-icon svg {
        stroke: hsl(16.78deg 95.16% 48.63%);
    }

    .faq-answer-wrap {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .faq-item.open .faq-answer-wrap {
        grid-template-rows: 1fr;
    }

    .faq-answer-inner {
        overflow: hidden;
    }

    .faq-answer {
        padding: 0 22px 20px;
        font-size: 13px;
        color: hsl(220, 10%, 58%);
        line-height: 1.75;
        border-top: 1px solid hsl(220, 14%, 16%);
        padding-top: 16px;
    }

    .faq-answer strong {
        color: hsl(0, 0%, 85%);
        font-weight: 600;
    }

    .faq-footer {
        text-align: center;
        margin-top: 36px;
        padding: 24px;
        background: hsl(220, 18%, 10%);
        border: 1px solid hsl(220, 14%, 18%);
        border-radius: 14px;
    }

    .faq-footer p {
        font-size: 14px;
        color: hsl(220, 10%, 55%);
        margin-bottom: 14px;
    }

    .faq-footer-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 11px 24px;
        background: hsla(30, 100%, 50%, 0.12);
        border: 1px solid hsl(16.78deg 95.16% 48.63%);
        border-radius: 10px;
        font-family: 'Akkurat Mono', sans-serif;
        font-size: 13px;
        font-weight: 700;
        color: hsl(16.78deg 95.16% 48.63%);
        cursor: pointer;
        transition: background 0.2s ease, transform 0.2s ease;
        text-decoration: none;
    }

    .faq-footer-btn:hover {
        background: hsl(16.78deg 95.16% 48.63% / 20%);
        transform: translateY(-2px);
    }

    .faq-divider {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        height: 1px;
        background: linear-gradient(90deg, transparent, hsl(220, 14%, 22%), transparent);
        position: relative;
        z-index: 1;
    }

    @media (max-width: 480px) {
        .faq-section {
            padding: 48px 16px 60px;
        }

        .faq-question {
            font-size: 14px;
            padding: 16px;
        }

        .faq-answer {
            padding: 0 16px 18px;
            padding-top: 14px;
        }
    }

    /* ─── END FAQ SECTION ─── */

    /* ─── FOOTER ─── */
    .site-footer {
        width: 100%;
        position: relative;
        z-index: 1;
        font-family: 'Akkurat Mono', sans-serif;
    }

    /* Top disclaimer band — black bg */
    .footer-disclaimer {
        background: #000;
        padding: 32px 24px;
        text-align: center;
    }

    .footer-disclaimer-logos {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 20px;
    }

    .footer-disclaimer-logos img {
        height: 36px;
        width: auto;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

    .footer-logo-box {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 7px 14px;
        border: 1.5px solid rgba(255, 255, 255, 0.55);
        border-radius: 5px;
    }

    .footer-logo-box span {
        font-family: 'Druk Bold', sans-serif;
        font-size: 12px;
        font-weight: 800;
        color: #fff;
        letter-spacing: 0.5px;
        line-height: 1.1;
        text-align: center;
    }

    .footer-logo-box span em {
        display: block;
        font-style: normal;
        font-size: 9px;
        letter-spacing: 1.5px;
        opacity: 0.75;
    }

    .footer-divider-v {
        width: 1px;
        height: 36px;
        background: rgba(255, 255, 255, 0.3);
    }

    .footer-crypto-logo {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.85);
        letter-spacing: 0.3px;
    }

    .footer-crypto-logo img {
        height: 18px;
        width: auto;

    }

    .footer-disclaimer-text {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.2;
        max-width: 860px;
        margin: 0 auto 14px;
    }

    .footer-disclaimer-text a {
        color: rgba(255, 255, 255, 0.65);
        text-decoration: underline;
    }

    /* Bottom main footer — white bg */
    .footer-main {
        background: #F4F6F7;
        padding: 36px 24px 28px;
        text-align: center;
    }

    .footer-main-logos {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        margin-bottom: 24px;
        flex-wrap: wrap;
    }

    .footer-rolr-brand {
        font-family: 'Druk Bold', sans-serif;
        font-size: 22px;
        font-weight: 800;
        color: #000;
        letter-spacing: -0.5px;
    }

    .footer-rolr-brand img {
        height: 2rem;
        width: auto;
        object-fit: contain;
    }



    .footer-divider-v-dark {
        width: 1px;
        height: 40px;
        background: rgba(0, 0, 0, 0.2);
    }

    .footer-partner-box {
        display: inline-flex;
        align-items: center;
        justify-content: center;

    }

    .footer-partner-box img {
        height: 2rem;
        width: auto;
        object-fit: contain;
    }


    .footer-crypto-dark {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.7);
    }

    .footer-crypto-dark img {
        height: 1.5rem;
        width: auto;
        object-fit: contain;
    }

    .footer-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .footer-nav a {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.65);
        text-decoration: none;
        font-weight: 500;
        transition: color 0.2s;
    }

    .footer-nav a:hover {
        color: #000;
    }

    .footer-nav-sep {
        width: 4px;
        height: 4px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
    }

    .footer-copy {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.45);
    }

    @media (max-width: 480px) {
        .footer-disclaimer-logos {
            gap: 14px;
        }

        .footer-main-logos {
            gap: 16px;
        }

        .footer-nav {
            gap: 8px;
        }

        .footer-rolr-brand {
            font-size: 18px;
        }
    }

    /* ─── END FOOTER ─── */
    @media (max-width: 768px) {
        .wrapper {
            margin-top: 80px;
        }

        .nav {
            padding: 14px 20px;
        }


        .ico {
            min-width: 130px;
            z-index: -1;
            ;
        }

        .ico-1 {
            min-width: 100px;
        }

        .ico-2 {
            width: 60px;
        }

        .ico-3 {}

        .ico-4 {
            width: 65px;
        }

        .ico-5 {
            width: 55px;
        }

        .ico-6 {
            width: 70px;
        }

        .ico-7 {
            width: 58px;
        }

        .ico-8 {
            width: 68px;
        }
    }

    @media (max-width: 500px) {

        .ico {
            min-width: 130px;
            z-index: -1;
        }

        .ico-1 {
            min-width: 100px;
            top: -5%;
            left: -5%;
        }

        .ico-2 {
            width: 60px;
            top: 30%;
            display: none;
        }

        .ico-3 {
            top: 50%;
            width: 150px;
            left: -10%;
        }

        .ico-4 {
            width: 150px;
            bottom: 0px !important;
            top: auto;
            left: -15%;
        }

        .ico-5 {
            width: 70px;
            right: -10%
        }

        .ico-6 {
            width: 70px;
            display: none;
        }

        .ico-7 {
            min-width: 200px;
            right: -20%;
            top: 30%
        }

        .ico-8 {
            width: 68px;
            bottom: 0px !important;
            top: auto;
            right: -15%;
        }
    }