/* ================================
   STRIVE + FLUX WEBSITE CSS
   "Champion + Corner Man" Design
   ================================ */

/* ===== CSS RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Colors - Default Theme */
    --color-strive-green: #00ff88;
    --color-strive-dark: #00cc6a;
    --color-flux-purple: #a855f7;
    --color-flux-dark: #7c3aed;
    --color-bg-dark: #0a0a0a;
    --color-bg-section: #111111;
    --color-text-primary: #ffffff;
    --color-text-secondary: #a0a0a0;
    --color-accent-gold: #ffd700;

    /* RGB channels for alpha compositing */
    --rgb-strive-green: 0, 255, 136;
    --rgb-flux-purple: 168, 85, 247;

    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --spacing-xl: 6rem;

    /* Typography */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;

    /* Border Radius */
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;

    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.2);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.3);
    --shadow-glow-green: 0 0 40px rgba(var(--rgb-strive-green), 0.6);
    --shadow-glow-purple: 0 0 40px rgba(var(--rgb-flux-purple), 0.6);
}

/* Golden Summer Fields Theme - Dark */
body[data-theme="golden-summer-dark"] {
    --color-strive-green: #FF8C42;
    --color-strive-dark: #FF6B35;
    --color-flux-purple: #FFB627;
    --color-flux-dark: #F4A261;
    --color-bg-dark: #1a1a1a;
    --color-bg-section: #242424;
    --color-text-primary: #ffffff;
    --color-text-secondary: #cccccc;
    --color-accent-gold: #FFB627;
    --rgb-strive-green: 255, 140, 66;
    --rgb-flux-purple: 255, 182, 39;
}

/* Golden Summer Fields Theme - Light */
body[data-theme="golden-summer-light"] {
    --color-strive-green: #E76F51;
    --color-strive-dark: #D65A3F;
    --color-flux-purple: #D4A373;
    --color-flux-dark: #B8865C;
    --color-bg-dark: #E8DDD0;
    --color-bg-section: #F0E6D9;
    --color-text-primary: #2C1810;
    --color-text-secondary: #5A3825;
    --color-accent-gold: #E76F51;
    --rgb-strive-green: 231, 111, 81;
    --rgb-flux-purple: 212, 163, 115;
}

/* Soft Sand Theme - Dark */
body[data-theme="soft-sand-dark"] {
    --color-strive-green: #F5CCA7;
    --color-strive-dark: #E8B882;
    --color-flux-purple: #D4A574;
    --color-flux-dark: #C19463;
    --color-bg-dark: #2C1810;
    --color-bg-section: #3E2416;
    --color-text-primary: #ffffff;
    --color-text-secondary: #E0D5C7;
    --color-accent-gold: #F5DEB3;
    --rgb-strive-green: 245, 204, 167;
    --rgb-flux-purple: 232, 184, 130;
}

/* Soft Sand Theme - Light */
body[data-theme="soft-sand-light"] {
    --color-strive-green: #D4A574;
    --color-strive-dark: #C19463;
    --color-flux-purple: #B8895A;
    --color-flux-dark: #A07148;
    --color-bg-dark: #E5D5C5;
    --color-bg-section: #EEE0D0;
    --color-text-primary: #2C1810;
    --color-text-secondary: #5A3825;
    --color-accent-gold: #C19463;
    --rgb-strive-green: 212, 165, 116;
    --rgb-flux-purple: 184, 137, 90;
}

/* Muted Earthy Tones Theme - Dark */
body[data-theme="earthy-tones-dark"] {
    --color-strive-green: #D4A574;
    --color-strive-dark: #C19463;
    --color-flux-purple: #BC9F8B;
    --color-flux-dark: #A67C52;
    --color-bg-dark: #1A0F08;
    --color-bg-section: #2C1810;
    --color-text-primary: #F5F5F5;
    --color-text-secondary: #D4C5B9;
    --color-accent-gold: #E8C5A5;
    --rgb-strive-green: 212, 165, 116;
    --rgb-flux-purple: 188, 159, 139;
}

/* Muted Earthy Tones Theme - Light */
body[data-theme="earthy-tones-light"] {
    --color-strive-green: #A67C52;
    --color-strive-dark: #8F6640;
    --color-flux-purple: #9A7F6B;
    --color-flux-dark: #7D6554;
    --color-bg-dark: #DCD0C0;
    --color-bg-section: #E8DED0;
    --color-text-primary: #1A0F08;
    --color-text-secondary: #4A3A2A;
    --color-accent-gold: #C19463;
    --rgb-strive-green: 166, 124, 82;
    --rgb-flux-purple: 154, 127, 107;
}

/* Neutral Harmony Bliss Theme - Dark */
body[data-theme="neutral-harmony-dark"] {
    --color-strive-green: #F2E9E4;
    --color-strive-dark: #C9ADA7;
    --color-flux-purple: #9A8C98;
    --color-flux-dark: #4A4E69;
    --color-bg-dark: #22223B;
    --color-bg-section: #4A4E69;
    --color-text-primary: #F2E9E4;
    --color-text-secondary: #C9ADA7;
    --color-accent-gold: #F2E9E4;
    --rgb-strive-green: 242, 233, 228;
    --rgb-flux-purple: 201, 173, 167;
}

/* Neutral Harmony Bliss Theme - Light */
body[data-theme="neutral-harmony-light"] {
    --color-strive-green: #9A8C98;
    --color-strive-dark: #6D6875;
    --color-flux-purple: #B5A6AD;
    --color-flux-dark: #8E7F8A;
    --color-bg-dark: #D8D4D0;
    --color-bg-section: #E5E1DD;
    --color-text-primary: #22223B;
    --color-text-secondary: #4A4E69;
    --color-accent-gold: #9A8C98;
    --rgb-strive-green: 154, 140, 152;
    --rgb-flux-purple: 181, 166, 173;
}

/* Cozy Neutral Retreat Theme - Dark */
body[data-theme="cozy-neutral-dark"] {
    --color-strive-green: #E8DDCB;
    --color-strive-dark: #CDB4A8;
    --color-flux-purple: #A8998B;
    --color-flux-dark: #8D7B68;
    --color-bg-dark: #2A1F1A;
    --color-bg-section: #3D3028;
    --color-text-primary: #F5F1E8;
    --color-text-secondary: #D4C5B9;
    --color-accent-gold: #E8DDCB;
    --rgb-strive-green: 232, 221, 203;
    --rgb-flux-purple: 205, 180, 168;
}

/* Cozy Neutral Retreat Theme - Light */
body[data-theme="cozy-neutral-light"] {
    --color-strive-green: #A8998B;
    --color-strive-dark: #8D7B68;
    --color-flux-purple: #9A8675;
    --color-flux-dark: #7A6858;
    --color-bg-dark: #DDD5CC;
    --color-bg-section: #E8E0D8;
    --color-text-primary: #2A1F1A;
    --color-text-secondary: #5A4A3E;
    --color-accent-gold: #CDB4A8;
    --rgb-strive-green: 168, 153, 139;
    --rgb-flux-purple: 154, 134, 117;
}

/* Ocean Breeze Theme - Dark */
body[data-theme="ocean-breeze-dark"] {
    --color-strive-green: #06D6A0;
    --color-strive-dark: #1AC9B8;
    --color-flux-purple: #118AB2;
    --color-flux-dark: #073B4C;
    --color-bg-dark: #001219;
    --color-bg-section: #073B4C;
    --color-text-primary: #FFFFFF;
    --color-text-secondary: #B8E8E0;
    --color-accent-gold: #FFD60A;
    --rgb-strive-green: 6, 214, 160;
    --rgb-flux-purple: 17, 138, 178;
}

/* Ocean Breeze Theme - Light */
body[data-theme="ocean-breeze-light"] {
    --color-strive-green: #1AC9B8;
    --color-strive-dark: #06B89A;
    --color-flux-purple: #0F7894;
    --color-flux-dark: #0A5A6E;
    --color-bg-dark: #CFE8E2;
    --color-bg-section: #DCF0EB;
    --color-text-primary: #001219;
    --color-text-secondary: #073B4C;
    --color-accent-gold: #FFA500;
    --rgb-strive-green: 26, 201, 184;
    --rgb-flux-purple: 15, 120, 148;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-regular);
    line-height: 1.6;
    color: var(--color-text-primary);
    background-color: var(--color-bg-dark);
    overflow-x: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

img {
    max-width: 100%;
    height: auto;
}

/* ===== THEME SWITCHER ===== */
.theme-switcher-container {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    justify-content: center;
}

.theme-switcher {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(15px);
    padding: 14px 20px;
    border-radius: 60px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6),
                0 0 0 1px rgba(255, 255, 255, 0.05);
}

