/**
 * Stackblox Tokens — Token Shop & Product Page Styles
 * Part of the stackengine plugin
 *
 * @package StackEngine
 */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=DM+Sans:wght@400;500;600;700&display=swap');

/* ═══════════════════════════════════════
   DESIGN SYSTEM VARIABLES
   ═══════════════════════════════════════ */

:root {
    --ink: #0C0C11;
    --ink2: #16161F;
    --ink3: #1E1E2E;
    --accent: #7C5CFC;
    --accent-mid: #A48DFD;
    --accent-light: #EDE9FF;
    --warm: #FAFAF8;
    --warm2: #F2F0EC;
    --muted: #9896A8;
    --mid: #3A3A45;
    --border: rgba(255,255,255,0.07);
    --border-light: rgba(12,12,17,0.10);
    --border-light-s: rgba(12,12,17,0.16);
    --success: #1D9E75;
    --success-lt: #E1F5EE;
    --pack-starter: #7C5CFC;
    --pack-starter-mid: #A48DFD;
    --pack-starter-lt: rgba(124,92,252,0.12);
    --pack-pro: #1D9E75;
    --pack-pro-mid: #5DCAA5;
    --pack-pro-lt: rgba(29,158,117,0.12);
    --pack-power: #BA7517;
    --pack-power-mid: #EF9F27;
    --pack-power-lt: rgba(186,117,23,0.12);
}

/* ═══════════════════════════════════════
   PAGE-LEVEL DARK THEME
   ═══════════════════════════════════════ */

body.stk-token-shop,
body.stk-token-product {
    background: var(--ink) !important;
    color: var(--warm);
    font-family: 'DM Sans', 'Segoe UI', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

body.stk-token-shop *,
body.stk-token-product * {
    box-sizing: border-box;
}

body.stk-token-shop .site-content,
body.stk-token-product .site-content,
body.stk-token-shop .content-area,
body.stk-token-product .content-area,
body.stk-token-shop main,
body.stk-token-product main,
body.stk-token-shop .entry-content,
body.stk-token-product .entry-content,
body.stk-token-shop article,
body.stk-token-product article {
    background: transparent !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

body.stk-token-shop .site-footer,
body.stk-token-product .site-footer,
body.stk-token-shop footer.site-footer,
body.stk-token-product footer.site-footer {
    background: rgba(0,0,0,0.30) !important;
    border-top: 1px solid var(--border) !important;
}

body.stk-token-shop .site-footer,
body.stk-token-product .site-footer,
body.stk-token-shop .site-footer *,
body.stk-token-product .site-footer * {
    color: rgba(250,250,248,0.30) !important;
}

body.stk-token-shop .site-footer a:hover,
body.stk-token-product .site-footer a:hover {
    color: rgba(250,250,248,0.60) !important;
}

/* Tier-specific color application */
body.stk-tier-starter {
    --pack: #7C5CFC;
    --pack-mid: #A48DFD;
    --pack-lt: rgba(124,92,252,0.12);
}
body.stk-tier-pro {
    --pack: #1D9E75;
    --pack-mid: #5DCAA5;
    --pack-lt: rgba(29,158,117,0.12);
}
body.stk-tier-power {
    --pack: #BA7517;
    --pack-mid: #EF9F27;
    --pack-lt: rgba(186,117,23,0.12);
}


/* ═══════════════════════════════════════
   PART A — SHOP ARCHIVE PAGE
   body.stk-token-shop
   ═══════════════════════════════════════ */

/* WooCommerce overrides */
body.stk-token-shop .woocommerce ul.products { display: none !important; }
body.stk-token-shop .woocommerce-products-header { display: none !important; }
body.stk-token-shop .woocommerce-ordering { display: none !important; }
body.stk-token-shop .woocommerce-pagination { display: none !important; }
body.stk-token-shop .woocommerce-breadcrumb { display: none !important; }
body.stk-token-shop .woocommerce-result-count { display: none !important; }

/* Kill any theme WooCommerce product grid that bleeds through */
body.stk-token-shop .products .product,
body.stk-token-shop ul.products li.product { display: none !important; }
body.stk-token-shop .woocommerce-loop-product__title { display: none !important; }
body.stk-token-shop .woocommerce-loop-product__link { display: none !important; }

/* Page header */
body.stk-token-shop .page-header {
    padding: 64px 2rem 52px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
body.stk-token-shop .page-header::before {
    content: '';
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(124,92,252,0.18) 0%, transparent 65%);
    pointer-events: none;
}
body.stk-token-shop .page-header::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(124,92,252,0.15) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse at 50% 0%, black 30%, transparent 75%);
    pointer-events: none;
}
body.stk-token-shop .page-header-inner {
    position: relative;
    z-index: 1;
}
body.stk-token-shop .ph-label {
    font-size: 11px !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    color: var(--accent-mid) !important;
    font-weight: 600 !important;
    margin-bottom: 14px !important;
    display: block !important;
}
body.stk-token-shop .page-header h1 {
    font-family: 'Poppins', sans-serif !important;
    font-size: clamp(34px, 5vw, 56px) !important;
    font-weight: 700 !important;
    letter-spacing: -.03em !important;
    color: #FAFAF8 !important;
    line-height: 1.08 !important;
    margin-bottom: 14px !important;
}
body.stk-token-shop .page-header h1 em {
    color: var(--accent-mid) !important;
    font-style: normal !important;
}
body.stk-token-shop .page-header p {
    font-size: 17px !important;
    color: rgba(250,250,248,0.50) !important;
    max-width: 500px !important;
    margin: 0 auto 32px !important;
    line-height: 1.7 !important;
}

