/**
 * PCBUILDERS PC COINS - Public Theme & Component Styles
 * Aesthetics: High-end Gaming Hardware, Dark Mode, Crimson Neon & Cyberpunk Luxury
 */

:root {
    --pcb-red: #DE3431;
    --pcb-red-glow: rgba(222, 52, 49, 0.35);
    --pcb-dark: #121316;
    --pcb-darker: #0a0b0d;
    --pcb-card-bg: #16181e;
    --pcb-border: #2d323e;
    --pcb-green: #4ade80;
    --pcb-gold: #f1c40f;
    --pcb-blue: #38bdf8;
    --pcb-text: #ffffff;
    --pcb-muted: #cbd5e1;
}

/* ==========================================================================
   FORCE HIGH-CONTRAST OVERRIDES AGAINST THEME STYLES
   ========================================================================== */

/* Prevent theme's aggressive #9B59B6 purple link override inside dashboard */
.woocommerce-MyAccount-content .pcb-coins-dashboard-wrapper a,
.woocommerce-MyAccount-content .pcb-coins-dashboard-wrapper a:link,
.woocommerce-MyAccount-content .pcb-coins-dashboard-wrapper a:visited {
    color: #ffffff;
    text-decoration: none;
}

.woocommerce-MyAccount-content .pcb-coins-dashboard-wrapper p {
    color: #cbd5e1 !important;
}

/* My Account Sidebar Navigation - PC Coins Tab */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--pc-coins a {
    color: #cbd5e1 !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    transition: all 0.2s ease !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--pc-coins a:hover {
    color: #ffffff !important;
    background: rgba(222, 52, 49, 0.12) !important;
    border-left: 3px solid rgba(222, 52, 49, 0.6) !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--pc-coins.is-active a {
    color: #ffffff !important;
    background: rgba(222, 52, 49, 0.2) !important;
    border-left: 3px solid #DE3431 !important;
    font-weight: 700 !important;
    box-shadow: inset 4px 0 0 #DE3431 !important;
}

/* Wrapper */
.pcb-coins-dashboard-wrapper {
    font-family: inherit;
    color: #ffffff !important;
    margin-bottom: 40px;
}

/* Brand Header */
.pcb-coins-brand-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #1f1212 0%, #121316 100%);
    border: 1px solid #2d323e;
    border-left: 5px solid var(--pcb-red);
    padding: 18px 24px;
    border-radius: 10px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.pcb-brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pcb-emblem {
    font-size: 28px;
    filter: drop-shadow(0 0 8px var(--pcb-red));
}

.pcb-brand-logo h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ffffff !important;
    text-transform: uppercase;
}

.pcb-brand-tagline {
    font-size: 14px;
    font-weight: 800;
    color: #f1c40f !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(241, 196, 15, 0.4);
}

/* Hero Balance Card */
.pcb-coins-hero-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(145deg, #1c1111 0%, #0d0e12 100%);
    border: 1px solid rgba(222, 52, 49, 0.45);
    border-radius: 14px;
    padding: 32px 35px;
    margin-bottom: 24px;
    box-shadow: 0 8px 30px var(--pcb-red-glow);
    position: relative;
    overflow: hidden;
}

.pcb-coins-hero-card::after {
    content: "🪙";
    position: absolute;
    right: 220px;
    top: -20px;
    font-size: 160px;
    opacity: 0.05;
    pointer-events: none;
}

.pcb-hero-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #cbd5e1 !important;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.pcb-hero-balance {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 8px;
}

.pcb-balance-num {
    font-size: 52px;
    font-weight: 900;
    color: #ffffff !important;
    line-height: 1;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.25);
}

.pcb-balance-unit {
    font-size: 16px;
    font-weight: 900;
    color: #f1c40f !important;
    letter-spacing: 1.5px;
}

.pcb-hero-worth {
    font-size: 15px;
    color: #e2e8f0 !important;
}

.pcb-hero-worth strong {
    color: #4ade80 !important;
    text-shadow: 0 0 8px rgba(74, 222, 128, 0.3);
}

/* Primary Action Button (e.g. Use PC Coins) */
.woocommerce-MyAccount-content a.pcb-btn-primary,
.woocommerce-MyAccount-content a.pcb-btn-primary:visited,
.pcb-coins-dashboard-wrapper .pcb-btn-primary,
.pcb-coins-dashboard-wrapper .pcb-btn-primary:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #DE3431 !important;
    color: #ffffff !important;
    padding: 14px 28px !important;
    border-radius: 8px !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 18px rgba(222, 52, 49, 0.45) !important;
    border: none !important;
    transition: all 0.25s ease !important;
}

.woocommerce-MyAccount-content a.pcb-btn-primary:hover,
.pcb-coins-dashboard-wrapper .pcb-btn-primary:hover {
    background: #ff3e3a !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(222, 52, 49, 0.65) !important;
}

/* Stats Metric Grid */
.pcb-coins-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.pcb-stat-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #16181e !important;
    border: 1px solid #2d323e !important;
    border-radius: 10px;
    padding: 18px 20px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.pcb-stat-card:hover {
    border-color: #4a5265 !important;
    transform: translateY(-2px);
}

