/**
 * HK Securities - Bundle CSS
 * 香港证券金融网站 - 合并样式文件
 * 包含: 字体、图标、轮播、公共样式、首页样式、组件样式
 * 生成时间: 2024
 */

/* ====================================================================
   Part 1: Fonts - Catamaran 本地字体
   ==================================================================== */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(fonts/catamaran.woff2) format('woff2');
  /* 排除 $ (U+0024) 和数字 0-9 (U+0030-0039)，使其 fallback 到系统字体 */
  unicode-range: U+0000-0023, U+0025-002F, U+003A-10FFFF;
}

/* ====================================================================
   Part 2: Font Awesome 6 - 精简版 (仅包含使用的图标)
   ==================================================================== */
.fa, .fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Font Awesome 6 Free - Solid */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2) format('woff2');
}

/* Font Awesome 6 Free - Regular */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.woff2) format('woff2');
}

/* Font Awesome 6 Brands */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2) format('woff2');
}

.fa, .fas, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.far, .fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* 使用的图标 Unicode */
/* 通用 */
.fa-angle-down::before { content: "\f107"; }
.fa-angle-up::before { content: "\f106"; }
.fa-phone::before { content: "\f095"; }
.fa-search::before { content: "\f002"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-up-right::before { content: "\e09f"; }
.fa-play::before { content: "\f04b"; }
.fa-user::before { content: "\f007"; }
.fa-user-plus::before { content: "\f234"; }
.fa-bars::before { content: "\f0c9"; }
.fa-times::before { content: "\f00d"; }
.fa-check::before { content: "\f00c"; }
.fa-plus::before { content: "\f067"; }
.fa-minus::before { content: "\f068"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-calendar::before { content: "\f133"; }
.fa-folder::before { content: "\f07b"; }
.fa-star::before { content: "\f005"; }
.fa-heart::before { content: "\f004"; }
.fa-bell::before { content: "\f0f3"; }
.fa-cog::before, .fa-gear::before { content: "\f013"; }
.fa-globe::before { content: "\f0ac"; }
.fa-clock::before { content: "\f017"; }
.fa-info-circle::before, .fa-circle-info::before { content: "\f05a"; }
.fa-question-circle::before, .fa-circle-question::before { content: "\f059"; }
.fa-exclamation-circle::before, .fa-circle-exclamation::before { content: "\f06a"; }
.fa-exclamation-triangle::before, .fa-triangle-exclamation::before { content: "\f071"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-quote-left::before { content: "\f10d"; }
.fa-quote-right::before { content: "\f10e"; }
.fa-comment::before { content: "\f075"; }
.fa-comments::before { content: "\f086"; }
.fa-link::before { content: "\f0c1"; }
.fa-map-marker-alt::before, .fa-location-dot::before { content: "\f3c5"; }
.fa-download::before { content: "\f019"; }
.fa-upload::before { content: "\f093"; }
.fa-share::before { content: "\f064"; }
.fa-copy::before { content: "\f0c5"; }
.fa-clipboard::before { content: "\f328"; }
.fa-tag::before { content: "\f02b"; }
.fa-tags::before { content: "\f02c"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-fire::before { content: "\f06d"; }

/* 社交媒体 (Brands) */
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-twitter::before { content: "\f099"; }
.fa-pinterest::before { content: "\f0d2"; }
.fa-youtube::before { content: "\f167"; }
.fa-apple::before { content: "\f179"; }
.fa-github::before { content: "\f09b"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-telegram::before { content: "\f2c6"; }
.fa-wechat::before, .fa-weixin::before { content: "\f1d7"; }
.fa-weibo::before { content: "\f18a"; }
.fa-discord::before { content: "\f392"; }

/* 金融图标 */
.fa-chart-line::before { content: "\f201"; }
.fa-chart-bar::before { content: "\f080"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-chart-area::before { content: "\f1fe"; }
.fa-coins::before { content: "\f51e"; }
.fa-money-bill::before { content: "\f0d6"; }
.fa-money-bill-wave::before { content: "\f53a"; }
.fa-dollar-sign::before, .fa-dollar::before { content: "\f155"; }
.fa-yen-sign::before { content: "\f157"; }
.fa-euro-sign::before { content: "\f153"; }
.fa-percent::before { content: "\f295"; }
.fa-calculator::before { content: "\f1ec"; }
.fa-receipt::before { content: "\f543"; }
.fa-gauge::before { content: "\f624"; }
.fa-money-bill-transfer::before { content: "\e528"; }
.fa-people-arrows::before { content: "\e068"; }
.fa-circle-dollar-to-slot::before { content: "\f4b9"; }
.fa-money-check-dollar::before { content: "\f53d"; }
.fa-sack-dollar::before { content: "\f81d"; }
.fa-arrows-rotate::before { content: "\f021"; }
.fa-utensils::before { content: "\f2e7"; }
.fa-bag-shopping::before { content: "\f290"; }
.fa-car::before { content: "\f1b9"; }
.fa-spa::before { content: "\f5bb"; }
.fa-film::before { content: "\f008"; }
.fa-cart-shopping::before { content: "\f07a"; }
.fa-bed::before { content: "\f236"; }
.fa-arrow-right-from-bracket::before { content: "\f08b"; }
.fa-right-left::before, .fa-arrow-right-arrow-left::before { content: "\f362"; }
.fa-piggy-bank::before { content: "\f4d3"; }
.fa-sack-dollar::before { content: "\f81d"; }
.fa-hand-holding-dollar::before { content: "\f4c0"; }
.fa-file-invoice-dollar::before { content: "\f571"; }

/* 银行和机构 */
.fa-university::before, .fa-building-columns::before, .fa-bank::before { content: "\f19c"; }
.fa-landmark::before { content: "\f66f"; }
.fa-building::before { content: "\f1ad"; }
.fa-city::before { content: "\f64f"; }
.fa-briefcase::before { content: "\f0b1"; }

/* 投资和交易 */
.fa-wallet::before { content: "\f555"; }
.fa-credit-card::before { content: "\f09d"; }
.fa-exchange-alt::before, .fa-right-left::before { content: "\f362"; }
.fa-arrow-trend-up::before { content: "\e098"; }
.fa-arrow-trend-down::before { content: "\e097"; }
.fa-scale-balanced::before, .fa-balance-scale::before { content: "\f24e"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-file-contract::before { content: "\f56c"; }

/* 加密货币 (Brands) */
.fa-bitcoin::before { content: "\f379"; }
.fa-btc::before { content: "\f15a"; }
.fa-ethereum::before { content: "\f42e"; }

/* 安全和保险 */
.fa-shield::before { content: "\f132"; }
.fa-shield-alt::before, .fa-shield-halved::before { content: "\f3ed"; }
.fa-lock::before { content: "\f023"; }
.fa-lock-open::before { content: "\f3c1"; }
.fa-unlock::before { content: "\f09c"; }
.fa-sliders::before { content: "\f1de"; }
.fa-circle::before { content: "\f111"; }
.fa-key::before { content: "\f084"; }
.fa-fingerprint::before { content: "\f577"; }
.fa-user-shield::before { content: "\f505"; }

/* 房地产 */
.fa-home::before, .fa-house::before { content: "\f015"; }
.fa-house-chimney::before { content: "\e3af"; }

/* 商品和贸易 */
.fa-cubes::before { content: "\f1b3"; }
.fa-cube::before { content: "\f1b2"; }
.fa-box::before { content: "\f466"; }
.fa-oil-can::before { content: "\f613"; }
.fa-gas-pump::before { content: "\f52f"; }
.fa-gem::before { content: "\f3a5"; }

/* ESG/可持续 */
.fa-leaf::before { content: "\f06c"; }
.fa-seedling::before { content: "\f4d8"; }
.fa-tree::before { content: "\f1bb"; }
.fa-recycle::before { content: "\f1b8"; }
.fa-solar-panel::before { content: "\f5ba"; }
.fa-wind::before { content: "\f72e"; }

/* 科技和AI */
.fa-robot::before { content: "\f544"; }
.fa-microchip::before { content: "\f2db"; }
.fa-brain::before { content: "\f5dc"; }
.fa-laptop::before { content: "\f109"; }
.fa-desktop::before { content: "\f108"; }
.fa-mobile::before { content: "\f3ce"; }
.fa-server::before { content: "\f233"; }
.fa-database::before { content: "\f1c0"; }
.fa-cloud::before { content: "\f0c2"; }
.fa-code::before { content: "\f121"; }
.fa-rocket::before { content: "\f135"; }
.fa-wifi::before { content: "\f1eb"; }

/* 文件和文档 */
.fa-file::before { content: "\f15b"; }
.fa-file-alt::before, .fa-file-lines::before { content: "\f15c"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-folder-open::before { content: "\f07c"; }
.fa-book::before { content: "\f02d"; }
.fa-newspaper::before { content: "\f1ea"; }

/* 后台面板补充图标 */
.fa-angle-right::before { content: "\f105"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-circle-check::before, .fa-check-circle::before { content: "\f058"; }
.fa-clipboard-list::before { content: "\f46d"; }
.fa-compass::before { content: "\f14e"; }
.fa-circle-half-stroke::before, .fa-adjust::before { content: "\f042"; }
.fa-sun::before { content: "\f185"; }
.fa-moon::before { content: "\f186"; }
.fa-plus-circle::before, .fa-circle-plus::before { content: "\f055"; }
.fa-pen::before { content: "\f303"; }
.fa-users::before { content: "\f0c0"; }
.fa-camera::before { content: "\f030"; }
.fa-cloud-arrow-up::before, .fa-cloud-upload-alt::before { content: "\f0ee"; }
.fa-spinner::before { content: "\f110"; }
.fa-spin { animation: fa-spin 1s infinite linear; }
@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* ====================================================================
   Part 3: Swiper 11 - 轮播组件
   ==================================================================== */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-lock{display:none}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}

/* ====================================================================
   Part 4: CSS Variables - 主题变量定义
   ==================================================================== */
:root {
  /* HK主题色 — 金色 D0B14C 为主色调 */
  --hk-primary: #D0B14C;
  --hk-primary-light: #f0cc50;
  --hk-primary-dark: #a88a2a;
  
  /* 背景色 */
  --hk-bg-dark: #161619;
  --hk-bg-darker: #141518;
  --hk-bg-card: rgba(255, 255, 255, 0.02);
  
  /* 文字色 */
  --hk-text-white: #ffffff;
  --hk-text-gray: #9ca3af;
  --hk-text-muted: rgba(255, 255, 255, 0.6);
  
  /* 边框色 */
  --hk-border-light: rgba(255, 255, 255, 0.1);
  --hk-border-dark: rgba(255, 255, 255, 0.05);
  
  /* 涨跌色 */
  --hk-up: #4cff9c;
  --hk-down: #f0174b;
  
  /* 字体 */
  --hk-font-primary: 'Catamaran', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  
  /* 间距 */
  --hk-spacing-xs: 8px;
  --hk-spacing-sm: 16px;
  --hk-spacing-md: 24px;
  --hk-spacing-lg: 40px;
  --hk-spacing-xl: 60px;
  
  /* 圆角 */
  --hk-radius-sm: 4px;
  --hk-radius-md: 8px;
  --hk-radius-lg: 16px;
  --hk-radius-xl: 24px;
  --hk-radius-full: 50%;
  
  /* 过渡 */
  --hk-transition-fast: 0.2s ease;
  --hk-transition-normal: 0.3s ease;
  --hk-transition-slow: 0.5s ease;
  
  /* 阴影 */
  --hk-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
  --hk-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.15);
  --hk-shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.2);
  
  /* 组件变量 */
  --primary-color: #7397e9;
  --primary-color-rgb: 115, 151, 233;
  --secondary-color: #d1d7f5;
  --secondary-color-rgb: 209, 215, 245;
  --third-color: #eff7fb;
  --third-color-rgb: 239, 247, 251;
  --bg-color-1: #0f171d;
  --bg-color-2: #040a10;
  --bg-color-2-rgb: 4, 10, 16;
  --bg-color-3: #171f26;
  --text-color-main: #fff;
  --text-color-main-rgb: 255, 255, 255;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
}

/* ====================================================================
   Part 5: Reset - 基础重置
   ==================================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { font-family: var(--hk-font-primary); font-weight: 400; color: var(--hk-text-white); background: var(--hk-bg-dark); overflow-x: hidden; }
ul, ol { list-style: none; }
a { text-decoration: none; color: inherit; transition: color var(--hk-transition-normal); }
a:hover { color: var(--hk-primary); }
img { max-width: 100%; height: auto; display: block; }
button { border: none; background: transparent; cursor: pointer; font-family: inherit; }
input, textarea, select { font-family: inherit; border: none; outline: none; width: 100%; }

/* ====================================================================
   Part 6: Layout - 布局
   ==================================================================== */
.hk-container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 20px; }
.hk-section { position: relative; padding: 80px 0; }
.hk-section--dark { background: var(--hk-bg-dark); }
.hk-section--darker { background: var(--hk-bg-darker); }
.hk-section__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; opacity: 0.03; pointer-events: none; }

/* Bootstrap Grid Essentials */
.container { width: 100%; padding-right: 12px; padding-left: 12px; margin-right: auto; margin-left: auto; }
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media (min-width: 1400px) { .container { max-width: 1368px; } }
.row { display: flex; flex-wrap: wrap; margin-right: -12px; margin-left: -12px; }
.row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: 12px; padding-left: 12px; }
.g-4 { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
.g-4 > * { padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y); }
.col-lg-5, .col-lg-7 { flex: 0 0 auto; }
@media (min-width: 992px) { .col-lg-5 { width: 41.66666667%; } .col-lg-7 { width: 58.33333333%; } }

/* Utility Classes */
.section { position: relative; }
.section-padding-bottom { padding-bottom: 100px; }
@media only screen and (max-width: 991.98px) { .section-padding-bottom { padding-bottom: 60px; } }
.overflow-x-hidden { overflow-x: hidden; }
.d-none { display: none !important; }
@media (min-width: 992px) { .d-lg-block { display: block !important; } }
.text-anime { overflow: hidden; }

/* ====================================================================
   Part 7: Typography - 排版
   ==================================================================== */
.hk-title { font-weight: 700; line-height: 1.2; color: var(--hk-text-white); }
.hk-title--xl { font-size: 50px; }
.hk-title--lg { font-size: 42px; }
.hk-title--md { font-size: 28px; }
.hk-title--sm { font-size: 20px; }
.hk-text { color: var(--hk-text-gray); line-height: 1.7; }
.hk-text--sm { font-size: 14px; }
.hk-text--md { font-size: 16px; }
.hk-tagline { display: inline-block; background: rgba(212, 162, 13, 0.15); color: var(--hk-primary); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 8px 18px; border-radius: var(--hk-radius-sm); margin-bottom: 20px; }

/* ====================================================================
   Part 8: Buttons - 按钮
   ==================================================================== */
.hk-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--hk-font-primary); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 18px 35px; border-radius: 0; transition: all var(--hk-transition-normal); cursor: pointer; }
.hk-btn--primary { background: var(--hk-primary); color: var(--hk-text-white); }
.hk-btn--primary:hover { background: transparent; color: var(--hk-text-white); box-shadow: inset 0 0 0 2px var(--hk-primary); }
.hk-btn--outline { background: transparent; color: var(--hk-text-white); box-shadow: inset 0 0 0 2px var(--hk-primary); }
.hk-btn--outline:hover { background: var(--hk-primary); }
.hk-btn--circle { width: 55px; height: 55px; padding: 0; border-radius: var(--hk-radius-full); }

.saaslyn-1-btn { display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; padding: 18px 35px; border-radius: 8px; background: rgba(255, 255, 255, 0.1); color: var(--text-color-main); transition: all 0.3s ease; text-decoration: none; border: none; cursor: pointer; }
.saaslyn-1-btn:hover { background: var(--primary-color); color: var(--text-color-main); }
.saaslyn-1-btn.v2 { background: rgba(255, 255, 255, 0.1); }
.saaslyn-1-btn.v2:hover { background: var(--primary-color); }

/* ====================================================================
   Part 9: Header - 头部导航
   ==================================================================== */
.hk-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 999; padding: 0 60px; background: transparent; transition: all var(--hk-transition-normal); }
.hk-header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: var(--hk-border-light); }
.hk-header--scrolled { position: fixed; background:#161619; backdrop-filter: blur(10px); }
.hk-header--scrolled::after { background-color: var(--hk-border-dark); }
.hk-header__inner { display: flex; align-items: center; justify-content: flex-start; }
.hk-header__logo { position: relative; display: block; margin-right: 125px; }
.hk-header__logo::after { content: ''; position: absolute; top: 25px; bottom: 25px; right: -75px; width: 1px; background-color: rgba(255, 255, 255, 0.15); }
.hk-header__logo img { height: 70px; }

.hk-nav { display: flex; align-items: center; flex: 1; justify-content: space-between; }
.hk-nav__menu { display: flex; align-items: center; gap: 0; }
.hk-nav__item { position: relative; padding: 36px 0; margin-left: 80px; }
.hk-nav__item:first-child { margin-left: 0; }
.hk-nav__link { color: var(--hk-text-white); font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em; display: flex; align-items: center; gap: 8px; position: relative; transition: all var(--hk-transition-slow); }
.hk-nav__link::before { content: ''; height: 1px; background-color: var(--hk-primary); position: absolute; bottom: -9px; left: 0; right: 0; transform: scaleX(0); transform-origin: left center; transition: transform var(--hk-transition-slow); }
.hk-nav__item:hover .hk-nav__link::before, .hk-nav__item--active .hk-nav__link::before { transform: scaleX(1); }
.hk-nav__link i { font-size: 12px; }

.hk-nav__dropdown { position: absolute; top: 100%; left: 0; background:#f4970c; min-width: 220px; border-radius: var(--hk-radius-md);
   box-shadow: 0 0 65px rgba(0, 0, 0, 0.1); opacity: 0; visibility: hidden; transition: all var(--hk-transition-slow); z-index: 99;color: #fff; }
.hk-nav__item:hover .hk-nav__dropdown { opacity: 1; visibility: visible; }
.hk-nav__dropdown-item { border-top: 1px solid rgba(0, 0, 0, 0.1); }
.hk-nav__dropdown-item:first-child { border-top: none; }
.hk-nav__dropdown-link { display: block; padding: 10px 20px; color:var(--hk-text-white); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; transition: all var(--hk-transition-slow); line-height: 30px; }
.hk-nav__dropdown-item:first-child .hk-nav__dropdown-link { border-radius: var(--hk-radius-md) var(--hk-radius-md) 0 0; }
.hk-nav__dropdown-item:last-child .hk-nav__dropdown-link { border-radius: 0 0 var(--hk-radius-md) var(--hk-radius-md); }
.hk-nav__dropdown-link:hover { background-color: var(--hk-primary); color: var(--hk-text-white); }

.hk-header__actions { display: flex; align-items: center; padding: 26.5px 0; margin-left: auto; }
.hk-header__contact { display: flex; align-items: center; }
.hk-header__contact-icon { width: 53px; height: 53px; background-color: rgba(255, 255, 255, 0.1); border-radius: var(--hk-radius-full); display: flex; align-items: center; justify-content: center; transition: all var(--hk-transition-slow); }
.hk-header__contact-icon:hover { background-color: var(--hk-text-white); }
.hk-header__contact-icon i { font-size: 25px; color: var(--hk-text-white); transition: all var(--hk-transition-slow); }
.hk-header__contact-icon:hover i { color: var(--hk-primary); }
.hk-header__contact-info { margin-left: 20px; }
.hk-header__contact-label { font-size: 14px; line-height: 26px; opacity: 0.6; color: #ffffff; font-weight: 500; margin: 0; }
.hk-header__contact-number { font-size: 18px; line-height: 21px; font-weight: 500; margin: 0; }
.hk-header__contact-number a { color: var(--hk-text-white); }
.hk-header__contact-number a:hover { color: var(--hk-primary); }

.hk-header__search { position: relative; display: flex; align-items: center; padding: 14.5px 0; margin-left: 30px; }
.hk-header__search::before { content: ''; position: absolute; top: -12px; bottom: -12px; left: -15px; width: 1px; background-color: rgba(255, 255, 255, 0.15); }
.hk-header__search-btn { font-size: 24px; color: var(--hk-text-white); transition: all var(--hk-transition-slow); }
.hk-header__search-btn:hover { color: var(--hk-primary); }

/* Auth Buttons - PC */
.hk-header__auth { display: flex; align-items: center; gap: 12px; margin-left: 30px; }
.hk-header__auth-link { display: inline-flex; align-items: center; gap: 8px; color: var(--hk-text-white); font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: var(--hk-radius-sm); transition: all var(--hk-transition-normal); }
.hk-header__auth-link:hover { color: var(--hk-primary); }
.hk-header__auth-link i { font-size: 14px; }
.hk-header__auth-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--hk-primary); color: var(--hk-text-white); font-size: 14px; font-weight: 600; padding: 10px 20px; border-radius: var(--hk-radius-sm); transition: all var(--hk-transition-normal); }
.hk-header__auth-btn:hover { background: var(--hk-primary-dark); color: var(--hk-text-white); box-shadow: 0 4px 15px rgba(212, 162, 13, 0.4); }
.hk-header__auth-btn i { font-size: 14px; }

/* Login Button - Digitaal Style */
.hk-btn-login {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 26px;
  padding: 7px 7px 7px 28px;
  color: #ffffff;
  background-color: #ff9100;
  border: 1px solid transparent;
  text-transform: capitalize;
  overflow: hidden;
  z-index: 0;
  transition: all 300ms ease;
  cursor: pointer;
}

.hk-btn-login__text {
  position: relative;
  z-index: 2;
  transition: color 300ms ease;
  display: flex;
  align-items: center;
  line-height: 36px;
}

.hk-btn-login__dot-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a2e;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  margin-left: 12px;
  transition: all 300ms ease;
  z-index: 2;
}