.theme-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin-right: 4px;
}

.theme-btn {
    width: 48px;
    height: 48px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 4px;
    position: relative;
    overflow: hidden;
}

.theme-btn:hover {
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.theme-btn.active {
    border-color: #fff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.theme-preview {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
}

.theme-preview span {
    flex: 1;
    height: 100%;
}

.theme-preview span:first-child {
    border-radius: 50% 0 0 50%;
}

.theme-preview span:last-child {
    border-radius: 0 50% 50% 0;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .theme-switcher-container {
        top: 70px;
    }

    .theme-switcher {
        gap: 8px;
        padding: 10px 14px;
        flex-wrap: nowrap;
        max-width: 95vw;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .theme-switcher::-webkit-scrollbar {
        display: none;
    }

    .theme-label {
        font-size: 0.6rem;
        margin-right: 2px;
    }

    .theme-btn {
        width: 38px;
        height: 38px;
        flex-shrink: 0;
    }
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 {
    font-weight: var(--font-weight-black);
    line-height: 1.2;
}

h1 {
    font-size: clamp(3rem, 8vw, 6rem);
}

h2 {
    font-size: clamp(2rem, 5vw, 4rem);
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
}

p {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: var(--color-text-secondary);
}

/* ===== BUTTONS ===== */
button {
    font-family: var(--font-primary);
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background: var(--color-strive-green);
    color: var(--color-bg-dark);
    font-weight: var(--font-weight-bold);
    font-size: 1.125rem;
    padding: 1rem 2.5rem;
    border-radius: var(--radius-sm);
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 20px rgba(var(--rgb-strive-green), 0.3);
    white-space: nowrap;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px var(--color-strive-green);
    background: var(--color-strive-green);
    filter: brightness(1.1);
}

.btn-secondary {
    background: var(--color-flux-purple);
    color: white;
    font-weight: var(--font-weight-bold);
    font-size: 1rem;
    padding: 0.875rem 2rem;
    border-radius: var(--radius-sm);
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 20px rgba(var(--rgb-flux-purple), 0.3);
    white-space: nowrap;
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px var(--color-flux-purple);
    background: var(--color-flux-purple);
    filter: brightness(1.1);
}

.btn-cta {
    background: var(--color-strive-green);
    color: var(--color-bg-dark);
    font-weight: var(--font-weight-black);
    font-size: 1.25rem;
    padding: 1.25rem 3rem;
    border-radius: var(--radius-md);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 6px 25px rgba(var(--rgb-strive-green), 0.4);
    white-space: nowrap;
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px var(--color-strive-green);
    background: var(--color-strive-green);
    filter: brightness(1.1);
}

/* ===== NAVIGATION ===== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background: rgba(10, 10, 10, 0.98);
    box-shadow: var(--shadow-lg);
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.logo {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 80px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.05);
}

.logo-text {
    font-size: 1.5rem;
    font-weight: var(--font-weight-black);
    background: linear-gradient(135deg, var(--color-strive-green), var(--color-flux-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.logo-plus {
    color: var(--color-accent-gold);
    margin: 0 0.25rem;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    color: var(--color-text-secondary);
    text-decoration: none;
    font-weight: var(--font-weight-semibold);
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--color-strive-green);
}

.btn-shop-now {
    background: rgba(var(--rgb-flux-purple), 0.15);
    border: 2px solid var(--color-flux-purple);
    color: var(--color-flux-purple);
    font-weight: var(--font-weight-bold);
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-sm);
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-shop-now:hover {
    background: var(--color-flux-purple);
    color: white;
    transform: translateY(-2px);
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--color-strive-green);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

/* 50/50 Split Container */
.hero-split-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    z-index: 1;
}

/* Each side takes exactly 50% */
.hero-side {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Video backgrounds for each side - HIDDEN, using CSS instead */
.hero-product-video {
    display: none;
}

/* Hero sides get gradient backgrounds with bottle shapes */
.hero-side-left {
    background: linear-gradient(135deg, var(--color-bg-dark) 0%, var(--color-bg-section) 50%, var(--color-bg-dark) 100%);
    position: relative;
}

.hero-side-left::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 500px;
    background: linear-gradient(180deg, var(--color-strive-green) 0%, var(--color-strive-dark) 100%);
    border-radius: 150px 150px 80px 80px;
    opacity: 0.3;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4),
                inset 0 -20px 40px rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.hero-side-right {
    background: linear-gradient(135deg, var(--color-bg-dark) 0%, var(--color-bg-section) 50%, var(--color-bg-dark) 100%);
    position: relative;
}

.hero-side-right::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 500px;
    background: linear-gradient(180deg, var(--color-flux-purple) 0%, var(--color-flux-dark) 100%);
    border-radius: 150px 150px 80px 80px;
    opacity: 0.3;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4),
                inset 0 -20px 40px rgba(0, 0, 0, 0.3);
    z-index: 0;
}

/* Color overlays */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(ellipse at center, var(--color-strive-green) 0%, transparent 70%);
    opacity: 0.15;
}

.green-overlay {
    background: radial-gradient(ellipse at center, var(--color-strive-green) 0%, transparent 70%);
}

.purple-overlay {
    background: radial-gradient(ellipse at center, var(--color-flux-purple) 0%, transparent 70%);
}

/* Content wrapper */
.hero-content-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
}

