/*
Theme Name: Monet Capital
Theme URI: https://monet.capital
Author: Monet Capital
Author URI: https://monet.capital
Description: A market-neutral digital asset fund theme. Institutional, calm, confident design with dark background, clean typography, and professional aesthetics. Built for Elementor Pro compatibility.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monet-capital
Tags: dark-mode, custom-background, custom-logo, custom-menu, elementor, full-width-template, one-column, portfolio, theme-options

Monet Capital WordPress Theme
Market-Neutral Digital Asset Yield | Non-Custodial | Systematic | Low Volatility
*/

/* ==========================================================================
   CSS Custom Properties (Variables)
   ========================================================================== */
:root {
    /* Color Palette - Darker navy following footer gradient */
    --color-bg-primary: #13182B;
    --color-bg-secondary: #0f1525;
    --color-bg-tertiary: #0a0e13;
    --color-bg-elevated: #1a2130;
    --color-bg-card: #0f1525;

    /* Monet Navy Accent Colors */
    --color-monet-navy: #6b8cbe;
    --color-monet-navy-dark: #4a6fa5;
    --color-monet-navy-light: #8ba8d4;

    /* Border Colors - Ultra subtle with navy tint */
    --color-border: rgba(107, 140, 190, 0.08);
    --color-border-light: rgba(107, 140, 190, 0.12);
    --color-border-hover: rgba(107, 140, 190, 0.18);

    /* Text Colors */
    --color-text-primary: #ffffff;
    --color-text-secondary: rgba(255, 255, 255, 0.65);
    --color-text-tertiary: rgba(255, 255, 255, 0.45);
    --color-text-muted: rgba(255, 255, 255, 0.35);

    /* Accent Colors - Monet Navy for interactive elements */
    --color-accent: #6b8cbe;
    --color-accent-hover: #8ba8d4;
    --color-accent-subtle: rgba(107, 140, 190, 0.08);
    --color-accent-glow: rgba(107, 140, 190, 0.15);

    /* Status Colors */
    --color-success: #10b981;
    --color-success-subtle: rgba(16, 185, 129, 0.08);
    --color-warning: #f59e0b;
    --color-error: #ef4444;

    /* Gradient - None for institutional look */
    --gradient-primary: none;
    --gradient-dark: none;
    --gradient-glow: none;

    /* Typography */
    --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-mono: 'JetBrains Mono', 'SF Mono', 'Fira Code', monospace;

    /* Font Sizes - Fluid Typography */
    --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.8125rem);
    --text-sm: clamp(0.8125rem, 0.75rem + 0.3vw, 0.875rem);
    --text-base: clamp(0.9375rem, 0.875rem + 0.3vw, 1rem);
    --text-lg: clamp(1.0625rem, 1rem + 0.3vw, 1.125rem);
    --text-xl: clamp(1.1875rem, 1.1rem + 0.4vw, 1.25rem);
    --text-2xl: clamp(1.375rem, 1.2rem + 0.8vw, 1.5rem);
    --text-3xl: clamp(1.625rem, 1.4rem + 1.1vw, 1.875rem);
    --text-4xl: clamp(2.25rem, 1.8rem + 2.5vw, 3rem);
    --text-5xl: clamp(3rem, 2.5rem + 3vw, 4rem);
    --text-6xl: clamp(3.5rem, 3rem + 4vw, 5.5rem);
    --text-7xl: clamp(4rem, 3.5rem + 5vw, 7rem);

    /* Font Weights */
    --font-light: 300;
    --font-normal: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;

    /* Line Heights */
    --leading-tight: 1.1;
    --leading-snug: 1.25;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 1.75;

    /* Letter Spacing */
    --tracking-tighter: -0.03em;
    --tracking-tight: -0.02em;
    --tracking-normal: 0;
    --tracking-wide: 0.02em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;

    /* Spacing Scale */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;
    --space-32: 8rem;
    --space-40: 10rem;
    --space-48: 12rem;
    --space-56: 14rem;
    --space-64: 16rem;
    --space-72: 18rem;

    /* Container */
    --container-sm: 640px;
    --container-md: 768px;
    --container-lg: 1024px;
    --container-xl: 1280px;
    --container-2xl: 1440px;
    --container-padding: clamp(1rem, 5vw, 2rem);

    /* Border Radius */
    --radius-sm: 0.25rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --radius-full: 9999px;

    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.4), 0 10px 10px -5px rgba(0, 0, 0, 0.3);
    --shadow-glow: none;

    /* Transitions - Simplified */
    --transition-fast: 150ms ease;
    --transition-base: 200ms ease;
    --transition-slow: 400ms cubic-bezier(0.16, 1, 0.3, 1);
    --transition-slower: 600ms cubic-bezier(0.16, 1, 0.3, 1);

    /* Z-Index Scale */
    --z-below: -1;
    --z-base: 0;
    --z-above: 1;
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-fixed: 300;
    --z-overlay: 400;
    --z-modal: 500;
    --z-toast: 600;
}

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

body {
    font-family: var(--font-primary);
    font-size: var(--text-base);
    font-weight: var(--font-normal);
    line-height: var(--leading-normal);
    color: var(--color-text-primary);
    /* Follow footer gradient */
    background: linear-gradient(
        to bottom,
        #13182B 0%,
        #0f1525 50%,
        #0a0e13 100%
    );
    background-attachment: fixed;
    min-height: 100vh;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

/* Global overflow control */
#page,
.site,
.site-main,
main {
    overflow-x: hidden;
    max-width: 100%;
}

/* Selection */
::selection {
    background-color: var(--color-accent);
    color: var(--color-text-primary);
}

/* Focus Styles */
:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: var(--font-medium);
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--color-text-primary);
}

h1 {
    font-size: var(--text-6xl);
    font-weight: var(--font-normal);
    line-height: 1.0;
    letter-spacing: var(--tracking-tighter);
}

h2 {
    font-size: var(--text-5xl);
    font-weight: var(--font-normal);
    line-height: 1.05;
}

h3 {
    font-size: var(--text-4xl);
}

h4 {
    font-size: var(--text-2xl);
}

h5 {
    font-size: var(--text-xl);
}

h6 {
    font-size: var(--text-lg);
}

p {
    color: rgba(255, 255, 255, 0.8);
    line-height: var(--leading-relaxed);
}

.lead {
    font-size: var(--text-xl);
    color: rgba(255, 255, 255, 0.8);
    line-height: var(--leading-relaxed);
}

.small {
    font-size: var(--text-sm);
}

.label {
    font-size: var(--text-xs);
    font-weight: var(--font-medium);
    letter-spacing: var(--tracking-wider);
    text-transform: uppercase;
    color: var(--color-text-tertiary);
}

.mono {
    font-family: var(--font-mono);
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
    color: var(--color-text-primary);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover {
    color: var(--color-accent);
}

/* ==========================================================================
   Lists
   ========================================================================== */
ul, ol {
    list-style: none;
}

/* ==========================================================================
   Images & Media
   ========================================================================== */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   Forms
   ========================================================================== */
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

button {
    cursor: pointer;
    background: none;
    border: none;
}

/* ==========================================================================
   Tables
   ========================================================================== */
table {
    border-collapse: collapse;
    width: 100%;
}

/* ==========================================================================
   Layout Components
   ========================================================================== */

/* Container */
.container {
    width: 100%;
    max-width: var(--container-xl);
    margin-inline: auto;
    padding-inline: 16px;
}

.container-sm {
    max-width: var(--container-sm);
}

.container-md {
    max-width: var(--container-md);
}

.container-lg {
    max-width: var(--container-lg);
}

.container-2xl {
    max-width: var(--container-2xl);
}

/* Container Responsive Adjustments */
@media (max-width: 1280px) {
    .container {
        max-width: 100%;
        padding-inline: var(--space-8);
    }
}

@media (max-width: 1024px) {
    .container {
        padding-inline: var(--space-6);
    }
}

@media (max-width: 768px) {
    .container {
        padding-inline: var(--space-5);
    }
}

@media (max-width: 480px) {
    .container {
        padding-inline: var(--space-4);
    }
}

/* Section - Generous spacing like Galaxy with gradient backgrounds */
.section {
    /* Galaxy-level generous spacing - natural separation with subtle gradient */
    padding-block: var(--space-48);
    position: relative;
    /* Subtle gradient variation - follow footer colors */
    background: linear-gradient(
        to bottom,
        rgba(19, 24, 43, 0.3) 0%,
        rgba(15, 21, 37, 0.1) 50%,
        rgba(19, 24, 43, 0.3) 100%
    );
}

/* Elevated sections - lighter gradient overlay */
.section.section--elevated {
    background: linear-gradient(
        to bottom,
        rgba(19, 24, 43, 0.2) 0%,
        rgba(15, 21, 37, 0.1) 50%,
        rgba(19, 24, 43, 0.2) 100%
    );
}

/* Dark sections - darker gradient overlay */
.section.section--dark {
    background: linear-gradient(
        to bottom,
        rgba(10, 14, 19, 0.4) 0%,
        rgba(15, 21, 37, 0.2) 50%,
        rgba(10, 14, 19, 0.4) 100%
    );
}

.section-sm {
    padding-block: var(--space-32);
}

.section-lg {
    padding-block: var(--space-48);
}

/* Grid */
.grid {
    display: grid;
    gap: var(--space-8);
}

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

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

.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
    .grid-cols-2,
    .grid-cols-3,
    .grid-cols-4 {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .grid-cols-3,
    .grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Flex */
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
    gap: var(--space-8);
}

.gap-2 { gap: var(--space-2); }
.gap-4 { gap: var(--space-4); }
.gap-6 { gap: var(--space-8); }
.gap-8 { gap: var(--space-8); }

/* ==========================================================================
   Components
   ========================================================================== */

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-6);
    font-size: var(--text-sm);
    font-weight: var(--font-medium);
    line-height: 1;
    text-decoration: none;
    border-radius: var(--radius-full);
    transition: all var(--transition-base);
    cursor: pointer;
    border: 1px solid transparent;
}

.btn-primary {
    background: var(--color-text-primary);
    color: var(--color-bg-primary);
    border-color: transparent;
}

.btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
    color: var(--color-bg-primary);
}

.btn-secondary {
    background: transparent;
    color: var(--color-text-primary);
    border-color: var(--color-border-light);
}

.btn-secondary:hover {
    background: var(--color-bg-elevated);
    border-color: var(--color-border-hover);
    color: var(--color-text-primary); /* Override a:hover color */
}

.btn-ghost {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
}

.btn-ghost:hover {
    color: var(--color-text-primary);
    background: var(--color-bg-elevated);
}

.btn-outline {
    background: transparent;
    color: var(--color-text-primary);
    border-color: var(--color-border);
}

.btn-outline:hover {
    border-color: var(--color-accent);
    color: var(--color-accent); /* Override a:hover with intentional accent */
}

.btn-lg {
    padding: var(--space-4) var(--space-8);
    font-size: var(--text-base);
}

.btn-sm {
    padding: var(--space-2) var(--space-4);
    font-size: var(--text-xs);
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

/* Cards - Subtle institutional style */
.card {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: var(--space-6);
    transition: border-color var(--transition-base);
}

.card:hover {
    border-color: var(--color-border-light);
}

.card-elevated {
    background: var(--color-bg-elevated);
}

/* Badge */
.badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    padding: var(--space-1) var(--space-3);
    font-size: var(--text-xs);
    font-weight: var(--font-medium);
    letter-spacing: var(--tracking-wide);
    border-radius: var(--radius-full);
    background: var(--color-accent-subtle);
    color: var(--color-accent);
    border: 1px solid var(--color-accent);
}

.badge-success {
    background: var(--color-success-subtle);
    color: var(--color-success);
    border-color: var(--color-success);
}

/* Divider */
.divider {
    height: 1px;
    background: var(--color-border);
    margin-block: var(--space-8);
}

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: var(--z-fixed);
    background: rgba(19, 24, 43, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.12);
    width: auto;
    max-width: 1000px;
    transition: all var(--transition-base);
}

.site-header.scrolled {
    background: rgba(19, 24, 43, 0.95);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-8);
    height: 56px;
    padding: 0 24px;
    padding-inline: 16px;
    max-width: var(--container-2xl);
    margin-inline: auto;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    font-size: var(--text-lg);
    font-weight: var(--font-medium);
    color: var(--color-text-primary);
    letter-spacing: var(--tracking-tight);
}

.site-logo img {
    height: 32px;
    width: auto;
}

/* Navigation */
.main-nav {
    display: flex;
    align-items: center;
    gap: var(--space-8);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: var(--space-8);
}

.nav-menu a {
    font-size: var(--text-sm);
    font-weight: var(--font-medium);
    color: rgba(255, 255, 255, 0.8);
    transition: color var(--transition-fast);
    position: relative;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 1px;
    background: var(--color-accent);
    transition: width var(--transition-base);
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--color-text-primary);
}

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

.nav-cta {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: var(--space-2);
    cursor: pointer;
    background: var(--color-bg-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-full);
    z-index: var(--z-fixed);
    transition: all var(--transition-fast);
}

.menu-toggle:hover {
    background: var(--color-bg-tertiary);
    border-color: var(--color-border-hover);
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--color-text-primary);
    transition: all var(--transition-fast);
    border-radius: 1px;
}

/* Hamburger animation when active */
.menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 1024px) {
    .menu-toggle {
        display: flex;
    }

    .main-nav {
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        background: var(--color-bg-primary);
        flex-direction: column;
        justify-content: flex-start;
        padding: calc(72px + var(--space-8)) var(--space-6) var(--space-8);
        transform: translateX(100%);
        transition: transform var(--transition-base);
        z-index: calc(var(--z-fixed) - 1);
        overflow-y: auto;
        /* Add subtle backdrop */
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .main-nav::before {
        content: '';
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        height: 56px;
    padding: 0 24px;
        background: var(--color-bg-primary);
        border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: auto;
    max-width: 1000px;
    }

    .main-nav.active {
        transform: translateX(0);
    }

    /* Overlay when menu is open */
    body.menu-open::after {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(19, 24, 43, 0.5);
        z-index: calc(var(--z-fixed) - 2);
        animation: fadeIn 0.2s ease;
    }

    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    .nav-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-1);
        width: 100%;
    }

    .nav-menu li {
        width: 100%;
    }

    .nav-menu a {
        display: block;
        width: 100%;
        padding: var(--space-4) var(--space-4);
        font-size: var(--text-lg);
        font-weight: var(--font-medium);
        color: var(--color-text-primary);
        background: transparent;
        border-radius: var(--radius-full);
        transition: all var(--transition-fast);
    }

    .nav-menu a:hover,
    .nav-menu a.active {
        background: var(--color-bg-elevated);
        color: var(--color-accent);
    }

    .nav-menu a::after {
        display: none;
    }

    .nav-cta {
        flex-direction: column;
        width: 100%;
        margin-top: var(--space-8);
        padding-top: var(--space-6);
        border-top: 1px solid var(--color-border);
        gap: var(--space-3);
    }

    .nav-cta .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
    position: relative;
    background: var(--color-bg-secondary);
    border-top: 1px solid var(--color-border);
    padding-block: var(--space-16);
    overflow: hidden;
}

/* Subtle white overlay for depth */
.site-footer::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

/* Ensure content stays above overlay */
.site-footer > * {
    position: relative;
    z-index: 1;
}

.footer-inner {
    max-width: var(--container-xl);
    margin-inline: auto;
    padding-inline: 16px;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: var(--space-12);
    padding-bottom: var(--space-16);
    border-bottom: 1px solid var(--color-border);
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: auto;
    max-width: 1000px;
}

.footer-brand {
    max-width: 320px;
}

.footer-brand .site-logo {
    margin-bottom: var(--space-4);
}

.footer-brand p {
    font-size: var(--text-sm);
    color: var(--color-text-tertiary);
}

.footer-nav h4 {
    font-size: var(--text-sm);
    font-weight: var(--font-medium);
    margin-bottom: var(--space-4);
    color: var(--color-text-primary);
}

.footer-nav ul {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.footer-nav a {
    font-size: var(--text-sm);
    color: var(--color-text-tertiary);
}

.footer-nav a:hover {
    color: var(--color-text-primary);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-8);
    padding-top: var(--space-8);
}

