/* ==========================================================================
   SignalOps Agency | Production Design System & Styles
   Aesthetics: Deep Obsidian, Electric Cyan, Neon Violet, Emerald Glassmorphism
   ========================================================================== */

:root {
    /* Color Palette */
    --bg-dark: #070a11;
    --bg-darker: #04060a;
    --bg-card: rgba(15, 23, 42, 0.7);
    --bg-card-hover: rgba(22, 33, 62, 0.85);
    --bg-glass: rgba(13, 20, 36, 0.65);
    
    --border-glass: rgba(255, 255, 255, 0.08);
    --border-glass-hover: rgba(0, 240, 255, 0.35);
    --border-subtle: rgba(255, 255, 255, 0.05);

    --primary-cyan: #00F0FF;
    --primary-cyan-dim: rgba(0, 240, 255, 0.15);
    --secondary-purple: #8A2BE2;
    --secondary-purple-dim: rgba(138, 43, 226, 0.15);
    --accent-emerald: #00DF8F;
    --accent-emerald-dim: rgba(0, 223, 143, 0.15);
    --accent-yellow: #FFB800;
    --accent-yellow-dim: rgba(255, 184, 0, 0.15);
    --accent-red: #FF4D4D;

    --text-primary: #F8FAFC;
    --text-secondary: #94A3B8;
    --text-muted: #64748B;
    --text-light: #FFFFFF;

    /* Typography */
    --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-mono: 'JetBrains Mono', monospace;

    /* Shadows & Glows */
    --glow-cyan: 0 0 25px rgba(0, 240, 255, 0.3);
    --glow-purple: 0 0 30px rgba(138, 43, 226, 0.3);
    --shadow-card: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    --shadow-modal: 0 25px 50px -12px rgba(0, 0, 0, 0.8);

    /* Transitions */
    --transition-smooth: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-full: 9999px;
}

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

html {
    scroll-behavior: smooth;
    color-scheme: dark;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

/* Typography Helpers */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-primary);
}

a {
    color: var(--primary-cyan);
    text-decoration: none;
    transition: var(--transition-smooth);
}
a:hover {
    color: #80f7ff;
}

.gradient-text {
    background: linear-gradient(135deg, var(--primary-cyan) 0%, #A855F7 50%, var(--accent-emerald) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.font-mono { font-family: var(--font-mono); }
.text-cyan { color: var(--primary-cyan) !important; }
.text-purple { color: #C084FC !important; }
.text-emerald { color: var(--accent-emerald) !important; }
.text-yellow { color: var(--accent-yellow) !important; }
.text-success { color: #25D366 !important; }
.text-muted { color: var(--text-muted) !important; }
.fw-bold { font-weight: 700 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.me-1 { margin-right: 0.25rem !important; }
.me-2 { margin-right: 0.5rem !important; }
.me-3 { margin-right: 1rem !important; }
.ms-1 { margin-left: 0.25rem !important; }
.ms-2 { margin-left: 0.5rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
.pt-3 { padding-top: 1rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 2.5rem !important; }
.fs-5 { font-size: 1.25rem !important; }
.fs-6 { font-size: 1rem !important; }
.d-flex { display: flex !important; }
.d-none { display: none !important; }
.justify-content-between { justify-content: space-between !important; }
.align-items-center { align-items: center !important; }
.flex-wrap { flex-wrap: wrap !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 1rem !important; }
.text-center { text-align: center !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.max-w-700 { max-width: 700px; }

/* Ambient Background Lights */
.ambient-glow {
    position: fixed;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.22;
}

.glow-1 {
    top: -100px;
    left: 20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--primary-cyan) 0%, transparent 70%);
}

.glow-2 {
    top: 30%;
    right: -150px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, var(--secondary-purple) 0%, transparent 70%);
}

.glow-3 {
    bottom: -100px;
    left: 10%;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, var(--accent-emerald) 0%, transparent 70%);
}

/* Glassmorphic Cards */
.glass-card {
    background: var(--bg-card);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    transition: var(--transition-smooth);
}

.glass-card:hover {
    border-color: var(--border-glass-hover);
    box-shadow: var(--glow-cyan);
}

/* Navigation Bar */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(7, 10, 17, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-glass);
    padding: 1rem 0;
}

.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--primary-cyan) 0%, var(--secondary-purple) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #04060a;
    font-size: 1.25rem;
    box-shadow: var(--glow-cyan);
}