/* Free reminder */
body.stk-token-shop .free-reminder {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(29,158,117,0.12);
    border: 1px solid rgba(29,158,117,0.25);
    border-radius: 100px;
    padding: 8px 18px;
}
body.stk-token-shop .fr-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--success);
}
body.stk-token-shop .fr-txt {
    font-size: 13px;
    color: rgba(250,250,248,0.65);
}
body.stk-token-shop .fr-txt strong {
    color: #FAFAF8;
    font-weight: 600;
}

/* Trust strip */
body.stk-token-shop .trust-strip {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 16px 2rem;
}
body.stk-token-shop .trust-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
body.stk-token-shop .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(250,250,248,0.40);
}
body.stk-token-shop .trust-item svg {
    width: 15px;
    height: 15px;
    stroke: var(--accent-mid);
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

/* Packs section */
body.stk-token-shop .packs-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 52px 2rem 80px;
}
body.stk-token-shop .packs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 1rem;
}
body.stk-token-shop .packs-header h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #FAFAF8 !important;
    letter-spacing: -.02em !important;
}
body.stk-token-shop .packs-header p {
    font-size: 14px !important;
    color: var(--muted) !important;
}

/* Packs grid */
body.stk-token-shop .packs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 900px) {
    body.stk-token-shop .packs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 580px) {
    body.stk-token-shop .packs-grid { grid-template-columns: 1fr; }
}

/* Pack card */
.pack-card {
    background: var(--ink2);
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    transition: transform .2s, border-color .2s, box-shadow .2s;
    cursor: pointer;
    text-decoration: none;
    display: block;
    position: relative;
    color: inherit;
}
.pack-card:hover {
    transform: translateY(-4px);
    border-color: rgba(124,92,252,0.35);
    box-shadow: 0 16px 48px rgba(124,92,252,0.12);
}
.pack-card.featured {
    border-color: rgba(124,92,252,0.50);
    background: linear-gradient(160deg, rgba(124,92,252,0.10) 0%, var(--ink2) 50%);
}
.pack-card.featured:hover {
    box-shadow: 0 20px 56px rgba(124,92,252,0.22);
}

/* Popular badge */
.pack-popular {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--accent);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    z-index: 2;
}