.footer-bottom p {
    font-size: var(--text-sm);
    color: var(--color-text-muted);
}

.footer-legal {
    display: flex;
    gap: var(--space-8);
}

.footer-legal a {
    font-size: var(--text-sm);
    color: var(--color-text-muted);
}

@media (max-width: 1024px) {
    .footer-top {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-brand {
        grid-column: span 2;
    }
}

@media (max-width: 640px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-brand {
        grid-column: span 1;
    }

    .footer-bottom {
        flex-direction: column;
        gap: var(--space-4);
        text-align: center;
    }
}

/* ==========================================================================
   Hero Section - Institutional Minimal (Pantera/Galaxy inspired)
   ========================================================================== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 72px;
    overflow: hidden;
    /* Darker gradient to match footer colors */
    background: radial-gradient(ellipse at center, #1a2130 0%, #13182B 50%, #0f1525 100%);
}

/* Subtle white overlay for depth */
.hero::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    filter: blur(40px);
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: var(--z-below);
    /* Remove solid background - gradient applied to .hero instead */
    background: transparent;
}

.hero-content {
    position: relative;
    z-index: var(--z-above);
    text-align: center;
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: 16px;
}

.hero-badge,
.hero-eyebrow {
    font-size: var(--text-xs);
    font-weight: var(--font-medium);
    letter-spacing: var(--tracking-widest);
    text-transform: uppercase;
    color: var(--color-text-tertiary);
    margin-bottom: var(--space-8);
}

.hero-title {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: var(--font-medium);
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: var(--space-6);
    color: var(--color-text-primary);
}

.hero-subtitle,
.hero-description {
    font-size: var(--text-lg);
    color: rgba(255, 255, 255, 0.8);
    max-width: 560px;
    margin-inline: auto;
    margin-bottom: var(--space-12);
    line-height: var(--leading-relaxed);
}

.hero-cta,
.hero-cta-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-4);
    flex-wrap: wrap;
}

/* ==========================================================================
   Stats Strip / At a Glance
   ========================================================================== */
.stats-strip {
    background: var(--color-bg-secondary);
    border-top: 1px solid var(--color-border);
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: auto;
    max-width: 1000px;
    padding-block: var(--space-12);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--space-8);
}

.stat-item {
    text-align: center;
    padding: var(--space-4);
}

.stat-value {
    font-size: var(--text-2xl);
    font-weight: var(--font-bold);
    color: var(--color-text-primary);
    margin-bottom: var(--space-2);
}

.stat-label {
    font-size: var(--text-xs);
    font-weight: var(--font-medium);
    letter-spacing: var(--tracking-wider);
    text-transform: uppercase;
    color: var(--color-text-tertiary);
}

@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==========================================================================
   Feature Cards - Subtle institutional style
   ========================================================================== */
.feature-card {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: var(--space-8);
    transition: border-color var(--transition-base);
}

.feature-card:hover {
    border-color: var(--color-border-light);
}

.feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-accent-subtle);
    border-radius: var(--radius-lg);
    margin-bottom: var(--space-5);
    color: var(--color-accent);
}

.feature-card h3 {
    font-size: var(--text-lg);
    margin-bottom: var(--space-3);
}

.feature-card p {
    font-size: var(--text-sm);
    color: var(--color-text-tertiary);
}

/* ==========================================================================
   Strategy Steps
   ========================================================================== */
.steps-container {
    display: flex;
    gap: var(--space-8);
    position: relative;
}

.steps-container::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: var(--color-border);
}

.step-item {
    flex: 1;
    text-align: center;
    position: relative;
}

.step-number {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-bg-card);
    border: 2px solid var(--color-border);
    border-radius: var(--radius-full);
    font-size: var(--text-2xl);
    font-weight: var(--font-bold);
    color: var(--color-accent);
    margin: 0 auto var(--space-6);
    position: relative;
    z-index: var(--z-above);
    transition: all var(--transition-base);
}

.step-item:hover .step-number {
    border-color: var(--color-accent);
    background: var(--color-accent-subtle);
}

.step-item h4 {
    font-size: var(--text-base);
    margin-bottom: var(--space-2);
}

.step-item p {
    font-size: var(--text-sm);
    color: var(--color-text-tertiary);
}

@media (max-width: 768px) {
    .steps-container {
        flex-direction: column;
    }

    .steps-container::before {
        top: 20px;
        bottom: 0;
        left: 40px;
        right: auto;
        width: 2px;
        height: auto;
    }

    .step-item {
        display: flex;
        align-items: flex-start;
        gap: var(--space-8);
        text-align: left;
    }

    .step-number {
        flex-shrink: 0;
        margin: 0;
    }
}

/* ==========================================================================
   Risk Framework
   ========================================================================== */
.risk-layer {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: var(--space-6);
    margin-bottom: var(--space-4);
    display: flex;
    align-items: center;
    gap: var(--space-5);
    transition: all var(--transition-base);
}

.risk-layer:hover {
    border-color: var(--color-border-hover);
    background: var(--color-bg-elevated);
}

.risk-layer-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-bg-tertiary);
    border-radius: var(--radius-lg);
    flex-shrink: 0;
}

.risk-layer h4 {
    font-size: var(--text-base);
    margin-bottom: var(--space-1);
}

.risk-layer p {
    font-size: var(--text-sm);
    color: var(--color-text-tertiary);
    margin: 0;
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-8);
}

.team-member {
    text-align: center;
}

.team-photo {
    width: 160px;
    height: 160px;
    border-radius: var(--radius-full);
    margin: 0 auto var(--space-5);
    background: var(--color-bg-tertiary);
    border: 3px solid var(--color-border);
    overflow: hidden;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member h4 {
    font-size: var(--text-lg);
    margin-bottom: var(--space-1);
}

.team-member .role {
    font-size: var(--text-sm);
    color: var(--color-accent);
    margin-bottom: var(--space-3);
}

.team-member .bio {
    font-size: var(--text-sm);
    color: var(--color-text-tertiary);
    max-width: 300px;
    margin-inline: auto;
}

/* ==========================================================================
   Contact Form
   ========================================================================== */
.contact-form {
    max-width: 600px;
    margin-inline: auto;
}

.form-group {
    margin-bottom: var(--space-5);
}

.form-label {
    display: block;
    font-size: var(--text-sm);
    font-weight: var(--font-medium);
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: var(--space-2);
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: var(--space-3) var(--space-4);
    background: var(--color-bg-secondary);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-full);
    color: var(--color-text-primary);
    font-size: var(--text-base);
    transition: all var(--transition-fast);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px var(--color-accent-subtle);
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: var(--color-text-muted);
}

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

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right var(--space-4) center;
    padding-right: var(--space-10);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
}

@media (max-width: 640px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Animations
   ========================================================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Animation Classes */
.animate-fade-in {
    animation: fadeIn var(--transition-slow) ease forwards;
}

.animate-fade-in-up {
    animation: fadeInUp var(--transition-slow) ease forwards;
}

.animate-slide-in-right {
    animation: slideInRight var(--transition-slow) ease forwards;
}

/* Scroll Animation Classes - Initially Hidden */
[data-animate] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity var(--transition-slower), transform var(--transition-slower);
}

[data-animate].animated {
    opacity: 1;
    transform: translateY(0);
}

[data-animate="fade"] {
    transform: none;
}

[data-animate="slide-left"] {
    transform: translateX(-30px);
}

[data-animate="slide-right"] {
    transform: translateX(30px);
}

[data-animate="scale"] {
    transform: scale(0.95);
}

/* Staggered Delays */
[data-delay="100"] { transition-delay: 100ms; }
[data-delay="200"] { transition-delay: 200ms; }
[data-delay="300"] { transition-delay: 300ms; }
[data-delay="400"] { transition-delay: 400ms; }
[data-delay="500"] { transition-delay: 500ms; }
[data-delay="600"] { transition-delay: 600ms; }

/* ==========================================================================
   Utilities
   ========================================================================== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.text-primary { color: var(--color-text-primary); }
.text-secondary { color: var(--color-text-secondary); }
.text-tertiary { color: var(--color-text-tertiary); }
.text-accent { color: var(--color-accent); }

.bg-primary { background-color: var(--color-bg-primary); }
.bg-secondary { background-color: var(--color-bg-secondary); }
.bg-tertiary { background-color: var(--color-bg-tertiary); }

.mb-2 { margin-bottom: var(--space-2); }
.mb-4 { margin-bottom: var(--space-4); }
.mb-6 { margin-bottom: var(--space-6); }
.mb-8 { margin-bottom: var(--space-8); }
.mb-12 { margin-bottom: var(--space-12); }
.mb-16 { margin-bottom: var(--space-16); }

.mt-2 { margin-top: var(--space-2); }
.mt-4 { margin-top: var(--space-4); }
.mt-6 { margin-top: var(--space-6); }
.mt-8 { margin-top: var(--space-8); }
.mt-12 { margin-top: var(--space-12); }
.mt-16 { margin-top: var(--space-16); }

.py-8 { padding-block: var(--space-8); }
.py-12 { padding-block: var(--space-12); }
.py-16 { padding-block: var(--space-16); }
.py-24 { padding-block: var(--space-32); }

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

/* ==========================================================================
   WordPress Core Styles
   ========================================================================== */
.alignwide {
    max-width: var(--container-xl);
    margin-inline: auto;
}

.alignfull {
    width: 100%;
    max-width: 100%;
}

.aligncenter {
    display: block;
    margin-inline: auto;
}

.alignleft {
    float: left;
    margin-right: var(--space-6);
}

.alignright {
    float: right;
    margin-left: var(--space-6);
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: var(--text-sm);
    color: var(--color-text-tertiary);
    margin-top: var(--space-2);
}

/* ==========================================================================
   Elementor Compatibility
   ========================================================================== */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--container-xl);
}

.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-heading h5,
.elementor-widget-heading h6 {
    color: var(--color-text-primary);
}

.elementor-widget-text-editor {
    color: rgba(255, 255, 255, 0.8);
}

/* Remove Elementor default link colors */
.elementor a {
    color: inherit;
}

/* Elementor Buttons Override */
.elementor-button {
    font-family: var(--font-primary);
    font-weight: var(--font-medium);
    border-radius: var(--radius-full);
    transition: all var(--transition-base);
}

/* Page padding for fixed header */
.elementor-location-single,
.elementor-location-archive {
    padding-top: 72px;
}

/* ==========================================================================
   Responsive Utilities
   ========================================================================== */

/* Hide on specific breakpoints */
@media (max-width: 1024px) {
    .hide-tablet { display: none !important; }
}

@media (max-width: 768px) {
    .hide-mobile { display: none !important; }
}

@media (max-width: 480px) {
    .hide-small { display: none !important; }
}

/* Show only on specific breakpoints */
.show-tablet-only,
.show-mobile-only,
.show-small-only {
    display: none !important;
}

@media (max-width: 1024px) {
    .show-tablet-only { display: block !important; }
}

@media (max-width: 768px) {
    .show-mobile-only { display: block !important; }
}

@media (max-width: 480px) {
    .show-small-only { display: block !important; }
}

/* Responsive text alignment */
@media (max-width: 768px) {
    .text-center-mobile { text-align: center !important; }
    .text-left-mobile { text-align: left !important; }
}

/* Responsive flex utilities */
@media (max-width: 768px) {
    .flex-column-mobile {
        flex-direction: column !important;
    }

    .flex-wrap-mobile {
        flex-wrap: wrap !important;
    }

    .gap-small-mobile {
        gap: var(--space-3) !important;
    }

    .full-width-mobile {
        width: 100% !important;
    }
}

/* Responsive spacing */
@media (max-width: 768px) {
    .py-small-mobile {
        padding-block: var(--space-8) !important;
    }

    .mb-small-mobile {
        margin-bottom: var(--space-4) !important;
    }
}

/* Touch-friendly targets */
@media (hover: none) and (pointer: coarse) {
    .btn,
    .btn-primary,
    .btn-secondary,
    .btn-glow,
    .nav-menu a,
    .footer-nav a {
        min-height: 44px;
        min-width: 44px;
    }
}

/* ==========================================================================
   MONET CAPITAL - NEW BEM COMPONENT SYSTEM (mc-*)
   Pantera/Galaxy Inspired Institutional Design
   ========================================================================== */

/* ==========================================================================
   MC Site Wrapper & Skip Link
   ========================================================================== */
.mc-site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.mc-skip-link {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-accent);
    color: var(--color-bg-primary);
    padding: var(--space-3) var(--space-6);
    border-radius: var(--radius-full);
    z-index: 9999;
    font-weight: var(--font-medium);
    transition: top 0.2s ease;
}

.mc-skip-link:focus {
    top: var(--space-4);
}

/* ==========================================================================
   MC Main Content Area
   ========================================================================== */
.mc-main {
    flex: 1;
    padding-top: 72px;
}

/* ==========================================================================
   MC Container System
   ========================================================================== */
.mc-container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 16px;
}

.mc-container--wide {
    max-width: 1400px;
}

.mc-container--narrow {
    max-width: 1000px;
}

/* ==========================================================================
   MC Header - Zelt-style Floating Pill Navbar
   ========================================================================== */
.mc-header {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: var(--z-fixed);
    background: rgba(19, 24, 43, 0.95);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: var(--radius-full);
    border: 2px solid rgba(255, 255, 255, 0.25);
    width: auto;
    max-width: 1440px;
    height: 64px;
    padding: 0 48px 0 24px;
}

.mc-header__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    height: 100%;
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 0;
    overflow: visible;
}

.mc-header__brand {
    flex-shrink: 0;
}

.mc-logo {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    text-decoration: none;
}

.mc-logo img {
    height: 28px;
    width: auto;
}

.mc-logo__text {
    font-size: 1rem;
    font-weight: var(--font-medium);
    color: var(--color-text-primary);
    letter-spacing: -0.01em;
    white-space: nowrap;
}

/* MC Navigation */
.mc-nav {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    margin-left: var(--space-12);
}

.mc-nav__menu {
    display: flex;
    align-items: center;
    gap: var(--space-6);
    list-style: none;
    margin: 0;
    padding: 0;
}

.mc-nav__menu li a {
    font-size: 0.9375rem;
    font-weight: var(--font-medium);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
    position: relative;
    padding: var(--space-2) 0;
    white-space: nowrap;
}

.mc-nav__menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--color-text-primary);
    transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mc-nav__menu li a:hover {
    color: var(--color-text-primary);
}

.mc-nav__menu li a:hover::after {
    width: 100%;
}

/* Active nav state */
.mc-nav__menu li.current-menu-item a,
.mc-nav__menu li.current_page_item a {
    color: var(--color-text-primary);
}

.mc-nav__menu li.current-menu-item a::after,
.mc-nav__menu li.current_page_item a::after {
    width: 100%;
}

/* ==========================================================================
   MC Mega Menu - Galaxy Style Dropdown
   ========================================================================== */
.mc-nav__item--has-mega {
    position: relative;
}

.mc-nav__item--has-mega > a {
    position: relative;
}

/* Create a bridge zone for easier hover transition */
.mc-mega-menu::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 15px;
    background: transparent;
}

.mc-mega-menu {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 1000px;
    max-width: calc(100vw - 40px);
    background: rgba(19, 24, 43, 0.95);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 28px 32px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 999999;
    box-shadow: 0 25px 80px rgba(19, 24, 43, 0.7);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

/* Adjust for WordPress admin bar */
.admin-bar .mc-mega-menu {
    top: 132px;
}

/* Active state - controlled via JavaScript */
.mc-mega-menu.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

/* Subtle white overlay for depth */
.mc-mega-menu::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

/* Ensure content stays above overlay */
.mc-mega-menu > * {
    position: relative;
    z-index: 1;
}

.mc-mega-menu__inner {
    display: grid;
    grid-template-columns: 0.8fr 0.8fr 2fr;
    gap: var(--space-8);
}

.mc-mega-menu__col {
    padding-right: var(--space-6);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.mc-mega-menu__col:last-child {
    border-right: none;
}

.mc-mega-menu__label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: var(--space-4);
    text-transform: uppercase;
}

.mc-mega-menu__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.mc-mega-menu__links li a {
    font-size: 0.9375rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    transition: color 0.2s ease;
    display: block;
    padding: 0 !important;
}

.mc-mega-menu__links li a:hover {
    color: #fff !important;
}

.mc-mega-menu__links li a::after {
    display: none !important;
}

.mc-mega-menu__subscribe {
    color: #4da6ff !important;
    margin-top: var(--space-2);
}

.mc-mega-menu__featured {
    padding-left: var(--space-4);
    min-width: 380px;
}

.mc-mega-menu__card {
    display: block;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.mc-mega-menu__card:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

.mc-mega-menu__card-image {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, #13182B 0%, #0f1525 100%);
}

/* Subtle white overlay for depth */
.mc-mega-menu__card-image::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 40%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    filter: blur(20px);
}

.mc-mega-menu__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc-mega-menu__card-image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc-mega-menu__card-image--placeholder span {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.2);
}