.pcb-stat-icon {
    font-size: 26px;
    background: rgba(255, 255, 255, 0.08);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
}

.pcb-stat-value {
    font-size: 24px;
    font-weight: 900;
    color: #ffffff !important;
    line-height: 1.2;
}

.pcb-stat-label {
    font-size: 13px;
    font-weight: 600;
    color: #cbd5e1 !important;
    margin-top: 3px;
}

/* VIP Tier Card */
.pcb-coins-tier-card {
    background: #16181e !important;
    border: 1px solid #2d323e !important;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.pcb-tier-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.pcb-tier-badge {
    display: inline-block;
    padding: 6px 14px;
    border: 1.5px solid;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-right: 12px;
}

.pcb-tier-boost {
    font-size: 14px;
    color: #4ade80 !important;
    font-weight: 800;
}

.pcb-tier-spend {
    font-size: 14px;
    color: #cbd5e1 !important;
}

.pcb-tier-spend strong {
    color: #ffffff !important;
}

.pcb-progress-bar-container {
    background: #252830 !important;
    border-radius: 20px;
    height: 12px;
    overflow: hidden;
    margin-bottom: 10px;
}

.pcb-progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #f59e0b, #DE3431) !important;
    border-radius: 20px;
    transition: width 0.5s ease;
}

.pcb-progress-info {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #cbd5e1 !important;
}

.pcb-progress-info span strong {
    color: #ffffff !important;
}

.pcb-progress-percent {
    font-weight: 800;
    color: #ffffff !important;
    font-size: 14px;
}

.pcb-tier-max-notice {
    color: var(--pcb-gold) !important;
    font-weight: 700;
    font-size: 14px;
}

/* Split Grid (Referrals & Bonuses) */
.pcb-coins-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

.pcb-dashboard-block {
    background: #16181e !important;
    border: 1px solid #2d323e !important;
    border-radius: 10px;
    padding: 24px;
}

.pcb-dashboard-block h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff !important;
}

.pcb-block-sub {
    font-size: 14px;
    color: #cbd5e1 !important;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* Referral Stage Pills */
.pcb-ref-stages-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px;
}

