:root {
            --navy: #0B1526;
            --teal: #00A3AD;
            --brand-blue: #004787;
        }

        .brand-wordmark {
            font-family: 'Baloo 2', sans-serif;
            font-weight: 800;
            font-size: 1.7rem;
            line-height: 1;
            letter-spacing: 0.01em;
            text-transform: uppercase;
            -webkit-font-smoothing: antialiased;
        }
        @media (min-width: 640px) {
            .brand-wordmark { font-size: 2rem; }
        }
        .brand-wordmark .tech { color: var(--brand-blue); }
        .brand-wordmark .nc { color: var(--teal); }
        .brand-wordmark.is-on-dark .tech { color: #ffffff; }
        .carousel-container { overflow: hidden; position: relative; }
        .carousel-track { display: flex; transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }
        .carousel-slide { min-width: 100%; }
        .carousel-dot {
            width: 8px; height: 8px; border-radius: 999px; background: rgba(255,255,255,0.35);
            transition: all 0.3s ease;
        }
        .carousel-dot.active { width: 28px; background: var(--teal); }

        #site-header {
            transition: box-shadow 0.3s ease, background 0.3s ease;
            background: rgba(255,255,255,0.92);
            backdrop-filter: blur(14px);
        }
        #site-header.is-scrolled {
            box-shadow: 0 10px 40px rgba(11, 21, 38, 0.08);
        }

        #contact-form-panel {
            scroll-margin-top: 100px;
        }

        .nav-item {
            position: relative;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #475569;
            padding: 0.55rem 0;
            transition: color 0.25s ease;
        }
        .nav-item:hover, .nav-item.is-active { color: var(--navy); }
        .nav-item::after {
            content: '';
            position: absolute;
            left: 0; right: 0; bottom: 0;
            height: 2px;
            background: var(--teal);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.25s ease;
        }
        .nav-item:hover::after, .nav-item.is-active::after { transform: scaleX(1); }

        .mega-panel {
            animation: megaIn 0.22s ease;
        }
        @keyframes megaIn {
            from { opacity: 0; transform: translateY(8px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .feature-card { transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
        .feature-card:hover {
            transform: translateY(-6px);
            border-color: rgba(0,163,173,0.45);
            box-shadow: 0 18px 40px rgba(11, 21, 38, 0.08);
        }

        .page-hero {
            background:
                radial-gradient(ellipse 80% 60% at 10% 20%, rgba(0,163,173,0.18), transparent 55%),
                radial-gradient(ellipse 70% 50% at 90% 80%, rgba(21,34,56,0.35), transparent 50%),
                linear-gradient(135deg, #0B1526 0%, #152238 55%, #0B1526 100%);
        }

        .fade-up {
            animation: fadeUp 0.7s ease both;
        }
        @keyframes fadeUp {
            from { opacity: 0; transform: translateY(16px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .tech-chip {
            border: 1px solid #E6EDF3;
            background: #fff;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #64748b;
            padding: 0.65rem 1rem;
        }

        .img-zoom {
            overflow: hidden;
        }
        .img-zoom img {
            transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .img-zoom:hover img { transform: scale(1.06); }

        .kenburns {
            animation: kenburns 18s ease-in-out infinite alternate;
        }
        @keyframes kenburns {
            from { transform: scale(1); }
            to { transform: scale(1.08); }
        }

        .page-hero-photo {
            position: relative;
            overflow: hidden;
        }
        .page-hero-photo > img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
        }
        .page-hero-photo::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(105deg, rgba(11,21,38,0.92) 0%, rgba(11,21,38,0.72) 45%, rgba(11,21,38,0.45) 100%);
            z-index: 1;
            pointer-events: none;
        }
        .page-hero-photo > *:not(img) { position: relative; z-index: 2; }

        .media-frame {
            position: relative;
        }
        .media-frame::after {
            content: '';
            position: absolute;
            inset: auto -12px -12px auto;
            width: 45%;
            height: 45%;
            border: 2px solid var(--teal);
            z-index: -1;
            pointer-events: none;
        }

        .pillar-media {
            height: 200px;
            overflow: hidden;
        }
        .pillar-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.7s ease;
        }
        .feature-card:hover .pillar-media img { transform: scale(1.08); }

        .industry-tile {
            position: relative;
            min-height: 240px;
            overflow: hidden;
        }
        .industry-tile img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.7s ease;
        }
        .industry-tile:hover img { transform: scale(1.06); }
        .industry-tile .overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(11,21,38,0.92) 0%, rgba(11,21,38,0.35) 55%, rgba(11,21,38,0.15) 100%);
        }

        .gallery-strip img {
            height: 160px;
            width: 100%;
            object-fit: cover;
            transition: transform 0.7s ease, filter 0.4s ease;
            filter: saturate(0.92);
        }
        @media (min-width: 768px) {
            .gallery-strip img { height: 220px; }
        }
        .gallery-strip .img-zoom:hover img {
            filter: saturate(1.05);
        }

        /* Traffic intelligence flow animation */
        .traffic-flow {
            position: relative;
            background:
                radial-gradient(ellipse 80% 60% at 20% 40%, rgba(0,163,173,0.12), transparent 55%),
                radial-gradient(ellipse 70% 50% at 85% 70%, rgba(0,71,135,0.1), transparent 50%),
                linear-gradient(180deg, #0B1526 0%, #152238 100%);
            overflow: hidden;
        }
        .traffic-flow-stage {
            position: relative;
            width: 100%;
            max-width: 720px;
            margin: 0 auto;
            height: 220px;
        }
        @media (min-width: 768px) {
            .traffic-flow-stage { height: 260px; }
        }

        .tf-road {
            position: absolute;
            left: 4%;
            right: 38%;
            top: 58%;
            height: 52px;
            background: #1a2740;
            border-radius: 6px;
            border: 1px solid rgba(0,163,173,0.25);
            overflow: hidden;
        }
        .tf-road::before {
            content: '';
            position: absolute;
            left: 0; right: 0;
            top: 50%;
            height: 2px;
            background: repeating-linear-gradient(90deg, #00A3AD 0 18px, transparent 18px 36px);
            transform: translateY(-50%);
            animation: tfLane 1.2s linear infinite;
            opacity: 0.85;
        }
        @keyframes tfLane {
            from { background-position: 0 0; }
            to { background-position: 36px 0; }
        }

        .tf-car {
            position: absolute;
            width: 34px;
            height: 14px;
            border-radius: 4px 10px 4px 4px;
            background: linear-gradient(90deg, #004787, #00A3AD);
            box-shadow: 0 0 12px rgba(0,163,173,0.45);
            top: 10px;
            animation: tfCarA 5.5s linear infinite;
        }
        .tf-car::after {
            content: '';
            position: absolute;
            right: 5px; top: 3px;
            width: 8px; height: 8px;
            background: rgba(255,255,255,0.35);
            border-radius: 2px;
        }
        .tf-car.b {
            top: 28px;
            width: 30px;
            background: linear-gradient(90deg, #00A3AD, #004787);
            animation: tfCarB 7s linear infinite;
            animation-delay: -2s;
        }
        .tf-car.c {
            top: 18px;
            width: 38px;
            opacity: 0.9;
            animation: tfCarA 8s linear infinite;
            animation-delay: -4s;
        }
        @keyframes tfCarA {
            0% { left: -12%; }
            100% { left: 108%; }
        }
        @keyframes tfCarB {
            0% { left: 108%; }
            100% { left: -12%; }
        }

        .tf-pole {
            position: absolute;
            left: 42%;
            top: 18%;
            width: 6px;
            height: 42%;
            background: linear-gradient(180deg, #00A3AD, #004787);
            border-radius: 3px;
        }
        .tf-camera {
            position: absolute;
            left: 38%;
            top: 12%;
            width: 42px;
            height: 28px;
            background: #152238;
            border: 2px solid #00A3AD;
            border-radius: 8px 8px 4px 4px;
            box-shadow: 0 0 20px rgba(0,163,173,0.35);
        }
        .tf-camera::before {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -8px;
            width: 14px;
            height: 8px;
            background: #004787;
            transform: translateX(-50%);
            border-radius: 0 0 4px 4px;
        }
        .tf-lens {
            position: absolute;
            left: 10px;
            top: 6px;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: radial-gradient(circle at 35% 35%, #7ee8ef, #004787 55%, #0B1526 100%);
            border: 2px solid #00A3AD;
            animation: tfPulse 1.8s ease-in-out infinite;
        }
        .tf-scan {
            position: absolute;
            left: 34%;
            top: 28%;
            width: 2px;
            height: 36%;
            background: linear-gradient(180deg, transparent, rgba(0,163,173,0.9), transparent);
            animation: tfScan 2.4s ease-in-out infinite;
            pointer-events: none;
        }
        @keyframes tfPulse {
            0%, 100% { box-shadow: 0 0 0 0 rgba(0,163,173,0.55); }
            50% { box-shadow: 0 0 0 10px rgba(0,163,173,0); }
        }
        @keyframes tfScan {
            0%, 100% { transform: translateX(0); opacity: 0.4; }
            50% { transform: translateX(40px); opacity: 1; }
        }

        .tf-packet {
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 2px;
            background: #00A3AD;
            box-shadow: 0 0 10px #00A3AD;
            animation: tfPacket 2.8s ease-in-out infinite;
            opacity: 0;
        }
        .tf-packet.d2 { animation-delay: 0.9s; background: #004787; box-shadow: 0 0 10px #004787; }
        .tf-packet.d3 { animation-delay: 1.8s; }
        @keyframes tfPacket {
            0% { left: 44%; top: 22%; opacity: 0; transform: scale(0.6); }
            15% { opacity: 1; }
            70% { left: 78%; top: 38%; opacity: 1; transform: scale(1); }
            100% { left: 82%; top: 42%; opacity: 0; transform: scale(0.5); }
        }

        .tf-pc {
            position: absolute;
            right: 4%;
            top: 22%;
            width: 140px;
        }
        @media (max-width: 640px) {
            .tf-pc { width: 110px; right: 2%; top: 16%; }
            .tf-road { right: 42%; height: 44px; }
            .tf-camera { width: 36px; height: 24px; left: 36%; }
            .tf-lens { width: 12px; height: 12px; left: 8px; top: 5px; }
            .traffic-flow-stage { height: 200px; }
        }
        .tf-monitor {
            width: 100%;
            aspect-ratio: 16/10;
            background: #0B1526;
            border: 3px solid #004787;
            border-radius: 8px;
            padding: 8px;
            box-shadow: 0 12px 40px rgba(0,0,0,0.35), 0 0 0 1px rgba(0,163,173,0.3);
            position: relative;
            overflow: hidden;
        }
        .tf-monitor-bar {
            height: 8px;
            background: #152238;
            border-radius: 2px;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 4px;
            padding: 0 6px;
        }
        .tf-monitor-bar span {
            width: 5px; height: 5px; border-radius: 50%;
            background: #00A3AD;
        }
        .tf-monitor-bar span:nth-child(2) { background: #004787; }
        .tf-chart {
            display: flex;
            align-items: flex-end;
            gap: 5px;
            height: 58%;
            padding: 0 4px;
        }
        .tf-bar {
            flex: 1;
            background: linear-gradient(180deg, #00A3AD, #004787);
            border-radius: 2px 2px 0 0;
            animation: tfBar 2.2s ease-in-out infinite;
            transform-origin: bottom;
        }
        .tf-bar:nth-child(1) { height: 40%; animation-delay: 0s; }
        .tf-bar:nth-child(2) { height: 70%; animation-delay: 0.2s; }
        .tf-bar:nth-child(3) { height: 55%; animation-delay: 0.4s; }
        .tf-bar:nth-child(4) { height: 90%; animation-delay: 0.1s; }
        .tf-bar:nth-child(5) { height: 45%; animation-delay: 0.3s; }
        .tf-bar:nth-child(6) { height: 75%; animation-delay: 0.5s; }
        @keyframes tfBar {
            0%, 100% { transform: scaleY(0.75); opacity: 0.75; }
            50% { transform: scaleY(1); opacity: 1; }
        }
        .tf-wave {
            position: absolute;
            left: 8px; right: 8px; bottom: 10px;
            height: 22px;
        }
        .tf-wave path {
            fill: none;
            stroke: #00A3AD;
            stroke-width: 2;
            stroke-dasharray: 120;
            animation: tfWave 2s linear infinite;
        }
        @keyframes tfWave {
            to { stroke-dashoffset: -120; }
        }
        .tf-stand {
            width: 28%;
            height: 10px;
            margin: 0 auto;
            background: #004787;
            border-radius: 0 0 4px 4px;
        }
        .tf-base {
            width: 55%;
            height: 6px;
            margin: 0 auto;
            background: #152238;
            border-radius: 3px;
        }

        .tf-label {
            position: absolute;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.55);
        }
        .tf-label.capture { left: 8%; top: 78%; }
        .tf-label.collect { left: 40%; top: 4%; color: #00A3AD; }
        .tf-label.analyse { right: 6%; top: 8%; color: #7ee8ef; }

        .tf-step {
            border: 1px solid rgba(0,163,173,0.25);
            background: rgba(255,255,255,0.03);
            padding: 1rem 1.25rem;
        }
        .tf-step-num {
            color: #00A3AD;
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-weight: 800;
            font-size: 1.25rem;
            margin-bottom: 0.35rem;
        }

        .mega-thumb {
            height: 56px;
            overflow: hidden;
        }
        .mega-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.7s ease;
        }
        .group:hover .mega-thumb img { transform: scale(1.06); }

        .mega-featured {
            position: relative;
            min-height: 120px;
            max-height: 140px;
            overflow: hidden;
        }
        .mega-featured img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .mobile-menu-thumb {
            height: 52px;
            overflow: hidden;
        }
        .mobile-menu-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .mobile-menu-backdrop {
            position: fixed;
            inset: 0;
            z-index: 60;
            background: rgba(11, 21, 38, 0.55);
            backdrop-filter: blur(3px);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity 0.32s ease, visibility 0.32s ease;
        }
        .mobile-menu-backdrop.is-open {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }

        .mobile-menu-panel {
            position: fixed;
            top: 0;
            right: 0;
            width: min(19rem, 88vw);
            height: 100vh;
            height: 100dvh;
            z-index: 70;
            background: #fff;
            border-left: 1px solid #E6EDF3;
            box-shadow: -12px 0 48px rgba(11, 21, 38, 0.14);
            transform: translateX(100%);
            transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            display: flex;
            flex-direction: column;
        }
        .mobile-menu-panel.is-open {
            transform: translateX(0);
        }

        .mobile-menu-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            padding: 1rem 1.25rem;
            border-bottom: 1px solid #E6EDF3;
            background: #fff;
            position: sticky;
            top: 0;
            z-index: 1;
        }
        .mobile-menu-header .brand-wordmark {
            font-size: 1.35rem;
        }

        .mobile-menu-close {
            width: 2.75rem;
            height: 2.75rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #E6EDF3;
            color: #0B1526;
            background: #fff;
            transition: border-color 0.2s ease, color 0.2s ease;
        }
        .mobile-menu-close:hover {
            border-color: #00A3AD;
            color: #00A3AD;
        }

        .mobile-menu-nav {
            padding: 1rem 1.25rem 2rem;
            flex: 1;
        }
        .mobile-menu-link {
            display: block;
            width: 100%;
            text-align: left;
            padding: 0.9rem 0;
            font-size: 0.8125rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            border-bottom: 1px solid #E6EDF3;
            color: #475569;
            transition: color 0.2s ease;
        }
        .mobile-menu-link:hover,
        .mobile-menu-link.is-active {
            color: #00A3AD;
        }

        body.mobile-menu-open {
            overflow: hidden;
        }

        @media (min-width: 1280px) {
            .mobile-menu-backdrop,
            .mobile-menu-panel {
                display: none !important;
            }
        }

        html { scroll-behavior: smooth; }
        body { overflow-x: hidden; }

        @media (max-width: 767px) {
            .media-frame::after { display: none; }
            .carousel-container .prev,
            .carousel-container .next {
                width: 40px;
                height: 40px;
                font-size: 12px;
            }
            .industry-tile { min-height: 200px; }
            #mega-backdrop { top: 0 !important; }
        }

        .cookie-banner {
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 100;
            padding: 1rem;
            transform: translateY(0);
            transition: transform 0.35s ease, opacity 0.35s ease;
        }
        .cookie-banner--hidden {
            transform: translateY(110%);
            opacity: 0;
            pointer-events: none;
        }
        .cookie-banner-inner {
            max-width: 56rem;
            margin: 0 auto;
            background: #fff;
            border: 1px solid var(--brand-line, #E6EDF3);
            box-shadow: 0 -8px 40px rgba(11, 21, 38, 0.12), 0 20px 50px rgba(11, 21, 38, 0.08);
            padding: 1.25rem 1.5rem;
        }
        @media (min-width: 768px) {
            .cookie-banner-inner {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 1.5rem;
                padding: 1.25rem 1.75rem;
            }
        }
        .cookie-toggle {
            position: relative;
            width: 44px;
            height: 24px;
            flex-shrink: 0;
        }
        .cookie-toggle input {
            opacity: 0;
            width: 0;
            height: 0;
        }
        .cookie-toggle-slider {
            position: absolute;
            inset: 0;
            background: #cbd5e1;
            border-radius: 999px;
            cursor: pointer;
            transition: background 0.2s ease;
        }
        .cookie-toggle-slider::before {
            content: '';
            position: absolute;
            left: 3px;
            top: 3px;
            width: 18px;
            height: 18px;
            background: #fff;
            border-radius: 50%;
            transition: transform 0.2s ease;
        }
        .cookie-toggle input:checked + .cookie-toggle-slider {
            background: var(--teal);
        }
        .cookie-toggle input:checked + .cookie-toggle-slider::before {
            transform: translateX(20px);
        }
        .cookie-toggle input:disabled + .cookie-toggle-slider {
            opacity: 0.55;
            cursor: not-allowed;
        }

        .partnership-grid {
            display: grid;
            gap: 1rem;
            align-items: stretch;
        }
        @media (min-width: 768px) {
            .partnership-grid {
                grid-template-columns: 1fr auto 1fr;
                gap: 0;
            }
        }
        .hub-card {
            position: relative;
            overflow: hidden;
            border: 1px solid var(--brand-line, #E6EDF3);
            background: #fff;
            transition: border-color 0.25s ease, box-shadow 0.25s ease;
        }
        .hub-card:hover {
            border-color: var(--teal);
            box-shadow: 0 12px 32px rgba(11, 21, 38, 0.08);
        }
        .hub-card-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            z-index: 2;
            font-size: 9px;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            padding: 0.35rem 0.65rem;
            background: rgba(11, 21, 38, 0.82);
            color: #fff;
        }
        .hub-card-badge.is-eu {
            background: linear-gradient(135deg, #003399 0%, #004787 100%);
        }
        .partnership-bridge {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 1.25rem 1rem;
            text-align: center;
            background: linear-gradient(180deg, #F4F7FA 0%, #fff 100%);
            border: 1px solid var(--brand-line, #E6EDF3);
        }
        @media (min-width: 768px) {
            .partnership-bridge {
                border-top: 1px solid var(--brand-line, #E6EDF3);
                border-bottom: 1px solid var(--brand-line, #E6EDF3);
                border-left: none;
                border-right: none;
                min-width: 7.5rem;
                padding: 1.5rem 0.75rem;
            }
        }
        .partnership-bridge-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--teal);
            color: #fff;
            font-size: 14px;
        }
        .partnership-flags {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: #64748b;
        }
        .partnership-flags .dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--teal);
        }
        .partnership-flags .dot.eu {
            background: #003399;
        }