.brand-name {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.35rem;
    color: var(--text-primary);
    letter-spacing: -0.5px;
}

.brand-name .tld {
    color: var(--primary-cyan);
}

.brand-badge {
    display: block;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--accent-emerald);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.nav-link {
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 0.95rem;
    transition: var(--transition-smooth);
}

.nav-link:hover {
    color: var(--primary-cyan);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
    font-weight: 600;
    border-radius: var(--radius-sm);
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: var(--transition-smooth);
}

.btn-primary-sm {
    background: linear-gradient(135deg, var(--primary-cyan) 0%, #3B82F6 100%);
    color: #04060a;
    padding: 0.5rem 1.15rem;
    font-size: 0.85rem;
    box-shadow: var(--glow-cyan);
}
.btn-primary-sm:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.6);
    color: #000;
}

.btn-outline-sm {
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--border-glass);
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
}
.btn-outline-sm:hover {
    border-color: var(--primary-cyan);
    color: var(--primary-cyan);
    background: var(--primary-cyan-dim);
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-cyan) 0%, #3B82F6 100%);
    color: #04060a;
    padding: 0.85rem 1.75rem;
    font-size: 1rem;
    box-shadow: var(--glow-cyan);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0, 240, 255, 0.7);
    color: #000;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-primary);
    border: 1px solid var(--border-glass);
    padding: 0.85rem 1.75rem;
    font-size: 1rem;
}
.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: var(--radius-md);
}

.btn-block {
    width: 100%;
}

.pulse-glow {
    animation: buttonPulse 2.5s infinite;
}

@keyframes buttonPulse {
    0%, 100% { box-shadow: 0 0 15px rgba(0, 240, 255, 0.3); }
    50% { box-shadow: 0 0 30px rgba(0, 240, 255, 0.7); }
}

/* Hero Section */
.hero-section {
    position: relative;
    padding: 4rem 1.5rem 6rem;
    z-index: 1;
    text-align: center;
}

.hero-container {
    max-width: 1100px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(0, 240, 255, 0.08);
    border: 1px solid rgba(0, 240, 255, 0.25);
    padding: 0.4rem 1rem;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-cyan);
    box-shadow: 0 0 10px var(--primary-cyan);
    animation: dotBlink 1.5s infinite;
}

@keyframes dotBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.25rem);
    letter-spacing: -1.5px;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    max-width: 850px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
}

.hero-subtitle strong {
    color: var(--text-primary);
}

.hero-cta-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.hero-chips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 3.5rem;
}

.chip {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-glass);
    padding: 0.4rem 0.9rem;
    border-radius: var(--radius-full);
    font-size: 0.825rem;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Hero Architecture Mockup Card */
.hero-mockup-wrapper {
    margin-top: 1rem;
    perspective: 1000px;
}

.hero-mockup {
    border-radius: var(--radius-lg);
    background: rgba(10, 16, 30, 0.9);
    border: 1px solid rgba(0, 240, 255, 0.2);
    overflow: hidden;
    text-align: left;
}

.mockup-header {
    background: rgba(6, 10, 20, 0.95);
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid var(--border-glass);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.window-dots {
    display: flex;
    gap: 6px;
}
.dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.dot-red { background: #FF5F56; }
.dot-yellow { background: #FFBD2E; }
.dot-green { background: #27C93F; }

.mockup-tab-title {
    font-family: var(--font-mono);
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.status-indicator {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--accent-emerald);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.live-pulse {
    width: 6px;
    height: 6px;
    background: var(--accent-emerald);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--accent-emerald);
}

.mockup-body-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
}

.mockup-column {
    background: rgba(13, 20, 38, 0.7);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-md);
    padding: 1.25rem;
}

.column-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-glass);
}

.badge-odoo {
    background: #714B67;
    color: #fff;
    padding: 0.25rem 0.6rem;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 700;
}

.badge-wa {
    background: #25D366;
    color: #04060a;
    padding: 0.25rem 0.6rem;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 700;
}

.badge-model {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    color: var(--text-secondary);
}

.crm-stat-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.crm-stat {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-glass);
    padding: 0.75rem 0.5rem;
    border-radius: var(--radius-sm);
    text-align: center;
}

.stat-num {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 800;
}

.stat-label {
    font-size: 0.68rem;
    color: var(--text-muted);
    line-height: 1.2;
}

