/* ======================================================================
   MALIBU CLUB CAFÉ — PLAYSTATION PREMIUM EDITION
   ====================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    scrollbar-gutter: auto;
}

body {
    background-color: #0a0a0a;
}

/* ======================================================================
   SEO — Screen Reader Only (Visually Hidden H1)
   ====================================================================== */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* About Section — Secondary Paragraph */
.about-secondary {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 12px;
}

/* Footer — Semantic Address */
.footer-address {
    font-style: normal;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.8;
    margin-top: 16px;
    letter-spacing: 0.5px;
}

/* ======================================================================
   FAQ SECTION — Premium Accordion
   ====================================================================== */

.section-faq {
    background: #0a0a0a;
    padding: 100px 0 80px;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.faq-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    cursor: pointer;
    list-style: none;
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
    -webkit-user-select: none;
    user-select: none;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question::marker {
    display: none;
    content: '';
}

.faq-question:hover {
    color: #ffffff;
}

.faq-chevron {
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0.4;
    margin-left: 20px;
}

.faq-item[open] .faq-chevron {
    transform: rotate(180deg);
    opacity: 0.8;
}

.faq-answer {
    padding: 0 0 24px;
    animation: faqFadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-answer p {
    font-size: 0.95rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}

.faq-answer a {
    color: var(--ps-blue, #6b3ba1);
    text-decoration: underline;
    text-underline-offset: 3px;
}

@keyframes faqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .faq-question {
        font-size: 0.95rem;
        padding: 20px 0;
    }

    .faq-answer p {
        font-size: 0.9rem;
    }

    .section-faq {
        padding: 60px 20px 60px;
    }
}


/* Custom Scrollbar — PlayStation Premium */
::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
    background: rgba(107, 59, 161, 0.4);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(107, 59, 161, 0.7);
}

/* ======================================================================
   HERO SECTION — PRESERVED
   ====================================================================== */

.scroll-container {
    height: 400vh;
    width: 100%;
}

.pin-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}

.fullscreen-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes flickerLight {
    0% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) brightness(1);
    }

    3% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) brightness(0.8);
    }

    6% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) brightness(1);
    }

    7% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) brightness(0.4);
    }

    8% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) brightness(1);
    }

    9% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) brightness(1);
    }

    10% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) brightness(0.5);
    }

    11% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) brightness(1);
    }

    50% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) brightness(1);
    }

    55% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) brightness(0.9);
    }

    56% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) brightness(1);
    }

    57% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) brightness(0.6);
    }

    58% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) brightness(1);
    }

    100% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) brightness(1);
    }
}

/* Layer 1: Background Video */
.hero-video-container {
    z-index: 1;
}

.bg-video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-vid {
    opacity: 0;
    transition: opacity 1s ease;
}

.hero-vid.active {
    opacity: 1;
}

/* Layer 2: Initial Content */
.initial-content {
    z-index: 2;
    pointer-events: none;
}

.main-title {
    width: 60vw;
    max-width: 1000px;
    height: auto;
    object-fit: contain;
    z-index: 2;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
    animation: flickerLight 5s infinite;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    color: white;
    font-family: 'Arial Black', sans-serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -2px;
}

.hamburger {
    width: 35px;
    height: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger span {
    display: block;
    height: 3px;
    background-color: white;
    width: 100%;
}

.intro-logo {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 15vh;
    line-height: 0.85;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
    cursor: pointer;
    transition: transform 0.2s;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.play-button .triangle {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #222;
    margin-left: 8px;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.trailer-text {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-family: "Inter", "Helvetica", sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
    animation: blink 1.5s infinite ease-in-out;
}

.trailer-text span {
    margin: 10px 0;
    font-weight: 800;
}

/* Layer 3: Mask Cutout Effect */
.mask-layer {
    background-color: #000;
    mix-blend-mode: multiply;
    z-index: 3;
    opacity: 0;
}

.mask-text-wrapper {
    width: 100%;
    height: 100%;
}

.mask-text {
    width: 35vw;
    max-height: 40vh;
    object-fit: contain;
    transform: scale(60);
    transform-origin: center center;
    will-change: transform;
    filter: brightness(0) invert(1);
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
}

/* Layer 4: Final Solid Background Layer */
.final-solid-bg {
    background-color: #0a0a0a;
    z-index: 4;
    opacity: 0;
    pointer-events: none;
}

.logo-container {
    position: relative;
    width: 35vw;
    max-height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    will-change: transform, filter, opacity;
}

.final-logo {
    width: 100%;
    max-height: 40vh;
    object-fit: contain;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
}

.final-title-overlay {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 5;
    will-change: transform, filter, opacity;
}

.release-date-wrapper {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
    text-align: center;
    will-change: transform, filter, opacity;
}

@keyframes shimmer {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}

.release-date h2,
.scroll-gradient-text {
    background: linear-gradient(90deg, var(--vice-coral), var(--vice-lavender), var(--vice-peach), var(--vice-rust), var(--vice-coral));
    background-size: 400% auto;
    background-position: var(--scroll-pos, 0%) center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Anton', sans-serif;
    font-size: clamp(4rem, 12vh, 10rem);
    line-height: 0.95;
    letter-spacing: 4px;
    font-weight: 900;
    text-transform: uppercase;
    will-change: transform, opacity, background-position;
}

.release-date {
    opacity: 0;
    transform: translateY(30px);
}

.footer-brand.scroll-gradient-text {
    font-family: 'Orbitron', sans-serif;
    font-size: 28px;
    letter-spacing: 8px;
    background-size: 200% auto;
    margin-bottom: 8px;
}

.scroll-arrow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

/* ======================================================================
   MENU VIDEO SCRUB SECTION — STRUCTURE PRESERVED
   ====================================================================== */

.menu-scrub-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 5;
}

.menu-scrub-sticky {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .menu-scrub-wrapper {
        height: 100vh !important;
        max-height: 100vh;
        overflow: hidden;
        margin-top: 0;
    }

    .menu-scrub-sticky {
        height: 100vh !important;
        overflow: hidden;
        align-items: center;
        padding: 0;
    }
}

.scrub-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.scrub-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.7) 80%, #000 100%);
    z-index: 2;
    pointer-events: none;
}


/* ======================================================================
   CLASSIC MENU TEASER SECTION
   ====================================================================== */

/* ======================================================================
   PREMIUM MENU TEASER SECTION
   ====================================================================== */

.premium-menu-teaser {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: -80px auto 0;
    /* Moved up by 80px */
    padding: 40px 40px;
    /* Reduced vertical padding */
    z-index: 10;
}

.menu-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18vw;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.02);
    white-space: nowrap;
    pointer-events: none;
    z-index: -1;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: -5px;
}

/* Teaser Top Bar */
.teaser-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    /* Reduced from 60px */
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.teaser-badge {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(223, 176, 251, 0.1);
    color: var(--vice-coral);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    border-radius: 40px;
    margin-bottom: 15px;
}

.teaser-heading {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.teaser-heading .text-highlight {
    background: linear-gradient(to right, var(--vice-coral), #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.teaser-cta {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 3px;
    padding: 8px 12px 8px 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.teaser-cta:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--vice-coral);
    box-shadow: 0 0 20px rgba(255, 126, 179, 0.2);
}

.cta-icon {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-icon svg {
    width: 18px;
    height: 18px;
}

.teaser-cta:hover .cta-icon {
    background: #fff;
    color: #000;
    transform: scale(1.1) rotate(-45deg);
}

.teaser-cta:hover .cta-text {
    color: var(--vice-coral);
}

/* Main Grid Layout */
.teaser-main-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 30px;
}

/* Universal Card Styling */
.teaser-card {
    position: relative;
    background: rgba(15, 16, 22, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.teaser-card:hover {
    border-color: rgba(223, 176, 251, 0.3);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(223, 176, 251, 0.05);
}

.card-image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.teaser-card:hover .card-img {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8));
}

.card-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 12px;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: 900;
    border-radius: 4px;
    letter-spacing: 1px;
}

.tag-new {
    background: var(--vice-coral);
}

.card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.card-title {
    font-family: 'Orbitron', sans-serif;
    color: #fff;
    font-weight: 700;
}

.card-price {
    font-family: 'Inter', sans-serif;
    color: var(--vice-coral);
    font-weight: 800;
    font-size: 18px;
}

.card-desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 300;
}

/* Card Size Variants */
.card-large .card-image-wrap {
    height: 320px;
}

.card-large .card-title {
    font-size: 24px;
}

.card-small .card-image-wrap {
    height: 180px;
}

.card-small .card-title {
    font-size: 18px;
}

.card-small .card-content {
    padding: 20px;
}

.card-small .card-desc {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Card Footer Detail */
.card-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.card-label {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 2px;
}

.card-dots {
    display: flex;
    gap: 4px;
}

.card-dots span {
    width: 4px;
    height: 4px;
    background: var(--vice-coral);
    border-radius: 50%;
    opacity: 0.3;
}

.card-dots span:first-child {
    opacity: 1;
}

/* Sub Columns */
.teaser-sub-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 1200px) {
    .teaser-main-grid {
        grid-template-columns: 1.2fr 1fr;
    }

    .secondary-col {
        display: none;
    }
}