.hero-label-top {
    font-size: 1rem;
    font-weight: var(--font-weight-black);
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.hero-product-name {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: var(--font-weight-black);
    margin: 0.5rem 0;
}

.hero-side-left .hero-product-name {
    background: linear-gradient(135deg, var(--color-strive-green), var(--color-strive-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-side-right .hero-product-name {
    background: linear-gradient(135deg, var(--color-flux-purple), var(--color-flux-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-product-tagline {
    font-size: 1rem;
    color: var(--color-text-secondary);
    margin-bottom: 2rem;
}

.btn-hero {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-strive {
    background: var(--color-strive-green);
    color: var(--color-bg-dark);
    box-shadow: 0 6px 25px rgba(var(--rgb-strive-green), 0.4);
}

.btn-strive:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(var(--rgb-strive-green), 0.6);
    background: var(--color-strive-green);
}

.btn-flux {
    background: var(--color-flux-purple);
    color: white;
    box-shadow: 0 6px 25px rgba(var(--rgb-flux-purple), 0.4);
}

.btn-flux:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(var(--rgb-flux-purple), 0.6);
    background: #b366ff;
}

/* ===== CENTER COLLISION LINE ===== */
.hero-center-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 100%;
    z-index: 10;
    background: linear-gradient(180deg,
        rgba(var(--rgb-strive-green), 0) 0%,
        rgba(var(--rgb-strive-green), 0.8) 20%,
        rgba(255, 255, 255, 1) 50%,
        rgba(var(--rgb-flux-purple), 0.8) 80%,
        rgba(var(--rgb-flux-purple), 0) 100%);
    box-shadow: 0 0 40px rgba(var(--rgb-strive-green), 0.8),
                0 0 40px rgba(var(--rgb-flux-purple), 0.8),
                0 0 80px rgba(255, 255, 255, 0.5);
    animation: center-line-pulse 3s ease-in-out infinite;
}

@keyframes center-line-pulse {
    0%, 100% {
        opacity: 0.6;
        width: 8px;
        box-shadow: 0 0 40px rgba(var(--rgb-strive-green), 0.8),
                    0 0 40px rgba(var(--rgb-flux-purple), 0.8),
                    0 0 80px rgba(255, 255, 255, 0.5);
    }
    50% {
        opacity: 1;
        width: 12px;
        box-shadow: 0 0 60px rgba(var(--rgb-strive-green), 1),
                    0 0 60px rgba(var(--rgb-flux-purple), 1),
                    0 0 120px rgba(255, 255, 255, 0.8);
    }
}

/* Lightning bolts shooting up */
.center-lightning {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 150px;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(255, 255, 255, 1) 50%,
        transparent 100%);
    opacity: 0;
    filter: blur(1px);
}

.lightning-bolt-1 {
    animation: lightning-shoot 2s ease-in-out infinite;
    animation-delay: 0s;
}

.lightning-bolt-2 {
    animation: lightning-shoot 2s ease-in-out infinite;
    animation-delay: 0.7s;
}

.lightning-bolt-3 {
    animation: lightning-shoot 2s ease-in-out infinite;
    animation-delay: 1.4s;
}

@keyframes lightning-shoot {
    0% {
        bottom: 50%;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        bottom: 100%;
        opacity: 0;
    }
}

/* Collision particles exploding */
.collision-particles {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    pointer-events: none;
}

/* ===== MAIN HEADLINE OVERLAY (TOP) ===== */
.hero-headline-overlay-top {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    text-align: center;
    width: 90%;
    max-width: 1200px;
}

/* ===== BOTTOM CTA ===== */
.hero-cta-bottom {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    text-align: center;
    width: 90%;
    max-width: 1200px;
}

.hero-main-title {
    font-size: clamp(2.5rem, 8vw, 6rem);
    font-weight: var(--font-weight-black);
    line-height: 1.1;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.title-green {
    background: linear-gradient(135deg, var(--color-strive-green), var(--color-strive-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 40px rgba(var(--rgb-strive-green), 0.5);
}

.title-purple {
    background: linear-gradient(135deg, var(--color-flux-purple), var(--color-flux-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 40px rgba(var(--rgb-flux-purple), 0.5);
}

.title-amp {
    color: white;
    font-size: 1em;
}

.title-amplified {
    display: block;
    width: 100%;
    font-size: 0.6em;
    letter-spacing: 8px;
    color: white;
    margin-top: 0.5rem;
}

.hero-main-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--color-text-secondary);
    margin: 1.5rem 0 2rem;
    letter-spacing: 2px;
}

.btn-cta-hero {
    padding: 1.25rem 3rem;
    font-size: 1.25rem;
    font-weight: var(--font-weight-black);
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    border-radius: var(--radius-md);
    background: var(--color-strive-green);
    color: var(--color-bg-dark);
    cursor: pointer;
    box-shadow: 0 6px 30px rgba(var(--rgb-strive-green), 0.5);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-cta-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 50px rgba(var(--rgb-strive-green), 0.7);
    background: var(--color-strive-green);
}

/* Energy Auras */
.energy-aura {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
}

.strive-aura {
    background: radial-gradient(circle, var(--color-strive-green), transparent);
    animation: pulse-green 3s ease-in-out infinite;
}

.flux-aura {
    background: radial-gradient(circle, var(--color-flux-purple), transparent);
    animation: pulse-purple 3.5s ease-in-out infinite;
}

@keyframes pulse-green {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

@keyframes pulse-purple {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

.product-bottle {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
}

.strive-bottle {
    max-width: 500px;
}

.flux-bottle {
    max-width: 300px;
}

.hero-content {
    margin-top: var(--spacing-md);
    position: relative;
    z-index: 1;
}

.hero-label {
    display: block;
    font-size: 0.875rem;
    font-weight: var(--font-weight-bold);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: var(--spacing-xs);
    opacity: 0.8;
}

.hero-title {
    font-size: clamp(3rem, 6vw, 5rem);
    margin: 0;
    background: linear-gradient(135deg, var(--color-strive-green), var(--color-flux-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-strive .hero-title {
    background: linear-gradient(135deg, var(--color-strive-green), var(--color-strive-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-flux .hero-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    background: linear-gradient(135deg, var(--color-flux-purple), var(--color-flux-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
    color: var(--color-text-secondary);
    margin: var(--spacing-xs) 0 var(--spacing-md);
}

/* VS Divider */
.vs-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
    z-index: 3;
}

.lightning-bolt {
    font-size: 3rem;
    animation: lightning-pulse 2s ease-in-out infinite;
}

@keyframes lightning-pulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.vs-text {
    font-size: 2rem;
    font-weight: var(--font-weight-black);
    color: var(--color-accent-gold);
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
}

/* Hero Tagline */
.hero-tagline {
    text-align: center;
    margin-top: var(--spacing-xl);
    padding: 0 var(--spacing-md);
}

.tagline-main {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: var(--font-weight-black);
    margin-bottom: var(--spacing-sm);
}

.tagline-sub {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--color-text-secondary);
    margin-bottom: var(--spacing-md);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    opacity: 0.6;
}

.scroll-indicator span {
    display: block;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.scroll-arrow {
    font-size: 2rem;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

/* ===== SECTION STYLING ===== */
section {
    padding: var(--spacing-xl) 0;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: var(--spacing-lg);
}

.section-label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: var(--font-weight-bold);
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0.5rem 1.5rem;
    border-radius: var(--radius-sm);
    margin-bottom: var(--spacing-sm);
}

.section-label.green {
    background: rgba(var(--rgb-strive-green), 0.1);
    color: var(--color-strive-green);
    border: 1px solid var(--color-strive-green);
}

.section-label.purple {
    background: rgba(var(--rgb-flux-purple), 0.1);
    color: var(--color-flux-purple);
    border: 1px solid var(--color-flux-purple);
}

.section-title {
    margin-bottom: var(--spacing-sm);
}

.text-green {
    color: var(--color-strive-green);
}

.text-purple {
    color: var(--color-flux-purple);
}

.section-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--color-text-secondary);
    max-width: 700px;
    margin: 0 auto;
}

/* ===== SPLIT SECTIONS (STRIVE & FLUX) ===== */
.split-section {
    display: flex;
    align-items: center;
    min-height: 70vh;
    padding: var(--spacing-lg) 0;
    position: relative;
    gap: var(--spacing-lg);
}

/* Connection symbol between sections */
.split-section::after {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10rem;
    font-weight: var(--font-weight-black);
    background: linear-gradient(135deg, var(--color-strive-green), var(--color-flux-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
    animation: pulse-plus 3s ease-in-out infinite;
}

@keyframes pulse-plus {
    0%, 100% { opacity: 0.15; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.25; transform: translate(-50%, -50%) scale(1.1); }
}

.split-image {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-lg);
}

/* Hide actual images and create CSS visuals */
.ingredients-img {
    display: none;
}

/* Create themed ingredient panels with CSS */
.split-image::before {
    content: '';
    max-width: 500px;
    width: 80%;
    height: 600px;
    position: relative;
    z-index: 2;
    border-radius: var(--radius-xl);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    display: block;
}

/* STRIVE section gets green gradient panel */
.strive-section .split-image::before {
    background: linear-gradient(135deg,
        var(--color-strive-dark) 0%,
        var(--color-strive-green) 50%,
        var(--color-strive-dark) 100%);
}

/* FLUX section gets purple gradient panel */
.flux-section .split-image::before {
    background: linear-gradient(135deg,
        var(--color-flux-dark) 0%,
        var(--color-flux-purple) 50%,
        var(--color-flux-dark) 100%);
}

.image-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.green-glow {
    background: radial-gradient(circle, var(--color-strive-green), transparent);
    animation: pulse-green 4s ease-in-out infinite;
    left: -20%;
    top: auto;
    bottom: -20%;
    transform: translate(0, 0);
}

.purple-glow {
    background: radial-gradient(circle, var(--color-flux-purple), transparent);
    animation: pulse-purple 4s ease-in-out infinite;
}

.split-content {
    flex: 1;
    padding: var(--spacing-xl);
    z-index: 2;
}

.section-title-split {
    font-size: clamp(3rem, 6vw, 5rem);
    margin: var(--spacing-sm) 0;
}

.section-tagline {
    font-size: 1.25rem;
    color: var(--color-text-secondary);
    margin-bottom: var(--spacing-sm);
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: var(--spacing-sm);
}

.benefit-item {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-sm);
    padding: 0.6rem 0.75rem;
    transition: all 0.3s ease;
    min-height: 60px;
}

.benefit-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(10px);
}

.benefit-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.benefit-icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}

.strive-section .benefit-icon {
    background: rgba(var(--rgb-strive-green), 0.1);
}

.strive-section .benefit-icon svg {
    stroke: var(--color-strive-green);
}

.flux-section .benefit-icon {
    background: rgba(var(--rgb-flux-purple), 0.1);
}

.flux-section .benefit-icon svg {
    stroke: var(--color-flux-purple);
}

.strive-section .benefit-item:hover {
    border-color: var(--color-strive-green);
    box-shadow: 0 0 20px rgba(var(--rgb-strive-green), 0.2);
}

.flux-section .benefit-item:hover {
    border-color: var(--color-flux-purple);
    box-shadow: 0 0 20px rgba(var(--rgb-flux-purple), 0.2);
}

.benefit-icon-small {
    font-size: 2rem;
    flex-shrink: 0;
}

.benefit-text h4 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.benefit-text p {
    font-size: 0.9375rem;
    color: var(--color-text-secondary);
    line-height: 1.6;
}

/* ===== STRIVE SECTION ===== */
.strive-section {
    background: linear-gradient(180deg, var(--color-bg-dark), var(--color-bg-section));
    position: relative;
    padding-bottom: 0;
    margin-top: 0;
}

.strive-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at left, rgba(var(--rgb-strive-green), 0.1), transparent);
    pointer-events: none;
}

.strive-section .section-title-split {
    background: linear-gradient(135deg, var(--color-strive-green), var(--color-strive-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.product-showcase {
    position: relative;
    text-align: center;
    margin: var(--spacing-lg) 0;
}

.strive-aura-large,
.flux-aura-large {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
}

.strive-aura-large {
    background: radial-gradient(circle, var(--color-strive-green), transparent);
    animation: pulse-green 4s ease-in-out infinite;
}

.flux-aura-large {
    background: radial-gradient(circle, var(--color-flux-purple), transparent);
    animation: pulse-purple 4s ease-in-out infinite;
}

.showcase-product {
    position: relative;
    z-index: 1;
    max-width: 400px;
    margin: 0 auto;
}

.product-showcase-small .showcase-product {
    max-width: 300px;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-md);
    margin-top: var(--spacing-lg);
}

.benefits-grid-small {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    padding: var(--spacing-md);
    transition: all 0.3s ease;
    text-align: center;
}

.benefit-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: var(--shadow-lg);
}

.strive-section .benefit-card:hover {
    border-color: var(--color-strive-green);
    box-shadow: 0 0 30px rgba(var(--rgb-strive-green), 0.3);
}

.flux-section .benefit-card:hover {
    border-color: var(--color-flux-purple);
    box-shadow: 0 0 30px rgba(var(--rgb-flux-purple), 0.3);
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: var(--spacing-sm);
}

.benefit-title {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-xs);
}

.benefit-desc {
    font-size: 1rem;
    color: var(--color-text-secondary);
    line-height: 1.6;
}

/* Ingredients Section */
.ingredients-section {
    margin-top: var(--spacing-xl);
    text-align: center;
}

.ingredients-title {
    font-size: 2rem;
    margin-bottom: var(--spacing-md);
}

.ingredients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-md);
    margin-top: var(--spacing-md);
}

.ingredient-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-sm);
    padding: var(--spacing-md);
    transition: all 0.3s ease;
}

.ingredient-card:hover {
    background: rgba(var(--rgb-strive-green), 0.05);
    border-color: var(--color-strive-green);
    transform: scale(1.05);
}

.ingredient-card h4 {
    font-size: 1.125rem;
    margin-bottom: var(--spacing-xs);
    color: var(--color-strive-green);
}

.ingredient-card p {
    font-size: 0.875rem;
}

.btn-get-strive-section,
.btn-add-flux-section {
    display: block;
    margin: var(--spacing-lg) auto 0;
}

/* ===== FLUX SECTION ===== */
.flux-section {
    background: linear-gradient(180deg, var(--color-bg-section), var(--color-bg-dark));
    position: relative;
    padding-top: 0;
}

.flux-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at right, rgba(var(--rgb-flux-purple), 0.1), transparent);
    pointer-events: none;
}

.flux-section .section-title-split {
    background: linear-gradient(135deg, var(--color-flux-purple), var(--color-flux-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Mobile responsive for split sections */
@media (max-width: 1024px) {
    .split-section {
        flex-direction: column !important;
    }

    .split-image, .split-content {
        width: 100%;
        padding: var(--spacing-md);
    }

    .ingredients-img {
        max-width: 400px;
    }
}

/* ===== SYNERGY SECTION ===== */
/* ===== SYNERGY SECTION (BETTER TOGETHER) ===== */
.synergy-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Hide video containers - using CSS backgrounds instead */
.synergy-video-container {
    display: none;
}

.synergy-bg-video {
    display: none;
}

/* Add themed gradient background to synergy section */
.synergy-section {
    background: linear-gradient(135deg,
        var(--color-bg-dark) 0%,
        var(--color-bg-section) 30%,
        var(--color-bg-dark) 50%,
        var(--color-bg-section) 70%,
        var(--color-bg-dark) 100%);
}

/* Add split color glows from each side */
.synergy-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(ellipse at center right, var(--color-strive-green) 0%, transparent 60%);
    opacity: 0.12;
    z-index: 0;
}

.synergy-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(ellipse at center left, var(--color-flux-purple) 0%, transparent 60%);
    opacity: 0.12;
    z-index: 0;
}

.synergy-overlay {
    display: none;
}

.synergy-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--spacing-xl);
    text-align: center;
}

/* Headline */
.synergy-headline {
    margin-bottom: var(--spacing-xl);
}

.synergy-label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: white;
    margin-bottom: var(--spacing-sm);
    padding: 0.5rem 1.5rem;
    border: 2px solid white;
    border-radius: 50px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

.synergy-mega-title {
    font-size: clamp(3rem, 10vw, 7rem);
    font-weight: var(--font-weight-black);
    line-height: 1.1;
    margin: var(--spacing-md) 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.word-green {
    color: var(--color-strive-green);
    text-shadow: 0 0 40px rgba(var(--rgb-strive-green), 0.8);
}

.word-purple {
    color: var(--color-flux-purple);
    text-shadow: 0 0 40px rgba(var(--rgb-flux-purple), 0.8);
}

.word-plus,
.word-equals {
    color: white;
    font-size: 0.8em;
}

.word-gold {
    color: white;
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.8);
}

.synergy-tagline {
    font-size: clamp(1.25rem, 3vw, 2rem);
    color: var(--color-text-secondary);
    margin-top: var(--spacing-md);
}

/* 3-Column Grid */
.synergy-grid {
    display: grid;
    grid-template-columns: 380px auto 380px;
    gap: var(--spacing-xl);
    margin: var(--spacing-xl) 0;
    align-items: center;
    justify-content: center;
}

.synergy-col {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(10px);
}

.strive-col {
    border-color: rgba(var(--rgb-strive-green), 0.3);
    background: rgba(var(--rgb-strive-green), 0.05);
    margin-right: -10px;
    padding: var(--spacing-md) var(--spacing-lg) var(--spacing-md) var(--spacing-xl);
    border-top-left-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
}

.flux-col {
    border-color: rgba(var(--rgb-flux-purple), 0.3);
    background: rgba(var(--rgb-flux-purple), 0.05);
    margin-left: -10px;
    padding: var(--spacing-md) var(--spacing-xl) var(--spacing-md) var(--spacing-lg);
    border-top-right-radius: var(--radius-xl);
    border-bottom-right-radius: var(--radius-xl);
}

.synergy-col-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--spacing-md);
    padding-bottom: var(--spacing-sm);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.synergy-col-header h3 {
    font-size: 3rem;
    font-weight: var(--font-weight-black);
}

.strive-col .synergy-col-header h3 {
    color: var(--color-strive-green);
    text-shadow: 0 0 30px rgba(var(--rgb-strive-green), 0.6);
}

.flux-col .synergy-col-header h3 {
    color: var(--color-flux-purple);
    text-shadow: 0 0 30px rgba(var(--rgb-flux-purple), 0.6);
}

.synergy-benefits {
    list-style: none;
    padding: 0;
    text-align: left;
}

.synergy-benefits li {
    padding: 0.6rem 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 0.95rem;
    font-weight: var(--font-weight-medium);
    color: white;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    cursor: pointer;
    padding-left: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.synergy-benefits li:hover {
    transform: translateX(8px);
    padding-left: 2rem;
}

/* Animated neon line that grows on hover */
.benefit-line {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 0;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.strive-col .benefit-line {
    background: var(--color-strive-green);
    box-shadow: 0 0 15px var(--color-strive-green),
                0 0 30px var(--color-strive-green),
                0 0 45px rgba(var(--rgb-strive-green), 0.5);
}

.flux-col .benefit-line {
    background: var(--color-flux-purple);
    box-shadow: 0 0 15px var(--color-flux-purple),
                0 0 30px var(--color-flux-purple),
                0 0 45px rgba(var(--rgb-flux-purple), 0.5);
}

.synergy-benefits li:hover .benefit-line {
    width: 100%;
}

/* Glowing icon on the left */
.strive-col .synergy-benefits li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--color-strive-green);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.strive-col .synergy-benefits li:hover::before {
    color: var(--color-strive-green);
    text-shadow: 0 0 10px var(--color-strive-green);
    transform: translateX(3px);
}

.flux-col .synergy-benefits li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--color-flux-purple);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.flux-col .synergy-benefits li:hover::before {
    color: var(--color-flux-purple);
    text-shadow: 0 0 10px var(--color-flux-purple);
    transform: translateX(3px);
}

.synergy-benefits li:hover {
    color: white;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

/* Center Multiplier Column */
.center-col {
    background: transparent;
    border: none;
    padding: var(--spacing-md);
}

.synergy-multiplier {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-sm);
}

.multiplier-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-strive-green), var(--color-flux-purple));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 60px rgba(var(--rgb-strive-green), 0.5),
                0 0 60px var(--color-flux-purple), 0.5);
    animation: pulse-multiplier 2s ease-in-out infinite;
}