.hk-btn-login__dot {
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  left: calc(50% + 3px);
  top: calc(50% - 2.5px);
  transition: all 300ms ease;
}

.hk-btn-login__dot::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  left: -7px;
  top: -7px;
  transition: all 300ms ease;
}

.hk-btn-login__dot::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  left: -7px;
  bottom: -7px;
  transition: all 300ms ease;
}

.hk-btn-login::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 100%;
  content: "";
  border-radius: 0;
  transform: scale(0, 1);
  transform-origin: top right;
  background-color: #1a1a2e;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 1;
}

.hk-btn-login:hover {
  color: #ffffff;
  border-color: rgba(248, 248, 248, 0.2);
}

.hk-btn-login:hover .hk-btn-login__text {
  color: #ffffff;
}

.hk-btn-login:hover::before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

.hk-btn-login:hover .hk-btn-login__dot-box {
  background-color: #ff9100;
}

.hk-btn-login:hover .hk-btn-login__dot {
  left: calc(50% - 7px);
  background-color: #1a1a2e;
}

.hk-btn-login:hover .hk-btn-login__dot::before {
  left: 7px;
  top: 7px;
  background-color: #1a1a2e;
}

.hk-btn-login:hover .hk-btn-login__dot::after {
  left: 7px;
  bottom: 7px;
  background-color: #1a1a2e;
}

/* Mobile version - smaller */
.hk-btn-login--mobile {
  padding: 5px 5px 5px 20px;
  font-size: 13px;
}

.hk-btn-login--mobile .hk-btn-login__dot-box {
  height: 30px;
  width: 30px;
  margin-left: 10px;
}

.hk-btn-login--mobile .hk-btn-login__dot {
  height: 4px;
  width: 4px;
}

.hk-btn-login--mobile .hk-btn-login__dot::before,
.hk-btn-login--mobile .hk-btn-login__dot::after {
  height: 4px;
  width: 4px;
  left: -6px;
}

.hk-btn-login--mobile .hk-btn-login__dot::before { top: -6px; }
.hk-btn-login--mobile .hk-btn-login__dot::after { bottom: -6px; }

.hk-btn-login--mobile:hover .hk-btn-login__dot { left: calc(50% - 6px); }
.hk-btn-login--mobile:hover .hk-btn-login__dot::before { left: 6px; top: 6px; }
.hk-btn-login--mobile:hover .hk-btn-login__dot::after { left: 6px; bottom: 6px; }

/* Full width version for mobile menu */
.hk-btn-login--full {
  width: 100%;
  justify-content: center;
  padding: 10px 10px 10px 30px;
}

/* Mobile Actions */
.hk-header__mobile-actions { display: none; align-items: center; gap: 12px; margin-left: auto; }
.hk-header__mobile-auth { width: 40px; height: 40px; border-radius: var(--hk-radius-full); background: rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; color: var(--hk-text-white); font-size: 16px; transition: all var(--hk-transition-normal); }
.hk-header__mobile-auth:hover { background: rgba(255, 255, 255, 0.2); color: var(--hk-text-white); }
.hk-header__mobile-auth--signup { background: var(--hk-primary); }
.hk-header__mobile-auth--signup:hover { background: var(--hk-primary-dark); }
.hk-header__toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 40px; height: 40px; background: rgba(255, 255, 255, 0.1); border-radius: var(--hk-radius-sm); cursor: pointer; gap: 5px; transition: all var(--hk-transition-normal); }
.hk-header__toggle:hover { background: rgba(255, 255, 255, 0.2); }
.hk-header__toggle-bar { width: 20px; height: 2px; background: var(--hk-text-white); border-radius: 2px; transition: all var(--hk-transition-normal); }
.hk-header__toggle--active .hk-header__toggle-bar:nth-child(1) { transform: rotate(45deg) translateY(5px); }
.hk-header__toggle--active .hk-header__toggle-bar:nth-child(2) { opacity: 0; }
.hk-header__toggle--active .hk-header__toggle-bar:nth-child(3) { transform: rotate(-45deg) translateY(-5px); }