@media (max-width: 768px) {
    .teaser-top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .teaser-main-grid {
        grid-template-columns: 1fr;
    }

    .secondary-col {
        display: flex;
    }
}

/* ======================================================================
   MENU REDESIGN — MINIMALIST CRAVINGS LAYOUT
   ====================================================================== */

.menu-redesign-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 700px;
    margin: 10px auto 0;
    padding: 0 20px;
    gap: 0;
}

/* Tag */
.menu-rd-tag-wrap {
    margin-bottom: 30px;
}

.menu-rd-tag {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    padding: 10px 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    display: inline-block;
}

/* Heading */
.menu-rd-heading {
    margin-bottom: 40px;
}

.menu-rd-title {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-style: italic;
    font-weight: 700;
    font-size: clamp(3rem, 8vw, 5.5rem);
    line-height: 1.05;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    padding-right: 0.2em;
    letter-spacing: -1px;
}

.menu-rd-title-accent {
    background: linear-gradient(135deg, #c9896d, #d4a574, #b87a5e, #a86e52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: -15px;
    padding-bottom: 0.3em;
    margin-bottom: -0.3em;
}

.kern-c {
    margin-right: -0.1em;
}

/* Category Pills */
.menu-rd-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}

.menu-rd-pill {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 10px 22px;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: 0.5px;
    outline: none;
}

.menu-rd-pill:hover {
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
}

.menu-rd-pill.active {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
}

/* Menu Items List */
.menu-rd-list {
    width: 100%;
    max-width: 580px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 80px;
}

.menu-rd-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 28px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-rd-item:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateX(4px);
}

.menu-rd-item-name {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 0.3px;
}

.menu-rd-item-price {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
}

/* CTA Button */
.menu-rd-cta-wrap {
    margin-bottom: 24px;
    width: 100%;
    max-width: 400px;
}

.menu-rd-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 18px 36px;
    background: linear-gradient(135deg, #e07a5f, #d4648a, #c9527a);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 60px;
    border: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 30px rgba(224, 122, 95, 0.25);
}

.menu-rd-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(224, 122, 95, 0.35);
    background: linear-gradient(135deg, #e8866b, #da7096, #d05e86);
}

.menu-rd-cta svg {
    transition: transform 0.3s ease;
}

.menu-rd-cta:hover svg {
    transform: translateX(4px);
}

/* Bottom Tagline */
.menu-rd-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.5px;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .menu-redesign-inner {
        padding: 0 16px;
    }

    .menu-rd-title {
        font-size: clamp(2.5rem, 10vw, 4rem);
    }

    .menu-rd-categories {
        gap: 8px;
    }

    .menu-rd-pill {
        font-size: 12px;
        padding: 8px 16px;
    }

    .menu-rd-item {
        padding: 15px 20px;
    }

    .menu-rd-item-name {
        font-size: 14px;
    }

    .menu-rd-item-price {
        font-size: 14px;
    }
}


/* ======================================================================
   PLAYSTATION PREMIUM DESIGN SYSTEM
   ====================================================================== */

:root {
    /* Retro Sunset Palette */
    --vice-coral: #dfb0fb;
    --vice-peach: #9f60ce;
    --vice-lavender: #6b3ba1;
    --vice-rust: #2a124c;
    --vice-rose: #7a44b8;

    /* Design System Variables */
    --ps-blue: var(--vice-lavender);
    --ps-blue-light: var(--vice-peach);
    --ps-blue-glow: rgba(107, 59, 161, 0.2);
    --gta-gradient: linear-gradient(135deg, var(--vice-coral) 0%, var(--vice-peach) 33%, var(--vice-lavender) 66%, var(--vice-rust) 100%);
    --sunset-gradient: linear-gradient(to right, var(--vice-coral), var(--vice-peach), var(--vice-lavender), var(--vice-rust), var(--vice-rose));

    --ps-gold: var(--vice-peach);
    --ps-black: #000000;
    --ps-dark: #080808;
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.06);
    --glass-border-hover: rgba(255, 255, 255, 0.15);
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.5);
    --text-tertiary: rgba(255, 255, 255, 0.25);

    /* Preserved for Hero / Preloader compatibility */
    --neon-pink: var(--vice-coral);
    --neon-blue: var(--vice-lavender);
    --deep-purple: #1a0d12;
    --dark-bg: #0f0a08;
    --card-bg: rgba(255, 255, 255, 0.03);
    --card-border: rgba(255, 255, 255, 0.06);
    --glow-pink: 0 0 25px rgba(223, 176, 251, 0.5), 0 0 80px rgba(223, 176, 251, 0.2);
    --glow-blue: 0 0 25px rgba(107, 59, 161, 0.5), 0 0 80px rgba(107, 59, 161, 0.2);
}


/* ---------- Grain Overlay ---------- */
.grain-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.02;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 256px 256px;
}


/* ======================================================================
   NAVIGATION — FROSTED GLASS
   ====================================================================== */

.site-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0 100px 0 130px;
    /* Offset: 130px left, 100px right */
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    background: transparent;
}

.site-nav.nav-scrolled {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

@media (min-width: 1024px) {
    .site-nav.nav-scrolled {
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
    }
}

.nav-inner {
    max-width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    /* Increased to accommodate larger logo */
}

.nav-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.nav-logo-img {
    height: 100px;
    /* As requested by user */
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
}

.nav-brand:hover {
    opacity: 0.7;
}

.nav-links {
    display: flex;
    gap: 40px;
}

.nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    transition: color 0.4s ease;
    padding: 4px 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--ps-blue);
    transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link:hover,
.nav-link.active {
    color: #ffffff;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

/* Hamburger */
.hamburger-btn {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.hamburger-btn span {
    display: block;
    width: 24px;
    height: 1.5px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center;
}

.hamburger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background: var(--ps-blue);
}

.hamburger-btn.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    background: var(--ps-blue);
}


/* ======================================================================
   SECTION FOUNDATIONS
   ====================================================================== */

.content-gradient-wrapper {
    position: relative;
    background: transparent;
    z-index: 5;
}

.vice-section {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 100vh;
    padding: 140px 60px 200px;
    overflow: hidden;
}

.section-inner {
    max-width: 1200px;
    margin: 0 auto;
}

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

.section-tag {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--ps-blue);
    display: block;
    margin-bottom: 20px;
}

.neon-heading {
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.neon-heading.blue {
    color: var(--ps-blue);
}

.neon-heading.pink {
    color: #ffffff;
}

.section-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: var(--text-secondary);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.7;
}


/* ======================================================================
   ABOUT SECTION — EDITORIAL MAGAZINE
   ====================================================================== */

.about-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.about-visual {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: repeat(2, 240px);
    gap: 12px;
}

.frame-large {
    grid-row: 1 / 3;
}

.about-image-frame {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: #080808;
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.9) brightness(0.9);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-image-frame:hover .about-image {
    transform: scale(1.05);
    filter: saturate(1.1) brightness(1);
}

.about-image-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(107, 59, 161, 0.08) 0%, transparent 50%);
    pointer-events: none;
    border: 0px solid rgba(107, 59, 161, 0.3);
    transition: border 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-image-frame:hover .about-image-glow {
    border: 1px solid rgba(107, 59, 161, 0.2);
}

.about-text .section-tag {
    text-align: left;
}

.about-text .neon-heading {
    text-align: left;
    margin-bottom: 28px;
}

.about-text p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-secondary);
    line-height: 1.9;
    margin-bottom: 16px;
}

.about-text strong {
    color: var(--ps-blue);
    font-weight: 600;
}

.about-stats {
    display: flex;
    gap: 48px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.stat-item {
    text-align: center;
}

.hero-stat {
    text-align: left;
}

.stat-number {
    font-family: 'Orbitron', sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    display: block;
    margin-bottom: 6px;
}

.hero-stat .stat-number {
    font-family: 'Anton', sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    background: linear-gradient(135deg, var(--vice-coral), var(--vice-peach));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 10px 40px rgba(223, 176, 251, 0.5);
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.hero-stat .stat-label {
    font-size: 14px;
    letter-spacing: 5px;
    color: #ffffff;
}


/* ======================================================================
   MENU BOOK — GLASS PANELS
   ====================================================================== */

.menu-book {
    display: flex;
    max-width: 850px;
    margin: 0 auto;
    box-shadow: 0 60px 120px rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    perspective: 2000px;
}

.book-spine {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.06);
    z-index: 5;
}

.book-page {
    flex: 1;
    position: relative;
    min-height: 440px;
}

.page-texture {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.008) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.008) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    z-index: 1;
}