@keyframes pulse-multiplier {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 60px rgba(var(--rgb-strive-green), 0.5),
                    0 0 60px var(--color-flux-purple), 0.5);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 80px rgba(var(--rgb-strive-green), 0.8),
                    0 0 80px rgba(var(--rgb-flux-purple), 0.8);
    }
}

.multiplier-text {
    font-size: 3rem;
    font-weight: var(--font-weight-black);
    color: white;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

.multiplier-label {
    font-size: 0.875rem;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    text-align: center;
}

/* CTA Button */
.synergy-cta {
    margin-top: var(--spacing-xl);
}

.synergy-scroll-cta {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    color: white;
    font-size: 1.125rem;
    font-weight: var(--font-weight-semibold);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    padding: 1rem;
}

.synergy-scroll-cta:hover {
    transform: translateY(5px);
    color: var(--color-strive-green);
}

.synergy-scroll-cta svg {
    animation: bounce-arrow 2s ease-in-out infinite;
}

@keyframes bounce-arrow {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

.btn-ultimate-stack {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--color-strive-green), var(--color-flux-purple));
    color: white;
    font-size: 1.5rem;
    font-weight: var(--font-weight-bold);
    padding: 1.5rem 3rem;
    border: none;
    border-radius: var(--radius-lg);
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 0 40px rgba(var(--rgb-strive-green), 0.5),
                0 0 40px var(--color-flux-purple), 0.5);
    transition: all 0.3s ease;
}