/* Coin visual inside card */
.pack-visual {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.pack-coin { position: relative; }
.pack-coin-shadow {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 10px;
    border-radius: 50%;
    background: rgba(0,0,0,0.4);
    filter: blur(6px);
}
.coin {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .04em;
}
.coin-inner {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
}
.coin-starter .coin {
    background: conic-gradient(from 0deg, #7C5CFC, #A48DFD, #7C5CFC);
    box-shadow: 0 0 0 2px rgba(124,92,252,0.3);
}
.coin-starter .coin-inner { background: #16161F; color: var(--accent-mid); }
.coin-pro .coin {
    background: conic-gradient(from 0deg, #1D9E75, #5DCAA5, #1D9E75);
    box-shadow: 0 0 0 2px rgba(29,158,117,0.3);
}
.coin-pro .coin-inner { background: #16161F; color: #5DCAA5; }
.coin-power .coin {
    background: conic-gradient(from 0deg, #BA7517, #EF9F27, #BA7517);
    box-shadow: 0 0 0 2px rgba(186,117,23,0.3);
}
.coin-power .coin-inner { background: #16161F; color: #EF9F27; }

/* Stacked coins effect */
.coin-stack {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.coin-stack .coin-back {
    width: 68px;
    height: 8px;
    border-radius: 0 0 50% 50%;
    position: absolute;
    bottom: -6px;
    opacity: .5;
}
.coin-stack .coin-back2 { bottom: -12px; opacity: .25; }
.coin-starter .coin-back { background: #7C5CFC; }
.coin-pro .coin-back { background: #1D9E75; }
.coin-power .coin-back { background: #BA7517; }

/* Coin hover animation */
.pack-card.stk-coin-hover .coin {
    animation: coinHoverSpin .6s ease;
}
@keyframes coinHoverSpin {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

/* Pack card body */
.pack-body {
    padding: 20px 22px 22px;
}
.pack-name {
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #FAFAF8 !important;
    margin-bottom: 4px !important;
}
.pack-desc {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 16px;
    line-height: 1.5;
}
.pack-token-display {
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pack-token-num {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1;
}
.pack-starter .pack-token-num { color: var(--accent-mid); }
.pack-pro .pack-token-num { color: #5DCAA5; }
.pack-power .pack-token-num { color: #EF9F27; }
.pack-token-label {
    font-size: 11px;
    color: var(--muted);
    letter-spacing: .06em;
    text-transform: uppercase;
}
.pack-token-per {
    font-size: 12px;
    color: rgba(250,250,248,0.35);
    text-align: right;
}

/* Features */
.pack-features {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 20px;
}
.pack-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(250,250,248,0.60);
}
.pack-feature svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.pack-starter .pack-feature svg { stroke: var(--accent-mid); }
.pack-pro .pack-feature svg { stroke: #5DCAA5; }
.pack-power .pack-feature svg { stroke: #EF9F27; }

/* Price row & button */
.pack-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pack-price {
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #FAFAF8 !important;
    letter-spacing: -.02em !important;
}
.pack-price-note {
    font-size: 12px;
    color: var(--muted);
}
.pack-btn {
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 11px 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: opacity .15s;
    text-decoration: none;
    display: inline-block;
}
.pack-pro .pack-btn { background: var(--success); }
.pack-power .pack-btn { background: var(--pack-power); }
.pack-btn:hover { opacity: .88; }

/* Value comparison */
body.stk-token-shop .comparison {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 2rem 80px;
}
body.stk-token-shop .comparison-head {
    text-align: center;
    margin-bottom: 36px;
}
body.stk-token-shop .comparison-head h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #FAFAF8 !important;
    letter-spacing: -.02em !important;
    margin-bottom: 8px !important;
}
body.stk-token-shop .comparison-head p {
    font-size: 15px !important;
    color: var(--muted) !important;
}
body.stk-token-shop .comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--ink2);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
}
body.stk-token-shop .comparison-table th {
    padding: 14px 20px;
    text-align: left;
    font-size: 11px;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 500;
    border-bottom: 1px solid var(--border);
    background: rgba(255,255,255,0.02);
}
body.stk-token-shop .comparison-table th:not(:first-child) { text-align: center; }
body.stk-token-shop .comparison-table td {
    padding: 14px 20px;
    font-size: 14px;
    color: rgba(250,250,248,0.65);
    border-bottom: 1px solid var(--border);
}
body.stk-token-shop .comparison-table tr:last-child td { border-bottom: none; }
body.stk-token-shop .comparison-table td:not(:first-child) { text-align: center; }
body.stk-token-shop .comparison-table td strong {
    color: #FAFAF8;
    font-weight: 600;
}

/* FAQ */
body.stk-token-shop .faq-section {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 2rem 80px;
}
body.stk-token-shop .faq-head {
    text-align: center;
    margin-bottom: 36px;
}
body.stk-token-shop .faq-head h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #FAFAF8 !important;
    letter-spacing: -.02em !important;
    margin-bottom: 8px !important;
}
body.stk-token-shop .faq-item {
    border-bottom: 1px solid var(--border);
    padding: 20px 0;
}
body.stk-token-shop .faq-item:last-child { border-bottom: none; }
body.stk-token-shop .faq-q {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #FAFAF8 !important;
    margin-bottom: 8px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
body.stk-token-shop .faq-q svg {
    width: 16px;
    height: 16px;
    stroke: var(--muted);
    stroke-width: 2;
    fill: none;
    flex-shrink: 0;
    transition: transform .2s;
}
body.stk-token-shop .faq-item.open .faq-q svg { transform: rotate(45deg); }
body.stk-token-shop .faq-a {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.7;
    display: none;
}
body.stk-token-shop .faq-item.open .faq-a { display: block; }

/* CTA strip */
body.stk-token-shop .cta-strip {
    background: linear-gradient(135deg, rgba(124,92,252,0.15) 0%, rgba(124,92,252,0.05) 100%);
    border-top: 1px solid rgba(124,92,252,0.20);
    border-bottom: 1px solid rgba(124,92,252,0.20);
    padding: 48px 2rem;
}
body.stk-token-shop .cta-strip-inner {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}
body.stk-token-shop .cta-strip h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #FAFAF8 !important;
    letter-spacing: -.02em !important;
    margin-bottom: 10px !important;
}
body.stk-token-shop .cta-strip p {
    font-size: 15px;
    color: rgba(250,250,248,0.50);
    margin-bottom: 24px;
    line-height: 1.7;
}
body.stk-token-shop .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
    transition: opacity .15s, transform .15s;
}
body.stk-token-shop .btn-primary:hover {
    opacity: .90;
    transform: translateY(-1px);
}

/* Archive page animations */
body.stk-token-shop .page-header-inner > * { animation: fadeUp .6s ease both; }
body.stk-token-shop .ph-label { animation-delay: .05s; }
body.stk-token-shop .page-header h1 { animation-delay: .12s; }
body.stk-token-shop .page-header p { animation-delay: .20s; }
body.stk-token-shop .free-reminder { animation-delay: .28s; }
body.stk-token-shop .pack-card { animation: fadeUp .5s ease both; }
body.stk-token-shop .pack-card:nth-child(1) { animation-delay: .08s; }
body.stk-token-shop .pack-card:nth-child(2) { animation-delay: .16s; }
body.stk-token-shop .pack-card:nth-child(3) { animation-delay: .24s; }


/* ═══════════════════════════════════════
   PART B — SINGLE PRODUCT PAGE
   body.stk-token-product
   ═══════════════════════════════════════ */

/* WooCommerce overrides */
body.stk-token-product .woocommerce-breadcrumb { display: none; }
body.stk-token-product div.product { display: block; max-width: none; padding: 0; }
body.stk-token-product div.product .woocommerce-tabs { display: none; }
body.stk-token-product .related.products { display: none; }
body.stk-token-product .woocommerce-product-gallery { display: none; }
body.stk-token-product .entry-summary { padding: 0; margin: 0; max-width: none; width: 100%; float: none; }
body.stk-token-product form.cart { display: block; }
body.stk-token-product .quantity { display: none; }
body.stk-token-product .single_add_to_cart_button {
    width: 100%;
    background: var(--pack);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: opacity .15s, transform .15s;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}
body.stk-token-product .single_add_to_cart_button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.10);
    opacity: 0;
    transition: opacity .15s;
}
body.stk-token-product .single_add_to_cart_button:hover::before { opacity: 1; }
body.stk-token-product .single_add_to_cart_button:hover { transform: translateY(-1px); }
body.stk-token-product .single_add_to_cart_button:active { transform: scale(0.98); }

/* Breadcrumb bar */
body.stk-token-product .breadcrumb-bar {
    border-bottom: 1px solid var(--border);
    padding: 12px 2rem;
}
body.stk-token-product .breadcrumb-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
}
body.stk-token-product .breadcrumb-inner a,
body.stk-token-product .breadcrumb-inner span {
    font-size: 12px;
    color: rgba(250,250,248,0.35);
    text-decoration: none;
}
body.stk-token-product .breadcrumb-inner a:hover { color: rgba(250,250,248,0.65); }
body.stk-token-product .breadcrumb-inner .sep { color: rgba(250,250,248,0.15); }
body.stk-token-product .breadcrumb-inner .current { color: rgba(250,250,248,0.65); }

/* Main product layout */
body.stk-token-product .product-main {
    max-width: 1120px;
    margin: 0 auto;
    padding: 48px 2rem 80px;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 56px;
    align-items: start;
}
@media (max-width: 900px) {
    body.stk-token-product .product-main { grid-template-columns: 1fr; gap: 32px; }
}

/* Left: Product info */
body.stk-token-product .product-popular {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(29,158,117,0.14);
    border: 1px solid rgba(29,158,117,0.28);
    border-radius: 100px;
    padding: 5px 14px;
    margin-bottom: 18px;
}
body.stk-tier-starter .product-popular {
    background: rgba(124,92,252,0.14);
    border-color: rgba(124,92,252,0.28);
}
body.stk-tier-power .product-popular {
    background: rgba(186,117,23,0.14);
    border-color: rgba(186,117,23,0.28);
}
body.stk-token-product .pp-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--pack);
}
body.stk-token-product .pp-txt {
    font-size: 11px;
    font-weight: 600;
    color: var(--pack);
    letter-spacing: .05em;
    text-transform: uppercase;
}
body.stk-token-product .product-name {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    letter-spacing: -.03em;
    color: #FAFAF8;
    line-height: 1.08;
    margin-bottom: 10px;
}
body.stk-token-product .product-tagline {
    font-size: 17px;
    color: rgba(250,250,248,0.50);
    line-height: 1.65;
    margin-bottom: 32px;
}

/* Visual */
body.stk-token-product .product-visual {
    background: var(--ink2);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
}
body.stk-token-product .product-visual::before {
    content: '';
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, color-mix(in srgb, var(--pack) 18%, transparent) 0%, transparent 65%);
    pointer-events: none;
}
body.stk-token-product .pv-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(color-mix(in srgb, var(--pack) 12%, transparent) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(ellipse at 50% 50%, black 30%, transparent 70%);
}
body.stk-token-product .pv-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}
body.stk-token-product .pv-coin-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

/* Big coin */
body.stk-token-product .pv-coin {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, var(--pack), var(--pack-mid), color-mix(in srgb, var(--pack-mid) 60%, white), var(--pack-mid), var(--pack));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--pack) 25%, transparent), 0 20px 60px color-mix(in srgb, var(--pack) 20%, transparent);
    position: relative;
    animation: coinSpin 8s linear infinite;
}
@keyframes coinSpin {
    0%   { box-shadow: 0 0 0 3px color-mix(in srgb, var(--pack) 25%, transparent), 0 20px 60px color-mix(in srgb, var(--pack) 20%, transparent); }
    50%  { box-shadow: 0 0 0 3px color-mix(in srgb, var(--pack) 40%, transparent), 0 20px 60px color-mix(in srgb, var(--pack) 35%, transparent); }
    100% { box-shadow: 0 0 0 3px color-mix(in srgb, var(--pack) 25%, transparent), 0 20px 60px color-mix(in srgb, var(--pack) 20%, transparent); }
}
body.stk-token-product .pv-coin-inner {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--ink2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
body.stk-token-product .pv-coin-stk {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--pack-mid);
    letter-spacing: .08em;
}
body.stk-token-product .pv-coin-sub {
    font-size: 9px;
    color: color-mix(in srgb, var(--pack-mid) 50%, transparent);
    letter-spacing: .06em;
}

/* Stacked shadows */
body.stk-token-product .pv-coin-s1 {
    width: 94px;
    height: 12px;
    border-radius: 0 0 50% 50%;
    background: color-mix(in srgb, var(--pack) 35%, transparent);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
body.stk-token-product .pv-coin-s2 {
    width: 80px;
    height: 10px;
    border-radius: 0 0 50% 50%;
    background: color-mix(in srgb, var(--pack) 20%, transparent);
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}

/* Flying tokens */
body.stk-token-product .pv-token {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, var(--pack), var(--pack-mid), var(--pack));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: 700;
    color: color-mix(in srgb, var(--pack) 80%, transparent);
    font-family: 'Poppins', sans-serif;
    opacity: 0;
    animation: floatToken 3s ease-in-out infinite;
}
body.stk-token-product .pv-token::after {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: var(--ink2);
}
body.stk-token-product .pv-token:nth-child(2) { top: 20px; right: 30px; animation-delay: .5s; }
body.stk-token-product .pv-token:nth-child(3) { bottom: 30px; left: 20px; animation-delay: 1.2s; }
body.stk-token-product .pv-token:nth-child(4) { top: 40px; left: 10px; animation-delay: 2s; }
body.stk-token-product .pv-token:nth-child(5) { bottom: 20px; right: 10px; animation-delay: .8s; }
@keyframes floatToken {
    0%, 100% { opacity: 0; transform: translateY(0) scale(0.7); }
    30%, 70% { opacity: 0.6; transform: translateY(-8px) scale(1); }
}

body.stk-token-product .pv-big-num {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #FAFAF8;
    letter-spacing: -.04em;
    line-height: 1;
}
body.stk-token-product .pv-label {
    font-size: 14px;
    color: rgba(250,250,248,0.35);
    letter-spacing: .10em;
    text-transform: uppercase;
    font-weight: 500;
}

/* Breakdown */
body.stk-token-product .breakdown { margin-bottom: 32px; }
body.stk-token-product .breakdown h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FAFAF8;
    margin-bottom: 16px;
}
body.stk-token-product .breakdown-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
body.stk-token-product .bd-item {
    background: var(--ink2);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px;
}
body.stk-token-product .bd-num {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--pack-mid);
    letter-spacing: -.02em;
    margin-bottom: 3px;
}
body.stk-token-product .bd-label {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.4;
}
body.stk-token-product .bd-tool {
    font-size: 11px;
    color: rgba(250,250,248,0.25);
    margin-top: 3px;
}