.book-page-left {
    background: rgba(8, 8, 12, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-right: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    padding: 48px 40px 32px;
}

.book-page-right {
    background: rgba(8, 8, 12, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-left: none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    padding: 48px 40px 32px;
}

.book-page-flip {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    transform-origin: left center;
    transform-style: preserve-3d;
    z-index: 10;
    pointer-events: none;
}

.flip-front,
.flip-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    overflow: hidden;
}

.flip-front {
    background: rgba(8, 8, 12, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-left: none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    transform: rotateY(0deg);
}

.flip-back {
    background: rgba(8, 8, 12, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-right: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    transform: rotateY(180deg);
}

.flip-front .page-content,
.flip-back .page-content {
    padding: 48px 40px 32px;
}

.page-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 32px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

/* --- Left page: Category Index --- */
.book-categories {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.book-cat {
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.35);
    text-align: left;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: 0.3px;
    border-left: 2px solid transparent;
}

.book-cat:hover {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(107, 59, 161, 0.04);
    border-left-color: rgba(107, 59, 161, 0.3);
}

.book-cat.active {
    color: #ffffff;
    background: rgba(107, 59, 161, 0.08);
    border-left-color: var(--ps-blue);
    font-weight: 600;
}

.cat-number {
    font-family: 'Orbitron', sans-serif;
    color: var(--ps-blue);
    margin-right: 12px;
    font-size: 12px;
    display: inline-block;
    min-width: 36px;
    font-weight: 700;
    opacity: 0.7;
}

.page-ornament {
    text-align: center;
    color: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    letter-spacing: 12px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.page-number {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: var(--text-tertiary);
    margin-top: 20px;
    letter-spacing: 4px;
    font-weight: 500;
}

/* --- Right page: Menu Items --- */
.mobile-back-btn {
    display: none;
}

.page-active-cat {
    color: var(--ps-blue);
}

.book-menu-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
    overflow: hidden;
    max-height: 440px;
    padding-right: 0;
}

.menu-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: auto;
    padding-top: 15px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.menu-pagination.visible {
    opacity: 1;
    pointer-events: auto;
}

.menu-nav-btn {
    background: rgba(107, 59, 161, 0.06);
    border: 1px solid rgba(107, 59, 161, 0.15);
    color: var(--ps-blue);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s ease;
}

.menu-nav-btn:hover {
    background: var(--ps-blue);
    color: white;
    box-shadow: 0 0 20px rgba(107, 59, 161, 0.3);
    transform: scale(1.1);
}

.menu-nav-btn:disabled {
    opacity: 0.15;
    cursor: default;
    pointer-events: none;
}

.menu-page-indicator {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: var(--text-tertiary);
    letter-spacing: 2px;
    min-width: 60px;
    text-align: center;
    font-weight: 500;
}

.book-item {
    display: flex;
    align-items: baseline;
    height: 44px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.book-item:hover {
    background: rgba(107, 59, 161, 0.03);
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 -8px;
    border-radius: 4px;
}

.book-item.hidden {
    display: none !important;
}

.item-name {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    letter-spacing: 0.2px;
}

.item-dots {
    flex: 1;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.08);
    margin: 0 12px;
    min-width: 20px;
    position: relative;
    top: -4px;
}

.item-price {
    font-family: 'Orbitron', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--ps-gold);
    white-space: nowrap;
    letter-spacing: 1px;
}


/* ======================================================================
   USE CASES SECTION (GAMING, CREATING, PRODUCTIVITY)
   ====================================================================== */

.usecases-carousel-wrapper {
    width: 100vw;
    /* Edge-to-edge layout */
    height: 70vh;
    /* Adjust height based on preference */
    min-height: 500px;
    margin-left: calc(-50vw + 50%);
    /* Break out of parent padding to cover full width */
    background-color: #000;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    cursor: grab;
}

.usecases-carousel-wrapper::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome/Safari */
}

.usecases-carousel-wrapper:active {
    cursor: grabbing;
}

.usecases-track {
    display: inline-flex;
    height: 100%;
    gap: 10px;
    /* Flush against each other with a black divider line */
}

.usecase-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    /* Text at bottom */
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.4s ease;
    width: 33.333vw;
    /* Default to showing 3 at a time */
    min-width: 350px;
    height: 100%;
    /* Fill track height */
    flex-shrink: 0;
}

.usecase-card:last-child {
    border-right: none;
}

.usecase-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.usecase-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), filter 1s ease;
    filter: brightness(0.9);
}

.usecase-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 40%,
            rgba(0, 0, 0, 0.2) 70%,
            rgba(0, 0, 0, 0.95) 100%);
    z-index: 2;
    transition: background 0.5s ease;
}

.usecase-content {
    position: relative;
    z-index: 3;
    padding: 40px;
    width: 100%;
}

.usecase-title {
    font-family: 'Oswald', sans-serif;
    /* or Orbitron/Bebas Neue depending on project font */
    font-size: 4.5vw;
    /* Responsive typography */
    font-weight: 800;
    color: white;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

/* Hover Effects */
.usecase-card:hover .usecase-bg img {
    transform: scale(1.05);
    filter: brightness(1) saturate(1.1);
}

.usecase-card:hover .usecase-overlay {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.5) 70%,
            rgba(0, 0, 0, 1) 100%);
}

.usecase-card:hover .usecase-title {
    color: var(--ps-blue, var(--vice-lavender));
    /* Highlight color on hover */
}

/* Responsive Use Cases Grid */
@media (max-width: 1024px) {
    .usecase-title {
        font-size: 6vw;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .usecases-carousel-wrapper {
        height: 50vh;
        min-height: 350px;
    }

    .usecase-card {
        width: 80vw;
        min-width: 280px;
        border-right: none;
    }

    .usecase-title {
        font-size: 40px;
        padding: 24px;
    }
}



/* ======================================================================
   CONTACT SECTION — GLASS FORM
   ====================================================================== */

.contact-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: start;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    padding: 48px;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ps-blue), transparent);
    opacity: 0.3;
}

.form-group {
    position: relative;
}

.neon-input {
    width: 100%;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    color: var(--text-primary);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    outline: none;
}

.neon-input::placeholder {
    color: var(--text-tertiary);
}

.neon-input:focus {
    border-color: var(--ps-blue);
    box-shadow: 0 0 0 3px rgba(107, 59, 161, 0.1);
    background: rgba(107, 59, 161, 0.03);
}

.neon-textarea {
    resize: vertical;
    min-height: 120px;
}

.neon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 40px;
    background: var(--gta-gradient);
    border: none;
    border-radius: 10px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    text-transform: uppercase;
    box-shadow: 0 4px 30px rgba(107, 59, 161, 0.2);
    animation: none;
}

.neon-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 40px rgba(159, 96, 206, 0.35);
    background: var(--ps-blue-light);
}

.contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.info-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.info-card:hover {
    text-decoration: none;
    color: inherit;
    border-color: rgba(107, 59, 161, 0.15);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.04);
}

.info-icon {
    font-size: 28px;
    margin-bottom: 12px;
    color: #ffffff;
}

.info-card h4 {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: var(--ps-blue);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.info-card p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: var(--text-secondary);
    line-height: 1.7;
}


/* ======================================================================
   FOOTER — MINIMAL & POWERFUL
   ====================================================================== */

.vice-footer {
    position: relative;
    z-index: 10;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    padding: 80px 60px 40px;
    text-align: center;
    overflow: hidden;
}

.footer-brand-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 28px;
}

.footer-logo-img {
    height: 80px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(107, 59, 161, 0.15));
    transition: filter 0.6s ease;
}

.footer-logo-img:hover {
    filter: drop-shadow(0 0 30px rgba(107, 59, 161, 0.3));
}

.footer-title-img {
    height: 36px;
    width: auto;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity 0.4s ease;
}

.footer-title-img:hover {
    opacity: 1;
}


.footer-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: var(--text-tertiary);
    font-style: normal;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-bottom: 48px;
}

.footer-links a {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: var(--text-tertiary);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: color 0.4s ease;
}

.footer-links a:hover {
    color: var(--ps-blue);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    padding-top: 24px;
}

.footer-bottom p {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: var(--text-tertiary);
    letter-spacing: 1px;
}

.footer-credit {
    margin-top: 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.25) !important;
    letter-spacing: 0.5px !important;
}