.btn-ultimate-stack:hover {
    transform: scale(1.05);
    box-shadow: 0 0 60px rgba(var(--rgb-strive-green), 0.8),
                0 0 60px rgba(var(--rgb-flux-purple), 0.8);
}

.btn-text {
    font-size: 1.5rem;
}

.btn-price {
    font-size: 1rem;
    font-weight: var(--font-weight-normal);
    opacity: 0.9;
}

/* ===== SCIENCE SECTION ===== */
.science-section {
    background: var(--color-bg-section);
    padding: calc(var(--spacing-xl) * 2) 0;
    margin: var(--spacing-xl) 0;
}

/* Stats Bar */
.stats-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: var(--spacing-xl) auto;
    padding: var(--spacing-xl);
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-xl);
    backdrop-filter: blur(10px);
}

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

.stat-number {
    font-size: 4rem;
    font-weight: var(--font-weight-black);
    background: linear-gradient(135deg, var(--color-strive-green), white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: var(--spacing-sm);
}

.stat-label {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-text-secondary);
    font-weight: var(--font-weight-bold);
}

.stat-divider {
    width: 1px;
    height: 60px;
    background: linear-gradient(180deg, transparent, var(--color-strive-green), 0.5), transparent);
}

/* Trust Seals */
.trust-seals {
    display: flex;
    justify-content: center;
    gap: var(--spacing-xl);
    margin: var(--spacing-xl) auto;
    flex-wrap: wrap;
}

.trust-seal {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.trust-seal:hover {
    background: rgba(var(--rgb-strive-green), 0.05);
    border-color: var(--color-strive-green);
    transform: translateY(-2px);
}

.seal-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seal-icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--color-strive-green);
    stroke-width: 2;
}

.trust-seal span {
    font-size: 0.875rem;
    font-weight: var(--font-weight-bold);
    color: white;
    letter-spacing: 1px;
}

/* Science Split Cards */
.science-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xl);
    margin-top: calc(var(--spacing-xl) * 2);
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.science-card {
    background: rgba(255, 255, 255, 0.02);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-xl);
    padding: var(--spacing-xl);
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease;
}

.science-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.science-left::before {
    background: var(--color-strive-green);
}

.science-right::before {
    background: var(--color-flux-purple);
}

.science-left.active {
    border-color: rgba(var(--rgb-strive-green), 0.5);
    box-shadow: 0 20px 80px rgba(var(--rgb-strive-green), 0.25);
    background: rgba(var(--rgb-strive-green), 0.08);
}

.science-right.active {
    border-color: rgba(var(--rgb-flux-purple), 0.5);
    box-shadow: 0 20px 80px rgba(var(--rgb-flux-purple), 0.25);
    background: rgba(var(--rgb-flux-purple), 0.08);
}

.science-card:hover {
    transform: translateY(-5px);
}

.science-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: var(--font-weight-black);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--color-strive-green);
    padding: 0.5rem 1rem;
    background: rgba(var(--rgb-strive-green), 0.1);
    border-radius: 50px;
    margin-bottom: var(--spacing-md);
}

.science-label-purple {
    color: var(--color-flux-purple);
    background: rgba(var(--rgb-flux-purple), 0.1);
}

.science-card h3 {
    font-size: 2.5rem;
    font-weight: var(--font-weight-black);
    color: white;
    margin-bottom: var(--spacing-xl);
}

.science-items {
    margin-top: var(--spacing-lg);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
}

.science-point {
    margin-bottom: var(--spacing-md);
    display: flex;
    gap: var(--spacing-md);
    align-items: flex-start;
}

.point-number {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--font-weight-black);
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.6s ease;
    opacity: 0.4;
}

.science-point.active .point-number {
    opacity: 1;
}

.science-left .science-point.active .point-number {
    border-color: var(--color-strive-green);
    background: var(--color-strive-green);
    color: var(--color-bg-dark);
    box-shadow: 0 0 20px rgba(var(--rgb-strive-green), 0.3);
}

.science-right .science-point.active .point-number {
    border-color: var(--color-flux-purple);
    background: var(--color-flux-purple);
    color: white;
    box-shadow: 0 0 20px rgba(var(--rgb-flux-purple), 0.3);
}

.science-left .science-point:hover .point-number {
    transform: scale(1.1);
}

.science-right .science-point:hover .point-number {
    transform: scale(1.1);
}

.point-content h4 {
    font-size: 1.25rem;
    font-weight: var(--font-weight-bold);
    color: white;
    margin-bottom: var(--spacing-xs);
}

.point-content p {
    color: var(--color-text-secondary);
    line-height: 1.6;
    font-size: 0.95rem;
}

.research-section {
    max-width: 800px;
    margin: var(--spacing-lg) auto;
    text-align: center;
}

.research-section h3 {
    font-size: 2rem;
    margin-bottom: var(--spacing-md);
}

.research-list {
    list-style: none;
    padding: 0;
    margin: var(--spacing-md) 0;
}

.research-list li {
    padding: var(--spacing-xs) 0;
    color: var(--color-text-secondary);
}

.research-list li::before {
    content: '✓';
    color: var(--color-strive-green);
    font-weight: bold;
    margin-right: 0.5rem;
}

.research-note {
    font-size: 0.875rem;
    font-style: italic;
    margin-top: var(--spacing-md);
}

/* ===== FASTING EDUCATION SECTION ===== */
.fasting-section {
    background: rgba(var(--rgb-strive-green), 0.02);
    padding: var(--spacing-xl) 0;
}

.fasting-timeline-container {
    margin: var(--spacing-xl) 0;
    padding: var(--spacing-xl);
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.timeline-title {
    font-size: 2rem;
    font-weight: var(--font-weight-bold);
    text-align: center;
    margin-bottom: var(--spacing-xl);
    color: white;
}

.fasting-timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--spacing-lg) 0;
}

/* Background line (always visible, dim) */
.fasting-timeline::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 0;
}

/* Animated progress line */
.fasting-timeline::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, var(--color-strive-green) 0%, var(--color-strive-green) 50%, var(--color-flux-purple) 100%);
    box-shadow: none;
    z-index: 0;
    transition: width 2s ease-out;
}

.fasting-timeline.active::after {
    width: calc(90% - 10%);
}

.timeline-point {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    z-index: 1;
    opacity: 0.3;
    transform: scale(0.9);
    transition: all 0.6s ease;
}

.timeline-point.active {
    opacity: 1;
    transform: scale(1);
}

.timeline-dot {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 3px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--font-weight-black);
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: var(--spacing-md);
    transition: all 0.6s ease;
}

/* First 3 dots green */
.timeline-point:nth-child(1).active .timeline-dot,
.timeline-point:nth-child(2).active .timeline-dot,
.timeline-point:nth-child(3).active .timeline-dot {
    background: var(--color-strive-green);
    border-color: var(--color-strive-green);
    color: var(--color-bg-dark);
    box-shadow: 0 0 20px rgba(var(--rgb-strive-green), 0.3);
}

/* Last 2 dots purple */
.timeline-point:nth-child(4).active .timeline-dot,
.timeline-point:nth-child(5).active .timeline-dot {
    background: var(--color-flux-purple);
    border-color: var(--color-flux-purple);
    color: white;
    box-shadow: 0 0 20px rgba(var(--rgb-flux-purple), 0.3);
}

.timeline-point:hover .timeline-dot {
    transform: scale(1.1);
}