.mc-mega-menu__card-content {
    padding: var(--space-4);
}

.mc-mega-menu__card-meta {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: var(--space-2);
    display: block;
}

.mc-mega-menu__card-title {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1.4;
}

.mc-mega-menu__card--empty {
    padding: var(--space-8);
    text-align: center;
}

.mc-mega-menu__card--empty p {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: var(--space-3);
}

.mc-mega-menu__card--empty a {
    color: #4da6ff;
    text-decoration: none;
    font-size: 0.875rem;
}

/* Mega Menu Insights List */
.mc-mega-menu__insights-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    margin-bottom: var(--space-4);
}

.mc-mega-menu__insight-item {
    display: block;
    padding: var(--space-4);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    transition: all 0.25s ease;
    position: relative;
}

.mc-mega-menu__insight-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateX(4px);
}

.mc-mega-menu__insight-item:hover .mc-mega-menu__insight-arrow {
    opacity: 1;
    transform: translateX(0);
}

.mc-mega-menu__insight-meta {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    margin-bottom: var(--space-2);
}

.mc-mega-menu__insight-category {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--v2-accent-gold);
}

.mc-mega-menu__insight-date {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.4);
}

.mc-mega-menu__insight-title {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--color-text-light);
    margin: 0 0 var(--space-2) 0;
}

.mc-mega-menu__insight-excerpt {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

.mc-mega-menu__insight-arrow {
    position: absolute;
    right: var(--space-4);
    top: 50%;
    transform: translateX(-8px) translateY(-50%);
    font-size: 1rem;
    color: var(--v2-accent-gold);
    opacity: 0;
    transition: all 0.25s ease;
}

.mc-mega-menu__view-all {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--v2-accent-gold);
    transition: color 0.2s ease;
}

.mc-mega-menu__view-all:hover {
    color: #fff;
}

.mc-mega-menu__empty {
    padding: var(--space-6);
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.mc-mega-menu__empty p {
    margin-bottom: var(--space-2);
}

.mc-mega-menu__empty a {
    color: var(--v2-accent-gold);
}

/* Hide mega menu on tablet and below */
@media (max-width: 1024px) {
    .mc-mega-menu {
        display: none;
    }
}

/* MC Header CTA */
.mc-header__cta {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: var(--space-6);
    gap: var(--space-3);
}

.mc-header__cta .mc-btn {
    padding: 10px 20px;
    font-size: 0.8125rem;
    white-space: nowrap;
    border-radius: var(--radius-full);
}

/* MC Header Toggle (Mobile) */
.mc-header__toggle {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 44px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    overflow: visible;
}

.mc-header__toggle:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.05);
}

.mc-header__toggle-line {
    display: block;
    width: 16px;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
    transition: all 0.3s ease;
    transform-origin: center;
}

/* Mobile Menu - Glassmorphism */
.mc-mobile-menu {
    display: none;
    position: fixed;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    max-width: 500px;
    background: rgba(19, 24, 43, 0.85);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    z-index: 9999;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.mc-mobile-menu.active {
    display: block;
}

.mc-mobile-menu__nav {
    padding: var(--space-8);
}

.mc-mobile-menu__list {
    list-style: none;
    margin: 0 0 var(--space-8) 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.mc-mobile-menu__list li a {
    display: block;
    padding: var(--space-4);
    font-size: 1.125rem;
    font-weight: var(--font-medium);
    color: var(--color-text-primary);
    text-decoration: none;
    border-radius: var(--radius-full);
    transition: background 0.2s ease;
}

.mc-mobile-menu__list li a:hover {
    background: var(--color-bg-elevated);
}

.mc-mobile-menu__cta {
    padding-top: var(--space-6);
    border-top: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

@media (max-width: 1280px) {
    .mc-header {
        padding: 0 8px 0 24px;
    }

    .mc-nav__menu {
        gap: var(--space-5);
    }

    .mc-nav__menu li a {
        font-size: 0.875rem;
    }
}

@media (max-width: 1140px) {
    .mc-header {
        padding: 0 6px 0 20px;
    }

    .mc-nav {
        margin-left: var(--space-3);
    }

    .mc-nav__menu {
        gap: var(--space-4);
    }

    .mc-nav__menu li a {
        font-size: 0.8125rem;
    }

    .mc-header__cta .mc-btn {
        padding: 8px 16px;
        font-size: 0.8125rem;
    }
}

@media (max-width: 1024px) {
    .mc-nav {
        display: none;
    }

    .mc-header__cta {
        display: none;
    }

    .mc-header__toggle {
        display: flex;
    }

    .mc-header {
        height: 56px;
        padding: 0 12px 0 24px;
        width: calc(100% - 32px);
        max-width: 500px;
    }

    .mc-header__inner {
        justify-content: space-between;
    }
}

/* Hamburger animation when active */
.mc-header__toggle.active .mc-header__toggle-line:first-child {
    transform: translateY(4px) rotate(45deg);
}

.mc-header__toggle.active .mc-header__toggle-line:last-child {
    transform: translateY(-4px) rotate(-45deg);
}

/* ==========================================================================
   MC Buttons - Clean Institutional Style
   ========================================================================== */
.mc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: 14px 28px;
    font-size: 0.9375rem;
    font-weight: var(--font-medium);
    line-height: 1;
    text-decoration: none;
    border-radius: var(--radius-full);
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.mc-btn--primary {
    background: var(--color-text-primary);
    color: var(--color-bg-primary);
    border-color: var(--color-text-primary);
}

.mc-btn--primary:hover {
    background: rgba(255, 255, 255, 0.9);
    color: var(--color-bg-primary);
}

.mc-btn--ghost {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    border-color: var(--color-border);
}

.mc-btn--ghost:hover {
    color: var(--color-text-primary);
    border-color: var(--color-border-hover);
    background: var(--color-bg-elevated);
}

.mc-btn--outline {
    background: transparent;
    color: var(--v2-accent-gold, #C9A962);
    border: 1px solid var(--v2-accent-gold, #C9A962);
}

.mc-btn--outline:hover {
    background: var(--v2-accent-gold, #C9A962);
    color: var(--color-bg-primary, #13182B);
}

.mc-btn--sm {
    padding: 10px 20px;
    font-size: 0.8125rem;
}

.mc-btn--lg {
    padding: 18px 36px;
    font-size: 1rem;
}

.mc-btn--block {
    display: flex;
    width: 100%;
}

.mc-btn__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* ==========================================================================
   Hero Gradient Utility - Darker gradient to match footer colors
   ========================================================================== */
.hero-gradient,
.has-hero-gradient {
    position: relative;
    background: radial-gradient(ellipse at center, #1a2130 0%, #13182B 50%, #0f1525 100%) !important;
}

/* Subtle white overlay for depth */
.hero-gradient::before,
.has-hero-gradient::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    filter: blur(40px);
}

/* Elementor specific - first section gets hero gradient automatically */
.elementor-section.elementor-top-section:first-child {
    position: relative;
    background: radial-gradient(ellipse at center, #1a2130 0%, #13182B 50%, #0f1525 100%);
}

/* Subtle white overlay for Elementor first section */
.elementor-section.elementor-top-section:first-child::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    filter: blur(40px);
}

/* ==========================================================================
   MC Hero Section - Pantera Inspired Full Viewport
   ========================================================================== */
.mc-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 80px;
    overflow: hidden;
    /* Darker gradient to match footer colors */
    background: radial-gradient(ellipse at center, #1a2130 0%, #13182B 50%, #0f1525 100%);
}

/* Subtle white overlay for depth */
.mc-hero::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    filter: blur(40px);
}

.mc-hero__background {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.mc-hero__gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(120, 119, 198, 0.08), transparent);
}

.mc-hero__noise {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

.mc-hero__container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
    text-align: center;
}

.mc-hero__content {
    margin-bottom: var(--space-16);
}

.mc-hero__label {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    font-size: 0.75rem;
    font-weight: var(--font-medium);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-text-tertiary);
    margin-bottom: var(--space-8);
}

.mc-hero__label-dot {
    width: 6px;
    height: 6px;
    background: var(--color-success);
    border-radius: 50%;
}

.mc-hero__title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: var(--font-medium);
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--color-text-primary);
    margin-bottom: var(--space-6);
    max-width: 1000px;
    margin-inline: auto;
}

.mc-hero__subtitle {
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto var(--space-10);
}

.mc-hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-4);
    flex-wrap: wrap;
}

.mc-hero__scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-3);
    color: var(--color-text-muted);
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.mc-hero__scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, var(--color-text-muted), transparent);
}

@media (max-width: 768px) {
    .mc-hero {
        padding: 100px 0 60px;
    }

    .mc-hero__title {
        font-size: 2rem;
    }

    .mc-hero__subtitle {
        font-size: 1rem;
    }

    .mc-hero__actions {
        flex-direction: column;
        width: 100%;
    }

    .mc-hero__actions .mc-btn {
        width: 100%;
    }
}

/* ==========================================================================
   MC Metrics Bar - Key Differentiators
   ========================================================================== */
.mc-metrics {
    background: var(--color-bg-secondary);
    border-top: 1px solid var(--color-border);
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: auto;
    max-width: 1000px;
    padding: var(--space-12) 0;
}

.mc-metrics__grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-8);
}

.mc-metrics__item {
    text-align: center;
    padding: 0 var(--space-8);
}

.mc-metrics__label {
    display: block;
    font-size: 0.6875rem;
    font-weight: var(--font-medium);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-text-muted);
    margin-bottom: var(--space-2);
}

.mc-metrics__value {
    display: block;
    font-size: 1.125rem;
    font-weight: var(--font-medium);
    color: var(--color-text-primary);
}

.mc-metrics__divider {
    width: 1px;
    height: 40px;
    background: var(--color-border);
}

@media (max-width: 768px) {
    .mc-metrics__grid {
        flex-wrap: wrap;
        gap: var(--space-4);
    }

    .mc-metrics__item {
        flex: 1 1 40%;
        padding: var(--space-4);
    }

    .mc-metrics__divider {
        display: none;
    }
}

/* ==========================================================================
   MC Sections - Generous Spacing
   ========================================================================== */
.mc-section {
    /* Galaxy-level generous spacing */
    padding: var(--space-40) 0;
}

.mc-section__header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto var(--space-20);
}

/* ==========================================================================
   MC Typography Components
   ========================================================================== */
.mc-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: var(--font-medium);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-text-muted);
    margin-bottom: var(--space-4);
}

.mc-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: var(--font-medium);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--color-text-primary);
    margin-bottom: var(--space-4);
}

.mc-title--lg {
    font-size: clamp(2rem, 5vw, 2.75rem);
}

.mc-text {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: var(--space-4);
}

.mc-text--lead {
    font-size: 1.1875rem;
    color: var(--color-text-primary);
}

.mc-text--muted {
    color: var(--color-text-tertiary);
}

.mc-link {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    font-size: 0.9375rem;
    font-weight: var(--font-medium);
    color: var(--color-text-primary);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.mc-link:hover {
    opacity: 0.7;
}

.mc-link svg {
    width: 18px;
    height: 18px;
}

/* ==========================================================================
   MC Approach Section - Split Layout
   ========================================================================== */
.mc-approach__grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: var(--space-16);
    align-items: start;
}

.mc-approach__left .mc-label {
    margin-bottom: var(--space-4);
}

.mc-approach__left .mc-title--lg {
    position: sticky;
    top: 120px;
}

.mc-approach__right {
    max-width: 560px;
}

@media (max-width: 1024px) {
    .mc-approach__grid {
        grid-template-columns: 1fr;
        gap: var(--space-8);
    }

    .mc-approach__left .mc-title--lg {
        position: static;
    }
}

/* ==========================================================================
   MC Pillars Section - Investment Strategies
   ========================================================================== */
.mc-pillars__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-8);
}

.mc-pillar {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: var(--space-8);
    transition: border-color 0.2s ease;
}

.mc-pillar:hover {
    border-color: var(--color-border-light);
}

.mc-pillar__header {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    margin-bottom: var(--space-6);
}

.mc-pillar__number {
    font-size: 0.8125rem;
    font-weight: var(--font-bold);
    color: var(--color-text-muted);
    font-family: var(--font-mono);
}

.mc-pillar__line {
    flex: 1;
    height: 1px;
    background: var(--color-border);
}

.mc-pillar__title {
    font-size: 1.125rem;
    font-weight: var(--font-medium);
    color: var(--color-text-primary);
    margin-bottom: var(--space-3);
}

.mc-pillar__text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--color-text-tertiary);
}

@media (max-width: 1024px) {
    .mc-pillars__grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   MC Risk Section - Framework Overview
   ========================================================================== */
.mc-risk__layout {
    max-width: 1000px;
    margin: 0 auto;
}

.mc-risk__header {
    text-align: center;
    margin-bottom: var(--space-16);
}

.mc-risk__header .mc-title--lg {
    margin-bottom: var(--space-4);
}

.mc-risk__header .mc-text--muted {
    max-width: 480px;
    margin: 0 auto;
}

.mc-risk__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-8);
    margin-bottom: var(--space-12);
}

.mc-risk__item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-4);
    padding: var(--space-6);
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    transition: border-color 0.2s ease;
}

.mc-risk__item:hover {
    border-color: var(--color-border-light);
}

.mc-risk__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-bg-tertiary);
    border-radius: var(--radius-full);
    color: var(--color-text-tertiary);
}

.mc-risk__icon svg {
    width: 22px;
    height: 22px;
}

.mc-risk__content h4 {
    font-size: 0.9375rem;
    font-weight: var(--font-medium);
    color: var(--color-text-primary);
    margin-bottom: var(--space-1);
}

.mc-risk__content p {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--color-text-tertiary);
    margin: 0;
}

.mc-risk__cta {
    text-align: center;
}

@media (max-width: 1024px) {
    .mc-risk__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .mc-risk__grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   MC Allocators Section - Who We Serve
   ========================================================================== */
.mc-allocators__layout {
    max-width: 1000px;
    margin: 0 auto;
}

.mc-allocators__header {
    text-align: center;
    margin-bottom: var(--space-12);
}

.mc-allocators__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-4);
}

.mc-allocator {
    text-align: center;
    padding: var(--space-6);
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    transition: border-color 0.2s ease;
}

.mc-allocator:hover {
    border-color: var(--color-border-light);
}

.mc-allocator h4 {
    font-size: 0.9375rem;
    font-weight: var(--font-medium);
    color: var(--color-text-primary);
    margin-bottom: var(--space-2);
}

.mc-allocator p {
    font-size: 0.8125rem;
    color: var(--color-text-tertiary);
    margin: 0;
}

@media (max-width: 1024px) {
    .mc-allocators__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .mc-allocators__grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   MC CTA Section - Final Call to Action
   ========================================================================== */
.mc-cta {
    position: relative;
    background: var(--color-bg-secondary);
    text-align: center;
    overflow: hidden;
}

/* Subtle white overlay for depth */
.mc-cta::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

/* Ensure content stays above overlay */
.mc-cta > * {
    position: relative;
    z-index: 1;
}

.mc-cta__content {
    max-width: 560px;
    margin: 0 auto;
}

.mc-cta__title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: var(--font-medium);
    color: var(--color-text-primary);
    margin-bottom: var(--space-4);
}

.mc-cta__text {
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: var(--space-8);
}

.mc-cta__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-4);
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    .mc-cta__actions {
        flex-direction: column;
        width: 100%;
    }

    .mc-cta__actions .mc-btn {
        width: 100%;
    }
}

/* ==========================================================================
   MC Animation System
   ========================================================================== */
[data-animate] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate].animated {
    opacity: 1;
    transform: translateY(0);
}