.footer-credit-link {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 1px;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.footer-credit-link:hover {
    color: rgba(167, 139, 250, 0.9);
    border-color: rgba(167, 139, 250, 0.5);
}


/* ======================================================================
   FLOATING CTA — GLASS PILL
   ====================================================================== */

.floating-cta {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    background: #ffffff;
    color: #000000;
    padding: 16px 32px;
    border-radius: 0px;
    text-decoration: none;
    border: 2px solid #000000;
    box-shadow: 6px 6px 0px #000000;
    overflow: hidden;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Breathe animation removed for cleaner design */

.floating-cta .cta-text {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.floating-cta .cta-glare {
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05), transparent);
    transform: skewX(-20deg);
    z-index: 1;
    transition: left 0.8s ease;
}

.floating-cta:hover {
    background: #ffffff;
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0px #000000;
}

.floating-cta:active {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px #000000;
}

.floating-cta:hover .cta-glare {
    left: 200%;
}

/* WhatsApp CTA Style */
.whatsapp-cta {
    position: fixed;
    bottom: 115px;
    right: 40px;
    z-index: 9998;
    width: 60px;
    height: 60px;
    background: #25D366;
    /* WhatsApp Green */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    /* Square to match brutalist theme */
    border: 2px solid #000000;
    box-shadow: 6px 6px 0px #000000;
    transition: all 0.2s ease;
    text-decoration: none;
}

.whatsapp-cta:hover {
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0px #000000;
    background: #20ba5a;
}

.whatsapp-cta:active {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px #000000;
}



/* ======================================================================
   BOOKING MODAL — IMMERSIVE FULL-SCREEN
   ====================================================================== */

.booking-modal {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.booking-modal.open {
    opacity: 1;
    pointer-events: all;
}

.booking-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

.booking-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(165deg, #0c0810 0%, #08060c 40%, #0a0710 100%);
    border: none;
    border-radius: 0;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    transform: scale(0.96);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
}

/* Ambient glow */
.booking-container::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 50%;
    height: 60%;
    background: radial-gradient(ellipse, rgba(107, 59, 161, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.booking-container::after {
    content: '';
    position: absolute;
    bottom: -15%;
    right: -10%;
    width: 45%;
    height: 50%;
    background: radial-gradient(ellipse, rgba(223, 176, 251, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.booking-modal.open .booking-container {
    transform: scale(1);
    opacity: 1;
}

.booking-container::-webkit-scrollbar {
    display: none;
}

/* Close Button */
.booking-close {
    position: absolute;
    top: 32px;
    right: 36px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.4);
    font-size: 22px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 5;
}

.booking-close:hover {
    background: rgba(223, 176, 251, 0.12);
    border-color: var(--vice-coral);
    color: var(--vice-coral);
    transform: rotate(90deg);
}

/* Progress Stepper */
.booking-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 44px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.progress-step span {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    border: 1.5px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.progress-step span b {
    display: block;
    font-weight: 700;
}

.progress-step small {
    position: absolute;
    bottom: -20px;
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    white-space: nowrap;
}

.progress-step.active span {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, var(--vice-lavender), var(--vice-coral));
    box-shadow: 0 4px 24px rgba(107, 59, 161, 0.35);
    transform: scale(1.1);
}

.progress-step.active small {
    color: var(--vice-lavender);
}

.progress-step.done span {
    border-color: transparent;
    color: #fff;
    background: rgba(0, 200, 83, 0.15);
    box-shadow: 0 0 12px rgba(0, 200, 83, 0.12);
}

.progress-step.done small {
    color: rgba(0, 200, 83, 0.6);
}

.progress-line {
    flex: 1;
    height: 2px;
    background: rgba(255, 255, 255, 0.03);
    margin: 0 14px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 2px;
}

.progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--vice-lavender), var(--vice-coral));
    box-shadow: 0 0 8px rgba(107, 59, 161, 0.4);
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Inner Content Wrapper */
.booking-inner {
    width: 100%;
    max-width: 640px;
    position: relative;
}

.booking-step {
    display: none;
    animation: fadeStepIn 0.4s ease forwards;
}

.booking-step.active {
    display: block;
}

@keyframes fadeStepIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.step-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 24px;
    font-weight: 900;
    background: linear-gradient(135deg, #fff 30%, var(--vice-lavender));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.step-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 28px;
    line-height: 1.7;
}

/* Form Fields */
.field-group {
    margin-bottom: 22px;
}

.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.field-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 10px;
}

.booking-input {
    width: 100%;
    padding: 13px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

select.booking-input {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.7)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 16px !important;
    padding-right: 45px !important;
    cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
    transform: scale(1.3);
    margin-right: 2px;
    transition: transform 0.2s ease;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
    transform: scale(1.5);
}

.booking-input:focus {
    border-color: var(--vice-lavender);
    box-shadow: 0 0 0 3px rgba(107, 59, 161, 0.08), 0 4px 16px rgba(107, 59, 161, 0.06);
    background: rgba(107, 59, 161, 0.03);
}

.booking-input::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.booking-textarea {
    min-height: 90px;
    resize: vertical;
}

select.booking-input option {
    background-color: #05070a;
    color: #ffffff;
    font-size: 14px;
}

select.booking-input option:disabled {
    color: rgba(255, 255, 255, 0.3);
}

/* Use Case Grid */
.usecase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.usecase-btn {
    padding: 13px 8px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.45);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.usecase-btn:hover {
    border-color: rgba(107, 59, 161, 0.2);
    background: rgba(107, 59, 161, 0.04);
    color: rgba(255, 255, 255, 0.7);
}

.usecase-btn.selected {
    border-color: var(--vice-lavender);
    background: linear-gradient(135deg, rgba(107, 59, 161, 0.12), rgba(223, 176, 251, 0.08));
    color: #fff;
    box-shadow: 0 4px 20px rgba(107, 59, 161, 0.1);
}

/* Duration Grid */
.duration-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.duration-btn {
    padding: 10px 4px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.45);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.duration-btn:hover {
    border-color: rgba(107, 59, 161, 0.2);
}

.duration-btn.selected {
    border-color: var(--vice-lavender);
    background: linear-gradient(135deg, rgba(107, 59, 161, 0.12), rgba(223, 176, 251, 0.08));
    color: #fff;
    box-shadow: 0 4px 16px rgba(107, 59, 161, 0.1);
}

/* Stepper Input (Members / Consoles) */
.stepper-input {
    display: inline-flex;
    align-items: center;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
}

.stepper-btn {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.03);
    border: none;
    color: var(--ps-blue);
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.stepper-btn:hover {
    background: rgba(107, 59, 161, 0.12);
    color: #fff;
}

.stepper-btn:active {
    transform: scale(0.9);
}

.stepper-value {
    width: 50px !important;
    text-align: center;
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: transparent !important;
    -moz-appearance: textfield;
    appearance: textfield;
}

.stepper-value::-webkit-outer-spin-button,
.stepper-value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.field-hint {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: var(--text-tertiary);
    margin-top: 8px;
    letter-spacing: 0.3px;
    opacity: 0.7;
}

/* Live Price Estimate */
.price-estimate {
    background: rgba(107, 59, 161, 0.04);
    border: 1px solid rgba(107, 59, 161, 0.1);
    border-left: 3px solid var(--vice-lavender);
    border-radius: 12px;
    padding: 16px 20px;
    margin-top: 4px;
}

.price-estimate-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.price-amount {
    font-family: 'Orbitron', sans-serif;
    font-size: 22px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--vice-lavender), var(--vice-peach));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.price-breakdown {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.25);
    margin-top: 10px;
    line-height: 1.8;
    letter-spacing: 0.3px;
}

/* Time-Slot Grid */
.timeslot-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    max-height: 240px;
    overflow-y: auto;
    padding-right: 4px;
}

.timeslot-grid::-webkit-scrollbar {
    width: 2px;
}

.timeslot-grid::-webkit-scrollbar-thumb {
    background: rgba(107, 59, 161, 0.3);
    border-radius: 3px;
}

.timeslot-btn {
    padding: 12px 8px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.45);
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.timeslot-btn:hover:not(.ghosted) {
    border-color: rgba(107, 59, 161, 0.25);
    background: rgba(107, 59, 161, 0.04);
}

.timeslot-btn.selected {
    border-color: var(--vice-lavender);
    background: linear-gradient(135deg, rgba(107, 59, 161, 0.15), rgba(223, 176, 251, 0.08));
    color: #fff;
    box-shadow: 0 4px 16px rgba(107, 59, 161, 0.12);
}

.timeslot-btn.ghosted {
    opacity: 0.1;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: line-through;
    border-color: transparent;
}

/* Payment Options */
.payment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 20px;
}

.payment-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.payment-btn:hover {
    border-color: rgba(107, 59, 161, 0.2);
    background: rgba(107, 59, 161, 0.03);
    transform: translateY(-2px);
}

.payment-btn.selected {
    border-color: var(--vice-lavender);
    background: linear-gradient(135deg, rgba(107, 59, 161, 0.1), rgba(223, 176, 251, 0.06));
    box-shadow: 0 6px 24px rgba(107, 59, 161, 0.12);
}

.payment-icon {
    font-size: 32px;
    margin-bottom: 12px;
}

.payment-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.payment-desc {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
}

/* Navigation Buttons */
.booking-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    gap: 14px;
}

.booking-btn {
    padding: 15px 28px;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.35s ease;
    border: none;
}

.booking-btn-back {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.35);
}