.timeline-label {
    font-size: 0.95rem;
    color: var(--color-text-secondary);
    max-width: 120px;
    transition: all 0.6s ease;
}

.timeline-point.active .timeline-label {
    color: white;
    font-weight: var(--font-weight-semibold);
}

.fasting-support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: var(--spacing-xl);
    margin-top: var(--spacing-xl);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.support-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--radius-lg);
    padding: var(--spacing-xl);
    transition: all 0.6s ease;
    opacity: 0.5;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.support-card.active {
    opacity: 1;
}

.strive-support.active {
    background: rgba(var(--rgb-strive-green), 0.05);
    border-color: rgba(var(--rgb-strive-green), 0.4);
    box-shadow: 0 20px 60px rgba(var(--rgb-strive-green), 0.2);
}

.flux-support.active {
    background: rgba(var(--rgb-flux-purple), 0.05);
    border-color: rgba(var(--rgb-flux-purple), 0.4);
    box-shadow: 0 20px 60px rgba(var(--rgb-flux-purple), 0.2);
}

.support-card:hover {
    transform: translateY(-5px);
}

.support-card h3 {
    font-size: 1.75rem;
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--spacing-lg);
    color: white;
}

.product-name-green {
    color: var(--color-strive-green);
}

.product-name-purple {
    color: var(--color-flux-purple);
}

.support-card ul {
    list-style: none;
    padding: 0;
}

.support-card ul li {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: var(--color-text-secondary);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.strive-support ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--color-strive-green);
}

.flux-support ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--color-flux-purple);
}

/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section {
    background: linear-gradient(180deg, var(--color-bg-dark) 0%, var(--color-flux-purple), 0.03) 50%, var(--color-bg-dark) 100%);
    padding: calc(var(--spacing-xl) * 1.5) 0;
}

/* Social Proof Bar */
.social-proof-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xl);
    max-width: 1000px;
    margin: var(--spacing-xl) auto;
    padding: var(--spacing-xl);
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid var(--color-flux-purple), 0.2);
    border-radius: var(--radius-xl);
    backdrop-filter: blur(10px);
}

.proof-stat {
    text-align: center;
    flex: 1;
}

.proof-number {
    font-size: 3rem;
    font-weight: var(--font-weight-black);
    background: linear-gradient(135deg, var(--color-strive-green), var(--color-flux-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: var(--spacing-xs);
}

.proof-label {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-text-secondary);
    font-weight: var(--font-weight-bold);
}

.proof-divider {
    width: 1px;
    height: 50px;
    background: linear-gradient(180deg, transparent, var(--color-flux-purple), 0.5), transparent);
}

/* Hero Testimonial */
.testimonial-hero {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: var(--spacing-xl);
    max-width: 1400px;
    margin: calc(var(--spacing-xl) * 2) auto;
    padding: calc(var(--spacing-xl) * 1.5);
    background: rgba(255, 255, 255, 0.02);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-xl);
    position: relative;
    overflow: hidden;
}

.testimonial-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--color-strive-green), var(--color-flux-purple));
}

.quote-icon {
    font-size: 6rem;
    font-weight: var(--font-weight-black);
    color: var(--color-strive-green);
    opacity: 0.2;
    line-height: 1;
    margin-bottom: var(--spacing-md);
}

.hero-quote {
    font-size: 1.5rem;
    line-height: 1.6;
    color: white;
    margin-bottom: var(--spacing-xl);
    font-weight: var(--font-weight-semibold);
}

.hero-author {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
}

.hero-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-strive-green), var(--color-flux-purple));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: var(--font-weight-black);
    color: white;
    flex-shrink: 0;
}

.hero-info {
    flex: 1;
}

.hero-name {
    display: block;
    font-size: 1.5rem;
    font-weight: var(--font-weight-black);
    color: white;
    margin-bottom: 0.25rem;
}

.hero-title {
    display: block;
    color: var(--color-text-secondary);
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.hero-stars {
    color: #FFD700;
    font-size: 1.25rem;
    letter-spacing: 2px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-xs);
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--color-strive-green), 0.1), var(--color-flux-purple), 0.1));
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-weight: var(--font-weight-bold);
    color: white;
}

.badge-icon {
    font-size: 1.5rem;
}

.testimonial-hero-results {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--spacing-lg);
    padding: var(--spacing-lg);
    background: rgba(0, 0, 0, 0.3);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.result-metric {
    text-align: center;
}

.metric-number {
    font-size: 3rem;
    font-weight: var(--font-weight-black);
    color: var(--color-strive-green);
    line-height: 1;
    margin-bottom: var(--spacing-xs);
}

.metric-unit {
    font-size: 1.5rem;
    color: var(--color-text-secondary);
}

.metric-label {
    font-size: 0.875rem;
    color: var(--color-text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Testimonials Grid */
.testimonials-grid-new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-xl);
    margin-top: calc(var(--spacing-xl) * 2);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-card-new {
    background: rgba(255, 255, 255, 0.02);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: var(--spacing-xl);
    transition: all 0.6s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.testimonial-card-new:hover {
    transform: translateY(-8px);
}

.testimonial-green.active {
    box-shadow: 0 20px 60px rgba(var(--rgb-strive-green), 0.2);
    border-color: rgba(var(--rgb-strive-green), 0.4);
    background: rgba(var(--rgb-strive-green), 0.05);
}

.testimonial-purple.active {
    box-shadow: 0 20px 60px rgba(var(--rgb-flux-purple), 0.2);
    border-color: rgba(var(--rgb-flux-purple), 0.4);
    background: rgba(var(--rgb-flux-purple), 0.05);
}

.testimonial-both.active {
    box-shadow: 0 20px 60px rgba(var(--rgb-strive-green), 0.2), 0 20px 60px rgba(var(--rgb-flux-purple), 0.2);
    border-color: rgba(var(--rgb-flux-purple), 0.4);
    background: rgba(var(--rgb-flux-purple), 0.05);
}

.card-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(var(--rgb-strive-green), 0.1);
    color: var(--color-strive-green);
    font-size: 0.75rem;
    font-weight: var(--font-weight-black);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    width: fit-content;
}

.badge-purple {
    background: rgba(var(--rgb-flux-purple), 0.1);
    color: var(--color-flux-purple);
}

.badge-gold {
    background: linear-gradient(135deg, var(--color-strive-green), 0.1), var(--color-flux-purple), 0.1));
    color: var(--color-accent-gold);
}

.stars-new {
    color: #FFD700;
    font-size: 1.25rem;
    letter-spacing: 3px;
}

.quote-new {
    font-size: 1.05rem;
    line-height: 1.7;
    color: white;
    font-weight: var(--font-weight-regular);
    flex: 1;
}

.author-new {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    padding-top: var(--spacing-md);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.author-avatar-new {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: var(--font-weight-bold);
    color: white;
    flex-shrink: 0;
}

.author-new strong {
    display: block;
    color: white;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.author-verified {
    font-size: 0.75rem;
    color: var(--color-strive-green);
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.result-tag {
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: var(--font-weight-bold);
    color: var(--color-text-secondary);
    text-align: center;
}

/* ===== PRICING SECTION ===== */
.pricing-section {
    background: rgba(var(--rgb-flux-purple), 0.02);
    padding: calc(var(--spacing-xl) * 1.5) 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--spacing-lg);
    margin-top: var(--spacing-xl);
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.02);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-xl);
    padding: var(--spacing-xl);
    text-align: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: visible;
}

.pricing-card:hover {
    transform: translateY(-8px);
}

.pricing-header {
    margin-bottom: var(--spacing-xl);
}

.pricing-header h3 {
    font-size: 1.75rem;
    font-weight: var(--font-weight-black);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: var(--spacing-xs);
    color: white;
}

.pricing-tagline {
    color: var(--color-text-secondary);
    font-size: 0.95rem;
    margin-bottom: var(--spacing-md);
}

.savings-pill, .savings-pill-small {
    display: inline-block;
    background: var(--color-flux-purple);
    color: white;
    font-size: 0.75rem;
    font-weight: var(--font-weight-bold);
    padding: 0.4rem 1rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: var(--spacing-sm);
}

.pricing-price-section {
    margin: var(--spacing-xl) 0;
    padding: var(--spacing-lg) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.price-main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: var(--spacing-sm);
}

.currency {
    font-size: 2rem;
    font-weight: var(--font-weight-bold);
    color: var(--color-strive-green);
    margin-top: 0.5rem;
}

.amount {
    font-size: 5rem;
    font-weight: var(--font-weight-black);
    color: white;
    line-height: 1;
}

.price-period {
    color: var(--color-text-secondary);
    font-size: 0.95rem;
    margin-top: var(--spacing-xs);
}