.pcb-ref-stage-pill {
    background: #0d0e12;
    border: 1px solid #2a2e37;
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.pcb-ref-stage-pill.stage-1 {
    border-left: 3px solid var(--pcb-red);
}

.pcb-ref-stage-pill.stage-2 {
    border-left: 3px solid #2ecc71;
}

.pcb-ref-stage-pill .pill-num {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: #94a3b8;
}

.pcb-ref-stage-pill.stage-1 strong {
    font-size: 13px;
    color: #ff5252;
    font-weight: 800;
}

.pcb-ref-stage-pill.stage-2 strong {
    font-size: 13px;
    color: #2ecc71;
    font-weight: 800;
}

.pcb-ref-stage-pill small {
    font-size: 11px;
    color: #cbd5e1;
    line-height: 1.3;
}

@media (max-width: 600px) {
    .pcb-ref-stages-row {
        grid-template-columns: 1fr;
    }
}

/* Referral Input & Socials */
.pcb-ref-input-group {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.pcb-ref-input-group input {
    flex: 1;
    background: #0d0e12 !important;
    border: 1px solid #3b4252 !important;
    color: #ffffff !important;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-family: monospace;
    font-weight: 600;
}

.pcb-btn-copy {
    background: #2b303c !important;
    color: #ffffff !important;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s;
}

.pcb-btn-copy:hover {
    background: var(--pcb-red) !important;
    color: #ffffff !important;
}

.pcb-social-shares {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.woocommerce-MyAccount-content a.pcb-share-btn,
.woocommerce-MyAccount-content a.pcb-share-btn:visited,
.pcb-share-btn,
.pcb-share-btn:visited {
    padding: 9px 18px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: opacity 0.2s, transform 0.2s !important;
}

.woocommerce-MyAccount-content a.pcb-share-btn:hover,
.pcb-share-btn:hover {
    opacity: 0.9 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.pcb-wa {
    background: #25D366 !important;
    color: #ffffff !important;
}

.pcb-fb {
    background: #1877F2 !important;
    color: #ffffff !important;
}

.pcb-tg {
    background: #0088cc !important;
    color: #ffffff !important;
}

.pcb-ref-mini-stats {
    display: flex !important;
    justify-content: space-between !important;
    background: #0f1015 !important;
    border: 1px solid #2a2e37 !important;
    padding: 12px 18px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    color: #cbd5e1 !important;
}

.pcb-ref-mini-stats div {
    color: #cbd5e1 !important;
    font-weight: 600 !important;
}

.pcb-ref-mini-stats div strong {
    color: #ffffff !important;
    font-weight: 800 !important;
}

/* Bonus Block Items */
.pcb-bonus-item {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #262932 !important;
}

.pcb-bonus-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pcb-bonus-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.pcb-bonus-content strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff !important;
    margin-bottom: 4px;
}

.pcb-bonus-content p {
    margin: 0;
    font-size: 13px;
    color: #cbd5e1 !important;
    line-height: 1.5;
}

.pcb-bonus-done {
    color: #4ade80 !important;
    font-weight: 700 !important;
}

.pcb-birthday-form {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.pcb-birthday-form input {
    background: #0d0e12 !important;
    border: 1px solid #3b4252 !important;
    color: #ffffff !important;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
}

.woocommerce-MyAccount-content button.pcb-btn-small,
.pcb-btn-small {
    background: #DE3431 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    transition: background 0.2s;
}

.pcb-btn-small:hover {
    background: #ff3e3a !important;
}

/* History Ledger Section */
.pcb-coins-history-section {
    background: #16181e !important;
    border: 1px solid #2d323e !important;
    border-radius: 10px;
    padding: 24px;
}

.pcb-history-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    flex-wrap: wrap;
    gap: 12px;
}

.pcb-history-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff !important;
}

.pcb-filter-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.woocommerce-MyAccount-content a.pcb-tab-btn,
.woocommerce-MyAccount-content a.pcb-tab-btn:visited,
.pcb-tab-btn,
.pcb-tab-btn:visited {
    padding: 7px 14px !important;
    background: #252830 !important;
    color: #cbd5e1 !important;
    border: 1px solid #383d47 !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
}

.woocommerce-MyAccount-content a.pcb-tab-btn:hover,
.pcb-tab-btn:hover {
    background: #343a46 !important;
    color: #ffffff !important;
    border-color: #4c5362 !important;
}

.woocommerce-MyAccount-content a.pcb-tab-btn.is-active,
.woocommerce-MyAccount-content a.pcb-tab-btn.is-active:visited,
.pcb-tab-btn.is-active,
.pcb-tab-btn.is-active:visited {
    background: #DE3431 !important;
    color: #ffffff !important;
    border-color: #DE3431 !important;
    box-shadow: 0 2px 10px rgba(222, 52, 49, 0.4) !important;
}

.pcb-table-responsive {
    overflow-x: auto;
}

.pcb-ledger-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-top: 10px;
}

.pcb-ledger-table th {
    background: #101216 !important;
    color: #cbd5e1 !important;
    padding: 12px 16px;
    text-align: left;
    font-weight: 800;
    border-bottom: 2px solid #2d323e !important;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.pcb-ledger-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #222630 !important;
    color: #e2e8f0 !important;
}

.pcb-type-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.badge-credit {
    background: rgba(74, 222, 128, 0.15) !important;
    color: #4ade80 !important;
    border: 1px solid rgba(74, 222, 128, 0.3) !important;
}

.badge-debit {
    background: rgba(222, 52, 49, 0.15) !important;
    color: #ff6b68 !important;
    border: 1px solid rgba(222, 52, 49, 0.3) !important;
}

.pcb-text-green {
    color: #4ade80 !important;
}

.pcb-text-red {
    color: #ff5252 !important;
}

/* Pagination */
.pcb-pagination {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 20px;
}

.woocommerce-MyAccount-content a.pcb-page-num,
.woocommerce-MyAccount-content a.pcb-page-num:link,
.woocommerce-MyAccount-content a.pcb-page-num:visited,
.pcb-page-num {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 7px 14px !important;
    background: #252830 !important;
    color: #cbd5e1 !important;
    border: 1px solid #383d47 !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    transition: all 0.2s ease !important;
}

.woocommerce-MyAccount-content a.pcb-page-num:hover,
.pcb-page-num:hover {
    background: #343a46 !important;
    color: #ffffff !important;
    border-color: #4c5362 !important;
}

.woocommerce-MyAccount-content a.pcb-page-num.is-active,
.woocommerce-MyAccount-content a.pcb-page-num.is-active:link,
.woocommerce-MyAccount-content a.pcb-page-num.is-active:visited,
.pcb-page-num.is-active {
    background: #DE3431 !important;
    color: #ffffff !important;
    border-color: #DE3431 !important;
    box-shadow: 0 2px 10px rgba(222, 52, 49, 0.4) !important;
}

.pcb-no-records {
    text-align: center;
    padding: 40px 20px;
    color: #cbd5e1 !important;
    font-size: 15px;
    font-weight: 500;
}

/* ======================================================
   CHECKOUT REDEMPTION WIDGET
====================================================== */
.pcb-coins-checkout-widget {
    background: #181818;
    border: 1px solid #333;
    border-left: 4px solid var(--pcb-red);
    border-radius: 8px;
    padding: 18px 20px;
    margin: 20px 0;
    color: #ffffff;
    transition: border-color 0.25s, box-shadow 0.25s;
}

.pcb-coins-checkout-widget.is-active {
    border-color: var(--pcb-red);
    box-shadow: 0 0 15px var(--pcb-red-glow);
}

.pcb-widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.pcb-widget-title {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pcb-widget-balance {
    font-size: 13px;
    color: var(--pcb-muted);
}

.pcb-balance-sub {
    color: var(--pcb-green);
    font-weight: bold;
    margin-left: 4px;
}

.pcb-widget-subtitle {
    margin: 0 0 14px 0;
    font-size: 13px;
    color: #ccc;
    line-height: 1.4;
}

.pcb-widget-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Switch */
.pcb-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.pcb-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pcb-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    transition: .3s;
    border-radius: 24px;
}

.pcb-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;
}