.booking-btn-back:hover {
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.booking-btn-back.hidden {
    display: none;
}

.booking-btn-next {
    background: linear-gradient(135deg, var(--vice-lavender), var(--vice-coral));
    color: #ffffff;
    box-shadow: 0 4px 24px rgba(107, 59, 161, 0.25);
    width: 100%;
    text-align: center;
}

.booking-btn-next:hover {
    box-shadow: 0 8px 32px rgba(107, 59, 161, 0.35);
    transform: translateY(-2px);
    filter: brightness(1.1);
}

/* Confirmation */
.confirm-icon {
    font-size: 64px;
    text-align: center;
    margin-bottom: 16px;
    animation: confirmPop 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes confirmPop {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.confirm-summary {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 24px;
    margin-top: 16px;
}

.confirm-summary .summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.6;
}

.confirm-summary .summary-row:last-child {
    border-bottom: none;
}

.confirm-summary .summary-label {
    color: rgba(255, 255, 255, 0.3);
    font-weight: 400;
}

.confirm-summary .summary-value {
    color: #fff;
    font-weight: 600;
    text-align: right;
}

/* Responsive modal */
@media (max-width: 768px) {
    .booking-container {
        padding: 50px 24px 28px;
        justify-content: flex-start;
        padding-top: 70px;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
    }

    .booking-close {
        top: 50px;
        right: 20px;
        width: 38px;
        height: 38px;
        font-size: 18px;
        border-radius: 10px;
    }

    .usecase-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .field-row {
        grid-template-columns: 1fr 1fr;
    }

    .timeslot-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .step-title {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .step-subtitle {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .booking-progress {
        margin-bottom: 22px;
    }

    .progress-step span {
        width: 30px;
        height: 30px;
        font-size: 10px;
        border-radius: 10px;
    }

    #bookingStep1 .field-group {
        margin-bottom: 16px;
    }

    #bookingStep1 .field-label {
        margin-bottom: 6px;
        font-size: 9px;
    }

    #bookingStep1 .usecase-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    #bookingStep1 .usecase-btn {
        padding: 10px 4px;
        font-size: 12px;
    }

    #bookingStep1 .field-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    #bookingStep1 .duration-grid {
        gap: 6px;
    }

    #bookingStep1 .duration-btn {
        padding: 10px 4px;
        font-size: 12px;
    }

    .field-hint {
        font-size: 10px;
        margin-top: 6px;
    }

    .price-estimate {
        padding: 12px 14px;
    }

    .price-amount {
        font-size: 18px;
    }

    .booking-nav {
        margin-top: 24px;
        justify-content: center;
    }

    .booking-btn-next {
        width: 100%;
    }

    .payment-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .payment-btn {
        padding: 20px 12px;
    }
}

/* Drag and Drop Zone styling */
.upload-dropzone.dragover {
    border-color: var(--ps-blue) !important;
    background: rgba(0, 114, 206, 0.05) !important;
    box-shadow: 0 0 16px rgba(0, 114, 206, 0.1) inset;
}

/* Step 2 overrides */
#bookingStep2 .step-subtitle {
    margin-bottom: 18px;
}

#bookingStep2 .field-group {
    margin-bottom: 16px;
}

#bookingStep2 .booking-textarea {
    min-height: 70px;
    padding: 12px 16px;
}

#bookingStep2 .payment-btn {
    padding: 24px 14px;
}

#bookingStep2 .payment-title {
    font-size: 14px;
    margin-bottom: 4px;
}

#bookingStep2 .payment-desc {
    font-size: 11px;
}


/* ======================================================================
   SISTER PLATFORMS SECTION
   ====================================================================== */

.section-sisters {
    padding: 120px 60px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #d5c4fb 0%, #c9b3f5 50%, #d5c4fb 100%);
}

.section-sisters::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse 600px 400px at 20% 30%, rgba(223, 176, 251, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse 500px 500px at 80% 70%, rgba(107, 59, 161, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.sisters-header {
    text-align: center;
    margin-bottom: 80px;
}

.sisters-tag {
    display: inline-block;
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--ps-blue);
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
}

.sisters-title {
    opacity: 0;
    transform: translateY(30px);
}

.sisters-subtitle {
    max-width: 500px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
}

.sisters-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

/* --- Sister Card --- */
.sister-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(60px);
}

