/* ============================================================
   LUNA design ported onto SellAuth theme (UTF-8 clean)
   ============================================================ */
@import url('https://api.fontshare.com/v2/css?f[]=clash-display@200,300,400,500,600,700&f[]=satoshi@300,400,500,700&display=swap');
/* ---------- DESIGN TOKENS ---------- */
:root {
    /* surfaces */
    --bg: #18181a;
    --bg-elev: #1E1E24;
    --bg-elev-2: #222128;
    --bg-deep: #121214;
    --bg-card: #14141A;
    --bg-card-top: #1c1c22;
    --bg-card-bot: #14141A;
    --bg-footer: #101012;

    /* borders */
    --border: rgba(255, 255, 255, 0.06);
    --border-strong: rgba(255, 255, 255, 0.10);
    --ring: rgba(255, 255, 255, 0.07);

    /* text */
    --text: #ffffff;
    --text-muted: #8C94A2;
    --text-dim: #5e6473;

    /* accent — purple */
    --primary: #a855f7;
    --primary-hover: #9333ea;
    --primary-deep: #7e22ce;
    --primary-light: #c084fc;
    --primary-glow: rgba(168, 85, 247, 0.40);
    --primary-glow-strong: rgba(168, 85, 247, 0.65);

    /* feedback */
    --danger: #ef4444;
    --success: #22c55e;
    --warning: #f59e0b;

    /* radii */
    --radius-sm: 8px;
    --radius: 10px;
    --radius-lg: 14px;
    --radius-xl: 18px;

    /* shadows */
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    --shadow-strong: 0 20px 50px -10px rgba(0, 0, 0, 0.85), 0 6px 18px -4px rgba(0, 0, 0, 0.55);
    --shadow-nav: 0 8px 24px rgba(0, 0, 0, 0.8);

    --transition: 220ms cubic-bezier(0.4, 0, 0.2, 1);

    --font-head: 'Clash Display', 'Satoshi', system-ui, sans-serif;
    --font-body: 'Satoshi', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ---------- LUNA ADAPTER (SellAuth) ---------- */
#app .container { max-width: none; width: 100%; margin: 0; padding-left: 0; padding-right: 0; }
.product-card, .product-carousel, .section-title, .section-bg-text,
[class^="pp-"], [class*=" pp-"], .btn { font-family: var(--font-body); }
.section-title, .product-title, .pp-info h1, .pp-feature-head h3, .pp-duration-label { font-family: var(--font-head); }

/* ---------- CONTAINER ---------- */
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

main {
    flex: 1;
}


/* ---------- BUTTONS ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.65rem 1.25rem;
    border-radius: var(--radius);
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
    white-space: nowrap;
    user-select: none;
    font-family: var(--font-head);
    letter-spacing: 0.02em;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(168, 85, 247, 0.40);
}

.btn-primary:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(168, 85, 247, 0.55), 0 0 30px rgba(168, 85, 247, 0.25);
}

.btn-secondary {
    background: #2a2a33;
    color: #fff;
    border: 1px solid var(--ring);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.btn-secondary:hover {
    background: #34343f;
    border-color: rgba(255, 255, 255, 0.18);
    transform: scale(1.02);
}

.btn-ghost {
    background: transparent;
    color: #fff;
    border: 1px solid var(--ring);
}

.btn-ghost:hover {
    color: var(--primary);
    border-color: rgba(168, 85, 247, 0.4);
    background: rgba(168, 85, 247, 0.05);
}

.btn-block {
    width: 100%;
}

.btn-lg {
    padding: 0.9rem 1.75rem;
    font-size: 1rem;
}

/* Prevent the full-bleed hero background from causing horizontal scroll */
body {
    overflow-x: clip;
}

/* Hide the native scrollbar (scroll still works via wheel/keyboard/touch) */
html {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

/* Keep the opaque header above the hero's upward-extended dot field */
.site-header {
    position: relative;
    z-index: 20;
}

/* ===== LUNA: HERO PANELS MODE (stacked: welcome text on top, 3 diagonal panels below) ===== */
.luna-hero-panels-mode::before,
.luna-hero-panels-mode::after,
.luna-hero-panels-mode .luna-hero-spot {
    display: none !important;
}
.luna-hero.luna-hero-panels-mode {
    background: #06060c;
    /* Reverts the row flex defaults of .luna-hero (welcome text floats centered over the panels) */
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* Fill viewport down to the moon divider on initial load (any resolution).
       Subtracts: announcement (~36px) + nav (~113px) = 149px (no section padding) */
    min-height: calc(100vh - 149px);
    padding: 0;
    margin-top: 0;
    position: relative;
}
/* Section flush against navbar — no padding above the panels */
.section:has(.luna-hero-panels-mode) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* Cancel the master.njk wrapper's top padding (p-4 / md:p-6 / lg:p-8) so the gap above the welcome matches the gap below */
div[class*="max-w-"]:has(.luna-hero-panels-mode) {
    padding-top: 0 !important;
}
.luna-hero-center-top {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 0 1.5rem;
}
.luna-hero-center-top h1 { margin: 0; }
.hero-panels-block {
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
/* Dark vignette so the welcome text + buttons stay readable on top of the busy panels */
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(ellipse 45% 40% at 50% 50%, rgba(6, 6, 12, 0.92) 0%, rgba(6, 6, 12, 0.55) 45%, rgba(6, 6, 12, 0) 90%);
}
.luna-hero-panels-mode .luna-hero-center {
    position: relative;
    z-index: 3;
    text-align: center;
}
.hero-panel {
    position: absolute;
    inset: 0;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-panel-left {
    clip-path: polygon(0% 0%, 32.5% 0%, 22.5% 100%, 0% 100%);
}
.hero-panel-center {
    clip-path: polygon(34% 0%, 71.5% 0%, 61.5% 100%, 24% 100%);
}
.hero-panel-right {
    clip-path: polygon(73% 0%, 100% 0%, 100% 100%, 63% 100%);
}
.hero-panel-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #0a0a10;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
a.hero-panel:hover .hero-panel-media {
    transform: scale(1.05);
}
.hero-panel-media-spoofer {
    background:
        radial-gradient(circle at 84% 50%, rgba(168, 85, 247, 0.18) 0%, rgba(168, 85, 247, 0.04) 35%, transparent 60%),
        linear-gradient(180deg, #1f1e28 0%, #15151b 100%);
}
.hero-panel-media img.hero-spoofer-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.15);
    transform-origin: 0% 50%;
    filter: brightness(0.95) saturate(1.05);
    transition: filter 400ms ease-out;
    z-index: 1;
}
a.hero-panel:hover .hero-panel-media img.hero-spoofer-img {
    filter: brightness(1) saturate(1.15);
}
.hero-panel-media img,
.hero-panel-media .hero-video-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.95) saturate(1.05);
    transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1), filter 400ms ease-out;
    z-index: 0;
}
.hero-panel .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    aspect-ratio: 16 / 9;
    min-width: 100%;
    border: 0;
    pointer-events: none;
    filter: brightness(0.95) saturate(1.05);
    z-index: 1;
    opacity: 1;
}
/* Right panel: clip-path visible center is at ~81% panel x, anchor iframe there */
.hero-panel-right .hero-video {
    left: 81%;
}
/* Left panel: clip-path visible center is at ~14% panel x (mirror of right) */
.hero-panel-left .hero-video {
    left: 14%;
}
/* Native videos use their intrinsic 16:9 aspect (no horizontal stretch) — applies to all 3 panels */
.hero-panel video.hero-video-native {
    min-width: 0;
    width: auto;
}
/* Poster covers iframe until JS confirms YT.PlayerState.PLAYING then fades */
.hero-panel-media .hero-video-poster {
    z-index: 2;
    opacity: 1;
    transition: opacity 0.35s ease-out;
}
.hero-panel-media .hero-video-poster.is-faded {
    opacity: 0;
    visibility: hidden;
}
.hero-panel-right .hero-video-poster {
    object-position: 100% center;
}
/* Hover brightness/saturation only — actual scale is on .hero-panel-media (covers iframe + img alike) */
a.hero-panel:hover .hero-panel-media img,
a.hero-panel:hover .hero-panel-media .hero-video {
    filter: brightness(1.0) saturate(1.15);
}
/* Game tag label per panel */
.hero-panel-tag {
    position: absolute;
    left: 50%;
    bottom: 1.2rem;
    transform: translateX(-50%);
    z-index: 4;
    padding: 0.4rem 0.85rem;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #fff;
    font-family: var(--font-head);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    pointer-events: auto;
    text-decoration: none;
    transition: background 200ms, border-color 200ms, color 200ms;
}
.hero-panel-tag-link:hover {
    background: rgba(168, 85, 247, 0.85);
    border-color: rgba(168, 85, 247, 0.9);
    color: #fff;
}
a.hero-panel:hover .hero-panel-tag {
    background: rgba(168, 85, 247, 0.85);
    border-color: rgba(168, 85, 247, 0.9);
}
@media (max-width: 720px) {
    .luna-hero-panels-mode { gap: 1.25rem; padding-top: 1.75rem; }
    .hero-panels-block { height: clamp(360px, 55vh, 520px); }
    .hero-panel-tag {
        font-size: 0.62rem;
        padding: 0.3rem 0.65rem;
        bottom: 0.85rem;
    }
    .hero-spoofer-img { width: 42%; max-width: 220px; }
}