[data-animate="fade-up"] {
    transform: translateY(20px);
}

[data-animate="fade-right"] {
    transform: translateX(-20px);
}

[data-animate="fade-left"] {
    transform: translateX(20px);
}

[data-animate="fade-in"] {
    transform: none;
}

[data-animate="fade-right"].animated,
[data-animate="fade-left"].animated {
    transform: translateX(0);
}

/* Animation delays */
[data-delay="50"] { transition-delay: 50ms; }
[data-delay="100"] { transition-delay: 100ms; }
[data-delay="150"] { transition-delay: 150ms; }
[data-delay="200"] { transition-delay: 200ms; }
[data-delay="250"] { transition-delay: 250ms; }
[data-delay="300"] { transition-delay: 300ms; }
[data-delay="400"] { transition-delay: 400ms; }
[data-delay="500"] { transition-delay: 500ms; }
[data-delay="600"] { transition-delay: 600ms; }
[data-delay="700"] { transition-delay: 700ms; }
[data-delay="800"] { transition-delay: 800ms; }

/* ==========================================================================
   MC Footer - Galaxy Style Layout (Original Theme Colors)
   ========================================================================== */
.mc-footer--galaxy {
    background: linear-gradient(
        to bottom,
        #0f1525 0%,
        #0a0e13 100%
    );
    padding: var(--space-16) 0 var(--space-8);
    margin-top: 0;
    position: relative;
}

.mc-footer--galaxy .mc-footer__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--space-8);
}

/* Footer Main Layout */
.mc-footer__main {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: var(--space-12);
    padding-bottom: var(--space-12);
    border-bottom: 1px solid var(--color-border);
}

.mc-footer__left {
    display: flex;
    flex-direction: column;
    gap: var(--space-10);
}

/* Brand Section */
.mc-footer--galaxy .mc-footer__brand {
    max-width: none;
}

.mc-footer--galaxy .mc-footer__brand .mc-logo {
    margin-bottom: var(--space-4);
}

.mc-footer--galaxy .mc-footer__brand .mc-logo__text {
    font-size: 1.25rem;
}

.mc-footer__social {
    display: flex;
    gap: var(--space-4);
    margin-top: var(--space-4);
}

.mc-footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--color-text-tertiary);
    transition: color 0.2s ease;
}

.mc-footer__social a:hover {
    color: var(--color-text-primary);
}

/* Navigation Columns Grid */
.mc-footer__nav-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-8);
}

.mc-footer__nav-col h4 {
    font-size: 0.75rem;
    font-weight: var(--font-medium);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: var(--space-4);
}

.mc-footer__nav-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.mc-footer__nav-col a {
    font-size: 0.875rem;
    color: var(--color-text-tertiary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mc-footer__nav-col a:hover {
    color: var(--color-text-primary);
}

.mc-footer__location {
    font-size: 0.875rem;
    color: var(--color-text-muted);
}

/* Right Side - Latest Insights */
.mc-footer__right {
    border-left: 1px solid var(--color-border);
    padding-left: var(--space-8);
}

.mc-footer__right h4 {
    font-size: 0.75rem;
    font-weight: var(--font-medium);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: var(--space-6);
}

.mc-footer__insights-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-4);
}

.mc-footer__insight-card {
    display: block;
    text-decoration: none;
    border-radius: 4px;
    padding: var(--space-4);
    margin: 0;
    transition: background 0.2s ease;
    border: 1px solid rgba(107, 140, 190, 0.08);
}

/* Legacy grid layout for cards with images (if needed) */
.mc-footer__insight-card:not(.mc-footer__insight-card--text-only) {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: var(--space-4);
    padding: var(--space-2);
    margin: calc(var(--space-2) * -1);
    border: none;
}

.mc-footer__insight-card:hover {
    background: rgba(255, 255, 255, 0.05);
}

.mc-footer__insight-image {
    aspect-ratio: 16 / 10;
    border-radius: 4px;
    overflow: hidden;
    background: var(--color-bg-tertiary);
}

.mc-footer__insight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc-footer__insight-image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc-footer__insight-image--placeholder span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-text-muted);
}

.mc-footer__insight-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mc-footer__insight-meta {
    font-size: 0.6875rem;
    color: var(--color-text-muted);
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: var(--space-1);
}

.mc-footer__insight-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text-primary);
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mc-footer__insight-empty {
    padding: var(--space-6);
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
}

.mc-footer__insight-empty p {
    font-size: 0.875rem;
    color: var(--color-text-tertiary);
    margin: 0;
}

/* Footer Bottom */
.mc-footer--galaxy .mc-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-8);
    padding: var(--space-8) 0;
    border-bottom: 1px solid var(--color-border);
}

.mc-footer--galaxy .mc-footer__copyright {
    font-size: 0.8125rem;
    color: var(--color-text-muted);
}

.mc-footer--galaxy .mc-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-4) var(--space-8);
}

.mc-footer--galaxy .mc-footer__legal a {
    font-size: 0.8125rem;
    color: var(--color-text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mc-footer--galaxy .mc-footer__legal a:hover {
    color: var(--color-text-primary);
}

/* Footer Disclaimer */
.mc-footer--galaxy .mc-footer__disclaimer {
    padding: var(--space-6) 0 0;
    border: none;
    margin: 0;
}

.mc-footer--galaxy .mc-footer__disclaimer p {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Agency Credit */
.mc-footer__credit {
    padding: var(--space-6) 0;
    margin-top: var(--space-6);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.mc-footer__credit a {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: var(--color-text-muted);
    text-decoration: none;
    opacity: 0.6;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.mc-footer__credit a:hover {
    opacity: 1;
    color: var(--color-accent);
}

/* Responsive Footer */
@media (max-width: 1200px) {
    .mc-footer__main {
        grid-template-columns: 1fr;
    }

    .mc-footer__right {
        border-left: none;
        border-top: 1px solid var(--color-border);
        padding-left: 0;
        padding-top: var(--space-8);
    }

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

@media (max-width: 900px) {
    .mc-footer__nav-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-8) var(--space-6);
    }
}

@media (max-width: 640px) {
    .mc-footer--galaxy {
        padding: var(--space-12) 0 var(--space-6);
    }

    .mc-footer__nav-grid {
        grid-template-columns: 1fr 1fr;
    }

    .mc-footer__insights-grid {
        grid-template-columns: 1fr;
    }

    .mc-footer--galaxy .mc-footer__bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: var(--space-4);
    }

    .mc-footer--galaxy .mc-footer__legal {
        justify-content: center;
        gap: var(--space-3) var(--space-6);
    }

    .mc-footer--galaxy .mc-footer__disclaimer p {
        text-align: center;
    }
}

/* Legacy Footer Fallback */
.mc-footer:not(.mc-footer--galaxy) {
    background: linear-gradient(
        to bottom,
        #0f1525 0%,
        #0a0e13 100%
    );
    padding: var(--space-24) 0 var(--space-12);
    margin-top: 0;
    position: relative;
}

.mc-footer:not(.mc-footer--galaxy) .mc-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.mc-footer__top {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: var(--space-12);
    padding-bottom: var(--space-16);
    border-bottom: 1px solid var(--color-border);
}

.mc-footer__brand {
    max-width: 300px;
}

.mc-footer__brand .mc-logo {
    margin-bottom: var(--space-4);
}

.mc-footer__brand p {
    font-size: 0.875rem;
    color: var(--color-text-tertiary);
    line-height: 1.6;
}

.mc-footer__nav h4 {
    font-size: 0.75rem;
    font-weight: var(--font-medium);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: var(--space-4);
}

.mc-footer__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.mc-footer__nav a {
    font-size: 0.875rem;
    color: var(--color-text-tertiary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mc-footer__nav a:hover {
    color: var(--color-text-primary);
}

.mc-footer:not(.mc-footer--galaxy) .mc-footer__disclaimer {
    padding: var(--space-6) 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    margin: var(--space-8) 0;
}

.mc-footer:not(.mc-footer--galaxy) .mc-footer__disclaimer p {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.mc-footer:not(.mc-footer--galaxy) .mc-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-8);
    padding-top: var(--space-8);
}

.mc-footer:not(.mc-footer--galaxy) .mc-footer__copyright {
    font-size: 0.8125rem;
    color: var(--color-text-muted);
}

.mc-footer:not(.mc-footer--galaxy) .mc-footer__legal {
    display: flex;
    gap: var(--space-8);
}

.mc-footer:not(.mc-footer--galaxy) .mc-footer__legal a {
    font-size: 0.8125rem;
    color: var(--color-text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mc-footer:not(.mc-footer--galaxy) .mc-footer__legal a:hover {
    color: var(--color-text-primary);
}

/* ==========================================================================
   V2 REDESIGN - Based on Galaxy, Multicoin, Pantera, Zelt References
   Total visual overhaul with new layouts and components
   ========================================================================== */

/* Import Serif Font for Headlines - Institutional Look */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

/* V2 Color Variables - Navy Theme */
:root {
    --v2-bg-dark: #13182B;
    --v2-bg-navy: #0f1525;
    --v2-bg-cream: #f8f6f2;
    --v2-bg-white: #ffffff;
    --v2-text-white: #ffffff;
    --v2-text-dark: #13182B;
    --v2-text-muted-dark: rgba(19, 24, 43, 0.7);
    --v2-text-muted-light: rgba(255, 255, 255, 0.75);
    --v2-accent-gold: #c9a962;
    --v2-accent-navy: #6b8cbe;
    --v2-border-dark: rgba(107, 140, 190, 0.2);
    --v2-border-light: rgba(19, 24, 43, 0.15);
    --v2-font-serif: var(--font-heading);

    /* Additional V2 variables for sections */
    --v2-bg-primary: #13182B;
    --v2-bg-secondary: rgba(107, 140, 190, 0.05);
    --v2-text-primary: #ffffff;
    --v2-text-secondary: rgba(255, 255, 255, 0.7);
    --v2-text-muted: rgba(255, 255, 255, 0.5);
    --v2-border: rgba(107, 140, 190, 0.15);
    --v2-border-hover: rgba(107, 140, 190, 0.25);
}

/* ==========================================================================
   V2 Hero Section - Galaxy Style (Left-aligned + Graphic Right)
   ========================================================================== */
.mc-hero-v2 {
    position: relative;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--v2-bg-dark);
    padding: 20px 0 56px;
    overflow: hidden;
}

/* Subtle white overlay for depth */
.mc-hero-v2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

/* Ensure content stays above overlay */
.mc-hero-v2 > * {
    position: relative;
    z-index: 1;
}

.mc-hero-v2__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    align-items: center;
}

.mc-hero-v2__content {
    z-index: 2;
    padding-top: 24px;
}

.mc-hero-v2__eyebrow {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--v2-accent-gold);
    margin-bottom: 20px;
}

.mc-hero-v2__title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 2rem + 3vw, 4.5rem);
    font-weight: 400;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--v2-text-white);
    margin-bottom: 20px;
    padding-bottom: 0;
}

.mc-hero-v2__description {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--v2-text-muted-light);
    max-width: 560px;
    margin-bottom: 0;
}

/* Tab Navigation - Pantera Style */
.mc-hero-v2__tabs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.mc-hero-v2__tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--v2-text-muted-light);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    transition: all 0.3s ease;
}

.mc-hero-v2__tab:hover {
    color: var(--v2-text-white);
    background: rgba(255, 255, 255, 0.1);
}

.mc-hero-v2__tab-arrow {
    font-size: 1rem;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.mc-hero-v2__tab:hover .mc-hero-v2__tab-arrow {
    opacity: 1;
    transform: translateX(3px);
}

/* Animated Geometric - Galaxy Style */
.mc-hero-v2__graphic {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.mc-hero-v2__shapes {
    position: relative;
    width: 300px;
    height: 300px;
}

.mc-hero-v2__circle {
    position: absolute;
    border-radius: 50%;
}

/* Large outer circle - white border only */
.mc-hero-v2__circle--1 {
    width: 260px;
    height: 260px;
    top: 0;
    left: 0;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: transparent;
}

/* Medium circle - white border, offset right */
.mc-hero-v2__circle--2 {
    width: 200px;
    height: 200px;
    top: 60px;
    left: 100px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: transparent;
}

/* Small dark filled circle */
.mc-hero-v2__circle--3 {
    width: 110px;
    height: 110px;
    top: 110px;
    left: 50px;
    background: rgba(60, 60, 60, 1);
    border: none;
}

/* Scroll Indicator */
.mc-hero-v2__scroll {
    position: absolute;
    bottom: 48px;
    left: max(60px, calc(50% - 640px));
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.6875rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--v2-text-muted-light);
}

.mc-hero-v2__scroll-line {
    width: 60px;
    height: 1px;
    background: var(--v2-border-dark);
    position: relative;
    overflow: hidden;
}

.mc-hero-v2__scroll-line::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 20px;
    width: 30px;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    animation: mc-scroll-line 1.5s ease-in-out infinite;
}

@keyframes mc-scroll-line {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(200%); }
}

/* Hero Responsive */
@media (max-width: 1024px) {
    .mc-hero-v2 {
        padding: 30px 0 60px;
    }

    .mc-hero-v2__inner {
        grid-template-columns: 1fr;
        padding: 0 40px;
        text-align: center;
    }

    .mc-hero-v2__content {
        order: 2;
    }

    .mc-hero-v2__graphic {
        order: 1;
        min-height: 220px;
    }

    .mc-hero-v2__shapes {
        width: 220px;
        height: 220px;
    }

    .mc-hero-v2__circle--1 {
        width: 180px;
        height: 180px;
        top: 0;
        left: 0;
    }

    .mc-hero-v2__circle--2 {
        width: 140px;
        height: 140px;
        top: 50px;
        left: 70px;
    }

    .mc-hero-v2__circle--3 {
        width: 80px;
        height: 80px;
        top: 80px;
        left: 30px;
    }

    .mc-hero-v2__description {
        margin-inline: auto;
    }

    .mc-hero-v2__tabs {
        justify-content: center;
    }

    .mc-hero-v2__tab {
        padding: 8px 14px;
        font-size: 0.75rem;
    }

    .mc-hero-v2__scroll {
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }
}

@media (max-width: 640px) {
    .mc-hero-v2 {
        padding: 24px 0 50px;
    }

    .mc-hero-v2__inner {
        padding: 0 24px;
    }

    .mc-hero-v2__title {
        font-size: 2.25rem;
        line-height: 1.15;
    }

    .mc-hero-v2__eyebrow {
        margin-bottom: 12px;
    }

    .mc-hero-v2__tabs {
        margin-top: 20px;
    }

    .mc-hero-v2__scroll {
        bottom: 16px;
    }
}

/* ==========================================================================
   V2 Stats Section - Pantera Style (Light Background)
   ========================================================================== */
.mc-stats-v2 {
    background: var(--v2-bg-cream);
    padding: 14px 0;
}

.mc-stats-v2__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}

.mc-stats-v2__item {
    text-align: center;
    padding: 24px;
}

.mc-stats-v2__value {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--v2-text-dark);
    margin-bottom: 8px;
}

.mc-stats-v2__label {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--v2-text-muted-dark);
}

@media (max-width: 768px) {
    .mc-stats-v2__inner {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 24px;
        gap: 20px;
    }
}

/* Stats section - auto animate on page load (no scroll trigger) */
@keyframes mc-stats-fade-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mc-stats-v2 [data-animate] {
    opacity: 0;
    animation: mc-stats-fade-up 0.6s ease forwards;
}

.mc-stats-v2 [data-animate][data-delay="100"] {
    animation-delay: 0.1s;
}

.mc-stats-v2 [data-animate][data-delay="200"] {
    animation-delay: 0.2s;
}

.mc-stats-v2 [data-animate][data-delay="300"] {
    animation-delay: 0.3s;
}

/* ==========================================================================
   V2 Introduction Section - Multicoin Style (Slash Prefix + Editorial)
   ========================================================================== */
.mc-intro-v2 {
    position: relative;
    background: var(--v2-bg-dark);
    padding: var(--space-48) 0;
}

/* Subtle white overlay for depth */
.mc-intro-v2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

/* Ensure content stays above overlay */
.mc-intro-v2 > * {
    position: relative;
    z-index: 1;
}

.mc-intro-v2__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}