.crm-lead-preview {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.lead-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-glass);
    border-left: 3px solid var(--primary-cyan);
    border-radius: 6px;
    padding: 0.65rem 0.85rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lead-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(0, 240, 255, 0.1);
    color: var(--primary-cyan);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
}

.lead-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.lead-info strong {
    font-size: 0.85rem;
}

.lead-info span {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.badge-status {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: var(--radius-full);
}

.badge-verified {
    background: var(--accent-emerald-dim);
    color: var(--accent-emerald);
    border: 1px solid rgba(0, 223, 143, 0.3);
}

.badge-replied {
    background: var(--primary-cyan-dim);
    color: var(--primary-cyan);
    border: 1px solid rgba(0, 240, 255, 0.3);
}

.badge-pending {
    background: var(--accent-yellow-dim);
    color: var(--accent-yellow);
    border: 1px solid rgba(255, 184, 0, 0.3);
}

/* Chat bubble styling */
.chat-feed-box {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.chat-bubble {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-sm);
    padding: 0.75rem;
    font-size: 0.825rem;
    position: relative;
}

.bot-bubble {
    background: rgba(18, 140, 126, 0.15);
    border-left: 3px solid #25D366;
}

.highlight-bubble {
    background: rgba(0, 240, 255, 0.1);
    border-left: 3px solid var(--primary-cyan);
}

.user-bubble {
    background: rgba(138, 43, 226, 0.15);
    border-left: 3px solid var(--secondary-purple);
    margin-left: 1.5rem;
}

.bubble-sender {
    font-weight: 700;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
    color: var(--text-secondary);
}

.bubble-time {
    display: block;
    text-align: right;
    font-size: 0.65rem;
    color: var(--text-muted);
    margin-top: 0.3rem;
}

/* Sections */
.section-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 6rem 1.5rem;
    position: relative;
    z-index: 1;
}

.bg-darker {
    background-color: var(--bg-darker);
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
}

.section-header {
    max-width: 800px;
    margin: 0 auto 4rem;
}

.section-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-cyan);
    margin-bottom: 0.75rem;
}

.section-title {
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    letter-spacing: -0.75px;
    margin-bottom: 1rem;
}

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

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.75rem;
}

.feature-card {
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
}

.bg-cyan { background: var(--primary-cyan-dim); color: var(--primary-cyan); }
.bg-purple { background: var(--secondary-purple-dim); color: #C084FC; }
.bg-emerald { background: var(--accent-emerald-dim); color: var(--accent-emerald); }

.feature-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.feature-text {
    color: var(--text-secondary);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    flex: 1;
}

.feature-metric {
    font-size: 0.85rem;
    color: var(--text-muted);
    border-top: 1px solid var(--border-glass);
    padding-top: 0.75rem;
}

.feature-metric strong {
    color: var(--primary-cyan);
}

/* 12-Step Stepper */
.workflow-stepper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.workflow-step {
    background: var(--bg-card);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    position: relative;
    transition: var(--transition-smooth);
}

.workflow-step:hover {
    border-color: var(--primary-cyan);
    transform: translateY(-3px);
}

.step-num {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--primary-cyan);
    margin-bottom: 0.75rem;
}

.step-content h4 {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}

.step-content p {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.step-highlight {
    border-color: var(--accent-emerald);
    background: rgba(0, 223, 143, 0.05);
}

.code-pill {
    background: rgba(255, 255, 255, 0.08);
    font-family: var(--font-mono);
    font-size: 0.75rem;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    color: var(--primary-cyan);
}

/* Banner Demo Callout */
.banner-demo-card {
    background: radial-gradient(circle at center, rgba(0, 240, 255, 0.08) 0%, rgba(15, 23, 42, 0.8) 100%);
    border: 1px solid rgba(0, 240, 255, 0.3);
}

/* Calculator */
.calc-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 2.5rem;
    padding: 2.5rem;
}

.calc-group {
    margin-bottom: 2rem;
}

.calc-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.calc-label-row label {
    font-weight: 600;
    font-size: 0.95rem;
}

.calc-val-badge {
    background: var(--primary-cyan-dim);
    color: var(--primary-cyan);
    padding: 0.25rem 0.65rem;
    border-radius: var(--radius-full);
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 0.85rem;
}

.calc-slider {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #1E293B;
    outline: none;
    -webkit-appearance: none;
}