.sister-card-glow {
    position: absolute;
    inset: -2px;
    border-radius: 22px;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.sister-card-malibu .sister-card-glow {
    background: linear-gradient(135deg, var(--vice-coral), var(--vice-peach), var(--vice-lavender));
}

.sister-card-green .sister-card-glow {
    background: linear-gradient(135deg, #2ecc71, #1abc9c, #27ae60);
}

.sister-card:hover .sister-card-glow {
    opacity: 1;
}

.sister-card-border {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    z-index: 1;
    transition: border-color 0.4s ease;
}

.sister-card:hover .sister-card-border {
    border-color: rgba(255, 255, 255, 0.15);
}

.sister-card-content {
    position: relative;
    z-index: 2;
    padding: 50px 40px;
    background: rgba(10, 5, 16, 0.95);
    border-radius: 20px;
    backdrop-filter: blur(20px);
}

.sister-card-noise {
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: 20px;
    pointer-events: none;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Icon */
.sister-icon-wrap {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.sister-icon {
    font-size: 32px;
    position: relative;
    z-index: 2;
}

.sister-icon-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.08);
    animation: sisterRingSpin 8s linear infinite;
}

.sister-card-malibu .sister-icon-ring {
    border-color: rgba(223, 176, 251, 0.3);
    box-shadow: 0 0 30px rgba(223, 176, 251, 0.1);
}

.sister-card-green .sister-icon-ring {
    border-color: rgba(46, 204, 113, 0.3);
    box-shadow: 0 0 30px rgba(46, 204, 113, 0.1);
}

@keyframes sisterRingSpin {
    0% {
        transform: rotate(0deg) scale(1);
        border-style: solid;
    }

    25% {
        border-style: dashed;
    }

    50% {
        transform: rotate(180deg) scale(1.05);
        border-style: solid;
    }

    75% {
        border-style: dashed;
    }

    100% {
        transform: rotate(360deg) scale(1);
        border-style: solid;
    }
}

/* Typography */
.sister-name {
    font-family: 'Orbitron', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.sister-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.sister-card-malibu .sister-tagline {
    background: linear-gradient(90deg, var(--vice-coral), var(--vice-peach));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sister-card-green .sister-tagline {
    background: linear-gradient(90deg, #2ecc71, #1abc9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sister-desc {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
}

/* Features */
.sister-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

.sister-feature {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 8px 16px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.sister-card:hover .sister-feature {
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.8);
}

/* CTA */
.sister-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 32px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    color: #ffffff;
    background: transparent;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.sister-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.sister-card-malibu .sister-cta::before {
    background: linear-gradient(135deg, var(--vice-coral), var(--vice-peach));
}

.sister-card-green .sister-cta::before,
.sister-cta-green::before {
    background: linear-gradient(135deg, #2ecc71, #1abc9c) !important;
}

.sister-cta:hover {
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.sister-cta:hover::before {
    opacity: 1;
}

.sister-cta span,
.sister-cta svg {
    position: relative;
    z-index: 1;
}

.sister-cta svg {
    transition: transform 0.3s ease;
}

.sister-cta:hover svg {
    transform: translateX(5px);
}

/* --- Connector --- */
.sisters-connector {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    height: 40px;
}

.connector-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    background: var(--sunset-gradient);
    border-radius: 2px;
    transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.connector-dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.connector-dot-left {
    left: calc(50% - 200px);
    background: var(--vice-coral);
    box-shadow: 0 0 15px var(--vice-coral);
}

.connector-dot-center {
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: var(--vice-lavender);
    box-shadow: 0 0 15px var(--vice-lavender);
    width: 14px;
    height: 14px;
}

.connector-dot-right {
    right: calc(50% - 200px);
    background: #2ecc71;
    box-shadow: 0 0 15px #2ecc71;
}

.connector-label {
    font-family: 'Orbitron', sans-serif;
    font-size: 10px;
    letter-spacing: 6px;
    color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.6s ease 0.8s;
}

/* Connector active states (toggled by JS) */
.sisters-connector.active .connector-line {
    width: 400px;
}

.sisters-connector.active .connector-dot {
    transform: translateY(-50%) scale(1);
}

.sisters-connector.active .connector-dot-center {
    transform: translate(-50%, -50%) scale(1);
}

.sisters-connector.active .connector-label {
    opacity: 1;
}

/* --- Hover lift --- */
.sister-card {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
}

.sister-card:hover {
    transform: translateY(-12px);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .section-sisters {
        padding: 80px 20px;
    }

    .sisters-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sister-card-content {
        padding: 35px 25px;
    }

    .sister-name {
        font-size: 18px;
    }

    .sisters-connector {
        display: none;
    }
}


/* ======================================================================
   CUSTOM CURSOR — BLUE THEME
   ====================================================================== */

@media (hover: hover) and (pointer: fine) {
    body.cursor-enabled * {
        cursor: none !important;
    }

    .custom-cursor {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        pointer-events: none;
        mix-blend-mode: difference;
    }

    .cursor-dot {
        position: fixed;
        width: 8px;
        height: 8px;
        background-color: #fff;
        border-radius: 50%;
        z-index: 99999;
        pointer-events: none;
        transform: translate(-50%, -50%);
        transition:
            width 0.4s cubic-bezier(0.16, 1, 0.3, 1),
            height 0.4s cubic-bezier(0.16, 1, 0.3, 1),
            background-color 0.3s ease,
            box-shadow 0.3s ease;
    }

    .custom-cursor.hovering .cursor-dot {
        width: 24px;
        height: 24px;
        mix-blend-mode: normal;
    }

    .custom-cursor.hovering-pink .cursor-dot {
        background-color: var(--ps-blue-light);
        box-shadow: 0 0 20px var(--ps-blue-light), 0 0 40px rgba(159, 96, 206, 0.4);
    }

    .custom-cursor.hovering-blue .cursor-dot {
        background-color: var(--ps-blue);
        box-shadow: 0 0 20px var(--ps-blue), 0 0 40px rgba(107, 59, 161, 0.4);
    }

    .custom-cursor.hovering-white .cursor-dot {
        background-color: #ffffff;
        box-shadow: 0 0 20px #ffffff, 0 0 40px rgba(255, 255, 255, 0.6);
        mix-blend-mode: difference;
    }
}


/* ======================================================================
   RESPONSIVE — PLAYSTATION PREMIUM
   ====================================================================== */

@media (max-width: 1024px) {
    .about-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        border-left: 1px solid rgba(255, 255, 255, 0.04);
    }

    .nav-links.open {
        right: 0;
    }

    .nav-link {
        font-size: 14px;
        letter-spacing: 4px;
        color: rgba(255, 255, 255, 0.5);
    }

    .hamburger-btn {
        display: flex;
    }

    .site-nav {
        padding: 0 20px;
    }

    .vice-section {
        padding: 80px 20px 60px;
    }

    .neon-heading {
        font-size: clamp(2rem, 8vw, 3.5rem);
    }

    .scroll-container {
        height: 250vh;
    }

    .trailer-text {
        bottom: 45px;
    }

    /* Menu layout fixes for mobile */
    .section-menu.transparent-menu {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        width: 100%;
        padding: 20px 0;
    }

    .section-menu.transparent-menu .section-inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 0 10px;
        width: 100%;
        text-align: center;
        transform: none;
    }

    /* Mobile Menu Book */
    .menu-book {
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scrollbar-width: none;
        border-radius: 12px;
        transform: scale(0.5);
        transform-origin: center center;
        margin: 20px auto 0;
        width: 90%;
        max-width: 320px;
        box-shadow: 0 30px 100px rgba(0, 0, 0, 0.8);
    }

    .book-spine {
        display: none !important;
    }

    .book-page-left,
    .book-page-right {
        flex: 0 0 100%;
        width: 100%;
        scroll-snap-align: start;
        border: none;
        padding: 20px;
        box-shadow: none;
        height: 380px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background: rgba(8, 8, 12, 0.95);
        border: 1px solid rgba(255, 255, 255, 0.04);
        position: relative;
    }

    .book-categories {
        flex: none;
        gap: 4px;
        margin-top: 10px;
    }

    .book-cat {
        padding: 5px 12px;
        font-size: 11px;
        border-left: 2px solid transparent;
    }

    .book-cat.active {
        background: rgba(107, 59, 161, 0.08);
        border-left-color: var(--ps-blue);
    }

    .page-title {
        font-size: 18px;
        margin-bottom: 15px;
        letter-spacing: 4px;
    }

    .book-item {
        height: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    }

    .item-name,
    .item-price {
        font-size: 11px;
        font-weight: 500;
    }

    .book-menu-list {
        max-height: 280px;
        padding-right: 0;
    }

    .mobile-back-btn {
        display: block;
        margin-bottom: 15px;
        padding: 6px 12px;
        font-size: 10px;
        border: 1px solid var(--ps-blue);
        color: var(--ps-blue);
        background: rgba(107, 59, 161, 0.05);
        border-radius: 4px;
        font-family: 'Inter', sans-serif;
        cursor: pointer;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .mobile-back-btn:active {
        background: var(--ps-blue);
        color: white;
    }

    .page-number,
    .page-ornament {
        display: none;
    }

    .about-layout {
        grid-template-columns: 1fr;
    }

    .about-stats {
        gap: 24px;
    }

    .contact-info {
        grid-template-columns: 1fr 1fr;
    }

    .footer-links {
        flex-wrap: wrap;
        gap: 16px;
    }

    .floating-cta {
        bottom: 24px;
        right: 24px;
        padding: 12px 24px;
        font-size: 14px;
        box-shadow: 4px 4px 0px #000000;
    }

    .whatsapp-cta {
        bottom: 90px;
        right: 24px;
        width: 50px;
        height: 50px;
        box-shadow: 4px 4px 0px #000000;
    }

    .nav-logo-img {
        height: 60px;
    }

    .nav-inner {
        height: 80px;
    }
}

@media (max-width: 480px) {
    .site-nav {
        padding: 0 16px;
    }

    .contact-info {
        grid-template-columns: 1fr;
    }

    .about-stats {
        flex-direction: column;
        gap: 16px;
    }

    .vice-section {
        padding: 60px 16px 60px;
    }
}


/* ======================================================================
   GAME LOGOS MARQUEE
   ====================================================================== */

.game-logos-marquee {
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
    margin: 20px 0 60px;
    position: relative;
    background: transparent;
}

.logos-track {
    display: flex;
    width: max-content;
    animation: marquee-right 40s linear infinite;
    gap: 80px;
    align-items: center;
}

@keyframes marquee-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.game-logo {
    height: 85px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.game-logo:hover {
    filter: brightness(1.1);
    transform: scale(1.15) translateY(-5px);
}

@media (max-width: 768px) {
    .game-logos-marquee {
        padding: 40px 0;
        margin: 10px 0 40px;
    }

    .game-logo {
        height: 55px;
        max-width: 160px;
        opacity: 1;
    }

    .logos-track {
        gap: 40px;
    }
}


/* ======================================================================
   GAMING USE-CASES CAROUSEL (SCROLLABLE IMAGE GALLERY)
   ====================================================================== */

.usecases-carousel-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
    padding-bottom: 0;
}

.usecases-carousel-wrapper::-webkit-scrollbar {
    display: none;
}

.usecases-carousel-wrapper:active,
.usecases-carousel-wrapper.is-dragging {
    cursor: grabbing;
}

.usecases-track {
    display: flex;
    gap: 0;
    width: max-content;
    align-items: stretch;
}

.usecase-card {
    flex: 0 0 auto;
    width: 38vw;
    max-width: 560px;
    aspect-ratio: 1 / 1;
    height: auto;
    scroll-snap-align: start;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.usecase-card:first-child {
    margin-left: 0;
}

.usecase-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.usecase-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.usecase-card:hover .usecase-bg img {
    transform: scale(1.06);
}

.usecase-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            transparent 40%,
            rgba(0, 0, 0, 0.5) 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.usecase-card:hover .usecase-overlay {
    opacity: 1;
}

/* Edge fade hints for scroll affordance */
.usecases-carousel-wrapper::after {
    content: '';
    position: sticky;
    right: 0;
    top: 0;
    display: block;
    width: 80px;
    height: 100%;
    background: linear-gradient(to left, rgba(10, 10, 10, 0.6), transparent);
    pointer-events: none;
    flex-shrink: 0;
}

/* Responsive — tablet */
@media (max-width: 1024px) {
    .usecase-card {
        width: 55vw;
        max-width: 55vw;
    }
}

/* Responsive — mobile */
@media (max-width: 768px) {
    .usecases-carousel-wrapper {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }

    .usecase-card {
        width: 80vw;
        max-width: 80vw;
        scroll-snap-align: center;
    }
}

@media (max-width: 480px) {
    .usecase-card {
        width: 88vw;
        max-width: 88vw;
    }
}

/* ======================================================================
   PRELOADER & PROGRESS — PRESERVED
   ====================================================================== */

.preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
}

.preloader-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    z-index: 1;
    transform-origin: center;
    will-change: transform;
}

.preloader-bg-1 {
    top: 0;
    height: 50%;
}

.preloader-bg-2 {
    bottom: 0;
    height: 50%;
}

.preloader-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    color: #fff;
    will-change: opacity, transform;
}

.preloader-logo {
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    font-size: clamp(3rem, 10vw, 8rem);
    letter-spacing: 12px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #D95B5B, #A992C4, #ffffff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: preloader-shimmy 3s linear infinite;
    transform: scale(0.9);
    filter: blur(10px);
    opacity: 0;
}

.preloader-progress {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 4px;
    opacity: 0;
    color: rgba(255, 255, 255, 0.6);
}

.preloader-progress span {
    color: #fff;
    font-weight: 600;
}

@keyframes preloader-shimmy {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

/* Top Scroll Indicator */
.scroll-progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.02);
    z-index: 99998;
}

.scroll-progress-fill {
    height: 100%;
    width: 0%;
    background: var(--ps-blue);
    box-shadow: 0 0 8px rgba(107, 59, 161, 0.5);
    will-change: width;
}

/* Custom Scroll Wheel Badge */
.scroll-wheel-badge {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 90px;
    height: 90px;
    z-index: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    mix-blend-mode: difference;
    opacity: 0;
    transform: scale(0.8);
    will-change: transform, opacity;
}

.scroll-wheel-badge svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
}

.scroll-wheel-badge .wheel-arrow {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 2px;
}

/* ======================================================================
   RUNNING BULLETIN MARQUEE
   ====================================================================== */

.bulletin-marquee-section {
    position: relative;
    z-index: 5;
    width: 100%;
    overflow: hidden;
    background: #0a0a0a;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
}

.bulletin-track-wrapper {
    width: 100%;
    overflow: hidden;
}

.bulletin-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: bulletinScroll 25s linear infinite;
    will-change: transform;
}

@keyframes bulletinScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.bulletin-item {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(1rem, 2vw, 1.4rem);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding: 0 30px;
    flex-shrink: 0;
}

.bulletin-separator {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    padding: 0 10px;
}

/* Hover pause */
.bulletin-marquee-section:hover .bulletin-track {
    animation-play-state: paused;
}

/* ======================================================================
   SISTER PLATFORMS (HORIZONTAL SCROLL)
   ====================================================================== */

.section-sister-platforms {
    padding: 0 !important;
    margin: 0;
    overflow: hidden;
    position: relative;
    background: #d5c4fb !important;
}

.sp-pin-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.sp-scroll-wrapper {
    display: flex;
    width: 200vw;
    /* 2 panels */
    height: 100%;
    will-change: transform;
}

.sp-panel {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 80px;
    box-sizing: border-box;
    flex-shrink: 0;
    background: #d5c4fb;
}

/* SP SCATTERED LAYOUT */
.sp-scattered-layout {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
}

/* CURVED SVG BACKGROUND */
.sp-curve-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.7;
}

