/* Executive Dashboard Demo Styles */
/* Strategic StratSync Demo - Enhanced Visual Presentation */

/* Demo Container */
.demo-container {
    background: var(--command-primary);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* Demo Navigation */
.demo-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(59, 130, 246, 0.3);
    z-index: 1000;
    padding: 0.75rem 0;
}

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

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

.demo-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.demo-logo img {
    height: 32px;
}

.demo-badge {
    background: var(--command-amber);
    color: var(--command-navy);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.demo-title {
    color: #e2e8f0;
    font-weight: 600;
    font-size: 1.1rem;
}

.demo-nav-right {
    display: flex;
    gap: 1rem;
}

.demo-feature-btn, .demo-close-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.demo-feature-btn {
    background: var(--command-accent);
    color: white;
}

.demo-feature-btn:hover {
    background: var(--command-blue);
    transform: translateY(-1px);
}

.demo-close-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.demo-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
}

/* Demo Dashboard */
.demo-dashboard {
    margin-top: 80px;
    padding: 2rem;
    position: relative;
}

.research-source {
    color: #94a3b8;
    font-style: italic;
    display: block;
    margin-top: 0.25rem;
}

/* Demo Buttons */
.demo-btn {
    cursor: pointer;
    position: relative;
}

.demo-btn::after {
    content: '👆 Try this in full version';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--command-amber);
    color: var(--command-navy);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 100;
}

.demo-btn:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(5px);
}

/* EXECUTIVE SUCCESS BANNER - WOW FACTOR REDESIGN */
.executive-banner {
    background: 
        linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #0c4a6e 50%, #1d4ed8 75%, #7c3aed 100%),
        radial-gradient(circle at 30% 40%, rgba(16, 185, 129, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(59, 130, 246, 0.2) 0%, transparent 50%);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(59, 130, 246, 0.3);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.25),
        0 0 80px rgba(59, 130, 246, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Animated mesh background */
.executive-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    background: 
        conic-gradient(from 0deg at 20% 50%, transparent, rgba(16, 185, 129, 0.1) 50%, transparent),
        conic-gradient(from 90deg at 80% 30%, transparent, rgba(139, 92, 246, 0.1) 30%, transparent),
        conic-gradient(from 180deg at 60% 80%, transparent, rgba(59, 130, 246, 0.1) 40%, transparent);
    animation: rotate-mesh 30s linear infinite;
    pointer-events: none;
}

/* Floating elements animation */
.executive-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(2px 2px at 20% 30%, rgba(255, 255, 255, 0.3), transparent),
        radial-gradient(1px 1px at 40% 70%, rgba(59, 130, 246, 0.4), transparent),
        radial-gradient(2px 2px at 90% 40%, rgba(16, 185, 129, 0.3), transparent),
        radial-gradient(1px 1px at 60% 10%, rgba(139, 92, 246, 0.4), transparent);
    background-size: 100px 100px, 80px 80px, 120px 120px, 90px 90px;
    animation: float-particles 25s ease-in-out infinite;
    pointer-events: none;
}

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

@keyframes float-particles {
    0%, 100% { transform: translateY(0px); opacity: 0.3; }
    25% { transform: translateY(-10px); opacity: 0.6; }
    50% { transform: translateY(-5px); opacity: 0.4; }
    75% { transform: translateY(-15px); opacity: 0.7; }
}

.success-hero {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 1.5rem;
}