/* ---------- LUNA: hero / landing intro (above products) ---------- */
.luna-hero {
    position: relative;
    min-height: calc(100vh - 250px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 0 1rem;
    text-align: center;
    /* break out of the centered container so the dot field spans edge to edge */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: clip;
    overflow-y: visible;
}
.luna-hero-center {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ---- Minimal ambient backdrop behind the hero headline ---- */
/* Soft, slowly breathing purple glow */
.luna-hero::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%);
    width: 920px;
    height: 620px;
    max-width: 125%;
    background: radial-gradient(ellipse at center,
        rgba(168, 85, 247, 0.22) 0%,
        rgba(168, 85, 247, 0.08) 38%,
        transparent 72%);
    filter: blur(16px);
    pointer-events: none;
    z-index: 0;
    animation: luna-hero-pulse 11s ease-in-out infinite;
}
/* Dot grid covering the whole hero, extended upward to meet the header */
.luna-hero::after {
    content: '';
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, rgba(168, 85, 247, 0.12) 1px, transparent 1.5px);
    background-size: 34px 34px;
    animation: luna-dot-drift 26s linear infinite;
    pointer-events: none;
    z-index: 0;
}
@keyframes luna-hero-pulse {
    0%, 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }
    50%      { opacity: 1;   transform: translate(-50%, -50%) scale(1.06); }
}
/* Gentle continuous drift of the dot grid (seamless one-cell loop) */
@keyframes luna-dot-drift {
    from { background-position: 0 0; }
    to   { background-position: 34px 34px; }
}
@media (prefers-reduced-motion: reduce) {
    .luna-hero::before,
    .luna-hero::after,
    .luna-hero-spot { animation: none; }
}
/* Cursor reveal: a soft light that cleanly brightens the dots near the mouse */
.luna-hero-spot {
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    animation: luna-dot-drift 26s linear infinite;
    background-image: radial-gradient(circle, rgba(224, 204, 255, 0.92) 1px, transparent 1.5px);
    background-size: 34px 34px;
    -webkit-mask-image: radial-gradient(circle 210px at var(--spot-x, 50%) calc(var(--spot-y, 42%) + 140px),
        #000 0%, rgba(0, 0, 0, 0.6) 42%, transparent 80%);
    mask-image: radial-gradient(circle 210px at var(--spot-x, 50%) calc(var(--spot-y, 42%) + 140px),
        #000 0%, rgba(0, 0, 0, 0.6) 42%, transparent 80%);
}
.luna-hero:hover .luna-hero-spot { opacity: 1; }
@media (hover: none) {
    .luna-hero-spot { display: none; }
}
.luna-hero h1 {
    font-family: var(--font-head);
    font-size: clamp(2.3rem, 6vw, 4.5rem);
    line-height: 1.15;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1.25rem;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}
.luna-hero h1 .grad {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    filter: drop-shadow(0 0 18px rgba(168, 85, 247, 0.45));
    font-weight: 700;
    padding: 0 0.08em;
}
.luna-hero-sub {
    color: var(--text-muted);
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.55;
    font-family: var(--font-body);
}
.luna-hero-actions {
    display: flex;
    gap: 0.85rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Luna moon divider between hero and products */
.luna-hero-divider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 4rem;
}
.luna-hero-divider::before,
.luna-hero-divider::after {
    content: '';
    flex: 1;
    height: 2px;
}
.luna-hero-divider::before { background: linear-gradient(to right, transparent, rgba(168, 85, 247, 0.8)); }
.luna-hero-divider::after  { background: linear-gradient(to left,  transparent, rgba(168, 85, 247, 0.8)); }
.luna-hero-divider .icon {
    margin: 0 1rem;
    display: flex;
    color: var(--primary);
    filter: drop-shadow(0 0 8px rgba(168, 85, 247, 0.55));
}
/* land just below the separator when jumping to #products (Products nav / Shop now) */
#products { scroll-margin-top: 48px; }

/* Button shine animation */
.btn-shine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { left: -75%; }
    50% { left: 125%; }
    100% { left: 125%; }
}


/* ---------- SECTIONS ---------- */
.section {
    padding: 4rem 0;
    position: relative;
}

@media (min-width: 1024px) {
    .section { padding: 5rem 0; }
}

.section-title-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.section-bg-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    user-select: none;
    font-family: var(--font-head);
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.035);
    font-size: clamp(64px, 9vw, 120px);
    letter-spacing: -0.04em;
    line-height: 1;
    white-space: nowrap;
}

