.elementor-3209 .elementor-element.elementor-element-d659e3d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-cebba07 *//* --- RESET & VARIABLES --- */
        :root {
            --primary: #8ABD50;
            --primary-hover: #155bbd;
            --navy-950: #020617;
            --navy-900: #0f172a;
            --slate-900: #0f172a;
            --slate-700: #334155;
            --slate-600: #475569;
            --slate-500: #64748b;
            --slate-400: #94a3b8;
            --slate-300: #cbd5e1;
            --slate-200: #e2e8f0;
            --slate-100: #f1f5f9;
            --slate-50: #f8fafc;
            --white: #ffffff;
            --emerald: #10b981;
            
            --max-width: 1200px;
            --transition: all 0.3s ease;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Public Sans', sans-serif;
            background-color: var(--slate-50);
            color: var(--slate-900);
            line-height: 1.5;
            overflow-x: hidden;
        }

        /* --- UTILS --- */
        .container {
            max-width: var(--max-width);
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.75rem 1.5rem;
            border-radius: 4px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            cursor: pointer;
            transition: var(--transition);
            text-decoration: none;
            font-size: 0.75rem;
            border: none;
        }

        .btn-primary {
            background-color: var(--primary);
            color: var(--white);
        }

        .btn-primary:hover {
            background-color: var(--primary-hover);
            transform: translateY(-1px);
        }

        .btn-outline {
            background-color: transparent;
            border: 1px solid var(--slate-200);
            color: var(--slate-700);
        }

        .btn-outline:hover {
            background-color: var(--white);
            border-color: var(--slate-300);
        }

        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }

        /* --- HEADER --- */
        header {
            background-color: rgba(255, 255, 255, 0.9);
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid var(--slate-100);
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        header .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            text-decoration: none;
            color: var(--navy-950);
        }

        .logo svg {
            width: 24px;
            height: 24px;
            color: var(--primary);
        }

        .logo span {
            font-size: 1.25rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: -0.02em;
        }

        nav {
            display: none;
        }

        @media (min-width: 768px) {
            nav {
                display: flex;
                gap: 2rem;
            }
        }

        nav a {
            text-decoration: none;
            color: var(--slate-600);
            font-weight: 600;
            font-size: 0.875rem;
            transition: var(--transition);
        }

        nav a:hover {
            color: var(--primary);
        }

        /* --- HERO --- */
        .hero {
            padding: 4rem 0;
            background-color: #ffffff;
        }

        @media (min-width: 1024px) {
            .hero {
                padding: 6rem 0;
            }
            .hero-content {
                display: grid;
                grid-template-columns: 1.2fr 1fr;
                gap: 4rem;
                align-items: center;
            }
        }

        .hero-text .badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background-color: #eff6ff;
            color: var(--primary);
            padding: 0.35rem 0.75rem;
            border-radius: 4px;
            font-size: 0.7rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            margin-bottom: 2rem;
        }

        .hero-text h1 {
            font-size: 2.5rem;
            font-weight: 900;
            line-height: 1.1;
            letter-spacing: -0.04em;
            color: var(--navy-950);
            margin-bottom: 1.5rem;
        }

        @media (min-width: 768px) {
            .hero-text h1 {
                font-size: 3.5rem;
            }
        }

        .hero-text p {
            font-size: 1.125rem;
            color: var(--slate-500);
            max-width: 500px;
            margin-bottom: 2.5rem;
        }

        .hero-btns {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }

        /* HEALTH CARD */
        .health-card {
            background: var(--white);
            border-radius: 1rem;
            padding: 2.5rem;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
            border: 1px solid var(--slate-100);
            margin-top: 3rem;
        }

        @media (min-width: 1024px) {
            .health-card {
                margin-top: 0;
            }
        }

        .health-card-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 2rem;
        }

        .health-card-header h3 {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: var(--slate-600);
        }

        .progress-group {
            margin-bottom: 2rem;
        }

        .progress-label {
            display: flex;
            justify-content: space-between;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            color: var(--slate-400);
            margin-bottom: 0.5rem;
        }

        .progress-bar {
            height: 6px;
            background-color: var(--slate-100);
            border-radius: 100px;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            background-color: var(--primary);
            border-radius: 100px;
        }

        .chart-container {
            border-top: 1px solid var(--slate-50);
            padding-top: 2rem;
            text-align: center;
        }

        .bars {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            height: 100px;
            gap: 4px;
            margin-bottom: 1rem;
        }

        .bar {
            flex: 1;
            background-color: var(--slate-100);
            border-radius: 2px;
        }

        .bar.active {
            background-color: var(--primary);
        }

        .bar-30 { height: 30%; }
        .bar-45 { height: 45%; }
        .bar-50 { height: 50%; }
        .bar-75 { height: 75%; }
        .bar-80 { height: 80%; }
        .bar-85 { height: 85%; }
        .bar-95 { height: 95%; }

        /* --- STATS --- */
        .stats {
            background-color: var(--white);
            border-top: 1px solid var(--slate-100);
            border-bottom: 1px solid var(--slate-100);
            padding: 4rem 0;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        @media (min-width: 768px) {
            .stats-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .stat-item {
            padding: 0 1rem;
            border-left: 3px solid var(--primary);
        }

        @media (min-width: 768px) {
            .stat-item {
                padding: 0 2rem;
            }
        }

        .stat-label {
            font-size: 0.65rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            color: var(--slate-400);
            margin-bottom: 0.5rem;
        }

        .stat-value {
            font-size: 2.5rem;
            font-weight: 900;
            color: var(--navy-950);
            margin-bottom: 0.5rem;
        }

        .stat-desc {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.75rem;
            font-weight: 700;
            color: #2FA24E;
        }

        /* --- FOCUS GRID --- */
        .focus {
            padding: 6rem 0;
            background-color: var(--white);
        }

        .section-header {
            margin-bottom: 4rem;
        }

        .section-header h2 {
            font-size: 2rem;
            font-weight: 900;
            color: var(--navy-950);
            margin-bottom: 1rem;
        }

        .line {
            width: 80px;
            height: 6px;
            background-color: var(--primary);
        }

        .focus-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        @media (min-width: 768px) {
            .focus-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .focus-card {
            padding: 2.5rem;
            background-color: var(--white);
            border: 1px solid var(--slate-100);
            transition: var(--transition);
        }

        .focus-card:hover {
            border-color: rgba(25, 110, 230, 0.3);
            box-shadow: 0 20px 40px -15px rgba(0,0,0,0.05);
        }

        .focus-icon {
            width: 48px;
            height: 48px;
            background-color: #eff6ff;
            color: var(--primary);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            margin-bottom: 2rem;
            transition: var(--transition);
        }

        .focus-card:hover .focus-icon {
            background-color: var(--primary);
            color: var(--white);
        }

        .focus-card h3 {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .focus-card p {
            font-size: 0.875rem;
            color: var(--slate-500);
            line-height: 1.6;
        }

        /* --- CONSULTATIVE (DARK) --- */
        .consultative {
            background-color: #2FA24E;
            color: var(--white);
            padding: 6rem 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .consultative::after {
            content: '';
            position: absolute;
            top: -20%;
            right: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(47, 162, 78, 0.1) 0%, transparent 70%);
            pointer-events: none;
        }

        .consultative-badge {
            font-size: 0.65rem;
            font-weight: 900;
            letter-spacing: 0.4em;
            text-transform: uppercase;
            color: #ffffff;
            margin-bottom: 1.5rem;
            display: block;
        }

        .consultative h2 {
            font-size: 2rem;
            font-weight: 900;
            margin-bottom: 2rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.2;
        }

        @media (min-width: 768px) {
            .consultative h2 {
                font-size: 3rem;
            }
        }

        .consultative-desc {
            font-size: 1.125rem;
            color: #ffffff;
            max-width: 650px;
            margin: 0 auto 5rem;
        }

        .metrics-bar {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
            border-top: 2px solid #ffffff;
            padding-top: 3rem;
        }

        @media (min-width: 768px) {
            .metrics-bar {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        .metric-mini h4 {
            font-size: 0.65rem;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            color: #ffffff;
            margin-bottom: 0.5rem;
        }

        .metric-mini p {
            font-weight: 700;
            font-size: 0.875rem;
            color: var(--slate-200);
        }

        /* --- PILLARS --- */
        .pillars {
            padding: 6rem 0;
            background-color: #ffffff;
        }

        .pillars-header {
            display: flex;
            align-items: center;
            gap: 1.5rem;
            margin-bottom: 5rem;
        }

        .pillars-header .hr {
            flex-grow: 1;
            height: 1px;
            background-color: var(--slate-100);
        }

        .pillars-header h2 {
            font-size: 1.25rem;
            font-weight: 900;
            letter-spacing: -0.02em;
            white-space: nowrap;
        }

        .pillars-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2.5rem;
        }

        @media (min-width: 1024px) {
            .pillars-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .pillar-card {
            background-color: var(--white);
            border: 1px solid var(--slate-100);
            padding: 2.5rem;
            display: flex;
            flex-direction: column;
        }

        .pillar-icon {
            color: var(--primary);
            margin-bottom: 2rem;
        }

        .pillar-card h3 {
            font-size: 1.25rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: -0.04em;
            margin-bottom: 1.25rem;
        }

        .pillar-card h3 span {
            color: #000000;
            margin-right: 0.5rem;
        }

        .pillar-card p {
            font-size: 0.875rem;
            color: var(--slate-500);
            margin-bottom: 2rem;
        }

        .pillar-list {
            margin-top: auto;
            list-style: none;
        }

        .pillar-list li {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            font-size: 0.8rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--navy-900);
        }

        .pillar-list li i {
            color: var(--primary);
            font-size: 1rem;
        }

        /* --- CTA --- */
        .cta {
            padding: 3rem 0;
            background-color: #2FA24E;
        }

        @media (min-width: 768px) {
            .cta {
                padding: 4rem 0;
            }
        }

        @media (min-width: 1024px) {
            .cta {
                padding: 6rem 0;
            }
        }

        .cta-box {
            border-radius: 4px;
            padding: 2rem;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            gap: 2rem;
            color: var(--white);
        }

        @media (min-width: 768px) {
            .cta-box {
                padding: 3rem;
                gap: 2.5rem;
            }
        }

        @media (min-width: 1024px) {
            .cta-box {
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                padding: 4rem;
                gap: 3rem;
            }
        }



        .cta-text h2 {
            font-size: 1.75rem;
            font-weight: 900;
            line-height: 1.2;
            margin-bottom: 1rem;
        }

        @media (min-width: 768px) {
            .cta-text h2 {
                font-size: 2.5rem;
                margin-bottom: 1.5rem;
            }
        }

        .cta-text p {
            font-size: 0.95rem;
            color: #ffffff;
            max-width: 450px;
        }

        @media (min-width: 768px) {
            .cta-text p {
                font-size: 1.125rem;
            }
        }

        .cta-action {
            text-align: center;
            width: 100%;
        }

        @media (min-width: 1024px) {
            .cta-action {
                text-align: left;
                width: auto;
            }
        }

        .cta-btn {
            background-color: var(--white);
            color: var(--primary);
            font-size: 0.7rem;
            padding: 1rem 1.5rem;
            width: 100%;
            word-wrap: break-word;
            white-space: normal;
        }

        @media (min-width: 768px) {
            .cta-btn {
                font-size: 0.875rem;
                padding: 1.25rem 2.5rem;
            }
        }

        .cta-btn:hover {
            background-color: var(--slate-50);
        }

        .cta-small {
            margin-top: 1rem;
            font-size: 0.6rem;
            font-weight: 900;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #ffffff;
        }

        @media (min-width: 768px) {
            .cta-small {
                margin-top: 1.5rem;
                font-size: 0.65rem;
                letter-spacing: 0.2em;
            }
        }

        /* --- FOOTER --- */
        footer {
            background-color: var(--white);
            border-top: 1px solid var(--slate-100);
            padding: 4rem 0;
        }

        footer .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2.5rem;
        }

        @media (min-width: 768px) {
            footer .container {
                flex-direction: row;
                justify-content: space-between;
            }
        }

        .footer-copy {
            font-size: 0.75rem;
            color: var(--slate-400);
            text-align: center;
        }

        .socials {
            display: flex;
            gap: 1.5rem;
        }

        .socials a {
            color: var(--slate-300);
            transition: var(--transition);
        }

        .socials a:hover {
            color: var(--primary);
        }

        /* --- INLINE STYLES REFACTORED --- */
        .ping-dot {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: var(--primary);
            border-radius: 50%;
            margin-right: 8px;
            position: relative;
        }

        .ping-dot::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: inherit;
            border-radius: inherit;
            animation: ping 1.5s infinite;
            opacity: 0.6;
        }

        .btn-hero {
            height: 56px;
            padding: 0 2rem;
            font-size: 0.875rem;
        }

        .material-symbols-outlined.btn-icon {
            margin-left: 12px;
            font-size: 20px;
        }

        .progress-value-primary {
            color: var(--primary);
        }

        .progress-value-emerald {
            color: var(--emerald);
        }

        .progress-fill-emerald {
            background-color: var(--emerald);
        }

        .progress-fill-45 { width: 45%; }
        .progress-fill-75 { width: 75%; }

        .chart-label {
            font-size: 10px;
            font-weight: 900;
            letter-spacing: 0.3em;
            text-transform: uppercase;
            color: var(--slate-400);
        }

        .stat-icon {
            font-size: 16px;
        }

        .pillar-icon-lg {
            font-size: 40px;
        }/* End custom CSS */