/* Reset & Global Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    /* Color Palette */
    --bg-dark: #fafbfc;
    --bg-card: rgba(255, 255, 255, 0.88);
    --border-color: rgba(17, 24, 39, 0.08);
    --border-glow: rgba(0, 142, 176, 0.08);
    
    --accent-cyan: #008eb0; 
    --accent-cyan-glow: rgba(0, 142, 176, 0.18);
    --accent-violet: #8e00c7; 
    --accent-violet-glow: rgba(142, 0, 199, 0.18);
    --fruit-pink: #ff2f87;
    --fruit-orange: #ff8a1f;
    --fruit-lime: #baff3f;
    
    --text-primary: #111827;
    --text-secondary: #4b5563;
    --text-muted: #9ca3af;
    
    /* Typography */
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
}

/* Theme Toggle Button (Hidden) */
.theme-toggle-btn {
    display: none !important;
}

html {
    scroll-behavior: smooth;
    background-color: var(--bg-dark);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

body {
    position: relative;
    overflow-x: hidden;
    background-image:
        radial-gradient(circle at 16% 14%, rgba(255, 47, 135, 0.05) 0%, transparent 28%),
        radial-gradient(circle at 84% 34%, rgba(186, 255, 63, 0.04) 0%, transparent 30%),
        radial-gradient(circle at 26% 72%, rgba(255, 138, 31, 0.03) 0%, transparent 30%),
        radial-gradient(circle at 78% 88%, rgba(0, 243, 255, 0.04) 0%, transparent 34%),
        linear-gradient(145deg, #f3f4f6 0%, #fafbfc 50%, #f9fafb 100%);
    background-attachment: fixed;
}

body:not(.viewport-page) {
    zoom: 0.5;
}

body > header,
body > main,
body > footer {
    position: relative;
    z-index: 1;
}

.spectral-fruit-field {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.spectral-fruit {
    position: absolute;
    display: block;
    opacity: 0.16;
    mix-blend-mode: multiply;
    filter: saturate(1.15) contrast(0.95);
    animation: fruit-drift 18s ease-in-out infinite alternate;
}

.fruit-watermelon {
    width: clamp(260px, 30vw, 470px);
    aspect-ratio: 1;
    left: clamp(-190px, -10vw, -80px);
    top: 8vh;
    border-radius: 50%;
    background:
        radial-gradient(ellipse at 34% 30%, #071117 0 1.2%, transparent 1.8%),
        radial-gradient(ellipse at 47% 23%, #071117 0 1.1%, transparent 1.7%),
        radial-gradient(ellipse at 58% 35%, #071117 0 1.3%, transparent 1.9%),
        radial-gradient(ellipse at 28% 47%, #071117 0 1.2%, transparent 1.8%),
        radial-gradient(ellipse at 52% 52%, #071117 0 1.2%, transparent 1.8%),
        radial-gradient(circle, #ff2f87 0 45%, #ffe8bf 46% 50%, #74ff76 51% 59%, #075b3e 60% 100%);
    box-shadow:
        0 0 60px rgba(255, 47, 135, 0.5),
        inset -40px -45px 70px rgba(0, 243, 255, 0.16);
    transform: rotate(-14deg);
}

.fruit-dragonfruit {
    width: clamp(210px, 23vw, 350px);
    aspect-ratio: 0.9;
    right: clamp(-140px, -7vw, -55px);
    top: 34vh;
    border-radius: 62% 38% 57% 43% / 48% 56% 44% 52%;
    background:
        radial-gradient(circle at 35% 32%, #09090d 0 1.1%, transparent 1.8%),
        radial-gradient(circle at 52% 24%, #09090d 0 1%, transparent 1.7%),
        radial-gradient(circle at 62% 43%, #09090d 0 1.1%, transparent 1.8%),
        radial-gradient(circle at 39% 55%, #09090d 0 1%, transparent 1.7%),
        radial-gradient(circle at 58% 66%, #09090d 0 1.1%, transparent 1.8%),
        radial-gradient(ellipse at 48% 46%, #effcff 0 47%, #ff42a1 49% 65%, #baff3f 68% 100%);
    box-shadow:
        0 0 75px rgba(208, 38, 255, 0.5),
        inset 25px -30px 65px rgba(0, 243, 255, 0.2);
    animation-delay: -7s;
}

.fruit-citrus {
    width: clamp(230px, 25vw, 390px);
    aspect-ratio: 1;
    left: clamp(-135px, -7vw, -50px);
    top: 66vh;
    border: clamp(10px, 1vw, 18px) solid rgba(186, 255, 63, 0.7);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.78) 0 5%, transparent 6%),
        repeating-conic-gradient(from 8deg, #ff8a1f 0deg 24deg, #ffef82 25deg 29deg, #d026ff 30deg 48deg, #ffe9a8 49deg 54deg);
    box-shadow:
        0 0 70px rgba(255, 138, 31, 0.45),
        inset 0 0 55px rgba(0, 243, 255, 0.25);
    animation-delay: -12s;
}

.fruit-cherries {
    width: clamp(250px, 27vw, 430px);
    height: clamp(180px, 20vw, 310px);
    right: clamp(-120px, -5vw, -35px);
    top: 82vh;
    background:
        radial-gradient(circle at 29% 65%, #ff2f87 0 22%, #8f1cff 23% 27%, transparent 28%),
        radial-gradient(circle at 69% 67%, #00f3ff 0 21%, #d026ff 22% 27%, transparent 28%);
    filter: saturate(1.5) drop-shadow(0 0 38px rgba(208, 38, 255, 0.5));
    animation-delay: -4s;
}

.fruit-cherries::before,
.fruit-cherries::after {
    content: '';
    position: absolute;
    top: 5%;
    width: 34%;
    height: 58%;
    border-top: 5px solid rgba(186, 255, 63, 0.85);
}

.fruit-cherries::before {
    left: 31%;
    border-left: 5px solid rgba(186, 255, 63, 0.85);
    border-radius: 70% 0 0 0;
    transform: rotate(-18deg);
}

.fruit-cherries::after {
    right: 31%;
    border-right: 5px solid rgba(186, 255, 63, 0.85);
    border-radius: 0 70% 0 0;
    transform: rotate(18deg);
}

@keyframes fruit-drift {
    from { translate: 0 -2%; rotate: -2deg; }
    to { translate: 4% 5%; rotate: 4deg; }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: var(--bg-dark);
}
::-webkit-scrollbar-thumb {
    background: #1c2230;
    border-radius: 5px;
    border: 2px solid var(--bg-dark);
}
::-webkit-scrollbar-thumb:hover {
    background: #2a3348;
}

/* Premium Typography */
h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: -0.02em;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Glassmorphism Classes */
.glass-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(250, 251, 252, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.glass-card {
    background: var(--bg-card);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    box-shadow: 0 8px 32px 0 rgba(17, 24, 39, 0.06);
    transition: border-color 0.4s ease, box-shadow 0.4s ease, border-radius 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.glass-card:hover {
    border-color: rgba(0, 243, 255, 0.35);
    box-shadow: 
        0 15px 45px rgba(0, 0, 0, 0.55),
        0 0 30px rgba(0, 243, 255, 0.15);
    border-radius: 22px 14px 24px 16px / 18px 24px 14px 22px;
}

/* Buttons & Gelatinous Slime Morphing */
.cta-btn {
    position: relative;
    isolation: isolate;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    transition: border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
    background: linear-gradient(105deg, var(--fruit-pink), var(--fruit-orange), var(--fruit-lime), var(--accent-cyan), var(--accent-violet), var(--fruit-pink));
    background-size: 260% 100%;
    color: #fff;
    text-shadow: 0 1px 8px rgba(7, 9, 14, 0.6);
    box-shadow:
        0 6px 20px rgba(255, 47, 135, 0.35),
        0 0 28px rgba(0, 243, 255, 0.22);
    border: none;
    animation: button-ooze 8s ease-in-out infinite;
    filter: url(#gooey-slime);
}

.cta-btn::after,
.secondary-btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 18%;
    right: 15%;
    bottom: -18px;
    height: 26px;
    background:
        radial-gradient(circle at 15% 15%, var(--fruit-pink) 0 28%, transparent 32%),
        radial-gradient(circle at 50% 40%, var(--accent-cyan) 0 34%, transparent 38%),
        radial-gradient(circle at 85% 10%, var(--fruit-lime) 0 25%, transparent 29%);
    filter: url(#gooey-drip) drop-shadow(0 8px 14px rgba(208, 38, 255, 0.6));
    opacity: 0.88;
    transform-origin: top center;
    animation: button-drip 4.2s ease-in-out infinite alternate;
}

.cta-btn:hover {
    transform: translateY(-3px) scale(1.03);
    border-radius: 65% 35% 42% 58% / 55% 38% 62% 45%;
    box-shadow:
        0 14px 38px rgba(255, 47, 135, 0.55),
        0 0 40px rgba(0, 243, 255, 0.5),
        0 18px 24px -6px rgba(186, 255, 63, 0.4);
}

.cta-btn:active {
    transform: translateY(0) scale(0.98);
}

.secondary-btn {
    position: relative;
    isolation: isolate;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    transition: border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.25s ease, box-shadow 0.25s ease;
    background:
        linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)) padding-box,
        linear-gradient(110deg, var(--fruit-pink), var(--fruit-orange), var(--fruit-lime), var(--accent-cyan), var(--accent-violet)) border-box;
    color: var(--text-primary);
    border: 1.8px solid transparent;
    box-shadow: 0 0 22px rgba(0, 142, 176, 0.06);
    animation: button-ooze 10s ease-in-out infinite reverse;
    filter: url(#gooey-slime);
}

.secondary-btn:hover {
    transform: translateY(-3px) scale(1.03);
    border-radius: 52% 48% 68% 32% / 44% 62% 38% 56%;
    background:
        linear-gradient(rgba(17, 24, 39, 0.05), rgba(17, 24, 39, 0.05)) padding-box,
        linear-gradient(110deg, var(--fruit-pink), var(--fruit-orange), var(--fruit-lime), var(--accent-cyan), var(--accent-violet)) border-box;
    border-color: var(--accent-cyan);
    box-shadow: 
        0 0 32px rgba(142, 0, 199, 0.25),
        0 14px 22px -4px rgba(186, 255, 63, 0.25);
}

@keyframes button-ooze {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        background-position: 0% 50%;
    }
    20% {
        border-radius: 68% 32% 54% 46% / 42% 68% 32% 58%;
    }
    40% {
        border-radius: 42% 58% 32% 68% / 60% 35% 65% 40%;
        background-position: 50% 50%;
    }
    60% {
        border-radius: 65% 35% 62% 38% / 35% 58% 42% 65%;
        background-position: 100% 50%;
    }
    80% {
        border-radius: 35% 65% 40% 60% / 58% 42% 58% 42%;
    }
}

/* Desynchronize button morph animations to prevent cloned/in-sync looks */
.header-cta,
.header-cta::after {
    animation-delay: -3.5s !important;
}

.main-cta,
.main-cta::after {
    animation-delay: -0.8s !important;
}

.hero-actions .secondary-btn,
.hero-actions .secondary-btn::after {
    animation-delay: -2.3s !important;
}

.products-list .product-card:nth-child(1) .cta-btn,
.products-list .product-card:nth-child(1) .cta-btn::after {
    animation-delay: -1.2s !important;
}

.products-list .product-card:nth-child(2) .cta-btn,
.products-list .product-card:nth-child(2) .cta-btn::after {
    animation-delay: -2.9s !important;
}

.products-list .product-card:nth-child(3) .cta-btn,
.products-list .product-card:nth-child(3) .cta-btn::after {
    animation-delay: -4.5s !important;
}

.products-list .product-card:nth-child(4) .cta-btn,
.products-list .product-card:nth-child(4) .cta-btn::after {
    animation-delay: -6.2s !important;
}

.products-list .product-card:nth-child(5) .cta-btn,
.products-list .product-card:nth-child(5) .cta-btn::after {
    animation-delay: -7.8s !important;
}

@keyframes button-drip {
    0% {
        transform: scaleY(0.3) scaleX(1.15) translateY(0);
        opacity: 0.5;
        border-radius: 40% 40% 50% 50%;
    }
    40% {
        transform: scaleY(1.5) scaleX(0.8) translateY(6px);
        opacity: 0.85;
        border-radius: 30% 30% 70% 70% / 20% 20% 80% 80%;
    }
    80% {
        transform: scaleY(2.6) scaleX(0.55) translateY(14px);
        opacity: 1;
        border-radius: 20% 20% 80% 80% / 10% 10% 90% 90%;
    }
    100% {
        transform: scaleY(3.2) scaleX(0.4) translateY(22px);
        opacity: 0.95;
        border-radius: 50%;
    }
}

/* Header */
.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.4rem;
    letter-spacing: -0.04em;
    display: flex;
    align-items: center;
}

.logo-sweet {
    color: var(--text-primary);
}

.logo-sweet-alt {
    color: var(--accent-violet);
    text-shadow: 0 0 10px var(--accent-violet-glow);
}

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

.nav-links a {
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.nav-links a:hover {
    color: var(--accent-cyan);
}

.header-cta {
    padding: 8px 20px;
    font-size: 0.9rem;
}

/* Hero Section */
.hero-section {
    padding: 140px 24px 80px;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tag-badge {
    background: rgba(0, 243, 255, 0.1);
    border: 1px solid var(--accent-cyan);
    color: var(--accent-cyan);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    box-shadow: 0 0 10px rgba(0, 243, 255, 0.2);
}

.hero-title {
    font-size: 4.2rem;
    line-height: 1.1;
    margin-bottom: 12px;
    font-weight: 800;
}

.glowing-text {
    background: linear-gradient(90deg, var(--accent-violet) 0%, var(--accent-cyan) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trademark {
    font-size: 1.5rem;
    vertical-align: super;
    color: var(--accent-cyan);
}

.hero-tagline {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--text-secondary);
    margin-bottom: 24px;
    font-family: var(--font-heading);
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 40px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mockup-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    background: #050910;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    max-width: 100%;
}

.plugin-mockup-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0.95);
}

.concept-gallery {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

.concept-gallery-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: concept-gallery-rotation 24s linear infinite;
    -webkit-user-drag: none;
}

.concept-gallery-slide:nth-child(2) {
    animation-delay: -18s;
}

.concept-gallery-slide:nth-child(3) {
    animation-delay: -12s;
}

.concept-gallery-slide:nth-child(4) {
    animation-delay: -6s;
}

@keyframes concept-gallery-rotation {
    0%, 20% {
        opacity: 1;
        transform: scale(1);
    }

    25%, 95% {
        opacity: 0;
        transform: scale(1.012);
    }

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

.glowing-border-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-shadow: inset 0 0 20px rgba(0, 142, 176, 0.15);
    border-radius: 12px;
}

.scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.indicator-arrow {
    width: 1px;
    height: 30px;
    background: linear-gradient(to bottom, var(--text-muted), transparent);
    position: relative;
    overflow: hidden;
}

.indicator-arrow::after {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    background: var(--accent-cyan);
    position: absolute;
    top: 0;
    animation: scroll-arrow-anim 2s infinite linear;
}

@keyframes scroll-arrow-anim {
    0% { top: -50%; }
    100% { top: 100%; }
}

/* Sections Global */
.suite-section {
    padding: 100px 24px;
}

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

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-title {
    font-size: 2.8rem;
    margin-bottom: 16px;
}

.accent-text {
    color: var(--accent-cyan);
    text-shadow: 0 0 15px rgba(0, 243, 255, 0.15);
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

/* Suite Grid */
.products-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.product-card {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 440px;
}

.product-meta {
    margin-bottom: 20px;
}

.product-tag {
    background: rgba(0, 243, 255, 0.08);
    border: 1px solid rgba(0, 243, 255, 0.2);
    color: var(--accent-cyan);
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-bottom: 12px;
}

.product-card:nth-child(2) .product-tag {
    background: rgba(208, 38, 255, 0.08);
    border: 1px solid rgba(208, 38, 255, 0.2);
    color: var(--accent-violet);
}

.product-card:nth-child(3) .product-tag {
    background: rgba(0, 243, 255, 0.08);
    border: 1px solid rgba(0, 243, 255, 0.2);
    color: var(--accent-cyan);
}

.product-card h3 {
    font-size: 1.8rem;
    color: var(--text-primary);
}

.product-desc {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
}

.product-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 30px;
}

.product-features span {
    font-size: 0.85rem;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-features span::before {
    content: '•';
    color: var(--accent-cyan);
    font-weight: bold;
}

.product-card:nth-child(2) .product-features span::before {
    color: var(--accent-violet);
}

.product-actions .cta-btn {
    width: 100%;
}


/* Footer Section */
.footer-section {
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.5), transparent 30%),
        radial-gradient(circle at 88% 88%, rgba(0, 112, 140, 0.16), transparent 34%),
        linear-gradient(145deg, #b8f2f7 0%, #78dce8 48%, #59c8d9 100%);
    border-top: 1px solid rgba(0, 112, 140, 0.28);
    padding: 80px 24px 40px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-brand p {
    color: #244b55;
    font-size: 0.9rem;
    margin-top: 12px;
}

.footer-links {
    display: flex;
    gap: 60px;
}

.links-group h4 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #102f38;
    margin-bottom: 16px;
}

.links-group a {
    display: block;
    color: #28505a;
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.links-group a:hover {
    color: #6f168f;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid rgba(15, 77, 90, 0.2);
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 0.8rem;
    color: #315a64;
}

.disclaimer-text {
    line-height: 1.4;
}

/* prefers-reduced-motion media query */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    
    body {
        background-attachment: scroll;
    }

    .indicator-arrow::after,
    .status-indicator.live,
    .applause-fill.spiked,
    .oprah-trigger-btn,
    .concept-gallery-slide,
    .spectral-fruit,
    .cta-btn,
    .cta-btn::after,
    .secondary-btn::after {
        animation: none !important;
    }

    .concept-gallery-slide {
        opacity: 0;
        transform: none;
    }

    .concept-gallery-slide:first-child {
        opacity: 1;
    }
    
    .cta-btn, .secondary-btn, .oprah-trigger-btn, .glass-card {
        transition: none !important;
    }
}

/* Responsiveness Media Queries */
@media (max-width: 968px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-content {
        align-items: center;
    }
    
    .hero-title {
        font-size: 3.2rem;
    }
    
    .sim-grid {
        grid-template-columns: 1fr;
    }
    
    .specs-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .footer-links {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2.6rem;
    }
    
    .knobs-row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 30px;
    }
}
}

/* --- 16:9 Viewport & Web Card System --- */
body.viewport-page {
    zoom: 1 !important;
    width: 100vw !important;
    height: 100dvh !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}

.page {
    width: 100vw;
    height: 100dvh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    zoom: 1 !important; /* Override body 0.5 zoom for full-frame viewport pages */
    box-sizing: border-box;
}

.stage {
    width: min(100vw, calc(100dvh * 16 / 9));
    height: min(100dvh, calc(100vw * 9 / 16));
    margin: auto;
    position: relative;
    overflow: hidden;
    container-type: size; /* Enable container query units cqw and cqh */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

/* Stage Layout Blocks */
.stage-header {
    height: 12cqh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4cqw;
    box-sizing: border-box;
}

.stage-main-wrapper {
    position: relative;
    width: 100%;
    height: 76cqh;
    box-sizing: border-box;
}

.stage-main.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2.2cqh 2cqw;
    padding: 2cqh 4cqw;
    align-items: stretch;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

/* Glassmorphic Stage Pagination & Side Arrow Controls */
.stage-pagination {
    display: flex;
    align-items: center;
    gap: 1.2cqw;
    background: rgba(18, 20, 32, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 0.6cqh 1.8cqw;
    border-radius: 3cqh;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1000;
    pointer-events: auto;
}

.page-nav-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 2.2cqh;
    width: 3.8cqh;
    height: 3.8cqh;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    user-select: none;
    line-height: 1;
    position: relative;
    z-index: 1001;
    pointer-events: auto;
}

.page-nav-btn:hover:not(.disabled) {
    background: rgba(6, 182, 212, 0.3);
    border-color: #06b6d4;
    box-shadow: 0 0 12px rgba(6, 182, 212, 0.5);
    transform: scale(1.08);
}

.page-nav-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    border-color: rgba(255, 255, 255, 0.05);
}

.page-indicator {
    font-family: 'Outfit', sans-serif;
    font-size: 1.7cqh;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e2e8f0;
    min-width: 6cqw;
    text-align: center;
}

.stage-side-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    pointer-events: auto;
    background: rgba(18, 20, 32, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #ffffff;
    font-size: 3.2cqh;
    width: 4.8cqh;
    height: 4.8cqh;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    line-height: 1;
}

.stage-side-arrow.left-arrow {
    left: 1cqw;
}

.stage-side-arrow.right-arrow {
    right: 1cqw;
}

.stage-side-arrow:hover:not(.disabled) {
    background: rgba(6, 182, 212, 0.4);
    border-color: #06b6d4;
    box-shadow: 0 0 15px rgba(6, 182, 212, 0.6);
    transform: translateY(-50%) scale(1.12);
}

.stage-side-arrow.disabled {
    opacity: 0.25;
    cursor: not-allowed;
    border-color: rgba(255, 255, 255, 0.05);
}

.stage-card.hidden-page {
    display: none !important;
}

.stage-footer {
    height: 12cqh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4cqw;
    box-sizing: border-box;
    font-size: 1.8cqh;
    color: var(--text-secondary);
    position: relative;
    z-index: 999;
    pointer-events: auto;
}

/* Fluid Typography and Elements */
.stage-logo {
    display: flex;
    align-items: center;
    gap: 1.2cqw;
    text-decoration: none;
}

.stage-logo img {
    height: 5cqh;
    width: auto;
    border-radius: 1cqh;
    filter: drop-shadow(0 0 1cqh rgba(0, 243, 255, 0.4));
}

.stage-logo-text {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 3.2cqh;
}

.stage-badge {
    background: rgba(0, 243, 255, 0.1);
    border: 0.15cqw solid var(--accent-cyan);
    color: var(--accent-cyan);
    padding: 0.6cqh 2cqw;
    border-radius: 3cqh;
    font-size: 1.6cqh;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2.5cqh;
    display: inline-block;
    box-shadow: 0 0 1.5cqh rgba(0, 243, 255, 0.2);
}

.stage-title {
    font-size: 6.8cqh;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.8cqh;
    font-family: var(--font-heading);
}

.stage-tagline {
    font-size: 2.8cqh;
    font-family: var(--font-heading);
    color: var(--text-secondary);
    margin-bottom: 2.8cqh;
}

.stage-description {
    font-size: 2.1cqh;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 3.5cqh;
}

.stage-btn {
    display: inline-block;
    padding: 1.4cqh 3.2cqw;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 2.2cqh;
    text-align: center;
    border-radius: 4cqh;
    transition: all 0.3s ease;
}

.stage-btn.primary {
    background: linear-gradient(105deg, var(--fruit-pink), var(--fruit-orange));
    color: #fff;
    box-shadow: 0 0.8cqh 2.5cqh rgba(255, 47, 135, 0.3);
    border: none;
}

.stage-btn.primary:hover {
    transform: translateY(-0.4cqh);
    box-shadow: 0 1.2cqh 3.5cqh rgba(255, 47, 135, 0.5);
}

.stage-btn.secondary {
    background: rgba(255, 255, 255, 0.8);
    border: 0.15cqw solid var(--border-color);
    color: var(--text-primary);
}

.stage-btn.secondary:hover {
    transform: translateY(-0.4cqh);
    background: rgba(255, 255, 255, 1);
    border-color: var(--accent-cyan);
}

/* Specs List Sizing */
.stage-specs {
    list-style: none;
    margin-bottom: 3.5cqh;
    width: 100%;
}

.stage-specs li {
    padding: 1.2cqh 0;
    border-bottom: 0.1cqh solid var(--border-color);
    display: flex;
    justify-content: space-between;
    font-size: 1.9cqh;
}

.stage-specs li strong {
    color: var(--text-primary);
}

.stage-specs li span {
    color: var(--text-secondary);
}

/* Side-by-Side Content Card styling & Slime Aesthetics */
.stage-card {
    flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
    background: transparent;
    border: none;
    border-radius: 24px 18px 26px 16px / 18px 26px 16px 24px;
}

.stage-card:hover {
    border-radius: 32px 14px 35px 12px / 16px 34px 14px 32px;
    box-shadow: 
        0 2.5cqh 5.5cqh rgba(0, 0, 0, 0.25),
        0 0 4cqh rgba(0, 243, 255, 0.25),
        0 18px 30px -8px rgba(255, 47, 135, 0.35);
}

.card-bg-visual {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.85;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
}

.stage-card:hover .card-bg-visual {
    transform: scale(1.04);
    opacity: 1;
}

.card-action-pill {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 26px;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    isolation: isolate;
    filter: url(#gooey-slime);
    animation: button-ooze 9s ease-in-out infinite;
}

.card-action-pill::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 18%;
    right: 18%;
    bottom: -18px;
    height: 24px;
    background:
        radial-gradient(circle at 15% 15%, var(--fruit-pink) 0 28%, transparent 32%),
        radial-gradient(circle at 50% 40%, var(--accent-cyan) 0 34%, transparent 38%),
        radial-gradient(circle at 85% 10%, var(--fruit-lime) 0 25%, transparent 29%);
    filter: url(#gooey-drip) drop-shadow(0 8px 12px rgba(208, 38, 255, 0.5));
    opacity: 0.85;
    transform-origin: top center;
    animation: button-drip 4.5s ease-in-out infinite alternate;
}

.stage-card:hover .card-action-pill {
    transform: translateX(-50%) translateY(-3px) scale(1.08);
    border-radius: 60% 40% 45% 55% / 50% 65% 35% 50%;
}

/* Individual card colors for the pills */
.card-action-pill.lime-pill {
    background: linear-gradient(105deg, var(--fruit-lime), #a8ff35);
    box-shadow: 0 4px 12px rgba(186, 255, 63, 0.35);
}
.card-action-pill.purple-pill {
    background: linear-gradient(105deg, var(--accent-violet), #c084fc);
    box-shadow: 0 4px 12px rgba(168, 85, 247, 0.35);
}
.card-action-pill.cyan-pill {
    background: linear-gradient(105deg, var(--accent-cyan), #22d3ee);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.35);
}
.card-action-pill.orange-pill {
    background: linear-gradient(105deg, var(--fruit-orange), #fb923c);
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.35);
}
.card-action-pill.blue-pill {
    background: linear-gradient(105deg, #3b82f6, #6366f1);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.35);
}
.card-action-pill.pink-pill {
    background: linear-gradient(105deg, var(--fruit-pink), #f472b6);
    box-shadow: 0 4px 12px rgba(236, 72, 153, 0.35);
}