.price-compare {
    color: var(--color-text-secondary);
    font-size: 0.875rem;
    text-decoration: line-through;
    margin-top: var(--spacing-xs);
}

.pricing-features-list {
    list-style: none;
    padding: 0;
    margin: var(--spacing-xl) 0;
    text-align: left;
}

.pricing-features-list li {
    padding: 0.75rem 0;
    color: var(--color-text-secondary);
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pricing-features-list li:last-child {
    border-bottom: none;
}

.check {
    color: var(--color-strive-green);
    font-size: 1.2rem;
    font-weight: var(--font-weight-bold);
}

.check.featured {
    color: var(--color-flux-purple);
}

.btn-pricing-modern {
    width: 100%;
    padding: 1rem;
    background: rgba(var(--rgb-strive-green), 0.1);
    border: 2px solid var(--color-strive-green);
    color: var(--color-strive-green);
    font-weight: var(--font-weight-bold);
    font-size: 1rem;
    border-radius: var(--radius-md);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
}

.btn-pricing-modern:hover {
    background: var(--color-strive-green);
    color: var(--color-bg-dark);
    transform: translateY(-2px);
}

/* ULTIMATE PRICING CARD (Featured) */
.pricing-ultimate {
    background: rgba(10, 10, 10, 0.95);
    border: 3px solid var(--color-strive-green);
    box-shadow: 0 0 60px rgba(var(--rgb-strive-green), 0.3), 0 0 80px rgba(var(--rgb-flux-purple), 0.2);
    z-index: 2;
    overflow: visible;
}

.pricing-ultimate:hover {
    transform: translateY(-8px);
}

.ultimate-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, var(--color-strive-green), 0.1), transparent 70%);
    pointer-events: none;
    z-index: -1;
    border-radius: var(--radius-xl);
}

@keyframes rotate-glow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.popular-ribbon {
    position: absolute;
    top: 20px;
    right: -35px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: var(--color-bg-dark);
    padding: 0.5rem 3rem;
    font-size: 0.75rem;
    font-weight: var(--font-weight-black);
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: rotate(45deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.btn-pricing-ultimate {
    width: 100%;
    padding: 1.25rem;
    background: var(--color-strive-green);
    border: none;
    color: var(--color-bg-dark);
    font-weight: var(--font-weight-black);
    font-size: 1.1rem;
    border-radius: var(--radius-md);
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 6px 25px rgba(var(--rgb-strive-green), 0.4);
    white-space: nowrap;
}

.btn-pricing-ultimate:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(var(--rgb-strive-green), 0.6);
    background: var(--color-strive-green);
}

.btn-pricing-featured {
    background: var(--color-strive-green);
    border: none;
    color: var(--color-bg-dark);
}

.btn-pricing-featured:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(var(--rgb-strive-green), 0.6);
    background: var(--color-strive-green);
}

/* ===== FAQ SECTION ===== */
.faq-section {
    background: var(--color-bg-section);
    padding: var(--spacing-xl) 0;
}

.faq-accordion {
    max-width: 900px;
    margin: var(--spacing-lg) auto 0;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-sm);
    margin-bottom: var(--spacing-sm);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--color-strive-green);
}

.faq-question {
    width: 100%;
    background: transparent;
    color: var(--color-text-primary);
    text-align: left;
    padding: var(--spacing-md);
    font-size: 1.125rem;
    font-weight: var(--font-weight-semibold);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-icon {
    font-size: 1.5rem;
    color: var(--color-strive-green);
    transition: transform 0.3s ease;
}

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

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 var(--spacing-md);
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 var(--spacing-md) var(--spacing-md);
}

.faq-answer p {
    color: var(--color-text-secondary);
    line-height: 1.8;
}