input:checked+.pcb-slider {
    background-color: var(--pcb-red);
}

input:checked+.pcb-slider:before {
    transform: translateX(20px);
}

.pcb-toggle-label {
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    color: #ffffff;
}

.pcb-coins-checkout-guest-notice {
    background: #1a1a1a;
    border: 1px solid #333;
    padding: 12px 16px;
    border-radius: 6px;
    margin: 15px 0;
    font-size: 13px;
    color: #ddd;
}

.pcb-coins-badge {
    background: var(--pcb-red);
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 800;
    margin-right: 6px;
}

/* Balance Pill Badge */
.pcb-coins-pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1e1e1e;
    border: 1px solid #333;
    color: #ffffff !important;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: border-color 0.2s, background 0.2s;
}

.pcb-coins-pill-badge:hover {
    border-color: var(--pcb-red);
    background: #252525;
}

.pcb-pill-count {
    color: var(--pcb-red);
    font-weight: 900;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .pcb-coins-hero-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 22px;
    }

    .pcb-coins-split-grid {
        grid-template-columns: 1fr;
    }

    .pcb-coins-stats-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ==========================================================================
   PUBLIC EXPLAINER & LANDING PAGE STYLES (/pc-coins/) - CYBER MODERN EDITION
   ========================================================================== */

.page-id-61734 .entry-header,
.post-61734 .entry-header {
    display: none !important;
}

.page-id-61734 #primary,
.page-id-61734 .site-main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.page-id-61734 .col-full {
    max-width: 1280px !important;
    padding: 20px 20px 60px 20px !important;
}

.pcb-explainer-container {
    max-width: 1240px;
    margin: 0 auto 60px auto;
    font-family: inherit;
    color: #ffffff;
}

.pcb-explainer-container a,
.pcb-explainer-container a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* 1. Hero Banner: Cyber Mesh & Radial Glow */
.pcb-explainer-hero {
    background: radial-gradient(circle at 50% 0%, #1c1022 0%, #14121a 45%, #0a0b0e 100%);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 20px;
    padding: 55px 36px 45px 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.6), 0 0 60px rgba(168, 85, 247, 0.12);
}

.pcb-hero-ambient-glow {
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(ellipse at center, rgba(222, 52, 49, 0.18) 0%, rgba(168, 85, 247, 0.15) 50%, transparent 75%);
    pointer-events: none;
    z-index: 1;
}

.pcb-hero-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(222, 52, 49, 0.12);
    border: 1px solid rgba(222, 52, 49, 0.5);
    color: #ff5252;
    padding: 6px 16px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 22px;
    box-shadow: 0 0 16px rgba(222, 52, 49, 0.2);
}

.pcb-badge-pulse {
    width: 7px;
    height: 7px;
    background-color: #ff5252;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #ff5252;
    animation: pcbPulseDot 2s infinite ease-in-out;
}

@keyframes pcbPulseDot {
    0%, 100% { transform: scale(0.9); opacity: 0.6; }
    50% { transform: scale(1.3); opacity: 1; }
}

.pcb-hero-title {
    position: relative;
    z-index: 2;
    font-size: 48px;
    font-weight: 900;
    margin: 0 0 12px 0;
    letter-spacing: 1.2px;
    color: #ffffff;
    line-height: 1.15;
    text-transform: uppercase;
}

.pcb-text-gradient {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 25%, #ef4444 65%, #c084fc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 14px rgba(245, 158, 11, 0.3));
}

.pcb-hero-tagline {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 800;
    color: #fbbf24;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0 0 22px 0;
    text-shadow: 0 0 12px rgba(251, 191, 36, 0.4);
}

.pcb-explainer-hero .pcb-hero-desc {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto 36px auto;
    font-size: 16px;
    line-height: 1.75;
    color: #cbd5e1;
}