.section-title {
    font-family: var(--font-head);
    font-size: clamp(1.9rem, 3.8vw, 2.75rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.section-deco {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.section-deco::before,
.section-deco::after {
    content: '';
    height: 2px;
    width: 40px;
}

.section-deco::before {
    background: linear-gradient(to right, transparent, rgba(168, 85, 247, 0.8));
}

.section-deco::after {
    background: linear-gradient(to left, transparent, rgba(168, 85, 247, 0.8));
}

.section-deco .deco-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 12px rgba(168, 85, 247, 0.9);
}

.section-sub {
    color: var(--text-muted);
    text-align: center;
    max-width: 580px;
    margin: 1rem auto 0;
    font-size: 1rem;
}


/* ---------- PRODUCT GRID / CARDS ---------- */
.section-head-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.section-head-row h2 {
    font-family: var(--font-head);
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    font-weight: 700;
    margin-top: 0.5rem;
    color: #fff;
    letter-spacing: -0.01em;
}

.section-head-row .sub {
    color: var(--text-muted);
    margin-top: 0.4rem;
}

.tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(168, 85, 247, 0.12);
    color: var(--primary);
    border: 1px solid rgba(168, 85, 247, 0.30);
    border-radius: 999px;
    font-family: var(--font-head);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
    gap: 1.75rem;
}


/* ---------- PRODUCT CAROUSEL ---------- */
.product-carousel {
    --carousel-gap: 1.5rem;
    --visible: 4;
    --carousel-pitch: calc((100% + var(--carousel-gap)) / var(--visible));
    --carousel-card-w: calc(var(--carousel-pitch) - var(--carousel-gap));
    position: relative;
    padding: 0 2.5rem;
}

.product-carousel-viewport {
    overflow: hidden;
    padding: 0.5rem 0;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.product-track {
    display: flex;
    gap: var(--carousel-gap);
    will-change: transform;
    transition: transform 650ms cubic-bezier(0.65, 0, 0.35, 1);
}

.product-track > .product-card {
    flex: 0 0 var(--carousel-card-w);
    min-width: 0;
}

.product-track > .product-card .product-media {
    height: 200px;
    font-size: 2.1rem;
}
.product-track > .product-card .product-body {
    padding: 0.6rem 1.25rem 1.4rem;
    min-height: 220px;
}
.product-track > .product-card .product-title {
    font-size: 1.4rem;
}
.product-track > .product-card .product-meta {
    font-size: 0.78rem;
}
.product-track > .product-card .product-chips { margin-top: 0.75rem; }
.product-track > .product-card .product-divider { margin: 0.85rem 0 0.6rem; }
.product-track > .product-card .product-features {
    margin: 0.5rem 0;
    font-size: 0.8rem;
}
.product-track > .product-card .product-features li {
    padding: 0.18rem 0 0.18rem 1.1rem;
}
.product-track > .product-card .price {
    font-size: 1.6rem;
}
.product-track > .product-card .price-old {
    font-size: 1.1rem;
}
.product-track > .product-card .product-foot {
    gap: 0.75rem;
}
.product-track > .product-card .product-foot .btn {
    padding: 0.7rem 1rem;
    font-size: 0.78rem;
}
.product-track > .product-card .product-badge {
    font-size: 0.62rem;
    padding: 0.22rem 0.55rem;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 0;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: grid;
    place-items: center;
    box-shadow: none;
    padding: 0;
    transition: color 200ms, transform 200ms;
}
.carousel-btn:hover {
    color: var(--primary);
    transform: translateY(-50%) scale(1.15);
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}
.carousel-btn:active {
    transform: translateY(-50%) scale(0.95);
}
.carousel-btn svg {
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
}
.carousel-btn:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}
.carousel-prev { left: 0; }
.carousel-next { right: 0; }

@media (max-width: 1280px) {
    .product-carousel { --visible: 3; }
}
@media (max-width: 760px) {
    .product-carousel { --visible: 2; padding: 0 1.75rem; --carousel-gap: 1rem; }
    .carousel-btn { width: 38px; height: 38px; }
}
@media (max-width: 480px) {
    .product-carousel { --visible: 1.4; padding: 0 1.25rem; --carousel-gap: 0.85rem; }
}

@media (prefers-reduced-motion: reduce) {
    .product-track { transition: none; }
}

/* ---------- Static mode: when products <= visible slots ---------- */
.product-carousel-static {
    padding: 0;
}
.product-carousel-static .product-carousel-viewport {
    -webkit-mask-image: none;
            mask-image: none;
    overflow: visible;
}
.product-carousel-static .product-track {
    transform: none !important;
    transition: none !important;
    justify-content: center;
    flex-wrap: wrap;
}
.product-carousel-static .carousel-btn { display: none; }
@media (max-width: 760px) {
    .product-carousel-static .product-track { gap: 1.25rem; }
}

.product-card {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1rem;
    background: linear-gradient(180deg, #1f1e28 0%, #15151b 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 4px 12px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 300ms ease-out,
                border-color 300ms ease-out;
}

.product-card::before {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.15);
    filter: blur(80px);
    pointer-events: none;
    transition: background 500ms ease-out;
    z-index: 0;
}

.product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 85, 247, 0.45);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.10),
        0 24px 50px rgba(0, 0, 0, 0.6),
        0 0 40px rgba(168, 85, 247, 0.18);
}

.product-card:hover::before {
    background: rgba(168, 85, 247, 0.32);
}

.product-media {
    position: relative;
    z-index: 1;
    height: 220px;
    background: transparent;
    overflow: hidden;
    color: #fff;
    font-family: var(--font-head);
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-shadow: 0 6px 24px rgba(0, 0, 0, 0.7);
    display: grid;
    place-items: center;
}

.product-media::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to top, #15151b 0%, rgba(21, 21, 27, 0.35) 50%, transparent 100%);
    pointer-events: none;
}

.product-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    z-index: 0;
    transition: transform 700ms ease-out, opacity 500ms ease-out;
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.product-card:hover .product-media img {
    transform: scale(1.08);
    opacity: 1;
}

.product-media.has-image > span:not(.product-badge) {
    position: relative;
    z-index: 1;
    display: none;
}

.product-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    background: linear-gradient(135deg, var(--primary), var(--primary-hover));
    color: #fff;
    padding: 0.35rem 0.8rem;
    border-radius: 6px;
    font-family: var(--font-head);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    box-shadow:
        0 0 14px rgba(168, 85, 247, 0.75),
        0 0 28px rgba(168, 85, 247, 0.45),
        0 2px 8px rgba(0, 0, 0, 0.45);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: badge-pulse 1.6s ease-in-out infinite;
    will-change: transform, box-shadow;
}