/* Usage section */
body.stk-token-product .usage-section { margin-bottom: 32px; }
body.stk-token-product .usage-section h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FAFAF8;
    margin-bottom: 16px;
}
body.stk-token-product .usage-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
body.stk-token-product .usage-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--ink2);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px 16px;
}
body.stk-token-product .usage-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
body.stk-token-product .usage-icon {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background: var(--pack-lt);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
body.stk-token-product .usage-icon svg {
    width: 14px;
    height: 14px;
    stroke: var(--pack);
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.stk-token-product .usage-name {
    font-size: 13px;
    font-weight: 500;
    color: rgba(250,250,248,0.80);
}
body.stk-token-product .usage-cost {
    font-size: 11px;
    color: var(--muted);
}
body.stk-token-product .usage-right { text-align: right; }
body.stk-token-product .usage-count {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--pack-mid);
}
body.stk-token-product .usage-unit {
    font-size: 11px;
    color: var(--muted);
}

/* Right: Purchase card */
body.stk-token-product .purchase-card {
    background: var(--ink2);
    border: 1px solid color-mix(in srgb, var(--pack) 25%, transparent);
    border-radius: 20px;
    overflow: hidden;
    position: sticky;
    top: 80px;
}
body.stk-token-product .pc-top {
    padding: 28px 28px 24px;
    background: linear-gradient(160deg, color-mix(in srgb, var(--pack) 12%, transparent) 0%, color-mix(in srgb, var(--pack) 3%, transparent) 100%);
    border-bottom: 1px solid var(--border);
}
body.stk-token-product .pc-pack-label {
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--pack);
    font-weight: 600;
    margin-bottom: 6px;
}
body.stk-token-product .pc-name {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #FAFAF8;
    margin-bottom: 4px;
}
body.stk-token-product .pc-tokens {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 16px;
}
body.stk-token-product .pc-token-num {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--pack-mid);
    letter-spacing: -.04em;
    line-height: 1;
}
body.stk-token-product .pc-token-label {
    font-size: 16px;
    color: rgba(250,250,248,0.35);
    font-weight: 400;
}
body.stk-token-product .pc-meter {
    height: 6px;
    background: rgba(255,255,255,0.08);
    border-radius: 100px;
    overflow: hidden;
}
body.stk-token-product .pc-meter-fill {
    height: 100%;
    background: linear-gradient(to right, var(--pack), var(--pack-mid));
    border-radius: 100px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
}
body.stk-token-product .pc-meter.stk-animate .pc-meter-fill {
    animation: meterLoad .8s ease both .3s;
}
@keyframes meterLoad {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

body.stk-token-product .pc-body { padding: 24px 28px; }
body.stk-token-product .pc-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
body.stk-token-product .pc-price {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #FAFAF8;
    letter-spacing: -.03em;
}
body.stk-token-product .pc-price .woocommerce-Price-amount { color: inherit; font-size: inherit; }
body.stk-token-product .pc-price-detail { text-align: right; }
body.stk-token-product .pc-per-token {
    font-size: 13px;
    color: var(--pack-mid);
    font-weight: 500;
}
body.stk-token-product .pc-note {
    font-size: 11px;
    color: var(--muted);
}

body.stk-token-product .pc-includes {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}
body.stk-token-product .pc-include {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    color: rgba(250,250,248,0.65);
}
body.stk-token-product .pc-include svg {
    width: 15px;
    height: 15px;
    stroke: var(--pack);
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

/* Buy button (custom template) */
body.stk-token-product .pc-buy-btn {
    width: 100%;
    background: var(--pack);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: opacity .15s, transform .15s;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
body.stk-token-product .pc-buy-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.10);
    opacity: 0;
    transition: opacity .15s;
}
body.stk-token-product .pc-buy-btn:hover::before { opacity: 1; }
body.stk-token-product .pc-buy-btn:hover { transform: translateY(-1px); color: #fff; }
body.stk-token-product .pc-buy-btn:active { transform: scale(0.98); }
body.stk-token-product .pc-buy-btn svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
    flex-shrink: 0;
}

body.stk-token-product .pc-secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(250,250,248,0.30);
    margin-bottom: 20px;
}
body.stk-token-product .pc-secure svg {
    width: 12px;
    height: 12px;
    stroke: rgba(250,250,248,0.30);
    stroke-width: 2;
    fill: none;
}
body.stk-token-product .pc-divider {
    height: 1px;
    background: var(--border);
    margin-bottom: 20px;
}