/* CENTER TEXT CARD */
.sp-center-text {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 60px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 30px 60px rgba(80, 40, 120, 0.1);
    max-width: 500px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sp-badge {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 16px;
    background: rgba(80, 40, 120, 0.1);
    color: #4a1d96;
    border-radius: 20px;
    margin-bottom: 24px;
    font-weight: 600;
}

.sp-center-text h2 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
}

.sp-center-text .sp-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #3a2860;
    margin: 0;
}

/* FLOATING ITEMS */
.sp-floating-item {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(80, 40, 120, 0.15);
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(80, 40, 120, 0.15);
    backdrop-filter: blur(10px);
    text-align: center;
    animation: sp-float 6s ease-in-out infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sp-floating-item:hover {
    box-shadow: 0 25px 50px rgba(80, 40, 120, 0.25);
}

/* SPEC BADGES AS CIRCLES */
.sp-f1,
.sp-f2,
.sp-f3,
.sp-f4,
.sp-f5,
.sp-f6 {
    width: 140px;
    height: 140px;
    padding: 10px;
}

.sp-f1 {
    top: 15%;
    left: 8%;
    animation-delay: 0s;
}

.sp-f2 {
    bottom: 20%;
    left: 15%;
    animation-delay: 1.5s;
}

.sp-f3 {
    top: 20%;
    right: 12%;
    animation-delay: 3s;
}

.sp-f4 {
    top: 20%;
    right: 10%;
    animation-delay: 0.5s;
}

.sp-f5 {
    bottom: 15%;
    right: 15%;
    animation-delay: 2s;
}

.sp-f6 {
    top: 15%;
    left: 12%;
    animation-delay: 3.5s;
}

/* MAIN IMAGE AS FLOATING ITEM */
.sp-f-img,
.sp-f-img-2 {
    width: 350px;
    height: 350px;
    border-radius: 40px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
}

.sp-f-img {
    bottom: 10%;
    right: 15%;
    animation-delay: 1s;
}

.sp-f-img-2 {
    bottom: 12%;
    left: 10%;
    animation-delay: 1.2s;
}

.sp-f-img:hover,
.sp-f-img-2:hover {
    box-shadow: none;
}

.sp-main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 40px;
    filter: drop-shadow(0 30px 50px rgba(80, 40, 120, 0.25));
}

.spec-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #6b3fa0;
    letter-spacing: 1px;
    margin-bottom: 6px;
    font-weight: 600;
}

.spec-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a0a30;
}

@keyframes sp-float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(2deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.sp-peek {
    display: none;
}

.sp-peek-text {
    writing-mode: vertical-rl;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.9rem;
    color: #4a1d96;
    transform: rotate(180deg);
    white-space: nowrap;
}

.sp-peek-chevrons {
    display: flex;
    flex-direction: column;
    color: #4a1d96;
    opacity: 0.7;
}

.sp-peek-chevrons svg {
    width: 20px;
    height: 20px;
    margin: -5px 0;
}

@media (max-width: 1024px) {
    .sp-pin-container {
        height: auto !important;
        position: static !important;
    }

    .sp-scroll-wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 1.5rem;
        padding-bottom: 2rem;
        margin-left: calc(-50vw + 50%);
        width: 100vw;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-left: 7.5vw;
        padding-right: 7.5vw;
        scrollbar-width: none;
        /* Hide scrollbar for Firefox */
    }

    .sp-scroll-wrapper::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for Chrome, Safari, Opera */
    }

    .sp-panel {
        flex: 0 0 auto;
        width: 85vw;
        height: auto;
        min-height: 400px;
        scroll-snap-align: center;
        border-radius: 30px;
        padding: 40px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background: rgba(255, 255, 255, 0.2) !important;
        box-shadow: 0 10px 30px rgba(80, 40, 120, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .sp-scattered-layout {
        position: relative;
        height: auto !important;
    }

    .sp-center-text {
        padding: 30px;
        max-width: 90%;
        border-radius: 20px;
    }

    .sp-center-text h2 {
        font-size: 2.5rem;
    }

    .sp-badge {
        margin-bottom: 15px;
    }

    .sp-center-text .sp-desc {
        font-size: 1rem;
    }

    .sp-f1,
    .sp-f2,
    .sp-f3,
    .sp-f4,
    .sp-f5,
    .sp-f6 {
        width: 90px;
        height: 90px;
        padding: 8px;
    }

    .spec-label {
        font-size: 0.55rem;
        margin-bottom: 4px;
    }

    .spec-value {
        font-size: 0.85rem;
    }

    .sp-f1 {
        top: 5%;
        left: 5%;
    }

    .sp-f2 {
        bottom: 5%;
        left: 5%;
    }

    .sp-f3 {
        top: 5%;
        right: 5%;
    }

    .sp-f4 {
        top: 5%;
        right: 5%;
    }

    .sp-f5 {
        bottom: 5%;
        right: 5%;
    }

    .sp-f6 {
        top: 5%;
        left: 5%;
    }

    .sp-f-img,
    .sp-f-img-2 {
        width: 150px;
        height: 150px;
    }

    .sp-f-img {
        bottom: 5%;
        right: 5%;
    }

    .sp-f-img-2 {
        bottom: 5%;
        left: 5%;
    }
}

@media (max-width: 768px) {
    #sister-platforms.section-sister-platforms {
        min-height: auto !important;
        background: #0d0818 !important;
        background-color: #0d0818 !important;
    }

    .sp-curve-svg-seamless {
        display: none !important;
    }

    .sp-panel {
        padding: 30px 20px !important;
        min-height: 520px !important;
        width: 100vw !important;
        border-radius: 0 !important;
        border: none !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .sp-panel.sp-malibu {
        background: #ebdff9 !important;
        /* Solid Opaque Lavender */
        order: 2;
    }

    .sp-panel.sp-green {
        background: #e4f5e9 !important;
        /* Solid Opaque Mint Green */
        order: 1;
    }

    .sp-scattered-layout {
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        gap: 15px;
        padding: 10px 0;
        height: auto !important;
    }

    .sp-center-text {
        flex: 0 0 auto;
        padding: 0 !important;
        margin-bottom: 10px;
        max-width: 100%;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .sp-center-text h2 {
        font-size: 2.2rem !important;
        margin-bottom: 12px !important;
    }

    .sp-center-text .sp-desc {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    /* Hide the cluttered floating specs circles on mobile */
    .sp-f1,
    .sp-f2,
    .sp-f3,
    .sp-f4,
    .sp-f5,
    .sp-f6 {
        display: none !important;
    }

    /* Display image beautifully under the text */
    .sp-f-img,
    .sp-f-img-2 {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        animation: none !important;
        transform: none !important;
        width: 100% !important;
        max-width: 240px !important;
        height: auto !important;
        margin-top: 15px !important;
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .sp-main-img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        filter: drop-shadow(0 15px 25px rgba(80, 40, 120, 0.15)) !important;
    }
}




/* ======================================================================
   REVIEWS SECTION — MARQUEE TESTIMONIALS
   ====================================================================== */

.section-reviews {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 120px 0 100px;
    overflow: hidden;
    background: #0a0a0a;
}

.section-reviews .section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}

.section-reviews .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-reviews .neon-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0;
}

/* Google Rating Badge */
.reviews-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 8px 20px;
    margin-bottom: 28px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
}

.reviews-badge svg {
    flex-shrink: 0;
    filter: drop-shadow(0 0 4px rgba(255, 215, 0, 0.4));
}

/* Marquee Row Container */
.reviews-marquee-row {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}

/* Edge fade masks */
.reviews-marquee-row::before,
.reviews-marquee-row::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 10;
    pointer-events: none;
}