.product-badge.warn {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.5);
    animation: none;
}
.product-badge.wip {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow:
        0 0 14px rgba(245, 158, 11, 0.55),
        0 0 28px rgba(245, 158, 11, 0.30),
        0 2px 8px rgba(0, 0, 0, 0.45);
    animation: none;
}
.product-badge.off {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.5);
    animation: none;
}
.product-badge.free {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 0 14px rgba(34, 197, 94, 0.65),
        0 0 28px rgba(34, 197, 94, 0.35),
        0 2px 8px rgba(0, 0, 0, 0.45);
}

/* Pulsing outline + glow so the Sale badge stands out */
@keyframes badge-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow:
            0 0 0 0 rgba(168, 85, 247, 0.65),
            0 0 14px rgba(168, 85, 247, 0.6),
            0 2px 8px rgba(0, 0, 0, 0.45);
    }
    50% {
        transform: scale(1.06);
        box-shadow:
            0 0 0 5px rgba(168, 85, 247, 0),
            0 0 24px rgba(168, 85, 247, 0.9),
            0 2px 8px rgba(0, 0, 0, 0.45);
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-badge { animation: none; }
}

.product-body {
    position: relative;
    z-index: 1;
    padding: 0.75rem 1.4rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: left;
    min-height: 220px;
}

.product-title {
    font-family: var(--font-head);
    font-size: 1.55rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.015em;
    text-align: left;
    line-height: 1.15;
}

.product-meta {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-top: 0.3rem;
    text-align: left;
}

.product-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    justify-content: flex-start;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.65rem;
    background: rgba(34, 197, 94, 0.1);
    color: var(--success);
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 600;
    font-family: var(--font-head);
}

.chip-icon {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

.chip-wip {
    background: rgba(245, 158, 11, 0.12);
    color: var(--warning);
    border-color: rgba(245, 158, 11, 0.35);
}

.chip-dot {
    display: inline-block;
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--success);
    position: relative;
    animation: chip-dot-pulse 1.5s ease-out infinite;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
}

.chip-soon {
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.25);
}

.chip-dot.status-coming-soon {
    background: #f59e0b;
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.5);
    animation-name: chip-dot-pulse-orange;
}

@keyframes ping {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(2.5); opacity: 0; }
}

@keyframes chip-dot-pulse {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45); }
    70% { box-shadow: 0 0 0 7px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

@keyframes chip-dot-pulse-orange {
    0% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.5); }
    70% { box-shadow: 0 0 0 7px rgba(245, 158, 11, 0); }
    100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); }
}

.product-features {
    list-style: none;
    margin: 1rem 0;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.product-features li {
    padding: 0.3rem 0;
    padding-left: 1.3rem;
    position: relative;
}

.product-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700;
}

.product-card hr,
.product-divider {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.12), transparent);
    margin: 1.15rem 0 1rem;
    width: 100%;
}

.product-foot {
    margin-top: auto;
    padding-top: 0.25rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.price {
    font-family: var(--font-head);
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: left;
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    white-space: nowrap;
}

.price .unit {
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 500;
}

.price-old {
    color: var(--text-muted);
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 0.4rem;
    font-size: 1.4rem;
}

.price-label {
    font-size: 0.7rem;
    color: var(--text-muted);
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
    font-family: var(--font-body);
    text-align: left;
}

.product-foot .btn {
    width: 100%;
    margin-top: 0;
    padding: 0.85rem 1.25rem;
    font-size: 0.85rem;
    font-family: var(--font-head);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    box-shadow:
        0 0 20px rgba(168, 85, 247, 0.35);
    transition: all 300ms ease-out;
}

.product-card:hover .product-foot .btn.btn-primary {
    box-shadow:
        0 0 32px rgba(168, 85, 247, 0.6),
        0 0 60px rgba(168, 85, 247, 0.3);
}

.product-card:hover .product-foot .btn svg {
    transform: translateX(2px);
}

.product-foot .btn svg {
    transition: transform 300ms ease-out;
}

/* ---------- LUNA: purple announcement bar (matches Luna accent) ---------- */
.announcement-bar {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);
    border: none;
}
.announcement-bar a { color: #fff; }

/* ---------- LUNA: Coming Soon cards (greyed out, non-clickable) ---------- */
.product-card.coming-soon { cursor: not-allowed; }
.product-card.coming-soon::before { display: none; }
.product-card.coming-soon:hover {
    transform: none;
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 4px 12px rgba(0, 0, 0, 0.4);
}
.product-card.coming-soon .product-media img { filter: grayscale(0.7) brightness(0.55); }

/* TEMP Spoofer placeholder (no product image, icon-only media) */
.product-media-spoofer {
    background:
        radial-gradient(circle at 50% 40%, rgba(168, 85, 247, 0.22) 0%, rgba(168, 85, 247, 0.04) 55%, transparent 80%),
        linear-gradient(180deg, #1f1e28 0%, #15151b 100%);
}
.product-media-spoofer::after {
    background: linear-gradient(to top, #15151b 0%, rgba(21, 21, 27, 0.25) 60%, transparent 100%);
}
.spoofer-icon {
    position: relative;
    z-index: 1;
    width: 86px;
    height: 86px;
    color: var(--primary-light);
    opacity: 0.55;
    filter: drop-shadow(0 0 18px rgba(168, 85, 247, 0.4));
}
.product-card.coming-soon:hover .product-media img { transform: none; }
.product-badge.soon {
    background: linear-gradient(135deg, #3a3a44, #2a2a32);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #cfcfd6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    animation: none;
}
.price.price-soon { color: var(--text-muted); font-size: 1.5rem; }
.price.price-free { color: #fff; }
.product-foot .btn.btn-soon {
    background: #26262e;
    color: var(--text-muted);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: none;
    cursor: not-allowed;
    pointer-events: none;
}

/* ---------- LUNA: Coming Soon product page (placeholder, no buy) ---------- */
.pp-soon {
    max-width: 620px;
    margin: 2rem auto 4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}
.pp-soon-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--ring);
}
.pp-soon-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.7) brightness(0.5);
}
.pp-soon-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: linear-gradient(135deg, #3a3a44, #2a2a32);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #cfcfd6;
    font-family: var(--font-head);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
}
.pp-soon-title {
    font-family: var(--font-head);
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.pp-soon-text {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    max-width: 480px;
}
.pp-soon-btn { margin-top: 0.5rem; }


/* ---------- PRODUCT PAGE (pp-) ---------- */
   PRODUCT DETAIL PAGE (per-game)
   ============================================================ */
.pp-hero {
    background: linear-gradient(180deg, #1d1c25 0%, #18181a 100%);
    padding: 3rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.pp-hero .container { position: relative; }

.pp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: start;
}

.pp-gallery {
    position: relative;
}

.pp-gallery-main {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 18px 40px rgba(0, 0, 0, 0.55),
        0 6px 18px rgba(0, 0, 0, 0.45);
    border: 1px solid var(--ring);
    aspect-ratio: 16 / 9;
    background: #000;
}

.pp-gallery-main img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 280ms ease, transform 280ms ease;
}

.pp-gallery-main.is-swapping img {
    opacity: 0;
    transform: scale(1.02);
}

/* Embedded video player in the main gallery view */
.pp-gallery-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background: #000;
    z-index: 2;
}

/* Play badge over a video thumbnail */
.pp-thumb-play {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.pp-thumb-play svg {
    width: 38px;
    height: 38px;
    padding: 9px 8px 9px 10px;
    color: #fff;
    background: rgba(168, 85, 247, 0.85);
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5), 0 0 0 4px rgba(255, 255, 255, 0.12);
    transition: transform var(--transition), background var(--transition);
}

.pp-gallery-thumb-video:hover .pp-thumb-play svg {
    transform: scale(1.1);
    background: var(--primary);
}

.pp-gallery-thumb-video img {
    filter: brightness(0.72);
}

.pp-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6rem;
    margin-top: 0.75rem;
}

