.elementor-10570 .elementor-element.elementor-element-dffa7c2{--display:flex;}.elementor-10570 .elementor-element.elementor-element-b225fbc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a6a692e */@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Inter:wght@400;600;800&display=swap');
        
        :root {
            --primary: #1e3a8a;
            --accent: #f97316;
            --danger: #ef4444;
            --bg: #f3f4f6;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--bg);
            color: #1f2937;
        }

        .industrial-font {
            font-family: 'Roboto Condensed', sans-serif;
        }

        .chart-container {
            position: relative;
            width: 100%;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            height: 300px;
            max-height: 400px;
        }

        @media (min-width: 768px) {
            .chart-container {
                height: 350px;
            }
        }

        .card {
            background: white;
            border-radius: 0.5rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease;
        }

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

        .step-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 2.5rem;
            height: 2.5rem;
            background-color: var(--primary);
            color: white;
            border-radius: 9999px;
            font-weight: 800;
            margin-right: 1rem;
        }

        .no-svg-icon {
            display: inline-block;
            width: 12px;
            height: 12px;
            background-color: var(--accent);
            border-radius: 2px;
            margin-right: 8px;
        }/* End custom CSS */