.mc-intro-v2__header {
    margin-bottom: var(--space-16);
}

.mc-intro-v2__label {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-style: normal;
    color: var(--v2-accent-gold);
}

.mc-intro-v2__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-24);
}

.mc-intro-v2__title {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    color: var(--v2-text-white);
    position: sticky;
    top: 120px;
}

.mc-intro-v2__text {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--v2-text-muted-light);
    margin-bottom: 24px;
}

.mc-intro-v2__text--cta {
    font-style: italic;
    color: var(--v2-text-muted);
    font-size: 0.9375rem;
}

.mc-intro-v2__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--v2-text-white);
    text-decoration: none;
    margin-top: 16px;
    transition: opacity 0.2s ease;
}

.mc-intro-v2__link:hover {
    opacity: 0.7;
}

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

    .mc-intro-v2__title {
        position: static;
    }
}

@media (max-width: 640px) {
    .mc-intro-v2 {
        padding: 80px 0;
    }

    .mc-intro-v2__inner {
        padding: 0 24px;
    }
}

/* ==========================================================================
   V2 Who We Serve - Galaxy Style Accordion
   ========================================================================== */
.mc-serve-v2 {
    background: var(--v2-bg-cream);
    padding: 120px 0;
}

.mc-serve-v2__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
}

.mc-serve-v2__header {
    margin-bottom: var(--space-16);
}

.mc-serve-v2__eyebrow {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--v2-text-muted-dark);
}

/* Accordion Component */
.mc-accordion {
    border-bottom: 1px solid var(--v2-border-light);
}

.mc-accordion:first-child {
    border-top: 1px solid var(--v2-border-light);
}

.mc-accordion__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-8);
    padding: var(--space-10) 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.mc-accordion__title {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: 400;
    color: var(--v2-text-dark);
    transition: color 0.2s ease;
}

.mc-accordion__trigger:hover .mc-accordion__title {
    color: var(--v2-text-muted-dark);
}

.mc-accordion__icon {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--v2-text-dark);
    transition: transform 0.3s ease;
}

.mc-accordion.is-open .mc-accordion__icon {
    transform: rotate(45deg);
}

.mc-accordion__content {
    height: 0;
    overflow: hidden;
}

.mc-accordion__inner {
    padding: 0 0 40px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: start;
}

.mc-accordion__text {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--v2-text-muted-dark);
    max-width: 560px;
}

.mc-accordion__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--v2-text-dark);
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.mc-accordion__link:hover {
    opacity: 0.6;
}

@media (max-width: 768px) {
    .mc-serve-v2__inner {
        padding: 0 24px;
    }

    .mc-accordion__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ==========================================================================
   V2 Strategy Pillars - Multicoin Style (Numbered)
   ========================================================================== */
.mc-pillars-v2 {
    position: relative;
    background: var(--v2-bg-navy);
    padding: var(--space-48) 0;
}

/* Subtle white overlay for depth */
.mc-pillars-v2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

/* Ensure content stays above overlay */
.mc-pillars-v2 > * {
    position: relative;
    z-index: 1;
}

.mc-pillars-v2__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}

.mc-pillars-v2__header {
    margin-bottom: 80px;
}

.mc-pillars-v2__label {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-style: normal;
    color: var(--v2-accent-gold);
    margin-bottom: 16px;
    display: block;
}

.mc-pillars-v2__title {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: 400;
    font-style: normal;
    color: var(--v2-text-white);
}

.mc-pillars-v2__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-bottom: 80px;
}

.mc-pillars-v2__item {
    border-top: 1px solid var(--v2-border-dark);
    padding-top: 32px;
}

.mc-pillars-v2__number {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--v2-text-muted-light);
    margin-bottom: 24px;
    font-family: var(--font-mono);
}

.mc-pillars-v2__heading {
    font-family: var(--font-heading);
    font-size: 1.375rem;
    font-weight: 400;
    color: var(--v2-text-white);
    margin-bottom: 16px;
}

.mc-pillars-v2__text {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--v2-text-muted-light);
}

.mc-pillars-v2__cta {
    text-align: center;
}

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

@media (max-width: 640px) {
    .mc-pillars-v2 {
        padding: 80px 0;
    }

    .mc-pillars-v2__inner {
        padding: 0 24px;
    }
}

/* ==========================================================================
   V2 Risk Section - Pantera Style (Checkmark Grid)
   ========================================================================== */
.mc-risk-v2 {
    background: var(--v2-bg-cream);
    padding: var(--space-48) 0;
}

.mc-risk-v2__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
    text-align: center;
}

.mc-risk-v2__header {
    margin-bottom: var(--space-16);
}

.mc-risk-v2__label {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-style: normal;
    color: var(--v2-accent-gold);
    margin-bottom: 16px;
    display: block;
}

.mc-risk-v2__title {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: 400;
    font-style: normal;
    color: var(--v2-text-dark);
}

.mc-risk-v2__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: var(--space-16);
}

.mc-risk-v2__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 32px 24px;
    background: var(--v2-bg-cream);
    border: 1px solid var(--v2-border-light);
    border-radius: 4px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.mc-risk-v2__item:hover {
    border-color: var(--v2-accent-gold);
    transform: translateY(-2px);
}

.mc-risk-v2__check {
    font-size: 1.25rem;
    color: #10b981;
    font-weight: 600;
}

.mc-risk-v2__text {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--v2-text-dark);
}

.mc-risk-v2__cta {
    margin-top: 20px;
}

.mc-link-v2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--v2-text-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mc-link-v2:hover {
    color: var(--v2-accent-gold);
}

@media (max-width: 768px) {
    .mc-risk-v2 {
        padding: 80px 0;
    }

    .mc-risk-v2__inner {
        padding: 0 24px;
    }

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

@media (max-width: 480px) {
    .mc-risk-v2__grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   V2 CTA Section - Clean Institutional
   ========================================================================== */
.mc-cta-v2 {
    position: relative;
    background: linear-gradient(
        to bottom,
        #13182B 0%,
        #13182B 100%
    );
    padding: var(--space-48) 0;
    overflow: hidden;
}

/* Subtle white overlay for depth */
.mc-cta-v2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

/* Ensure content stays above overlay */
.mc-cta-v2 > * {
    position: relative;
    z-index: 1;
}

.mc-cta-v2__inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 60px;
    text-align: center;
}

.mc-cta-v2__title {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: 400;
    font-style: normal;
    color: var(--v2-text-white);
    margin-bottom: 20px;
}

.mc-cta-v2__text {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--v2-text-muted-light);
    margin-bottom: 48px;
}

.mc-cta-v2__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 640px) {
    .mc-cta-v2 {
        padding: 80px 0;
    }

    .mc-cta-v2__inner {
        padding: 0 24px;
    }

    .mc-cta-v2__actions {
        flex-direction: column;
        width: 100%;
    }

    .mc-cta-v2__actions .mc-btn-v2 {
        width: 100%;
    }
}

/* ==========================================================================
   V2 Buttons
   ========================================================================== */
.mc-btn-v2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.mc-btn-v2--primary {
    background: var(--v2-text-white);
    color: var(--v2-bg-dark);
    border-color: var(--v2-text-white);
}

.mc-btn-v2--primary:hover {
    background: rgba(255, 255, 255, 0.85);
    color: var(--v2-bg-dark);
}

.mc-btn-v2--ghost {
    background: transparent;
    color: var(--v2-text-white);
    border-color: rgba(255, 255, 255, 0.4);
}

.mc-btn-v2--ghost:hover {
    border-color: var(--v2-text-white);
    background: rgba(255, 255, 255, 0.1);
}

.mc-btn-v2--outline {
    background: transparent;
    color: var(--v2-text-white);
    border-color: rgba(255, 255, 255, 0.5);
}

.mc-btn-v2--outline:hover {
    background: var(--v2-text-white);
    color: var(--v2-bg-dark);
    border-color: var(--v2-text-white);
}

/* Light background variants */
.mc-risk-v2 .mc-btn-v2--primary,
.mc-stats-v2 .mc-btn-v2--primary,
.mc-serve-v2 .mc-btn-v2--primary {
    background: var(--v2-text-dark);
    color: var(--v2-bg-white);
    border-color: var(--color-text-primary);
}

.mc-risk-v2 .mc-btn-v2--primary:hover,
.mc-stats-v2 .mc-btn-v2--primary:hover,
.mc-serve-v2 .mc-btn-v2--primary:hover {
    background: transparent;
    color: var(--color-text-primary);
}

.mc-btn-v2--lg {
    padding: 20px 40px;
    font-size: 1rem;
}

.mc-btn-v2__arrow {
    transition: transform 0.2s ease;
}

.mc-btn-v2:hover .mc-btn-v2__arrow {
    transform: translateX(4px);
}

/* ==========================================================================
   V2 Animation System
   ========================================================================== */
[data-animate] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-animate].animated {
    opacity: 1;
    transform: translateY(0);
}

[data-animate="fade-in"] {
    transform: none;
}

[data-animate="fade-up"] {
    transform: translateY(40px);
}

[data-animate="fade-right"] {
    transform: translateX(-30px);
}

[data-animate="fade-left"] {
    transform: translateX(30px);
}

[data-animate="fade-right"].animated,
[data-animate="fade-left"].animated {
    transform: translateX(0);
}

/* Animation delays */
[data-delay="50"] { transition-delay: 50ms; }
[data-delay="100"] { transition-delay: 100ms; }
[data-delay="150"] { transition-delay: 150ms; }
[data-delay="200"] { transition-delay: 200ms; }
[data-delay="250"] { transition-delay: 250ms; }
[data-delay="300"] { transition-delay: 300ms; }
[data-delay="350"] { transition-delay: 350ms; }
[data-delay="400"] { transition-delay: 400ms; }
[data-delay="500"] { transition-delay: 500ms; }

/* ==========================================================================
   V2 Page Templates - Shared Components
   ========================================================================== */

/* Page Hero */
.mc-page-hero {
    position: relative;
    background: var(--v2-bg-dark);
    padding: 60px 0 120px;
    text-align: center;
}

/* Subtle white overlay for depth */
.mc-page-hero::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

/* Ensure content stays above overlay */
.mc-page-hero > * {
    position: relative;
    z-index: 1;
}

.mc-page-hero--compact {
    padding: 90px 0 60px;
}

.mc-page-hero__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
}

.mc-page-hero__label {
    display: block;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-style: normal;
    color: var(--v2-accent-gold);
    margin-bottom: 24px;
}

.mc-page-hero__title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
    color: var(--v2-text-white);
    margin-bottom: 24px;
}

.mc-page-hero__description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--v2-text-muted-light);
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 640px) {
    .mc-page-hero {
        padding: 140px 0 60px;
    }
    .mc-page-hero__inner {
        padding: 0 24px;
    }
}

/* Section V2 */
.mc-section-v2 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

/* Subtle white overlay for depth - applied to all mc-section-v2 by default */
.mc-section-v2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

/* Ensure content stays above overlay */
.mc-section-v2 > * {
    position: relative;
    z-index: 1;
}

.mc-section-v2--dark {
    background: var(--v2-bg-dark);
}

.mc-section-v2--cream {
    background: var(--v2-bg-cream);
}

/* Disable overlay for light backgrounds */
.mc-section-v2--cream::before,
.mc-section-v2--white::before {
    display: none;
}

.mc-section-v2--white {
    background: var(--v2-bg-white);
}

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

.mc-section-v2__inner--narrow {
    max-width: 1000px;
}

.mc-section-v2__header {
    margin-bottom: var(--space-16);
}

.mc-section-v2__header--center {
    text-align: center;
}

.mc-section-v2__label {
    display: block;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-style: normal;
    color: var(--v2-accent-gold);
    margin-bottom: 16px;
}

.mc-section-v2__title {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
}

.mc-section-v2--dark .mc-section-v2__title { color: var(--v2-text-white); }
.mc-section-v2--cream .mc-section-v2__title { color: var(--v2-text-dark); }
.mc-section-v2--white .mc-section-v2__title { color: var(--v2-text-dark); }

.mc-section-v2__subtitle {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 16px;
    max-width: 520px;
}

.mc-section-v2--dark .mc-section-v2__subtitle { color: var(--v2-text-muted-light); }
.mc-section-v2--cream .mc-section-v2__subtitle { color: var(--v2-text-muted-dark); }
.mc-section-v2--white .mc-section-v2__subtitle { color: var(--v2-text-muted-dark); }
.mc-section-v2__header--center .mc-section-v2__subtitle { margin-inline: auto; }

@media (max-width: 768px) {
    .mc-section-v2 { padding: 80px 0; }
    .mc-section-v2__inner { padding: 0 24px; }
}

/* Editorial Layout */
.mc-editorial {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-24);
    align-items: start;
}

.mc-editorial__label {
    display: block;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-style: normal;
    color: var(--v2-accent-gold);
    margin-bottom: 20px;
}

.mc-editorial__title {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    position: sticky;
    top: 120px;
}

.mc-section-v2--dark .mc-editorial__title { color: var(--v2-text-white); }
.mc-section-v2--cream .mc-editorial__title { color: var(--v2-text-dark); }

.mc-editorial__text {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.mc-section-v2--dark .mc-editorial__text { color: var(--v2-text-muted-light); }
.mc-section-v2--cream .mc-editorial__text { color: var(--v2-text-muted-dark); }

.mc-editorial__text--lead { font-size: 1.125rem; }
.mc-editorial__text--note { font-size: 0.875rem; font-style: normal; opacity: 0.7; }

@media (max-width: 1024px) {
    .mc-editorial { grid-template-columns: 1fr; gap: 40px; }
    .mc-editorial__title { position: static; }
}

/* Columns V2 */
.mc-columns-v2 { display: grid; gap: 40px; }
.mc-columns-v2--2 { grid-template-columns: repeat(2, 1fr); }
.mc-columns-v2--3 { grid-template-columns: repeat(3, 1fr); }

.mc-column-v2 { border-top: 1px solid var(--v2-border-dark); padding-top: 24px; }
.mc-section-v2--cream .mc-column-v2 { border-top-color: var(--v2-border-light); }

.mc-column-v2__number {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: var(--font-mono);
}

.mc-section-v2--dark .mc-column-v2__number { color: var(--v2-text-muted-light); }
.mc-section-v2--cream .mc-column-v2__number { color: var(--v2-text-muted-dark); }

.mc-column-v2__heading {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 12px;
}

.mc-section-v2--dark .mc-column-v2__heading { color: var(--v2-text-white); }
.mc-section-v2--cream .mc-column-v2__heading { color: var(--v2-text-dark); }

.mc-column-v2__text { font-size: 0.9375rem; line-height: 1.7; }
.mc-section-v2--dark .mc-column-v2__text { color: var(--v2-text-muted-light); }
.mc-section-v2--cream .mc-column-v2__text { color: var(--v2-text-muted-dark); }

@media (max-width: 1024px) { .mc-columns-v2--3 { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .mc-columns-v2--2 { grid-template-columns: 1fr; } }

/* List V2 */
.mc-list-v2 { display: flex; flex-direction: column; }
.mc-list-v2__item { padding: 24px 0; border-bottom: 1px solid var(--color-border); }
.mc-list-v2__item:first-child { padding-top: 20px; }
.mc-list-v2__item:last-child { border-bottom: none; padding-bottom: 0; }
.mc-list-v2--centered .mc-list-v2__item { text-align: center; border-bottom-color: var(--v2-border-dark); }

.mc-list-v2__heading { font-size: 1rem; font-weight: 600; margin-bottom: 8px; }
.mc-section-v2--dark .mc-list-v2__heading { color: var(--v2-text-white); }
.mc-section-v2--cream .mc-list-v2__heading { color: var(--v2-text-dark); }

.mc-list-v2__text { font-size: 0.9375rem; line-height: 1.6; }
.mc-section-v2--dark .mc-list-v2__text { color: var(--v2-text-muted-light); }
.mc-section-v2--cream .mc-list-v2__text { color: var(--v2-text-muted-dark); }

.mc-section-v2--cream .mc-list-v2__item { border-bottom-color: var(--v2-border-light); }

/* Constraints V2 */
.mc-constraints-v2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mc-constraint-v2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--v2-border-dark);
    text-align: center;
}
.mc-constraint-v2__icon { font-size: 1.25rem; color: var(--v2-text-muted-light); }
.mc-constraint-v2__text { font-size: 0.9375rem; font-weight: 500; color: var(--v2-text-white); }
@media (max-width: 768px) { .mc-constraints-v2 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .mc-constraints-v2 { grid-template-columns: 1fr; } }

/* Values V2 */
.mc-values-v2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.mc-value-v2 { padding: 24px 0; border-top: 1px solid var(--v2-border-light); }
.mc-value-v2__heading { font-family: var(--font-heading); font-size: 1.125rem; font-weight: 400; color: var(--v2-text-dark); margin-bottom: 8px; }
.mc-value-v2__text { font-size: 0.9375rem; line-height: 1.6; color: var(--v2-text-muted-dark); }
@media (max-width: 640px) { .mc-values-v2 { grid-template-columns: 1fr; gap: 0; } }

/* Team V2 */
.mc-team-v2 { display: flex; justify-content: center; }
.mc-team-v2__member {
    text-align: center;
    max-width: 400px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--v2-border-dark);
}
.mc-team-v2__name { font-family: var(--font-heading); font-size: 1.375rem; font-weight: 400; color: var(--v2-text-white); margin-bottom: 8px; }
.mc-team-v2__role { display: block; font-size: 0.875rem; color: var(--v2-accent-gold); margin-bottom: 20px; }
.mc-team-v2__bio { font-size: 0.9375rem; line-height: 1.7; color: var(--v2-text-muted-light); }

/* Contact Info V2 */
.mc-contact-info-v2 { margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--v2-border-light); }
.mc-contact-info-v2__item { margin-bottom: 16px; }
.mc-contact-info-v2__item:last-child { margin-bottom: 0; }
.mc-contact-info-v2__label { display: block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--v2-text-muted-dark); margin-bottom: 4px; }
.mc-contact-info-v2__value { font-size: 1rem; color: var(--v2-text-dark); text-decoration: none; }
a.mc-contact-info-v2__value:hover { color: var(--v2-accent-gold); }

/* Contact Info V2 - Dark section variant */
.mc-section-v2--dark .mc-contact-info-v2 { border-top-color: var(--v2-border-dark); }
.mc-section-v2--dark .mc-contact-info-v2__label { color: var(--v2-text-muted-light); }
.mc-section-v2--dark .mc-contact-info-v2__value { color: var(--v2-text-white); }

/* Checks V2 */
.mc-checks-v2 { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.mc-check-v2 { display: flex; align-items: center; gap: 12px; }
.mc-check-v2__icon { color: #10b981; font-weight: 600; }
.mc-check-v2__text { font-size: 0.9375rem; color: var(--v2-text-white); }
.mc-section-v2--cream .mc-check-v2__text { color: var(--v2-text-dark); }

/* Risk Item Dark Variant */
.mc-risk-v2__item--dark { background: rgba(255, 255, 255, 0.03); border-color: var(--v2-border-dark); }
.mc-risk-v2__item--dark .mc-risk-v2__text { color: var(--v2-text-white); }

/* Contact Layout */
.mc-contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.mc-contact-layout .mc-editorial__title { position: static; margin-bottom: 20px; }
.mc-contact-details { margin-top: 40px; }
.mc-contact-details__item { margin-bottom: 20px; }
.mc-contact-details__label { display: block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--v2-text-muted-light); margin-bottom: 4px; }
.mc-contact-details__value { font-size: 1rem; color: var(--v2-text-white); text-decoration: none; }
a.mc-contact-details__value:hover { color: var(--v2-accent-gold); }
@media (max-width: 1024px) { .mc-contact-layout { grid-template-columns: 1fr; gap: 60px; } }

/* Form V2 - Dark Theme */
.mc-form-v2 { background: rgba(255, 255, 255, 0.03); padding: 40px; border: 1px solid var(--v2-border-dark); }
.mc-form-v2__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.mc-form-v2__field { margin-bottom: 24px; }
.mc-form-v2__label { display: block; font-size: 0.875rem; font-weight: 500; color: var(--v2-text-white); margin-bottom: 8px; }
.mc-form-v2__optional { font-weight: 400; color: var(--v2-text-muted-light); }
.mc-form-v2__input,
.mc-form-v2__select,
.mc-form-v2__textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 1rem;
    font-family: inherit;
    color: var(--v2-text-white);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--v2-border-dark);
    border-radius: 0;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.mc-form-v2__input:focus,
.mc-form-v2__select:focus,
.mc-form-v2__textarea:focus { outline: none; border-color: var(--v2-text-white); background: rgba(255, 255, 255, 0.08); }
.mc-form-v2__input::placeholder,
.mc-form-v2__textarea::placeholder { color: var(--v2-text-muted-light); }
.mc-form-v2__select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.mc-form-v2__select option { background: #13182B; color: #fff; }
.mc-form-v2__textarea { resize: vertical; min-height: 120px; }
.mc-form-v2__disclaimer { font-size: 0.8125rem; line-height: 1.6; color: var(--v2-text-muted-light); margin-top: 20px; text-align: center; }
.mc-btn-v2--block { width: 100%; }
.mc-form-v2 .mc-btn-v2--primary { background: var(--v2-text-white); color: var(--v2-bg-dark); border-color: var(--v2-text-white); }
.mc-form-v2 .mc-btn-v2--primary:hover { background: rgba(255, 255, 255, 0.85); color: var(--v2-bg-dark); }
@media (max-width: 640px) { .mc-form-v2 { padding: 24px; } .mc-form-v2__row { grid-template-columns: 1fr; } }

/* Contact Details - Cream Section Override */
.mc-section-v2--cream .mc-contact-details__label { color: var(--v2-text-muted-dark); }
.mc-section-v2--cream .mc-contact-details__value { color: var(--v2-text-dark); }
.mc-section-v2--cream a.mc-contact-details__value:hover { color: var(--v2-accent-gold); }

/* Form V2 - Cream Section Override */
.mc-section-v2--cream .mc-form-v2 {
    background: rgba(0, 0, 0, 0.03);
    border-color: var(--v2-border-light);
}
.mc-section-v2--cream .mc-form-v2__label { color: var(--v2-text-dark); }
.mc-section-v2--cream .mc-form-v2__optional { color: var(--v2-text-muted-dark); }
.mc-section-v2--cream .mc-form-v2__input,
.mc-section-v2--cream .mc-form-v2__select,
.mc-section-v2--cream .mc-form-v2__textarea {
    color: var(--v2-text-dark);
    background: rgba(0, 0, 0, 0.03);
    border-color: var(--v2-border-light);
}
.mc-section-v2--cream .mc-form-v2__input:focus,
.mc-section-v2--cream .mc-form-v2__textarea:focus {
    border-color: var(--v2-text-dark);
    background: rgba(0, 0, 0, 0.05);
}
.mc-section-v2--cream .mc-form-v2__select:focus {
    border-color: var(--v2-text-dark);
    background-color: rgba(0, 0, 0, 0.05);
}
.mc-section-v2--cream .mc-form-v2__input::placeholder,
.mc-section-v2--cream .mc-form-v2__textarea::placeholder { color: var(--v2-text-muted-dark); }
.mc-section-v2--cream .mc-form-v2__select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%230a0a0a' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}
.mc-section-v2--cream .mc-form-v2__select option { background: #f8f6f2; color: #13182B; }
.mc-section-v2--cream .mc-form-v2__disclaimer { color: var(--v2-text-muted-dark); }
.mc-section-v2--cream .mc-form-v2 .mc-btn-v2--primary {
    background: var(--v2-text-dark);
    color: var(--v2-text-white);
    border-color: var(--v2-text-dark);
}
.mc-section-v2--cream .mc-form-v2 .mc-btn-v2--primary:hover {
    background: rgba(19, 24, 43, 0.85);
    color: var(--v2-text-white);
}

/* Header Scroll State */
.mc-header.scrolled {
    background: rgba(19, 24, 43, 0.98);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(19, 24, 43, 0.3);
}

/* ==========================================================================
   ZELT-INSPIRED ANIMATIONS & COMPONENTS
   ========================================================================== */

/* Hero Text Animation */
.mc-hero-v2__title .word-wrapper {
    display: inline-block;
    overflow: visible;
    vertical-align: top;
    padding-bottom: 0.1em;
}

.mc-hero-v2__title .word {
    display: inline-block;
}

/* ==========================================================================
   LOGO MARQUEE - Zelt Style
   ========================================================================== */
.mc-logo-marquee {
    background: var(--v2-bg-cream);
    padding: 40px 0;
    overflow: hidden;
}

.mc-logo-marquee__wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.mc-logo-marquee__text {
    text-align: center;
    font-size: 14px;
    color: var(--v2-text-muted-dark);
    margin-bottom: 30px;
    letter-spacing: 0.02em;
}

.mc-logo-marquee__container {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.mc-logo-marquee__track {
    display: flex;
    gap: 60px;
    width: max-content;
}

.mc-logo-marquee__item {
    flex-shrink: 0;
}

.mc-logo-marquee__logo {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    opacity: 0.4;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.mc-logo-marquee__logo:hover {
    opacity: 1;
}

/* ==========================================================================
   STRATEGY OVERVIEW - Zelt Platform Overview Style
   ========================================================================== */
.mc-strategy-overview {
    position: relative;
    background: var(--v2-bg-dark);
    padding: 120px 0;
    min-height: 100vh;
}

/* Subtle white overlay for depth */
.mc-strategy-overview::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

/* Ensure content stays above overlay */
.mc-strategy-overview > * {
    position: relative;
    z-index: 1;
}

.mc-strategy-overview__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--space-6);
}

.mc-strategy-overview__header {
    margin-bottom: 80px;
}

.mc-strategy-overview__label {
    display: block;
    font-family: var(--font-heading);
    font-size: 1rem;
    color: var(--v2-accent-gold);
    margin-bottom: 16px;
}

.mc-strategy-overview__title {
    font-family: var(--font-heading);
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 400;
    color: var(--v2-text-white);
    line-height: 1.1;
}

.mc-strategy-overview__container {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 80px;
}

/* Sidebar Menu */
.mc-strategy-overview__sidebar {
    position: sticky;
    top: 50px;
    height: fit-content;
    align-self: start;
}

.mc-strategy-overview__menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mc-strategy-overview__menu-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
}

.mc-strategy-overview__menu-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.mc-strategy-overview__menu-item.is-active .mc-strategy-overview__menu-bullet {
    background: var(--v2-accent-gold);
    border-color: var(--v2-accent-gold);
}

.mc-strategy-overview__menu-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease;
}

.mc-strategy-overview__menu-item.is-active .mc-strategy-overview__menu-text {
    color: var(--v2-text-white);
}

.mc-strategy-overview__menu-item:hover .mc-strategy-overview__menu-text {
    color: var(--v2-text-white);
}

/* Main Content */
.mc-strategy-overview__main {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.mc-strategy-overview__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 400px;
}

/* Strategy Cards - Growing Animation */
.mc-strategy-overview__card {
    position: relative;
    background: linear-gradient(135deg, #13182B 0%, #0f1525 100%);
    border-radius: 16px;
    padding: 30px;
    transform-origin: center center;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Subtle white overlay for depth */
.mc-strategy-overview__card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 40%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(30px);
    border-radius: inherit;
}

/* Ensure content stays above overlay */
.mc-strategy-overview__card > * {
    position: relative;
    z-index: 1;
}

.mc-strategy-overview__card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mc-strategy-overview__card-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--v2-accent-gold);
    color: var(--v2-bg-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

.mc-strategy-overview__card-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.mc-strategy-overview__card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mc-strategy-overview__card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

.mc-strategy-overview__card-pair {
    font-size: 14px;
    color: var(--v2-text-white);
    font-weight: 500;
}

.mc-strategy-overview__card-value {
    font-size: 14px;
    color: #4ade80;
    font-weight: 500;
}

.mc-strategy-overview__card-metric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

.mc-strategy-overview__card-metric-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.mc-strategy-overview__card-metric-value {
    font-size: 20px;
    font-weight: 600;
    color: var(--v2-text-white);
}

.mc-strategy-overview__card-chart {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 100px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

.mc-strategy-overview__card-bar {
    flex: 1;
    background: linear-gradient(to top, var(--v2-accent-gold), rgba(201, 169, 98, 0.3));
    border-radius: 4px;
    min-height: 20px;
}

.mc-strategy-overview__card-protocol {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

.mc-strategy-overview__card-protocol-name {
    font-size: 14px;
    color: var(--v2-text-white);
    font-weight: 500;
}

.mc-strategy-overview__card-protocol-apy {
    font-size: 14px;
    color: var(--v2-accent-gold);
    font-weight: 500;
}

/* Strategy Content */
.mc-strategy-overview__content {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.mc-strategy-overview__heading {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 400;
    color: var(--v2-text-white);
    margin-bottom: 20px;
}

.mc-strategy-overview__text {
    font-size: 16px;
    line-height: 1.7;
    color: var(--v2-text-muted-light);
    margin-bottom: 24px;
}

.mc-strategy-overview__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: var(--v2-accent-gold);
    text-decoration: none;
    transition: gap 0.3s ease;
}

.mc-strategy-overview__link:hover {
    gap: 12px;
}

.mc-strategy-overview__link span {
    transition: transform 0.3s ease;
}

.mc-strategy-overview__link:hover span {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1024px) {
    .mc-strategy-overview__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mc-strategy-overview__sidebar {
        position: relative;
        top: 0;
    }

    .mc-strategy-overview__menu {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }

    .mc-strategy-overview__item {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 640px) {
    .mc-strategy-overview {
        padding: 80px 0;
    }

    .mc-strategy-overview__menu-text {
        font-size: 13px;
    }

    .mc-strategy-overview__card {
        padding: 20px;
    }
}

/* ==========================================================================
   GSAP ANIMATION HELPERS
   ========================================================================== */

/* Initial states for GSAP animations */
.gsap-fade-up {
    opacity: 0;
    transform: translateY(40px);
}

.gsap-fade-in {
    opacity: 0;
}

.gsap-scale-up {
    opacity: 0;
    transform: scale(0.9);
}

/* Smooth transitions */
.gsap-smooth {
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   TRUST STRIP SECTION
   ========================================================================== */

.mc-trust-strip {
    position: relative;
    padding: var(--space-16) 0;
    background: var(--v2-bg-secondary);
    border-top: 1px solid var(--v2-border);
    border-bottom: 1px solid var(--v2-border);
    overflow: hidden;
}

/* Subtle white overlay for depth */
.mc-trust-strip::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

/* Ensure content stays above overlay */
.mc-trust-strip > * {
    position: relative;
    z-index: 1;
}

.mc-trust-strip__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.mc-trust-strip__header {
    text-align: center;
    margin-bottom: var(--space-12);
}

.mc-trust-strip__label {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--v2-accent-gold);
    display: block;
    margin-bottom: var(--space-4);
}

.mc-trust-strip__title {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 500;
    color: var(--v2-text-primary);
    letter-spacing: -0.01em;
}

.mc-trust-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
}

.mc-trust-strip__item {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-4) var(--space-5);
    background: var(--v2-bg-primary);
    border: 1px solid var(--v2-border);
    border-radius: 8px;
    transition: border-color 0.2s ease;
}

.mc-trust-strip__item:hover {
    border-color: var(--v2-border-hover);
}

.mc-trust-strip__icon {
    color: var(--color-success, #22c55e);
    font-weight: 700;
    font-size: 1rem;
}

.mc-trust-strip__text {
    font-size: 0.875rem;
    color: var(--v2-text-secondary);
}

@media (max-width: 1024px) {
    .mc-trust-strip__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .mc-trust-strip__grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   INSIGHTS SECTION
   ========================================================================== */

.mc-insights {
    padding: var(--space-24) 0;
    background: var(--v2-bg-white);
}

.mc-insights__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.mc-insights__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: var(--space-12);
}

.mc-insights__header-left {
    flex: 1;
}

.mc-insights__label {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--v2-accent-gold);
    display: block;
    margin-bottom: var(--space-2);
}

.mc-insights__title {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 500;
    color: var(--v2-text-dark);
    letter-spacing: -0.02em;
}

.mc-insights__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
    margin-bottom: var(--space-12);
}

.mc-insight-card {
    background: var(--v2-bg-cream);
    border: 1px solid var(--v2-border-light);
    border-radius: 12px;
    padding: var(--space-6);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.mc-insight-card:hover {
    border-color: var(--v2-accent-gold);
    transform: translateY(-2px);
}

.mc-insight-card__date {
    font-size: 0.75rem;
    color: var(--v2-text-muted-dark);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mc-insight-card__title {
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--v2-text-dark);
    margin: var(--space-3) 0;
    line-height: 1.4;
}

.mc-insight-card__excerpt {
    font-size: 0.875rem;
    color: var(--v2-text-muted-dark);
    line-height: 1.6;
    margin-bottom: var(--space-4);
}

.mc-insight-card__link {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--v2-text-dark);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: opacity 0.2s ease;
}

.mc-insight-card__link:hover {
    color: var(--v2-accent-gold);
    opacity: 1;
}

.mc-insight-card__link--disabled {
    color: var(--v2-text-muted-dark);
    cursor: default;
}

.mc-insight-card__link--disabled:hover {
    opacity: 1;
    color: var(--v2-text-muted-dark);
}

.mc-insights__subscribe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-8);
    background: var(--v2-bg-cream);
    border: 1px solid var(--v2-border-light);
    border-radius: 16px;
}