.calc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--primary-cyan);
    cursor: pointer;
    box-shadow: 0 0 10px var(--primary-cyan);
}

.calc-select {
    width: 100%;
    background: #0F172A;
    border: 1px solid var(--border-glass);
    color: var(--text-primary);
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 0.95rem;
    outline: none;
}

.calc-results-col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.result-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-glass);
}
.result-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.res-label {
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.res-number {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 800;
}

.roi-summary-card {
    background: rgba(0, 223, 143, 0.05);
    border: 1px solid rgba(0, 223, 143, 0.25);
    border-radius: var(--radius-md);
    padding: 1.5rem;
}

.roi-badge {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 0.4rem;
}

.roi-headline {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.roi-subtext {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 1.25rem;
}

/* Pricing Card */
.pricing-plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.pricing-card {
    width: 100%;
    padding: 2.5rem 2rem;
    position: relative;
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
}

.featured-pricing {
    border: 2px solid var(--primary-cyan);
    box-shadow: 0 0 40px rgba(0, 240, 255, 0.2);
}

.enterprise-card {
    border: 1px solid rgba(138, 43, 226, 0.4);
    background: rgba(13, 18, 35, 0.75);
}
.enterprise-card:hover {
    border-color: rgba(138, 43, 226, 0.8);
    box-shadow: 0 0 35px rgba(138, 43, 226, 0.25);
}

.pricing-badge-popular {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--primary-cyan) 0%, var(--secondary-purple) 100%);
    color: #04060a;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 1px;
    padding: 0.35rem 1.25rem;
    border-radius: var(--radius-full);
}

.pricing-badge-enterprise {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #8A2BE2 0%, #3B82F6 100%);
    color: #fff;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 1px;
    padding: 0.35rem 1.25rem;
    border-radius: var(--radius-full);
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}

.plan-name {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.plan-desc {
    color: var(--text-secondary);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
}

.plan-price .currency {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-cyan);
}

.plan-price .amount {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    color: #fff;
}

.plan-price .period {
    color: var(--text-muted);
    font-size: 1.1rem;
}

.plan-features-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.plan-features-list li {
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pricing-footer-note {
    text-align: center;
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: 1rem;
}

/* FAQ */
.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    cursor: pointer;
    overflow: hidden;
    padding: 1.25rem 1.5rem;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.05rem;
}

.faq-icon {
    transition: transform 0.3s ease;
    color: var(--primary-cyan);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, margin-top 0.3s ease;
    color: var(--text-secondary);
    font-size: 0.95rem;
}

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

.faq-item.active .faq-answer {
    max-height: 250px;
    margin-top: 1rem;
}

/* Footer */
.footer {
    background: #030509;
    border-top: 1px solid var(--border-subtle);
    padding: 4rem 1.5rem 2rem;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-col h5 {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
    color: var(--text-primary);
}

.footer-col a {
    display: block;
    color: var(--text-muted);
    font-size: 0.875rem;
    margin-bottom: 0.6rem;
}
.footer-col a:hover {
    color: var(--primary-cyan);
}

.compliance-badge {
    margin-top: 1rem;
    font-size: 0.75rem;
    color: var(--text-secondary);
    background: rgba(255, 255, 255, 0.03);
    padding: 0.4rem 0.75rem;
    border-radius: var(--radius-full);
    display: inline-block;
}

.footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid var(--border-subtle);
    text-align: center;
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* Multi-Step Wizard Modal */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(3, 6, 12, 0.85);
    backdrop-filter: blur(8px);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.modal-backdrop.show {
    display: flex;
}

.modal-box {
    width: 100%;
    max-width: 620px;
    background: #0B111E;
    border: 1px solid rgba(0, 240, 255, 0.3);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-modal);
    padding: 2rem;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-glass);
}

.modal-title {
    font-size: 1.35rem;
}

.modal-subtitle {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.modal-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--primary-cyan-dim);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.modal-close {
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.25rem;
}
.modal-close:hover {
    color: #fff;
}

/* Wizard Progress Bar */
.wizard-progress-bar-wrap {
    height: 4px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 2px;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.wizard-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-cyan) 0%, var(--secondary-purple) 100%);
    transition: width 0.3s ease;
}

.wizard-step {
    display: none;
}

.wizard-step.active {
    display: block;
    animation: fadeInStep 0.25s ease-in-out;
}

