        html {
            scroll-padding-top: 120px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        body {
            font-family: 'Inter', sans-serif;
            background-color: #f7f9fc;
        }
        h1,
        h2,
        h3,
        h4 {
            text-wrap: balance;
        }
        p,
        li,
        figcaption {
            text-wrap: pretty;
        }
        a,
        button {
            -webkit-tap-highlight-color: transparent;
        }
        .glass-card {
            background: rgba(255, 255, 255, 0.72);
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
            border: 0;
            box-shadow:
                0 0 0 1px rgba(0, 0, 0, 0.045),
                0 1px 2px -1px rgba(0, 0, 0, 0.06),
                0 12px 34px rgba(10, 27, 92, 0.055);
        }
        .glass-nav {
            background: rgba(255, 255, 255, 0.86);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(10, 27, 92, 0.06);
            box-shadow: 0 10px 40px rgba(10, 27, 92, 0.04);
        }
        body.menu-open {
            overflow: hidden;
        }
        .nav-link {
            position: relative;
            min-height: 40px;
            display: inline-flex;
            align-items: center;
            color: #434656;
            transition-property: color;
            transition-duration: 200ms;
            transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
        }
        .desktop-nav .nav-link::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 2px;
            height: 2px;
            border-radius: 9999px;
            background: linear-gradient(90deg, #0A1B5C, #034EF7, #5CDCFF);
            opacity: 0;
            transform: scaleX(0.45);
            transition-property: opacity, transform;
            transition-duration: 220ms;
            transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
        }
        .desktop-nav .nav-link:hover,
        .desktop-nav .nav-link.is-active {
            color: #0F2F9E;
        }
        .desktop-nav .nav-link:hover::after,
        .desktop-nav .nav-link.is-active::after {
            opacity: 1;
            transform: scaleX(1);
        }
        .mobile-menu-toggle,
        .mobile-menu-close {
            width: 46px;
            height: 46px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 0;
            border-radius: 9999px;
            transition-property: transform, background-color, color, box-shadow;
            transition-duration: 200ms;
            transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
        }
        .mobile-menu-toggle {
            color: #0A1B5C;
            background: rgba(255, 255, 255, 0.76);
            box-shadow:
                0 0 0 1px rgba(10, 27, 92, 0.08),
                0 10px 26px rgba(10, 27, 92, 0.08);
        }
        .mobile-menu-toggle:active,
        .mobile-menu-close:active {
            transform: scale(0.96);
        }
        .mobile-menu-overlay {
            position: fixed;
            inset: 0;
            z-index: 70;
            background: rgba(7, 18, 55, 0.32);
            opacity: 0;
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
            transition: opacity 260ms cubic-bezier(0.2, 0, 0, 1);
        }
        .mobile-menu-overlay.is-open {
            opacity: 1;
        }
        .mobile-menu-panel {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 80;
            width: min(86vw, 390px);
            display: flex;
            flex-direction: column;
            gap: 2rem;
            padding: 1.25rem;
            color: white;
            background:
                radial-gradient(circle at 18% 8%, rgba(92, 220, 255, 0.32), rgba(92, 220, 255, 0) 34%),
                linear-gradient(150deg, #071237 0%, #0F2F9E 42%, #034EF7 72%, #1F7CFF 100%);
            box-shadow: -28px 0 70px rgba(7, 18, 55, 0.28);
            transform: translateX(104%);
            transition: transform 320ms cubic-bezier(0.2, 0, 0, 1);
        }
        .mobile-menu-panel.is-open {
            transform: translateX(0);
        }
        .mobile-menu-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            min-height: 54px;
        }
        .mobile-menu-head img {
            width: 132px;
            height: auto;
            filter: brightness(0) invert(1);
        }
        .mobile-menu-close {
            color: white;
            background: rgba(255, 255, 255, 0.14);
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
        }
        .mobile-menu-nav {
            display: grid;
            gap: 0.5rem;
            margin-top: 0.5rem;
        }
        .mobile-nav-link {
            min-height: 54px;
            padding: 0 1rem;
            border-radius: 1rem;
            color: rgba(255, 255, 255, 0.78);
            font-size: clamp(1.05rem, 4.6vw, 1.28rem);
            font-weight: 800;
            letter-spacing: 0;
            transition-property: color, background-color, transform;
            transition-duration: 220ms;
            transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
        }
        .mobile-nav-link:hover,
        .mobile-nav-link.is-active {
            color: #0A1B5C;
            background: rgba(255, 255, 255, 0.92);
            transform: translateX(-2px);
        }
        .mobile-menu-social {
            display: flex;
            gap: 0.75rem;
            margin-top: auto;
        }
        .mobile-menu-social .social-link {
            width: 44px;
            height: 44px;
            background: rgba(255, 255, 255, 0.14);
            border-color: rgba(255, 255, 255, 0.24);
        }
        .mobile-demo-button {
            width: 100%;
            min-height: 56px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 1.4rem;
            border-radius: 9999px;
            color: #0A1B5C;
            background: white;
            box-shadow: 0 18px 42px rgba(7, 18, 55, 0.2);
            font-weight: 900;
        }
        .interactive-button {
            min-height: 44px;
            justify-content: center;
            transition-property: transform, box-shadow, background-color, background-position;
            transition-duration: 240ms;
            transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
        }
        .interactive-button:hover {
            transform: translateY(-2px);
        }
        .interactive-button:active {
            transform: scale(0.96);
        }
        .interactive-button:focus-visible {
            outline: 3px solid rgba(92, 220, 255, 0.45);
            outline-offset: 3px;
        }
        .secondary-button:hover {
            background: rgba(255, 255, 255, 0.95);
            box-shadow:
                0 0 0 1px rgba(3, 78, 247, 0.08),
                0 12px 30px rgba(10, 27, 92, 0.1);
        }
        .duxa-gradient {
            background: linear-gradient(135deg, #0A1B5C 0%, #034EF7 50%, #5CDCFF 100%);
            background-size: 180% 180%;
            background-position: 0% 50%;
            transition: background-position 0.45s ease, transform 0.25s ease, box-shadow 0.25s ease;
        }
        .duxa-gradient:hover,
        .duxa-gradient:focus-visible {
            background-position: 100% 50%;
        }
        .duxa-gradient-subtle {
            background: linear-gradient(135deg, rgba(10, 27, 92, 0.05) 0%, rgba(92, 220, 255, 0.1) 100%);
        }
        .text-gradient {
            background: linear-gradient(135deg, #0A1B5C 0%, #034EF7 50%, #5CDCFF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .cta-gradient-word {
            background: linear-gradient(135deg, #ffffff 0%, #d7ddff 45%, #5CDCFF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .cyan-glow {
            box-shadow: 0px 8px 32px rgba(92, 220, 255, 0.4);
        }
        .blue-glow {
            box-shadow: 0px 8px 32px rgba(3, 78, 247, 0.3);
        }
        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }
        .icon-luminous {
            background: linear-gradient(135deg, #034EF7 0%, #5CDCFF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 0 8px rgba(92, 220, 255, 0.5));
        }
        .hero-section {
            background:
                linear-gradient(118deg, rgba(92, 220, 255, 0.13) 0%, rgba(247, 249, 252, 0) 42%),
                linear-gradient(300deg, rgba(3, 78, 247, 0.1) 0%, rgba(247, 249, 252, 0) 48%),
                #f7f9fc;
        }
        .hero-section::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(3, 78, 247, 0.14), transparent);
        }
        .industry-context-section {
            isolation: isolate;
            overflow: hidden;
            background: #f4f6f9;
        }
        .industry-context-section::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -2;
            background: linear-gradient(135deg, #0A1B5C 0%, #034EF7 52%, #5CDCFF 100%);
            clip-path: polygon(0 16%, 100% 0, 100% 84%, 0 100%);
        }
        .industry-context-section::after {
            content: "";
            position: absolute;
            inset: 18% 8% 10% 8%;
            z-index: -1;
            border-radius: 9999px;
            background: radial-gradient(circle at 70% 50%, rgba(255, 255, 255, 0.22), rgba(92, 220, 255, 0) 68%);
            filter: blur(34px);
        }
        .industry-context-section .glass-card {
            background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 28px 90px rgba(10, 27, 92, 0.18);
        }
        .hero-device-frame {
            position: relative;
            padding: clamp(1rem, 2.6vw, 2rem);
            border-radius: clamp(2rem, 4vw, 3.5rem);
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(230, 238, 255, 0.54));
            box-shadow: 0 38px 110px rgba(10, 27, 92, 0.16);
            overflow: visible;
        }
        .hero-visual-glow {
            transform: translate(4%, 2%) scale(0.88);
        }
        .hero-laptop-frame {
            width: min(112%, 760px);
            margin-left: clamp(-2rem, -4vw, -1rem);
            padding: 0;
            background: transparent;
            box-shadow: none;
        }
        .hero-dashboard-image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: clamp(1.25rem, 2.4vw, 2rem);
            background: #fff;
            outline: 1px solid rgba(0, 0, 0, 0.1);
        }
        .hero-laptop-image {
            position: relative;
            z-index: 2;
            width: 112%;
            max-width: none;
            margin: -3% -6% -4% -6%;
            border-radius: 0;
            background: transparent;
            outline: 0;
            filter:
                drop-shadow(0 28px 42px rgba(10, 27, 92, 0.2))
                drop-shadow(0 12px 26px rgba(3, 78, 247, 0.1));
        }
        .hero-quick-stat {
            position: absolute;
            left: clamp(1rem, 3.6vw, 2.8rem);
            bottom: clamp(1.05rem, 3.2vw, 2.6rem);
            z-index: 3;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.78rem 1rem;
            border-radius: 1.05rem;
            box-shadow:
                0 0 0 1px rgba(10, 27, 92, 0.055),
                0 18px 38px rgba(10, 27, 92, 0.14);
        }
        .hero-quick-stat span {
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            color: white;
            background: linear-gradient(135deg, #034EF7, #5CDCFF);
        }
        .hero-quick-stat p {
            margin: 0;
            color: #0F2F9E;
            font-size: 0.92rem;
            font-weight: 800;
        }
        .hero-quick-stat small {
            color: #434656;
            font-size: 0.72rem;
            font-weight: 600;
        }
        .platform-feature {
            position: relative;
            overflow: hidden;
            transition-property: transform, box-shadow, background-color;
            transition-duration: 240ms;
            transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
        }
        .platform-feature::before {
            content: "";
            position: absolute;
            top: 18px;
            bottom: 18px;
            left: 0;
            width: 3px;
            border-radius: 0 999px 999px 0;
            background: linear-gradient(180deg, #034EF7, #5CDCFF);
            opacity: 0;
            transform: scaleY(0.55);
            transition-property: opacity, transform;
            transition-duration: 240ms;
        }
        .platform-feature:hover {
            transform: translateY(-3px);
            background: rgba(255, 255, 255, 0.92);
            box-shadow:
                0 0 0 1px rgba(3, 78, 247, 0.06),
                0 18px 42px rgba(10, 27, 92, 0.09);
        }
        .platform-feature:hover::before {
            opacity: 1;
            transform: scaleY(1);
        }
        .mission-panel {
            box-shadow:
                0 0 0 1px rgba(255, 255, 255, 0.09),
                0 30px 80px rgba(10, 27, 92, 0.24);
        }
        .mission-author {
            display: grid;
            grid-template-columns: 3.5rem minmax(0, 1fr);
            align-items: center;
        }
        .mission-author-icon {
            width: 3.5rem;
            height: 3.5rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 3.5rem;
            line-height: 1;
        }
        .mission-author-icon .material-symbols-outlined {
            display: block;
            width: 1.5rem;
            height: 1.5rem;
            font-size: 1.5rem;
            line-height: 1;
        }
        .benefit-card {
            position: relative;
            min-height: 220px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.9);
            transition-property: transform, box-shadow;
            transition-duration: 240ms;
            transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
        }
        .benefit-card::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 3px;
            background: linear-gradient(90deg, #0A1B5C, #034EF7, #5CDCFF);
            transform: scaleX(0);
            transform-origin: left center;
            transition: transform 240ms cubic-bezier(0.2, 0, 0, 1);
        }
        .benefit-card:hover {
            transform: translateY(-4px);
            box-shadow:
                0 0 0 1px rgba(3, 78, 247, 0.07),
                0 18px 46px rgba(10, 27, 92, 0.1);
        }
        .benefit-card:hover::after {
            transform: scaleX(1);
        }
        .benefit-index {
            position: absolute;
            top: 18px;
            right: 20px;
            color: rgba(10, 27, 92, 0.28);
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            font-variant-numeric: tabular-nums;
        }
        .operation-photo-card img {
            outline: 1px solid rgba(0, 0, 0, 0.1);
            outline-offset: -1px;
        }
        .operation-layout {
            grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
            align-items: end;
        }
        .coverage-section {
            isolation: isolate;
            overflow: hidden;
            background: #f1f5fb;
        }
        .coverage-section::before {
            content: "";
            position: absolute;
            top: 4%;
            right: -190px;
            width: 620px;
            height: 620px;
            border-radius: 9999px;
            background: radial-gradient(circle, rgba(92, 220, 255, 0.34) 0%, rgba(3, 78, 247, 0.18) 38%, rgba(92, 220, 255, 0) 72%);
            filter: blur(18px);
            z-index: -1;
            animation: coverage-breathe 6s ease-in-out infinite;
        }
        @keyframes coverage-breathe {
            0%, 100% {
                transform: scale(0.92);
                opacity: 0.55;
            }
            50% {
                transform: scale(1.08);
                opacity: 0.9;
            }
        }
        .coverage-layout {
            display: grid;
            grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.42fr);
            gap: clamp(3rem, 7vw, 7rem);
            align-items: start;
        }
        .coverage-intro {
            position: sticky;
            top: 150px;
        }
        .coverage-intro h2 {
            margin: 1.25rem 0 1.5rem;
        }
        .coverage-intro > p {
            max-width: 33rem;
            line-height: 1.75;
        }
        .section-kicker {
            display: inline-flex;
            align-items: center;
            min-height: 32px;
            padding: 0 0.8rem;
            border-radius: 999px;
            color: #0F2F9E;
            background: rgba(3, 78, 247, 0.08);
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }
        .coverage-assurance {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-top: 2rem;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(10, 27, 92, 0.1);
            color: #0A1B5C;
            font-size: 0.88rem;
            font-weight: 700;
        }
        .coverage-assurance .material-symbols-outlined {
            color: #034EF7;
        }
        .coverage-matrix {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            background: rgba(255, 255, 255, 0.82);
            border-radius: 1.5rem;
            box-shadow:
                0 0 0 1px rgba(10, 27, 92, 0.055),
                0 26px 70px rgba(10, 27, 92, 0.09);
            overflow: hidden;
        }
        .coverage-item {
            position: relative;
            min-height: 286px;
            padding: clamp(2rem, 4vw, 3rem);
            transition-property: background-color;
            transition-duration: 220ms;
        }
        .coverage-item:nth-child(odd) {
            border-right: 1px solid rgba(10, 27, 92, 0.09);
        }
        .coverage-item:nth-child(-n + 2) {
            border-bottom: 1px solid rgba(10, 27, 92, 0.09);
        }
        .coverage-item:hover {
            background: rgba(3, 78, 247, 0.035);
        }
        .coverage-item-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 2.4rem;
        }
        .coverage-number {
            color: rgba(10, 27, 92, 0.42);
            font-size: 0.78rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            font-variant-numeric: tabular-nums;
        }
        .coverage-icon {
            width: 48px;
            height: 48px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            color: #034EF7;
            background: linear-gradient(145deg, rgba(3, 78, 247, 0.1), rgba(92, 220, 255, 0.16));
            box-shadow: inset 0 0 0 1px rgba(3, 78, 247, 0.08);
        }
        .coverage-item h3 {
            margin-bottom: 0.9rem;
            color: #151820;
        }
        .coverage-item p {
            line-height: 1.65;
        }
        .operation-carousel {
            aspect-ratio: 5 / 3;
            min-height: 430px;
            overflow: hidden;
        }
        .operation-photo-card {
            position: absolute;
            inset: 1rem;
            overflow: hidden;
            border-radius: 1.6rem;
            background: #fff;
            opacity: 0;
            transform: translateX(16px) scale(0.985);
            pointer-events: none;
            transition:
                opacity 320ms cubic-bezier(0.2, 0, 0, 1),
                transform 320ms cubic-bezier(0.2, 0, 0, 1);
        }
        .operation-photo-card.is-active {
            opacity: 1;
            transform: translateX(0) scale(1);
            pointer-events: auto;
        }
        .operation-photo-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .operation-photo-card figcaption {
            position: absolute;
            left: 1rem;
            bottom: 1rem;
            padding: 0.65rem 0.9rem;
            border-radius: 9999px;
            background: rgba(255, 255, 255, 0.86);
            color: #0A1B5C;
            font-size: 0.875rem;
            font-weight: 700;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
        }
        .operation-tab {
            width: 100%;
            min-height: 104px;
            border: 0;
            font: inherit;
            text-align: left;
            color: #151820;
            background: rgba(255, 255, 255, 0.72);
            cursor: pointer;
            transition-property: transform, box-shadow, background-color, color;
            transition-duration: 220ms;
            transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
        }
        .operation-tab:hover {
            transform: translateX(4px);
            background: rgba(255, 255, 255, 0.94);
            box-shadow:
                0 0 0 1px rgba(3, 78, 247, 0.06),
                0 14px 36px rgba(10, 27, 92, 0.08);
        }
        .operation-tab:active {
            transform: scale(0.96);
        }
        .operation-tab:focus-visible {
            outline: 3px solid rgba(92, 220, 255, 0.45);
            outline-offset: 3px;
        }
        .operation-tab.is-active {
            color: white;
            background: linear-gradient(135deg, #0A1B5C 0%, #034EF7 68%, #1F7CFF 100%);
            box-shadow:
                0 0 0 1px rgba(255, 255, 255, 0.16),
                0 20px 46px rgba(3, 78, 247, 0.2);
        }
        .operation-tab.is-active:hover {
            background: linear-gradient(135deg, #0A1B5C 0%, #034EF7 68%, #1F7CFF 100%);
        }
        .operation-tab p,
        .operation-tab span,
        .operation-tab h4 {
            transition: color 220ms cubic-bezier(0.2, 0, 0, 1);
        }
        .operation-tab.is-active p,
        .operation-tab.is-active span,
        .operation-tab.is-active h4 {
            color: white;
        }
        .operation-tab.is-active p {
            color: rgba(255, 255, 255, 0.78);
        }
        .operation-tab-icon {
            background: rgba(3, 78, 247, 0.08);
            transition-property: background-color, transform;
            transition-duration: 220ms;
            transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
        }
        .operation-tab.is-active .operation-tab-icon {
            background: rgba(255, 255, 255, 0.16);
            transform: scale(1.04);
        }
        .partner-logo-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: clamp(2rem, 6vw, 5rem);
        }
        .partner-logo {
            width: min(300px, 38vw);
            max-width: 100%;
            max-height: 120px;
            object-fit: contain;
            filter: grayscale(1);
            opacity: 0.72;
            transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
        }
        .partner-logo-wide {
            width: min(360px, 48vw);
        }
        .partner-logo:hover {
            filter: grayscale(0);
            opacity: 1;
            transform: translateY(-2px);
        }
        .process-section {
            background:
                linear-gradient(180deg, #f7f9fc 0%, #eef4ff 54%, #f7f9fc 100%);
        }
        .partners-section {
            background: rgba(255, 255, 255, 0.72);
        }
        .testimonials-section {
            background:
                radial-gradient(circle at 12% 18%, rgba(92, 220, 255, 0.12), rgba(92, 220, 255, 0) 34%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, #f4f7fc 100%);
        }
        .testimonials-header {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            align-items: end;
            gap: 2rem;
            margin-bottom: 2.5rem;
        }
        .testimonials-header .section-kicker {
            grid-column: 1 / -1;
            width: fit-content;
        }
        .testimonials-header h2 {
            margin-bottom: 1rem;
            max-width: 720px;
        }
        .testimonials-header p {
            max-width: 680px;
            line-height: 1.7;
        }
        .testimonial-controls {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        .testimonial-control {
            width: 46px;
            height: 46px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 0;
            border-radius: 9999px;
            color: #034EF7;
            background: rgba(255, 255, 255, 0.82);
            box-shadow:
                0 0 0 1px rgba(3, 78, 247, 0.08),
                0 14px 34px rgba(10, 27, 92, 0.1);
            transition-property: transform, background-color, color;
            transition-duration: 200ms;
            transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
        }
        .testimonial-control:hover {
            transform: translateY(-2px);
            color: white;
            background: #034EF7;
        }
        .testimonial-control:active {
            transform: scale(0.96);
        }
        .testimonial-carousel {
            overflow: hidden;
        }
        .testimonial-track {
            display: flex;
            gap: 1rem;
            transition: transform 360ms cubic-bezier(0.2, 0, 0, 1);
        }
        .testimonial-card {
            flex: 0 0 calc((100% - 2rem) / 3);
            min-height: 300px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 2rem;
            border-radius: 1.5rem;
            background: rgba(255, 255, 255, 0.86);
            box-shadow:
                0 0 0 1px rgba(10, 27, 92, 0.055),
                0 18px 52px rgba(10, 27, 92, 0.08);
        }
        .testimonial-stars {
            display: flex;
            gap: 0.18rem;
            margin-bottom: 1.5rem;
            color: #034EF7;
        }
        .testimonial-stars .material-symbols-outlined {
            font-size: 1.25rem;
            font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20;
        }
        .testimonial-card p {
            color: #1b1b1b;
            font-size: 1.05rem;
            line-height: 1.65;
        }
        .testimonial-card footer {
            display: flex;
            align-items: center;
            gap: 0.85rem;
            padding-top: 1.5rem;
            margin-top: 1.5rem;
            border-top: 1px solid rgba(10, 27, 92, 0.1);
        }
        .testimonial-company-logo {
            width: 44px;
            height: 44px;
            flex: 0 0 44px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            color: #034EF7;
            background:
                linear-gradient(145deg, rgba(3, 78, 247, 0.08), rgba(92, 220, 255, 0.14)),
                #ffffff;
            box-shadow:
                0 0 0 1px rgba(3, 78, 247, 0.08),
                0 10px 24px rgba(10, 27, 92, 0.08);
            font-size: 0.72rem;
            font-weight: 900;
            letter-spacing: 0.04em;
        }
        .testimonial-author {
            display: grid;
            gap: 0.25rem;
            min-width: 0;
        }
        .testimonial-card strong {
            color: #0A1B5C;
            font-size: 0.98rem;
        }
        .testimonial-card footer span {
            color: #434656;
            font-size: 0.86rem;
        }
        .testimonial-dots {
            display: flex;
            justify-content: center;
            gap: 0.5rem;
            margin-top: 1.75rem;
        }
        .testimonial-dot {
            width: 9px;
            height: 9px;
            border: 0;
            border-radius: 9999px;
            background: rgba(3, 78, 247, 0.22);
            transition-property: width, background-color, transform;
            transition-duration: 220ms;
            transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
        }
        .testimonial-dot.is-active {
            width: 28px;
            background: #034EF7;
        }
        .final-cta {
            box-shadow:
                0 0 0 1px rgba(255, 255, 255, 0.16),
                0 32px 78px rgba(10, 27, 92, 0.22);
        }
        .cta-button:hover {
            box-shadow: 0 16px 40px rgba(255, 255, 255, 0.24);
        }
        .whatsapp-float {
            position: fixed;
            right: 24px;
            bottom: 24px;
            z-index: 60;
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            text-decoration: none;
        }
        .whatsapp-help {
            padding: 0.75rem 1rem;
            border-radius: 9999px;
            background: rgba(255, 255, 255, 0.92);
            color: #434656;
            font-size: 0.875rem;
            font-weight: 600;
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
            opacity: 0;
            transform: translateX(8px);
            transition: opacity 0.2s ease, transform 0.2s ease;
            pointer-events: none;
        }
        .whatsapp-float:hover .whatsapp-help,
        .whatsapp-float:focus-visible .whatsapp-help {
            opacity: 1;
            transform: translateX(0);
        }
        .whatsapp-icon {
            width: 60px;
            height: 60px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            background: #25D366;
            color: white;
            font-size: 0.9rem;
            font-weight: 900;
            box-shadow: 0 16px 40px rgba(37, 211, 102, 0.32);
            transition: transform 0.2s ease;
        }
        .whatsapp-icon svg {
            width: 30px;
            height: 30px;
            display: block;
            fill: currentColor;
        }
        .whatsapp-float:active .whatsapp-icon {
            transform: scale(0.96);
        }

        /* Ambient Drift Footer Gradient */
        @keyframes ambient-drift {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }
        .footer-animated-bg {
            background: linear-gradient(-45deg, #071237, #0F2F9E, #034EF7, #1F7CFF, #0A1B5C, #071237);
            background-size: 400% 400%;
            animation: ambient-drift 24s ease infinite;
        }
        .site-footer {
            padding: 48px 0 22px;
            color: white;
        }
        .footer-main {
            display: grid;
            grid-template-columns: minmax(0, 1.5fr) auto auto;
            align-items: start;
            gap: clamp(3rem, 7vw, 7rem);
            margin-bottom: 34px;
        }
        .footer-brand-lockup {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 14px;
            font-size: 1.45rem;
            font-weight: 900;
            line-height: 1;
        }
        .footer-logo {
            width: 48px;
            height: 40px;
            display: block;
            object-fit: contain;
        }
        .footer-description {
            max-width: 430px;
            color: rgba(255, 255, 255, 0.82);
            font-size: 0.9rem;
            line-height: 1.55;
        }
        .footer-location {
            margin-top: 8px;
            color: rgba(255, 255, 255, 0.62);
            font-size: 0.78rem;
        }
        .footer-heading {
            margin-bottom: 14px;
            color: rgba(255, 255, 255, 0.65);
            font-size: 0.68rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        .footer-nav ul {
            display: grid;
            gap: 8px;
        }
        .footer-nav a {
            color: rgba(255, 255, 255, 0.84);
            font-size: 0.82rem;
            transition: color 180ms ease;
        }
        .footer-nav a:hover {
            color: white;
        }
        .footer-social-links {
            display: flex;
            gap: 8px;
        }
        .social-link {
            width: 38px;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(255, 255, 255, 0.22);
            border-radius: 9999px;
            background: rgba(255, 255, 255, 0.1);
            color: white;
            font-size: 0.72rem;
            font-weight: 800;
            transition-property: transform, background-color, border-color;
            transition-duration: 200ms;
        }
        .social-link:hover {
            transform: translateY(-2px);
            background-color: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.34);
        }
        .social-link:active {
            transform: scale(0.96);
        }
        .social-link svg {
            width: 17px;
            height: 17px;
            display: block;
            fill: currentColor;
        }
        .footer-bottom {
            padding-top: 18px;
            border-top: 1px solid rgba(255, 255, 255, 0.16);
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            color: rgba(255, 255, 255, 0.62);
            font-size: 0.72rem;
        }
        .footer-legal-links {
            display: flex;
            gap: 24px;
        }

        /* Carousel specific styles */
        .carousel-container {
            width: 100%;
            max-width: 1064px;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
            padding: 72px 20px;
            cursor: grab;
        }
        .carousel-container:active {
            cursor: grabbing;
        }
        .carousel-track {
            display: flex;
            align-items: center;
            gap: clamp(1rem, 2vw, 2rem);
            touch-action: pan-y;
            will-change: transform;
        }
        .carousel-card {
            width: min(320px, calc(100vw - 80px));
            flex-shrink: 0;
            transition: transform 0.35s cubic-bezier(0.2, 0, 0, 1), background-color 0.35s ease, color 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
            transform: scale(0.92);
            user-select: none;
        }
        .carousel-card.active-card {
            background-color: #034EF7;
            color: white;
            box-shadow: 0 20px 40px rgba(3, 78, 247, 0.3);
            border-color: transparent;
            opacity: 1;
            transform: scale(1.08);
        }
        .carousel-card.inactive-card {
            background-color: white;
            color: #034EF7;
            border: 0;
            box-shadow: inset 0 0 0 1px rgba(3, 78, 247, 0.34);
            opacity: 0.7;
        }
        .carousel-control {
            width: 48px;
            height: 48px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            background: rgba(255, 255, 255, 0.72);
            color: #034EF7;
            box-shadow: 0 10px 30px rgba(3, 78, 247, 0.16);
            transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
        }
        .carousel-control:hover {
            background: #034EF7;
            color: white;
            transform: translateY(-2px);
        }
        .carousel-control:active {
            transform: scale(0.96);
        }
        .carousel-dot {
            width: 34px;
            height: 7px;
            position: relative;
            overflow: hidden;
            border-radius: 9999px;
            background: #c3c5d9;
            transition: width 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
        }
        .carousel-dot.is-active {
            width: 58px;
            background: rgba(3, 78, 247, 0.16);
        }
        .carousel-dot-fill {
            position: absolute;
            inset: 0;
            border-radius: inherit;
            background: linear-gradient(135deg, #034EF7 0%, #5CDCFF 100%);
            transform: scaleX(0);
            transform-origin: left center;
        }
        @media (max-width: 1023px) {
            html {
                scroll-padding-top: 96px;
            }
            .site-nav > div {
                height: 86px;
            }
            .nav-demo-button {
                display: none !important;
            }
            .hero-section {
                padding-top: 9.5rem;
                padding-bottom: 6.5rem;
            }
            .hero-section h1 {
                font-size: clamp(3.8rem, 9vw, 5.8rem);
                line-height: 1;
            }
            .hero-section .font-body-lg {
                font-size: clamp(1.05rem, 2.6vw, 1.2rem);
                line-height: 1.65;
            }
            .hero-section .button-with-icon,
            .hero-section .secondary-button {
                min-height: 58px;
                padding-inline: 1.55rem;
            }
            .mission-panel {
                padding: clamp(2rem, 6vw, 4rem);
                border-radius: 2rem;
            }
            .mission-panel p {
                font-size: clamp(1.65rem, 4.6vw, 2.35rem);
            }
            .industry-context-section {
                padding-top: 7rem;
                padding-bottom: 7rem;
            }
            .industry-context-section .glass-card {
                border-radius: 2rem;
            }
            .final-cta {
                border-radius: 2rem;
            }
            .final-cta h2 {
                font-size: clamp(3rem, 8vw, 5rem);
                line-height: 1;
            }
            .final-cta p {
                font-size: clamp(1rem, 2.6vw, 1.18rem);
                line-height: 1.65;
            }
            .testimonials-header {
                grid-template-columns: 1fr;
            }
            .testimonial-controls {
                justify-content: flex-start;
            }
            .testimonial-card {
                flex-basis: calc((100% - 1rem) / 2);
            }
        }
        @media (max-width: 767px) {
            .site-nav > div {
                height: 80px;
                padding-left: 1.25rem;
                padding-right: 1.25rem;
            }
            .site-nav img {
                height: 2rem;
            }
            .mobile-menu-panel {
                width: min(90vw, 360px);
                padding: 1rem;
            }
            .hero-section {
                padding-top: 8.5rem;
                padding-bottom: 6rem;
            }
            .hero-section h1 {
                font-size: clamp(2.85rem, 14vw, 4.25rem);
                line-height: 1.05;
                letter-spacing: 0;
            }
            .hero-section .flex.flex-wrap {
                display: grid;
                grid-template-columns: 1fr;
                gap: 0.9rem;
            }
            .hero-section .button-with-icon,
            .hero-section .secondary-button {
                width: 100%;
                min-height: 56px;
                padding-inline: 1.25rem;
            }
            .hero-device-frame {
                margin-top: 2rem;
            }
            .hero-laptop-frame {
                width: 100%;
                max-width: 100%;
                margin-left: 0;
                padding: 0;
            }
            .hero-laptop-image {
                width: 112%;
                margin: -3% -6% -2% -6%;
            }
            .hero-quick-stat {
                position: static;
                margin-top: 1rem;
                width: 100%;
            }
            .platform-feature {
                gap: 1rem;
                padding: 1.25rem;
                border-radius: 1.2rem;
                background: rgba(255, 255, 255, 0.86);
            }
            .platform-feature > div:first-child {
                width: 3rem;
                height: 3rem;
                border-radius: 1rem;
            }
            .platform-feature h4,
            .operation-tab h4 {
                font-size: 1.08rem;
            }
            .mission-panel {
                padding: 1.65rem;
                border-radius: 1.35rem;
                margin-top: 0.75rem;
            }
            .mission-panel p {
                margin-bottom: 1.6rem;
                font-size: 1.28rem;
                line-height: 1.42;
            }
            .mission-panel .text-8xl {
                margin-bottom: 0.8rem;
                font-size: 4.5rem;
            }
            .mission-author {
                grid-template-columns: 2.75rem minmax(0, 1fr);
                gap: 1rem;
                padding-top: 1.25rem;
            }
            .mission-author-icon {
                width: 2.75rem;
                height: 2.75rem;
                flex-basis: 2.75rem;
            }
            .mission-author-icon .material-symbols-outlined {
                width: 1.22rem;
                height: 1.22rem;
                font-size: 1.22rem;
            }
            .industry-context-section .glass-card {
                padding: 1.6rem;
                border-radius: 1.35rem;
                gap: 1.5rem;
            }
            .industry-context-section {
                padding-top: 4.5rem;
                padding-bottom: 4.5rem;
            }
            .industry-context-section::before {
                clip-path: polygon(0 10%, 100% 0, 100% 92%, 0 100%);
            }
            .industry-context-section h2,
            .coverage-intro h2,
            .operation-layout h2,
            #process h2,
            .testimonials-header h2 {
                font-size: clamp(2.05rem, 10vw, 2.8rem);
                line-height: 1.05;
            }
            .industry-context-section p,
            #platform p,
            .coverage-intro > p,
            .operation-layout > div > p {
                font-size: 1rem;
                line-height: 1.65;
            }
            #benefits h2 {
                font-size: clamp(2.2rem, 10vw, 3rem);
            }
            section.py-32,
            section.py-28 {
                padding-top: 5rem;
                padding-bottom: 5rem;
            }
            .operation-layout {
                grid-template-columns: 1fr;
                gap: 2.25rem;
                align-items: start;
            }
            .operation-tab {
                min-height: 0;
                gap: 1rem;
                padding: 1.2rem;
                border-radius: 1.25rem;
            }
            .operation-tab-icon {
                width: 3rem;
                height: 3rem;
            }
            .operation-carousel {
                aspect-ratio: 4 / 3;
                min-height: 0;
                border-radius: 2rem;
                padding: 0.75rem;
            }
            .operation-photo-card {
                inset: 0.75rem;
                border-radius: 1.25rem;
            }
            .coverage-layout {
                grid-template-columns: 1fr;
                gap: 3rem;
            }
            .coverage-intro {
                position: static;
            }
            .coverage-matrix {
                grid-template-columns: 1fr;
                border-radius: 1.25rem;
            }
            .coverage-item {
                min-height: auto;
            }
            .coverage-item:nth-child(odd),
            .coverage-item:nth-child(-n + 2) {
                border-right: 0;
                border-bottom: 1px solid rgba(10, 27, 92, 0.09);
            }
            .coverage-item:last-child {
                border-bottom: 0;
            }
            .testimonials-section {
                padding-top: 5rem;
                padding-bottom: 5rem;
            }
            .testimonial-card {
                flex-basis: 100%;
                min-height: 280px;
                padding: 1.5rem;
                border-radius: 1.25rem;
            }
            .testimonial-control {
                width: 42px;
                height: 42px;
            }
            .final-cta {
                padding: 2.35rem 1.25rem;
                border-radius: 1.35rem;
            }
            .final-cta h2 {
                margin-bottom: 1.2rem;
                font-size: clamp(2.05rem, 10vw, 2.85rem);
                line-height: 1.06;
            }
            .final-cta p {
                margin-bottom: 2rem;
                font-size: 0.98rem;
                line-height: 1.62;
            }
            .cta-button {
                width: 100%;
                justify-content: center;
                padding: 1rem 1.25rem;
                font-size: 1rem;
            }
            .whatsapp-help {
                display: none;
            }
            .whatsapp-float {
                right: 16px;
                bottom: 16px;
            }
            .carousel-container {
                max-width: none;
                padding: 1.5rem 0.25rem 1.75rem;
                overflow: hidden;
            }
            .carousel-track {
                gap: 0.9rem;
                align-items: stretch;
            }
            .carousel-card {
                width: calc(100vw - 5.5rem);
                min-height: 228px;
                padding: 2rem 1.35rem;
                border-radius: 1.35rem;
                transform: scale(1);
            }
            .carousel-card.active-card {
                transform: scale(1);
                box-shadow: 0 18px 44px rgba(3, 78, 247, 0.2);
            }
            .carousel-card.inactive-card {
                opacity: 0.88;
            }
            .carousel-card .w-16 {
                width: 3.25rem;
                height: 3.25rem;
                margin-bottom: 1.45rem;
            }
            .carousel-card h4 {
                margin-bottom: 0.8rem;
                font-size: 1.1rem;
            }
            .carousel-card p {
                font-size: 0.9rem;
                line-height: 1.5;
            }
            .carousel-control {
                width: 44px;
                height: 44px;
            }
            .carousel-dot {
                width: 24px;
            }
            .carousel-dot.is-active {
                width: 42px;
            }
            .partner-logo-row {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 1rem;
                align-items: center;
            }
            .partner-logo {
                width: 100%;
                max-height: 82px;
                padding: 0.9rem;
                border-radius: 1rem;
                background: rgba(255, 255, 255, 0.84);
                box-shadow:
                    0 0 0 1px rgba(10, 27, 92, 0.055),
                    0 12px 30px rgba(10, 27, 92, 0.06);
            }
            .partner-logo-wide {
                width: 100%;
            }
            .site-footer {
                padding-top: 38px;
            }
            .footer-main {
                grid-template-columns: 1fr;
                gap: 28px;
                margin-bottom: 30px;
            }
            .footer-description {
                max-width: 32rem;
            }
            .footer-nav ul {
                display: flex;
                flex-wrap: wrap;
                gap: 10px 24px;
            }
            .footer-bottom {
                align-items: flex-start;
                flex-direction: column;
                gap: 12px;
            }
            .footer-legal-links {
                flex-wrap: wrap;
                gap: 8px 20px;
            }
        }
        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                scroll-behavior: auto !important;
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }
