@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/droidarabickufi.css");

        :root {
            --bg: #f4f7f6;
            --surface: #ffffff;
            --text: #121514;
            --muted: #57615d;
            --line: #dce5e1;
            --green-700: #1f8058;
            --green-600: #26a16d;
            --green-500: #33bf81;
            --green-100: #eaf8f2;
            --shadow-soft: 0 10px 28px rgba(16, 56, 39, 0.08);
            --shadow-strong: 0 18px 40px rgba(10, 42, 30, 0.16);
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            scroll-behavior: smooth;
            overflow-x: hidden;
        }

        body {
            font-family: "Inter", system-ui, -apple-system, sans-serif;
            background: var(--bg);
            color: var(--text);
            line-height: 1.65;
            overflow-x: hidden;
            padding-top: 74px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        html[lang="ar"] body {
            font-family: "Droid Arabic Kufi", "Inter", system-ui, -apple-system, sans-serif;
        }

        input,
        textarea {
            -webkit-user-select: text;
            -moz-user-select: text;
            -ms-user-select: text;
            user-select: text;
        }

        .eco-background {
            position: absolute;
            inset: 0;
            pointer-events: none;
            z-index: 1;
            overflow: hidden;
        }

        .eco-icon {
            position: absolute;
            color: rgba(223, 255, 239, 0.5);
            animation: eco-float linear infinite;
            filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.18));
        }

        .eco-icon:nth-child(odd) {
            animation-name: eco-float;
        }

        .eco-icon:nth-child(even) {
            animation-name: eco-float-alt;
        }

        .eco-icon:nth-child(1) { left: 4%; top: 16%; font-size: 30px; animation-duration: 12s; animation-delay: 0s; }
        .eco-icon:nth-child(2) { left: 11%; top: 66%; font-size: 36px; animation-duration: 14s; animation-delay: -3s; }
        .eco-icon:nth-child(3) { left: 20%; top: 30%; font-size: 28px; animation-duration: 10s; animation-delay: -6s; }
        .eco-icon:nth-child(4) { left: 28%; top: 76%; font-size: 34px; animation-duration: 15s; animation-delay: -8s; }
        .eco-icon:nth-child(5) { left: 37%; top: 18%; font-size: 30px; animation-duration: 11s; animation-delay: -2s; }
        .eco-icon:nth-child(6) { left: 45%; top: 62%; font-size: 42px; animation-duration: 16s; animation-delay: -9s; }
        .eco-icon:nth-child(7) { left: 54%; top: 24%; font-size: 28px; animation-duration: 12s; animation-delay: -5s; }
        .eco-icon:nth-child(8) { left: 62%; top: 78%; font-size: 34px; animation-duration: 14s; animation-delay: -10s; }
        .eco-icon:nth-child(9) { left: 70%; top: 16%; font-size: 30px; animation-duration: 10s; animation-delay: -7s; }
        .eco-icon:nth-child(10) { left: 78%; top: 58%; font-size: 38px; animation-duration: 13s; animation-delay: -11s; }
        .eco-icon:nth-child(11) { left: 86%; top: 24%; font-size: 30px; animation-duration: 12s; animation-delay: -4s; }
        .eco-icon:nth-child(12) { left: 93%; top: 70%; font-size: 34px; animation-duration: 15s; animation-delay: -12s; }
        .eco-icon:nth-child(13) { left: 7%; top: 46%; font-size: 26px; animation-duration: 11s; animation-delay: -13s; }
        .eco-icon:nth-child(14) { left: 33%; top: 52%; font-size: 32px; animation-duration: 13s; animation-delay: -15s; }
        .eco-icon:nth-child(15) { left: 58%; top: 44%; font-size: 26px; animation-duration: 10s; animation-delay: -16s; }
        .eco-icon:nth-child(16) { left: 84%; top: 44%; font-size: 30px; animation-duration: 14s; animation-delay: -18s; }
        .eco-icon:nth-child(17) { left: 14%; top: 84%; font-size: 26px; animation-duration: 12s; animation-delay: -19s; }
        .eco-icon:nth-child(18) { left: 24%; top: 10%; font-size: 30px; animation-duration: 15s; animation-delay: -20s; }
        .eco-icon:nth-child(19) { left: 41%; top: 84%; font-size: 28px; animation-duration: 11s; animation-delay: -21s; }
        .eco-icon:nth-child(20) { left: 52%; top: 8%; font-size: 30px; animation-duration: 13s; animation-delay: -22s; }
        .eco-icon:nth-child(21) { left: 67%; top: 88%; font-size: 26px; animation-duration: 10s; animation-delay: -23s; }
        .eco-icon:nth-child(22) { left: 74%; top: 34%; font-size: 28px; animation-duration: 12s; animation-delay: -24s; }
        .eco-icon:nth-child(23) { left: 90%; top: 10%; font-size: 30px; animation-duration: 14s; animation-delay: -25s; }
        .eco-icon:nth-child(24) { left: 96%; top: 52%; font-size: 24px; animation-duration: 11s; animation-delay: -26s; }

        @keyframes eco-float {
            0% {
                transform: translate3d(0, 0, 0) rotate(0deg);
                opacity: 0.28;
            }
            50% {
                transform: translate3d(18px, -24px, 0) rotate(12deg);
                opacity: 0.62;
            }
            100% {
                transform: translate3d(-14px, -42px, 0) rotate(-12deg);
                opacity: 0.28;
            }
        }

        @keyframes eco-float-alt {
            0% {
                transform: translate3d(0, 0, 0) rotate(0deg);
                opacity: 0.26;
            }
            50% {
                transform: translate3d(-16px, -20px, 0) rotate(-10deg);
                opacity: 0.58;
            }
            100% {
                transform: translate3d(12px, -40px, 0) rotate(8deg);
                opacity: 0.26;
            }
        }

        @keyframes hero-pan {
            0% {
                background-position: 50% 50%;
            }
            100% {
                background-position: 54% 46%;
            }
        }

        @keyframes hero-glow {
            0% {
                transform: translate3d(-10%, -4%, 0) scale(1);
                opacity: 0.25;
            }
            50% {
                transform: translate3d(8%, 4%, 0) scale(1.08);
                opacity: 0.45;
            }
            100% {
                transform: translate3d(16%, -2%, 0) scale(1.14);
                opacity: 0.25;
            }
        }

        @keyframes hero-fade-up {
            0% {
                opacity: 0;
                transform: translateY(14px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .container {
            width: min(1160px, calc(100% - 36px));
            margin: 0 auto;
        }

        .site-header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            overflow-x: clip;
            z-index: 300;
            background: rgba(255, 255, 255, 0.9);
            border-bottom: 1px solid var(--line);
            backdrop-filter: blur(10px);
        }

        .header-inner {
            min-height: 70px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 16px;
            flex-wrap: nowrap;
        }

        .brand {
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0;
            color: var(--text);
            font-weight: 800;
            font-size: 1rem;
        }

        .brand img {
            width: auto;
            height: 50px;
            max-width: 180px;
            border-radius: 8px;
            object-fit: contain;
            display: block;
            background: transparent;
            border: 0;
        }

        .main-nav ul {
            list-style: none;
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .main-nav a {
            text-decoration: none;
            color: #3d4441;
            font-size: 0.84rem;
            font-weight: 600;
            transition: color 0.2s ease;
        }

        .main-nav a:hover {
            color: var(--green-700);
        }

        .lang-switch {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 4px;
            border: 1px solid #d6e4dd;
            border-radius: 999px;
            background: #f8fcfa;
            flex-shrink: 0;
        }

        .lang-btn {
            border: 0;
            border-radius: 999px;
            padding: 5px 10px;
            min-width: 40px;
            min-height: 32px;
            background: transparent;
            color: #3d4441;
            font-size: 0.72rem;
            font-weight: 700;
            line-height: 1;
            cursor: pointer;
            transition: background 0.2s ease, color 0.2s ease;
        }

        .lang-btn.is-active {
            background: linear-gradient(135deg, var(--green-600), var(--green-700));
            color: #ffffff;
        }

        html[lang="fr"] .main-nav,
        html[lang="en"] .main-nav {
            margin-left: auto;
        }

        html[lang="fr"] .lang-switch,
        html[lang="en"] .lang-switch {
            margin-left: 8px;
            margin-right: 0;
        }

        /* Animation des icones Font Awesome (mobile + desktop) */
        .hero-kicker i,
        .hero-points i,
        .btn i,
        .card h3 i,
        .impact-icon i,
        .contact-list i,
        .social a i,
        .dash-stat i {
            animation: fa-soft-float 2.8s ease-in-out infinite;
            transform-origin: center;
            will-change: transform;
        }

        @keyframes fa-soft-float {
            0% { transform: translateY(0) scale(1); }
            50% { transform: translateY(-2px) scale(1.06); }
            100% { transform: translateY(0) scale(1); }
        }

        @media (hover: hover) {
            .hero-kicker i:hover,
            .hero-points i:hover,
            .btn i:hover,
            .card h3 i:hover,
            .impact-icon i:hover,
            .contact-list i:hover,
            .social a i:hover,
            .dash-stat i:hover {
                animation-duration: 0.9s;
                transform: scale(1.16) rotate(-6deg);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .hero-kicker i,
            .hero-points i,
            .btn i,
            .card h3 i,
            .impact-icon i,
            .contact-list i,
            .social a i,
            .dash-stat i,
            .hero,
            .hero::before,
            .hero-main,
            .hero-slogan {
                animation: none;
            }
        }

        .menu-toggle {
            display: none;
            width: 42px;
            height: 42px;
            border-radius: 10px;
            border: 1px solid #d6e4dd;
            background: #f8fcfa;
            color: #2a6f50;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            cursor: pointer;
        }

        .menu-toggle .hamburger {
            position: relative;
            width: 18px;
            height: 2px;
            background: currentColor;
            border-radius: 2px;
            transition: background 0.2s ease;
        }

        .menu-toggle .hamburger::before,
        .menu-toggle .hamburger::after {
            content: "";
            position: absolute;
            left: 0;
            width: 18px;
            height: 2px;
            background: currentColor;
            border-radius: 2px;
            transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
        }

        .menu-toggle .hamburger::before {
            top: -6px;
        }

        .menu-toggle .hamburger::after {
            bottom: -6px;
        }

        .menu-toggle.is-open .hamburger {
            background: transparent;
        }

        .menu-toggle.is-open .hamburger::before {
            top: 0;
            transform: rotate(45deg);
        }

        .menu-toggle.is-open .hamburger::after {
            bottom: 0;
            transform: rotate(-45deg);
        }

        .btn {
            border: 0;
            background: linear-gradient(135deg, var(--green-600), var(--green-700));
            color: #fff;
            padding: 9px 14px;
            border-radius: 10px;
            font-weight: 700;
            font-size: 0.82rem;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 8px 20px rgba(31, 128, 88, 0.28);
        }

        .hero {
            min-height: 760px;
            background:
                linear-gradient(to bottom, rgba(15, 62, 46, 0.32), rgba(15, 62, 46, 0.24)),
                url("assets/images/banner.jpg");
            background-size: cover;
            background-position: center;
            display: grid;
            place-items: center;
            padding: 110px 0 100px;
            position: relative;
            overflow: hidden;
            animation: hero-pan 24s ease-in-out infinite alternate;
        }

        .hero::before {
            content: "";
            position: absolute;
            inset: -10%;
            pointer-events: none;
            z-index: 0;
            background:
                radial-gradient(circle at 20% 30%, rgba(145, 255, 202, 0.22), transparent 35%),
                radial-gradient(circle at 80% 68%, rgba(115, 229, 176, 0.18), transparent 38%);
            mix-blend-mode: screen;
            animation: hero-glow 14s ease-in-out infinite alternate;
        }

        .hero-wrap {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: 1fr;
            gap: 24px;
            align-items: center;
        }

        .hero-main {
            color: #fff;
            max-width: 720px;
            background: rgba(10, 42, 30, 0.42);
            border: 1px solid rgba(199, 239, 219, 0.36);
            border-radius: 16px;
            padding: 18px 20px;
            backdrop-filter: blur(4px);
            box-shadow: 0 12px 24px rgba(5, 26, 18, 0.28);
            animation: hero-fade-up 0.85s ease-out both;
        }

        .hero-slogan {
            position: absolute;
            left: 50%;
            bottom: 18px;
            transform: translateX(-50%);
            z-index: 3;
            width: min(680px, calc(100% - 40px));
            text-align: center;
            color: #effaf4;
            font-weight: 700;
            font-size: 1.05rem;
            letter-spacing: 0.01em;
            padding: 0;
            margin: 0;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
            white-space: normal;
            animation: hero-fade-up 1s ease-out 0.2s both;
        }

        .hero-kicker {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            background: rgba(255, 255, 255, 0.12);
            padding: 6px 12px;
            border-radius: 999px;
            font-size: 0.78rem;
            margin-bottom: 14px;
        }

        .hero h1 {
            font-size: clamp(2.1rem, 5vw, 3.6rem);
            line-height: 1.02;
            margin-bottom: 10px;
        }

        .hero h1 span {
            color: #5be09a;
        }

        .hero p {
            max-width: 620px;
            color: #edf8f3;
            font-size: 0.95rem;
        }

        .hero-points {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 16px;
        }

        .hero-points span {
            font-size: 0.77rem;
            padding: 6px 10px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            background: rgba(255, 255, 255, 0.12);
        }

        .hero-card {
            background: rgba(255, 255, 255, 0.93);
            border: 1px solid rgba(255, 255, 255, 0.8);
            border-radius: 16px;
            padding: 10px;
            box-shadow: var(--shadow-strong);
            justify-self: start;
            width: min(440px, 100%);
        }

        .mini-dashboard {
            border: 1px solid #dce8e2;
            border-radius: 12px;
            padding: 8px;
            background: #f9fcfa;
        }

        .solution-dashboard {
            margin-top: 14px;
        }

        .dash-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 6px;
            margin-bottom: 6px;
        }

        .dash-stat {
            background: #fff;
            border: 1px solid #dfe8e3;
            border-radius: 10px;
            padding: 7px 6px;
            text-align: center;
        }

        .dash-stat i {
            color: var(--green-700);
            margin-bottom: 5px;
        }

        .dash-stat b {
            display: block;
            font-size: 0.86rem;
            line-height: 1;
        }

        .dash-stat small {
            color: #6a7571;
            font-size: 0.66rem;
        }

        .map-mock {
            min-height: 96px;
            border-radius: 10px;
            border: 1px dashed #c9dbd1;
            background:
                radial-gradient(circle at 20% 40%, rgba(44, 163, 111, 0.28), transparent 25%),
                radial-gradient(circle at 70% 20%, rgba(44, 163, 111, 0.22), transparent 22%),
                radial-gradient(circle at 65% 75%, rgba(44, 163, 111, 0.2), transparent 24%),
                #f1f8f4;
            display: grid;
            place-items: center;
            color: #2c6f52;
            font-weight: 700;
            font-size: 0.84rem;
            padding: 4px;
            overflow: hidden;
        }

        .map-mock img {
            width: 100%;
            max-height: none;
            height: auto;
            object-fit: contain;
            border-radius: 8px;
            border: 1px solid #d9e6df;
            background: #f6fbf8;
            display: block;
            margin: 0 auto;
        }

        .section {
            padding: 84px 0;
            scroll-margin-top: 84px;
        }

        .solution-section {
            position: relative;
            background: url("assets/images/affiche.png");
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }

        .solution-section .section-title {
            color: #ffffff;
            text-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
            background: rgba(8, 36, 26, 0.42);
            border: 1px solid rgba(214, 243, 228, 0.35);
            border-radius: 12px;
            padding: 8px 14px;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }

        .solution-section .lead {
            color: #effaf4;
            text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
            background: rgba(8, 36, 26, 0.38);
            border: 1px solid rgba(214, 243, 228, 0.28);
            border-radius: 10px;
            padding: 10px 14px;
            width: fit-content;
            max-width: min(900px, 100%);
            margin-left: auto;
            margin-right: auto;
        }

        .section-title {
            text-align: center;
            font-size: clamp(1.6rem, 3vw, 2.15rem);
            margin-bottom: 28px;
            letter-spacing: 0.02em;
        }

        .lead {
            max-width: 800px;
            text-align: center;
            margin: -8px auto 28px;
            color: var(--muted);
            font-size: 0.95rem;
        }

        .video-section .lead {
            margin-bottom: 18px;
        }

        .video-shell {
            background: linear-gradient(145deg, #ffffff, #f5fbf8);
            border: 1px solid #d8e8e0;
            border-radius: 18px;
            box-shadow: var(--shadow-soft);
            padding: 14px;
        }

        .video-frame {
            width: 100%;
            aspect-ratio: 16 / 9;
            border-radius: 14px;
            overflow: hidden;
            border: 1px dashed #b9d8c9;
            background:
                linear-gradient(140deg, rgba(29, 107, 75, 0.85), rgba(18, 71, 51, 0.9)),
                url("assets/images/affiche.png") center / cover no-repeat;
            display: grid;
            place-items: center;
            position: relative;
        }

        .video-play-btn {
            position: absolute;
            inset: 0;
            margin: auto;
            width: 78px;
            height: 78px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.7);
            background: rgba(17, 74, 52, 0.52);
            backdrop-filter: blur(4px);
            display: grid;
            place-items: center;
            color: #ffffff;
            font-size: 1.6rem;
            line-height: 1;
            padding: 0;
            cursor: pointer;
            z-index: 3;
            transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
            box-shadow:
                0 0 0 8px rgba(52, 191, 132, 0.22),
                0 12px 24px rgba(8, 41, 29, 0.34);
            box-sizing: border-box;
        }

        .video-play-btn:hover {
            transform: scale(1.06);
            background: rgba(20, 92, 64, 0.68);
        }

        .video-play-btn.hidden {
            opacity: 0;
            pointer-events: none;
        }

        .video-play-btn::before,
        .video-play-btn::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 50%;
            border: 2px solid rgba(101, 236, 171, 0.8);
            transform-origin: center center;
            animation: live-pulse 1.8s ease-out infinite;
            box-sizing: border-box;
        }

        .video-play-btn::after {
            animation-delay: 0.9s;
            border-color: rgba(147, 255, 199, 0.7);
        }

        @keyframes live-pulse {
            0% {
                transform: scale(1);
                opacity: 0.9;
            }
            100% {
                transform: scale(1.75);
                opacity: 0;
            }
        }

        @media (hover: none) {
            .video-play-btn:hover {
                transform: none;
                background: rgba(17, 74, 52, 0.52);
            }
        }

        .video-placeholder {
            text-align: center;
            color: #e8f8f0;
            padding: 18px;
        }

        .video-placeholder i {
            width: 58px;
            height: 58px;
            border-radius: 50%;
            display: inline-grid;
            place-items: center;
            font-size: 1.35rem;
            margin-bottom: 10px;
            border: 1px solid rgba(255, 255, 255, 0.45);
            background: rgba(255, 255, 255, 0.18);
        }

        .video-placeholder p {
            font-size: 0.92rem;
            margin-bottom: 4px;
        }

        .video-placeholder small {
            display: block;
            color: #c9e8d8;
            font-size: 0.8rem;
        }

        .video-frame video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 12px;
            background: #000;
        }

        .grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 18px;
        }

        .grid-3 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
        }

        .card {
            background: var(--surface);
            border: 1px solid var(--line);
            border-radius: 14px;
            padding: 18px;
            box-shadow: var(--shadow-soft);
        }

        .card h3 {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            font-size: 1.03rem;
            margin-bottom: 8px;
            color: #1d2622;
        }

        .card h3 i {
            color: var(--green-700);
        }

        .card p,
        .card li {
            color: var(--muted);
            font-size: 0.92rem;
        }

        .card ul {
            list-style: none;
            padding-left: 0;
            display: grid;
            gap: 6px;
        }

        .card ul li {
            position: relative;
            padding-left: 22px;
        }

        .card ul li::before {
            content: "\f058";
            font-family: "Font Awesome 6 Pro";
            font-weight: 300;
            position: absolute;
            left: 0;
            top: 2px;
            color: var(--green-700);
            font-size: 0.82rem;
        }

        .subgroup-title {
            margin-top: 10px;
            margin-bottom: 6px;
            font-weight: 700;
            font-size: 0.9rem;
            color: #22302a;
        }

        .feature-strip {
            margin-top: 14px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
        }

        .feature-item {
            border: 1px solid #d6e9df;
            background: #f8fcfa;
            border-radius: 10px;
            padding: 10px;
            text-align: center;
            font-size: 0.8rem;
            color: #355345;
        }

        .feature-item i {
            color: var(--green-700);
            display: block;
            margin-bottom: 5px;
        }

        .impact .card {
            text-align: center;
        }

        .impact .card ul {
            max-width: 340px;
            margin: 0 auto;
        }

        .impact .card ul li {
            text-align: left;
        }

        .impact-icon {
            width: 42px;
            height: 42px;
            border-radius: 12px;
            margin: 0 auto 10px;
            display: grid;
            place-items: center;
            color: var(--green-700);
            background: var(--green-100);
            border: 1px solid #ceebdc;
        }

        .stats {
            margin-top: 18px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px;
        }

        .stat {
            background: linear-gradient(145deg, #ffffff, #f5fbf8);
            border: 1px solid #d8e8e0;
            border-radius: 12px;
            padding: 12px;
            text-align: center;
        }

        .stat b {
            color: #203129;
            font-size: 1.1rem;
            display: block;
        }

        .stat span {
            color: #5a6660;
            font-size: 0.76rem;
        }

        .contact-wrap {
            display: grid;
            grid-template-columns: 0.85fr 1.15fr;
            gap: 18px;
            align-items: start;
        }

        .contact-box,
        .form-box {
            background: var(--surface);
            border: 1px solid var(--line);
            border-radius: 14px;
            box-shadow: var(--shadow-soft);
            padding: 18px;
        }

        .contact-box p {
            color: var(--muted);
            font-size: 0.92rem;
            margin-bottom: 8px;
        }

        .contact-list {
            list-style: none;
            display: grid;
            gap: 8px;
            margin-bottom: 14px;
        }

        .contact-list li {
            color: #3f4a45;
            font-size: 0.9rem;
            display: flex;
            gap: 8px;
            align-items: center;
        }

        .contact-list i {
            color: var(--green-700);
        }

        .social {
            display: flex;
            gap: 8px;
        }

        .social a {
            width: 34px;
            height: 34px;
            border-radius: 10px;
            border: 1px solid #d7e9df;
            background: #f8fcfa;
            display: grid;
            place-items: center;
            color: #2d7c57;
            text-decoration: none;
        }

        .form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-bottom: 10px;
        }

        input,
        textarea {
            width: 100%;
            border: 1px solid #d6e3dd;
            border-radius: 10px;
            padding: 11px 12px;
            font: inherit;
            background: #fbfdfc;
            font-size: 0.9rem;
        }

        textarea {
            min-height: 104px;
            resize: vertical;
            margin-bottom: 10px;
        }

        input:focus,
        textarea:focus {
            outline: none;
            border-color: #99d0b6;
            box-shadow: 0 0 0 4px rgba(71, 173, 124, 0.12);
        }

        .submit {
            border: 0;
            border-radius: 10px;
            width: 100%;
            padding: 11px 14px;
            font-weight: 700;
            color: #fff;
            background: linear-gradient(135deg, var(--green-600), var(--green-700));
            cursor: pointer;
        }

        .submit:disabled {
            opacity: 0.7;
            cursor: not-allowed;
        }

        .form-status {
            min-height: 18px;
            margin-top: 10px;
            font-size: 0.84rem;
            color: #3f4a45;
        }

        .form-status.is-success {
            color: #19734b;
        }

        .form-status.is-error {
            color: #a53131;
        }

        .hp-field {
            position: absolute !important;
            left: -9999px !important;
            width: 1px !important;
            height: 1px !important;
            opacity: 0 !important;
            pointer-events: none !important;
        }

        .site-footer {
            margin-top: 10px;
            background: #0f2019;
            color: #c2d3cb;
            text-align: center;
            font-size: 0.82rem;
            padding: 16px;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

        .hero,
        main,
        .site-footer {
            position: relative;
            z-index: 1;
        }

        .hero-wrap {
            z-index: 2;
        }

        @media (max-width: 1200px) {
            .container {
                width: min(100%, calc(100% - 28px));
            }
        }

        @media (max-width: 900px) {
            .btn {
                display: none;
            }

            .lang-switch {
                margin-inline-start: auto;
                margin-left: 0;
                margin-right: 0;
                gap: 4px;
                padding: 3px;
            }

            .header-inner {
                gap: 10px;
                min-height: 64px;
                position: relative;
                justify-content: space-between;
            }

            .menu-toggle {
                display: inline-flex;
                flex-shrink: 0;
            }

            .main-nav {
                position: absolute;
                top: calc(100% + 8px);
                left: 14px;
                right: 14px;
                max-width: calc(100vw - 28px);
                width: auto;
                z-index: 320;
                border: 1px solid #dbe7e1;
                border-radius: 12px;
                background: rgba(255, 255, 255, 0.98);
                box-shadow: 0 12px 24px rgba(9, 33, 23, 0.12);
                padding: 10px;
                max-height: calc(100vh - 90px);
                overflow-y: auto;
                display: none;
            }

            .site-header.menu-open .main-nav {
                display: block;
            }

            .main-nav ul {
                display: grid;
                gap: 8px;
            }

            .main-nav a {
                display: flex;
                align-items: center;
                min-height: 42px;
                padding: 0 12px;
                border-radius: 10px;
                border: 1px solid #dce7e1;
                background: #f8fcfa;
                white-space: nowrap;
            }

            .hero {
                min-height: 620px;
                padding: 90px 0 70px;
                background-position: 60% center;
            }

            .hero-main {
                max-width: 100%;
                padding: 14px 14px;
            }

            .hero-slogan {
                font-size: 0.86rem;
                bottom: 12px;
                padding: 8px 12px;
            }
        }

        @media (max-width: 1020px) {
            .hero-wrap,
            .grid-2,
            .grid-3,
            .stats,
            .contact-wrap {
                grid-template-columns: 1fr;
            }

            .stats {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 760px) {
            body {
                padding-top: 66px;
            }

            .header-inner {
                min-height: auto;
                padding: 10px 0;
                flex-direction: row;
                align-items: center;
            }

            .main-nav {
                top: calc(100% + 6px);
                left: 10px;
                right: 10px;
            }

            .lang-btn {
                padding: 5px 8px;
                min-width: 36px;
                min-height: 32px;
                font-size: 0.7rem;
            }

            .hero {
                min-height: 560px;
                padding: 66px 0 54px;
                background-position: 62% center;
            }

            .solution-section {
                background-attachment: scroll;
                background-position: center top;
            }

            .hero h1 {
                font-size: clamp(1.9rem, 9vw, 2.5rem);
                line-height: 1.08;
            }

            .hero p {
                font-size: 0.9rem;
            }

            .hero-kicker {
                font-size: 0.72rem;
                padding: 5px 10px;
            }

            .hero-points {
                gap: 8px;
            }

            .hero-points span {
                font-size: 0.72rem;
                padding: 5px 8px;
            }

            .hero-slogan {
                width: calc(100% - 20px);
            }

            .form-grid {
                grid-template-columns: 1fr;
            }

            .feature-strip {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 8px;
            }

            .feature-item {
                padding: 8px 6px;
                font-size: 0.72rem;
            }

            .stats {
                display: flex;
                gap: 5px;
                overflow-x: auto;
                padding-bottom: 2px;
                scrollbar-width: thin;
            }

            .stats .stat {
                flex: 0 0 88px;
                min-width: 88px;
                padding: 7px 5px;
            }

            .stats .stat b {
                font-size: 0.9rem;
            }

            .stats .stat span {
                font-size: 0.66rem;
            }

            .section {
                padding: 50px 0;
            }

            .section-title {
                margin-bottom: 18px;
            }

            .lead {
                margin-bottom: 20px;
                font-size: 0.9rem;
            }

            .card {
                padding: 14px;
            }

            .card h3 {
                font-size: 0.96rem;
            }

            .card p,
            .card li {
                font-size: 0.88rem;
            }

            .contact-box,
            .form-box {
                padding: 14px;
            }

            textarea {
                min-height: 88px;
            }

            .video-shell {
                padding: 8px;
                border-radius: 12px;
            }

            .video-frame {
                border-radius: 10px;
                aspect-ratio: 16 / 9;
                border-width: 1px;
            }

            .video-frame video {
                border-radius: 9px;
            }

            .video-play-btn {
                width: 74px;
                height: 74px;
                font-size: 1.45rem;
                border: 1px solid rgba(255, 255, 255, 0.7);
                box-shadow:
                    0 0 0 6px rgba(52, 191, 132, 0.2),
                    0 8px 18px rgba(8, 41, 29, 0.3);
            }
        }

        @media (max-width: 480px) {
            .container {
                width: calc(100% - 20px);
            }

            .brand img {
                height: 44px;
                max-width: 150px;
            }

            .lang-switch {
                gap: 4px;
                padding: 3px;
            }

            .lang-btn {
                min-width: 34px;
                min-height: 30px;
                padding: 4px 7px;
                font-size: 0.68rem;
            }

            .hero {
                min-height: 500px;
                padding: 52px 0 44px;
                background-position: 66% center;
            }

            .hero-points {
                display: grid;
                grid-template-columns: 1fr 1fr;
            }

            .hero-points span {
                text-align: center;
            }

            .hero-slogan {
                font-size: 0.72rem;
                line-height: 1.1;
                bottom: 8px;
                padding: 8px 10px;
                width: calc(100% - 16px);
            }

            .stats {
                display: flex;
                gap: 4px;
                overflow-x: auto;
                padding-bottom: 2px;
                scrollbar-width: thin;
            }

            .stats .stat {
                flex: 0 0 82px;
                min-width: 82px;
                padding: 6px 4px;
            }

            .stats .stat b {
                font-size: 0.82rem;
            }

            .stats .stat span {
                font-size: 0.6rem;
            }

            .submit {
                min-height: 44px;
            }

            .video-shell {
                padding: 6px;
                border-radius: 10px;
            }

            .video-frame {
                aspect-ratio: 16 / 9;
                border-radius: 8px;
            }

            .video-frame video {
                border-radius: 7px;
            }

            .video-play-btn {
                width: 66px;
                height: 66px;
                font-size: 1.28rem;
                border: 1px solid rgba(255, 255, 255, 0.7);
                box-shadow:
                    0 0 0 5px rgba(52, 191, 132, 0.2),
                    0 6px 14px rgba(8, 41, 29, 0.28);
            }
        }

        html[lang="ar"] .hero-main,
        html[lang="ar"] .card,
        html[lang="ar"] .contact-box,
        html[lang="ar"] .form-box {
            text-align: right;
        }

        html[lang="ar"] .hero-points {
            justify-content: flex-end;
        }

        html[lang="ar"] .impact .card ul li {
            text-align: right;
        }

        html[lang="ar"] .lang-switch {
            margin-inline-start: auto;
            margin-inline-end: 0;
            margin-right: auto;
            margin-left: 0;
        }

        html[lang="ar"] .card ul li {
            padding-left: 0;
            padding-right: 22px;
        }

        html[lang="ar"] .card ul li::before {
            left: auto;
            right: 0;
        }

        html[lang="ar"] .contact-list li {
            flex-direction: row-reverse;
            justify-content: flex-end;
        }
    