@keyframes fadeInStep {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.wizard-step-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.wizard-nav-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    margin-bottom: 1.15rem;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--text-secondary);
}

.form-control {
    width: 100%;
    background: #070B14;
    border: 1px solid var(--border-glass);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    outline: none;
    transition: var(--transition-smooth);
}

.form-control:focus {
    border-color: var(--primary-cyan);
    box-shadow: 0 0 10px rgba(0, 240, 255, 0.2);
}

.form-hint {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
}

.squad-summary-box {
    background: rgba(0, 240, 255, 0.04);
    border: 1px solid rgba(0, 240, 255, 0.2);
    border-radius: var(--radius-sm);
}

.summary-line {
    font-size: 0.85rem;
    margin-bottom: 0.35rem;
}

.order-summary-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-sm);
    padding: 1rem;
    margin: 1.5rem 0;
}

.order-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
}

.order-divider {
    height: 1px;
    background: var(--border-glass);
    margin: 0.6rem 0;
}

.order-total {
    font-size: 1rem;
    font-weight: 700;
}

/* ==========================================================================
   Live Demo Page Specific Styles (Filament / Mission Control Layout)
   ========================================================================== */
.demo-body {
    background-color: #06090F;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.demo-top-nav {
    height: 60px;
    background: #090E17;
    border-bottom: 1px solid var(--border-glass);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    flex-shrink: 0;
}

.demo-nav-left {
    display: flex;
    align-items: center;
}

.demo-env-badge {
    background: rgba(0, 240, 255, 0.08);
    border: 1px solid rgba(0, 240, 255, 0.2);
    padding: 0.3rem 0.75rem;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-cyan);
}

.demo-nav-center {
    display: flex;
    gap: 1.5rem;
}