/* Dramatic success badge with glow */
.success-badge-large {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 
        0 0 30px rgba(16, 185, 129, 0.6),
        0 4px 20px rgba(16, 185, 129, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    animation: success-glow 2s ease-in-out infinite alternate;
    border: 1px solid rgba(16, 185, 129, 0.5);
}

.success-badge-large i {
    font-size: 1rem;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

@keyframes success-glow {
    0% { 
        box-shadow: 
            0 0 30px rgba(16, 185, 129, 0.6),
            0 4px 20px rgba(16, 185, 129, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    100% { 
        box-shadow: 
            0 0 40px rgba(16, 185, 129, 0.8),
            0 8px 30px rgba(16, 185, 129, 0.5),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
}

/* Compelling headline with dramatic typography */
.success-headline {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 900;
    color: transparent;
    margin: 0 0 0.75rem;
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 25%, #60a5fa 50%, #3b82f6 75%, #1d4ed8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 0 0 30px rgba(59, 130, 246, 0.3);
    animation: headline-glow 3s ease-in-out infinite alternate;
    position: relative;
}

.success-headline::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #10b981, transparent);
    border-radius: 2px;
    animation: underline-expand 2s ease-in-out infinite;
}

@keyframes headline-glow {
    0% { filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.3)); }
    100% { filter: drop-shadow(0 0 20px rgba(59, 130, 246, 0.6)); }
}

@keyframes underline-expand {
    0%, 100% { width: 60px; opacity: 0.7; }
    50% { width: 120px; opacity: 1; }
}

/* Enhanced subheadline with better readability */
.success-subheadline {
    font-size: 0.95rem;
    color: #cbd5e1;
    margin-bottom: 1.5rem;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* WOW FACTOR IMPACT METRICS - Dramatic Visual Cards */
.impact-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    max-width: 650px;
    margin: 0 auto;
    perspective: 1000px;
}

.impact-card {
    background: 
        linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.98) 100%),
        linear-gradient(45deg, rgba(16, 185, 129, 0.05) 0%, rgba(59, 130, 246, 0.05) 50%, rgba(139, 92, 246, 0.05) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

/* Glowing border animation */
.impact-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        transparent, 
        rgba(16, 185, 129, 0.8), 
        transparent, 
        rgba(59, 130, 246, 0.8), 
        transparent, 
        rgba(139, 92, 246, 0.8), 
        transparent
    );
    border-radius: 16px;
    opacity: 0;
    z-index: -1;
    animation: border-glow 3s ease-in-out infinite;
    transition: opacity 0.3s ease;
}

.impact-card:hover::before {
    opacity: 1;
}

.impact-card:hover {
    transform: translateY(-15px) rotateX(10deg) scale(1.05);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.4),
        0 0 50px rgba(59, 130, 246, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-color: rgba(59, 130, 246, 0.5);
}

/* Individual card themes */
.impact-card.revenue {
    border-left: 4px solid #10b981;
}

.impact-card.revenue:hover {
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.4),
        0 0 50px rgba(16, 185, 129, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.impact-card.expansion {
    border-left: 4px solid #3b82f6;
}

.impact-card.strategy {
    border-left: 4px solid #8b5cf6;
}

.impact-card.strategy:hover {
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.4),
        0 0 50px rgba(139, 92, 246, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Dramatic icons with glow */
.impact-icon {
    width: 60px;
    height: 60px;
    background: 
        linear-gradient(135deg, #1d4ed8 0%, #3b82f6 50%, #60a5fa 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: white;
    box-shadow: 
        0 10px 30px rgba(59, 130, 246, 0.4),
        0 0 20px rgba(59, 130, 246, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    position: relative;
}

.impact-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
    border-radius: 20px;
    opacity: 0;
    animation: icon-shine 2s ease-in-out infinite;
}

@keyframes icon-shine {
    0%, 100% { opacity: 0; transform: translateX(-100%); }
    50% { opacity: 1; transform: translateX(100%); }
}

.impact-card:hover .impact-icon {
    transform: scale(1.1) rotateY(25deg);
    box-shadow: 
        0 15px 40px rgba(59, 130, 246, 0.5),
        0 0 30px rgba(59, 130, 246, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

/* Stunning impact values */
.impact-value {
    font-size: 2.5rem;
    font-weight: 900;
    color: transparent;
    background: linear-gradient(135deg, #ffffff 0%, #60a5fa 50%, #3b82f6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
    font-feature-settings: 'tnum';
    position: relative;
    animation: value-pulse 3s ease-in-out infinite;
}

@keyframes value-pulse {
    0%, 100% { filter: drop-shadow(0 0 5px rgba(59, 130, 246, 0.3)); }
    50% { filter: drop-shadow(0 0 15px rgba(59, 130, 246, 0.6)); }
}

/* Enhanced labels */
.impact-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #e2e8f0;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.impact-detail {
    font-size: 0.7rem;
    color: #94a3b8;
    font-style: italic;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@keyframes border-glow {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Enhanced Transformation Journey */
.transformation-journey {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
}

.journey-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.journey-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    position: relative;
}

.timeline-step {
    text-align: center;
    position: relative;
}

.timeline-step::after {
    content: '';
    position: absolute;
    top: 25px;
    right: -1rem;
    width: 2rem;
    height: 2px;
    background: linear-gradient(90deg, #10b981, #3b82f6);
    opacity: 0.6;
}

.timeline-step:last-child::after { 
    display: none; 
}

.step-marker {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-weight: 700;
    color: white;
    font-size: 1.4rem;
    box-shadow: 
        0 8px 25px rgba(16, 185, 129, 0.4),
        0 0 0 3px rgba(16, 185, 129, 0.2);
    transition: all 0.3s ease;
}

.timeline-step:hover .step-marker {
    transform: scale(1.1);
    box-shadow: 
        0 12px 35px rgba(16, 185, 129, 0.5),
        0 0 0 4px rgba(16, 185, 129, 0.3);
}

.step-title {
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.step-desc {
    color: #cbd5e1;
    font-size: 0.85rem;
    line-height: 1.4;
}

/* STRATEGIC INTELLIGENCE SHOWCASE - COMPLETELY REDESIGNED */
.intelligence-categories {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
}

.category-section {
    background: 
        linear-gradient(135deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 41, 59, 0.95) 100%),
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.1), transparent 60%);
    backdrop-filter: blur(25px);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 0 100px rgba(59, 130, 246, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Animated top border */
.category-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        #10b981 0%, 
        #3b82f6 25%, 
        #8b5cf6 50%, 
        #ec4899 75%, 
        #f59e0b 100%
    );
    background-size: 200% 100%;
    animation: gradient-shift 4s ease-in-out infinite;
    border-radius: 20px 20px 0 0;
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.category-section:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.4),
        0 0 120px rgba(59, 130, 246, 0.1),
        inset 0 2px 0 rgba(255, 255, 255, 0.15);
    border-color: rgba(59, 130, 246, 0.3);
}

/* Streamlined header */
.category-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Smaller, more refined icons */
.category-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 50%, #60a5fa 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    box-shadow: 
        0 10px 30px rgba(59, 130, 246, 0.4),
        0 0 20px rgba(59, 130, 246, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.category-section:hover .category-icon {
    transform: rotateY(20deg) scale(1.1);
    box-shadow: 
        0 15px 40px rgba(59, 130, 246, 0.5),
        0 0 30px rgba(59, 130, 246, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

/* Better typography hierarchy */
.category-title {
    flex: 1;
}

.category-title h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    margin: 0 0 0.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.01em;
}

.category-title p {
    color: #94a3b8;
    font-size: 0.95rem;
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
}

/* Dramatic status badges */
.category-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.category-status.success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    box-shadow: 
        0 0 25px rgba(16, 185, 129, 0.6),
        0 4px 15px rgba(16, 185, 129, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    animation: success-pulse 3s ease-in-out infinite;
}

@keyframes success-pulse {
    0%, 100% { 
        box-shadow: 
            0 0 25px rgba(16, 185, 129, 0.6),
            0 4px 15px rgba(16, 185, 129, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    50% { 
        box-shadow: 
            0 0 35px rgba(16, 185, 129, 0.8),
            0 8px 25px rgba(16, 185, 129, 0.4),
            inset 0 2px 0 rgba(255, 255, 255, 0.3);
        transform: scale(1.05);
    }
}

.category-status.breakthrough {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #dc2626 100%);
    color: white;
    box-shadow: 
        0 0 30px rgba(245, 158, 11, 0.7),
        0 4px 15px rgba(220, 38, 38, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    animation: breakthrough-flash 2s ease-in-out infinite;
}

@keyframes breakthrough-flash {
    0%, 100% { 
        box-shadow: 
            0 0 30px rgba(245, 158, 11, 0.7),
            0 4px 15px rgba(220, 38, 38, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
        transform: scale(1);
    }
    25%, 75% { 
        box-shadow: 
            0 0 40px rgba(245, 158, 11, 0.9),
            0 8px 25px rgba(220, 38, 38, 0.5),
            inset 0 2px 0 rgba(255, 255, 255, 0.3);
        transform: scale(1.08);
    }
    50% {
        box-shadow: 
            0 0 50px rgba(245, 158, 11, 1),
            0 12px 35px rgba(220, 38, 38, 0.6),
            inset 0 3px 0 rgba(255, 255, 255, 0.4);
        transform: scale(1.12);
    }
}

/* Enhanced Location Intelligence */
.location-results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

.location-insight {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.location-insight:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.3);
}

.location-insight.success {
    border-color: rgba(34, 197, 94, 0.4);
    background: rgba(34, 197, 94, 0.1);
}

.location-insight.success:hover {
    border-color: rgba(34, 197, 94, 0.6);
    box-shadow: 0 8px 30px rgba(34, 197, 94, 0.3);
}

.location-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.metric-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #60a5fa;
    text-shadow: 0 2px 10px rgba(96, 165, 250, 0.3);
}

.metric-value.success {
    color: #4ade80;
    font-size: 2rem;
    text-shadow: 0 2px 10px rgba(74, 222, 128, 0.3);
}

.metric-label {
    font-size: 0.8rem;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.5rem;
}

.location-finding h4 {
    color: #f1f5f9;
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
    font-weight: 600;
}

.location-finding p {
    color: #e2e8f0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.expansion-results {
    grid-column: span 2;
    display: flex;
    justify-content: space-around;
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 16px;
    padding: 2rem;
    margin-top: 1.5rem;
    backdrop-filter: blur(10px);
}

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

.result-value {
    font-size: 2.2rem;
    font-weight: 800;
    color: #4ade80;
    display: block;
    text-shadow: 0 2px 10px rgba(74, 222, 128, 0.3);
}

.result-label {
    font-size: 0.8rem;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.5rem;
}

/* Enhanced Feature Callouts */
.feature-callouts {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 500;
}

.feature-callout {
    position: absolute;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(59, 130, 246, 0.3);
    max-width: 360px;
    opacity: 0;
    transform: scale(0.8) translateY(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: auto;
}

.feature-callout.active {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.callout-number {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 
        0 8px 25px rgba(59, 130, 246, 0.4),
        0 0 0 3px rgba(255, 255, 255, 1);
}

.callout-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 0.75rem 0;
}

.callout-content p {
    font-size: 0.95rem;
    color: #4b5563;
    margin: 0 0 1rem 0;
    line-height: 1.6;
}

.callout-highlight {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    padding: 0.75rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

/* Enhanced Feature Tour Control */
.feature-tour-control {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15, 23, 42, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 1.5rem 2rem;
    border: 1px solid rgba(59, 130, 246, 0.3);
    z-index: 600;
    min-width: 450px;
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(59, 130, 246, 0.2);
}

.tour-progress {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.tour-step {
    color: #e2e8f0;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
}

.tour-progress-bar {
    flex: 1;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    overflow: hidden;
}

.tour-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #10b981);
    width: 25%;
    transition: width 0.4s ease;
    border-radius: 3px;
}

.tour-controls {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.tour-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tour-next, .tour-prev {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.tour-next:hover, .tour-prev:hover {
    background: linear-gradient(135deg, #10b981, #059669);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.tour-skip {
    background: transparent;
    color: #94a3b8;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tour-skip:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-color: rgba(255, 255, 255, 0.4);
}

/* Enhanced CTA Footer */
.demo-cta-footer {
    background: linear-gradient(135deg, var(--command-navy) 0%, var(--command-charcoal) 100%);
    border-top: 1px solid rgba(59, 130, 246, 0.3);
    padding: 3rem;
    margin-top: 5rem;
    position: relative;
}

.demo-cta-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 25%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.demo-cta-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    position: relative;
    z-index: 2;
}

.demo-cta-text h3 {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin: 0 0 1rem 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.demo-cta-text p {
    color: #94a3b8;
    margin: 0;
    font-size: 1.1rem;
}

.demo-cta-actions {
    display: flex;
    gap: 1.5rem;
}

.demo-cta-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.demo-cta-primary {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.demo-cta-primary:hover {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);
    text-decoration: none;
    color: white;
}

.demo-cta-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.demo-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: white;
    text-decoration: none;
    color: white;
    transform: translateY(-2px);
}

/* Enhanced Status Indicators */
.live-dot.active {
    background: #4ade80;
    animation: pulse-success-dot 2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(74, 222, 128, 0.5);
}

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

.profile-tool-status.warning {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
}

.quick-win-alert.success {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.quick-win-btn.success {
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
    color: #065f46;
    border: 1px solid #16a34a;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.quick-win-btn.success:hover {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.4);
}

/* STRATEGIC INTELLIGENCE GRID - ENHANCED READABILITY */
.strategic-grid {
    background: 
        linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.9) 100%),
        radial-gradient(circle at center, rgba(59, 130, 246, 0.05) 0%, transparent 70%);
    border-radius: 24px;
    padding: 2rem;
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 2rem 0;
}

/* Strategic Content Sections with Better Typography */
.market-intelligence, .strategic-actions, .strategic-intelligence, .ai-insights, .location-intelligence {
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 1.5rem;
    backdrop-filter: blur(15px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.market-intelligence::before, .strategic-actions::before, .strategic-intelligence::before, 
.ai-insights::before, .location-intelligence::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #10b981, #3b82f6, #8b5cf6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.market-intelligence:hover, .strategic-actions:hover, .strategic-intelligence:hover, 
.ai-insights:hover, .location-intelligence:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 20px 50px rgba(59, 130, 246, 0.2),
        0 0 40px rgba(59, 130, 246, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-color: rgba(59, 130, 246, 0.3);
}

.market-intelligence:hover::before, .strategic-actions:hover::before, .strategic-intelligence:hover::before, 
.ai-insights:hover::before, .location-intelligence:hover::before {
    opacity: 1;
}

/* Enhanced Strategic Headings */
.strategic-grid h3, .strategic-grid h4 {
    color: #f1f5f9;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
}

.strategic-grid h3 {
    font-size: 1.4rem;
    background: linear-gradient(135deg, #ffffff 0%, #60a5fa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.strategic-grid h4 {
    font-size: 1.1rem;
    color: #e2e8f0;
}

/* Better Paragraph Readability */
.strategic-grid p {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.strategic-grid strong {
    color: #f1f5f9;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Enhanced Status Indicators */
.quick-win-alert {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(16, 185, 129, 0.05) 100%);
    border: 2px solid rgba(16, 185, 129, 0.3);
    border-radius: 16px;
    padding: 1.5rem;
    margin: 1rem 0;
    backdrop-filter: blur(15px);
    box-shadow: 
        0 8px 25px rgba(16, 185, 129, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.quick-win-alert h4 {
    color: #10b981;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.quick-win-alert p {
    color: #d1fae5;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.quick-win-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 
        0 4px 15px rgba(16, 185, 129, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.quick-win-btn:hover {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 
        0 8px 25px rgba(59, 130, 246, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
    text-decoration: none;
    color: white;
}

/* Panel Headers Enhancement */
.panel-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.panel-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: white;
    box-shadow: 
        0 4px 15px rgba(59, 130, 246, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.panel-title h3 {
    font-size: 1.3rem;
    color: #f1f5f9;
    margin: 0;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Live Status Indicators */
.live-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    margin-right: 0.5rem;
    animation: pulse-live 2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

@keyframes pulse-live {
    0%, 100% { 
        opacity: 1; 
        transform: scale(1);
        box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
    }
    50% { 
        opacity: 0.7; 
        transform: scale(1.3);
        box-shadow: 0 0 20px rgba(16, 185, 129, 0.8);
    }
}

/* Hide feature callouts by default */
.feature-callouts {
    display: none;
}

.feature-tour-active .feature-callouts {
    display: block;
}

/* Responsive Design Enhancements */
@media (max-width: 1024px) {
    .success-headline {
        font-size: clamp(2rem, 4vw, 3rem);
    }
    
    .impact-metrics {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
    }
    
    .journey-timeline {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 1.5rem;
    }
    
    .category-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    
    .category-icon {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .demo-nav-content {
        flex-direction: column;
        gap: 1rem;
        padding: 0 1rem;
    }
    
    .demo-dashboard {
        margin-top: 120px;
        padding: 1rem;
    }
    
    .executive-banner {
        padding: 2rem;
        margin-bottom: 2rem;
    }
    
    .impact-metrics {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .journey-timeline {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .timeline-step::after {
        display: none;
    }
    
    .category-section {
        padding: 1.5rem;
    }
    
    .category-title h2 {
        font-size: 1.8rem;
    }
    
    .location-results {
        grid-template-columns: 1fr;
    }
    
    .expansion-results {
        grid-column: span 1;
        flex-direction: column;
        gap: 1rem;
    }
    
    .feature-callout {
        max-width: 320px;
        padding: 1.5rem;
    }
    
    .feature-tour-control {
        min-width: 90%;
        margin: 0 5%;
        left: 0;
        right: 0;
        transform: none;
    }
    
    .demo-cta-content {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
    
    .demo-cta-actions {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }
    
    .demo-cta-btn {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .success-headline {
        font-size: 1.8rem;
    }
    
    .success-subheadline {
        font-size: 1rem;
    }
    
    .impact-card {
        padding: 1.5rem;
    }
    
    .impact-value {
        font-size: 2.5rem;
    }
    
    .transformation-journey {
        padding: 1.5rem;
    }
    
    .journey-title {
        font-size: 1.3rem;
    }
    
    .step-marker {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }
}

/* Strategic Narrative Section */
.strategic-narrative-section {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.95));
    padding: 4rem 0;
    margin-top: 3rem;
}

.narrative-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.narrative-header {
    text-align: center;
    margin-bottom: 3rem;
}

.narrative-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #e2e8f0;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #1e40af, #8b5cf6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.narrative-header p {
    font-size: 1.125rem;
    color: #94a3b8;
    font-weight: 500;
}

.narrative-steps {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.narrative-step {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.step-connector {
    width: 2px;
    height: 100px;
    background: linear-gradient(to bottom, #3b82f6, rgba(59, 130, 246, 0.3));
    margin-top: 1rem;
}

.narrative-step:last-child .step-connector {
    display: none;
}

.step-content {
    flex: 1;
    background: rgba(30, 41, 59, 0.3);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(10px);
}

.step-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.step-badge.discovery {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.step-badge.intelligence {
    background: rgba(139, 92, 246, 0.1);
    color: #8b5cf6;
    border: 1px solid rgba(139, 92, 246, 0.3);
}

.step-badge.strategy {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.step-badge.execution {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.step-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e2e8f0;
    margin-bottom: 1.5rem;
}

.step-insight {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 1rem;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(59, 130, 246, 0.1);
}

.step-insight i {
    color: #3b82f6;
    font-size: 1.5rem;
    margin-top: 0.25rem;
}

.step-insight h4 {
    color: #e2e8f0;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.step-insight p {
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

.step-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.metric-item {
    text-align: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.5);
    border-radius: 8px;
    border: 1px solid rgba(59, 130, 246, 0.1);
}

.metric-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #3b82f6;
    margin-bottom: 0.25rem;
}

.metric-label {
    display: block;
    font-size: 0.875rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.strategic-frameworks {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.framework-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 20px;
    color: #a78bfa;
    font-size: 0.875rem;
    font-weight: 500;
}

.framework-item i {
    color: #8b5cf6;
}

.strategic-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.option-card {
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(30, 41, 59, 0.3);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.option-card.selected {
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.1);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

.option-card.alternative {
    opacity: 0.7;
}

.option-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    justify-content: space-between;
}

.option-header i {
    color: #3b82f6;
    font-size: 1.25rem;
}

.option-card.selected .option-header i {
    color: #10b981;
}

.option-header h4 {
    color: #e2e8f0;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
    flex: 1;
}

.option-status {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.option-status.success {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.option-status.declined {
    background: rgba(107, 114, 128, 0.2);
    color: #9ca3af;
    border: 1px solid rgba(107, 114, 128, 0.3);
}

.option-card p {
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.option-results {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.result-item {
    padding: 0.5rem 1rem;
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 16px;
    font-size: 0.875rem;
    font-weight: 500;
}

.execution-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 1rem;
}

.result-metric-large {
    text-align: center;
    padding: 2rem;
    background: rgba(15, 23, 42, 0.5);
    border-radius: 12px;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.result-value {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #3b82f6;
    margin-bottom: 0.5rem;
}

.result-label {
    display: block;
    font-size: 1rem;
    color: #e2e8f0;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.result-comparison {
    font-size: 0.875rem;
    color: #10b981;
    font-weight: 500;
}

/* Methodology Summary */
.methodology-summary {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
    padding: 4rem 0;
    border-top: 1px solid rgba(59, 130, 246, 0.2);
}

.summary-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.summary-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 20px;
    color: #60a5fa;
    font-weight: 600;
    margin-bottom: 2rem;
}

.summary-content h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #e2e8f0;
    margin-bottom: 1rem;
}

.summary-content p {
    font-size: 1.125rem;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.methodology-comparison {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.comparison-item {
    padding: 1.5rem;
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 12px;
    text-align: center;
    flex: 1;
    min-width: 250px;
}

.comparison-item.winner {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.3);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

.comparison-label {
    font-size: 1rem;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 0.75rem;
}

.comparison-value {
    font-size: 0.875rem;
    color: #94a3b8;
    line-height: 1.6;
}

.comparison-item.winner .comparison-value {
    color: #a7f3d0;
}

.vs-divider {
    font-size: 1.25rem;
    font-weight: 800;
    color: #f59e0b;
    padding: 1rem;
    background: rgba(245, 158, 11, 0.1);
    border: 2px solid rgba(245, 158, 11, 0.3);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .narrative-step {
        flex-direction: column;
        gap: 1rem;
    }
    
    .step-indicator {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    
    .step-connector {
        width: 100px;
        height: 2px;
        margin-top: 0;
        margin-left: 1rem;
    }
    
    .narrative-step:last-child .step-indicator {
        justify-content: flex-start;
    }
    
    .step-metrics {
        grid-template-columns: 1fr;
    }
    
    .execution-results {
        grid-template-columns: 1fr;
    }
    
    .methodology-comparison {
        flex-direction: column;
        gap: 1rem;
    }
    
    .vs-divider {
        transform: rotate(90deg);
        margin: 0.5rem 0;
    }
    
    .narrative-header h2 {
        font-size: 2rem;
    }
    
    .strategic-options {
        gap: 0.75rem;
    }
    
    .option-card {
        padding: 1rem;
    }
}

/* PERFORMANCE FIRST - NO ANIMATIONS OR TRANSFORMS */
/* Disable all animations, transforms, and transitions for 72ms INP target */
*, *::before, *::after {
    animation: none !important;
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition: none !important;
    transform: none !important;
}

.narrative-step {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* Remove all hover effects that cause transforms */
.impact-card:hover,
.category-section:hover,
.demo-feature-btn:hover,
.demo-close-btn:hover,
.demo-cta-primary:hover,
.demo-cta-secondary:hover {
    transform: none !important;
    transition: none !important;
}

/* Critical CSS - Load immediately */
html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
}

.demo-container {
    content-visibility: auto;
    contain-intrinsic-size: 100vh;
    will-change: scroll-position;
    transform: translateZ(0); /* Force GPU acceleration */
}

.strategic-narrative-section {
    content-visibility: auto;
    contain-intrinsic-size: 800px;
    contain: layout style paint;
}

.methodology-summary {
    content-visibility: auto;
    contain-intrinsic-size: 400px;
    contain: layout style paint;
}

/* Smooth scrolling performance */
* {
    box-sizing: border-box;
}

.narrative-step {
    will-change: opacity, transform;
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Reduce animation complexity on mobile */
@media (max-width: 768px) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .narrative-step {
        will-change: auto;
        transform: none !important;
    }
}

/* Performance optimizations */
img {
    content-visibility: auto;
    contain-intrinsic-size: 300px 200px;
}

.impact-card,
.option-card,
.step-content {
    contain: layout style;
}

/* Reduced motion for accessibility and performance */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}