.mc-insights__subscribe-content h4 {
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--v2-text-dark);
    margin-bottom: var(--space-1);
}

.mc-insights__subscribe-content p {
    font-size: 0.875rem;
    color: var(--v2-text-muted-dark);
}

.mc-insights__subscribe-form {
    display: flex;
    gap: var(--space-3);
}

.mc-insights__subscribe-form input {
    width: 280px;
    background: var(--v2-bg-white);
    border: 1px solid var(--v2-border-light);
    color: var(--v2-text-dark);
    padding: 12px 16px;
    border-radius: 4px;
}

.mc-insights__subscribe-form input:focus {
    outline: none;
    border-color: var(--v2-accent-gold);
}

.mc-insights__subscribe-form input::placeholder {
    color: var(--v2-text-muted-dark);
}

.mc-insights__subscribe-form button {
    background: var(--v2-text-dark);
    color: var(--v2-text-white);
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mc-insights__subscribe-form button:hover {
    background: var(--v2-accent-gold);
}

@media (max-width: 1024px) {
    .mc-insights__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mc-insights__header {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-4);
    }

    .mc-insights__grid {
        grid-template-columns: 1fr;
    }

    .mc-insights__subscribe {
        flex-direction: column;
        text-align: center;
        gap: var(--space-6);
    }

    .mc-insights__subscribe-form {
        flex-direction: column;
        width: 100%;
    }

    .mc-insights__subscribe-form input {
        width: 100%;
    }
}

/* ==========================================================================
   RISK FRAMEWORK GRID
   ========================================================================== */

.mc-risk-framework-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
    margin-top: var(--space-12);
}

.mc-risk-block {
    position: relative;
    background: linear-gradient(135deg, #13182B 0%, #0f1525 100%);
    border: 1px solid rgba(107, 140, 190, 0.15);
    border-radius: 12px;
    padding: var(--space-6);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

/* Subtle white overlay for depth */
.mc-risk-block::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 40%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(30px);
    border-radius: inherit;
}

/* Ensure content stays above overlay */
.mc-risk-block > * {
    position: relative;
    z-index: 1;
}

.mc-risk-block:hover {
    border-color: var(--v2-border-hover);
    transform: translateY(-2px);
}

.mc-risk-block__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--v2-bg-primary);
    border: 1px solid var(--v2-border);
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--v2-text-secondary);
    margin-bottom: var(--space-4);
    font-family: var(--font-mono);
}

.mc-risk-block__title {
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--v2-text-primary);
    margin-bottom: var(--space-3);
}

.mc-risk-block__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mc-risk-block__list li {
    font-size: 0.875rem;
    color: var(--v2-text-secondary);
    padding: var(--space-2) 0;
    border-bottom: 1px solid var(--v2-border);
    display: flex;
    align-items: flex-start;
    gap: var(--space-2);
    line-height: 1.5;
}

.mc-risk-block__list li:last-child {
    border-bottom: none;
}

.mc-risk-block__list li::before {
    content: '•';
    color: var(--color-success, #22c55e);
    flex-shrink: 0;
    margin-top: 0.1em;
}

.mc-risk-disclosures {
    text-align: center;
    padding-top: var(--space-8);
    margin-top: var(--space-8);
    border-top: 1px solid var(--v2-border);
}

@media (max-width: 1024px) {
    .mc-risk-framework-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mc-risk-framework-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   GATED CONTENT (Performance Page)
   ========================================================================== */

.mc-gated-content {
    text-align: center;
    padding: var(--space-16) var(--space-8);
    background: var(--v2-bg-secondary);
    border: 1px solid var(--v2-border);
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.mc-gated-content__icon {
    color: var(--v2-text-muted);
    margin-bottom: var(--space-6);
    display: flex;
    justify-content: center;
}

.mc-gated-content__icon svg {
    width: 48px;
    height: 48px;
}

.mc-gated-content__title {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 500;
    color: var(--v2-text-primary);
    margin-bottom: var(--space-4);
}

.mc-gated-content__text {
    font-size: 1rem;
    color: var(--v2-text-secondary);
    line-height: 1.7;
    margin-bottom: var(--space-8);
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.mc-gated-content__actions {
    display: flex;
    justify-content: center;
    gap: var(--space-4);
    flex-wrap: wrap;
}

/* ==========================================================================
   FORM CONFIRMATION
   ========================================================================== */

.mc-form-confirmation {
    text-align: center;
    padding: var(--space-12) var(--space-8);
    background: var(--v2-bg-secondary);
    border: 1px solid var(--v2-border);
    border-radius: 16px;
}

.mc-form-confirmation__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 197, 94, 0.1);
    color: var(--color-success, #22c55e);
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 50%;
    margin: 0 auto var(--space-6);
}

.mc-form-confirmation__title {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--v2-text-primary);
    margin-bottom: var(--space-3);
}

.mc-form-confirmation__text {
    font-size: 1rem;
    color: var(--v2-text-secondary);
    margin-bottom: var(--space-8);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================================================
   3-COLUMN LAYOUT
   ========================================================================== */

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

@media (max-width: 1024px) {
    .mc-columns-v2--3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mc-columns-v2--3 {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   LEGAL CONTENT
   ========================================================================== */

.mc-legal-content {
    max-width: 800px;
    margin: 0 auto;
}

.mc-legal-section {
    margin-bottom: var(--space-10);
    padding-bottom: var(--space-10);
    border-bottom: 1px solid var(--v2-border-light);
}

.mc-legal-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mc-legal-section h2 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--v2-text-dark);
    margin-bottom: var(--space-4);
}

.mc-legal-section h3 {
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--v2-text-dark);
    margin-top: var(--space-6);
    margin-bottom: var(--space-3);
}

.mc-legal-section p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--v2-text-muted-dark);
    margin-bottom: var(--space-4);
}

.mc-legal-section ul {
    list-style: none;
    padding: 0;
    margin: var(--space-4) 0;
}

.mc-legal-section ul li {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--v2-text-muted-dark);
    padding: var(--space-2) 0;
    padding-left: var(--space-6);
    position: relative;
}

.mc-legal-section ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--v2-text-muted-dark);
}

.mc-legal-section ul li strong {
    color: var(--v2-text-dark);
    font-weight: 500;
}

.mc-legal-section a {
    color: var(--v2-text-dark);
    text-decoration: underline;
}

.mc-legal-section a:hover {
    color: var(--v2-accent-gold);
}

.mc-legal-section--meta,
.mc-legal-section--meta:last-child {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid var(--v2-border-light);
    border-radius: 12px;
    padding: var(--space-6) !important;
    margin-top: var(--space-10);
    margin-bottom: var(--space-4);
}

.mc-legal-section--meta p {
    font-size: 0.875rem;
    color: var(--v2-text-muted-dark);
    margin-bottom: var(--space-2);
}

.mc-legal-section--meta p strong {
    color: var(--v2-text-dark);
}

.mc-legal-section--meta p:last-child {
    margin-bottom: 0;
}

.mc-legal-section--meta a {
    color: var(--v2-text-dark);
    text-decoration: underline;
}

.mc-legal-section--highlight {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0.04) 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    padding: var(--space-6);
    margin-bottom: var(--space-10);
}

.mc-legal-section--highlight h2 {
    color: #8B7025;
}

.mc-legal-section--highlight p {
    color: var(--v2-text-dark);
}

/* ==========================================================================
   INSIGHTS ARCHIVE PAGE
   ========================================================================== */

.mc-insights-archive__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-8);
}

.mc-insights-archive__grid .mc-insight-card--archive {
    flex: 0 1 calc(33.333% - var(--space-8));
    max-width: calc(33.333% - var(--space-8));
}

.mc-insight-card--archive {
    background: var(--v2-bg-white);
    border: 1px solid var(--v2-border-light);
    border-radius: 12px;
    padding: var(--space-8);
    transition: all 0.3s ease;
}

.mc-insight-card--archive:hover {
    border-color: var(--v2-accent-gold);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.mc-insight-card--archive .mc-insight-card__title {
    font-size: 1.25rem;
    margin-bottom: var(--space-3);
}

.mc-insight-card--archive .mc-insight-card__excerpt {
    font-size: 0.9375rem;
    line-height: 1.7;
    margin-bottom: var(--space-4);
}

.mc-insights-archive__empty {
    text-align: center;
    padding: var(--space-16) var(--space-8);
    background: var(--v2-bg-white);
    border: 1px solid var(--v2-border-light);
    border-radius: 16px;
}

.mc-insights-archive__empty h2 {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--v2-text-dark);
    margin-bottom: var(--space-4);
}

.mc-insights-archive__empty p {
    font-size: 1rem;
    color: var(--v2-text-muted-dark);
    max-width: 480px;
    margin: 0 auto var(--space-8);
    line-height: 1.7;
}

/* Pagination */
.mc-pagination {
    margin-top: var(--space-12);
    display: flex;
    justify-content: center;
}

.mc-pagination ul {
    display: flex;
    gap: var(--space-2);
    list-style: none;
    padding: 0;
    margin: 0;
}

.mc-pagination li a,
.mc-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 var(--space-4);
    font-size: 0.875rem;
    color: var(--v2-text-dark);
    background: var(--v2-bg-white);
    border: 1px solid var(--v2-border-light);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mc-pagination li a:hover {
    border-color: var(--v2-accent-gold);
    color: var(--v2-accent-gold);
}

.mc-pagination li .current {
    background: var(--v2-text-dark);
    color: var(--v2-text-white);
    border-color: var(--v2-text-dark);
}

/* Subscribe Box */
.mc-subscribe-box {
    text-align: center;
    padding: var(--space-12);
    background: var(--v2-bg-elevated);
    border: 1px solid var(--v2-border);
    border-radius: 20px;
}

.mc-subscribe-box__title {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--v2-text-primary);
    margin-bottom: var(--space-3);
}

.mc-subscribe-box__text {
    font-size: 1rem;
    color: var(--v2-text-secondary);
    max-width: 400px;
    margin: 0 auto var(--space-8);
}

.mc-subscribe-box__form {
    display: flex;
    justify-content: center;
    gap: var(--space-3);
    max-width: 500px;
    margin: 0 auto;
}

.mc-subscribe-box__form input {
    flex: 1;
    background: var(--v2-bg-primary);
    border: 1px solid var(--v2-border);
    color: var(--v2-text-primary);
    padding: 14px 20px;
    border-radius: 8px;
}

.mc-subscribe-box__form input:focus {
    outline: none;
    border-color: var(--v2-accent-gold);
}

.mc-subscribe-box__form input::placeholder {
    color: var(--v2-text-muted);
}

@media (max-width: 1024px) {
    .mc-insights-archive__grid .mc-insight-card--archive {
        flex: 0 1 calc(50% - var(--space-8));
        max-width: calc(50% - var(--space-8));
    }
}

@media (max-width: 768px) {
    .mc-insights-archive__grid .mc-insight-card--archive {
        flex: 0 1 100%;
        max-width: 100%;
    }

    .mc-subscribe-box__form {
        flex-direction: column;
    }
}

/* ==========================================================================
   PERFORMANCE PAGE - GATED CONTENT FIX (Cream Background)
   ========================================================================== */

.mc-section-v2--cream .mc-gated-content {
    background: var(--v2-bg-white);
    border-color: var(--v2-border-light);
}

.mc-section-v2--cream .mc-gated-content__icon {
    color: var(--v2-text-muted-dark);
}

.mc-section-v2--cream .mc-gated-content__title {
    color: var(--v2-text-dark);
}

.mc-section-v2--cream .mc-gated-content__text {
    color: var(--v2-text-muted-dark);
}

/* Fix buttons on cream/light background */
.mc-section-v2--cream .mc-btn-v2--ghost {
    color: var(--v2-text-dark);
    border-color: var(--v2-text-dark);
}

.mc-section-v2--cream .mc-btn-v2--ghost:hover {
    background: var(--v2-text-dark);
    color: var(--v2-text-white);
}

/* ==========================================================================
   Single Post - Unified Blog Layout
   ========================================================================== */
.mc-single-post {
    background: var(--color-bg-primary);
}

.mc-single-post__wrapper {
    padding-top: 140px;
}

.mc-single-post__container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}

.mc-single-post__container--wide {
    max-width: 960px;
}

/* Header */
.mc-single-post__header {
    text-align: center;
    margin-bottom: 48px;
}

.mc-single-post__categories {
    margin-bottom: 24px;
}

.mc-single-post__category {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.2s ease;
}

.mc-single-post__category:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.mc-single-post__title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
}

.mc-single-post__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
}

.mc-single-post__meta-separator {
    opacity: 0.3;
}

/* Featured Image */
.mc-single-post__featured-image {
    margin-bottom: 48px;
}

.mc-single-post__image-wrapper {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
}

.mc-single-post__image {
    width: 100%;
    height: auto;
    display: block;
}

/* Content */
.mc-single-post__content {
    margin-bottom: 48px;
}

.mc-single-post__entry {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}

.mc-single-post__entry p {
    margin-bottom: 1.5em;
}

.mc-single-post__entry h2 {
    font-size: 1.75rem;
    font-weight: 500;
    color: #fff;
    margin: 2em 0 0.75em;
    letter-spacing: -0.01em;
}

.mc-single-post__entry h3 {
    font-size: 1.375rem;
    font-weight: 500;
    color: #fff;
    margin: 1.75em 0 0.5em;
}

.mc-single-post__entry h4 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    margin: 1.5em 0 0.5em;
}

.mc-single-post__entry ul,
.mc-single-post__entry ol {
    margin: 1.5em 0;
    padding-left: 1.5em;
}

.mc-single-post__entry li {
    margin-bottom: 0.5em;
}

.mc-single-post__entry strong {
    color: #fff;
    font-weight: 600;
}

.mc-single-post__entry a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.3);
    text-underline-offset: 3px;
    transition: text-decoration-color 0.2s ease;
}

.mc-single-post__entry a:hover {
    text-decoration-color: #fff;
}

.mc-single-post__entry blockquote {
    margin: 2em 0;
    padding: 24px 32px;
    border-left: 3px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
}

.mc-single-post__entry img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 2em 0;
}

.mc-single-post__entry pre,
.mc-single-post__entry code {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 0.875em;
}

.mc-single-post__entry code {
    padding: 2px 6px;
}

.mc-single-post__entry pre {
    padding: 16px 20px;
    overflow-x: auto;
    margin: 1.5em 0;
}

.mc-single-post__entry pre code {
    padding: 0;
    background: none;
}

/* Tags */
.mc-single-post__tags {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mc-single-post__tag {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mc-single-post__tag:hover {
    color: #fff;
}

/* Author */
.mc-single-post__author {
    margin-bottom: 48px;
}

.mc-single-post__author-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 32px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}

.mc-single-post__author-avatar {
    flex-shrink: 0;
}

.mc-single-post__avatar-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.mc-single-post__author-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 4px;
}

.mc-single-post__author-name {
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 8px 0;
}

.mc-single-post__author-bio {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.6;
}

/* Navigation */
.mc-single-post__nav {
    margin-bottom: 64px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mc-single-post__nav-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.mc-single-post__nav-item--next {
    text-align: right;
}

.mc-single-post__nav-link {
    display: block;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mc-single-post__nav-link:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
}

.mc-single-post__nav-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
}