.pp-gallery-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #000;
    border: none;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
    transition: transform var(--transition), box-shadow var(--transition);
}

.pp-gallery-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 0.5rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
    pointer-events: none;
    z-index: 2;
    transition: box-shadow var(--transition);
}

.pp-gallery-thumb:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.55);
}

.pp-gallery-thumb:active {
    transform: translateY(0) scale(0.96);
    transition: transform 120ms ease;
}

.pp-gallery-thumb:hover::after {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.30);
}

.pp-gallery-thumb.active {
    box-shadow: 0 0 22px rgba(168, 85, 247, 0.50), 0 6px 16px rgba(0, 0, 0, 0.5);
}

.pp-gallery-thumb.active::after {
    box-shadow: inset 0 0 0 2px var(--primary);
}

.pp-gallery-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.pp-info > * + * {
    margin-top: 1.25rem;
}

.pp-info .pp-duration-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
    margin: 2.25rem 0 0.85rem;
    overflow: visible;
}

.pp-info .pp-duration {
    padding: 1rem 0.5rem;
}

.pp-info .pp-duration-label {
    font-size: 0.95rem;
}

.pp-info .pp-duration-price {
    font-size: 1.05rem;
    margin-top: 0.3rem;
}

.pp-info .pp-buy-bar {
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 0.75rem;
    display: block;
}

.pp-info .pp-buy-bar .pp-total {
    display: none;
}

.pp-info .pp-buy-bar .btn {
    width: 100%;
    padding: 1.05rem 1.5rem;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.pp-info .pp-buy-bar .btn:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.pp-title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}

.pp-info h1 {
    font-family: var(--font-head);
    font-size: clamp(2.2rem, 4.5vw, 3.75rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #fff;
    line-height: 1;
}

.pp-sale {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary), var(--primary-hover));
    color: #fff;
    padding: 0.4rem 0.9rem;
    border-radius: 6px;
    font-family: var(--font-head);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    box-shadow:
        0 0 14px rgba(168, 85, 247, 0.65),
        0 0 28px rgba(168, 85, 247, 0.40);
}

.pp-status-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.pp-status {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 500;
}

.pp-status.ok { color: var(--success); }
.pp-status.live { color: var(--primary); }
.pp-status.soon {
    color: #f59e0b;
}
.pp-status.wip {
    color: var(--warning);
    background: rgba(245, 158, 11, 0.10);
    border: 1px solid rgba(245, 158, 11, 0.35);
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-family: var(--font-head);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
    box-shadow: 0 0 14px rgba(245, 158, 11, 0.18);
}

.pp-status svg { width: 22px; height: 22px; }

.pp-pulse {
    position: relative;
    display: inline-flex;
    width: 12px;
    height: 12px;
}
.pp-pulse::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--primary);
    opacity: 0.75;
    animation: ping 1.5s ease-out infinite;
}
.pp-pulse::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--primary);
}

.pp-status.soon .pp-pulse,
.pp-status .pp-pulse.status-coming-soon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
}

.pp-status.soon .pp-pulse::before,
.pp-status .pp-pulse.status-coming-soon::before {
    background: #f59e0b;
    border-radius: 50%;
    animation: ping 1.5s ease-out infinite;
}

.pp-status.soon .pp-pulse::after,
.pp-status .pp-pulse.status-coming-soon::after {
    background: #f59e0b;
    border-radius: 50%;
}

.pp-desc {
    font-family: var(--font-body);
    color: #B5BAC5;
    line-height: 1.65;
    font-size: 1rem;
}

/* ---------- STATS BAR ---------- */
.pp-stats-bar {
    background: var(--bg-card);
    padding: 2.5rem 0;
    border-top: 1px solid var(--ring);
}

.pp-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.pp-stat {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.pp-stat svg {
    width: 28px;
    height: 28px;
    color: var(--primary);
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.pp-stat-label {
    font-family: var(--font-body);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--text-muted);
}

.pp-stat-value {
    margin-top: 0.35rem;
    font-family: var(--font-head);
    font-weight: 600;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
}

/* ---------- FEATURES GRID ---------- */
.pp-features {
    padding: 4rem 0;
    background: var(--bg-card);
}

.pp-features .pp-feature {
    background: transparent;
}

.pp-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 3rem;
}

.pp-feature {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
}

/* feature columns are flat & borderless — no glow, no hover lift */
.pp-feature::before { display: none; }

.pp-feature-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.6rem;
    position: relative;
}

.pp-feature-head svg {
    width: 28px;
    height: 28px;
    color: var(--primary);
    filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.4));
}

.pp-feature-head h3 {
    font-family: var(--font-head);
    font-size: 1.45rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.01em;
}

.pp-feature-desc {
    color: var(--text-muted);
    font-size: 0.92rem;
    margin-bottom: 1.25rem;
    position: relative;
}

.pp-feature-divider {
    border: none;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.10), transparent);
    margin: 1.25rem 0;
}

.pp-feature ul {
    list-style: none;
    padding: 0;
    position: relative;
}

.pp-feature li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.35rem 0;
    color: #B5BAC5;
    font-size: 0.92rem;
    line-height: 1.55;
}

.pp-feature li::before {
    content: '›';
    color: var(--primary);
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1;
    flex-shrink: 0;
}

/* ---------- DURATION SELECTOR + BUY BAR ---------- */
.pp-buy {
    padding: 4rem 0;
    background: var(--bg-card);
    border-top: 1px solid var(--ring);
}

