.elementor-989433 .elementor-element.elementor-element-4e25e9c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-989433 .elementor-element.elementor-element-861f1b9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-861f1b9 */:root {
            --bg-primary: #1c1c1e;
            --bg-secondary: #2c2c2e;
            --accent-primary: #0A84FF;
            --accent-secondary: #5E5CE6;
            --text-primary: #FFFFFF;
            --text-secondary: #EBEBF5;
            --text-tertiary: #9E9EA3;
        }
        body {
            overflow-x: hidden;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            background-color: var(--bg-primary);
            color: var(--text-primary);
            line-height: 1.6;
            scroll-behavior: smooth;
        }
        [type=button], [type=submit], button {
            border: 1px solid var(--accent-primary)!important;
        }
        table td, table th {
            border: 0px solid var(--accent-primary)!important;
        }
        thead{
            border: 0px solid var(--accent-primary)!important;
        }
        .hero-gradient {
            background: radial-gradient(circle at top, rgba(10, 132, 255, 0.1), transparent 50%),
                        radial-gradient(circle at bottom, rgba(94, 92, 230, 0.1), transparent 50%);
        }
        .section-gradient {
            background: radial-gradient(circle at center, rgba(10, 132, 255, 0.08), transparent 75%);
            position: relative;
            overflow: hidden;
        }
        .glass-card {
            background: rgba(44, 44, 46, 0.7);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
        }
        .btn-primary {
            background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
            transition: all 0.3s ease;
            border-radius: 12px;
            padding: 1rem 2rem;
            font-weight: 600;
        }
        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(10, 132, 255, 0.2);
        }
        .btn-secondary {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
            border-radius: 12px;
        }
        .input-field {
            background: rgba(44, 44, 46, 0.7);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 1rem;
            color: var(--text-primary);
            transition: all 0.3s ease;
        }
        .input-field:focus {
            border-color: var(--accent-primary);
            box-shadow: 0 0 0 2px rgba(10, 132, 255, 0.2);
            outline: none;
        }
        .fade-in-up {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.8s ease-out forwards;
        }
        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .delay-1 { animation-delay: 0.1s; }
        .delay-2 { animation-delay: 0.2s; }
        .delay-3 { animation-delay: 0.3s; }
        .delay-4 { animation-delay: 0.4s; }
        .nav-link {
            position: relative;
            padding: 0.5rem 1rem;
            border-radius: 8px;
            transition: all 0.3s ease;
        }
        .nav-link:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .glass-card-header {
            background: rgba(44, 44, 46, 0.7);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        .glass-card.scrolled {
            background: rgba(44, 44, 46, 0.5);
            box-shadow: 0 4px 24px rgba(0,0,0,0.12);
            backdrop-filter: blur(24px);
        }
        .header-logo {
            height: 40px!important;
            width: auto;
        }
        .themed-tag {
            display: inline-flex;
            align-items: center;
            background: linear-gradient(90deg, rgba(10, 132, 255, 0.2), rgba(94, 92, 230, 0.2));
            border-radius: 9999px;
            padding: 0.4rem 1.0rem;
            font-weight: 600;
            font-size: 0.875rem;
            color: var(--accent-primary);
            border: 1px solid rgba(10, 132, 255, 0.3);
        }
        .themed-tag svg {
            margin-right: 0.4rem;
            width: 0.9rem;
            height: 0.9rem;
        }
        /* Mobile Sidebar Styles */
        #mobileSidebar { position: fixed; inset: 0; z-index: 9999; display: none; pointer-events: none; }
        #mobileSidebar.active { display: block; pointer-events: auto; }
        #mobileSidebar .sidebar-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.45); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: opacity 0.3s; z-index: 1; opacity: 0; pointer-events: none; }
        #mobileSidebar.active .sidebar-overlay { opacity: 1; pointer-events: auto; }
        .sidebar-panel { position: absolute; top: 0; right: 0; height: 100vh; width: 80vw; max-width: 340px; background: rgba(28,28,30,0.97); box-shadow: -8px 0 32px rgba(0,0,0,0.25); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transform: translateX(100%); transition: transform 0.35s cubic-bezier(.4,0,.2,1); z-index: 2; display: flex; flex-direction: column; padding: 2.5rem 2rem 2rem 2rem; }
        #mobileSidebar.open .sidebar-panel { transform: translateX(0); }
        @media (min-width: 768px) { #mobileSidebar { display: none !important; } }
        body.sidebar-open { overflow: hidden !important; }

        /* Custom styles for deep dive page */
        .feature-grid-item {
            background: rgba(44, 44, 46, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 16px;
            padding: 2rem;
            transition: all 0.3s ease;
        }
        .feature-grid-item:hover {
            transform: translateY(-5px);
            background: rgba(44, 44, 46, 0.9);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }
        .feature-icon {
            width: 3.5rem;
            height: 3.5rem;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
            margin-bottom: 1.5rem;
            flex-shrink: 0;
        }
        .feature-icon svg {
            width: 1.75rem;
            height: 1.75rem;
            color: white;
        }
        .mock-dashboard {
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 1.5rem;
            background: rgba(28, 28, 30, 0.5);
        }
        
        /* === FINAL REVISED DASHBOARD STYLES === */
        .chart-wrapper {
            position: relative;
            padding-left: 2.5rem; /* Make space for Y-axis labels */
        }
        .y-axis {
            position: absolute;
            left: 0;
            top: 0;
            height: 160px; /* Match chart height */
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            font-size: 0.75rem; /* text-xs */
            color: var(--text-tertiary);
        }
        .bar-chart {
            position: relative;
            display: flex;
            justify-content: space-around;
            align-items: flex-end; /* Aligns bars to the bottom */
            height: 160px; /* Explicit height for bars to grow into */
            border-left: 1px solid rgba(158, 158, 163, 0.3);
            border-bottom: 1px solid rgba(158, 158, 163, 0.3);
            /* Faded grid background */
            background-image: 
                linear-gradient(to right, rgba(158, 158, 163, 0.1) 1px, transparent 1px),
                linear-gradient(to bottom, rgba(158, 158, 163, 0.1) 1px, transparent 1px);
            background-size: 33.33% 25%; /* Creates vertical and horizontal grid lines */
            padding: 0 1rem;
        }
        .bar-column {
            display: flex;
            flex-direction: column;
            justify-content: flex-end; /* Aligns bar to bottom, text above */
            align-items: center;
            flex-grow: 1;
            height: 100%;
        }
        .bar-value {
            color: var(--text-secondary);
            font-size: 0.875rem; /* text-sm */
            font-weight: 500;
            margin-bottom: 0.25rem;
            transition: opacity 0.3s ease-in-out;
            opacity: 0;
        }
        .bar-column:hover .bar-value {
            opacity: 1;
        }
        .bar {
            width: 50%;
            max-width: 40px;
            border-radius: 4px 4px 0 0;
            transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Smoother transition */
        }
        .bar:hover {
            filter: brightness(1.2);
        }
        .x-axis-labels {
            display: flex;
            justify-content: space-around;
            padding: 0.5rem 1rem 0 1rem; /* Padding top to push it below the axis line */
        }
        .x-axis-labels > span {
             flex-grow: 1;
             text-align: center;
             font-size: 0.75rem;
             color: var(--text-tertiary);
        }
        /* === END OF FINAL REVISED DASHBOARD STYLES === */
        
        .roi-calculator .input-field {
            text-align: center;
            font-size: 1.25rem;
            padding: 0.75rem;
        }
        .timeline { position: relative; padding-left: 2.5rem; }
        .timeline-step { position: relative; margin-bottom: 2.5rem; }
        .timeline-circle { position: absolute; left: -2.5rem; top: 0; width: 2.2rem; height: 2.2rem; background: var(--accent-primary); color: #fff; font-weight: bold; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 1; }
        .timeline-content { margin-left: 1.5rem; }/* End custom CSS */