.pcb-hero-cta-group {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.pcb-btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.pcb-btn-icon {
    font-size: 18px;
    line-height: 1;
}

.pcb-btn-red {
    background: linear-gradient(135deg, #DE3431 0%, #b91c1c 100%);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 20px rgba(222, 52, 49, 0.45);
}

.pcb-btn-red:hover {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(222, 52, 49, 0.65), 0 0 20px rgba(222, 52, 49, 0.3);
}

.pcb-btn-outline {
    background: rgba(255, 255, 255, 0.04);
    color: #f1f5f9 !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
}

.pcb-btn-outline:hover {
    border-color: #a855f7;
    color: #ffffff !important;
    background: rgba(168, 85, 247, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(168, 85, 247, 0.3);
}

/* Modern Dynamic Trust Stats Grid */
.pcb-hero-stats-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pcb-stat-card {
    background: rgba(18, 20, 28, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    backdrop-filter: blur(12px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pcb-stat-card:hover {
    transform: translateY(-3px);
    background: rgba(26, 28, 40, 0.85);
    border-color: rgba(251, 191, 36, 0.4);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4), 0 0 20px rgba(251, 191, 36, 0.15);
}

.pcb-stat-card-icon {
    font-size: 26px;
    line-height: 1;
    flex-shrink: 0;
}

.pcb-stat-card-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pcb-stat-card-info .pcb-hstat-val {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.2px;
}

.pcb-stat-card-info .pcb-hstat-lbl {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

@media (max-width: 991px) {
    .pcb-hero-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 580px) {
    .pcb-explainer-hero {
        padding: 38px 20px 30px 20px;
    }
    .pcb-hero-title {
        font-size: 32px;
    }
    .pcb-hero-tagline {
        font-size: 15px;
        letter-spacing: 2.5px;
    }
    .pcb-hero-stats-grid {
        grid-template-columns: 1fr;
    }
}

/* 2. Section Common Header */
.pcb-section-block {
    margin-bottom: 65px;
}

.pcb-section-header {
    text-align: center;
    margin-bottom: 38px;
}

.pcb-section-eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.2px;
    color: #ef4444;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.pcb-section-header h2 {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.pcb-section-header p {
    font-size: 15px;
    color: #94a3b8;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.65;
}

/* 3. 3-Step System Grid */
.pcb-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pcb-step-card {
    background: #121319;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 36px 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.pcb-step-card:hover {
    transform: translateY(-5px);
    border-color: rgba(168, 85, 247, 0.5);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(168, 85, 247, 0.15);
}

.pcb-step-num {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 44px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.05);
    pointer-events: none;
    line-height: 1;
}

.pcb-step-icon {
    font-size: 38px;
    margin-bottom: 18px;
    line-height: 1;
}

.pcb-step-card h3 {
    font-size: 21px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px 0;
}

.pcb-step-card p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.65;
    margin-bottom: 22px;
}

.pcb-step-pill {
    display: inline-block;
    background: rgba(168, 85, 247, 0.12);
    border: 1px solid rgba(168, 85, 247, 0.35);
    color: #c084fc;
    padding: 5px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

/* 4. Bonus Coins Grid */
.pcb-bonus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.pcb-bonus-card {
    background: #121319;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.pcb-bonus-card:hover {
    transform: translateY(-4px);
    border-color: rgba(251, 191, 36, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(251, 191, 36, 0.15);
}

.pcb-bonus-card.highlight-ref {
    border-color: rgba(168, 85, 247, 0.45);
    background: linear-gradient(180deg, #191426 0%, #121319 100%);
    box-shadow: 0 8px 30px rgba(168, 85, 247, 0.15);
}

.pcb-bonus-card.highlight-ref:hover {
    border-color: #c084fc;
    box-shadow: 0 12px 35px rgba(168, 85, 247, 0.3);
}

.pcb-bonus-icon {
    font-size: 36px;
    margin-bottom: 12px;
    line-height: 1;
}

.pcb-bonus-coins {
    font-size: 20px;
    font-weight: 900;
    color: #fbbf24;
    margin-bottom: 10px;
    text-shadow: 0 0 12px rgba(251, 191, 36, 0.3);
}

.pcb-bonus-card h4 {
    font-size: 17px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px 0;
}

.pcb-bonus-card p {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.55;
    margin: 0;
}

/* 5. VIP Tiers Grid */
.pcb-tiers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    align-items: stretch;
}

.pcb-tier-card {
    background: #121319;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 38px 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.pcb-tier-card:hover {
    transform: translateY(-4px);
}

.pcb-tier-popular {
    border-color: #a855f7;
    background: linear-gradient(180deg, #181224 0%, #121319 100%);
    box-shadow: 0 12px 40px rgba(168, 85, 247, 0.25);
    transform: scale(1.02);
}

.pcb-tier-popular:hover {
    transform: scale(1.02) translateY(-4px);
}

.pcb-tier-ribbon {
    position: absolute;
    top: 18px;
    right: -36px;
    background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
    color: #ffffff;
    padding: 5px 42px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transform: rotate(45deg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.pcb-tier-badge {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.pcb-tier-name {
    font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 6px 0;
    letter-spacing: 0.5px;
}

.pcb-tier-spend {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 22px;
}

.pcb-tier-multiplier {
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.tier-starter .pcb-tier-multiplier {
    color: #38bdf8;
    text-shadow: 0 0 16px rgba(56, 189, 248, 0.3);
}

.tier-gamer .pcb-tier-multiplier {
    color: #c084fc;
    text-shadow: 0 0 16px rgba(192, 132, 252, 0.4);
}

.tier-elite .pcb-tier-multiplier {
    color: #fbbf24;
    text-shadow: 0 0 16px rgba(251, 191, 36, 0.4);
}

.tier-elite {
    border-color: rgba(251, 191, 36, 0.4);
    box-shadow: 0 8px 30px rgba(251, 191, 36, 0.12);
}

.pcb-tier-mult-label {
    font-size: 12px;
    font-weight: 700;
    color: #cbd5e1;
    margin-top: 5px;
    margin-bottom: 24px;
}

.pcb-tier-perks {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pcb-tier-perks li {
    font-size: 13.5px;
    color: #cbd5e1;
    line-height: 1.45;
}

/* 6. Interactive Live Rewards Calculator */
.pcb-calculator-card {
    background: linear-gradient(145deg, #13141c 0%, #0d0e13 100%);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 20px;
    padding: 40px 36px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.5), 0 0 40px rgba(168, 85, 247, 0.1);
}

@media (max-width: 860px) {
    .pcb-calculator-card {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px 22px;
    }
}

.pcb-calc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.pcb-calc-row label {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}

.pcb-calc-val-display {
    font-size: 22px;
    font-weight: 900;
    color: #fbbf24;
    text-shadow: 0 0 12px rgba(251, 191, 36, 0.35);
}

.pcb-slider {
    width: 100%;
    height: 8px;
    border-radius: 6px;
    background: #1e202a;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.pcb-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #a855f7 0%, #ef4444 100%);
    cursor: pointer;
    box-shadow: 0 0 14px rgba(168, 85, 247, 0.7);
    border: 2.5px solid #ffffff;
    transition: transform 0.15s ease;
}

.pcb-slider::-webkit-slider-thumb:hover {
    transform: scale(1.15);
}

.pcb-slider-ticks {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    margin-top: 10px;
}

.pcb-calc-tier-select label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.pcb-tier-radio-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.pcb-tier-opt {
    background: #181924;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13.5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    user-select: none;
}

.pcb-tier-opt:hover {
    border-color: #a855f7;
    background: rgba(168, 85, 247, 0.12);
}

.pcb-tier-opt input:checked + span {
    color: #fbbf24;
    font-weight: 800;
}

.pcb-calc-results {
    background: linear-gradient(145deg, #171224 0%, #0d0e13 100%);
    border: 1px solid rgba(168, 85, 247, 0.35);
    border-radius: 16px;
    padding: 34px 28px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.pcb-calc-res-label {
    display: block;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #94a3b8;
    margin-bottom: 8px;
    font-weight: 700;
}

.pcb-calc-res-coins {
    font-size: 42px;
    font-weight: 900;
    color: #fbbf24;
    display: block;
    line-height: 1.1;
    text-shadow: 0 0 20px rgba(251, 191, 36, 0.4);
}

.pcb-calc-res-sep {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 22px 0;
}

.pcb-calc-res-cash {
    font-size: 26px;
    font-weight: 900;
    color: #10b981;
    display: block;
    text-shadow: 0 0 16px rgba(16, 185, 129, 0.35);
}

.pcb-calc-note {
    font-size: 11.5px;
    color: #64748b;
    margin: 18px 0 0 0;
    line-height: 1.5;
}

/* 7. Rules Grid */
.pcb-rules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.pcb-rule-card {
    background: #121319;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 28px 24px;
    transition: all 0.25s ease;
}

.pcb-rule-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.2);
}

.pcb-rule-icon {
    font-size: 32px;
    margin-bottom: 14px;
    line-height: 1;
}

.pcb-rule-card h4 {
    font-size: 17px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px 0;
}

.pcb-rule-card p {
    font-size: 13.5px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

/* 8. FAQ Accordion */
.pcb-faq-accordion {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pcb-faq-item {
    background: #121319;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.pcb-faq-item.active {
    border-color: #a855f7;
    box-shadow: 0 6px 20px rgba(168, 85, 247, 0.15);
}

.pcb-faq-trigger {
    width: 100%;
    padding: 20px 26px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    outline: none;
    gap: 16px;
}

.pcb-faq-icon {
    font-size: 22px;
    color: #a855f7;
    font-weight: 800;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.pcb-faq-item.active .pcb-faq-icon {
    transform: rotate(45deg);
    color: #ef4444;
}

.pcb-faq-answer {
    display: none;
    padding: 0 26px 22px 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 6px;
}

.pcb-faq-answer p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.75;
    margin: 12px 0 0 0;
}

/* 9. Final Call to Action */
.pcb-explainer-final-cta {
    background: radial-gradient(circle at 50% 0%, #201328 0%, #14121a 60%, #0a0b0e 100%);
    border: 1px solid rgba(168, 85, 247, 0.35);
    border-radius: 20px;
    padding: 55px 36px;
    text-align: center;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.5), 0 0 50px rgba(168, 85, 247, 0.15);
}

.pcb-explainer-final-cta h2 {
    font-size: 34px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 12px 0;
    letter-spacing: 0.5px;
}

.pcb-explainer-final-cta p {
    font-size: 16px;
    color: #94a3b8;
    max-width: 620px;
    margin: 0 auto 34px auto;
    line-height: 1.65;
}

.pcb-final-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.pcb-final-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ==========================================================================
   PRODUCT PAGE COIN BADGE
   ========================================================================== */

.pcb-product-coins-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #1c1414 0%, #151619 100%);
    border: 1px solid rgba(222, 52, 49, 0.4);
    border-left: 4px solid var(--pcb-red);
    border-radius: 8px;
    padding: 12px 16px;
    margin: 16px 0 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.pcb-badge-coin-icon {
    font-size: 26px;
    filter: drop-shadow(0 0 6px var(--pcb-red));
    flex-shrink: 0;
}

.pcb-badge-coin-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pcb-badge-coin-headline {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

.pcb-badge-coin-headline strong {
    color: #f1c40f;
    font-weight: 800;
}

.pcb-badge-coin-sub {
    font-size: 12px;
    color: #9e9e9e;
}

.pcb-badge-coin-sub strong {
    color: #2ecc71;
}

.pcb-badge-link {
    color: var(--pcb-red) !important;
    text-decoration: none !important;
    font-weight: 700;
    transition: color 0.2s;
}

.pcb-badge-link:hover {
    color: #ff5252 !important;
    text-decoration: underline !important;
}

/* ==========================================================================
   CART PAGE COIN NOTICE
   ========================================================================== */

.pcb-cart-coins-notice {
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #1c1313 0%, #141518 100%);
    border: 1px solid rgba(222, 52, 49, 0.4);
    border-left: 5px solid var(--pcb-red);
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.pcb-cart-notice-icon {
    font-size: 28px;
    flex-shrink: 0;
}

.pcb-cart-notice-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.pcb-cart-notice-title {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
}

.pcb-cart-notice-title strong {
    color: #f1c40f;
    font-weight: 800;
}

.pcb-cart-notice-desc {
    font-size: 13px;
    color: #aaaaaa;
}

.pcb-cart-notice-desc strong {
    color: #2ecc71;
}

.pcb-cart-notice-desc a {
    color: var(--pcb-red);
    font-weight: 700;
    text-decoration: none;
}

.pcb-cart-notice-desc a:hover {
    text-decoration: underline;
}

.pcb-campaign-notice-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(222, 52, 49, 0.2);
    border: 1px solid var(--pcb-red);
    color: #ff5252;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-left: 6px;
    vertical-align: middle;
}

.pcb-campaign-notice-badge.gold {
    background: rgba(241, 196, 15, 0.15);
    border-color: rgba(241, 196, 15, 0.6);
    color: #f1c40f;
}

/* ==========================================================================
   HOMEPAGE COINS BANNER & NAVIGATION HIGHLIGHT
   ========================================================================== */

/* Ensure site header and its dropdowns always stack above the below-header banner */
#masthead,
header#masthead,
.site-header {
    position: relative !important;
    z-index: 999 !important;
}

.ajax-search-result {
    z-index: 9999 !important;
}

.pcb-homepage-coins-bar {
    background: linear-gradient(90deg, #180d0d 0%, #121318 45%, #180d0d 100%) !important;
    border-bottom: 1px solid rgba(222, 52, 49, 0.45) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 8px 0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    position: static !important;
    z-index: auto !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.pcb-homepage-coins-bar .pcb-coins-bar-container,
.pcb-homepage-coins-bar .col-full {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

.pcb-coins-bar-inner {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.pcb-cbar-left {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
}

.pcb-cbar-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    background: #DE3431 !important;
    color: #ffffff !important;
    padding: 3px 9px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    box-shadow: 0 0 12px rgba(222, 52, 49, 0.5) !important;
}

.pcb-cbar-text {
    font-size: 13.5px !important;
    color: #cbd5e1 !important;
    line-height: 1.4 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    min-width: 0 !important;
}

.pcb-cbar-text .pcb-cbar-rule {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.pcb-tagline-gold {
    color: #f1c40f !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
    text-shadow: 0 0 8px rgba(241, 196, 15, 0.35) !important;
}

.pcb-cbar-sep {
    color: #64748b !important;
}

.pcb-cbar-dot {
    color: #64748b !important;
}

.pcb-bonus-green {
    color: #4ade80 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    text-shadow: 0 0 8px rgba(74, 222, 128, 0.3) !important;
}

.pcb-cbar-right {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.pcb-cbar-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #DE3431 !important;
    color: #ffffff !important;
    padding: 6px 16px !important;
    border-radius: 5px !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 10px rgba(222, 52, 49, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.2s ease !important;
}

.pcb-cbar-btn:hover {
    background: #ff3e3b !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 16px rgba(222, 52, 49, 0.65) !important;
}

/* Mobile view optimizations (< 768px) */
@media (max-width: 768px) {
    .pcb-homepage-coins-bar {
        padding: 8px 12px !important;
    }

    .pcb-homepage-coins-bar .pcb-coins-bar-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .pcb-coins-bar-inner {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        gap: 6px !important;
        width: 100% !important;
    }

    .pcb-cbar-left {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 4px !important;
        width: 100% !important;
    }

    .pcb-cbar-badge {
        font-size: 9.5px !important;
        padding: 2px 8px !important;
        gap: 3px !important;
        border-radius: 4px !important;
        letter-spacing: 0.5px !important;
        box-shadow: 0 0 8px rgba(222, 52, 49, 0.4) !important;
    }

    .pcb-cbar-text {
        font-size: 11px !important;
        line-height: 1.35 !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 4px 6px !important;
    }

    .pcb-tagline-gold {
        font-size: 11px !important;
        letter-spacing: 0.3px !important;
    }

    .pcb-cbar-rule {
        font-size: 11px !important;
        font-weight: 600 !important;
    }

    .pcb-cbar-sep {
        font-size: 10px !important;
    }

    .pcb-cbar-btn {
        padding: 4px 14px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        border-radius: 4px !important;
        letter-spacing: 0.3px !important;
        box-shadow: 0 2px 8px rgba(222, 52, 49, 0.4) !important;
    }
}

@media (max-width: 380px) {
    .pcb-homepage-coins-bar {
        padding: 6px 8px !important;
    }

    .pcb-coins-bar-inner {
        gap: 4px !important;
    }

    .pcb-cbar-badge {
        font-size: 9px !important;
        padding: 2px 6px !important;
    }

    .pcb-cbar-text {
        font-size: 10px !important;
        line-height: 1.3 !important;
    }

    .pcb-tagline-gold,
    .pcb-cbar-rule {
        font-size: 10px !important;
    }

    .pcb-cbar-btn {
        padding: 3px 10px !important;
        font-size: 10px !important;
    }
}

/* Nav Menu Gold Highlight for PC Coins */
.pcb-menu-coins-highlight a,
li[id*="menu-item"] a[href*="pc-coins"] {
    color: #f1c40f !important;
    font-weight: 800 !important;
    text-shadow: 0 0 10px rgba(241, 196, 15, 0.3);
}

li[id*="menu-item"] a[href*="pc-coins"]:hover {
    color: var(--pcb-red) !important;
    text-shadow: 0 0 10px rgba(222, 52, 49, 0.5);
}

/* ==========================================================================
   PRODUCT PAGE REFERRAL SHARE & EARN BOX
   ========================================================================== */
.pcb-product-share-box {
    background: linear-gradient(135deg, #181215 0%, #111217 100%);
    border: 1px solid rgba(222, 52, 49, 0.35);
    border-left: 4px solid var(--pcb-red, #DE3431);
    border-radius: 8px;
    padding: 16px 18px;
    margin: 20px 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    position: static;
}

.pcb-pshare-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.pcb-pshare-icon {
    font-size: 24px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 6px rgba(222, 52, 49, 0.5));
}

.pcb-pshare-header-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pcb-pshare-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #f1c40f;
}

.pcb-pshare-title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.3 !important;
}

.pcb-pshare-desc {
    margin: 0 0 12px 0 !important;
    font-size: 12.5px !important;
    color: #cbd5e1 !important;
    line-height: 1.45 !important;
}

.pcb-pshare-desc .pcb-highlight-gold {
    color: #f1c40f;
    font-weight: 800;
}

.pcb-pshare-desc .pcb-highlight-green {
    color: #2ecc71;
    font-weight: 800;
}

.pcb-pshare-input-wrapper {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 12px;
}

.pcb-pshare-input {
    flex: 1;
    min-width: 0;
    background: #0b0c10 !important;
    border: 1px solid #2a2e37 !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    color: #94a3b8 !important;
    font-size: 12px !important;
    font-family: monospace, sans-serif !important;
    outline: none !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4) !important;
}

.pcb-pshare-input:focus {
    border-color: var(--pcb-red, #DE3431) !important;
    color: #ffffff !important;
}

.pcb-pshare-copy-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--pcb-red, #DE3431) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(222, 52, 49, 0.4) !important;
}

.pcb-pshare-copy-btn:hover {
    background: #ff3e3b !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(222, 52, 49, 0.6) !important;
}

.pcb-pshare-copy-btn.pcb-copied {
    background: #2ecc71 !important;
    border-color: #27ae60 !important;
    box-shadow: 0 2px 8px rgba(46, 204, 113, 0.4) !important;
}

.pcb-pshare-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pcb-pshare-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 11.5px;
    font-weight: 700;
    text-decoration: none !important;
    color: #ffffff !important;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    line-height: 1;
}

.pcb-pshare-btn:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.pcb-pshare-btn.pcb-wa {
    background: #25D366;
    box-shadow: 0 2px 6px rgba(37, 211, 102, 0.3);
}

.pcb-pshare-btn.pcb-fb {
    background: #1877F2;
    box-shadow: 0 2px 6px rgba(24, 119, 242, 0.3);
}

.pcb-pshare-btn.pcb-tg {
    background: #229ED9;
    box-shadow: 0 2px 6px rgba(34, 158, 217, 0.3);
}

.pcb-pshare-btn.pcb-native {
    background: #374151;
    box-shadow: 0 2px 6px rgba(55, 65, 81, 0.3);
}

/* Guest prompt styling */
.pcb-product-share-box.pcb-pshare-guest {
    border-left-color: #f1c40f;
    padding: 14px 16px;
}

.pcb-pshare-guest-content {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.pcb-pshare-guest-text {
    flex: 1;
    min-width: 200px;
}

.pcb-pshare-guest-text strong {
    display: block;
    color: #ffffff;
    font-size: 13.5px;
    margin-bottom: 3px;
}

.pcb-pshare-guest-text p {
    margin: 0 !important;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.4;
}

.pcb-pshare-guest-text a {
    color: #f1c40f !important;
    font-weight: 700;
    text-decoration: underline !important;
}

.pcb-pshare-guest-btn {
    display: inline-flex;
    align-items: center;
    background: rgba(241, 196, 15, 0.15);
    border: 1px solid rgba(241, 196, 15, 0.5);
    color: #f1c40f !important;
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.pcb-pshare-guest-btn:hover {
    background: #f1c40f;
    color: #000000 !important;
}

@media (max-width: 600px) {
    .pcb-pshare-input-wrapper {
        flex-direction: column;
    }
    .pcb-pshare-copy-btn {
        justify-content: center;
    }
    .pcb-pshare-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .pcb-pshare-btn {
        justify-content: center;
    }
}