.pp-buy-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.pp-duration-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 2.5rem 0 2rem;
}

.pp-duration {
    cursor: pointer;
    background: var(--bg);
    border: 1px solid var(--ring);
    border-radius: var(--radius);
    padding: 1.25rem 1rem;
    text-align: center;
    transition: all var(--transition);
    position: relative;
}

.pp-duration-popular {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--primary), var(--primary-hover));
    color: #fff;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    font-family: var(--font-head);
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    white-space: nowrap;
    box-shadow:
        0 0 14px rgba(168, 85, 247, 0.75),
        0 0 26px rgba(168, 85, 247, 0.45),
        0 3px 8px rgba(0, 0, 0, 0.55);
    z-index: 5;
}

.pp-duration:has(.pp-duration-popular) {
    overflow: visible;
}

.pp-duration:hover {
    border-color: rgba(168, 85, 247, 0.45);
    transform: translateY(-2px);
}

.pp-duration.active {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(168, 85, 247, 0.40);
}

.pp-duration.active .pp-duration-label,
.pp-duration.active .pp-duration-price {
    color: #fff;
}

.pp-duration.active .pp-duration-price .unit {
    color: rgba(255, 255, 255, 0.75);
}

.pp-duration-label {
    font-family: var(--font-head);
    font-weight: 600;
    color: #fff;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pp-duration-price {
    margin-top: 0.5rem;
    font-family: var(--font-head);
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
}

/* Sale pricing on duration cards (old price struck through, red sale price + badge) */
.pp-price-old {
    color: var(--text-dim);
    text-decoration: line-through;
    font-weight: 600;
    font-size: 0.78em;
    margin-right: 0.4rem;
    font-family: var(--font-body);
}

.pp-price-now {
    color: #ff4d6d;
}

.pp-sale-badge {
    display: block;
    width: max-content;
    margin: 0.4rem auto 0;
    padding: 0.14rem 0.5rem;
    font-family: var(--font-body);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #ff4d6d;
    background: rgba(255, 77, 109, 0.12);
    border: 1px solid rgba(255, 77, 109, 0.38);
    border-radius: 999px;
}

.pp-duration.active .pp-price-now {
    color: #fff;
}

.pp-duration.active .pp-price-old {
    color: rgba(255, 255, 255, 0.7);
}

.pp-duration.active .pp-sale-badge {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.45);
}

.pp-duration-price .unit {
    font-family: var(--font-body);
    color: var(--text-muted);
    font-size: 0.8rem;
    font-weight: 500;
}

.pp-buy-bar {
    background: var(--bg);
    border: 1px solid var(--ring);
    border-radius: var(--radius-lg);
    padding: 1.5rem 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.pp-total {
    display: flex;
    flex-direction: column;
}

.pp-total-label {
    font-family: var(--font-body);
    color: var(--text-muted);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.pp-total-value {
    font-family: var(--font-head);
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 0.3rem;
}

.pp-total-value .unit {
    font-family: var(--font-body);
    color: var(--text-muted);
    font-size: 1rem;
    font-weight: 500;
    margin-left: 0.25rem;
}

.pp-buy-bar .btn {
    padding: 1rem 2.25rem;
    font-size: 1rem;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 960px) {
    .pp-hero-grid { grid-template-columns: 1fr; gap: 2rem; }
    .pp-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    .pp-features-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .pp-duration-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
    .pp-buy-bar { flex-direction: column; align-items: stretch; text-align: center; }
    .pp-total { align-items: center; }
}


/* ---------- RESPONSIVE ---------- */
/* ---------- RESPONSIVE ---------- */
@media (max-width: 960px) {
    .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .hero-visual { min-height: 320px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .nav-toggle { display: block; }
    .nav-links,
    .nav-actions { display: none; }
    .nav-links.is-open {
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--bg-deep);
        flex-direction: column;
        padding: 1rem 1.5rem;
        gap: 0.85rem;
        border-bottom: 1px solid var(--ring);
        z-index: 41;
    }
    .nav-actions.is-open {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
        padding: 0 1.5rem 1rem;
        background: var(--bg-deep);
        position: absolute;
        top: calc(100% + 200px);
        left: 0;
        right: 0;
        z-index: 41;
    }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .section-head-row { flex-direction: column; align-items: flex-start; }
    .top-strip { font-size: 0.85rem; }
    .floating-card { display: none; }
}

@media (max-width: 768px) {
    .hero-v2 { padding: 5rem 0 6rem; min-height: 520px; }
}

@media (max-width: 480px) {
    .container { padding: 0 1rem; }
    .hero-v2 { padding: 4rem 0 5rem; min-height: 460px; }
    .section { padding: 3rem 0; }
    .btn-lg { padding: 0.85rem 1.5rem; font-size: 0.95rem; }
    .auth-card { padding: 1.75rem; }
}


/* ---------- LUNA: product-form + gallery + buy-bar adapters ---------- */
.pp-duration-note { margin-top: .4rem; font-size: .72rem; color: var(--text-muted); line-height: 1.3; }
.pp-addcart { margin-top: .75rem; width: 100%; }
.pp-onhold { padding: .7rem 1rem; margin-bottom: 1rem; border: 1px solid var(--border); color: var(--text-muted); text-align: center; }
.pp-gallery-main { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.pp-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.pp-info .pp-buy-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.pp-info .pp-buy-bar .pp-total { display: flex; }
.pp-info .pp-buy-bar .btn-lg { flex: 1; min-width: 170px; }
/* ---------- LUNA: page background = solid dark like the original site (kill particle mesh) ---------- */
#particles-js { display: none !important; }
body { background-color: #06060c !important; }

/* ---------- LUNA: uniform page background (no darker stats/features blocks) ---------- */
.pp-stats-bar, .pp-features { background: transparent !important; }
.pp-feature { background: transparent !important; }

/* ---------- LUNA: buy bar = Buy now + Add to Cart side by side, open, spacing below ---------- */
.pp-info .pp-buy-bar { background: transparent; border: none; padding: 0; gap: 0.85rem; margin-top: 1.25rem; }
.pp-info .pp-buy-bar .btn { flex: 1 1 0; min-width: 150px; }
.pp-stats-bar { margin-top: 2.5rem; }

/* ---------- LUNA: gap between header (navbar) and the product hero ---------- */
.pp-hero { margin-top: 0.5rem; }

/* ---------- LUNA: full-width footer (flush to edges + bottom, own dark tone) ---------- */
.site-footer { background: var(--bg-footer); border-top: 1px solid var(--border); }

/* ---------- LUNA: full-width header (navbar) matching the footer ---------- */
.site-header { background: var(--bg-footer); border-bottom: 1px solid var(--border); width: 100%; margin: 0; }
.luna-logo { height: 64px; width: auto; display: block; flex-shrink: 0; }

/* ---------- LUNA: dark dropdown for the ticket "Regarding" select ---------- */
.ticket-select { background-color: #1f1e28 !important; color: #fff; }
.ticket-select option { background-color: #1f1e28; color: #fff; }

/* ===== LUNA: STATS STRIP (animated counters between hero and products) ===== */
.stats-strip {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
    max-width: 880px;
    margin: 0 auto 4rem;
    padding: 1.5rem 2rem;
    background:
        linear-gradient(180deg, rgba(28, 28, 36, 0.78) 0%, rgba(20, 20, 26, 0.78) 100%);
    border: 1px solid var(--ring);
    border-radius: var(--radius-lg);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 8px 32px rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
}
.stats-strip::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.45), transparent 35%, transparent 65%, rgba(168, 85, 247, 0.45));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    opacity: 0.7;
}
.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    gap: 0.45rem;
    min-width: 0;
}
.stat-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--primary-light);
    filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.55));
}
.stat-icon svg { width: 22px; height: 22px; }
.stat-number-wrap {
    display: inline-flex;
    align-items: baseline;
    font-family: var(--font-head);
    font-weight: 700;
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    line-height: 1;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}
.stat-unit {
    font-size: 0.55em;
    font-weight: 600;
    color: var(--primary-light);
    margin-left: 0.08em;
}
.stat-label {
    font-family: var(--font-body);
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--text-muted);
}
.stat-divider {
    width: 1px;
    align-self: stretch;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.14), transparent);
    flex-shrink: 0;
}
@media (max-width: 640px) {
    .stats-strip { padding: 1.25rem 1rem; gap: 0.5rem; }
    .stat-divider { display: none; }
    .stat-number-wrap { font-size: 1.4rem; }
    .stat-label { font-size: 0.62rem; letter-spacing: 0.12em; }
}