/* Mobile Menu */
.hk-mobile-menu { position: absolute; top: 100%; left: 0; right: 0; background: rgba(26, 26, 46, 0.98); backdrop-filter: blur(20px); max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; z-index: 998; }
.hk-mobile-menu--open { max-height: 100vh; padding: 20px 0; border-top: 1px solid var(--hk-border-light); }
.hk-mobile-menu__inner { padding: 0 30px; }
.hk-mobile-menu__list { display: flex; flex-direction: column; gap: 0; }
.hk-mobile-menu__item { border-bottom: 1px solid var(--hk-border-light); }
.hk-mobile-menu__link { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; color: var(--hk-text-white); font-size: 15px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; transition: color var(--hk-transition-normal); }
.hk-mobile-menu__link:hover { color: var(--hk-primary); }
.hk-mobile-menu__link i { font-size: 12px; transition: transform var(--hk-transition-normal); }
.hk-mobile-menu__item--open .hk-mobile-menu__link i { transform: rotate(180deg); }
.hk-mobile-menu__dropdown { display: none; padding: 0 0 16px 20px; }
.hk-mobile-menu__item--open .hk-mobile-menu__dropdown { display: block; }
.hk-mobile-menu__dropdown li { padding: 8px 0; }
.hk-mobile-menu__dropdown a { color: var(--hk-text-gray); font-size: 14px; font-weight: 500; transition: color var(--hk-transition-normal); }
.hk-mobile-menu__dropdown a:hover { color: var(--hk-primary); }
.hk-mobile-menu__auth { display: flex; gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--hk-border-light); }
.hk-mobile-menu__auth-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 20px; font-size: 14px; font-weight: 600; border-radius: var(--hk-radius-sm); transition: all var(--hk-transition-normal); }
.hk-mobile-menu__auth-btn--signin { background: rgba(255, 255, 255, 0.1); color: var(--hk-text-white); }
.hk-mobile-menu__auth-btn--signin:hover { background: rgba(255, 255, 255, 0.2); color: var(--hk-text-white); }
.hk-mobile-menu__auth-btn--signup { background: var(--hk-primary); color: var(--hk-text-white); }
.hk-mobile-menu__auth-btn--signup:hover { background: var(--hk-primary-dark); color: var(--hk-text-white); }
.hk-mobile-menu__contact { display: flex; align-items: center; gap: 15px; margin-top: 20px; padding: 20px; background: rgba(255, 255, 255, 0.05); border-radius: var(--hk-radius-md); }
.hk-mobile-menu__contact-icon { width: 45px; height: 45px; background: var(--hk-primary); border-radius: var(--hk-radius-full); display: flex; align-items: center; justify-content: center; }
.hk-mobile-menu__contact-icon i { font-size: 18px; color: var(--hk-text-white); }
.hk-mobile-menu__contact-info p { font-size: 12px; color: var(--hk-text-gray); margin: 0 0 4px; }
.hk-mobile-menu__contact-info a { font-size: 16px; font-weight: 600; color: var(--hk-text-white); }

/* ====================================================================
   Part 10: Hero Slider - 主横幅轮播
   ==================================================================== */
.hk-hero { position: relative; overflow: hidden; width: 100%; }
.hk-hero__slide { position: relative; height: 100vh; max-height: 900px; min-height: 700px; display: flex; align-items: center; overflow: hidden; }
.hk-hero__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; filter: grayscale(100%); transform: scale(1); transition: transform 8s ease-out; }
.hk-hero__bg::before { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.3); }
.swiper-slide-active .hk-hero__bg { transform: scale(1.32); }
.hk-hero__slide::after { content: ''; position: absolute; inset: 0; background: rgba(25, 24, 37, 0.3); z-index: 1; pointer-events: none; }

.hk-hero__shape { position: absolute; border-radius: 170px; opacity: 0; z-index: 5; transition: all 1s ease; }
.hk-hero__shape--1 { top: -290px; right: 430px; height: 770px; width: 360px; background-color: #1a1a2e; mix-blend-mode: soft-light; transform: translateY(-100%) rotate(-40deg); }
.hk-hero__shape--2 { bottom: -172px; right: -59px; height: 560px; width: 260px; background-color: var(--hk-primary); mix-blend-mode: color; border-radius: 125px; transform: translateY(100%) rotate(-36deg); z-index: 6; transition-delay: 0.5s; }
.hk-hero__shape--3 { bottom: -175px; right: 229px; height: 350px; width: 165px; background-color: rgba(255, 255, 255, 0.9); mix-blend-mode: overlay; border-radius: 125px; transform: translateY(100%) rotate(-40deg); z-index: 7; transition-delay: 1s; }
.swiper-slide-active .hk-hero__shape--1 { opacity: 1; transform: translateY(0) rotate(-40deg); }
.swiper-slide-active .hk-hero__shape--2 { opacity: 1; transform: translateY(0) rotate(-36deg); }
.swiper-slide-active .hk-hero__shape--3 { opacity: 1; transform: translateY(0) rotate(-40deg); }

.hk-hero__content { position: relative; z-index: 10; max-width: 700px; padding-top: 80px; padding-left: 50px; }
.hk-hero__title { font-size: 90px; font-weight: 800; color: var(--hk-text-white); line-height: 1.05; margin-bottom: 40px; text-transform: capitalize; transform: translateY(-30px); opacity: 0; transition: transform 1s ease-out 0.2s, opacity 0.8s ease-out 0.2s; }
.swiper-slide-active .hk-hero__title { transform: translateY(0); opacity: 1; }
.hk-hero__btn { transform: translateY(20px); opacity: 0; }
.swiper-slide-active .hk-hero__btn { transform: translateY(0); opacity: 1; transition: transform 1s ease-out 0.6s, opacity 0.8s ease-out 0.6s, background 0.3s, color 0.3s; }

.hk-hero .swiper-pagination { bottom: 40px; left: 100px; transform: none; display: flex; gap: 8px; width: auto; z-index: 10; }
.hk-hero .swiper-pagination-bullet { width: 10px; height: 10px; background: rgba(255, 255, 255, 0.3); opacity: 1; border-radius: var(--hk-radius-full); transition: all var(--hk-transition-normal); }
.hk-hero .swiper-pagination-bullet-active { background: var(--hk-primary); }

.hk-hero__nav { position: absolute; right: 25%; top: 50%; transform: translateY(-50%); z-index: 100; display: flex; flex-direction: column; gap: 12px; }
.hk-hero__nav-btn { width: 45px; height: 45px; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: var(--hk-radius-full); display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.5); background: transparent; font-size: 14px; transition: all var(--hk-transition-normal); }
.hk-hero__nav-btn:hover { background: var(--hk-primary); border-color: var(--hk-primary); color: var(--hk-text-white); }

