.heli-module[data-heli-module] {
            box-sizing: border-box;
            font-family: 'Inter', sans-serif;
            font-size: 16px !important;
        }
        .heli-module[data-heli-module] *,
        .heli-module[data-heli-module] *::before,
        .heli-module[data-heli-module] *::after { box-sizing: border-box; }
        .heli-module[data-heli-module] .font-oswald { font-family: 'Oswald', sans-serif; }
        .heli-module[data-heli-module] a { text-decoration: none; }

        @media (max-width: 1040px) {
            .heli-module[data-heli-module="heli-about"],
            .heli-module[data-heli-module="heli-stats"],
            .heli-module[data-heli-module="heli-products"],
            .heli-module[data-heli-module="heli-partners"],
            .heli-module[data-heli-module="heli-research"] { margin-top: 20px; }
            .heli-module[data-heli-module="heli-history"] { margin-top: 32px; }
        }

        @media (max-width: 767px) {
            .heli-module[data-heli-module="heli-banner"] > section {
                height: 65svh;
                min-height: 420px;
            }
            .heli-module[data-heli-module="heli-stats"] .heli-style-aq {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .heli-module[data-heli-module="heli-stats"] .heli-style-au { font-size: 32px; }
            .heli-module[data-heli-module="heli-stats"] .heli-style-av { display: none; }
            .heli-module[data-heli-module="heli-about"] { margin-top: 16px; }
            .heli-module[data-heli-module="heli-stats"] { margin-top: 16px; }
            .heli-module[data-heli-module="heli-history"] { margin-top: 25px; }
            .heli-module[data-heli-module="heli-products"] { margin-top: 16px; }
            .heli-module[data-heli-module="heli-process"] { margin-top: 0; }
            .heli-module[data-heli-module="heli-partners"] { margin-top: 16px; }
            .heli-module[data-heli-module="heli-research"] { margin-top: 16px; }
            .heli-module[data-heli-module] > .heli-style-z {
                padding-top: 30px !important;
                padding-bottom: 30px !important;
            }
            .heli-module[data-heli-module] .font-oswald { margin-bottom: 35px; }
            .heli-module[data-heli-module] .heli-style-at { gap: 16px; }
            .heli-module[data-heli-module] .heli-style-bt { row-gap: 16px; }
            .heli-module[data-heli-module] .heli-style-bo { margin-bottom: 20px; }
            .heli-module[data-heli-module] .heli-style-bd { margin-bottom: 25px; }
            .heli-module[data-heli-module] .heli-style-ae { margin-bottom: 12px; }
            .heli-module[data-heli-module] .heli-style-aj { margin-top: 20px; }
            .heli-module[data-heli-module] .heli-style-j { margin-bottom: 8px; }
            .heli-module[data-heli-module] .heli-style-n { margin-bottom: 16px; }
            .heli-module[data-heli-module] .heli-style-cf { margin-bottom: 24px; }
        }

        @keyframes heliFadeInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .heli-module[data-heli-module="heli-banner"] .animate-fade-up { animation: heliFadeInUp 1s ease-out forwards; }
        
        /* Full-screen Partner Marquee Animation */
        @keyframes heliMarquee {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        .heli-module[data-heli-module="heli-partners"] .partner-marquee {
            display: grid;
            gap: 24px;
            overflow: hidden;
        }
        .heli-module[data-heli-module="heli-partners"] .partner-track {
            display: flex;
            width: max-content;
            align-items: center;
            animation: heliMarquee 42s linear infinite;
        }
        .heli-module[data-heli-module="heli-partners"] .partner-set {
            display: flex;
            align-items: center;
            gap: 64px;
            padding: 8px 32px;
        }
        .heli-module[data-heli-module="heli-partners"] .partner-track-reverse { animation-direction: reverse; animation-duration: 48s; }
        .heli-module[data-heli-module="heli-partners"] .partner-marquee:hover .partner-track { animation-play-state: paused; }
        .heli-module[data-heli-module="heli-partners"] .partner-logo {
            width: 152px;
            height: 58px;
            flex: 0 0 auto;
            object-fit: contain;
        }
        .heli-module[data-heli-module="heli-research"] .research-panel {
            display: none;
            animation: heliFadeInUp 500ms ease-out both;
        }
        .heli-module[data-heli-module="heli-research"] .research-panel.is-active { display: block; }
        .heli-module[data-heli-module="heli-research"] .research-image-panel {
            display: none;
            animation: heliFadeInUp 500ms ease-out both;
        }
        .heli-module[data-heli-module="heli-research"] .research-image-panel.is-active { display: flex; }
        .heli-module[data-heli-module="heli-research"] .research-image-panel {
            min-height: 420px;
        }
        .heli-module[data-heli-module="heli-research"] .research-image {
            width: 100%;
            height: 420px;
            object-fit: contain;
        }
        .heli-module[data-heli-module="heli-research"] .research-dot {
            width: 12px;
            height: 12px;
            border: 2px solid #48c0ac;
            border-radius: 999px;
            background: transparent;
            transition: transform 200ms ease, background-color 200ms ease;
        }
        .heli-module[data-heli-module="heli-research"] .research-dot.is-active { background: #48c0ac; transform: scale(1.25); }
        .heli-module[data-heli-module="heli-banner"] { margin-top: 0; }
        .heli-module[data-heli-module="heli-about"] { margin-top: 32px; }
        .heli-module[data-heli-module="heli-stats"] { margin-top: 32px; }
        .heli-module[data-heli-module="heli-history"] { margin-top: 50px; }
        .heli-module[data-heli-module="heli-history"] > section {
            background-image: radial-gradient(circle, rgba(54, 89, 168, 0.13) 1px, transparent 1px) !important;
            background-size: 16px 16px !important;
            background-position-x: 0px !important;
            background-position-y: 50% !important;
        }
        .heli-module[data-heli-module="heli-products"] { margin-top: 32px; }
        .heli-module[data-heli-module="heli-process"] { margin-top: 0; }
        .heli-module[data-heli-module="heli-partners"] { margin-top: 32px; }
        .heli-module[data-heli-module="heli-research"] { margin-top: 32px; }
        .heli-module[data-heli-module] > .heli-style-z {
            padding-top: 60px;
            padding-bottom: 60px;
        }
        .heli-module[data-heli-module="heli-equipment"] {
            margin-top: 0;
            background-color: #f0f0f0;
        }
        .heli-module[data-heli-module="heli-partners"] > section {
            border-top-color: #f0f2f7 !important;
            border-bottom-color: #f0f2f7 !important;
        }
        .heli-module[data-heli-module="heli-research"] .research-pagination { gap: 15px; }
        .heli-module[data-heli-module="heli-products"] .heli-product-card {
            min-width: 0;
        }
        .heli-module[data-heli-module="heli-products"] [data-heli-product-card] {
            position: relative;
            overflow: hidden;
            aspect-ratio: 4 / 3;
        }
        .heli-module[data-heli-module="heli-products"] [data-heli-product-image] {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .heli-module[data-heli-module="heli-products"] [data-heli-product-overlay] {
            position: absolute !important;
            inset: 0 !important;
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 24px;
            padding: 32px;
            width: 100% !important;
            height: 100% !important;
            background-color: rgba(54, 89, 168, 0.9) !important;
            opacity: 0;
            text-align: center !important;
            transition: opacity 300ms ease;
        }
        .heli-module[data-heli-module="heli-products"] [data-heli-product-card]:hover [data-heli-product-overlay] { opacity: 1 !important; }
        .heli-module[data-heli-module="heli-products"] [data-heli-product-title] {
            margin: 0 !important;
            text-align: center !important;
            align-self: center !important;
        }
        .heli-module[data-heli-module="heli-products"] [data-heli-product-link] {
            flex: 0 0 auto;
            align-self: center !important;
        }
        .heli-module[data-heli-module="heli-products"] [data-heli-product-card] {
            display: block !important;
        }
        .heli-module[data-heli-module="heli-products"] [data-heli-product-overlay] > * {
            position: static !important;
            float: none !important;
        }
        .heli-module[data-heli-module] .heli-style-bn { padding: 10px 0; }
        .heli-module[data-heli-module] .heli-style-bd { margin-bottom: 50px; }
        .heli-module[data-heli-module="heli-equipment"] > section { padding-bottom: 70px; }
        .heli-module[data-heli-module="heli-equipment"] .heli-style-cs { height: 56px; }
        .heli-module[data-heli-module="heli-equipment"] [data-heli-role="factory-prev"],
        .heli-module[data-heli-module="heli-equipment"] [data-heli-role="factory-next"] { background-color: #fff; }
        .heli-module[data-heli-module="heli-equipment"] [data-heli-role="factory-prev"]:hover,
        .heli-module[data-heli-module="heli-equipment"] [data-heli-role="factory-next"]:hover {
            background-color: #3659a8;
            color: #fff;
        }
        .heli-module[data-heli-module="heli-equipment"] [data-heli-role="factory-slider"] {
            overflow: hidden;
            scroll-snap-type: none;
        }
        .heli-module[data-heli-module="heli-equipment"] .heli-equipment-track {
            display: flex;
            transition: transform 600ms ease;
            will-change: transform;
        }
        .heli-module[data-heli-module="heli-equipment"] .heli-equipment-track > div {
            flex: 0 0 25%;
        }
        @media (max-width: 1023px) {
            .heli-module[data-heli-module="heli-equipment"] .heli-equipment-track > div { flex-basis: 50%; }
        }
        @media (max-width: 639px) {
            .heli-module[data-heli-module="heli-equipment"] .heli-equipment-track > div { flex-basis: 100%; }
        }
        .heli-module[data-heli-module="heli-research"] .heli-certifications {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 24px;
            margin: 20px 0 0;
            padding: 0;
            list-style: none;
        }
        @media (max-width: 767px) {
            .heli-module[data-heli-module="heli-partners"] .partner-marquee { gap: 18px; }
            .heli-module[data-heli-module="heli-partners"] .partner-set { gap: 38px; padding-inline: 20px; }
            .heli-module[data-heli-module="heli-partners"] .partner-logo { width: 118px; height: 46px; }
            .heli-module[data-heli-module="heli-research"] .research-image-panel { min-height: 300px; }
            .heli-module[data-heli-module="heli-research"] .research-image { height: 300px; }
        }

        /* Banner Slide Transitions */
        .heli-module[data-heli-module="heli-banner"] .slide { opacity: 0; transition: opacity 1s ease-in-out; position: absolute; inset: 0; }
        .heli-module[data-heli-module="heli-banner"] .slide.active { opacity: 1; z-index: 10; }
        .heli-module[data-heli-module="heli-banner"] .slide-bg { transition: transform 8s linear; transform: scale(1); }
        .heli-module[data-heli-module="heli-banner"] .slide.active .slide-bg { transform: scale(1.1); }
        .heli-module[data-heli-module="heli-banner"] .slide a {
            border: 1px solid #fff;
            text-decoration: none;
        }
        .heli-module[data-heli-module="heli-banner"] .slide a:hover { border-color: transparent; }
        .heli-module[data-heli-module="heli-banner"] .indicator {
            border: 0;
            outline: 0;
        }

        .heli-module[data-heli-module="heli-products"] .btn-hover-effect {
            position: relative;
            padding: 8px 24px;
            border: 1px solid transparent;
            transition: all 0.3s ease;
        }
        .heli-module[data-heli-module="heli-products"] .group:hover .btn-hover-effect {
            border-color: #4abfac;
            background-color: #4abfac;
            color: #fff;
        }

        .heli-module[data-heli-module="heli-history"] .history-grid {
            position: relative;
            overflow-x: auto;
            padding: 0 0 18px;
            scroll-snap-type: x mandatory;
            -ms-overflow-style: none;
            scrollbar-width: none;
            cursor: grab;
            user-select: none;
        }
        .heli-module[data-heli-module="heli-history"] .history-track {
            position: relative;
            display: grid;
            grid-auto-flow: column;
            grid-auto-columns: 350px;
            grid-template-rows: minmax(235px, 1fr) 2px minmax(235px, 1fr);
            column-gap: 54px;
            width: max-content;
            min-width: 100%;
            min-height: 548px;
            padding: 0 12px;
            background-image: radial-gradient(circle, rgba(54, 89, 168, 0.13) 1px, transparent 1px);
            background-size: 16px 16px;
            background-position: 0 50%;
        }
        .heli-module[data-heli-module="heli-history"] .history-grid.is-dragging {
            cursor: grabbing;
            scroll-snap-type: none;
        }
        .heli-module[data-heli-module="heli-history"] .history-grid::-webkit-scrollbar { display: none; }
        .heli-module[data-heli-module="heli-history"] .history-track::before {
            content: '';
            position: absolute;
            z-index: 0;
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, #3659a8, #5d78b7 72%, #48c0ac);
        }
        .heli-module[data-heli-module="heli-history"] .history-item {
            position: relative;
            z-index: 1;
            padding-left: 31px;
            scroll-snap-align: start;
            user-select: text;
        }
        .heli-module[data-heli-module="heli-history"] .history-item-wide { grid-column: span 2; }
        .heli-module[data-heli-module="heli-history"] .history-item-top { grid-row: 1; align-self: end; padding-bottom: 37px; }
        .heli-module[data-heli-module="heli-history"] .history-item-bottom { grid-row: 3; align-self: start; padding-top: 37px; }
        .heli-module[data-heli-module="heli-history"] .history-item::before {
            content: '';
            position: absolute;
            left: 0;
            width: 12px;
            height: 12px;
            border: 3px solid #fff;
            border-radius: 50%;
            background: #3659a8;
            box-shadow: 0 0 0 2px #3659a8, 0 0 0 6px rgba(72, 192, 172, 0.22);
        }
        .heli-module[data-heli-module="heli-history"] .history-item::after {
            content: '';
            position: absolute;
            left: 5px;
            width: 1px;
            height: 31px;
            background: #aebbd4;
        }
        .heli-module[data-heli-module="heli-history"] .history-item-top::before { bottom: -7px; }
        .heli-module[data-heli-module="heli-history"] .history-item-top::after { bottom: -37px; }
        .heli-module[data-heli-module="heli-history"] .history-item-bottom::before { top: -7px; }
        .heli-module[data-heli-module="heli-history"] .history-year {
            display: block;
            color: #3659a8;
            font-family: 'Oswald', sans-serif;
            font-size: 52px;
            font-weight: 700;
            letter-spacing: -0.035em;
            line-height: 0.85;
        }
        .heli-module[data-heli-module="heli-history"] .history-year::after {
            content: '';
            display: block;
            width: 42px;
            height: 3px;
            margin-top: 16px;
            background: #48c0ac;
        }
        .heli-module[data-heli-module="heli-history"] .history-item ul {
            margin: 17px 0 0;
            padding: 0;
            list-style: none;
        }
        .heli-module[data-heli-module="heli-history"] .history-item li {
            position: relative;
            padding-left: 17px;
            color: #374151;
            font-size: 14.72px;
            font-weight: 500;
            line-height: 1.45;
            white-space: nowrap;
        }
        .heli-module[data-heli-module="heli-history"] .history-item li + li { margin-top: 8px; }
        .heli-module[data-heli-module="heli-history"] .history-item li::before {
            content: '';
            position: absolute;
            top: 0.53em;
            left: 0;
            width: 7px;
            height: 7px;
            border: 1px solid #48c0ac;
            transform: rotate(45deg);
            background: #fff;
        }
        @media (max-width: 767px) {
            .heli-module[data-heli-module="heli-history"] .history-track {
                grid-auto-columns: min(335px, 84vw);
                grid-template-rows: minmax(230px, 1fr) 2px minmax(230px, 1fr);
                column-gap: 30px;
                min-height: 530px;
            }
            .heli-module[data-heli-module="heli-history"] .history-item { padding-left: 26px; }
            .heli-module[data-heli-module="heli-history"] .history-item-wide { grid-column: span 2; }
            .heli-module[data-heli-module="heli-history"] .history-year { font-size: 42.4px; }
            .heli-module[data-heli-module="heli-history"] .history-item li { font-size: 13.44px; }
        }