/* ===== LUNA: scroll-reveal (fade-up when section enters viewport) ===== */
.luna-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}
.luna-reveal.is-visible {
    opacity: 1;
    transform: none;
}
.luna-reveal[data-reveal-delay="1"] { transition-delay: 60ms; }
.luna-reveal[data-reveal-delay="2"] { transition-delay: 120ms; }
.luna-reveal[data-reveal-delay="3"] { transition-delay: 180ms; }
.luna-reveal[data-reveal-delay="4"] { transition-delay: 240ms; }
.luna-reveal[data-reveal-delay="5"] { transition-delay: 300ms; }
.luna-reveal[data-reveal-delay="6"] { transition-delay: 360ms; }
@media (prefers-reduced-motion: reduce) {
    .luna-reveal { opacity: 1; transform: none; transition: none; }
}

/* ===== LUNA: 3D tilt prep on static product cards ===== */
.product-carousel-static .product-card {
    transform-style: preserve-3d;
}
.product-carousel-static .product-card .product-media,
.product-carousel-static .product-card .product-body {
    transform: translateZ(0);
}

/* ---------- LUNA: "WHY LUNA" feature cards (under OUR PRODUCTS) ---------- */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
    max-width: 1200px;
    margin: 0 auto;
}
.feature {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: var(--bg-card);
    padding: 1.75rem;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 4px 14px rgba(0, 0, 0, 0.35);
    border: 1px solid var(--ring);
    transition: all var(--transition);
}
.feature::before {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.12);
    filter: blur(70px);
    pointer-events: none;
    transition: all 500ms;
    z-index: 0;
}
.feature:hover {
    transform: translateY(-4px);
    border-color: rgba(168, 85, 247, 0.45);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 24px rgba(0, 0, 0, 0.5),
        0 0 24px rgba(168, 85, 247, 0.18);
}
.feature:hover::before {
    background: rgba(168, 85, 247, 0.28);
}
.feature-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.6rem;
}
.feature-icon {
    width: 28px;
    height: 28px;
    color: var(--primary);
    filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.45));
    flex-shrink: 0;
    transition: filter var(--transition);
}
.feature:hover .feature-icon {
    filter: drop-shadow(0 0 16px rgba(168, 85, 247, 0.7));
}
.feature h3 {
    font-family: var(--font-head);
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.01em;
}
.feature p {
    position: relative;
    z-index: 1;
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

/* ---------- LUNA: FAQ accordion ---------- */
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.85rem; }
.faq-item { background: var(--bg-card); border: 1px solid var(--ring); border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; transition: border-color var(--transition), box-shadow var(--transition); }
.faq-item.open, .faq-item[open] { border-color: rgba(168, 85, 247, 0.35); box-shadow: 0 0 22px rgba(168, 85, 247, 0.10); }
.faq-item .faq-q { cursor: pointer; padding: 1.25rem 1.5rem; font-family: var(--font-head); font-weight: 600; color: #fff; font-size: 1.05rem; display: flex; align-items: center; justify-content: space-between; width: 100%; background: none; border: none; text-align: left; transition: color var(--transition); }
.faq-item .faq-q::after { content: '+'; font-size: 1.6rem; color: var(--primary); transition: transform var(--transition); font-weight: 400; line-height: 1; padding-left: 1rem; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-item .faq-q:hover { color: var(--primary); }
.faq-item .faq-a { padding: 0 1.5rem; color: var(--text-muted); line-height: 1.65; max-height: 0; overflow: hidden; transition: max-height var(--transition), padding var(--transition); }
.faq-item.open .faq-a { padding: 0 1.5rem 1.25rem; max-height: 700px; }
.faq-item .faq-a a { color: var(--primary); }
.faq-item .faq-a a:hover { text-decoration: underline; }

/* ---------- LUNA: status page rows ---------- */
.status-list { max-width: 920px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }
.status-row { display: flex; align-items: center; gap: 1.5rem; background: var(--bg-elev-2); border: 1px solid transparent; border-radius: var(--radius-lg); padding: 1.6rem 1.75rem; transition: border-color var(--transition), box-shadow var(--transition); }
.status-row:hover { border-color: rgba(255, 255, 255, 0.5); box-shadow: 0 0 22px rgba(255, 255, 255, 0.08); }
.status-game { display: flex; align-items: center; gap: 1rem; flex: 0 0 250px; min-width: 0; }
.status-icon { width: 58px; height: 58px; border-radius: 10px; object-fit: cover; flex-shrink: 0; border: 1px solid var(--ring); }
.status-name { font-family: var(--font-head); font-weight: 700; color: #fff; font-size: 1.1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.status-meta { display: flex; flex-direction: column; gap: 0.4rem; flex: 1 1 auto; min-width: 0; }
.status-line { display: flex; align-items: center; gap: 0.5rem; color: var(--text-muted); font-size: 0.92rem; }
.status-chevron { color: var(--primary); flex-shrink: 0; }
.status-never { color: var(--primary-light); font-weight: 600; }
.status-date { color: var(--text); }
.status-flags { display: flex; flex-direction: column; gap: 0.45rem; flex: 0 0 auto; }
.status-flag-ok, .status-flag-live { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.92rem; font-weight: 600; color: var(--success); white-space: nowrap; }
.status-flag-ok svg { width: 16px; height: 16px; flex-shrink: 0; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45); flex-shrink: 0; animation: status-dot-pulse 1.5s ease-out infinite; }
.status-flag-soon { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.92rem; font-weight: 600; color: #f59e0b; white-space: nowrap; }
.status-dot-soon { background: #f59e0b; box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.5); animation-name: status-dot-pulse-orange; }
.status-date-soon { color: #f59e0b; font-weight: 600; }
@keyframes status-dot-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
@keyframes status-dot-pulse-orange {
  0% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.5); }
  70% { box-shadow: 0 0 0 8px rgba(245, 158, 11, 0); }
  100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); }
}
.status-flag-wip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--warning);
  background: rgba(245, 158, 11, 0.10);
  border: 1px solid rgba(245, 158, 11, 0.35);
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: var(--font-head);
  box-shadow: 0 0 12px rgba(245, 158, 11, 0.15);
}
.status-flag-wip svg { width: 15px; height: 15px; flex-shrink: 0; }
.status-row:has(.status-flag-wip) .status-never { color: var(--warning); }
.status-na { color: var(--text-muted); font-style: italic; }
.status-row-static {
  cursor: default;
}
.status-row-static:hover {
  border-color: rgba(245, 158, 11, 0.30);
  box-shadow: 0 0 18px rgba(245, 158, 11, 0.10);
}
.status-icon-placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(168, 85, 247, 0.22) 0%, rgba(168, 85, 247, 0.04) 60%, transparent 80%),
    linear-gradient(180deg, #1f1e28 0%, #15151b 100%);
  color: var(--primary-light);
  border: 1px solid rgba(168, 85, 247, 0.22);
}
.status-icon-placeholder svg {
  width: 28px;
  height: 28px;
  opacity: 0.6;
  filter: drop-shadow(0 0 8px rgba(168, 85, 247, 0.35));
}