.vps-telemetry {
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.demo-app-shell {
    display: flex;
    flex: 1;
    overflow: hidden;
}

/* Sidebar */
.demo-sidebar {
    width: 260px;
    background: #080C14;
    border-right: 1px solid var(--border-glass);
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1rem;
    flex-shrink: 0;
}

.sidebar-section-title {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
    padding-left: 0.5rem;
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.sidebar-item {
    background: transparent;
    border: none;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.85rem;
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    cursor: pointer;
    text-align: left;
    transition: var(--transition-smooth);
    width: 100%;
}

.sidebar-item:hover {
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-primary);
}

.sidebar-item.active {
    background: var(--primary-cyan-dim);
    color: var(--primary-cyan);
    font-weight: 600;
}

.sidebar-badge {
    margin-left: auto;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.15rem 0.45rem;
    border-radius: var(--radius-full);
}

.bg-yellow-dim {
    background: var(--accent-yellow-dim);
}

.status-dot-green {
    margin-left: auto;
    width: 6px;
    height: 6px;
    background: var(--accent-emerald);
    border-radius: 50%;
    box-shadow: 0 0 6px var(--accent-emerald);
}

.sidebar-workspace-card {
    margin-top: auto;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-sm);
    padding: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.workspace-avatar {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: var(--secondary-purple);
    color: #fff;
    font-weight: 800;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workspace-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.workspace-info strong { font-size: 0.8rem; }
.workspace-info small { font-size: 0.7rem; color: var(--text-muted); }

.badge-plan {
    font-size: 0.7rem;
    font-weight: 700;
    background: var(--primary-cyan-dim);
    color: var(--primary-cyan);
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
}

/* Main Viewport */
.demo-content-area {
    flex: 1;
    padding: 2rem;
    overflow-y: auto;
    background: #06090F;
}

.demo-view {
    display: none;
}

.demo-view.active {
    display: block;
    animation: fadeInStep 0.2s ease-in-out;
}

.view-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.view-title {
    font-size: 1.6rem;
    margin-bottom: 0.25rem;
}

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

.view-actions {
    display: flex;
    gap: 0.75rem;
}

/* Metrics Ribbon */
.metrics-ribbon {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.metric-card {
    padding: 1.25rem;
}

.metric-label {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.metric-val {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0.25rem 0;
}

.metric-sub {
    font-size: 0.75rem;
}

/* Calendar Sync Banner */
.calendar-sync-banner {
    background: rgba(0, 240, 255, 0.03);
    border: 1px solid rgba(0, 240, 255, 0.2);
}

.sync-pill {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-glass);
    padding: 0.35rem 0.75rem;
    border-radius: var(--radius-full);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-secondary);
}

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

/* Kanban Board */
.kanban-board {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.kanban-col {
    background: rgba(10, 15, 26, 0.7);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-md);
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.kanban-col-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-glass);
}

.count-pill {
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.7rem;
    padding: 0.1rem 0.45rem;
    border-radius: var(--radius-full);
}

.bg-emerald {
    background: var(--accent-emerald) !important;
    color: #04060a !important;
}

.kanban-cards {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.kanban-card {
    background: #0D1322;
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-sm);
    padding: 0.85rem;
    transition: var(--transition-smooth);
}

.kanban-card:hover {
    border-color: var(--primary-cyan);
    transform: translateY(-2px);
}

.kanban-card h4 {
    font-size: 0.95rem;
    margin: 0.4rem 0 0.2rem;
}

.card-desc {
    font-size: 0.78rem;
    color: var(--text-secondary);
    line-height: 1.4;
    margin-bottom: 0.6rem;
}

.card-tags {
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.tag-jurisdiction, .tag-headcount, .tag-compliance, .tag-sent, .tag-booked {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
}

.tag-jurisdiction { background: rgba(0, 240, 255, 0.1); color: var(--primary-cyan); }
.tag-headcount { background: rgba(255, 255, 255, 0.05); color: var(--text-muted); }
.tag-compliance { background: rgba(138, 43, 226, 0.15); color: #C084FC; }
.tag-sent { background: rgba(0, 223, 143, 0.1); color: var(--accent-emerald); }
.tag-booked { background: var(--accent-emerald); color: #04060a; }

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.btn-micro {
    background: transparent;
    border: 1px solid var(--border-glass);
    color: var(--text-primary);
    font-size: 0.72rem;
    padding: 0.25rem 0.55rem;
    border-radius: 4px;
    cursor: pointer;
}

.btn-micro-primary {
    background: var(--secondary-purple-dim);
    color: #C084FC;
    border-color: rgba(138, 43, 226, 0.3);
}

/* Filament Table */
.table-responsive {
    overflow-x: auto;
}

.filament-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.88rem;
}

.filament-table th {
    background: rgba(255, 255, 255, 0.02);
    color: var(--text-muted);
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--border-glass);
}

.filament-table td {
    padding: 1rem;
    border-bottom: 1px solid var(--border-subtle);
    color: var(--text-primary);
}

.filament-table tr:hover td {
    background: rgba(255, 255, 255, 0.02);
}

.company-badge {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(0, 240, 255, 0.1);
    color: var(--primary-cyan);
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-tag {
    display: inline-block;
    font-size: 0.7rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    color: var(--text-secondary);
    margin-right: 0.25rem;
}

.btn-table-action {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-glass);
    color: var(--text-primary);
    font-size: 0.78rem;
    padding: 0.3rem 0.75rem;
    border-radius: var(--radius-sm);
    cursor: pointer;
}
.btn-table-action:hover {
    border-color: var(--primary-cyan);
    color: var(--primary-cyan);
}

/* Squad Grid */
.squad-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.squad-card {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
}

.squad-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.squad-badge {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--text-muted);
    margin-bottom: 0.35rem;
}

.squad-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.squad-bio {
    color: var(--text-secondary);
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    flex: 1;
}

.squad-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.78rem;
    border-top: 1px solid var(--border-glass);
    padding-top: 0.75rem;
}

/* Approvals & Email Preview */
.approval-card {
    padding: 1.5rem;
}

.approval-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-glass);
}

.email-preview-box {
    background: #04060B;
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-sm);
    padding: 1.25rem;
    font-size: 0.88rem;
    margin-bottom: 1.25rem;
}

.email-subject {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.email-content p {
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.approval-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

/* Timeline */
.activity-timeline {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.timeline-item {
    display: flex;
    gap: 1rem;
}

.tl-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.tl-content strong {
    font-size: 0.9rem;
}

.tl-time {
    font-size: 0.7rem;
    color: var(--text-muted);
}

/* Responsive Overrides */
@media (max-width: 1100px) {
    .kanban-board, .metrics-ribbon, .squad-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .demo-app-shell {
        flex-direction: column;
    }
    .demo-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--border-glass);
    }
    .kanban-board, .metrics-ribbon, .squad-grid {
        grid-template-columns: 1fr;
    }
}