/* ===== FOOTER ===== */
.footer-section {
    background: var(--color-bg-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: var(--spacing-xl) 0 var(--spacing-md);
}

.footer-cta {
    text-align: center;
    margin-bottom: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-cta h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: var(--spacing-sm);
}

.footer-cta p {
    font-size: 1.125rem;
    color: var(--color-text-secondary);
    margin-bottom: var(--spacing-md);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
}

.footer-logo {
    height: 60px;
    width: auto;
    margin-bottom: var(--spacing-sm);
}

.footer-tagline {
    color: var(--color-text-secondary);
    font-size: 0.95rem;
}

.footer-column h3,
.footer-column h4 {
    margin-bottom: var(--spacing-sm);
    font-size: 1.125rem;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column li {
    margin-bottom: var(--spacing-xs);
}

.footer-column a {
    color: var(--color-text-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: var(--color-strive-green);
}

.newsletter-form {
    display: flex;
    gap: var(--spacing-xs);
}

.newsletter-form input {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: var(--color-text-primary);
    border-radius: var(--radius-sm);
    font-family: var(--font-primary);
}

.newsletter-form button {
    background: var(--color-strive-green);
    color: var(--color-bg-dark);
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-sm);
    font-weight: var(--font-weight-bold);
}

.footer-bottom {
    text-align: center;
    padding-top: var(--spacing-md);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-text-secondary);
    font-size: 0.875rem;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    /* Keep hero side-by-side on mobile - signature visual */
    .hero-split-container {
        flex-direction: row; /* Keep horizontal split */
    }

    .hero-side {
        flex: 1;
        height: 70vh; /* Reduce height on tablets */
        min-height: 500px;
    }

    .hero-section {
        min-height: 70vh;
    }

    /* Videos: better fit on shorter screens */
    .hero-product-video {
        object-fit: cover;
        object-position: center center;
    }

    /* Adjust hero text for smaller screens */
    .hero-main-title {
        font-size: clamp(1.75rem, 5vw, 3rem) !important;
        gap: 0.5rem;
    }

    .hero-main-subtitle {
        font-size: clamp(0.875rem, 2vw, 1rem);
    }

    .title-amplified {
        font-size: 0.5em;
        letter-spacing: 4px;
        margin-top: 0.25rem;
    }

    .hero-headline-overlay-top {
        top: 8%;
        width: 95%;
    }

    /* Make center line more visible on smaller screens */
    .hero-center-line {
        width: 6px;
    }

    /* Product sections stack on mobile for readability */
    .split-section {
        flex-direction: column !important;
    }

    .split-image, .split-content {
        width: 100%;
        padding: 2rem 1rem;
    }

    /* Synergy section: compact video, stacked cards */
    .synergy-section {
        min-height: auto;
        position: relative;
    }

    .synergy-video-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50vh;
        min-height: 400px;
    }

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

    .synergy-content-wrapper {
        position: relative;
        z-index: 10;
        padding: 3rem 0;
        padding-top: 50vh; /* Push content below video */
    }

    .synergy-headline {
        position: absolute;
        top: 2rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 15;
        width: 90%;
        text-align: center;
    }

    .synergy-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: var(--spacing-md);
        padding: var(--spacing-md);
        background: rgba(10, 10, 10, 0.85);
        backdrop-filter: blur(10px);
    }

    /* Reorder: STRIVE, 3X multiplier, FLUX */
    .strive-col {
        order: 1;
    }

    .center-col {
        order: 2;
    }

    .flux-col {
        order: 3;
    }

    .synergy-col-header h3 {
        font-size: clamp(1.25rem, 3vw, 1.75rem);
    }

    .synergy-benefits {
        font-size: clamp(0.875rem, 2vw, 1rem);
    }

    .multiplier-text {
        font-size: clamp(2.5rem, 8vw, 3.5rem);
    }

    .synergy-mega-title {
        font-size: clamp(1.75rem, 5vw, 3rem);
    }

    .multiplier-circle {
        width: 100px;
        height: 100px;
    }

    /* Science section: responsive sizing */
    .science-section {
        padding: 3rem 0;
    }

    .stats-bar {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .stat-item {
        flex: 1 1 45%;
    }

    .stat-divider {
        display: none;
    }

    .trust-seals {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .trust-seal {
        flex: 1 1 45%;
    }

    .science-split {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    /* Fasting section: responsive sizing */
    .fasting-section {
        padding: 3rem 0;
    }

    .fasting-timeline {
        flex-wrap: wrap;
    }

    .timeline-point {
        flex: 1 1 30%;
        min-width: 150px;
    }

    .fasting-support-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    /* Testimonials section: responsive sizing */
    .testimonials-section {
        padding: 3rem 0;
    }

    .testimonial-hero {
        flex-direction: column;
        gap: 2rem;
    }

    .testimonials-grid-new {
        grid-template-columns: 1fr;
    }

    /* Pricing section: responsive sizing */
    .pricing-section {
        padding: 3rem 0;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    /* FAQ section: responsive sizing */
    .faq-section {
        padding: 3rem 0;
    }

    /* Footer section: responsive sizing */
    .footer-section {
        padding: 3rem 0 2rem;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

}
}

@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: var(--color-bg-dark);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: left 0.3s ease;
    }

    .nav-menu.active {
        left: 0;
    }

    .hamburger {
        display: flex;
    }

    .btn-shop-now {
        display: none;
    }

    .benefits-grid,
    .ingredients-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .comparison-section {
        flex-direction: column;
    }

    .comparison-divider {
        transform: rotate(90deg);
    }

    /* Further hero text adjustments for small phones */
    .hero-main-title {
        font-size: clamp(1.25rem, 4.5vw, 2rem) !important;
        gap: 0.4rem;
    }

    .hero-main-subtitle {
        font-size: clamp(0.7rem, 1.8vw, 0.85rem);
        padding: 0 0.5rem;
    }

    .title-amplified {
        font-size: 0.45em;
        letter-spacing: 3px;
    }

    .hero-headline-overlay-top {
        top: 5%;
    }

    /* Hero height: compact for mobile phones */
    .hero-section {
        min-height: 60vh;
    }

    .hero-side {
        height: 60vh;
        min-height: 400px;
    }

    /* Synergy section: smaller video for phones */
    .synergy-section {
        min-height: auto;
    }

    .synergy-video-container {
        height: 40vh;
        min-height: 300px;
    }

    .synergy-content-wrapper {
        padding: 2rem 0;
        padding-top: 40vh; /* Match video height */
    }

    .synergy-headline {
        top: 1.5rem;
        width: 95%;
    }

    .synergy-mega-title {
        font-size: clamp(1.5rem, 4.5vw, 2.5rem);
    }

    /* Synergy grid: stacked with smaller text */
    .synergy-grid {
        gap: var(--spacing-md);
        padding: var(--spacing-sm);
    }

    .synergy-benefits li {
        font-size: 0.85rem;
        margin: 0.5rem 0;
    }

    .benefit-line {
        display: inline-block; /* Show lines again since we have space */
    }

    .multiplier-circle {
        width: 80px;
        height: 80px;
    }

    .multiplier-text {
        font-size: 2rem;
    }

    .multiplier-label {
        font-size: 0.75rem;
    }

    /* Science section: more compact */
    .science-section {
        padding: 2.5rem 0;
    }

    .stat-number {
        font-size: clamp(2rem, 6vw, 3rem);
    }

    .stat-label {
        font-size: clamp(0.75rem, 2vw, 0.875rem);
    }

    .trust-seal {
        flex: 1 1 100%;
        font-size: 0.8rem;
    }

    .science-card h3 {
        font-size: clamp(1.25rem, 4vw, 1.75rem);
    }

    /* Fasting section: more compact */
    .fasting-section {
        padding: 2.5rem 0;
    }

    .timeline-dot {
        font-size: 0.875rem;
        padding: 0.5rem;
    }

    .timeline-label {
        font-size: 0.75rem;
    }

    /* Testimonials section: more compact */
    .testimonials-section {
        padding: 2.5rem 0;
    }

    .social-proof-bar {
        flex-direction: column;
        gap: 1.5rem;
    }

    .proof-divider {
        display: none;
    }

    .hero-quote {
        font-size: clamp(1rem, 3vw, 1.25rem);
    }

    .testimonial-hero-results {
        justify-content: space-around;
        gap: 1rem;
    }

    /* Pricing section: more compact */
    .pricing-section {
        padding: 2.5rem 0;
    }

    .pricing-card {
        max-width: 100%;
    }

    /* FAQ section: more compact */
    .faq-section {
        padding: 2.5rem 0;
    }

    .faq-question {
        font-size: clamp(0.9rem, 2.5vw, 1.125rem);
    }

    /* Footer section: single column */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .footer-cta h2 {
        font-size: clamp(1.5rem, 5vw, 2.5rem);
    }
}

@media (max-width: 480px) {
    :root {
        --spacing-sm: 0.75rem;
        --spacing-md: 1.5rem;
        --spacing-lg: 3rem;
        --spacing-xl: 4rem;
    }

    .strive-bottle {
        max-width: 300px;
    }

    .flux-bottle {
        max-width: 200px;
    }

    /* Hero: ultra compact for tiny screens */
    .hero-section {
        min-height: 50vh;
    }

    .hero-side {
        height: 50vh;
        min-height: 350px;
    }

    .hero-main-title {
        font-size: clamp(1rem, 3.5vw, 1.75rem) !important;
        line-height: 1.05;
        gap: 0.3rem;
    }

    .title-amplified {
        display: block;
        margin-top: 0.2rem;
        font-size: 0.4em;
        letter-spacing: 2px;
    }

    .hero-headline-overlay-top {
        top: 3%;
        width: 98%;
    }

    .scroll-indicator {
        font-size: 0.7rem;
    }

    /* Benefit items: more compact */
    .benefit-item {
        padding: 0.75rem;
        margin: 0.5rem 0;
    }

    .benefit-icon {
        width: 32px;
        height: 32px;
    }

    .benefit-text h4 {
        font-size: 0.9rem;
    }

    .benefit-text p {
        font-size: 0.8rem;
    }

    /* Synergy section: ultra compact video for tiny screens */
    .synergy-section {
        min-height: auto;
    }

    .synergy-video-container {
        height: 35vh;
        min-height: 250px;
    }

    .synergy-content-wrapper {
        padding: 1.5rem 0;
        padding-top: 35vh; /* Match video height */
    }

    .synergy-headline {
        top: 1rem;
        width: 98%;
    }

    .synergy-mega-title {
        font-size: clamp(1.25rem, 4vw, 2rem);
        gap: 0.3rem;
    }

    .synergy-tagline {
        font-size: clamp(0.75rem, 2vw, 1rem);
    }

    /* Synergy grid: more compact */
    .synergy-grid {
        gap: var(--spacing-sm);
        padding: 0.5rem;
    }

    .synergy-col {
        padding: 1rem;
    }

    .synergy-benefits li {
        font-size: 0.8rem;
    }

    .multiplier-circle {
        width: 70px;
        height: 70px;
    }

    .multiplier-text {
        font-size: 1.75rem;
    }

    /* Science section: ultra compact */
    .science-section {
        padding: 2rem 0;
    }

    .stat-number {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .stat-label {
        font-size: 0.7rem;
    }

    .stat-item {
        flex: 1 1 100%;
    }

    .trust-seal {
        font-size: 0.75rem;
        padding: 0.75rem;
    }

    .seal-icon {
        width: 24px;
        height: 24px;
    }

    .science-point h4 {
        font-size: 0.9rem;
    }

    .science-point p {
        font-size: 0.75rem;
    }

    /* Fasting section: ultra compact */
    .fasting-section {
        padding: 2rem 0;
    }

    .timeline-dot {
        font-size: 0.75rem;
        padding: 0.4rem;
        width: 50px;
        height: 50px;
    }

    .timeline-label {
        font-size: 0.7rem;
    }

    .support-card h3 {
        font-size: 1rem;
    }

    .support-card ul li {
        font-size: 0.8rem;
    }

    /* Testimonials section: ultra compact */
    .testimonials-section {
        padding: 2rem 0;
    }

    .proof-number {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .proof-label {
        font-size: 0.7rem;
    }

    .hero-quote {
        font-size: 0.9rem;
    }

    .hero-name {
        font-size: 0.9rem;
    }

    .hero-title {
        font-size: 0.75rem;
    }

    .quote-new {
        font-size: 0.85rem;
    }

    /* Pricing section: ultra compact */
    .pricing-section {
        padding: 2rem 0;
    }

    .pricing-header h3 {
        font-size: 1.25rem;
    }

    .pricing-tagline {
        font-size: 0.8rem;
    }

    .price-main .amount {
        font-size: 2.5rem;
    }

    .pricing-features-list li {
        font-size: 0.85rem;
    }

    .btn-pricing-modern,
    .btn-pricing-ultimate {
        font-size: 0.9rem;
        padding: 0.875rem 1.5rem;
    }

    /* FAQ section: ultra compact */
    .faq-section {
        padding: 2rem 0;
    }

    .faq-question {
        font-size: 0.875rem;
        padding: 1rem;
    }

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

    /* Footer section: ultra compact */
    .footer-section {
        padding: 2rem 0 1.5rem;
    }

    .footer-cta h2 {
        font-size: clamp(1.25rem, 4vw, 2rem);
    }

    .footer-cta p {
        font-size: 0.85rem;
    }

    .footer-column h4 {
        font-size: 0.9rem;
    }

    .footer-column ul li {
        font-size: 0.8rem;
    }

    .newsletter-form input {
        font-size: 0.85rem;
        padding: 0.6rem;
    }

    .newsletter-form button {
        font-size: 0.8rem;
        padding: 0.6rem 1rem;
    }
}