/* status page header + live-status intro bar */
.status-section { padding-top: 2.25rem; }
.status-title { display: inline-flex; align-items: center; gap: 0.6rem; }
.status-title-bars { width: 26px; height: 26px; color: var(--primary); filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.6)); flex-shrink: 0; }
.status-divider { margin-bottom: 2.25rem; }
.status-intro {
  max-width: 920px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.status-intro-text {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.4;
}
.status-intro-icon { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; filter: drop-shadow(0 0 6px rgba(168, 85, 247, 0.5)); }
.status-refresh { padding: 0.5rem 1.15rem; font-size: 0.9rem; }
.status-refresh svg { width: 15px; height: 15px; }
.status-refresh:hover svg { animation: status-spin 0.6s linear; }
@keyframes status-spin { to { transform: rotate(360deg); } }

@media (max-width: 720px) {
  .status-row { flex-direction: column; align-items: flex-start; gap: 0.85rem; }
  .status-game { flex-basis: auto; }
  .status-flags { flex-direction: row; flex-wrap: wrap; gap: 1rem 1.5rem; }
  .status-intro { flex-direction: column; align-items: flex-start; }
  .status-refresh { width: 100%; }
}

/* ---------- LUNA: simple 2-column feature list (per-game featuresList) ---------- */
.pp-feature-list-card { max-width: 760px; margin: 0 auto; background: var(--bg-elev); border: 1px solid var(--ring); border-radius: var(--radius-lg); padding: 2rem 2.5rem; }
.pp-feature-list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem 2.5rem; padding: 0; margin: 0; }
.pp-feature-list-item { display: flex; align-items: center; gap: 0.7rem; color: #fff; font-family: var(--font-head); font-weight: 600; font-size: 1.08rem; }
.pp-feature-check { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; }
@media (max-width: 560px) {
  .pp-feature-list { grid-template-columns: 1fr; gap: 0.9rem; }
  .pp-feature-list-card { padding: 1.5rem 1.5rem; }
}

/* ---------- LUNA: "Up to date" status green (match cards, not purple) ---------- */
.pp-status.uptodate { color: var(--success); }
.pp-status.uptodate .pp-pulse::before,
.pp-status.uptodate .pp-pulse::after { background: var(--success); }

/* ---------- LUNA: featuresList rendered in the card style (single card, 2 columns) ---------- */
.pp-features-grid-single { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
.pp-features-grid-2col { grid-template-columns: repeat(2, 1fr); max-width: 920px; margin-left: auto; margin-right: auto; }
@media (max-width: 900px) { .pp-features-grid-2col { grid-template-columns: 1fr; } }
.pp-features-2col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.2rem 2.5rem; }
@media (max-width: 560px) { .pp-features-2col { grid-template-columns: 1fr; } }

/* ============================================================
   Lunna: desktop-only gate
   Shows a full-viewport "Open on PC" overlay for touch / small-screen devices.
   Trigger when both pointer is coarse AND viewport is narrow — covers phones
   and most tablets, leaves real desktops (mouse + wide screen) untouched.
   ============================================================ */
#luna-desktop-gate {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    background:
        radial-gradient(1200px 600px at 50% -10%, rgba(101, 113, 255, 0.18), transparent 60%),
        radial-gradient(900px 600px at 50% 110%, rgba(168, 85, 247, 0.15), transparent 60%),
        #06060c;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    overflow-y: auto;
}
@media (pointer: coarse) and (max-width: 1023px) {
    #luna-desktop-gate { display: flex; }
    body { overflow: hidden; }
}
.luna-gate-card {
    max-width: 460px;
    width: 100%;
    text-align: center;
    background: rgba(11, 11, 17, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 2.4rem 1.8rem;
    box-shadow:
        0 0 40px rgba(101, 113, 255, 0.18),
        0 18px 60px rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.luna-gate-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.1rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(101, 113, 255, 0.22), rgba(168, 85, 247, 0.18));
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}
.luna-gate-icon svg { width: 30px; height: 30px; }
.luna-gate-title {
    font-family: var(--font-head, 'Play', sans-serif);
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 0.85rem;
    color: #fff;
    letter-spacing: 0.01em;
}
.luna-gate-title .grad {
    background: linear-gradient(135deg, #6571ff, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.luna-gate-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.98rem;
    line-height: 1.55;
    margin: 0 0 1.4rem;
}
.luna-gate-foot {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-head, 'Play', sans-serif);
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}
.luna-gate-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.7);
    animation: luna-gate-pulse 1.8s ease-in-out infinite;
}
@keyframes luna-gate-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.55; transform: scale(0.85); }
}