.mc-single-post__nav-title {
    display: block;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

/* Related Posts */
.mc-single-post__related {
    padding: 64px 0 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mc-single-post__related-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 32px 0;
    text-align: center;
}

.mc-single-post__related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.mc-single-post__related-card {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #13182B 0%, #0f1525 100%);
    border: 1px solid rgba(107, 140, 190, 0.15);
    transition: all 0.2s ease;
}

/* Subtle white overlay for depth */
.mc-single-post__related-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 40%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(30px);
    border-radius: inherit;
}

/* Ensure content stays above overlay */
.mc-single-post__related-card > * {
    position: relative;
    z-index: 1;
}

.mc-single-post__related-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.mc-single-post__related-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #13182B 0%, #0f1525 100%);
}

.mc-single-post__related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mc-single-post__related-card:hover .mc-single-post__related-image img {
    transform: scale(1.05);
}

.mc-single-post__related-image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc-single-post__related-image--placeholder span {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.15);
}

.mc-single-post__related-content {
    padding: 20px;
}

.mc-single-post__related-date {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
}

.mc-single-post__related-card-title {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 768px) {
    .mc-single-post__wrapper {
        padding-top: 120px;
    }

    .mc-single-post__title {
        font-size: 1.75rem;
    }

    .mc-single-post__meta {
        flex-direction: column;
        gap: 4px;
    }

    .mc-single-post__meta-separator {
        display: none;
    }

    .mc-single-post__author-card {
        flex-direction: column;
        text-align: center;
    }

    .mc-single-post__nav-grid {
        grid-template-columns: 1fr;
    }

    .mc-single-post__nav-item--next {
        text-align: left;
    }

    .mc-single-post__related-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   ADDITIONAL STYLES - Pre-Launch Revisions
   ============================================================ */

/* Portal Link Styling (for pages on light/cream backgrounds) */
.mc-portal-link {
    font-size: 0.875rem;
    color: var(--v2-text-muted-dark, #666);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
}

.mc-portal-link:hover {
    color: var(--v2-accent-gold, #C9A962);
}

/* Portal link on dark backgrounds */
.mc-section-v2--dark .mc-portal-link {
    color: var(--v2-text-muted, rgba(255, 255, 255, 0.6));
}

.mc-section-v2--dark .mc-portal-link:hover {
    color: var(--v2-accent-gold, #C9A962);
}

.mc-gated-content__portal {
    margin-top: var(--space-6);
    text-align: center;
}

.mc-editorial__portal {
    margin-top: var(--space-4);
}

/* Disclaimer Styling */
.mc-disclaimer {
    font-size: 0.875rem;
    color: var(--v2-text-muted);
    text-align: center;
    margin-top: var(--space-8);
    font-style: italic;
}

/* Insights Page - Featured Section */
.mc-page-hero--no-bottom {
    padding-bottom: 0;
}

.mc-featured-insights {
    background: var(--v2-bg-dark, #13182B);
    padding: var(--space-8) 0 var(--space-12);
}

.mc-featured-insights__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-6);
}

.mc-featured-insights__grid,
.mc-featured-insights__placeholder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
}

.mc-featured-card {
    position: relative;
    background: linear-gradient(135deg, #13182B 0%, #0f1525 100%);
    border: 1px solid rgba(107, 140, 190, 0.15);
    border-radius: 12px;
    padding: var(--space-6);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

/* Subtle white overlay for depth */
.mc-featured-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 40%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(30px);
    border-radius: inherit;
}

/* Ensure content stays above overlay */
.mc-featured-card > * {
    position: relative;
    z-index: 1;
}

.mc-featured-card:hover {
    border-color: var(--v2-accent-gold, #C9A962);
    transform: translateY(-4px);
}

.mc-featured-card--placeholder {
    opacity: 0.7;
}

.mc-featured-card__date {
    font-size: 0.75rem;
    color: var(--v2-text-muted, rgba(255, 255, 255, 0.5));
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mc-featured-card__title {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--v2-text-primary, #fff);
    margin: var(--space-3) 0;
    line-height: 1.4;
}

.mc-featured-card__excerpt {
    font-size: 0.9rem;
    color: var(--v2-text-secondary, rgba(255, 255, 255, 0.7));
    line-height: 1.6;
    margin-bottom: var(--space-4);
}

.mc-featured-card__link {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--v2-accent-gold, #C9A962);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: opacity 0.2s ease;
}

.mc-featured-card__link:hover {
    opacity: 0.8;
}

.mc-featured-insights__cta {
    text-align: center;
    margin-top: var(--space-8);
}

.mc-link-v2--dark {
    color: var(--v2-text-primary, #fff);
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
}

.mc-link-v2--dark:hover {
    color: var(--v2-accent-gold, #C9A962);
}

/* Responsive Featured Cards */
@media (max-width: 900px) {
    .mc-featured-insights__grid,
    .mc-featured-insights__placeholder {
        grid-template-columns: 1fr;
        gap: var(--space-4);
    }
}

/* Subscribe Box Light (for cream backgrounds) */
.mc-subscribe-box--light {
    background: #fff;
    border: 1px solid var(--v2-border-light, rgba(0, 0, 0, 0.1));
    border-radius: 16px;
    padding: var(--space-8);
    text-align: center;
    max-width: 600px;
    margin: var(--space-12) auto 0;
}

.mc-subscribe-box--light .mc-subscribe-box__title {
    color: var(--v2-text-dark, #13182B);
}

.mc-subscribe-box--light .mc-subscribe-box__text {
    color: var(--v2-text-muted-dark, #666);
}

/* Light Input for cream backgrounds */
.mc-form-v2__input--light {
    background: var(--v2-bg-cream, #FAF9F6);
    border: 1px solid var(--v2-border-light, rgba(0, 0, 0, 0.1));
    color: var(--v2-text-dark, #13182B);
}

.mc-form-v2__input--light::placeholder {
    color: var(--v2-text-muted-dark, #999);
}

.mc-form-v2__input--light:focus {
    border-color: var(--v2-accent-gold, #C9A962);
    outline: none;
}

/* Dark Button (for light backgrounds) */
.mc-btn-v2--dark {
    background: var(--v2-text-dark, #13182B);
    color: #fff;
    border: 1px solid var(--v2-text-dark, #13182B);
}

.mc-btn-v2--dark:hover {
    background: var(--v2-accent-gold, #C9A962);
    border-color: var(--v2-accent-gold, #C9A962);
    color: var(--v2-text-dark, #13182B);
}

/* Team Section Styling */
.mc-team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-8);
    max-width: 800px;
    margin: 0 auto;
}

.mc-team-card {
    position: relative;
    text-align: center;
    background: linear-gradient(135deg, #13182B 0%, #0f1525 100%);
    border: 1px solid rgba(107, 140, 190, 0.15);
    border-radius: 16px;
    padding: var(--space-8);
}

/* Subtle white overlay for depth */
.mc-team-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 40%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(30px);
    border-radius: inherit;
}

/* Ensure content stays above overlay */
.mc-team-card > * {
    position: relative;
    z-index: 1;
}

.mc-team-card__image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto var(--space-4);
    background: var(--v2-bg-secondary);
}

.mc-team-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc-team-card__name {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--v2-text-primary);
    margin-bottom: var(--space-1);
}

.mc-team-card__role {
    font-size: 0.875rem;
    color: var(--v2-text-muted);
    display: block;
    margin-bottom: var(--space-3);
}

.mc-team-card__bio {
    font-size: 0.9rem;
    color: var(--v2-text-secondary);
    line-height: 1.6;
    max-width: 320px;
    margin: 0 auto;
}

/* Team Grid Responsive */
@media (max-width: 640px) {
    .mc-team-grid {
        grid-template-columns: 1fr;
        gap: var(--space-10);
    }

    .mc-team-card__image {
        width: 140px;
        height: 140px;
    }
}

/* ==========================================================================
   LOGO MARK STYLES - Monet Branding
   ========================================================================== */
.mc-logo__mark {
    height: 48px;
    width: auto;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

.mc-footer--galaxy .mc-logo__mark {
    height: 48px;
}

/* Footer logo with text */
.mc-footer__brand .mc-logo {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.mc-footer__brand .mc-logo__mark {
    height: 48px;
}

/* ==========================================================================
   TEAM BIO STYLES - Justify Text
   ========================================================================== */
.mc-team-card__bio {
    text-align: justify;
}

/* ==========================================================================
   HERO LOGO GRAPHIC - Monet Logo with -25deg tilt
   ========================================================================== */
.mc-hero-v2__logo-graphic {
    width: 350px;
    height: 350px;
    position: relative;
}

.mc-hero-v2__logo-graphic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: rotate(-15deg);
    opacity: 0.12;
    filter: brightness(0) invert(1);
    position: relative;
    z-index: 2;
}

/* Curved Strokes around Hero Logo - Elegant Frame Style */
.mc-orbit {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    border: 2px solid transparent;
    filter: blur(0.5px);
}

/* Large sweep - bottom-left to top-right (main arc) */
.mc-orbit--1 {
    width: 180%;
    height: 160%;
    top: 60%;
    left: 30%;
    transform: translate(-50%, -50%) rotate(-25deg);
    border-top-color: rgba(255, 255, 255, 0.22);
    border-right-color: rgba(255, 255, 255, 0.15);
}

/* Right side arc - curves down */
.mc-orbit--2 {
    width: 160%;
    height: 140%;
    top: 40%;
    left: 70%;
    transform: translate(-50%, -50%) rotate(70deg);
    border-top-color: rgba(255, 255, 255, 0.18);
    border-right-color: rgba(255, 255, 255, 0.1);
}

/* Upper arc - gentle curve above logo */
.mc-orbit--3 {
    width: 140%;
    height: 120%;
    top: 55%;
    left: 42%;
    transform: translate(-50%, -50%) rotate(15deg);
    border-bottom-color: rgba(255, 255, 255, 0.16);
}

/* Outer large frame - top sweep */
.mc-orbit--4 {
    width: 200%;
    height: 180%;
    top: 70%;
    left: 25%;
    transform: translate(-50%, -50%) rotate(-10deg);
    border: 1.5px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.12);
    filter: blur(0.4px);
}

/* Lower left accent */
.mc-orbit--5 {
    width: 150%;
    height: 130%;
    top: 72%;
    left: 28%;
    transform: translate(-50%, -50%) rotate(50deg);
    border: 1.5px solid transparent;
    border-left-color: rgba(255, 255, 255, 0.14);
    filter: blur(0.3px);
}

/* Inner subtle frame */
.mc-orbit--6 {
    width: 120%;
    height: 100%;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(-40deg);
    border: 1px solid transparent;
    border-right-color: rgba(255, 255, 255, 0.1);
    filter: blur(0.6px);
}

/* Bottom-left accent - primary */
.mc-orbit--7 {
    width: 100%;
    height: 80%;
    top: 65%;
    left: 35%;
    transform: translate(-50%, -50%) rotate(145deg);
    border: 1px solid transparent;
    border-right-color: rgba(255, 255, 255, 0.12);
    filter: blur(0.5px);
}

/* Bottom-left accent - secondary */
.mc-orbit--8 {
    width: 100%;
    height: 80%;
    top: 75%;
    left: 25%;
    transform: translate(-50%, -50%) rotate(230deg);
    border: 1px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.1);
    filter: blur(0.6px);
}

@media (max-width: 1024px) {
    .mc-hero-v2__logo-graphic {
        width: 280px;
        height: 280px;
    }
}

@media (max-width: 768px) {
    .mc-hero-v2__logo-graphic {
        width: 200px;
        height: 200px;
    }
}

/* ==========================================================================
   DIVIDER WITH LOGO - Monet Branding Line
   ========================================================================== */
.mc-divider-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 6px 0 0 0;
    margin-top: 0;
    width: 100%;
}

/* Variant dengan blur effect untuk seamless transition (Strategy & Infrastructure pages) */
.mc-divider-logo--blur {
    position: relative;
    background: #13182B;
    overflow: hidden;
}

.mc-divider-logo--blur::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

.mc-divider-logo--blur .mc-divider-logo__line {
    position: relative;
    z-index: 1;
}

.mc-divider-logo--blur .mc-divider-logo__icon {
    position: relative;
    z-index: 1;
}

.mc-divider-logo__line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--color-border-light) 20%, var(--color-border-light) 80%, transparent 100%);
    max-width: 400px;
}

.mc-divider-logo__icon {
    padding: 0 var(--space-6);
}

.mc-divider-logo__icon img {
    height: 48px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.5;
}

/* ==========================================================================
   WATERMARK STYLES - Subtle Monet Branding (Divider Style)
   ========================================================================== */

/* Section watermark container - divider style with 2 lines + logo */
.mc-section-watermark {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.06;
}

/* Horizontal watermark (default) */
.mc-section-watermark--horizontal {
    width: 100%;
    max-width: 800px;
    left: 50%;
    transform: translateX(-50%);
}

/* Vertical watermark */
.mc-section-watermark--vertical {
    flex-direction: column;
    height: 100%;
    max-height: 600px;
    top: 50%;
    transform: translateY(-50%);
}

/* Position variants - Horizontal */
.mc-section-watermark--top {
    top: 15%;
}

.mc-section-watermark--center {
    top: 50%;
    transform: translate(-50%, -50%);
}

.mc-section-watermark--bottom {
    bottom: 15%;
    top: auto;
}

/* Position variants - Side (for vertical) */
.mc-section-watermark--left {
    left: 5%;
}

.mc-section-watermark--right {
    right: 5%;
    left: auto;
}

/* Watermark lines */
.mc-section-watermark__line {
    flex: 1;
    background: linear-gradient(90deg, transparent 0%, var(--color-border-light) 20%, var(--color-border-light) 80%, transparent 100%);
}

.mc-section-watermark--horizontal .mc-section-watermark__line {
    height: 1px;
    max-width: 300px;
}

.mc-section-watermark--vertical .mc-section-watermark__line {
    width: 1px;
    height: 100%;
    max-height: 200px;
    background: linear-gradient(180deg, transparent 0%, var(--color-border-light) 20%, var(--color-border-light) 80%, transparent 100%);
}

/* Watermark logo icon */
.mc-section-watermark__icon {
    padding: 0 var(--space-4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc-section-watermark--vertical .mc-section-watermark__icon {
    padding: var(--space-4) 0;
}

.mc-section-watermark__icon img {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.7;
}

/* Parent section needs relative positioning */
.mc-has-watermark {
    position: relative;
    overflow: hidden;
}

/* Subtle white overlay for depth */
.mc-has-watermark::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

.mc-has-watermark > *:not(.mc-section-watermark) {
    position: relative;
    z-index: 1;
}

/* Opacity variants */
.mc-section-watermark--subtle {
    opacity: 0.04;
}

.mc-section-watermark--light {
    opacity: 0.08;
}

/* Light background variant - removes white filter, uses original logo color */
.mc-section-watermark--on-light {
    opacity: 0.25;
}

.mc-section-watermark--on-light.mc-section-watermark--subtle {
    opacity: 0.15;
}

.mc-section-watermark--on-light .mc-section-watermark__icon img {
    filter: none;
    opacity: 1;
    height: 50px;
}

.mc-section-watermark--on-light .mc-section-watermark__line {
    background: linear-gradient(90deg, transparent 0%, rgba(19, 24, 43, 0.4) 20%, rgba(19, 24, 43, 0.4) 80%, transparent 100%);
}

.mc-section-watermark--on-light.mc-section-watermark--vertical .mc-section-watermark__line {
    background: linear-gradient(180deg, transparent 0%, rgba(19, 24, 43, 0.4) 20%, rgba(19, 24, 43, 0.4) 80%, transparent 100%);
}

/* Diagonal/rotated variant */
.mc-section-watermark--diagonal {
    transform: translate(-50%, -50%) rotate(-15deg);
    top: 50%;
    left: 50%;
}

/* Responsive watermark */
@media (max-width: 768px) {
    .mc-section-watermark--horizontal {
        max-width: 90%;
    }

    .mc-section-watermark__line {
        max-width: 120px;
    }

    .mc-section-watermark__icon img {
        height: 28px;
    }

    .mc-section-watermark--vertical {
        display: none;
    }
}