/* Other packs */
body.stk-token-product .pc-other-label {
    font-size: 11px;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 500;
    margin-bottom: 12px;
}
body.stk-token-product .pc-other-packs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
body.stk-token-product .pc-other-pack {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 11px 14px;
    text-decoration: none;
    transition: border-color .2s, background .2s;
    color: inherit;
}
body.stk-token-product .pc-other-pack:hover {
    border-color: rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.05);
}
body.stk-token-product .po-left {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
body.stk-token-product .po-name {
    font-size: 13px;
    font-weight: 600;
    color: #FAFAF8;
}
body.stk-token-product .po-tokens {
    font-size: 11px;
    color: var(--muted);
}
body.stk-token-product .po-price {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgba(250,250,248,0.60);
}
body.stk-token-product .po-arrow {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(250,250,248,0.25);
}
body.stk-token-product .po-arrow svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

/* Reviews section */
body.stk-token-product .reviews-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 2rem 64px;
}
body.stk-token-product .reviews-head { margin-bottom: 28px; }
body.stk-token-product .reviews-head h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #FAFAF8;
    letter-spacing: -.02em;
}
body.stk-token-product .reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media (max-width: 700px) {
    body.stk-token-product .reviews-grid { grid-template-columns: 1fr; }
}
body.stk-token-product .review-card {
    background: var(--ink2);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px;
}
body.stk-token-product .review-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 12px;
}
body.stk-token-product .review-stars svg {
    width: 14px;
    height: 14px;
    stroke: none;
}
body.stk-token-product .review-text {
    font-size: 14px;
    color: rgba(250,250,248,0.65);
    line-height: 1.65;
    margin-bottom: 14px;
}
body.stk-token-product .review-author {
    display: flex;
    align-items: center;
    gap: 10px;
}
body.stk-token-product .review-av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    flex-shrink: 0;
}
body.stk-token-product .review-name {
    font-size: 13px;
    font-weight: 600;
    color: #FAFAF8;
}
body.stk-token-product .review-role {
    font-size: 11px;
    color: var(--muted);
}