/* Hero Widget */
.hk-hero__widget { width: 400px; padding: 30px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(20px); border-radius: var(--hk-radius-xl); border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: var(--hk-shadow-lg); text-align: center; position: relative; z-index: 10; }
.hk-hero__widget-header { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 20px; }
.hk-hero__widget-icon { width: 45px; height: 45px; border-radius: var(--hk-radius-full); border: 1px solid rgba(255, 255, 255, 0.3); display: flex; align-items: center; justify-content: center; }
.hk-hero__widget-icon-inner { width: 22px; height: 22px; border-radius: var(--hk-radius-full); background: var(--hk-primary); display: flex; align-items: center; justify-content: center; }
.hk-hero__widget-icon-inner i { font-size: 10px; color: var(--hk-text-white); }
.hk-hero__widget-title { font-size: 16px; font-weight: 600; color: var(--hk-text-white); text-transform: uppercase; letter-spacing: 0.05em; }
.hk-hero__widget-stats { margin-bottom: 20px; }
.hk-hero__widget-value { font-size: 36px; font-weight: 700; color: var(--hk-text-white); margin: 0 0 8px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.hk-hero__widget-change { display: inline-flex; align-items: center; gap: 5px; background: rgba(34, 197, 94, 0.2); padding: 4px 8px; border-radius: 20px; color: #22c55e; font-size: 14px; font-weight: 600; }
.hk-hero__widget-change i { font-size: 8px; }
.hk-hero__widget-desc { font-size: 13px; color: rgba(255, 255, 255, 0.7); margin: 0; }
.hk-hero__widget-chart { position: relative; width: 100%; height: 180px; display: flex; align-items: center; justify-content: center; }
.hk-hero__widget-chart canvas { max-width: 160px; max-height: 160px; }
.hk-hero__widget-chart-label { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
.hk-hero__widget-chart-label p { font-size: 11px; color: rgba(255, 255, 255, 0.6); text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 4px; }
.hk-hero__widget-chart-label span { font-size: 28px; font-weight: 700; color: var(--hk-text-white); }

/* ====================================================================
   Part 11: Market Ticker - 行情滚动条
   ==================================================================== */
.hk-ticker { width: 100%; padding: 16px 0; overflow: hidden; position: relative; z-index: 100; }
.hk-ticker__track { display: flex; width: max-content; animation: hk-ticker-scroll 40s linear infinite; }
.hk-ticker__track:hover { animation-play-state: paused; }
@keyframes hk-ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.hk-ticker__content { display: flex; gap: 20px; padding: 0 10px; }
.hk-ticker__card { display: flex; align-items: stretch; gap: 20px; background: #ff9100; border-radius: 12px; padding: 16px 20px; min-width: 260px; transition: all var(--hk-transition-normal); cursor: pointer; }
.hk-ticker__card:hover { background: #2d323d; transform: translateY(-2px); box-shadow: var(--hk-shadow-lg); }
.hk-ticker__card-left { display: flex; flex-direction: column; justify-content: center; gap: 2px; min-width: 120px; }
.hk-ticker__name { font-size: 20px; font-weight: bold; color: #000; white-space: nowrap; line-height: 1.4; }
.hk-ticker__price { font-size: 22px; color: var(--hk-text-white); white-space: nowrap; line-height: 1.2; }
.hk-ticker__card-right { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; min-width: 90px; }
.hk-ticker__change { font-size: 14px; white-space: nowrap; display: flex; align-items: center; padding: 4px 6px; border-radius: 5px; background-color: var(--hk-bg-dark); color: var(--hk-text-gray); gap: 4px; }
.hk-ticker__change i { font-size: 10px; }
.hk-ticker__change--up { color: var(--hk-up); }
.hk-ticker__change--down { color: var(--hk-down); }
.hk-ticker__chart { width: 80px; height: 40px; flex-shrink: 0; }

/* ====================================================================
   Part 12: Trading Chart - 交易图表区域
   ==================================================================== */
.hk-trading { background: var(--hk-bg-darker); padding: 60px 0 80px; position: relative; }
.hk-trading__chart-card { border-radius: var(--hk-radius-lg); padding: 40px 30px; margin-bottom: 6px; margin-top: 75px; }
.hk-trading__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 16px; }
.hk-trading__title { font-size: 20px; font-weight: 700; color: var(--hk-text-white); margin: 0; }
.hk-trading__tabs { flex: 1; display: flex; justify-content: flex-end; }
.hk-trading__tabs-list { display: flex; gap: 8px; flex-wrap: wrap; }
.hk-trading__tab { background: transparent; border: none; color: #5D6588; font-size: 14px; font-weight: 500; padding: 8px 16px; border-radius: 20px; cursor: pointer; transition: all var(--hk-transition-normal); }
.hk-trading__tab:hover { color: var(--hk-text-white); background: rgba(255, 255, 255, 0.05); }
.hk-trading__tab--active { background: #34384C; color: var(--hk-text-white); }
.hk-trading__chart-wrapper { position: relative; width: 100%; min-height: 350px; overflow: hidden; }
.hk-trading__chart { width: 100%; height: 350px; }

/* ====================================================================
   Part 13: Reports Section - 报告板块
   ==================================================================== */
.hk-reports { background-color: #ff9100; padding: 80px 0; position: relative; z-index: 2; }
.hk-reports__header { text-align: center; max-width: 800px; margin: 0 auto 40px; }
.hk-reports__header .hk-title { color: var(--hk-text-white); }
.hk-reports__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; border-radius: 24px; padding: 8px; position: relative; }
.hk-reports__grid::before { content: ''; position: absolute; inset: -8px; border: 8px solid var(--hk-primary); filter: blur(24px); z-index: -1; }
.hk-reports__item { display: flex; flex-direction: column; justify-content: space-between; gap: 50px; border-radius: 24px; padding: 42px; }
.hk-reports__item-thumb { flex: 1; border-radius: 23.588px; background: #171f26; padding: 42px; min-height: 380px; position: relative; }
.hk-reports__item-thumb canvas { width: 100% !important; height: 100% !important; }
.hk-reports__item-content { text-align: center; max-width: 410px; margin-inline: auto; }
.hk-reports__item-title { color: var(--hk-text-white); font-weight: 700; font-size: 28px; line-height: 107.143%; letter-spacing: -1.68px; margin-bottom: 20px; }
.hk-reports__item-desc { color: rgba(255, 255, 255, 0.72); font-weight: 500; font-size: 16px; line-height: 1.6; }

/* ====================================================================
   Part 14: About Section - 关于我们
   ==================================================================== */
.hk-about { background: var(--hk-bg-dark); padding: 100px 0 120px; position: relative; overflow: hidden; }
.hk-about__header { display: flex; align-items: center; flex-wrap: wrap; gap: 40px; margin-bottom: 60px; }
.hk-about__header-left { flex: 1; min-width: 300px; }
.hk-about__header-right { display: flex; align-items: center; gap: 40px; }
.hk-about__stats { display: flex; gap: 60px; }
.hk-about__stat { text-align: left; }
.hk-about__stat-value { font-size: 50px; font-weight: 800; color: var(--hk-primary); line-height: 1; margin-bottom: 5px; }
.hk-about__stat-label { color: var(--hk-text-gray); font-size: 14px; margin: 0; }
.hk-about__video { position: relative; width: 220px; height: 150px; border-radius: var(--hk-radius-md); overflow: hidden; flex-shrink: 0; }
.hk-about__video img { width: 100%; height: 100%; object-fit: cover; }
.hk-about__video-btn { position: absolute; top: 50%; left: 30px; transform: translateY(-50%); width: 55px; height: 55px; background: var(--hk-primary); border-radius: var(--hk-radius-full); display: flex; align-items: center; justify-content: center; color: var(--hk-text-white); font-size: 16px; cursor: pointer; transition: all var(--hk-transition-normal); z-index: 5; }
.hk-about__video-btn::before { content: ''; position: absolute; width: 100%; height: 100%; border-radius: var(--hk-radius-full); background: var(--hk-primary); animation: hk-pulse 2s infinite; z-index: -1; }
@keyframes hk-pulse { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }

/* Customize Section */
.hk-customize { padding: 0; margin-top: 60px; }
.hk-customize__wrapper { overflow: hidden; border-radius: 30px; padding: 8px; background: linear-gradient(180deg, rgba(115, 151, 233, 0.02) 0%, rgba(209, 215, 245, 0.02) 48.08%, rgba(239, 247, 251, 0.02) 100%); }
.hk-customize__grid { display: grid; grid-template-columns: 5fr 7fr; gap: 8px; }
.hk-customize__card { background: #040a1063; border-radius: 24px; padding: 42px; height: 100%; }
.hk-customize__card--info { display: flex; flex-direction: column; justify-content: space-between; gap: 40px; }
.hk-customize__card-title { font-size: 42px; font-weight: 700; color: var(--hk-text-white); line-height: 107.143%; letter-spacing: -1.68px; }
.hk-customize__card-desc { color: rgba(255, 255, 255, 0.72); font-weight: 600; line-height: 1.7; margin-top: 20px; }
.hk-customize__btn { display: inline-flex; align-items: center; justify-content: center; padding: 18px 35px; background: rgba(255, 255, 255, 0.1); color: var(--hk-text-white); font-size: 16px; font-weight: 600; border-radius: 8px; transition: all var(--hk-transition-normal); width: fit-content; }
.hk-customize__btn:hover { background: var(--hk-primary); color: var(--hk-text-white); }
.hk-customize__card--chart { min-height: 400px; display: flex; align-items: center; justify-content: center; position: relative; }
.hk-customize__card--chart canvas { width: 100% !important; height: 100% !important; }

/* ====================================================================
   Part 15: Report Customize Components - 报告组件
   ==================================================================== */
.report-customize__wrapper { overflow: hidden; border-radius: 30px; padding: 8px; background: linear-gradient(180deg, rgba(var(--primary-color-rgb), 0.02) 0%, rgba(var(--secondary-color-rgb), 0.02) 48.08%, rgba(var(--third-color-rgb), 0.02) 100%); }
.report-customize__item { border-radius: 24px; background: var(--bg-color-2); padding: 42px; height: 100%; }
@media only screen and (max-width: 1439.98px) { .report-customize__item { padding: 30px; } }
@media only screen and (max-width: 767.98px) { .report-customize__item { padding: 20px; } }

.report-customize__item.type-1:has(.item-content) { display: flex; flex-direction: column; justify-content: space-between; gap: 40px; }
.report-customize__item.type-1 .item-title { color: var(--text-color-main); font-weight: 700; line-height: 107.143%; letter-spacing: -1.68px; }
.report-customize__item.type-1 p { color: rgba(var(--text-color-main-rgb), 0.72); font-weight: 500; margin-top: 20px; }
.report-customize__item.type-1 .analysis-list { margin-top: 22px; }
.report-customize__item.type-1 .analysis-list ul { list-style: none; padding: 0; margin: 0; }
.report-customize__item.type-1 .analysis-list ul li { display: inline-flex; align-items: flex-start; gap: 10px; color: rgba(var(--text-color-main-rgb), 0.72); line-height: 150%; font-size: 16px; font-weight: 500; }
.report-customize__item.type-1 .analysis-list ul li:not(:last-of-type) { margin-bottom: 8px; }
.report-customize__item.type-1 .analysis-list ul li i, .report-customize__item.type-1 .analysis-list ul li svg { color: var(--primary-color); margin-top: 4px; flex-shrink: 0; }

.report-customize__item.type-3 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
@media only screen and (max-width: 575.98px) { .report-customize__item.type-3 { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 24px; } }

.report-customize__item.type-3 .activity { display: flex; flex-direction: column; justify-content: space-between; gap: 30px; background: rgba(255, 255, 255, 0.05); border-radius: 32px; padding: 32px; }
@media only screen and (max-width: 1439.98px) { .report-customize__item.type-3 .activity { padding: 25px; } }
@media only screen and (max-width: 1199.98px) { .report-customize__item.type-3 .activity { padding: 20px; border-radius: 20px; } }
.report-customize__item.type-3 .activity .activity-header { display: flex; align-items: center; justify-content: space-between; }
.report-customize__item.type-3 .activity .activity-header .title { color: var(--text-color-main); font-weight: 500; line-height: 100%; letter-spacing: -1.6px; margin: 0; }
.report-customize__item.type-3 .activity .activity-header .avatars { display: flex; margin-top: 0; }
.report-customize__item.type-3 .activity .activity-header .avatars img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.report-customize__item.type-3 .activity .activity-header .avatars img:not(:last-of-type) { margin-right: -10px; }

.report-customize__item.type-3 .activity .progress-wrapper { display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; position: relative; }
.report-customize__item.type-3 .activity .progress-wrapper .progress { width: 23px; height: 118px; border-radius: 30px; background: rgba(255, 255, 255, 0.1); position: relative; }
.report-customize__item.type-3 .activity .progress-wrapper .progress::before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; border-radius: 30px; }
.report-customize__item.type-3 .activity .progress-wrapper .progress:nth-of-type(1)::before { height: 80.27%; background-color: #b1e3ff; }
.report-customize__item.type-3 .activity .progress-wrapper .progress:nth-of-type(2)::before { height: 42.857%; background: linear-gradient(180deg, #7397e9 0%, #d1d7f5 48.08%, #eff7fb 100%); }
.report-customize__item.type-3 .activity .progress-wrapper .progress:nth-of-type(3)::before { height: 56.46%; background-color: #baedbd; }
.report-customize__item.type-3 .activity .progress-wrapper .progress:nth-of-type(4)::before { height: 42.857%; background: linear-gradient(180deg, #7397e9 0%, #d1d7f5 48.08%, #eff7fb 100%); }
.report-customize__item.type-3 .activity .progress-wrapper .progress:nth-of-type(5)::before { height: 56.46%; background-color: #b1e3ff; }
.report-customize__item.type-3 .activity .progress-wrapper .progress:nth-of-type(6)::before { height: 70.75%; background-color: #baedbd; }
.report-customize__item.type-3 .activity .progress-wrapper .progress:nth-of-type(7)::before { height: 89.8%; background: linear-gradient(180deg, #7397e9 0%, #d1d7f5 48.08%, #eff7fb 100%); }
.report-customize__item.type-3 .activity .progress-wrapper .progress-percentage { position: absolute; left: 50%; top: 15px; border-radius: 31.579px; background: var(--bg-color-2); color: var(--text-color-main); font-size: 15.158px; font-weight: 400; line-height: 1; letter-spacing: -0.303px; padding: 7px 16px; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; }
.report-customize__item.type-3 .activity .progress-wrapper .progress-percentage::after { content: ""; position: absolute; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid var(--bg-color-2); top: 100%; left: 50%; transform: translateX(-50%); }

.report-customize__item.type-3 .profile { display: flex; flex-direction: column; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.05); border-radius: 32px; padding: 32px; text-align: center; }
@media only screen and (max-width: 1439.98px) { .report-customize__item.type-3 .profile { padding: 25px; } }
@media only screen and (max-width: 767.98px) { .report-customize__item.type-3 .profile { padding: 20px; } }
.report-customize__item.type-3 .profile .avatar { width: 120px; height: 120px; border-radius: 50%; background-color: #eeeffa; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.report-customize__item.type-3 .profile .avatar img { width: 75.429px; height: 75.429px; object-fit: cover; flex-shrink: 0; }
.report-customize__item.type-3 .profile .title { color: var(--text-color-main); font-weight: 500; line-height: 127.386%; letter-spacing: -0.84px; margin-top: 27px; margin-bottom: 0; }
.report-customize__item.type-3 .profile .designation { color: var(--text-color-main); font-weight: 500; line-height: 119.483%; letter-spacing: -1.24px; opacity: 0.63; margin-top: 6px; }
@media only screen and (min-width: 992px) { .report-customize__item.type-3 .profile .designation { font-size: 31px; } }

/* ====================================================================
   Part 16: Footer - 页脚
   ==================================================================== */
.hk-footer { background: var(--hk-bg-dark); padding: 20px 0 0; position: relative; }
.hk-footer__inner { display: flex; flex-wrap: wrap; gap: 40px; padding-bottom: 10px; margin-top: 50px; }
.hk-footer__brand { flex: 0 0 100%; max-width: 450px; }
@media (min-width: 992px) { .hk-footer__brand { flex: 0 0 40%; } }
.hk-footer__logo { margin-bottom: 30px; }
.hk-footer__logo img { width: 100px; }
.hk-footer__cta-title { font-size: 36px; font-weight: 700; color: var(--hk-text-white); margin-bottom: 24px; line-height: 1.2; }
.hk-footer__cta-btn { display: inline-flex; align-items: center; gap: 12px; background: var(--hk-primary); color: var(--hk-text-white); padding: 16px 28px; font-weight: 600; font-size: 14px; transition: all var(--hk-transition-normal); }
.hk-footer__cta-btn:hover { background: var(--hk-primary-dark); color: var(--hk-text-white); }
.hk-footer__cta-btn .icon-box { width: 28px; height: 28px; background: rgba(255, 255, 255, 0.2); border-radius: var(--hk-radius-full); display: flex; align-items: center; justify-content: center; }
.hk-footer__links { flex: 1; display: flex; flex-wrap: wrap; gap: 40px; padding: 30px; border-radius: var(--hk-radius-lg); }
.hk-footer__links-group { min-width: 150px; }
.hk-footer__links-title { color: var(--hk-text-white); font-size: 16px; font-weight: 700; margin-bottom: 20px; }
.hk-footer__links-list { display: flex; flex-direction: column; gap: 12px; }
.hk-footer__links-list a { color: var(--hk-text-gray); font-size: 14px; transition: color var(--hk-transition-normal); }
.hk-footer__links-list a:hover { color: var(--hk-primary); }
.hk-footer__bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding: 20px 0; border-top: 1px solid var(--hk-border-light); }
.hk-footer__copyright { color: var(--hk-text-gray); font-size: 14px; }
.hk-footer__copyright a { color: var(--hk-primary); }
.hk-footer__social { display: flex; gap: 12px; }
.hk-footer__social-link { width: 40px; height: 40px; border-radius: var(--hk-radius-full); background: rgba(255, 255, 255, 0.05); display: flex; align-items: center; justify-content: center; color: var(--hk-text-white); transition: all var(--hk-transition-normal); }
.hk-footer__social-link:hover { background: var(--hk-primary); color: var(--hk-text-white); }

/* ====================================================================
   Part 17: Utilities - 工具组件
   ==================================================================== */
.hk-scroll-top { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; border-radius: var(--hk-radius-full); background: var(--hk-primary); color: var(--hk-text-white); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all var(--hk-transition-normal); z-index: 999; cursor: pointer; }
.hk-scroll-top--visible { opacity: 1; visibility: visible; }
.hk-scroll-top:hover { background: var(--hk-primary-dark); transform: translateY(-5px); }

.hk-preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--hk-bg-dark); display: flex; align-items: center; justify-content: center; z-index: 9999; transition: opacity 0.5s, visibility 0.5s; }
.hk-preloader--hidden { opacity: 0; visibility: hidden; }
.hk-preloader__spinner { width: 50px; height: 50px; border: 3px solid var(--hk-border-light); border-top-color: var(--hk-primary); border-radius: var(--hk-radius-full); animation: hk-spin 1s linear infinite; }
@keyframes hk-spin { to { transform: rotate(360deg); } }

/* Color Utilities */
.hk-text-primary { color: var(--hk-primary); }
.hk-text-white { color: var(--hk-text-white); }
.hk-text-gray { color: var(--hk-text-gray); }
.hk-text-up { color: var(--hk-up); }
.hk-text-down { color: var(--hk-down); }
.hk-bg-dark { background: var(--hk-bg-dark); }
.hk-bg-darker { background: var(--hk-bg-darker); }
.hk-bg-primary { background: var(--hk-primary); }

/* Spacing Utilities */
.hk-mt-sm { margin-top: var(--hk-spacing-sm); }
.hk-mt-md { margin-top: var(--hk-spacing-md); }
.hk-mt-lg { margin-top: var(--hk-spacing-lg); }
.hk-mt-xl { margin-top: var(--hk-spacing-xl); }
.hk-mb-sm { margin-bottom: var(--hk-spacing-sm); }
.hk-mb-md { margin-bottom: var(--hk-spacing-md); }
.hk-mb-lg { margin-bottom: var(--hk-spacing-lg); }
.hk-mb-xl { margin-bottom: var(--hk-spacing-xl); }

/* Flex Utilities */
.hk-flex { display: flex; }
.hk-flex-col { flex-direction: column; }
.hk-flex-wrap { flex-wrap: wrap; }
.hk-items-center { align-items: center; }
.hk-justify-center { justify-content: center; }
.hk-justify-between { justify-content: space-between; }
.hk-gap-sm { gap: var(--hk-spacing-sm); }
.hk-gap-md { gap: var(--hk-spacing-md); }
.hk-gap-lg { gap: var(--hk-spacing-lg); }

/* Grid Utilities */
.hk-grid { display: grid; gap: 24px; }
.hk-grid--2 { grid-template-columns: repeat(2, 1fr); }
.hk-grid--3 { grid-template-columns: repeat(3, 1fr); }
.hk-grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ====================================================================
   Part 18: News Section - 新闻资讯版块
   ==================================================================== */
.hk-news__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.hk-news__card-image i {
  transition: transform 0.3s ease;
}

.hk-news__card:hover .hk-news__card-image i {
  transform: scale(1.1);
}

/* Font Awesome additional icons for news section */
.fa-chart-line::before { content: "\f201"; }
.fa-balance-scale::before { content: "\f24e"; }
.fa-globe::before { content: "\f0ac"; }
.fa-coins::before { content: "\f51e"; }
.fa-university::before { content: "\f19c"; }
.fa-bullhorn::before { content: "\f0a1"; }

/* ====================================================================
   Part 19: News Section - 新闻资讯版块（完整样式）
   ==================================================================== */
.hk-news {
  background: var(--hk-bg-darker);
  padding: 80px 0;
}

.hk-news__header {
  text-align: center;
  margin-bottom: 50px;
}

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

.hk-news__card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.hk-news__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.hk-news__card-image {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hk-news__card-image i {
  font-size: 48px;
  color: white;
  opacity: 0.8;
  transition: transform 0.3s ease;
}

.hk-news__card:hover .hk-news__card-image i {
  transform: scale(1.1);
}

/* 新闻卡片图片背景渐变 */
.hk-news__card-image--market { background: linear-gradient(135deg, #ff9100 0%, #d4a20d 100%); }
.hk-news__card-image--policy { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); }
.hk-news__card-image--policy i { color: #ff9100; }
.hk-news__card-image--company { background: linear-gradient(135deg, #0f3460 0%, #16213e 100%); }
.hk-news__card-image--company i { color: #4cff9c; }
.hk-news__card-image--fund { background: linear-gradient(135deg, #533483 0%, #0f3460 100%); }
.hk-news__card-image--fund i { color: #ffd700; }
.hk-news__card-image--industry { background: linear-gradient(135deg, #2d3436 0%, #636e72 100%); }
.hk-news__card-image--event { background: linear-gradient(135deg, #e17055 0%, #d63031 100%); }

.hk-news__card-content {
  padding: 24px;
}

.hk-news__card-tag {
  display: inline-block;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.hk-news__card-tag--market { background: rgba(212, 162, 13, 0.2); color: #d4a20d; }
.hk-news__card-tag--policy { background: rgba(115, 151, 233, 0.2); color: #7397e9; }
.hk-news__card-tag--company { background: rgba(76, 255, 156, 0.2); color: #4cff9c; }
.hk-news__card-tag--fund { background: rgba(255, 215, 0, 0.2); color: #ffd700; }
.hk-news__card-tag--industry { background: rgba(255, 255, 255, 0.1); color: #fff; }
.hk-news__card-tag--event { background: rgba(240, 23, 75, 0.2); color: #f0174b; }

.hk-news__card-title {
  color: var(--hk-text-white);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4;
}

.hk-news__card-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.hk-news__card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hk-news__card-date {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.hk-news__card-link {
  color: #d4a20d;
  font-size: 14px;
  font-weight: 600;
  transition: color var(--hk-transition-normal);
}

.hk-news__card-link:hover {
  color: var(--hk-primary-light);
}

.hk-news__more {
  text-align: center;
  margin-top: 50px;
}

/* ====================================================================
   Part 20: Analysis Section - 研究分析版块
   ==================================================================== */
.hk-analysis {
  background-color: #ff9100db;
  padding: 100px 0;
}

.hk-analysis__wrapper {
  overflow: hidden;
  border-radius: 30px;
  padding: 8px;
  background: linear-gradient(180deg, rgba(115, 151, 233, 0.02) 0%, rgba(209, 215, 245, 0.02) 48.08%, rgba(239, 247, 251, 0.02) 100%);
}

.hk-analysis__grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 8px;
}

.hk-analysis__card {
  background: transparent;
  border-radius: 24px;
  padding: 42px;
  height: 100%;
}

/* 左侧活动卡片 */
.hk-analysis__activity {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.hk-analysis__activity-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 32px;
  padding: 32px;
}

.hk-analysis__activity-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hk-analysis__activity-title {
  color: var(--hk-text-white);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.6px;
  margin: 0;
}

.hk-analysis__avatars {
  display: flex;
}

.hk-analysis__avatars img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.hk-analysis__avatars img:not(:last-child) {
  margin-right: -10px;
}

/* 进度条 */
.hk-analysis__progress-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  position: relative;
}

.hk-analysis__progress-bar {
  width: 23px;
  height: 118px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}

.hk-analysis__progress-bar::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 30px;
}

.hk-analysis__progress-bar:nth-of-type(1)::before { height: 80.27%; background-color: #b1e3ff; }
.hk-analysis__progress-bar:nth-of-type(2)::before { height: 42.857%; background: linear-gradient(180deg, #7397e9 0%, #d1d7f5 48.08%, #eff7fb 100%); }
.hk-analysis__progress-bar:nth-of-type(3)::before { height: 56.46%; background-color: #baedbd; }
.hk-analysis__progress-bar:nth-of-type(4)::before { height: 42.857%; background: linear-gradient(180deg, #7397e9 0%, #d1d7f5 48.08%, #eff7fb 100%); }
.hk-analysis__progress-bar:nth-of-type(5)::before { height: 56.46%; background-color: #b1e3ff; }
.hk-analysis__progress-bar:nth-of-type(6)::before { height: 70.75%; background-color: #baedbd; }
.hk-analysis__progress-bar:nth-of-type(7)::before { height: 89.8%; background: linear-gradient(180deg, #7397e9 0%, #d1d7f5 48.08%, #eff7fb 100%); }

.hk-analysis__progress-label {
  position: absolute;
  left: 50%;
  top: 15px;
  border-radius: 31.579px;
  background: var(--hk-bg-darker);
  color: var(--hk-text-white);
  font-size: 15.158px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.303px;
  padding: 7px 16px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hk-analysis__progress-label::after {
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--hk-bg-darker);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

/* 个人资料卡片 */
.hk-analysis__profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 32px;
  padding: 32px;
  text-align: center;
}

.hk-analysis__profile-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #eeeffa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hk-analysis__profile-avatar img {
  width: 75.429px;
  height: 75.429px;
  object-fit: cover;
}

.hk-analysis__profile-name {
  color: var(--hk-text-white);
  font-weight: 500;
  line-height: 127.386%;
  letter-spacing: -0.84px;
  margin-top: 27px;
  margin-bottom: 0;
}

.hk-analysis__profile-role {
  color: var(--hk-text-white);
  font-weight: 500;
  line-height: 119.483%;
  letter-spacing: -1.24px;
  opacity: 0.63;
  margin-top: 6px;
  font-size: 24px;
}

/* 右侧内容卡片 */
.hk-analysis__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.hk-analysis__content-title {
  color: var(--hk-text-white);
  font-weight: 700;
  line-height: 107.143%;
  letter-spacing: -1.68px;
  font-size: 32px;
}

.hk-analysis__content-desc {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
  margin-top: 20px;
}

.hk-analysis__list {
  margin-top: 22px;
}

.hk-analysis__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hk-analysis__list li {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}

.hk-analysis__list li:not(:last-child) {
  margin-bottom: 8px;
}

.hk-analysis__list li svg {
  color: var(--hk-primary);
  margin-top: 4px;
  flex-shrink: 0;
}

/* ====================================================================
   Part 21: Responsive - 响应式
   ==================================================================== */
@media (max-width: 1400px) {
  .hk-header__contact { display: none; }
  .hk-header__auth { margin-left: 0; }
  .hk-nav__item { margin-left: 50px; }
}

@media (max-width: 1200px) {
  .hk-header { padding: 0 40px; }
  .hk-nav__item { margin-left: 40px; }
  .hk-header__logo { margin-right: 80px; }
  .hk-header__logo::after { right: -40px; }
  .hk-title--xl { font-size: 42px; }
  .hk-title--lg { font-size: 36px; }
  .hk-hero__title { font-size: 70px; }
  .hk-hero__shape--1 { right: 200px; width: 280px; height: 600px; }
  .hk-hero__shape--2 { right: -80px; width: 200px; height: 400px; }
  .hk-hero__shape--3 { right: 150px; width: 130px; height: 280px; }
  .hk-customize__card { padding: 30px; }
  .hk-customize__card-title { font-size: 36px; }
  /* 合并为单个按钮样式 */
  .hk-header__auth-link { display: none; }
  .hk-header__auth-btn span { display: none; }
  .hk-header__auth-btn { padding: 12px; border-radius: var(--hk-radius-full); }
  .hk-header__auth-btn i { font-size: 16px; }
  .hk-header__search { margin-left: 15px; }
  .hk-header__search::before { left: -8px; }
}

@media (max-width: 991px) {
  .hk-header { padding: 0 30px; }
  .hk-header__inner { justify-content: space-between; }
  .hk-header__logo { margin-right: 0; }
  .hk-header__logo::after { display: none; }
  .hk-nav { display: none; }
  .hk-header__mobile-actions { display: flex; }
  .hk-section { padding: 60px 0; }
  .hk-title--xl { font-size: 36px; }
  .hk-title--lg { font-size: 30px; }
  .hk-grid--3, .hk-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .hk-footer__brand { flex: 0 0 100%; max-width: 100%; }
  .hk-hero__title { font-size: 55px; }
  .hk-hero__content { padding-left: 20px; }
  .hk-hero__nav { right: 10%; }
  .hk-hero__widget { width: 280px; padding: 24px; }
  .hk-hero__widget-value { font-size: 28px; }
  .hk-about__stats { gap: 40px; }
  .hk-about__stat-value { font-size: 40px; }
  .hk-reports__grid { grid-template-columns: 1fr; }
  .hk-reports__item { border-radius: 15px; padding: 20px; gap: 30px; }
  .hk-reports__item-thumb { padding: 20px; border-radius: 15px; min-height: 300px; }
  .hk-customize__grid { grid-template-columns: 1fr; }
  .hk-trading__header { flex-direction: column; align-items: flex-start; }
  .hk-trading__tabs { width: 100%; justify-content: flex-start; overflow-x: auto; }
  .hk-news__grid { grid-template-columns: repeat(2, 1fr); }
  .hk-analysis__grid { grid-template-columns: 1fr; }
  .hk-analysis__activity { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 768px) {
  .hk-container { padding: 0 16px; }
  .hk-header { padding: 0 20px; }
  .hk-section { padding: 50px 0; }
  .hk-title--xl { font-size: 30px; }
  .hk-title--lg { font-size: 26px; }
  .hk-title--md { font-size: 22px; }
  .hk-btn { padding: 15px 28px; }
  .hk-grid--2, .hk-grid--3, .hk-grid--4 { grid-template-columns: 1fr; }
  .hk-footer__inner { flex-direction: column; gap: 30px; }
  .hk-footer__bottom { flex-direction: column; text-align: center; }
  .hk-hero__slide { min-height: 550px; max-height: 700px; }
  .hk-hero__title { font-size: 42px; margin-bottom: 30px; }
  .hk-hero__nav { display: none; }
  .hk-hero__shape--1, .hk-hero__shape--2, .hk-hero__shape--3 { display: none; }
  .hk-hero .swiper-pagination { left: 50%; transform: translateX(-50%); }
  .hk-hero__widget { width: 260px; padding: 20px; }
  .hk-hero__widget-value { font-size: 24px; }
  .hk-hero__widget-chart-label span { font-size: 22px; }
  .hk-ticker__card { padding: 12px 16px; gap: 16px; min-width: 220px; }
  .hk-ticker__price { font-size: 18px; }
  .hk-ticker__name { font-size: 12px; }
  .hk-ticker__chart { width: 60px; height: 32px; }
  .hk-trading__chart-card { padding: 20px; }
  .hk-trading__chart-wrapper { min-height: 280px; }
  .hk-trading__chart { height: 280px; }
  .hk-trading__tab { font-size: 12px; padding: 6px 12px; }
  .hk-about__header { flex-direction: column; text-align: center; }
  .hk-about__header-right { flex-direction: column; }
  .hk-about { padding: 70px 0; }
  .hk-reports__item { padding: 24px; gap: 24px; }
  .hk-reports__item-title { font-size: 22px; }
  .hk-customize__card { padding: 20px; }
  .hk-customize__card-title { font-size: 28px; }
  .hk-customize__card--chart { min-height: 300px; }
  .hk-news__grid { grid-template-columns: 1fr; gap: 16px; }
  .hk-news__card-title { font-size: 16px; }
  .hk-analysis { padding: 60px 0; }
  .hk-analysis__card { padding: 20px; }
  .hk-analysis__activity-panel { padding: 20px; border-radius: 20px; }
  .hk-analysis__profile { padding: 20px; }
  .hk-analysis__content-title { font-size: 26px; }
}

@media (max-width: 576px) {
  .hk-title--xl { font-size: 26px; }
  .hk-title--lg { font-size: 22px; }
  .hk-hero__title { font-size: 36px; }
  .hk-hero__content { padding-left: 16px; padding-right: 16px; }
  .hk-trading__tabs-list { gap: 4px; }
  .hk-trading__tab { font-size: 11px; padding: 5px 10px; }
  .hk-reports__item { padding: 20px 15px; }
  .hk-reports__item-thumb { padding: 20px 15px; min-height: 280px; }
  .hk-reports__item-title { font-size: 20px; margin-bottom: 15px; }
  .hk-customize__card-title { font-size: 22px; }
  .hk-header { padding: 0 16px; }
  .hk-header__mobile-actions { gap: 8px; }
  .hk-header__mobile-auth, .hk-header__toggle { width: 36px; height: 36px; }
  .hk-header__mobile-auth { font-size: 14px; }
  .hk-mobile-menu__inner { padding: 0 16px; }
  .hk-mobile-menu__auth { flex-direction: column; }
}