.reviews-marquee-row::before {
    left: 0;
    background: linear-gradient(to right, #000000 0%, transparent 100%);
}

.reviews-marquee-row::after {
    right: 0;
    background: linear-gradient(to left, #000000 0%, transparent 100%);
}

/* Marquee Track — CSS Animation */
.reviews-marquee-track {
    display: flex;
    gap: 24px;
    width: max-content;
    will-change: transform;
}

/* Left scrolling row */
.reviews-marquee-row[data-direction="left"] .reviews-marquee-track {
    animation: reviewMarqueeLeft 60s linear infinite;
}

/* Right scrolling row */
.reviews-marquee-row[data-direction="right"] .reviews-marquee-track {
    animation: reviewMarqueeRight 65s linear infinite;
}

@keyframes reviewMarqueeLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes reviewMarqueeRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Pause on hover */
.reviews-marquee-row:hover .reviews-marquee-track {
    animation-play-state: paused;
}

/* ---- Review Card V2 ---- */
.review-card-v2 {
    flex-shrink: 0;
    width: 380px;
    padding: 36px 32px 32px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    backdrop-filter: blur(8px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.review-card-v2::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(167, 139, 250, 0.04) 0%, transparent 50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.review-card-v2:hover {
    transform: translateY(-4px);
    border-color: rgba(167, 139, 250, 0.2);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(167, 139, 250, 0.06);
}

.review-card-v2:hover::before {
    opacity: 1;
}

/* Quote Icon */
.review-quote-icon {
    color: var(--ps-blue);
}

.review-quote-icon svg {
    opacity: 0.3;
}

/* Review Text */
.review-text-v2 {
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.7);
    flex-grow: 1;
}

/* Stars */
.review-stars-v2 {
    color: #FFD700;
    font-size: 16px;
    letter-spacing: 3px;
    filter: drop-shadow(0 0 4px rgba(255, 215, 0, 0.3));
}

/* Author */
.review-author-v2 {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--vice-coral), var(--vice-lavender));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(167, 139, 250, 0.2);
}

.review-author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.review-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.3px;
}

.review-source {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 0.2px;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .section-reviews {
        padding: 80px 0 60px;
    }

    .section-reviews .section-inner {
        padding: 0 24px;
    }

    .section-reviews .section-header {
        margin-bottom: 40px;
    }

    .section-reviews .neon-heading {
        font-size: clamp(1.6rem, 7vw, 2.2rem);
    }

    .reviews-badge {
        font-size: 11px;
        padding: 6px 14px;
    }

    .reviews-marquee-row::before,
    .reviews-marquee-row::after {
        width: 40px;
    }

    .reviews-marquee-row {
        margin-bottom: 16px;
    }

    .review-card-v2 {
        width: 300px;
        padding: 28px 24px 24px;
    }

    .review-text-v2 {
        font-size: 13px;
    }

    .reviews-marquee-row[data-direction="left"] .reviews-marquee-track {
        animation-duration: 40s;
    }

    .reviews-marquee-row[data-direction="right"] .reviews-marquee-track {
        animation-duration: 45s;
    }
}

/* ======================================================================
   DYNAMIC BACKGROUND OVERRIDES
   ====================================================================== */
.vice-section,
.section-about,
.section-sister-platforms,
.section-menu,
.section-gaming,
.section-reviews,
.bulletin-marquee-section,
.section-contact,
.footer {
    background: transparent !important;
    background-color: transparent !important;
}

.final-solid-bg {
    transition: background-color 0.8s ease;
}


@media (max-width: 768px) {

    .vice-section,
    .section-about,
    .section-gaming,
    .section-reviews,
    .bulletin-marquee-section,
    .section-contact {
        padding: 120px 20px !important;
    }

    .section-sister-platforms {
        padding: 40px 0px 0px 0px !important;
    }

    .menu-scrub-wrapper {
        height: auto !important;
    }

    .menu-scrub-sticky {
        height: auto !important;
        align-items: flex-start !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .section-menu.vice-section {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .neon-heading {
        margin-bottom: 24px;
        line-height: 1.25;
    }

    p,
    .sp-desc,
    .about-desc,
    .gaming-description,
    .menu-subtitle {
        margin-bottom: 24px;
        line-height: 1.6;
    }

    .book-item {
        padding: 24px 15px;
    }

    .footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}




/* ======================================================================
   REVIEWS SECTION BACKGROUND (VIDEO + TITLE)
   ====================================================================== */
.section-reviews {
    position: relative;
    overflow: hidden;
    background: #0a0a0a !important;
    padding: 65px 0 120px !important;
}

.reviews-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.reviews-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    /* Adjusted for readability */
}

.reviews-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.reviews-bg-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1200px;
    opacity: 0.05;
    /* Faint title in background like hero */
    z-index: 1;
    filter: blur(2px);
    user-select: none;
}

.section-reviews .section-inner {
    position: relative;
    z-index: 5;
    /* Ensure content is above video */
}

@media (max-width: 768px) {
    .reviews-bg-title {
        width: 140%;
        opacity: 0.04;
    }

    .section-reviews {
        padding: 60px 0 !important;
    }
}

/* ======================================================================
   REVIEWS SECTION REDESIGN (VISIBLE BACKGROUND + OPAQUE CARDS)
   ====================================================================== */
.reviews-bg-video {
    opacity: 1 !important;
    /* Fully visible background video */
}

.reviews-bg-overlay {
    display: none !important;
    /* Removing the darkening overlay */
}

.reviews-bg-title {
    opacity: 0.15 !important;
    /* Making the background title more visible */
    filter: none !important;
    /* Removing blur */
}

/* Opaque Review Cards */
.review-card-v2 {
    background: #0a0a0f !important;
    /* Fully opaque background */
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8) !important;
    opacity: 1 !important;
    backdrop-filter: none !important;
    /* No need for blur if it's opaque */
}

.review-text-v2 {
    color: #ffffff !important;
    opacity: 0.9 !important;
}

.review-author-v2 {
    color: #00f3ff !important;
    /* Malibu Blue for the name */
}

/* Ensuring Header legibility on clear background */
.section-reviews .section-header {
    position: relative;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    max-width: 800px;
    margin: 0 auto 60px;
}

.section-reviews .neon-heading {
    text-shadow: 0 0 20px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 0.8) !important;
}

/* Fixing Review Visibility */
.reviews-marquee-row {
    position: relative;
    z-index: 10 !important;
}

.section-reviews {
    overflow: visible !important;
    /* Ensure marquee doesn't get clipped if layout changed */
}

/* Clarifying Reviews Background */
.reviews-bg-title {
    filter: none !important;
    /* Ensuring no blur */
    opacity: 0.2 !important;
    /* Slightly more visible if it was too faint */
}

.reviews-bg-video {
    filter: brightness(1.3) contrast(1.1) !important;
    /* Increasing brightness and punch */
}

/* ======================================================================
   SHARP EDGES GLOBAL RESET
   ====================================================================== */
*,
*::before,
*::after {
    /* Target only elements that usually have radius, avoid breaking perfect circles if possible, 
       but since USER said 'EVERYTHING sharp', we will hit most of them. */
}

.review-card-v2,
.sp-panel,
.usecase-card,
.gaming-card,
.section-header,
.sp-spec-item,
.sp-tag,
.btn,
.booking-form,
.form-group input,
.form-group select,
.form-group textarea,
.nav-links a,
.footer-section,
.reviews-badge,
.bulletin-marquee-section,
.price-badge,
.gaming-tag {
    border-radius: 0 !important;
}

/* Special case for profile images or icons that were circles but now should be sharp */
.review-author-img,
.social-icon,
.preloader-logo {
    border-radius: 0 !important;
}


/* Removing Header Background Box */
.section-reviews .section-header {
    background: transparent !important;
    padding: 0 !important;
    backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 80px !important;
}

.section-reviews .neon-heading {
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 0, 0, 0.5) !important;
}


/* ======================================================================
   BULLETIN SPEED & SPACING UPDATES
   ====================================================================== */
.bulletin-track {
    animation-duration: 12s !important;
    /* Increased speed */
}

@media (max-width: 768px) {
    .bulletin-marquee-section {
        padding: 10px 0 !important;
        margin-bottom: 0 !important;
    }

    .section-sister-platforms {
        padding-top: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 90px !important;
    }

    .sp-scroll-wrapper {
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        gap: 0 !important;
    }
}

/* ======================================================================
   GAMING SECTION EXPLICIT WHITE BACKGROUND
   ====================================================================== */
#gaming.section-gaming {
    background: #0a0a0a !important;
    background-color: #0a0a0a !important;
}

/* ======================================================================
   PERFORMANCE OPTIMIZATION: CONTENT-VISIBILITY
   ====================================================================== */
.section-gaming,
.section-reviews,
.section-contact {
    content-visibility: auto;
}

.section-contact {
    padding-top: 170px !important;
}

.section-gaming {
    contain-intrinsic-size: auto 900px;
}

.section-reviews {
    contain-intrinsic-size: auto 1200px;
}

.section-contact {
    contain-intrinsic-size: auto 800px;
}