/* Guarantee strip */
body.stk-token-product .guarantee-strip {
    max-width: 1120px;
    margin: 0 auto 64px;
    padding: 0 2rem;
}
body.stk-token-product .guarantee-card {
    background: var(--ink2);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
body.stk-token-product .guarantee-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--pack) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--pack) 20%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
body.stk-token-product .guarantee-icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--pack);
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.stk-token-product .guarantee-text h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #FAFAF8;
    margin-bottom: 4px;
}
body.stk-token-product .guarantee-text p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
}

/* Login prompt for guests */
body.stk-token-product .stk-login-note {
    text-align: center;
    font-size: 12px;
    color: var(--muted);
    margin-top: 8px;
    line-height: 1.5;
}

/* Added-to-cart confirmation */
body.stk-token-product .stk-cart-confirm,
body.stk-token-shop .stk-cart-confirm {
    text-align: center;
    font-size: 12px;
    color: var(--pack-mid, var(--success));
    margin-top: 4px;
    opacity: 0;
    transition: opacity .3s;
}
body.stk-token-product .stk-cart-confirm.visible,
body.stk-token-shop .stk-cart-confirm.visible { opacity: 1; }

/* Single product page animations */
body.stk-token-product .product-info > * { animation: fadeUp .55s ease both; }
body.stk-token-product .product-info > *:nth-child(1) { animation-delay: .04s; }
body.stk-token-product .product-info > *:nth-child(2) { animation-delay: .10s; }
body.stk-token-product .product-info > *:nth-child(3) { animation-delay: .16s; }
body.stk-token-product .product-info > *:nth-child(4) { animation-delay: .22s; }
body.stk-token-product .purchase-card { animation: fadeUp .55s ease both .20s; }


/* ═══════════════════════════════════════
   SHARED KEYFRAMES
   ═══════════════════════════════════════ */

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .35; }
}
