/* Homepage styles extracted from the server template for cacheable delivery. */

	    @supports (content-visibility: auto) {
	        section:not(.hero-fullwidth) {
	            content-visibility: auto;
	            contain-intrinsic-size: 1px 900px;
	        }
	    }

	    .hero-fullwidth {
	        position: relative;
	        width: 100%;
        height: clamp(520px, 68vh, 760px);
        min-height: 520px;
        overflow: hidden;
        isolation: isolate;
        background: #080d13;
    }

	    .hero-fullwidth::before {
	        content: '';
	        position: absolute;
	        inset: 0;
	        z-index: 6;
	        pointer-events: none;
	        background:
	            linear-gradient(90deg, rgba(4, 8, 13, 0.36) 0%, rgba(4, 8, 13, 0.18) 30%, rgba(4, 8, 13, 0.04) 48%, rgba(4, 8, 13, 0) 66%),
	            linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 28%, rgba(5, 9, 14, 0.06) 100%);
	    }

    .hero-fullwidth::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 7;
        pointer-events: none;
        opacity: 0.045;
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
        background-size: 112px 112px;
        mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.32) 34%, transparent 58%);
    }

    .banner-pc-full {
        width: 100%;
        height: 100%;
    }

    .banner-pc-full .swiper-slide {
        overflow: hidden;
        position: relative;
        height: 100%;
    }

    .banner-pc-full .swiper-slide-img,
    .banner-pc-full video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: saturate(1.06) contrast(1.02) brightness(1.08);
    }

    .banner-pc-full .swiper-slide-active .swiper-slide-img {
        animation: heroKenBurns 12s ease-out forwards;
    }

    @keyframes heroKenBurns {
        0% { transform: scale(1.04); }
        100% { transform: scale(1); }
    }

    .hero-text-wrap {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 12;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 58px clamp(28px, 6vw, 112px) 72px;
        pointer-events: none;
    }

	    .hero-text-inner {
	        position: relative;
	        width: min(600px, 42vw);
	        max-width: 600px;
	        margin-right: 0;
	        padding: 0;
	        text-align: left;
        pointer-events: auto;
        background: transparent;
        border: 0;
	        box-shadow: none;
	        opacity: 1;
	        transition: opacity 0.28s ease, visibility 0.28s ease;
	    }

	    .hero-text-inner::before {
	        content: '';
	        position: absolute;
	        inset: -28px -30px -30px -34px;
	        z-index: -1;
	        border-radius: 8px;
	        background: linear-gradient(90deg, rgba(4, 8, 13, 0.18), rgba(4, 8, 13, 0.08) 58%, rgba(4, 8, 13, 0));
	        pointer-events: none;
	    }

	    .hero-text-inner.is-content-empty {
	        opacity: 0;
	        visibility: hidden;
	        pointer-events: none;
	    }

	    .hero-text-inner .is-slide-field-empty {
	        display: none;
	    }

	    .hero-kicker {
	        display: inline-block;
	        position: relative;
	        padding-left: 42px;
	        margin-bottom: 14px;
	        color: #f0b13d;
	        font-size: 12px;
	        font-weight: 800;
	        letter-spacing: 0.08em;
	        text-transform: uppercase;
	        text-shadow:
	            0 6px 18px rgba(0, 0, 0, 0.44);
	    }

    .hero-kicker::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
	        width: 28px;
	        height: 1px;
	        background: #f0b13d;
	        transform: translateY(-50%);
	        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.36);
	    }

	    .hero-text-inner .hero-title {
        max-width: 100%;
        margin: 0 0 16px;
        color: #ffffff;
        font-size: var(--hero-title-size, clamp(38px, 4vw, 58px));
        font-weight: 900;
        line-height: 1.08;
        letter-spacing: 0;
        white-space: nowrap;
        word-break: keep-all;
        overflow-wrap: normal;
	        text-shadow:
	            0 8px 24px rgba(0, 0, 0, 0.46),
	            0 2px 6px rgba(0, 0, 0, 0.32);
	    }

    .hero-text-inner .hero-title.is-title-wrapped {
        white-space: normal;
        overflow-wrap: anywhere;
        text-wrap: balance;
    }

	    .hero-text-inner .hero-subtitle {
	        max-width: 520px;
	        margin: 0 0 24px;
	        color: rgba(255, 255, 255, 0.76);
	        font-size: clamp(14px, 1.05vw, 16px);
	        font-weight: 500;
	        line-height: 1.68;
	        text-shadow: 0 5px 18px rgba(0, 0, 0, 0.42);
	        display: -webkit-box;
	        -webkit-line-clamp: 2;
	        line-clamp: 2;
	        -webkit-box-orient: vertical;
	        overflow: hidden;
	    }

    .hero-tools {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        align-items: center;
        justify-content: flex-start;
    }

    .hero-text-inner .hero-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 46px;
        padding: 0 22px;
        color: #08111c;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0;
        border-radius: 6px;
        border: 1px solid rgba(255, 255, 255, 0.32);
        background: #ffffff;
        text-decoration: none;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
        transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    }

    .hero-text-inner .hero-btn:hover {
        color: #ffffff;
        background: var(--primary-color, #0b74de);
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(11, 116, 222, 0.22);
    }

    .hero-proof-row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
	        width: min(600px, 100%);
	        max-width: 100%;
	        margin-top: 24px;
	        padding-top: 16px;
	        border-top: 1px solid rgba(255, 255, 255, 0.18);
	        box-shadow: none;
	    }

	    .hero-proof-item {
	        padding: 0 18px 0 0;
	        color: rgba(255, 255, 255, 0.66);
	        font-size: 12px;
	        line-height: 1.45;
	        text-shadow: 0 5px 16px rgba(0, 0, 0, 0.38);
	    }

	    .hero-proof-item:not(:last-child) {
	        border-right: 1px solid rgba(255, 255, 255, 0.14);
	        margin-right: 18px;
	    }

	    .hero-proof-item strong {
	        display: block;
	        margin-bottom: 5px;
	        color: #ffffff;
	        font-size: 14px;
	        font-weight: 900;
	        text-shadow: 0 6px 16px rgba(0, 0, 0, 0.42);
	    }

    .hero-proof-item span {
        display: block;
    }

    .banner-pc-full .swiper-pagination {
        right: clamp(20px, 5vw, 90px) !important;
        bottom: 52px !important;
        left: auto !important;
        width: auto !important;
        text-align: right;
        z-index: 15;
    }

    .banner-pc-full .swiper-pagination-bullet {
        width: 34px;
        height: 4px;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.34);
        opacity: 1;
        transition: width 0.32s ease, background 0.32s ease;
        margin: 0 4px !important;
    }

    .banner-pc-full .swiper-pagination-bullet-active {
        background: #fff;
        width: 58px;
        box-shadow: 0 0 18px rgba(255, 255, 255, 0.32);
    }

    .pi-dark-fallback {
        width: 100%;
        height: 100%;
        background:
            linear-gradient(135deg, #060c13 0%, #101924 48%, #253041 100%);
        position: relative;
        overflow: hidden;
    }

    .pi-dark-fallback::after {
        content: '';
        position: absolute;
        inset: -50%;
        background: radial-gradient(circle, rgba(240, 177, 61, 0.16) 0%, transparent 62%);
        animation: auroraBreath 15s infinite alternate linear;
    }

    @keyframes auroraBreath {
        0% { transform: scale(1); opacity: 0.5; }
        100% { transform: scale(1.18); opacity: 1; }
    }

    @media (max-width: 991px) {
        .hero-fullwidth {
            height: 560px;
            min-height: 560px;
        }

        .hero-text-wrap {
            align-items: flex-end;
            padding: 0 44px 86px;
        }

        .hero-text-inner {
            width: min(560px, 100%);
            max-width: 560px;
        }

        .hero-text-inner .hero-title {
            font-size: var(--hero-title-size, clamp(34px, 5.6vw, 46px));
            max-width: 100%;
        }
    }

    @media (max-width: 768px) {
	        .hero-fullwidth {
	            height: 540px;
	            min-height: 540px;
	        }

		.hero-fullwidth::before {
		    background:
		        linear-gradient(90deg, rgba(4, 8, 13, 0.26) 0%, rgba(4, 8, 13, 0.1) 48%, rgba(4, 8, 13, 0) 70%),
		        linear-gradient(180deg, transparent 0%, rgba(5, 9, 14, 0.12) 100%);
		}

        .hero-text-wrap {
            padding: 0 28px 78px;
        }

        .hero-text-inner {
            width: min(520px, 100%);
        }

        .hero-proof-row {
            display: block;
            width: min(360px, 100%);
            max-width: 360px;
            margin-top: 20px;
            padding-top: 14px;
        }

        .hero-proof-item {
            display: none;
            padding: 0;
            border-right: 0;
            margin-right: 0;
        }

        .hero-proof-item:first-child {
            display: block;
        }

        .banner-pc-full .swiper-pagination-bullet {
            width: 26px;
        }
    }

    @media (max-width: 576px) {
        .hero-fullwidth {
            height: 500px;
            min-height: 500px;
        }

        .hero-text-wrap {
            align-items: flex-end;
            padding: 0 20px 70px;
        }

        .hero-text-inner {
            width: 100%;
        }

        .hero-text-inner::before {
            inset: -20px -16px -22px -16px;
            background: linear-gradient(180deg, rgba(4, 8, 13, 0.16), rgba(4, 8, 13, 0.06));
        }

        .hero-text-inner .hero-title {
            font-size: 34px;
            letter-spacing: 0;
            line-height: 1.12;
            margin-bottom: 14px;
            max-width: 100%;
            white-space: normal;
            overflow-wrap: anywhere;
            text-wrap: balance;
        }

        .hero-text-inner .hero-subtitle {
            font-size: 14px;
            margin-bottom: 20px;
        }

        .hero-kicker {
            margin-bottom: 12px;
            padding-left: 36px;
            font-size: 11px;
        }

        .hero-kicker::before {
            width: 24px;
        }

        .hero-proof-row {
            display: none;
        }

        .hero-text-inner .hero-btn {
            min-height: 44px;
            padding: 0 18px;
        }

        .banner-pc-full .swiper-pagination {
            bottom: 30px !important;
            right: 20px !important;
            left: 20px !important;
            width: auto !important;
        }

        .banner-pc-full .swiper-pagination-bullet {
            width: 10px;
            height: 3px;
            margin: 0 2px !important;
        }

        .banner-pc-full .swiper-pagination-bullet-active {
            width: 24px;
        }
    }


	    .pc-product-section { position: relative; z-index: 18; overflow: hidden; margin-top: 0; padding: clamp(28px, 2.4vw, 40px) 0 clamp(76px, 6vw, 96px); border-radius: 0; background: #f4f7fb; box-shadow: none; }
	    .pc-product-section::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: #d8e1eb; }
	    .pc-product-section::after { content: ''; position: absolute; right: 0; top: 0; width: min(680px, 42vw); height: 100%; background: linear-gradient(118deg, transparent 8%, rgba(11,116,222,0.035) 52%, transparent 92%); pointer-events: none; }
	    .pc-product-inner { position: relative; z-index: 1; }
	    .pc-mobile-viewall { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 1px solid var(--primary-color, #0b74de); border-radius: 6px; color: #fff; font-size: 13px; font-weight: 800; line-height: 1; text-decoration: none !important; background: var(--primary-color, #0b74de); box-shadow: 0 4px 8px rgba(11,116,222,0.18); transition: transform 0.22s cubic-bezier(0.22,1,0.36,1), filter 0.22s ease, box-shadow 0.22s ease; white-space: nowrap; }
	    .pc-mobile-viewall:hover { color: #fff; filter: brightness(0.9); box-shadow: 0 6px 8px rgba(11,116,222,0.22); transform: translateY(-2px); }
	    .pc-mobile-viewall:focus-visible, .pc-card:focus-visible { outline: 3px solid var(--primary-color, #0b74de); outline-offset: 4px; }
	    .pc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: clamp(20px, 1.8vw, 30px); row-gap: clamp(26px, 2.4vw, 38px); }
	    .pc-card { position: relative; display: flex; flex-direction: column; height: 100%; overflow: hidden; border: 1px solid #d6e0ea; border-radius: 8px; color: #0f172a; text-decoration: none !important; background: #fff; box-shadow: 0 3px 8px rgba(15,23,42,0.055); transition: transform 0.24s cubic-bezier(0.22,1,0.36,1), box-shadow 0.24s ease, border-color 0.24s ease; }
	    .pc-card::before { content: ''; position: absolute; inset: 0 0 auto; z-index: 4; height: 2px; background: var(--primary-color, #0b74de); opacity: 0; transform: scaleX(0.7); transform-origin: center; transition: opacity 0.24s ease, transform 0.24s cubic-bezier(0.22,1,0.36,1); pointer-events: none; }
	    .pc-card:hover { border-color: rgba(11,116,222,0.38); box-shadow: 0 6px 8px rgba(15,23,42,0.08); transform: translateY(-3px); }
	    .pc-card:hover::before { opacity: 1; transform: scaleX(1); }
	    .pc-thumb { position: relative; aspect-ratio: 16 / 10; overflow: hidden; display: flex; align-items: center; justify-content: center; background: #e9eef4; }
	    .pc-thumb img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(0.84) contrast(1.04); transition: transform 0.48s cubic-bezier(0.22,1,0.36,1), filter 0.32s ease; }
	    .pc-card:hover .pc-thumb img { filter: saturate(0.98) contrast(1.03); transform: scale(1.025); }
	    .pc-thumb::after { content: none; }
	    .pc-thumb-fallback { position: absolute; z-index: 0; color: rgba(31,101,216,0.14); font-size: 52px; pointer-events: none; }
	    .pc-badge { position: absolute; top: 12px; left: 12px; z-index: 5; display: inline-flex; align-items: center; height: 23px; padding: 0 9px; border: 0; border-radius: 4px; color: #152132; background: #e7a321; box-shadow: none; font-size: 10px; font-weight: 900; text-transform: uppercase; }
	    .pc-body { flex: 1; display: flex; flex-direction: column; padding: 18px 19px 17px; border-top: 1px solid #e3e9f0; background: #fff; }
	    .pc-card-title { display: -webkit-box; overflow: hidden; margin: 0 0 8px; color: #0b1728; font-size: 17px; font-weight: 900; line-height: 1.36; text-wrap: balance; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; transition: color 0.22s ease; }
	    .pc-card:hover .pc-card-title { color: var(--primary-color, #0b74de); }
	    .pc-card-desc { display: -webkit-box; overflow: hidden; min-height: 3.25em; margin: 0 0 16px; color: #52647a; font-size: 13px; line-height: 1.62; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
	    .pc-card-footer { display: flex; align-items: center; margin-top: auto; padding-top: 13px; border-top: 1px solid #e3e9f0; }
	    .pc-link { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 30px; color: var(--primary-color, #0b74de); font-size: 13px; font-weight: 850; }
	    .pc-link i { font-size: 12px; transition: transform 0.22s cubic-bezier(0.22,1,0.36,1); }
	    .pc-card:hover .pc-link i { transform: translateX(4px); }
	    .pc-mobile-viewall-wrap { display: none; margin-top: 32px; text-align: center; }
	    .pc-card:active { transform: translateY(-1px); }

	    @media (max-width: 1199px) {
	        .pc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	    }
	    @media (max-width: 767px) {
	        .pc-product-section { margin-top: 0; padding: 28px 0 72px; border-radius: 0; }
	        .pc-mobile-viewall-wrap { display: block; }
	        .pc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 14px; row-gap: 20px; }
	        .pc-card-title { font-size: 16px; }
	        .pc-body { padding: 15px; }
	        .pc-card-desc { font-size: 13px; }
	        .pc-mobile-viewall { width: 100%; }
	    }
	    @media (max-width: 460px) {
	        .pc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	        .pc-product-item:nth-child(n + 5) { display: none; }
	        .pc-thumb { aspect-ratio: 4 / 3; }
	        .pc-body { padding: 13px 12px 12px; }
	        .pc-card-title { min-height: 40px; margin-bottom: 8px; font-size: 14px; line-height: 1.38; }
	        .pc-card-desc { display: none; }
	        .pc-card-footer { padding-top: 10px; }
	        .pc-link { font-size: 12px; }
	    }
	    @media (prefers-reduced-motion: reduce) {
	        .pc-card, .pc-card::before, .pc-thumb img, .pc-link i, .pc-mobile-viewall { transition: none !important; }
	        .pc-card:hover, .pc-mobile-viewall:hover { transform: none; }
	    }
	

    /* 濠电姷鏁告慨鐑藉极閸涘﹥鍙忛柣鎴濐潟閳ь剙鍊块幐濠冪珶閳哄绉€规洏鍔戝鍫曞箣閻欏懐骞㈤梻鍌欐祰椤鐣峰Ο琛℃灃婵炴垶纰嶉浠嬫煏閸繃鍟掗柡鍐ㄧ墛閺呮煡鏌涘☉鍗炲箺婵炲牊鐓″铏圭矙濞嗘儳鍓板銈嗗灥椤﹂潧顕ｆ繝姘櫜闁告稑鍊婚崰搴ㄥ煝鎼淬劌绠氱憸搴敊閸曨垱鐓涘璺烘濞呭棛绱掔拠鎻掓殶闁瑰箍鍨归埞鎴犫偓锝庝憾濞煎﹪姊洪幐搴ｇ畵婵☆偅鐩俊鎾箛閻楀牃鎷洪梺鍛婄箓鐎氼喗鏅堕柆宥嗙厱闁规崘娉涢弸搴ㄦ煟閿濆鏁遍悗闈涖偢瀵爼骞嬪┑濞惧亾閸喒鏀介柣鎰綑閻忥箓鏌ｉ悢婵嗘搐閸屻劑姊洪鈧粔鐢稿煕閹达附鐓涢柛灞久崝婊勭箾閸涱厽鍤囬柡灞剧洴閹垽宕ｆ径瀣絿婵犵數鍋涘Λ搴ㄥ垂娴犲钃熼柛鈩冾殢閸氬鏌涢埄鍐噧妤犵偞鍔欏缁樻媴閾忓箍鈧﹪鏌涢幘瀵哥疄鐎规洘绻堝鎾閻樻妲烽梻浣瑰濞叉牠宕愯ぐ鎺撳亗婵炴垯鍨洪崐鍫曟煟閹邦収鍟忛柣鎺撳劤椤儻顦堕悘蹇旂懇閸┾偓妞ゆ巻鍋撻柣蹇旇壘椤灝螣鐏忔牕浜炬慨妯煎帶楠炴﹢鏌熼獮鍨仼闁宠鍨归埀顒婄秵娴滅偤藝閺夋娓婚柕鍫濇噽缁犵増绻涚拠褏鐣垫い銏℃尭铻栭柍褜鍓熼崺?- 濠电姷鏁告慨鐑藉极閸涘﹥鍙忛柣鎴ｆ閺嬩線鏌熼梻瀵割槮缁炬儳顭烽弻锝夊箛椤掍焦鍎撻梺鎼炲妼閸婂潡寮诲☉銏╂晝闁挎繂妫涢ˇ銉х磽娴ｅ搫小闁告濞婂璇测槈濡攱鏂€闂佸憡娲﹂崑鍕叏閵堝棛绡€婵炲牆鐏濋弸鐔封攽閻愯韬€殿喛顕ч埥澶婎煥閸涱垱婢戦梻浣告惈濞诧箓銆冮崱娆屽亾濮橆厾鈽夐柍瑙勫灴閹瑩鎳犻鈧。鍦磽娓氬洤鏋熼柣鐔叉櫅椤曪絿鎷犲ù瀣潔闂侀潧绻掓慨鍫ュΩ閿旇桨绨婚梺鍝勫暙閸婂摜鏁懜鐐逛簻妞ゆ劗鍠愬▍鍡欑磼缂佹銆掑瑙勬礈閳ь剨缍嗘禍娆徯уΔ浣虹瘈婵炲牆鐏濋弸鐔兼煙缁嬪灝鏆遍柨鏇樺灪缁楃喖鍩€椤掆偓椤繐煤椤忓嫮顔囬柟鑹版彧缁插潡鎮鹃棃娑掓斀闁绘劕鐡ㄧ紞鎴︽煕婵犲倹鍋ユ鐐插暣閹瑥菐椤掆偓娴滄繈姊洪崨濠傚闁哄倷绶氶獮蹇旂節濮橆厸鎷洪梺鍛婄☉閿曪絿娆㈤柆宥嗙厱闁挎繂楠搁悘锕傛煙閾忣偅灏甸柟鐟板婵℃悂濮€閻樺崬顥氭繝鐢靛仜閻楀棝鎮樺┑瀣嚑婵炴垯鍨洪悡鐔兼煛瀹擃喕绀佹禒顕€鎮楃憴鍕婵＄偘绮欏顐﹀箻缂佹ê浜归梺鑲┾拡閸擄箑危娴煎瓨鈷掑〒姘ｅ亾婵炰匠鍥ｂ偓锕傚醇閵夈儳锛欓梺鍝勭▉閸樺ジ寮伴妷锔剧闁瑰瓨鐟ラ悘顏堟煃闁垮绗掗棁澶愭煥濠靛棙鍣洪悹鎰ㄥ墲缁绘繈鍩€椤掍胶顩烽悗锝庡亞閸橀亶姊洪棃娑辩劸闁稿骸纾划鏂棵洪鍛帗闂侀潧顦介崹鎶芥偩閻㈠憡鐓欐い鏃傛櫕閻帡鏌熺粙鍖℃敾鐎垫澘瀚悾婵嬪焵椤掑嫬姹插ù鐓庣摠閳锋帒霉閿濆懏鍟為柛鐔哄仱閺屾盯寮幘鍓佹殼閻庤娲戦崡鍐差嚕娴犲鏁冮柕鍫濇川閸斿爼姊虹拠鎻掑毐缂傚秴妫濆畷鎴炴媴閸︻収娲稿┑鐘诧工閻楀﹪鎮″▎鎾寸厱婵犻潧妫楅顐︽嚃閺嶎厽鐓熼柣妯哄暱婵顭胯椤ㄥ牓骞戦姀鐘闁靛繆鈧櫕鐣伴梻浣哥枃濡椼劎寰婇崸妤佹櫜闁搞儮鏅濋敍婊呯磽閸屾瑧鍔嶆い顓炴喘婵℃挳骞掑Δ浣哄帗閻熸粍绮撳畷婊冾潩鏉堚晝鐓撻梺鍦劋閵囨盯鍩€椤掑﹦鐣电€规洖鐖奸、妤佹媴缁嬪灝顥楅梻鍌欑窔濞佳囨偋閸℃蛋鍥ㄥ鐎涙ê浜楅梺鍝勬储閸ㄦ椽鎮￠悢闀愮箚妞ゆ牗绻冮鐘绘煥濞戞孝妞ゎ叀鍎婚¨渚€鏌涢幘璺烘灈妤犵偛鍟灃闁告侗鍣Λ鍐ㄢ攽閻愭潙鐏﹂柣妤佹礃缁傛帡顢欓崲澶嬫閹晠妫冨☉妤冩崟婵犵數鍋涘Ο濠囧矗閸愵喖违濞达絽澹婂銊╂煃瑜滈崜鐔肩嵁閸愵喖鐓涢柛婊€鐒﹂弲婵嬫⒑閹稿海绠撴繛璇х悼閼洪亶鏌ㄧ€ｎ剛鐦堥梺姹囧灲濞佳勭墡婵＄偑鍊栧褰掓偋閻樿尙鏆﹂柡澶庮嚦閺冨牆宸濇い鏃囧Г閻濇牠姊绘担绋挎毐闁圭⒈鍋婇獮濠冩償閿濆洨鐒奸梺鍓插亞閸犳挾绮绘ィ鍐╃厵閻庣數顭堥崜鍐层€掑顓犳创闁哄矉缍侀獮鎺戭吋閸モ晝鍘梻浣告惈閻鎹㈠┑鍡欐殾婵せ鍋撳┑鈩冩倐婵＄兘濮€閻樺崬顥氶梻浣哄帶椤洟宕愰弴鈶哄顫濋鑺ユ杸闂佺鏈喊宥夊疮閻愮儤鐓?*/
    .video-index-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: none;
        margin-top: 0;
        margin-bottom: 0;
        padding: 50px 0 84px;
        background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
    }

    .video-index-wrapper::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 1px;
        background: #dbe5f0;
    }

    .video-index-wrapper::after {
        content: '';
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        width: min(720px, 44vw);
        height: 100%;
        opacity: 1;
        background:
            linear-gradient(90deg, rgba(246,249,253,0), rgba(31,101,216,0.045)),
            linear-gradient(rgba(31,101,216,0.035) 1px, transparent 1px),
            linear-gradient(90deg, rgba(31,101,216,0.03) 1px, transparent 1px);
        background-size: auto, 72px 72px, 72px 72px;
        filter: none;
        mask-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.86) 42%, rgba(0,0,0,0.5));
        pointer-events: none;
    }

    .video-index-inner,
    .video-index-inner > .row,
    .video-index-wrapper .video-list {
        position: relative;
        z-index: 1;
    }

    .video-index-inner > .row:first-child {
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 28px;
    }

    .video-index-inner > .row:first-child .text-center {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0 !important;
        padding: 0;
        text-align: left !important;
    }

    .video-index-inner > .row:first-child .text-center > div:first-child {
        display: none !important;
    }

    .video-index-inner > .row:first-child h3 {
        position: relative;
        margin: 0 !important;
        padding-top: 24px;
        color: #0b1728 !important;
        font-size: clamp(30px, 3.1vw, 44px) !important;
        font-weight: 900 !important;
        line-height: 1.1 !important;
        letter-spacing: 0 !important;
    }

    .video-index-inner > .row:first-child h3::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 34px;
        height: 2px;
        background: #e6a427;
    }

    .video-index-inner > .row:first-child p {
        margin: 12px 0 0 !important;
        color: #62748d !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 1.55 !important;
        letter-spacing: 1.8px !important;
        text-align: left !important;
    }

    .video-index-wrapper .video-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(420px, 560px));
        justify-content: start;
        gap: 24px;
        margin: 0;
    }

    .video-index-wrapper .video-list .product-item {
        width: auto;
        max-width: none;
        flex: none;
        padding: 0;
        margin-bottom: 0 !important;
    }

    .custom-vid-card {
        display: block;
        background: #ffffff;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #dbe5f0;
        box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
        transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
        text-decoration: none;
        height: 100%;
    }

    .custom-vid-card:hover {
        transform: translateY(-5px);
        border-color: rgba(31,101,216,0.28);
        box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
        text-decoration: none;
    }

    /* 濠电姷鏁告慨鐑藉极閸涘﹥鍙忛柣鎴濐潟閳ь剙鍊块、娆撴倷椤掑缍楅梻浣告惈濞层垽宕归崷顓烆棜濠电姵纰嶉悡娆撳级閸繂鈷旈柣锝堜含閻ヮ亪骞嗚缁夋椽鏌″畝瀣瘈鐎规洖鐖兼俊鐑藉Ψ瑜岄惀顏堟⒒娴ｄ警鐒炬い鎴濇嚇钘濇い鏍仜閻撴﹢鏌熸潏鍓х暠缁炬儳鍚嬬换婵囩節閸屾稒宕抽梺鍛婃煥閹芥粎妲?16:9 闂傚倸鍊搁崐鎼佸磹閹间礁纾圭€瑰嫭鍣磋ぐ鎺戠倞妞ゆ帒顦伴弲顏堟偡濠婂啰绠绘鐐村灴婵偓闁靛牆鎳愰悿鈧俊鐐€栧Λ浣肝涢崟顒佸劅濠电姴娲﹂悡鐔煎箹閹碱厼鐏ｇ紒澶屾暬閺屾盯骞橀弶鎴濇懙濡炪們鍨哄ú鐔煎箠閻愬搫唯闁挎洍鍋撶€殿喖鐏濋埞鎴︻敊缁涘鐣跺┑鈽嗗亝椤ㄥ棝寮查懜鐢电瘈婵﹩鍘鹃崢浠嬫⒑閸︻厼鍔嬫繛鍙夛耿钘熷鑸靛姈椤ュ棗顭块懜闈涘闁绘挾鍠栭弻鐔煎箲閹邦厾褰ч梺鍦缂嶄線寮婚悢鍏煎仼閻忕偠袙閺嬪懘姊?*/
    .custom-vid-poster {
        position: relative;
        aspect-ratio: 16 / 8.4;
        background: #eef3f8;
        overflow: hidden;
    }

    .custom-vid-poster img,
    .custom-vid-poster video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s ease;
    }

    .custom-vid-card:hover .custom-vid-poster img,
    .custom-vid-card:hover .custom-vid-poster video {
        transform: scale(1.05);
    }

    /* 闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾剧懓顪冪€ｎ亝鎹ｉ柣顓炴闇夐柨婵嗩槹娴溿倝鏌ら弶鎸庡仴婵﹥妞介、妤呭焵椤掑倻鐭撻柣銏㈩焾缁犳岸鏌ｉ幇顒佹儓缂佺姾顫夌换娑㈡晲鎼粹€愁潻婵犵鈧偨鍋㈤柡灞剧〒娴狅妇鎷犻幓鎺濈€抽梻鍌氭搐椤︾敻寮婚敐鍛傜喖鎮滃Ο閿嬬亞闂備胶顭堟鍝ユ崲閹寸偟鈹嶅┑鐘叉祩閺佸啴鏌ㄥ☉宕囩У濞存粠浜濇穱濠囧箻椤旇偐顔婇梺瑙勬儗閸樹粙宕撻悽鍛娾拺闁圭娴风粻鎾绘煙閸愯尙校缂佹梻鍠栧鎾偄閸撲胶鐣鹃梻渚€娼ч悧鍡椕洪妶鍛瘎闂傚倷鑳堕…鍫ヮ敄閸ヮ剙纾婚柕鍫濇噽閺嗭附绻濋棃娑卞剰闁告劏鍋撻柣鐔哥矋缁挸鐣烽棃娴虫棃宕ㄩ鎯у箞闂備礁鎼ú銏ゅ礉瀹€鍕€堕柣妯兼暩绾惧ジ鏌ｅΟ铏癸紞闁愁垱娲熼弻鏇㈠炊瑜嶉顓燁殽閻愭惌鐒介柟鐟板濞碱亪骞嶉钘夌闂傚倸鍊峰ù鍥Υ閳ь剟鏌?*/
    .custom-vid-btn-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        width: 62px;
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custom-vid-btn {
        position: relative;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.92);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1f65d8;
        font-size: 20px;
        padding-left: 2px;
        transition: all 0.4s ease;
        z-index: 2;
    }

    .custom-vid-card:hover .custom-vid-btn {
        background: var(--primary-color, #0b74de);
        border-color: var(--primary-color, #0b74de);
        color: #fff;
        transform: scale(1.1);
        box-shadow: 0 0 20px rgba(11, 116, 222, 0.6);
    }

    /* 闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾剧懓顪冪€ｎ亝鎹ｉ柣顓炴闇夐柨婵嗩槹娴溿倝鏌ら弶鎸庡仴婵﹥妞介、妤呭焵椤掑倻鐭撻柣銏㈩焾缁犳岸鏌ｉ幇顒佹儓缂佺姾顫夌换娑㈡晲鎼粹€愁潻婵犵鈧偨鍋㈤柡灞剧〒娴狅妇鎷犻幓鎺濈€抽梻鍌氭搐椤︾敻寮婚敐鍛傜喖鎮滃Ο閿嬬亞闂備胶顭堟鍝ユ崲閹寸偟鈹嶅┑鐘叉祩閺佸啴鏌ㄥ☉宕囩У濞存粠浜濇穱濠囧箻椤旇偐顔婇梺瑙勬儗閸樹粙宕撻悽鍛娾拺闁圭娴风粻鎾绘煙閸愯尙校缂佹梻鍠栧鎾偄閸撲胶鐣鹃梻渚€娼ч悧鍡椕洪妶鍛瘎闂傚倷鑳堕…鍫ヮ敄閸ヮ剙纾婚柕鍫濇噽閺嗭附绻濋棃娑卞剰闁告劏鍋撻柣鐔哥矋缁挸鐣烽棃娴虫棃宕ㄩ鎯у箞闂備礁鎼ú銏ゅ礉瀹€鍕€堕柣妯兼暩绾惧ジ鏌ｅΟ铏癸紞闁愁垱娲熼弻鏇㈠炊瑜嶉顓燁殽閻愭惌鐒介柟鐟板濞碱亪骞嶉钘夌闂傚倸鍊峰ù鍥Υ閳ь剟鏌涚€ｎ偅灏伴柕鍥у楠炴鎹勯悜妯间簴缂傚倷璁插褔宕戦幘瀵哥瘈闁汇垽娼ф禒婊堟煟濡も偓濡繈骞冨Ο琛℃斀閻庯綆浜滈崵鎴︽⒑缂佹ɑ鐓ラ柛姘儔閹繝濡烽敂钘夊伎濠碘槅鍨伴悘婵嬫偂閹扮増鐓熼柟鎹愭硾閺嬫稒顨ラ悙鏉戞诞妤犵偛閰ｉ幐濠冨緞瀹€濠冃ラ梻浣烘嚀閸氬鎮鹃鍫濆瀭濠电姵鍝庨埀顒€鎳橀幊鐘活敆閸屾粣绱查梺璇插嚱缂嶅棙绂嶉悙宸僵闁靛ň鏅滈悡娑㈡煃瑜滈崜姘辩矉閹烘柡鍋撻敐搴′簽闁告ê宕—鍐Χ閸℃顫庢繝娈垮枟閹告娊骞冨鈧、鏃堝醇閻斿搫寮虫繝鐢靛仦閸ㄥ爼鈥﹂崶鈺冧笉缂備焦蓱閸欏繐鈹戦悩鎻掓殲闁靛洦绻堥弻鐔虹驳閸︻厾鐦堟繝纰樷偓宕囧煟鐎规洏鍔戦、娆撴煥椤栨矮澹曢梺璇″瀻閳ь剟寮ㄦ禒瀣厽婵妫楅弸娑㈡煟韫囷絼绨奸柕鍥у椤㈡﹢鎮欓棃娑掑徍闁荤姳璀﹂崹鍫曞蓟濞戙垹鍗抽柕濞垮劤娴狀參姊?*/
    .custom-vid-ripple {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1.5px solid var(--primary-color, #0b74de);
        opacity: 0;
        animation: none;
        z-index: 1;
    }

    @keyframes ripple-wave-home {
        0% {
            transform: scale(1);
            opacity: 0.8;
        }

        100% {
            transform: scale(2);
            opacity: 0;
        }
    }

    .custom-vid-card:hover .custom-vid-ripple {
        animation: ripple-wave-home 1.5s infinite linear;
    }

    .custom-vid-card:hover .custom-vid-ripple:nth-child(2) {
        animation-delay: 0.75s;
    }

    /* 闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗霉閿濆浜ら柤鏉挎健濮婃椽顢楅埀顒傜矓閹绢喖纾奸柕濞у嫬鏋戦梺鍝勫暙閻楀棛绮婚弽銊х鐎瑰壊鍠曠花濠氬箚閻斿吋鈷戦梻鍫熶緱濡叉悂鏌涢悤浣哥仩妞ゎ亜鍟粋鎺斺偓锝庝簽閻ｆ椽姊洪棃娑氱疄闁稿﹥鐗犲畷鎴﹀磼閻愯尙顔愰柡澶婄墕婢х晫绮旈崜浣虹＜閺夊牃鏅滈弳顒佹叏婵犲懏顏犻柟椋庡█楠炴捇骞掑┑鍡椢ㄧ紓鍌氬€风粈渚€顢栭崱娆愭殰闁跨喓濮撮悘鎶芥煥閺囩偛鈧悂鎮欐繝鍐︿簻闁瑰搫妫楁禍楣冩⒑缂佹ɑ灏版い顓炴喘閸┾偓妞ゆ巻鍋撶紒鐘茬Ч瀹曟洟鏌嗗畵銉ユ处鐎佃偐鈧稒锚娴滄姊洪崨濠傚Е闁哥姵顨婇幃锟犲礃椤旇偐楠囬梺缁樺姈濞兼瑩藟鐎ｎ偁浜滈柨鏃囧亹閻ｇ敻鏌″畝瀣瘈鐎规洖宕灒闁煎鍊ゅΣ鍓佺磽閸屾瑦绁板鏉戞憸閺侇喖螖閳ь剟鈥﹂崶顏嗙杸婵炴垶顭傞埡鍐╁枑鐎广儱顦悡鏇㈡倶閻愮紟鎺楀绩閼恒儯浜滈柡鍐ㄥ€堕埀顒€顑呴蹇涘Ψ閿旇桨绨诲銈嗘尵閸嬫稑危婵犳碍鐓熼柨婵嗘搐閸樻挳鏌熼鐟板⒉闁诡垱鏌ㄨ灒婵炶尙绮紞灞解攽閻樻鏆俊鎻掓嚇瀹曞湱鎹勬担鏇熺洴瀹曠螖娴ｇ澧绘俊鐐€曠换鎰板箠閹邦喖濮柍?*/
    .custom-vid-info {
        min-height: 112px;
        padding: 20px 22px;
        background: #fff;
        border-top: 1px solid #edf2f7;
    }

    .custom-vid-card:hover .custom-vid-info {
        background: #fff;
    }

    .custom-vid-title {
        color: #0b1728;
        font-size: 19px;
        font-weight: 900;
        text-align: left;
        line-height: 1.4;
        margin: 0 0 10px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: color 0.3s ease;
    }

    .custom-vid-card:hover .custom-vid-title {
        color: var(--primary-color, #0b74de);
    }

    .custom-vid-date {
        color: #62748d;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    /* 闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵割槮缁炬儳缍婇弻鐔兼⒒鐎靛壊妲紒鐐劤缂嶅﹪寮诲☉妯锋斀闁告洦鍋勬慨澶愭⒑缁嬫鍎愰柟鍛婃倐閿濈偛鈹戠€ｎ偄浜楅柟鑹版彧缁辨洟鎯堥崟顖涚厽閹兼番鍊ゅ鎰箾閸欏鐒介柟骞垮灲瀹曠厧鈹戦幇顒侇吙闂備礁婀遍搹搴ㄥ窗閺嶎叏缍栭柛娑樼摠閻撶喐淇婇娑橆嚋闁绘繍浜為幃顕€鏁愰崨顏呮杸闂佺粯顭堢亸娆徫涢崟顖涚厸濠㈣泛锕﹀銊╂煕鐎ｎ偅宕岀€殿喗鎸虫慨鈧柣妯虹仛閻掓儳鈹戦悙宸殶闁告鍥ㄥ仱闁靛ň鏅涚壕鎸庝繆閵堝懏鍣洪柣鎾寸懇閺屾盯骞樺Δ鈧幊搴ｇ箔閿熺姵鈷戠紒瀣儥閸庢粎绱撳鍕獢鐎殿喛顕ч埥澶愬閻樻牓鍔戦弻銊モ攽閸℃ê娅ｅ銈庡墮閻楀繒妲愰幘瀛樺闁芥ê顦抽弫鍧楁倵鐟欏嫭绀堥柡浣割煼閻涱噣宕橀鍛櫔闂侀€炲苯澧存鐐插暣婵偓闁靛牆妫欓崕顏堟⒑闂堚晛鐦滈柛娆忕箳濡叉劙宕樺ù瀣杸闂佺粯鍔橀崺鏍亹瑜忕槐鎾愁吋娴ｉ晲澹曞┑锛勫亼閸娿倝宕戦崟顖€鍥ㄦ媴閸愨晪绱撻梻鍌欑閹碱偊宕锔藉亱濠电姴娲﹂崑鍌炴煛閸ャ儱鐏柣鎾崇箰閳规垿鎮欓懠顑胯檸闂佸憡鏌ｉ崐婵嬪蓟濞戙垹鐓涢悗锝庡墰琚﹂梻浣告惈閺堫剙煤閻旈鏆﹂柛妤冨€ｉ弮鈧幏鍛村川婵犲簼妲愮紓鍌氬€搁崐宄懊归崶銊ｄ粓闁告縿鍎查弳婊堟煙閻戞ɑ绀堝ù婊€绮欏濠氬磼濮橆兘鍋撻悽绋跨；闁瑰墽绮悡娆撴⒑椤撱劎鐣遍柡瀣ㄥ€栫换娑欏緞婵犲啫浠村┑顔硷工椤嘲鐣烽幒鎴旀瀻闁规惌鍘借ⅵ婵犵數濮伴崹濠氬箠閹剧粯鏅濇い蹇撶墕缁犳牠鏌ㄩ悢鍝勑㈤梺鍗炴喘閺屾洘寰勯崼婵嗗Б闂佹寧绋掗惄顖氼潖濞差亜宸濆┑鐘插暙椤︹晠姊洪幖鐐插濞存粏娉涢悾鐑芥偨缁嬪潡鍞堕梺闈涚箚閳ь剝娅曢悗楣冩⒒娴ｈ櫣甯涙い銊ユ嚇閹囧幢濞嗘垹鐣跺┑顔筋焾閸╂牠鎮￠悢鍏肩厵闁硅鍔栫涵楣冩煃鐠囪尙澧﹂柡宀嬬磿娴狅妇鎷犲ù瀣壕婵犻潧顑囧畵浣搞€掑锝呬壕濡ょ姷鍋炵敮锟犵嵁鐎ｎ亖鏀介柛鈾€鏅滅紞鎾斥攽閻樺灚鏆╁┑顔炬暬椤㈡瑩寮介鐐电崶闂佸搫绋侀崢濂告偪椤斿浜滈柟鎵虫櫅閸斻倕霉濠婂嫮鎳囨慨濠勭帛閹峰懘鎼归悷鎵偧闂備焦瀵у銊╁焵椤掍緡鍟忛柛鐘崇墵閹儵鎮℃惔锝嗘闂佸搫顦抽鎶芥偄鏉炴壆鍓ㄩ梺鍝勮癁閸屾凹妫滈梻浣藉吹閸犳劙鎮烽妷褉鍋撳鐓庡箺鐎垫澘瀚板畷鐔碱敍濞戞艾骞堥梺璇插嚱缂嶅棙绂嶅┑瀣惞闁搞儺鐓堝▓浠嬫煟閹邦垰鐨虹紒鐘哄吹閳ь剝顫夊ú蹇涘礉閹存繍鍤曢柛顐ｆ礀缁狅絾绻濇繝鍌涘櫧闁稿﹦鍋ゅ濠氬磼濞嗘垹鐛㈠┑鐐板尃閸よ翰鍔戦崺鈧い鎺嗗亾闁宠鍨块崹楣冩惞椤愩垻鐛╃紓鍌欑贰閸犳螞閸愩劎鏆︽繝濠傛－濡插墽绱掗幆褍缍栫紒顔界懇瀵鈽夊顐ｅ媰闂佸憡鎸嗛崟顐ｇ彲濠碉紕鍋戦崐鏍蓟閵娾敡鍥偨缁嬭儻鎽曞┑鐐村灦閸╁啴宕戦幘缁樻櫜閹肩补鈧尙鍑归柣搴ゎ潐濞叉牠鎯岄崒鐐茶摕闁炽儱纾弳鍡涙倵閿濆骸澧扮悮锔戒繆閵堝洤啸闁稿鐩、鏍ㄥ緞閹邦剛鐣哄┑鐐叉閹告悂鐛姀鈥茬箚妞ゆ牗绻冮鐘裁归悩铏唉婵﹤鎼悾鐑藉炊閳轰胶顐奸梻浣告贡閹虫挸煤閵堝鍋╅梺鍨儑闂勫嫮绱掔€ｎ亞浠㈢€规挸妫濆铏圭磼濡崵鍙嗛悗娈垮枛婢у酣鍩€椤掍浇澹橀柕鍫㈩焾椤繒绱掑Ο璇差€撻梺鍛婄☉閿曘劎娑甸埀顒傜磽閸屾瑧璐伴柛锝庡櫍瀹曞綊骞庨挊澶嬬€銈嗘磵閸嬫捇鏌熼鐣屾噰闁诡喕绮欏畷妤呭传閵壯勫枓闂傚倸鍊烽悞锔锯偓绗涘懏宕查柛宀€鍊涢崶銊ヮ嚤闁哄鍨归敍?濠?*/
    @media (max-width: 767px) {
        .video-index-wrapper {
            padding: 44px 0 64px;
        }

        .video-index-inner > .row:first-child h3 {
            font-size: 30px !important;
        }

        .video-index-wrapper .video-list {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .video-list .product-item:nth-child(n+5) {
            display: none !important;
        }
    }

    @media (max-width: 460px) {
        .video-index-wrapper .video-list {
            grid-template-columns: 1fr;
        }
    }


    .about-premium-wrapper {
        position: relative;
        overflow: hidden;
        padding: 78px 0 64px;
        background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
    }

    .about-premium-wrapper::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 1px;
        background: #e6edf5;
    }

    .about-premium-wrapper .container {
        position: relative;
        z-index: 1;
    }

    .about-premium-wrapper::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: min(700px, 42vw);
        height: 100%;
        opacity: 1;
        background:
            linear-gradient(90deg, rgba(246,249,253,0), rgba(31,101,216,0.04)),
            linear-gradient(rgba(31,101,216,0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(31,101,216,0.026) 1px, transparent 1px);
        background-size: auto, 72px 72px, 72px 72px;
        filter: none;
        mask-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.82) 44%, rgba(0,0,0,0.5));
        pointer-events: none;
    }

    .about-premium-card {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #dbe5f0;
        border-radius: 8px;
        background: rgba(255,255,255,0.92);
        box-shadow: 0 20px 48px rgba(15,23,42,0.08);
    }

    /* 闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊椤掑鏅悷婊冮叄閵嗗啴濡烽埡浣风炊闂侀潧锛忛崪浣剐︽繝鐢靛Х閺佸憡鎱ㄩ幘顔肩；闁糕剝绋掗崐鍨归悩宸剱闁绘挾濮撮埞鎴︻敊閽樺顫岄梺閫炲苯澧い銊ユ缁瑦寰勬繝搴℃倯婵犮垼娉涢鍥储閻㈠憡鈷戠紓浣姑悘锕傛嫅闁秵鐓冮梺鍨儏濞搭噣鏌＄仦鍓р槈閾绘牕霉閿濆浂鐒鹃柟鐣屾暬濮婃椽宕崟顓犲姽缂傚倸绉崇粈渚€顢氶敐澶樻晪闁逞屽墮閻ｇ兘骞掗幋顓熷兊濡炪倖鍨煎▔鏇犳暜濞戙垺鈷掗柛灞剧懆閸忓瞼绱掗鍛仸鐎规洘绻堝鎾閳╁啯鐝栨俊鐐€曠换鎰版偋閸℃稒瀚呴柣鏂挎憸缁犻箖鏌熺€涙鎳冮柣蹇婃櫇缁辨帡鎮╅悽闈涚婵烇絽娲ら敃顏呬繆閸洖纾兼慨姗嗗亜椤ユ岸姊婚崒娆戭槮闁硅姤绮嶉幈銊╂濞戞碍娈曠紓浣割儐椤戞瑩宕甸弴銏＄厵闁告挷鑳堕幗鍌炴煛娴ｅ憡顥㈤柡灞剧洴瀵挳濡搁妷銉骄闂備礁鎲＄湁缂侇喗鐟ラ～蹇涙惞閸︻厾锛滃┑鈽嗗灥瀹曠敻宕ｉ崱娑欌拺缁绢厼鎳庤缂備緡鍠楅幑鍥偘椤旂晫绡€闁搞儜鍜佹О闂備礁鐤囬妴鈧柛瀣尵缁辨帞鎷犻崣澶樻！闂侀潧娲ょ€氫即鐛崶顒€绀堝ù锝囨嚀娴犲綊姊绘担瑙勩仧闁告鏅弫顕€鏁撻悩鑼舵憰闂侀潧顭堥崕顕€寮ㄦ禒瀣厱妞ゆ劧绲跨粻鎴炵箾瀹€濠侀偗婵﹨娅ｉ幏鐘诲灳瀹曞洣鐢绘繝纰樻閸嬪嫰宕娑氣攳濠电姴娲ょ粻鐟懊归敐鍫濃偓浠嬪Ω瑜庨崰鎰節婵犲倸鎮?*/
    .about-premium-img {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-height: 520px;
        background: #eef3f8;
    }

    .about-premium-img img {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.01);
        transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.8s ease;
    }

    .about-premium-img img:nth-of-type(n+2) {
        display: none;
    }

    .about-premium-card:hover .about-premium-img img {
        transform: scale(1.06);
        filter: saturate(1.04) contrast(1.02);
    }

    .about-img-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 42%;
        background: linear-gradient(to top, rgba(8, 17, 28, 0.32), transparent);
        pointer-events: none;
    }

    /* 闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾剧懓顪冪€ｎ亝鎹ｉ柣顓炴閵嗘帒顫濋敐鍛婵°倗濮烽崑娑⑺囬悽绋挎瀬闁瑰墽绮崑鎰版煕閹邦垰绱﹂柣銏狀煼濮婄粯绗熼埀顒€顭囪钘濇い鎰剁畱閻ょ偓绻濇繝鍌滃缁惧墽绮妵鍕疀閹捐泛顤€闂佺粯鎸诲ú鐔煎蓟閺囩喎绶為柛顐ｇ箘娴犳儳鈹戦悙鍙夊櫣婵炲樊鍙冨璇测槈濡粍姊归幏鍛矙閹稿孩鍤堥梻鍌欑閹碱偊鎯屾径宀€绀婂ù锝呭閸ゆ洘銇勯弴妤€浜鹃悗瑙勬礃鐢帡锝炲┑瀣垫晞閻犳亽鍔岀粭鈩冪節閻㈤潧啸妞わ綀妫勫嵄闁告稒娼欑壕濠氭煕濞戞鎽犻柡鍛箞閺屾洝绠涚€ｎ亖鍋撻弴銏″珔闁绘柨鎽滅粻楣冩煙鐎涙鎳冮柣蹇婃櫊瀹曨剟顢涢悙绮规嫼闂佽崵鍠愭竟鍡涘箺閻樼數纾奸悹鍥ㄥ絻閺嗭絿鈧娲栭崯璺ㄥ弲濡炪倕绻愰幊鎰板储閻㈠憡鈷戦柛锔诲幘鐢盯鎮介妤佹珚闁诡噯绻濆畷妤呭礂閻撳骸浼?*/
    .about-premium-content {
        padding: 58px 54px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .about-tag {
        font-size: 12px;
        color: #1f65d8;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .about-tag::before {
        content: '';
        display: block;
        width: 34px;
        height: 2px;
        background: #e6a427;
    }

    .about-premium-content h2 {
        margin: 0 0 22px;
        color: #0b1728;
        font-size: clamp(30px, 3vw, 44px);
        font-weight: 900;
        line-height: 1.1;
    }

    .about-premium-content .info-text {
        font-size: 15px;
        color: #52647b;
        line-height: 1.85;
        margin-bottom: 34px;
    }

    /* 闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧湱鈧懓瀚崳纾嬨亹閹烘垹鍊為悷婊勭矊闇夐柡宥庡幗閻撳繐鈹戦悙闈涗壕婵炲懎妫濋弻娑㈠Χ閸涱収浼冮梺鍝勮閸婃鍒掑▎鎴炲磯闁靛鍊楁す铏節閻㈤潧浠滈柟铏姈閹便劑宕归銈傛敵婵犵數濮村ú銈呮纯闂備胶顭堥張顒勬儗椤旂晫鐝堕柡鍥ュ灪閳锋帒霉閿濆妫戝☉鎾瑰皺缁辨帡鐓鐘电厯闂佽鍠楅敋妞ゎ偅绻勯幑鍕惞鐠団€虫暩闂傚倷绀侀幉锛勭矙閹达附鍋ら柕濞炬櫅缁犳岸鏌ｉ幇顔煎妺闁绘挻娲熼弻銊╁籍閸ヨ泛娈悗娈垮枦濞夋洜妲愰幒鎾寸秶闁靛ě鍐ㄧ哗婵犳鍠栭敃锔惧垝椤栫偛绠柛娑樼摠閹偤鏌ｉ悢绋款棆妞ゆ劕鍚嬬换婵嗏枔閸喗鐏堥梺鎸庢穿缁犳捇鐛繝鍥х闁绘垟鏂侀崑鎾诲籍閸繄顦ㄥ銈嗘煥閵堟悂寮鍐ｆ斀閹烘娊宕愰幇鏉跨；闁瑰墽绮崑鈩冪箾閸℃鎳呴柣锝囨暬閺?*/
    .about-counters {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 34px;
        padding: 20px 0 0;
        border-top: 1px solid #edf2f7;
    }

    .about-counter-item {
        flex: 1;
        min-width: 120px;
        padding: 0 18px 0 0;
        border-right: 1px solid #edf2f7;
    }

    .about-counter-item:last-child {
        border-right: 0;
    }

    .about-counter-num {
        display: flex;
        align-items: baseline;
        gap: 3px;
        margin-bottom: 7px;
    }

    .about-counter-num .counter {
        font-size: 42px;
        font-weight: 900;
        color: #0b1728;
        line-height: 1;
    }

    .about-counter-num .plus {
        font-size: 24px;
        font-weight: 900;
        color: #1f65d8;
    }

    .about-counter-label {
        font-size: 14px;
        color: #62748d;
        font-weight: 800;
        text-transform: none;
        letter-spacing: 0;
    }

    /* 闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌ｉ幋锝呅撻柛銈呭閺屾盯骞橀懠顒夋М闂佹悶鍔嶇换鍐Φ閸曨垰鍐€闁靛ě鍛帎闂備焦鎮堕崝宥囨崲閸儱钃熼柣鏂垮悑閸婇攱銇勯幒鎴濃偓褰掓嚕閸ヮ剚鈷戦梺顐ゅ仜閼活垱鏅堕鈧弻娑欑節閸屾稑浠撮悗娈垮櫘閸嬪﹤鐣峰鈧、娆撴嚃閳哄搴婂┑鐘愁問閸犳鏁嬮梺鍝ュ枎濞硷繝骞冮垾婢勭喓鎷嬪畷鍥╃暰闂備胶绮崝锔界濠婂牆鐒垫い鎺嶈兌婢ч亶鏌℃笟鍥ф珝妤犵偞甯″顒勫传閸曨亜顥氭繝娈垮枟椤洭宕㈣閺呭爼骞嶉鍓э紲濡炪倖姊婚埛鍫ユ偂閼测斁鍋撳▓鍨灕婵炲鐩崺銏℃償閵娿儳顦悷婊冪Ч瀵偊骞栨担鍏夋嫽婵炶揪绲块…鍫ュ箖閹达附鐓欐い鏃傚帶閳ь剚鎮傞垾锕傚炊椤忓秵歇闂備線鈧稓鈹掗柛鏃€鍨甸悾閿嬬附缁嬭銊╂煥閺囨浜鹃梺?*/
    .about-btn-modern {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-height: 44px;
        padding: 0 22px;
        background: #fff;
        color: #0f172a;
        font-weight: 800;
        font-size: 13px;
        border: 1px solid #dbe5f0;
        border-radius: 6px;
        text-decoration: none;
        box-shadow: 0 10px 24px rgba(15,23,42,0.06);
        transition: all 0.25s ease;
        align-self: flex-start;
    }

    .about-btn-modern i {
        color: #1f65d8;
        transition: transform 0.3s ease;
    }

    .about-btn-modern:hover {
        background: #1f65d8;
        border-color: #1f65d8;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 16px 32px rgba(31, 101, 216, 0.22);
    }

    .about-btn-modern:hover i {
        color: #fff;
        transform: translateX(5px);
    }

    /* 缂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵割槮缁惧墽鎳撻—鍐偓锝庝簼閹癸綁鏌ｉ鐐搭棞闁靛棙甯掗～婵嬫晲閸涱剙顥氶梻浣藉Г钃辩紒璇茬墦瀵鎮㈤悡搴ｎ槶婵炶揪绲块崕銈夊箟濮椻偓濮婄儤娼幍顕呮М濡炪倖鍨靛ú顓㈢嵁婢舵劕宸濆┑鐘插暙閸斿懘姊洪棃娑辩劸闁稿孩濞婇幃鍧楀礋椤栨稈鎷洪梻鍌氱墛閸楁洟宕奸妷銉ф煣濠电偞鍨崹娲磻閸屾稓绠鹃柟瀛樼懃閻忣亪鏌ｉ幘瀛樼闁哄瞼鍠栧鍫曞垂椤旇棄鈧海绱撴担闈涘鐎规洜鏁婚崺鈧い鎺戝枤濞兼劖绻涢幓鎺旂鐎规洘娲熼弻鍡楊吋娴ｆ彃浜鹃柡鍐ㄧ墕缁€鍐┿亜閺傛寧顫嶇憸鏃堝蓟濞戙垹鐒洪柛鎰典簼閸Ｑ囨⒑閸愭彃妲婚柣妤佹尭椤繘鎼归崷顓犵厯濠电偛妫欓崕鎶藉礈闁秵鈷戦柛娑橈攻閳锋劙鏌ｉ悢鏉戝姦闁诡噣绠栭幃婊堟寠婢跺矈鍚呴梻浣瑰濞插秹宕戦幘鍓佺＜闁绘ê妯婇悡濂告煙椤旇偐绉虹€规洖鐖奸、鏃堝礋椤撶噥鍤勯梻鍌欑劍鐎笛呯矙閹烘柨鍨濋柟鐐墯濞兼牠鏌ц箛鎾磋础缁炬儳鍚嬫穱濠囶敍濮橆厽鍎撳銈庡亜缁夊綊骞冨畡閭︾叆闁告洦鍓涢崙锟犳⒑閸濄儱鏋嶉柛妤佸▕閻?*/
    @media (max-width: 991px) {
        .about-premium-wrapper {
            padding: 58px 0 46px;
        }

        .about-premium-content {
            padding: 40px 30px;
        }

        .about-premium-content h2 {
            font-size: 28px;
        }

        .about-premium-img {
            min-height: 300px;
        }
    }

    .cta-banner {
        position: relative;
        overflow: hidden;
        padding: 0 0 72px;
        margin: 0;
        background: linear-gradient(180deg, #f6f9fd 0%, #f6f9fd 100%);
    }

    .cta-bridge-card {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 28px;
        padding: 34px 40px;
        border: 1px solid #dbe5f0;
        border-radius: 8px;
        background:
            linear-gradient(90deg, rgba(11,23,40,0.96), rgba(18,53,93,0.92)),
            linear-gradient(135deg, #0b1728, #1f65d8);
        box-shadow: 0 22px 52px rgba(15,23,42,0.15);
    }

    .cta-bridge-card::before {
        content: '';
        position: absolute;
        inset: 0;
        opacity: 0.18;
        background-image:
            linear-gradient(rgba(255,255,255,0.16) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,0.16) 1px, transparent 1px);
        background-size: 64px 64px;
        pointer-events: none;
    }

    .cta-copy,
    .cta-actions {
        position: relative;
        z-index: 1;
    }

    .cta-copy h2 {
        margin: 0 0 10px;
        color: #fff;
        font-size: clamp(24px, 2.4vw, 36px);
        font-weight: 900;
        line-height: 1.18;
    }

    .cta-copy p {
        margin: 0;
        max-width: 680px;
        color: rgba(255,255,255,0.76);
        font-size: 15px;
        line-height: 1.7;
    }

    .cta-actions {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: flex-end;
        flex: 0 0 auto;
    }

    .cta-action {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        min-height: 46px;
        padding: 0 20px;
        border-radius: 6px;
        color: #fff;
        font-size: 13px;
        font-weight: 900;
        text-decoration: none !important;
        transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
        white-space: nowrap;
    }

    .cta-action-whatsapp {
        background: #20c767;
        box-shadow: 0 14px 28px rgba(32,199,103,0.28);
    }

    .cta-action-contact {
        border: 1px solid rgba(255,255,255,0.38);
        background: rgba(255,255,255,0.12);
    }

    .cta-action:hover {
        color: #fff;
        transform: translateY(-2px);
    }

    @media (max-width: 991px) {
        .cta-banner {
            padding-bottom: 54px;
        }

        .cta-bridge-card {
            display: block;
            padding: 28px;
        }

        .cta-actions {
            justify-content: flex-start;
            margin-top: 22px;
        }
    }


            @keyframes spin-slow {
                100% {
                    transform: rotate(360deg);
                }
            }

            .testimonial-scroll-wrap {
                overflow: hidden;
                padding: 20px 10px 60px 10px;
                margin: 0 -10px;
            }

            .testimonial-scroll-track {
                display: flex;
                width: max-content;
                animation: marquee-cards 55s linear infinite;
                gap: 30px;
            }

            /* 闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧湱鈧懓瀚崳纾嬨亹閹烘垹鍊炲銈嗗笒椤︿即寮查鍫熲拺闁告繂瀚埢澶愭煕濡亽鍋㈡慨濠傤煼椤㈡稑鈽夐弽锔剧泿闂備礁鎼ú锕傘€冮崨顔绢洸濡わ絽鍟崐鐢告偡濞嗗繐顏紒鈧崘顏嗙＜妞ゆ棁鍋愰悞鎼佹煕閳瑰灝鐏柟顖涙婵℃悂濡疯閺夊憡淇婇悙顏勨偓鏍洪弽顓炵疇闊洦娲滈惌鍫熴亜閹板爼妾柍閿嬪笒闇夐柨婵嗙墛椤忕娀鎮介娑氭创闁归攱鍨块弻鍡楊吋閸℃瑥骞堥梻浣烘嚀婢т粙藟閹邦厾鐝舵慨妞诲亾闁哄苯绉剁槐鎺懳熺拠鑼暡闂佸墽绮悧鏇㈡箒闂佹寧绻傞ˇ钘壩涢幋鐘电＜闁绘ê鐤囨竟妯汇亜椤忓嫬鏆ｅ┑鈥崇埣瀹曞崬鈻庤箛锝嗘缂傚倸鍊风欢锟犲窗閺嶎偆鐭撻柣鐔稿閺嗭箓鏌ｉ姀銏╃劸闁绘帒鐏氶妵鍕箳閹存繍浠鹃梺鎶芥敱閸ㄧ敻婀侀梺绋跨箺閸嬫劙骞婇崱娆戠＜闁逞屽墰閳ь剨缍嗛崰妤呮偂閺囥垺鐓涢柛鎰剁到娴滈箖姊洪幖鐐插闁诲繑绻堥、姘舵晲閸℃瑧鐦堝┑顔斤供閸樿棄鈻嶅鍫熲拺闁告稑锕﹂埥澶愭煕婵犲嫭鍤€閾荤偤鏌涢幇鈺佸闁哄棴绠撻弻锝夊籍閸屾艾浠橀梺鎼炲妼閸婂綊濡甸崟顖氱疀闁宠桨璁查崑鎾澄旈埀顒勫汲閳哄懏鈷?*/
            .testimonial-scroll-track:hover {
                animation-play-state: paused;
            }

            .testimonial-scroll-track:hover .testimonial-scroll-item {
                opacity: 0.4;
                filter: blur(2px) grayscale(50%);
                transform: scale(0.98);
            }

            .testimonial-scroll-item {
                flex: 0 0 420px;
                max-width: 420px;
                transition: transform 0.3s ease, opacity 0.3s ease;
                will-change: transform;
            }

            .testimonial-scroll-track .testimonial-scroll-item:hover {
                opacity: 1;
                filter: blur(0) grayscale(0);
                transform: scale(1.02) translateY(-10px);
                z-index: 10;
            }

            @keyframes marquee-cards {
                0% {
                    transform: translateX(0);
                }

                100% {
                    transform: translateX(calc(-450px * var(--card-count)));
                }
            }

            @media (max-width: 768px) {
                .testimonial-scroll-wrap {
                    overflow-x: auto;
                    -webkit-overflow-scrolling: touch;
                    padding-bottom: 35px;
                }

                .testimonial-scroll-track {
                    animation: none;
                    width: auto;
                    transform: none;
                }

                .testimonial-scroll-track:hover .testimonial-scroll-item,
                .testimonial-scroll-track .testimonial-scroll-item:hover {
                    opacity: 1;
                    filter: none;
                    transform: none;
                }

                .testimonial-scroll-item {
                    flex: 0 0 320px;
                    max-width: 320px;
                }
            }

            @media (prefers-reduced-motion: reduce) {
                .testimonial-scroll-track {
                    animation: none;
                    transform: none;
                }

                .testimonial-scroll-track:hover .testimonial-scroll-item,
                .testimonial-scroll-track .testimonial-scroll-item:hover {
                    opacity: 1;
                    filter: none;
                    transform: none;
                }
            }

            /* 闂傚倸鍊搁崐鎼佸磹閹间礁纾圭€瑰嫭鍣磋ぐ鎺戠倞鐟滃繘寮抽敃鍌涚厱妞ゎ厽鍨垫禍婵嬫煕濞嗗繒绠婚柡灞稿墲瀵板嫮鈧綆浜濋鍛攽閻愬弶鈻曞ù婊勭矊濞插潡姊绘担瑙勫仩闁稿氦宕靛濠囨嚍閵壯屾锤闂佺粯鍔﹂崜姘跺矗韫囨梹鍙忔俊鐐额嚙娴滄儳鈹戦埥鍡椾簻婵炵》绻濆濠氬炊椤掑鏅梺缁樺姇椤曨參宕㈤棃娑辨富闁靛牆妫欓ˉ鍡樹繆椤愩垹顏柛鈹垮灲瀵挳鎮㈢紙鐘电泿闂備線娼ф蹇曟閺囩伝娲箻椤旂晫鍘靛銈嗘⒒閺咁偊骞婇崶顒佺厵鐎规洖娲ら埢鍫熴亜閵忊槅娈曠€垫澘瀚埀顒婄秵閸嬪懎鈻撻姀銈嗏拻闁稿本鑹鹃埀顒佹倐瀹曟劙鎮滈懞銉モ偓鍧楁煥閺冨牊鏆滈柛瀣尵缁厼鈽夊Ο璇叉闂佹椿鍘介悷鈺呭蓟閻旇　鍋撻悽娈跨劸鐞氥儵姊虹粙娆惧剱闁瑰憡鎮傞敐鐐测攽鐎ｎ偄浜楅柟鑲╄ˉ濡狙囧箯椤愶附鈷掑〒姘ｅ亾婵炰匠鍏炬稑螖閸涱厾锛欓梺闈╁瘜閸樿棄鐣烽崣澶岀瘈闂傚牊绋掗敍宥嗙箾鐏忔牗娅嗛柕鍥у楠炴鎹勯惄鎺嬪灪椤ㄣ儵鎮欓弶鎴濐潚闂佸搫鐭夌徊楣冨箚閺冨牊鏅柛鏇ㄥ幗濞堫垶姊绘担渚劸闂佸府绲剧粋宥夊醇閺囩姴绁︽繝鐢靛Т閸燁垶宕曢悢鍏肩厓妞ゆ挻绮岄崝鐢电磽瀹ュ嫮绐旀鐐诧躬閺佹捇鎮╅崣鍌冨洦鐓曢柕澶堝灪濞呮梻绱?*/
            .ky-testi-card {
                background: #ffffff;
                border: 1px solid #e2e8f0;
                border-radius: 16px;
                padding: 40px 35px;
                display: flex;
                flex-direction: column;
                height: 100%;
                box-sizing: border-box;
                position: relative;
                overflow: hidden;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
                transition: box-shadow 0.3s ease, border-color 0.3s ease;
            }

            /* 濠电姷鏁告慨鐑藉极閸涘﹥鍙忛柣鎴ｆ閺嬩線鏌熼梻瀵割槮缁炬儳顭烽弻锝夊箛椤掍焦鍎撶紓浣哄У濠㈡﹢鍩為幋锔藉亹鐎规洖娴傞弳锟犳⒑缁嬪潡顎楃紒澶屾暩閹广垹鈹戦崶鈺冪槇闂佺鏈划宀勩€傞崫鍕庢棃鎮╅棃娑楁澀闂佹悶鍔忓▍锝夊箲閵忕姭妲堥柕蹇曞Т閼板灝鈹戦埥鍡楃仴婵炲拑绲剧粋鎺斺偓娑櫭肩换鍡涙煏閸繃鎼愮€涙繈鏌ｆ惔銏犲毈闁哥姵鑹惧嵄闁圭増婢樼粻濠氭偣閸ヮ亜鐨洪柨娑欑矊閳规垿鎮欓崣澶樻！闂佺硶鏅涢悧鍡楀祫濡炪倖姊婚埛鍫濄€掓繝姘厪闁割偅绻勭粻宕囩磼閸欐ê宓嗛柡灞剧☉铻栭柍褜鍓熷畷顖炲锤濡や礁浠奸梺姹囧€ら崹顒佺瑜版帗鐓欓柣鎴炆戠亸顓熺箾閸喓绠炴慨濠呮缁瑧鎹勯妸褜鍞堕梻浣侯攰婵倗鍒掓惔锝呭灊閻犲洤妯婂鈺呮煠閹间焦娑уù鐙€鍘奸埞鎴︽偐鐠囇冧紣闁诲孩鍑归崣鍐＂闂佸壊鍋侀崕鏌ユ偂閻斿摜绠鹃柟瀛樼箓閼歌绻涢崨顓犘ら柍褜鍓濋～澶娒洪弽顓熷亯濠靛倹鎮堕埀顑跨铻栧ù锝囨嚀椤庢捇姊婚崒妤€浜鹃梺褰掑亰閸犳艾鈻旈崸妤佲拻闁稿本鑹鹃埀顒傚厴閹偤鏁冮崒姘憋紵閻庤娲栧ú锕€鐣烽弻銉︾厵闂侇叏绠戞晶楣冩煠閺夋寧鍋ユ慨濠冩そ椤㈡鍩€椤掑倻鐭撻柟缁㈠枛绾惧ジ鏌曟繝蹇氱濞存粍绮撻弻鐔煎级鐠恒劌鐓熷┑锛勮檸閸ｏ綁寮诲☉姘ｅ亾閿涘崬鍟埛澶岀磽娴ｈ櫣甯涚紒璇插暟閹广垹鈹戠€ｎ亞锛滃┑顔斤耿濡潡骞冮敐鍡曠箚闁绘劦浜滈埀顒佸灴瀹曟洟寮婚妷銉ь槷濠电偛妫欓幐鎼佹嫅閻斿吋鐓ラ柣鏂挎惈瀛濋悗鐟版啞缁诲啴濡甸崟顖氭闁割煈鍠掗幐鍐⒑缂佹ɑ灏ㄩ柛瀣尭閳规垿鏁嶉崟顐℃澀闂佺顭堥崐婵嗙暦閵忋倖鍋傛鐐靛枑濡炰粙銆佸鈧敐鐐侯敄閽樺澹曟繛杈剧悼绾泛危閸喍绻嗘い鏍仦閺佽鲸銇勯銏⑿㈤柍瑙勫灴椤㈡瑩寮妶鍛絾缂傚倷鐒﹂悡锛勭不閺嶎厼绠栨慨妞诲亾鐎规洘锕㈤、娆戞喆閿濆棗顏归梻鍌欐祰瀹曠敻宕伴幇顒夌唵婵せ鍋撴鐐插暣楠炲鏁傞悾灞藉箺闂備焦瀵х换鍌滆姳婵傚憡鐒芥い鏍ㄥ閸嬫挾鎲撮崟顒傤槷濡炪値鍋勯ˇ閬嶅箲閵忕姭鏀介柛鈾€鏅滈崓闈涱渻閵堝棙灏甸柛瀣耿閹姤绻濆顓涙嫽婵炴挻鍩冮崑鎾寸箾娴ｅ啿娲﹂崑瀣煕閳╁啳娉查柛銉ｅ妼椤曢亶鎮楀☉娅亝绂嶅Δ鍛拺闁告繂瀚婵嬫煕閻樿櫕灏电紒顔剧帛閵堬綁宕橀埡鍐ㄥ箞闂備焦鏋奸弲娑㈠储妤ｅ喚鏁傞柛顐ｇ箓閸嬪秹姊鸿ぐ鎺擄紵闁绘帪绠撻幃鈥斥枎閹炬潙鈧敻鏌ｉ姀鈽嗗晱闁绘帡绠栧浠嬫晸閻樺磭鍘介柟鍏肩暘閸ㄥ銆傞懠顑藉亾閸忓浜鹃梺褰掓？缁€渚€鎷戦悢鍏肩叆婵犻潧妫Σ鍝ョ磼閻樺磭鈯曢柕鍥у楠炴帒顓奸崶褍顬夐梻浣侯焾鐎涒晠骞愰崜褎顫曢柟鎯х摠婵挳鏌熺紒妯虹瑐濠?*/
            .ky-testi-card::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 5px;
                background: linear-gradient(180deg, var(--primary-color, #0b74de), #00d2ff);
                opacity: 0.8;
                transition: width 0.4s ease;
            }

            .ky-testi-card:hover {
                box-shadow: 0 25px 50px -12px rgba(11, 116, 222, 0.15);
                border-color: rgba(11, 116, 222, 0.15);
            }

            .ky-testi-card:hover::after {
                width: 8px;
                /* 闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧湱鈧懓瀚崳纾嬨亹閹烘垹鍊炲銈嗗笒椤︿即寮查鍫熲拺闁告繂瀚埢澶愭煕濡亽鍋㈡慨濠傤煼椤㈡稑鈽夐弽锔剧泿闂備礁鎼ú锕傘€冮崨顔绢洸濡わ絽鍟崐鐢告偡濞嗗繐顏紒鈧崘顏嗙＜妞ゆ棁鍋愰悞鎼佹煕閳瑰灝鐏柟顖涙婵℃悂濡疯閺夊憡淇婇悙顏勨偓鏍洪弽顓炵疇闊洦娲滈惌鍫熴亜閹板爼妾柍閿嬪笒闇夐柨婵嗙墛椤忕娀鎮介娑氣姇闁靛洤瀚伴、姗€鎮欓棃娑掑徍婵＄偑鍊戦崹鐑樼┍濞差€洭骞橀鐣屽幗濠殿喗锕╅崢濂稿礉閵堝棎浜滈柟鎯у暱閹垹鈧灚婢樼€氼噣鍩€椤掑﹦绉甸柛鎾寸懇閻涱噣骞囬悧鍫氭嫽婵炶揪绲块…鍫ニ夎箛娑欑厱閻庯綆浜濋崳浠嬫煙楠炲灝鐏茬€规洜鍠栭、妤呭磼閵堝棛銈┑鐘垫暩閸嬬偤宕归崼鏇熷仭鐟滃繒鍒掔紒妯稿亝闁告劏鏅濋崢鍗炩攽閻愭潙鐏ョ€规洦鍓熼幃姗€鎮╃紒妯煎帗闁荤姴娲╃亸娆愭櫠閵忋倖鐓冪憸婊堝礈濮橀鏁婇柡宥庡幖缁愭鏌″搴″箺闁稿顦甸弻锝夊箻閾忣偅宕抽梺鍝勬４缁犳垿鍩為幋锕€纾兼慨姗嗗幖閺嗗牓姊洪崫鍕櫤闁绘搫绻濋悰顕€寮介‖銉ラ叄椤㈡鍩€椤掑嫭鍊舵い鏂垮⒔绾剧厧顭块懜闈涘闁轰浇浜槐鎺旂磼濡偐鐤勯梺璇″枙缁瑥螞閸愩劉妲堟俊銈勭閻撴洟姊婚崒娆戭槮闁哥喎娼″畷鏌ュ蓟閵夛箑浜遍梺瑙勫劤绾绢參寮抽敃鍌涚厱闁挎棁顕ч獮妤冣偓瑙勬礀椤︾敻寮昏缁犳稑顫濋崗鑲╃Х婵犵數鍋涢悧濠囧磿閹惰棄鐓橀柟杈鹃檮閸嬫劗绱撴担鑲℃垿鏌ㄩ鐑嗘富闁靛牆妫楅悘銉︿繆椤愶絿绠撻柣锝囧厴楠炲鏁冮埀顒傜不濞戙垺鐓熸俊銈傚亾闁绘绻樺畷銏＄鐎ｎ偀鎷洪梻鍌氱墛缁嬫挾绮婚悙鐑樼厱闁靛闄勯妵婵堚偓娈垮枟婵炲﹪宕洪敓鐘插窛妞ゆ梹鍎抽獮?*/
                opacity: 1;
            }

            .ky-testi-header {
                display: flex;
                align-items: center;
                margin-bottom: 25px;
                gap: 18px;
            }

            .testi-avatar {
                width: 65px;
                height: 65px;
                border-radius: 14px;
                /* 濠电姷鏁告慨鐑藉极閸涘﹥鍙忛柣鎴ｆ閺嬩線鏌熼梻瀵割槮缁惧墽绮换娑㈠箣濞嗗繒鍔撮梺杞扮椤戝棝濡甸崟顖氱閻犺櫣鍎ら悗楣冩⒑閸涘﹦鎳冪紒缁橈耿楠炲啫螖閳ь剟鍩ユ径濞炬瀻婵炲棗娴锋潻鏃€绻濋悽闈涗粶闁绘绻樺鏌ヮ敃閵堝棭娼熼梺鍦劋閺岋繝宕戦幘缁樻櫜閹肩补鈧厖绱熷┑掳鍊楁慨瀵告崲濮椻偓瀵顓奸崼顐ｎ€囬梻浣告啞閹歌顫濋妸鈺佹瀬妞ゆ柨妲堥弮鍫濆窛妞ゆ挸娉ч崶銊у弳濠电娀娼уΛ顓炍ｉ崫銉х＜闁逞屽墴瀹曟﹢顢欓悾灞藉妇濠电姷鏁搁崐顖炲礃閵婏附顔夐梻浣烘嚀閻即宕归挊澶樻綎缂備焦蓱婵挳鏌﹀Ο渚Ц闁诡垳鍋ゅ娲传閵夈儛锝夋煕閺冣偓閻熲晠鐛崘顔藉€婚柦妯猴級閵娧勫枑濠㈣埖鍔曠壕濠氭煙閻愵剙澧繛灏栨櫊閺岋綁骞橀幎绛嬧偓妤呮煃瀹勯偊鍎旀慨濠呮閹风娀鍨鹃搹顐や憾闂備焦瀵уú蹇涘垂瑜版帗鍋╅柣鎴ｆ闁卞洭鏌￠崶銉ュ闁哄懌鍨虹换娑欐綇閸撗冨煂闂佸湱鈷堥崑濠囨偘椤曗偓楠炲洭鎮ч崼姘濠电偠鎻紞鈧い顐㈩樀瀹曟垿鎮╃紒妯煎幈闁瑰吋鐣崹濠氭儗鐏炵煫褰掓偑閸涱垳鏆ら梺鐟扮－閸嬨倖淇婇悜绛嬫晩闁稿繐鍚嬮悵鎺撶節閻㈤潧孝闁汇儱顦靛鑸垫償閹惧厖澹曞┑掳鍊撻悞锕傚矗韫囨稒鐓熼柟杈剧稻椤ュ鐥崜褏甯涚紒缁樼洴楠炲鎮欓埡鍌︾礄婵犵數鍋涘Ο濠冪濠靛鐤炬繝濠傜墛閻撴洟鏌熼悙顒夋當闁硅櫕鍔欏畷婵娿亹閹烘挴鎷绘繛杈剧到閹诧紕鎷归敓鐘崇厱閹煎瓨绋戦埀顒佺箞婵℃挳宕橀鐓庤€垮┑鐐村灦椤洭寮昏濮婃椽宕崟顕呮蕉闂佺瀛╅悡锟犲箖閿熺姴鍗抽柕蹇ョ磿閸橆亝绻濋姀锝呯厫缂佸鎹囧畷姘跺级鎼存挻鏂€闂佺偨鍎村▍鏇㈠磻閵夆晜鐓涚€光偓鐎ｎ剛鐦堥悗瑙勬礀瀹曨剟鍩㈡惔鈽嗗殫妞ゆ牓鍊楅崚浼存嚕閹扮増鐓曢柕澶嬪灥缁夌兘宕ラ锝囩瘈缁剧増菤閸嬫挸鐣烽崶褏鍘介柣搴ゎ潐濞插繘宕濋幋锔衡偓浣肝熺悰鈩冾潔濠碘槅鍨抽幊鎾凰夊鑸电厽闁绘柨鎽滈惌灞筋熆瑜庨〃鍛搭敊韫囨梻绡€婵﹩鍓涢崝锕€顪冮妶鍡楃瑨闁挎洩绠撻幃楣冩偨绾版ê浜鹃悷娆忓缁€鈧梺缁樼墪閵堟悂宕规ィ鍐╂櫇闁稿本姘ㄩ娲⒑缂佹ê鐏ユ俊顐ｎ殜瀵煡顢楅崟顑芥嫽闂佺鏈悷褔宕濆澶嬬厵妞ゆ棁鍋愰崺锝団偓瑙勬礃濞茬喖銆佸璺虹劦妞ゆ巻鍋撴い鏇秮楠炴捇骞掗崱妯尖偓濠氭⒑閸︻厼浜炬繛鍏肩懇閸┾偓妞ゆ巻鍋撻柣蹇旂箞閸╃偤骞嬮敂钘変汗闂佸憡鐟ラˇ顖滅玻濞戙垺鈷戦柛娑橈功閹冲嫰鏌熼悷鐗堝枠鐎殿喛顕ч埥澶愬閻樻牓鍔戦弻銊モ攽閸℃ê娅ｅ銈庡墮椤︾敻寮婚敐鍫㈢杸闁规儳澧庨澶娾攽閻橆喖鐏柨鏇樺灲瀹曟椽鎮欓崫鍕吅闂佹寧娲嶉崑鎾绘煟韫囨柨鈻曢柡灞熷棛鐤€闁挎繂鎳嶇花濠氭⒑閸濆嫷鍎戝┑鐐╁亾濠殿喖锕ㄥ▍锝夊箯閻樿鐏抽柧蹇ｅ亞娴滎亪姊绘担瑙勫仩闁搞劍妞介幃锟犳晸閻樺弶妲梺闈涚箚閸撴繈宕曢悢鍏肩厪濠电偛鐏濋崝銈夋煟閵堝倸浜炬繝纰夌磿閸嬫垿宕愰弽顐ｆ殰闁圭儤顨呯壕鐟扳攽閻樺疇澹樼紒鐘靛█閺屸€愁吋閸愩劌顬嗙紓浣筋嚙濡繈寮婚敐澶婄疀闁稿繐鎽滈惄搴ㄦ⒑闁偛鑻晶顖炴煟濡や胶鐭掔€殿噮鍋婇、娆撳床婢跺顥堢€规洘锕㈡俊鎼佸Ψ瑜岄崰濠囨⒒閸屾瑧顦︽繝鈧柆宥呯；闁规崘顕х粈鍫熸叏濡寧纭鹃柛?*/
                background: linear-gradient(135deg, #f1f5f9, #ffffff);
                border: 1px solid #e2e8f0;
                color: var(--primary-color, #0b74de);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 26px;
                font-weight: 800;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
                overflow: hidden;
                flex-shrink: 0;
            }

            .testi-avatar img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .testi-user h5 {
                margin: 0 0 5px;
                font-size: 18px;
                font-weight: 800;
                color: #0f172a;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .testi-user p {
                margin: 0;
                font-size: 13px;
                color: #64748b;
                font-weight: 700;
                letter-spacing: 0.5px;
                display: flex;
                align-items: center;
            }

            .testi-quote-icon {
                margin-left: auto;
                font-size: 38px;
                color: rgba(11, 116, 222, 0.08);
                line-height: 1;
                transform: translateY(-5px);
                transition: color 0.4s ease;
            }

            .ky-testi-card:hover .testi-quote-icon {
                color: rgba(11, 116, 222, 0.2);
            }

            .ky-testi-stars {
                margin-bottom: 18px;
                color: #f59e0b;
                font-size: 16px;
                letter-spacing: 2px;
                display: flex;
                gap: 2px;
            }

            .ky-testi-body {
                font-size: 16px;
                line-height: 1.8;
                color: #334155;
                font-style: auto;
                /* 闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾剧懓顪冪€ｎ亝鎹ｉ柣顓炴閵嗘帒顫濋敐鍛婵°倗濮烽崑娑⑺囬悽绋挎瀬闁瑰墽绮崑鎰亜閹邦喖鏋庡ù婊堢畺閺屻劑寮撮悙娴嬪亾閹间焦鍊峰┑鐘叉处閻撳啴寮堕悙鏉戭棆妞わ讣绠撻弻锝堢疀閹垮嫬浼愬銈庝簻閸熷瓨淇婇崼鏇炲耿婵炲棗娴氬椋庣磽閸屾瑧璐伴柛鐘崇墱缁棃鎮烽柇锕€娈ㄩ梺鍛婂姇濡﹪鎮￠妷鈺傜厱妞ゆ劑鍊曢弸鏃堟煕濡粯宕岄柟顔煎槻椤劑宕熼鐘靛帨闁诲氦顫夊ú妯煎垝閹捐绠栭柕蹇ョ磿闂勫嫬顭跨捄渚剳缂佸绀侀埞鎴︽偐閸偅姣勬繝娈垮枤閺佸骞婂┑瀣鐟滃繘鎯岄崱娑欏€甸柨婵嗛娴滄牕霉濠婂嫮鐭掗柡宀€鍠栭獮宥夋惞椤愶絿褰呴梻渚€鈧偛鑻晶顖涚箾閼碱剙鏋欓柣顓㈢畺濮婃椽鏌呴悙鑼跺濠⒀屽灣缁辨帞绱掑Ο鑲╃暭闂佸摜濮撮敃銈堢亽濠电偠灏欑划顖滅礊婢舵劖鈷掑ù锝勮閻掔偓銇勯幋婵囶棤闁轰緡鍣ｉ崹鎯х暦閸ャ劍顔曢梻浣烘嚀椤曨參宕戦悢鍝勫К闁逞屽墴濮婃椽骞栭悙鎻掑Η闂佸憡渚楅崹鍗炐掓惔銊︹拻闁稿本鐟чˇ锕傛煙鐠囇呯瘈鐎规洘绻堥弫鍐磼濮樿京宕堕梻浣告惈缁嬩線宕戦崱娑欏剹闁糕剝绋掗崐鐢告煥濠靛棝顎楀ù婊勭墪闇夋繝濠傚閻帡鏌″畝鈧崰鏍嵁瀹ュ鎯炴い鎰剁悼瑜板懘姊绘担绛嬪殭缂佽妫濆鎻掆槈閵忥紕鐣抽梻鍌欒兌缁垶骞愰幖浣圭厐闁挎繂顦惌妤呮煕閺囥劌澧柛娆忕箰閳规垿鎮╅幓鎺撴闂侀潧娲︾换鍕焵椤掑喚娼愭繛璇х畵瀹曟垶绻濋崒婊勬闂佺粯姊婚埛鍫ュ极閸愵喗鐓熼柡鍐ㄦ处閼电懓顭跨憴鍕婵﹥妞藉Λ鍐煛娴ｇ儤袙闂備礁鎲￠敋闁靛牏顭堥悾鐑芥偡閹佃櫕鏂€闁诲函缍嗛崑鍡涘储閸楃儐娓婚柕鍫濇婵鈹戦鑺ュ唉闁诡喗锕㈤、娆撳礈瑜忛敍婊堟⒑?*/
                font-weight: 500;
                letter-spacing: 0.2px;
                flex-grow: 1;
                position: relative;
            }

            /* 闂傚倸鍊搁崐鎼佸磹閹间礁纾圭€瑰嫭鍣磋ぐ鎺戠倞鐟滃繘寮抽敃鍌涚厽闁靛繈鍩勯悞鍓х棯閹岀吋闁哄矉缍侀獮鍥敊閼恒儲鐦庨梻浣规た閸樹粙鎮烽埡鍛摕闁绘柨鎲＄紞鍥旈敐鍛殲妞ゅ骸绉瑰铏圭矙閸噮鍔夊銈冨妼閿曨亜顕ｇ拠娴嬫婵☆垰鍚嬪▓鏇㈡⒑闁偛鑻晶瀵糕偓瑙勬礃閸ㄥ潡鐛€ｎ喗鏅濋柍褜鍓熼幃鐐哄垂椤愮姳绨婚梺鐟版惈濡绂嶆ィ鍐┾拺缁绢厼鎳忛悵顏堟煥閺囨ê鐏查柣娑卞枟缁绘繈宕堕妸锔筋仧闂備胶绮敋鐎殿噮鍓濋ˇ褰掓煛鐏炲墽娲撮柛鈺佸瀹曟﹢鏁傞幐搴″缂傚倸鍊风欢锟犲疮椤愶箑鐐婇柕濞垮灪鐎氬ジ姊洪懡銈呅㈡繛娴嬫櫇娴滅鈻庨幋鐘辩瑝闂佽鍎兼慨銈夋偂閺囥垺鍊甸柨婵嗛婢ь噣鏌＄€ｎ偆銆掗柍褜鍓氶鏍窗濡ゅ懏鍋傞柨鐔哄О閳ь兛绶氬鎾閳╁啯鐝栭梻渚€鈧偛鑻晶鎾煙椤斿吋鍋ユい銏″哺閸┾偓妞ゆ帒瀚拑鐔兼煏閸繃鎼愰柡瀣墦閺屾稑螖閸愩劋绮跺Δ鐘靛仜椤戝顫忛搹鍦煓婵炲棙鍎抽崜閬嶆⒑閻熺増鍟為柟顔煎€垮畷娲閵堝懐顔掗柣鐘叉处瑜板啴鎮楅鐑嗘富闁靛牆妫欓埛鎺楁煛閸滀礁浜濈紒鍌氱Ч閹虫粓鎮介悽鐢垫闂備焦鐪归崹钘夘焽瑜庣粋鎺戭煥閸涱亜浜炬繛鍫濈仢閺嬫盯鏌ｉ弽褋鍋㈡鐐插暢椤﹀綊鏌熼鐣屾噰鐎规洦鍋婂畷鐔告償椤栨粎鏆ら梺鍝勭灱閸犳牠骞冭瀹曞ジ鎮㈤崫鍕闂傚倸鍊峰ù鍥晸閵夆晛纾归柡宥冨妿閳瑰秴鈹戦悩鍙夋悙閸ユ挳姊洪崨濠冨闁告瑥楠稿嵄妞ゆ洍鍋撴慨濠冩そ閺屽懘鎮欓懠璺侯伃婵犫拃鍌氬祮闁哄本绋栫粻娑㈠籍閹惧厜鍋撶捄銊㈠亾濞堝灝鏋︽い鏇嗗洤鐓″鑸靛姇椤懘鏌嶉埡浣告殲闁绘繃娲熷娲嚒閵堝憛銏＄箾鐠囇呯暢闁靛洦鍔欏畷姗€顢旈崱鏇犵憹闂備胶鍘ч～鏇㈠磹濡ゅ啫顥?*/
            .ky-testi-body::before {
                content: "闂?;
                font-family: Georgia, serif;
                font-size: 20px;
                color: #94a3b8;
                font-weight: bold;
                margin-right: 4px;
            }

            .ky-testi-body::after {
                content: "闂?;
                font-family: Georgia, serif;
                font-size: 20px;
                color: #94a3b8;
                font-weight: bold;
                margin-left: 4px;
            }
        

        .ky-home-faq-section {
            position: relative;
            isolation: isolate;
            overflow: hidden;
            padding: 60px 0 66px;
            color: #0f172a;
            background:
                linear-gradient(rgba(31,101,216,0.042) 1px, transparent 1px),
                linear-gradient(90deg, rgba(31,101,216,0.036) 1px, transparent 1px),
                linear-gradient(180deg, rgba(246,250,255,0.98) 0%, rgba(255,255,255,0.88) 48%, rgba(241,247,255,0.96) 100%);
            background-size: 74px 74px, 74px 74px, auto;
            border-top: 1px solid rgba(203,213,225,0.42);
        }
        .ky-home-faq-section::before {
            content: '';
            position: absolute;
            inset: 0;
            z-index: 0;
            pointer-events: none;
            background: linear-gradient(115deg, rgba(255,255,255,0) 24%, rgba(255,255,255,0.74) 45%, rgba(255,255,255,0) 64%);
            opacity: 0.58;
            transform: translateX(-14%);
            animation: kyFaqSheen 8s ease-in-out infinite;
        }
        .ky-home-faq-inner {
            position: relative;
            z-index: 1;
            width: 88%;
            max-width: 88%;
            padding-left: 12px;
            padding-right: 12px;
        }
        .ky-home-faq-head {
            position: relative;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 28px;
            margin-bottom: 18px;
            padding-bottom: 18px;
            border-bottom: 1px solid rgba(148,163,184,0.22);
        }
        .ky-home-faq-head::before {
            content: '';
            position: absolute;
            left: -14px;
            top: -18px;
            width: 132px;
            height: 48px;
            border-radius: 999px;
            background: radial-gradient(circle, rgba(37,99,235,0.13), rgba(37,99,235,0));
            pointer-events: none;
        }
        .ky-home-faq-kicker {
            position: relative;
            z-index: 1;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 14px;
            color: #1f65d8;
            font-size: 12px;
            font-weight: 900;
            line-height: 1.2;
            text-transform: uppercase;
        }
        .ky-home-faq-kicker::before {
            content: '';
            width: 32px;
            height: 2px;
            background: #e6a427;
        }
        .ky-home-faq-head h3 {
            position: relative;
            z-index: 1;
            margin: 0;
            color: #0b1728;
            font-size: clamp(28px, 2.65vw, 40px);
            font-weight: 900;
            line-height: 1.08;
            letter-spacing: 0;
        }
        .ky-home-faq-head p {
            position: relative;
            z-index: 1;
            max-width: 680px;
            margin: 14px 0 0;
            color: #60728a;
            font-size: 14px;
            line-height: 1.7;
        }
        .ky-home-faq-actions {
            position: relative;
            z-index: 1;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            gap: 10px;
            flex: 0 0 auto;
        }
        .ky-home-faq-more {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            min-height: 44px;
            padding: 0 18px;
            border: 1px solid rgba(203,213,225,0.62);
            border-radius: 8px;
            color: #0f172a;
            background: rgba(255,255,255,0.62);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.86), 0 10px 24px rgba(15,23,42,0.06);
            font-size: 13px;
            font-weight: 900;
            text-decoration: none !important;
            white-space: nowrap;
            transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
            backdrop-filter: blur(16px) saturate(150%);
            -webkit-backdrop-filter: blur(16px) saturate(150%);
        }
        .ky-home-faq-more-primary {
            color: #fff;
            border-color: rgba(31,101,216,0.36);
            background: linear-gradient(135deg, #1f65d8, #0f8bdc);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 14px 28px rgba(31,101,216,0.18);
        }
        .ky-home-faq-more:hover {
            color: #1d4ed8;
            border-color: rgba(37,99,235,0.28);
            background: rgba(255,255,255,0.84);
            transform: translateY(-2px);
        }
        .ky-home-faq-more-primary:hover {
            color: #fff;
            background: linear-gradient(135deg, #1657c7, #0b74de);
        }
        .ky-home-faq-rail {
            position: relative;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
            margin-bottom: 18px;
            padding: 12px;
            overflow: hidden;
            border: 1px solid rgba(174,193,219,0.54);
            border-radius: 8px;
            background: linear-gradient(145deg, rgba(255,255,255,0.56), rgba(227,240,255,0.28));
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.86), 0 14px 34px rgba(15,23,42,0.055);
            backdrop-filter: blur(18px) saturate(150%);
            -webkit-backdrop-filter: blur(18px) saturate(150%);
        }
        .ky-home-faq-rail::before {
            content: '';
            position: absolute;
            left: 24px;
            right: 24px;
            top: 50%;
            height: 1px;
            background: linear-gradient(90deg, rgba(230,164,39,0.44), rgba(31,101,216,0.34), rgba(20,184,166,0.34));
            transform: translateY(-50%);
            animation: kyFaqRail 3.4s ease-in-out infinite alternate;
        }
        .ky-home-faq-step {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 42px 1fr;
            gap: 14px;
            align-items: center;
            min-height: 82px;
            padding: 16px;
            border: 1px solid rgba(189,204,224,0.5);
            border-radius: 8px;
            background: linear-gradient(145deg, rgba(255,255,255,0.74), rgba(241,247,255,0.44));
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.88), 0 8px 18px rgba(15,23,42,0.04);
        }
        .ky-home-faq-step span,
        .ky-home-faq-index {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            border: 1px solid rgba(255,255,255,0.64);
            border-radius: 6px;
            color: #fff;
            background: linear-gradient(135deg, rgba(8,30,58,0.95), rgba(31,101,216,0.84));
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 10px 18px rgba(15,23,42,0.12);
            font-size: 13px;
            font-weight: 900;
            line-height: 1;
        }
        .ky-home-faq-step strong {
            display: block;
            margin: 1px 0 4px;
            color: #0b1728;
            font-size: 15px;
            font-weight: 900;
            line-height: 1.35;
        }
        .ky-home-faq-step em {
            display: block;
            color: #62748d;
            font-size: 12px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.55;
        }
        .ky-home-faq-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }
        .ky-home-faq-card {
            position: relative;
            overflow: hidden;
            min-height: 248px;
            border: 1px solid rgba(190,210,235,0.66);
            border-radius: 8px;
            background:
                radial-gradient(circle at 12% 0%, rgba(96,165,250,0.13), rgba(96,165,250,0) 34%),
                linear-gradient(145deg, rgba(255,255,255,0.68), rgba(239,247,255,0.42));
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.92), 0 18px 42px rgba(15,23,42,0.075);
            backdrop-filter: blur(18px) saturate(150%);
            -webkit-backdrop-filter: blur(18px) saturate(150%);
            transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
        }
        .ky-home-faq-card::before {
            content: '';
            position: absolute;
            inset: 0;
            pointer-events: none;
            background:
                linear-gradient(115deg, rgba(255,255,255,0.42), rgba(255,255,255,0) 42%),
                linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0) 52%, rgba(226,238,250,0.2));
        }
        .ky-home-faq-card::after {
            content: '';
            position: absolute;
            left: 18px;
            right: 18px;
            top: 0;
            height: 3px;
            border-radius: 999px;
            background: linear-gradient(90deg, #e6a427, #1f65d8, #14b8a6);
            transform: scaleX(0.18);
            transform-origin: left;
            opacity: 0.76;
            transition: transform 0.34s ease, opacity 0.34s ease;
        }
        .ky-home-faq-card:hover,
        .ky-home-faq-card.is-active {
            border-color: rgba(37,99,235,0.28);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.96), 0 24px 56px rgba(15,23,42,0.12);
            transform: translateY(-4px);
        }
        .ky-home-faq-card:hover::after,
        .ky-home-faq-card.is-active::after {
            opacity: 1;
            transform: scaleX(1);
        }
        .ky-home-faq-card-button {
            position: relative;
            z-index: 1;
            display: grid;
            width: 100%;
            height: 100%;
            min-height: 248px;
            padding: 25px 24px 22px;
            border: 0;
            color: inherit;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }
        .ky-home-faq-card-button:focus-visible {
            outline: 3px solid rgba(31,101,216,0.24);
            outline-offset: -6px;
        }
        .ky-home-faq-card-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 22px;
        }
        .ky-home-faq-label {
            display: inline-flex;
            align-items: center;
            min-height: 24px;
            padding: 0 9px;
            border: 1px solid rgba(191,219,254,0.72);
            border-radius: 4px;
            color: #1d4ed8;
            background: rgba(239,246,255,0.62);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.84);
            font-size: 11px;
            font-weight: 900;
            line-height: 1;
        }
        .ky-home-faq-question-text {
            display: block;
            min-height: 54px;
            color: #0b1728;
            font-size: 18px;
            font-weight: 900;
            line-height: 1.42;
        }
        .ky-home-faq-answer-text {
            display: block;
            margin-top: 15px;
            padding-top: 16px;
            border-top: 1px solid rgba(148,163,184,0.2);
            color: #586a80;
            font-size: 14px;
            line-height: 1.76;
        }
        .ky-home-faq-card-more {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            align-self: end;
            margin-top: 18px;
            color: #0f172a;
            font-size: 13px;
            font-weight: 900;
            opacity: 0.72;
            transition: color 0.24s ease, opacity 0.24s ease, transform 0.24s ease;
        }
        .ky-home-faq-card-more i {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            color: #1f65d8;
            background: #eef5ff;
            transition: transform 0.24s ease, color 0.24s ease, background 0.24s ease;
        }
        .ky-home-faq-card:hover .ky-home-faq-card-more,
        .ky-home-faq-card.is-active .ky-home-faq-card-more {
            color: #1f65d8;
            opacity: 1;
        }
        .ky-home-faq-card:hover .ky-home-faq-card-more i,
        .ky-home-faq-card.is-active .ky-home-faq-card-more i {
            color: #fff;
            background: #1f65d8;
            transform: translateX(4px);
        }
        .ky-home-faq-reveal {
            transition: opacity 0.54s ease, transform 0.54s cubic-bezier(0.16,1,0.3,1);
            transition-delay: var(--faq-delay, 0ms);
        }
        .ky-home-faq-section.is-ready:not(.is-visible) .ky-home-faq-reveal {
            opacity: 0;
            transform: translateY(18px);
        }
        @keyframes kyFaqSheen {
            0%, 42% { transform: translateX(-18%); opacity: 0.18; }
            72% { transform: translateX(18%); opacity: 0.58; }
            100% { transform: translateX(18%); opacity: 0.18; }
        }
        @keyframes kyFaqRail {
            0% { opacity: 0.26; transform: translateY(-50%) scaleX(0.86); }
            100% { opacity: 0.72; transform: translateY(-50%) scaleX(1); }
        }
        @media (max-width: 1199px) {
            .ky-home-faq-head {
                display: block;
            }
            .ky-home-faq-actions {
                justify-content: flex-start;
                margin-top: 18px;
            }
        }
        @media (max-width: 991px) {
            .ky-home-faq-inner {
                width: calc(100% - 40px);
                max-width: calc(100% - 40px);
            }
            .ky-home-faq-section {
                padding: 56px 0 62px;
            }
            .ky-home-faq-rail,
            .ky-home-faq-grid {
                grid-template-columns: 1fr;
            }
            .ky-home-faq-rail::before {
                left: 33px;
                right: auto;
                top: 24px;
                bottom: 24px;
                width: 1px;
                height: auto;
                transform: none;
                animation: none;
                background: linear-gradient(180deg, rgba(230,164,39,0.44), rgba(31,101,216,0.34), rgba(20,184,166,0.34));
            }
            .ky-home-faq-card,
            .ky-home-faq-card-button {
                min-height: 0;
            }
        }
        @media (max-width: 640px) {
            .ky-home-faq-inner {
                width: calc(100% - 28px);
                max-width: calc(100% - 28px);
            }
            .ky-home-faq-head h3 {
                font-size: 30px;
            }
            .ky-home-faq-actions {
                display: grid;
                grid-template-columns: 1fr;
            }
            .ky-home-faq-step {
                padding: 14px;
            }
            .ky-home-faq-card-button {
                padding: 22px 18px 20px;
            }
            .ky-home-faq-question-text {
                min-height: 0;
                font-size: 16px;
            }
            .ky-home-faq-index {
                width: 38px;
                height: 38px;
            }
            .ky-home-faq-answer-text {
                font-size: 13px;
            }
        }
        @media (prefers-reduced-motion: reduce) {
            .ky-home-faq-section::before,
            .ky-home-faq-rail::before {
                animation: none;
            }
            .ky-home-faq-reveal,
            .ky-home-faq-card,
            .ky-home-faq-card-more,
            .ky-home-faq-card-more i {
                transition: none;
            }
        }
    

    .home-factory-section { position: relative; overflow: hidden; padding: 76px 0 82px; color: #0f172a; background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%); }
    .home-factory-section::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: #e6edf5; }
    .home-factory-inner { position: relative; z-index: 1; }
    .home-factory-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 32px; }
    .home-factory-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 12px; color: #1f65d8; font-size: 12px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
    .home-factory-kicker::before { content: ''; width: 32px; height: 2px; background: #e6a427; }
    .home-factory-head h3 { margin: 0; color: #0b1728; font-size: clamp(30px, 3.2vw, 46px); font-weight: 900; line-height: 1.08; }
    .home-factory-head p { margin: 14px 0 0; max-width: 680px; color: #62748d; font-size: 15px; line-height: 1.7; }
    .home-factory-link, .home-factory-mobile-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 0 20px; border: 1px solid #dbe5f0; border-radius: 6px; color: #0f172a; font-size: 13px; font-weight: 800; text-decoration: none !important; background: #fff; box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06); transition: all 0.25s ease; white-space: nowrap; }
    .home-factory-link:hover, .home-factory-mobile-link:hover { color: #fff; border-color: #1f65d8; background: #1f65d8; transform: translateY(-2px); }
    .home-factory-wrap { position: relative; margin: 0; padding: 0; }
    .factory-gallery-swiper { overflow: hidden; padding: 0 0 50px; }
    .factory-gallery-swiper .swiper-slide { height: auto; }
    .factory-card { position: relative; display: flex; flex-direction: column; overflow: hidden; height: 100%; border: 1px solid #dde7f2; border-radius: 8px; color: #0f172a; text-decoration: none !important; background: #fff; box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08); isolation: isolate; transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease; }
    .factory-card:hover { transform: translateY(-4px); border-color: #c9d9eb; box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12); }
    .factory-img-box { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #eef3f8; }
    .factory-img-box::after { content: ''; position: absolute; inset: auto 0 0 0; height: 28%; background: linear-gradient(180deg, rgba(255,255,255,0), rgba(8,17,28,0.12)); pointer-events: none; }
    .factory-img-box img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transform: scale(1.01); transition: transform 0.55s cubic-bezier(0.16,1,0.3,1), filter 0.55s ease; }
    .factory-card:hover .factory-img-box img { transform: scale(1.06); filter: saturate(1.04) contrast(1.03); }
    .factory-card-body { flex: 1; min-height: 108px; padding: 17px 18px 19px; border-top: 1px solid #edf2f7; }
    .factory-card-index { display: inline-flex; align-items: center; height: 22px; padding: 0 8px; margin-bottom: 10px; border-radius: 4px; color: #0b1728; background: #f3b32f; font-size: 11px; font-weight: 900; line-height: 1; }
    .factory-card-title { margin: 0; color: #0b1728; font-size: 20px; font-weight: 900; line-height: 1.18; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .factory-card-role { margin: 7px 0 0; color: #62748d; font-size: 13px; line-height: 1.45; }
    .factory-nav { position: absolute; top: 42%; z-index: 3; width: 44px; height: 44px; border: 1px solid #dbe5f0; border-radius: 50%; color: #0f172a; background: rgba(255,255,255,0.96); box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12); transition: all 0.25s ease; }
    .factory-nav:hover { color: #fff; border-color: #1f65d8; background: #1f65d8; }
    .factory-prev { left: -22px; }
    .factory-next { right: -22px; }
    .factory-gallery-swiper .swiper-pagination-bullet { width: 22px; height: 3px; border-radius: 999px; background: #c7d3e1; opacity: 1; }
    .factory-gallery-swiper .swiper-pagination-bullet-active { background: #1f65d8; }
    .home-factory-mobile-link { display: none; width: fit-content; margin: 24px auto 0; }
    @media (max-width: 1199px) {
        .factory-prev { left: -12px; }
        .factory-next { right: -12px; }
    }
    @media (max-width: 768px) {
        .home-factory-section { padding: 56px 0 62px; }
        .home-factory-head { display: block; }
        .home-factory-head h3 { font-size: 32px; }
        .home-factory-head p { font-size: 14px; }
        .home-factory-link { display: none; }
        .home-factory-mobile-link { display: inline-flex; }
        .factory-nav { display: none; }
        .factory-gallery-swiper { padding-bottom: 42px; }
        .factory-card-body { min-height: 104px; padding: 16px 16px 18px; }
        .factory-card-title { font-size: 17px; }
        .factory-card-role { font-size: 12px; }
    }


	        .honor-proof-section { position: relative; overflow: hidden; padding: 74px 0 74px; background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%); }
	        .honor-proof-section::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: #e6edf5; }
	        .hps-inner { position: relative; z-index: 1; }
	        .hps-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
	        .hps-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 12px; color: #1f65d8; font-size: 12px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
	        .hps-kicker::before { content: ''; width: 32px; height: 2px; background: #e6a427; }
	        .hps-head h3 { margin: 0; color: #0b1728; font-size: clamp(28px, 3.2vw, 46px); font-weight: 900; line-height: 1.08; }
	        .hps-head p { margin: 14px 0 0; max-width: 690px; color: #62748d; font-size: 15px; line-height: 1.7; }
	        .hps-link, .hps-mobile-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 0 20px; border: 1px solid #dbe5f0; border-radius: 6px; color: #0f172a; font-size: 13px; font-weight: 800; text-decoration: none; background: #fff; box-shadow: 0 10px 24px rgba(15,23,42,0.06); transition: all 0.25s ease; white-space: nowrap; }
	        .hps-link:hover, .hps-mobile-link:hover { color: #fff; border-color: #1f65d8; background: #1f65d8; transform: translateY(-2px); }
	        .hps-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
	        .hps-tab { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 15px; border: 1px solid #dbe5f0; border-radius: 6px; background: #fff; color: #46566b; font-size: 13px; font-weight: 800; cursor: pointer; transition: all 0.24s ease; }
	        .hps-tab:hover { color: #1f65d8; border-color: #bcd0ec; transform: translateY(-1px); }
	        .hps-tab.active { color: #fff; border-color: #1f65d8; background: #1f65d8; box-shadow: 0 12px 24px rgba(31,101,216,0.18); }
	        .hps-count { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; background: rgba(15,23,42,0.07); font-size: 11px; }
	        .hps-tab.active .hps-count { background: rgba(255,255,255,0.22); }
	        .hps-panel { display: none; }
	        .hps-panel.active { display: block; animation: honorIdxFadeIn 0.35s ease; }
	        .hps-panel.active .hps-slider-wrap { visibility: visible !important; animation-name: none !important; }
	        .hps-slider-wrap { position: relative; }
	        .honor-proof-swiper { overflow: hidden; padding: 0 0 46px; }
	        .honor-proof-swiper .swiper-slide { height: auto; }
	        .hps-card { display: flex; flex-direction: column; height: 100%; padding: 16px; border: 1px solid #dbe5f0; border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(15,23,42,0.08); transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease; }
	        .hps-card:hover { border-color: rgba(31,101,216,0.28); transform: translateY(-5px); box-shadow: 0 24px 56px rgba(15,23,42,0.13); }
		        .hps-frame { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1.36; overflow: hidden; border: 1px solid #e1e8f2; border-radius: 6px; background: linear-gradient(180deg, #f8fbff, #eef4fb); }
		        .hps-frame::before { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(31,101,216,0.12); border-radius: 4px; pointer-events: none; }
		        .hps-frame img { width: 100%; height: 100%; object-fit: contain; padding: 10px; transition: transform 0.45s ease; }
		        .hps-empty { position: relative; z-index: 1; padding: 22px; color: #6b7a90; font-size: 13px; font-weight: 900; line-height: 1.6; text-align: center; }
		        .hps-card:hover .hps-frame img { transform: scale(1.025); }
	        .hps-info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; min-height: 82px; padding: 15px 2px 0; }
	        .hps-title { margin: 0; color: #0b1728; font-size: 16px; font-weight: 900; line-height: 1.42; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
	        .hps-type { display: inline-flex; align-self: flex-start; align-items: center; gap: 6px; min-height: 24px; padding: 0 9px; border-radius: 4px; color: #1f65d8; background: #eef5ff; font-size: 11px; font-weight: 900; }
	        .hps-nav { position: absolute; top: 42%; z-index: 3; width: 44px; height: 44px; border: 1px solid #dbe5f0; border-radius: 50%; color: #0f172a; background: rgba(255,255,255,0.96); box-shadow: 0 12px 30px rgba(15,23,42,0.12); transition: all 0.25s ease; }
	        .hps-nav:hover { color: #fff; border-color: #1f65d8; background: #1f65d8; }
	        .hps-prev { left: -22px; }
	        .hps-next { right: -22px; }
	        .honor-proof-swiper .swiper-pagination-bullet { width: 22px; height: 3px; border-radius: 999px; background: #c7d3e1; opacity: 1; }
	        .honor-proof-swiper .swiper-pagination-bullet-active { background: #1f65d8; }
	        .hps-mobile-link { display: none; margin: 24px auto 0; width: fit-content; }

	        @media (max-width: 768px) {
	            .honor-proof-section { padding: 54px 0 60px; }
	            .hps-head { display: block; margin-bottom: 22px; }
	            .hps-head h3 { font-size: 32px; }
	            .hps-head p { font-size: 14px; }
	            .hps-link { display: none; }
	            .hps-mobile-link { display: inline-flex; }
	            .hps-tabs { gap: 8px; }
	            .hps-tab { min-height: 34px; padding: 0 12px; font-size: 12px; }
	            .hps-card { padding: 14px; }
	            .hps-nav { display: none; }
	        }
	    

    .about-staff-panel { position: relative; overflow: hidden; padding: 76px 0 82px; color: #0f172a; background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%); }
    .about-staff-panel::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: #e6edf5; }
    .asp-inner { position: relative; z-index: 1; }
    .asp-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 32px; }
    .asp-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 12px; color: #1f65d8; font-size: 12px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
    .asp-kicker::before { content: ''; width: 32px; height: 2px; background: #e6a427; }
    .asp-head h3 { margin: 0; max-width: 620px; color: #0b1728; font-size: clamp(28px, 3.3vw, 46px); font-weight: 900; line-height: 1.08; }
    .asp-head p { margin: 14px 0 0; max-width: 680px; color: #62748d; font-size: 15px; line-height: 1.7; }
    .asp-link, .asp-mobile-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 0 20px; border: 1px solid #dbe5f0; border-radius: 6px; color: #0f172a; font-size: 13px; font-weight: 800; text-decoration: none; background: #fff; box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06); transition: all 0.25s ease; white-space: nowrap; }
    .asp-link:hover, .asp-mobile-link:hover { color: #fff; border-color: #1f65d8; background: #1f65d8; transform: translateY(-2px); }
    .asp-slider-wrap { position: relative; margin: 0; padding: 0; }
    .asp-wall { overflow: hidden; padding: 0 0 50px; }
    .asp-wall .swiper-slide { height: auto; }
    .staff-swiper .swiper-slide { height: auto; }
	    .asp-card { position: relative; display: flex; flex-direction: column; overflow: hidden; height: 100%; border: 1px solid #dde7f2; border-radius: 8px; color: #0f172a; text-decoration: none; background: #fff; box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08); isolation: isolate; cursor: zoom-in; transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease; }
    .asp-card:hover { transform: translateY(-4px); border-color: #c9d9eb; box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12); }
    .asp-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #eef3f8; }
	    .asp-photo::after { content: ''; position: absolute; inset: auto 0 0 0; height: 28%; background: linear-gradient(180deg, rgba(255,255,255,0), rgba(8,17,28,0.12)); pointer-events: none; }
	    .asp-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; transform: scale(1.01); transition: transform 0.55s cubic-bezier(0.16,1,0.3,1), filter 0.55s ease; }
	    .asp-card img.asp-placeholder-image { padding: 54px 70px 70px; object-fit: contain; object-position: center; background: linear-gradient(135deg, #f8fbff, #eef5fc); transform: none; }
	    .asp-card img.is-fallback { padding: 48px; object-fit: contain; object-position: center; background: linear-gradient(135deg, #f8fbff, #e9f0f8); opacity: 0.9; }
	    .asp-card:hover img { transform: scale(1.06); filter: saturate(1.04) contrast(1.03); }
	    .asp-card:hover img.asp-placeholder-image { transform: none; filter: none; }
    .asp-card-body { flex: 1; min-height: 108px; padding: 17px 18px 19px; border-top: 1px solid #edf2f7; }
    .asp-card-index { display: inline-flex; align-items: center; height: 22px; padding: 0 8px; margin-bottom: 10px; border-radius: 4px; color: #0b1728; background: #f3b32f; font-size: 11px; font-weight: 900; line-height: 1; }
    .asp-card-name { margin: 0; color: #0b1728; font-size: 20px; font-weight: 900; line-height: 1.18; }
    .asp-card-role { margin: 7px 0 0; color: #62748d; font-size: 13px; line-height: 1.45; }
    .asp-mobile-link { display: none; margin: 26px auto 0; width: fit-content; }
    .asp-nav { position: absolute; top: 42%; z-index: 3; width: 44px; height: 44px; border: 1px solid #dbe5f0; border-radius: 50%; color: #0f172a; background: rgba(255,255,255,0.96); box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12); transition: all 0.25s ease; }
    .asp-nav:hover { color: #fff; border-color: #1f65d8; background: #1f65d8; }
	    .asp-prev { left: -22px; }
	    .asp-next { right: -22px; }
	    .staff-swiper .swiper-pagination-bullet { width: 22px; height: 3px; border-radius: 999px; background: #c7d3e1; opacity: 1; }
	    .staff-swiper .swiper-pagination-bullet-active { background: #1f65d8; }
	    html.no-scroll { overflow: hidden; }
	    .asp-lightbox { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 28px; background: rgba(5, 12, 23, 0.86); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.22s ease, visibility 0.22s ease; }
	    .asp-lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
	    .asp-lb-content { position: relative; max-width: min(1120px, 92vw); max-height: 92vh; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42); }
	    .asp-lb-image { display: block; width: 100%; max-width: min(1120px, 92vw); max-height: calc(92vh - 88px); object-fit: contain; background: #07111f; }
	    .asp-lb-info { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 72px; padding: 16px 22px; color: #0f172a; background: #fff; }
	    .asp-lb-info h4 { margin: 0; font-size: 20px; font-weight: 900; line-height: 1.2; }
	    .asp-lb-info p { margin: 5px 0 0; color: #62748d; font-size: 13px; line-height: 1.4; }
	    .asp-lb-close, .asp-lb-nav { position: absolute; z-index: 2; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; color: #0f172a; background: rgba(255, 255, 255, 0.96); box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22); transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease; }
	    .asp-lb-close:hover, .asp-lb-nav:hover { color: #fff; background: #1f65d8; transform: translateY(-1px); }
	    .asp-lb-close { top: 18px; right: 18px; width: 44px; height: 44px; }
	    .asp-lb-nav { top: 50%; width: 48px; height: 48px; transform: translateY(-50%); }
	    .asp-lb-nav:hover { transform: translateY(calc(-50% - 1px)); }
	    .asp-lb-prev { left: 22px; }
	    .asp-lb-next { right: 22px; }

    @media (max-width: 1199px) {
        .asp-prev { left: -12px; }
        .asp-next { right: -12px; }
    }

    @media (max-width: 768px) {
        .about-staff-panel { padding: 54px 0 60px; }
        .asp-head { display: block; margin-bottom: 24px; }
        .asp-head h3 { font-size: 32px; }
        .asp-head p { font-size: 14px; }
        .asp-link { display: none; }
        .asp-mobile-link { display: inline-flex; }
        .asp-wall { padding-bottom: 42px; }
        .asp-card-body { min-height: 104px; padding: 16px 16px 18px; }
        .asp-card-name { font-size: 17px; }
	        .asp-card-role { font-size: 12px; }
	        .asp-nav { display: none; }
	        .asp-lightbox { padding: 16px; }
	        .asp-lb-content { max-width: 100%; max-height: 90vh; }
	        .asp-lb-image { max-width: 100%; max-height: calc(90vh - 86px); }
	        .asp-lb-info { min-height: 70px; padding: 14px 16px; }
	        .asp-lb-info h4 { font-size: 17px; }
	        .asp-lb-nav { width: 42px; height: 42px; }
	        .asp-lb-prev { left: 12px; }
	        .asp-lb-next { right: 12px; }
	    }
	

    .hero-fullwidth::before {
        background:
            linear-gradient(90deg, rgba(4, 8, 13, 0.36) 0%, rgba(4, 8, 13, 0.18) 30%, rgba(4, 8, 13, 0.04) 48%, rgba(4, 8, 13, 0) 66%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 28%, rgba(5, 9, 14, 0.06) 100%) !important;
    }

    .hero-text-wrap {
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 58px clamp(28px, 6vw, 112px) 72px !important;
    }

    .hero-text-inner {
        position: relative !important;
        width: min(600px, 42vw) !important;
        max-width: 600px !important;
        margin-right: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .hero-text-inner::before {
        content: '' !important;
        position: absolute !important;
        inset: -28px -30px -30px -34px !important;
        z-index: -1 !important;
        border-radius: 8px !important;
        background: linear-gradient(90deg, rgba(4, 8, 13, 0.18), rgba(4, 8, 13, 0.08) 58%, rgba(4, 8, 13, 0)) !important;
        pointer-events: none !important;
    }

    .hero-text-inner .hero-title {
        max-width: 100% !important;
        margin-bottom: 16px !important;
        font-size: var(--hero-title-size, clamp(38px, 4vw, 58px)) !important;
        line-height: 1.08 !important;
        text-shadow: 0 8px 24px rgba(0, 0, 0, 0.46), 0 2px 6px rgba(0, 0, 0, 0.32) !important;
    }

    .hero-text-inner .hero-subtitle {
        max-width: 520px !important;
        margin-bottom: 24px !important;
        color: rgba(255, 255, 255, 0.76) !important;
        font-size: clamp(14px, 1.05vw, 16px) !important;
        line-height: 1.68 !important;
        text-shadow: 0 5px 18px rgba(0, 0, 0, 0.42) !important;
    }

    .hero-text-inner .hero-btn {
        min-height: 46px !important;
        padding: 0 22px !important;
        font-size: 13px !important;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14) !important;
    }

    .hero-proof-row {
        width: min(600px, 100%) !important;
        max-width: 100% !important;
        margin-top: 24px !important;
        padding: 16px 0 0 !important;
        border: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .about-premium-card:hover {
        border: 0 !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .hero-proof-item {
        padding: 0 18px 0 0 !important;
        color: rgba(255, 255, 255, 0.66) !important;
        font-size: 12px !important;
        text-shadow: 0 5px 16px rgba(0, 0, 0, 0.38) !important;
    }

    .hero-proof-item strong {
        margin-bottom: 5px !important;
        font-size: 14px !important;
        text-shadow: 0 6px 16px rgba(0, 0, 0, 0.42) !important;
    }

    @media (max-width: 991px) {
        .hero-text-wrap {
            align-items: flex-end !important;
            padding: 0 44px 86px !important;
        }

        .hero-text-inner {
            width: min(560px, calc(100vw - 88px)) !important;
            max-width: 560px !important;
        }
    }

    @media (max-width: 768px) {
        .hero-text-wrap {
            padding: 0 28px 78px !important;
        }

        .hero-text-inner {
            width: min(520px, calc(100vw - 56px)) !important;
            max-width: 520px !important;
        }

        .hero-proof-row {
            display: block !important;
            width: min(360px, 100%) !important;
            max-width: 360px !important;
        }

        .hero-proof-item {
            display: none !important;
            border-right: 0 !important;
            margin-right: 0 !important;
        }

        .hero-proof-item:first-child {
            display: block !important;
        }
    }

    @media (max-width: 576px) {
        .hero-text-wrap {
            padding: 0 20px 70px !important;
        }

        .hero-text-inner {
            width: calc(100vw - 40px) !important;
            max-width: none !important;
        }

        .hero-text-inner::before {
            inset: -20px -16px -22px -16px !important;
            background: linear-gradient(180deg, rgba(4, 8, 13, 0.16), rgba(4, 8, 13, 0.06)) !important;
        }

        .hero-text-inner .hero-title {
            font-size: var(--hero-title-size, 34px) !important;
        }

        .hero-proof-row {
            display: none !important;
        }

        .banner-pc-full .swiper-pagination {
            left: 20px !important;
            right: 20px !important;
            width: auto !important;
        }

        .banner-pc-full .swiper-pagination-bullet {
            width: 10px !important;
            height: 3px !important;
            margin: 0 2px !important;
        }

        .banner-pc-full .swiper-pagination-bullet-active {
            width: 24px !important;
        }
    }


    .home-news-section { padding: 78px 0 82px; background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%); border-top: 1px solid #e6edf5; }
    .home-news-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid #dbe5f0; }
    .home-news-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 12px; color: #1f65d8; font-size: 12px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
    .home-news-kicker::before { content: ''; width: 32px; height: 2px; background: #e6a427; }
    .home-news-head h3 { margin: 0; color: #0b1728; font-size: clamp(30px, 3.2vw, 46px); font-weight: 900; line-height: 1.08; }
    .home-news-head p { margin: 14px 0 0; max-width: 680px; color: #62748d; font-size: 15px; line-height: 1.7; }
    .home-news-link, .home-news-mobile-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 0 20px; border: 1px solid #dbe5f0; border-radius: 6px; color: #0f172a; font-size: 13px; font-weight: 800; text-decoration: none !important; background: #fff; box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06); transition: all 0.25s ease; white-space: nowrap; }
    .home-news-link:hover, .home-news-mobile-link:hover { color: #fff; border-color: #1f65d8; background: #1f65d8; transform: translateY(-2px); }
    .home-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
    .home-news-card { position: relative; display: flex; flex-direction: column; min-height: 100%; overflow: hidden; border: 1px solid #dde7f2; border-radius: 8px; color: #0f172a; text-decoration: none !important; background: #fff; box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07); transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease; }
    .home-news-card:hover { transform: translateY(-4px); border-color: #c9d9eb; box-shadow: 0 22px 52px rgba(15, 23, 42, 0.11); }
    .home-news-placeholder { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 190px; padding: 18px; overflow: hidden; background: linear-gradient(135deg, #eef4fb 0%, #ffffff 52%, #eaf1fa 100%); border-bottom: 1px solid #edf2f7; }
    .home-news-placeholder::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(31,101,216,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(31,101,216,0.08) 1px, transparent 1px); background-size: 34px 34px; opacity: 0.55; }
    .home-news-placeholder::after { content: ''; position: absolute; right: -44px; bottom: -54px; width: 180px; height: 180px; border: 32px solid rgba(31,101,216,0.08); border-radius: 50%; }
    .home-news-chip { position: relative; z-index: 1; align-self: flex-start; display: inline-flex; align-items: center; gap: 7px; height: 28px; padding: 0 10px; border-radius: 4px; color: #0b1728; background: #f3b32f; font-size: 11px; font-weight: 900; text-transform: uppercase; }
    .home-news-placeholder-lines { position: relative; z-index: 1; display: grid; gap: 10px; max-width: 74%; }
    .home-news-placeholder-lines span { display: block; height: 8px; border-radius: 999px; background: rgba(31,101,216,0.14); }
    .home-news-placeholder-lines span:nth-child(2) { width: 72%; }
    .home-news-placeholder-lines span:nth-child(3) { width: 46%; background: rgba(230,164,39,0.28); }
    .home-news-body { flex: 1; display: flex; flex-direction: column; padding: 20px 20px 22px; }
    .home-news-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 12px; color: #62748d; font-size: 12px; font-weight: 800; }
    .home-news-meta i { color: #1f65d8; }
    .home-news-title { margin: 0 0 11px; color: #0b1728; font-size: 18px; font-weight: 900; line-height: 1.38; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color 0.25s ease; }
    .home-news-card:hover .home-news-title { color: #1f65d8; }
    .home-news-desc { margin: 0 0 18px; color: #62748d; font-size: 13px; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
    .home-news-more { margin-top: auto; padding-top: 15px; border-top: 1px solid #edf2f7; display: inline-flex; align-items: center; gap: 9px; color: #0f172a; font-size: 13px; font-weight: 900; }
    .home-news-more i { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; color: #1f65d8; background: #eef5ff; transition: all 0.25s ease; }
    .home-news-card:hover .home-news-more i { color: #fff; background: #1f65d8; transform: translateX(4px); }
    .home-news-mobile-link { display: none; width: fit-content; margin: 26px auto 0; }

    @media (max-width: 991px) {
        .home-news-head { display: block; }
        .home-news-link { margin-top: 18px; }
        .home-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 640px) {
        .home-news-section { padding: 56px 0 62px; }
        .home-news-head h3 { font-size: 32px; }
        .home-news-head p { font-size: 14px; }
        .home-news-link { display: none; }
        .home-news-mobile-link { display: inline-flex; }
        .home-news-grid { grid-template-columns: 1fr; }
    }


    /* Enterprise liquid glass homepage finish */
    html,
    body {
        max-width: 100% !important;
        overflow-x: clip !important;
    }

    @supports not (overflow: clip) {
        html,
        body {
            overflow-x: hidden !important;
        }
    }

    body {
        position: relative;
    }

    .swiper-container,
    .swiper-wrapper,
    .hero-fullwidth,
    .pc-product-section,
    .ky-home-faq-section,
    .home-factory-section,
    .honor-proof-section,
    .about-staff-panel,
    .home-news-section {
        max-width: 100% !important;
    }

    .video-index-wrapper,
    .about-premium-wrapper,
    .cta-banner,
    .ky-testimonial-section,
    .ky-service-section,
    .ky-shipping-section,
    .ky-home-faq-section,
    .home-factory-section,
    .honor-proof-section,
    .about-staff-panel,
    .home-news-section {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        background:
            radial-gradient(circle at 16% 0%, rgba(59, 130, 246, 0.14), rgba(59, 130, 246, 0) 34%),
            radial-gradient(circle at 92% 12%, rgba(20, 184, 166, 0.11), rgba(20, 184, 166, 0) 32%),
            linear-gradient(180deg, rgba(246, 250, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(241, 247, 255, 0.94) 100%) !important;
    }

    .video-index-wrapper::before,
    .about-premium-wrapper::before,
    .cta-banner::before,
    .ky-service-section::before,
    .ky-shipping-section::before,
    .home-factory-section::before,
    .honor-proof-section::before,
    .about-staff-panel::before,
    .home-news-section::before {
        content: '';
        position: absolute;
        inset: 0;
        height: auto;
        pointer-events: none;
        z-index: 0;
        opacity: 0.56;
        background-image:
            linear-gradient(rgba(31, 101, 216, 0.05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(31, 101, 216, 0.045) 1px, transparent 1px),
            linear-gradient(115deg, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.72) 45%, rgba(255, 255, 255, 0) 64%);
        background-size: 72px 72px, 72px 72px, 100% 100%;
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.2));
    }

    .pc-product-inner,
    .video-index-inner,
    .about-premium-wrapper .container,
    .cta-banner .container,
    .ky-testimonial-section > .container,
    .ky-service-section > .container,
    .ky-shipping-section > .container,
    .ky-home-faq-inner,
    .home-factory-inner,
    .hps-inner,
    .asp-inner,
    .home-news-section > .container {
        position: relative;
        z-index: 1;
    }

    .video-index-inner > .row:first-child .text-center,
    .ky-testimonial-section > .container > .text-center,
    .home-factory-head,
    .hps-head,
    .asp-head,
    .home-news-head {
        padding: 24px 28px;
        border: 1px solid rgba(203, 213, 225, 0.62);
        border-radius: 8px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(239, 247, 255, 0.52));
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 18px 48px rgba(15, 23, 42, 0.08);
        backdrop-filter: blur(18px) saturate(155%);
        -webkit-backdrop-filter: blur(18px) saturate(155%);
    }

    .video-index-inner > .row:first-child,
    .ky-testimonial-section > .container > .text-center {
        margin-left: 0;
        margin-right: 0;
    }

    .home-news-head {
        border-bottom-color: rgba(203, 213, 225, 0.62);
    }

    .hero-proof-row {
        width: min(680px, 100%);
        margin-top: 28px;
        padding: 16px 18px;
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 8px;
        background: linear-gradient(135deg, rgba(10, 25, 47, 0.28), rgba(255, 255, 255, 0.1));
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 42px rgba(2, 8, 23, 0.16);
        backdrop-filter: blur(18px) saturate(145%);
        -webkit-backdrop-filter: blur(18px) saturate(145%);
    }

    .custom-vid-card,
    .about-premium-card,
    .ky-testi-card,
    .ky-home-faq-card,
    .factory-card,
    .hps-card,
    .asp-card,
    .home-news-card,
    .ky-service-section .col-lg-7 > div > div,
    .ky-shipping-section .col-lg-6:last-child > div[style*="display:grid"] > div {
        border: 1px solid rgba(203, 213, 225, 0.64) !important;
        border-radius: 8px !important;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(242, 248, 255, 0.44)) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 18px 44px rgba(15, 23, 42, 0.08) !important;
        backdrop-filter: blur(18px) saturate(155%);
        -webkit-backdrop-filter: blur(18px) saturate(155%);
    }

    .custom-vid-card:hover,
    .about-premium-card:hover,
    .ky-testi-card:hover,
    .ky-home-faq-card:hover,
    .factory-card:hover,
    .hps-card:hover,
    .asp-card:hover,
    .home-news-card:hover {
        border-color: rgba(37, 99, 235, 0.26) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 24px 56px rgba(15, 23, 42, 0.12) !important;
        transform: translateY(-3px);
    }

    .custom-vid-info,
    .about-premium-content,
    .factory-card-body,
    .asp-card-body,
    .hps-info,
    .home-news-body {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(246, 250, 255, 0.48)) !important;
        border-top-color: rgba(203, 213, 225, 0.46) !important;
    }

    .home-factory-section > .container.home-factory-inner {
        max-width: 88% !important;
        width: 88% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .home-factory-section .home-factory-head,
    .home-factory-section .home-factory-wrap {
        width: 100% !important;
    }

    .home-factory-section .home-factory-head {
        align-items: flex-end;
        margin: 0 0 34px !important;
        padding: 0 0 18px !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(148, 163, 184, 0.2) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .home-factory-section .home-factory-head::before {
        content: '';
        position: absolute;
        left: 0;
        top: -18px;
        width: 132px;
        height: 44px;
        border-radius: 999px;
        background: radial-gradient(circle, rgba(37, 99, 235, 0.14), rgba(37, 99, 235, 0));
        pointer-events: none;
    }

    .home-factory-section .home-factory-head h3 {
        font-size: clamp(32px, 3.1vw, 48px);
    }

    .home-factory-section .factory-gallery-swiper {
        overflow: hidden !important;
        padding: 4px 0 64px !important;
    }

    .home-factory-section .factory-card {
        display: flex !important;
        flex-direction: column;
        min-height: 0;
        height: 510px !important;
        overflow: hidden;
        border-color: rgba(194, 210, 230, 0.62) !important;
        background:
            radial-gradient(circle at 18% 0%, rgba(37, 99, 235, 0.09), rgba(37, 99, 235, 0) 34%),
            linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(241, 247, 255, 0.34)) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 18px 42px rgba(15, 23, 42, 0.08) !important;
    }

    .home-factory-section .factory-card::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 42%, rgba(245, 249, 255, 0.2) 100%),
            linear-gradient(115deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 38%);
    }

    .home-factory-section .factory-img-box {
        flex: 0 0 410px;
        height: 410px !important;
        aspect-ratio: auto !important;
        background: linear-gradient(135deg, rgba(226, 238, 250, 0.72), rgba(255, 255, 255, 0.38)) !important;
    }

    .home-factory-section .factory-img-box::after {
        display: none;
    }

    .home-factory-section .factory-img-box img {
        height: 100%;
        filter: saturate(1.02) contrast(1.01);
    }

    .home-factory-section .factory-card-body {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 2;
        min-height: 112px;
        margin: -48px 22px 22px;
        padding: 18px 20px 18px !important;
        overflow: hidden;
        border: 1px solid rgba(203, 213, 225, 0.58) !important;
        border-radius: 8px;
        background:
            radial-gradient(circle at 12% 0%, rgba(96, 165, 250, 0.16), rgba(96, 165, 250, 0) 34%),
            linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 247, 255, 0.58)) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 24px rgba(15, 23, 42, 0.08) !important;
        backdrop-filter: blur(16px) saturate(145%);
        -webkit-backdrop-filter: blur(16px) saturate(145%);
    }

    .home-factory-section .factory-card-body::before {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(115deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 52%);
    }

    .home-factory-section .factory-card-index {
        position: relative;
        z-index: 1;
        height: 20px;
        margin-bottom: 10px;
        border: 1px solid rgba(230, 164, 39, 0.32);
        color: #0b1728;
        background: linear-gradient(135deg, rgba(255, 214, 102, 0.94), rgba(230, 164, 39, 0.86));
        box-shadow: 0 6px 14px rgba(230, 164, 39, 0.16);
    }

    .home-factory-section .factory-card-title {
        position: relative;
        z-index: 1;
        color: #0b1728;
        font-size: 21px;
        text-shadow: none;
    }

    .home-factory-section .factory-card-role {
        position: relative;
        z-index: 1;
        color: #5f7086;
        font-size: 13px;
    }

    .home-factory-section .factory-card:hover .factory-card-body {
        border-color: rgba(37, 99, 235, 0.22) !important;
        background:
            radial-gradient(circle at 12% 0%, rgba(96, 165, 250, 0.2), rgba(96, 165, 250, 0) 34%),
            linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(239, 247, 255, 0.66)) !important;
    }

    .home-factory-section .factory-nav {
        top: 50%;
        width: 40px;
        height: 40px;
        border-color: rgba(203, 213, 225, 0.56) !important;
        color: #0f172a;
        background: rgba(255, 255, 255, 0.68) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 14px 30px rgba(15, 23, 42, 0.12) !important;
    }

    .home-factory-section .factory-nav:hover {
        color: #1d4ed8;
        background: rgba(255, 255, 255, 0.86) !important;
    }

    .home-news-link,
    .home-news-mobile-link,
    .home-factory-link,
    .home-factory-mobile-link,
    .ky-home-faq-more,
    .hps-link,
    .hps-mobile-link,
    .hps-tab,
    .asp-link,
    .asp-mobile-link,
    .about-btn-modern,
    .factory-nav,
    .hps-nav,
    .asp-nav {
        border: 1px solid rgba(203, 213, 225, 0.62) !important;
        border-radius: 8px !important;
        background: rgba(255, 255, 255, 0.62) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 10px 24px rgba(15, 23, 42, 0.06) !important;
        backdrop-filter: blur(16px) saturate(150%);
        -webkit-backdrop-filter: blur(16px) saturate(150%);
    }

    .home-news-link:hover,
    .home-news-mobile-link:hover,
    .home-factory-link:hover,
    .home-factory-mobile-link:hover,
    .ky-home-faq-more:hover,
    .hps-link:hover,
    .hps-mobile-link:hover,
    .asp-link:hover,
    .asp-mobile-link:hover,
    .about-btn-modern:hover {
        color: #1d4ed8 !important;
        border-color: rgba(37, 99, 235, 0.28) !important;
        background: rgba(255, 255, 255, 0.82) !important;
        transform: translateY(-2px);
    }

    .ky-home-faq-more.ky-home-faq-more-primary,
    .ky-home-faq-more.ky-home-faq-more-primary:hover {
        color: #fff !important;
        border-color: rgba(31, 101, 216, 0.36) !important;
        background: linear-gradient(135deg, #1f65d8, #0f8bdc) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 14px 28px rgba(31, 101, 216, 0.18) !important;
    }

    .hps-tab.active {
        color: #0f172a !important;
        border-color: rgba(37, 99, 235, 0.34) !important;
        background: linear-gradient(135deg, rgba(219, 234, 254, 0.86), rgba(255, 255, 255, 0.76)) !important;
    }

    .honor-proof-section {
        padding-top: 72px !important;
        background:
            radial-gradient(circle at 16% 10%, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0) 32%),
            radial-gradient(circle at 92% 8%, rgba(20, 184, 166, 0.1), rgba(20, 184, 166, 0) 30%),
            linear-gradient(180deg, rgba(244, 249, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 46%, rgba(241, 247, 255, 0.96) 100%) !important;
    }

    .honor-proof-section .hps-head {
        position: relative;
        align-items: flex-end;
        margin: 0 0 32px !important;
        padding: 0 0 20px !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(148, 163, 184, 0.22) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .honor-proof-section .hps-head::before {
        content: '';
        position: absolute;
        left: -16px;
        top: -20px;
        width: 150px;
        height: 58px;
        border-radius: 999px;
        background: radial-gradient(circle, rgba(37, 99, 235, 0.14), rgba(37, 99, 235, 0));
        pointer-events: none;
    }

    .honor-proof-section .hps-head h3 {
        font-size: clamp(34px, 3.2vw, 50px);
        letter-spacing: 0;
    }

    .honor-proof-section .hps-head p {
        color: #60728a;
    }

    .honor-proof-section .honor-proof-swiper {
        padding: 0 0 54px !important;
    }

    .honor-proof-section .hps-card {
        position: relative;
        overflow: hidden;
        padding: 18px !important;
        border-color: rgba(190, 210, 235, 0.66) !important;
        background:
            radial-gradient(circle at 16% 0%, rgba(96, 165, 250, 0.13), rgba(96, 165, 250, 0) 34%),
            linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(239, 247, 255, 0.42)) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.92),
            0 22px 54px rgba(15, 23, 42, 0.09) !important;
        backdrop-filter: blur(18px) saturate(150%);
        -webkit-backdrop-filter: blur(18px) saturate(150%);
    }

    .honor-proof-section .hps-card::after {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        background:
            linear-gradient(115deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0) 42%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 52%, rgba(226, 238, 250, 0.24));
    }

    .honor-proof-section .hps-card:hover {
        border-color: rgba(37, 99, 235, 0.28) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.96),
            0 28px 66px rgba(15, 23, 42, 0.13) !important;
    }

    .honor-proof-section .hps-frame,
    .honor-proof-section .hps-info {
        position: relative;
        z-index: 1;
    }

    .honor-proof-section .hps-frame {
        border-color: rgba(203, 213, 225, 0.58) !important;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(232, 242, 255, 0.46)),
            linear-gradient(rgba(31, 101, 216, 0.035) 1px, transparent 1px),
            linear-gradient(90deg, rgba(31, 101, 216, 0.03) 1px, transparent 1px) !important;
        background-size: auto, 36px 36px, 36px 36px !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.92),
            inset 0 -1px 0 rgba(148, 163, 184, 0.12) !important;
    }

    .honor-proof-section .hps-frame::before {
        border-color: rgba(37, 99, 235, 0.12) !important;
        box-shadow: inset 0 0 24px rgba(96, 165, 250, 0.08);
    }

    .honor-proof-section .hps-info {
        padding: 16px 4px 0 !important;
    }

    .honor-proof-section .hps-type {
        border: 1px solid rgba(191, 219, 254, 0.72);
        color: #1d4ed8;
        background: rgba(239, 246, 255, 0.62);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
        backdrop-filter: blur(10px) saturate(145%);
        -webkit-backdrop-filter: blur(10px) saturate(145%);
    }

    .about-staff-panel {
        padding-top: 72px !important;
        background:
            radial-gradient(circle at 18% 8%, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0) 32%),
            radial-gradient(circle at 90% 12%, rgba(20, 184, 166, 0.1), rgba(20, 184, 166, 0) 31%),
            linear-gradient(180deg, rgba(244, 249, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 48%, rgba(241, 247, 255, 0.96) 100%) !important;
    }

    .about-staff-panel .asp-head {
        position: relative;
        align-items: flex-end;
        margin: 0 0 32px !important;
        padding: 0 0 20px !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(148, 163, 184, 0.22) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .about-staff-panel .asp-head::before {
        content: '';
        position: absolute;
        left: -16px;
        top: -20px;
        width: 150px;
        height: 58px;
        border-radius: 999px;
        background: radial-gradient(circle, rgba(37, 99, 235, 0.14), rgba(37, 99, 235, 0));
        pointer-events: none;
    }

    .about-staff-panel .asp-head h3 {
        font-size: clamp(34px, 3.2vw, 50px);
        letter-spacing: 0;
    }

    .about-staff-panel .asp-head p {
        color: #60728a;
    }

    .about-staff-panel .asp-wall {
        padding: 0 0 56px !important;
    }

    .about-staff-panel .asp-card {
        min-height: 0;
        overflow: hidden;
        border-color: rgba(190, 210, 235, 0.66) !important;
        background:
            radial-gradient(circle at 18% 0%, rgba(96, 165, 250, 0.13), rgba(96, 165, 250, 0) 34%),
            linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(239, 247, 255, 0.4)) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.92),
            0 22px 54px rgba(15, 23, 42, 0.09) !important;
        backdrop-filter: blur(18px) saturate(150%);
        -webkit-backdrop-filter: blur(18px) saturate(150%);
    }

    .about-staff-panel .asp-card::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background:
            linear-gradient(115deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 42%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 52%, rgba(226, 238, 250, 0.2));
    }

    .about-staff-panel .asp-card:hover {
        border-color: rgba(37, 99, 235, 0.28) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.96),
            0 28px 66px rgba(15, 23, 42, 0.13) !important;
    }

    .about-staff-panel .asp-photo {
        z-index: 0;
        border-bottom: 0;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(232, 242, 255, 0.42)),
            linear-gradient(rgba(31, 101, 216, 0.035) 1px, transparent 1px),
            linear-gradient(90deg, rgba(31, 101, 216, 0.03) 1px, transparent 1px) !important;
        background-size: auto, 36px 36px, 36px 36px !important;
    }

    .about-staff-panel .asp-photo::after {
        height: 45%;
        z-index: 1;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(8, 17, 28, 0.16)),
            linear-gradient(115deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    }

    .about-staff-panel .asp-card img {
        position: relative;
        z-index: 0;
        filter: saturate(1.02) contrast(1.01);
    }

    .about-staff-panel .asp-card-body {
        position: relative;
        z-index: 2;
        min-height: 92px;
        margin: -48px 18px 18px;
        padding: 15px 16px 16px !important;
        overflow: hidden;
        border: 1px solid rgba(203, 213, 225, 0.58) !important;
        border-radius: 8px;
        background:
            radial-gradient(circle at 12% 0%, rgba(96, 165, 250, 0.16), rgba(96, 165, 250, 0) 34%),
            linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 247, 255, 0.58)) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            0 12px 24px rgba(15, 23, 42, 0.08) !important;
        backdrop-filter: blur(16px) saturate(145%);
        -webkit-backdrop-filter: blur(16px) saturate(145%);
    }

    .about-staff-panel .asp-card-body::before {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(115deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 52%);
    }

    .about-staff-panel .asp-card-index,
    .about-staff-panel .asp-card-name,
    .about-staff-panel .asp-card-role {
        position: relative;
        z-index: 1;
    }

    .about-staff-panel .asp-card-index {
        height: 20px;
        margin-bottom: 9px;
        border: 1px solid rgba(230, 164, 39, 0.32);
        background: linear-gradient(135deg, rgba(255, 214, 102, 0.94), rgba(230, 164, 39, 0.86));
        box-shadow: 0 6px 14px rgba(230, 164, 39, 0.16);
    }

    .about-staff-panel .asp-card-name {
        font-size: 19px;
    }

    .about-staff-panel .asp-card-role {
        color: #5f7086;
    }

    .about-staff-panel .asp-nav {
        top: 50%;
    }

    .pc-product-section .pc-grid {
        margin-top: 0 !important;
    }

    .video-index-wrapper {
        padding-top: 54px !important;
    }

    .video-index-inner > .row:first-child {
        margin-bottom: 22px !important;
    }

    .video-index-inner > .row:first-child .text-center {
        padding: 0 0 18px !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(148, 163, 184, 0.22) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .video-index-inner > .row:first-child h3 {
        padding-top: 20px !important;
    }

    .video-index-wrapper .video-list {
        gap: 20px !important;
    }

    .about-counters {
        gap: 12px;
        padding-top: 18px;
        border-top-color: rgba(203, 213, 225, 0.5);
    }

    .about-counter-item {
        min-width: 132px;
        padding: 16px 18px;
        border: 1px solid rgba(203, 213, 225, 0.48) !important;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.46);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
    }

    .cta-bridge-card {
        border-color: rgba(180, 205, 237, 0.34) !important;
        background:
            radial-gradient(circle at 88% 18%, rgba(96, 165, 250, 0.28), rgba(96, 165, 250, 0) 34%),
            linear-gradient(135deg, rgba(8, 30, 58, 0.82), rgba(16, 89, 171, 0.72)) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 24px 60px rgba(10, 39, 78, 0.22) !important;
        backdrop-filter: blur(18px) saturate(150%);
        -webkit-backdrop-filter: blur(18px) saturate(150%);
    }

    .ky-service-section .container > .row,
    .ky-shipping-section .container > .row {
        margin-left: 0;
        margin-right: 0;
        padding: 30px;
        border: 1px solid rgba(203, 213, 225, 0.58);
        border-radius: 8px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(239, 247, 255, 0.42));
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 20px 52px rgba(15, 23, 42, 0.08);
        backdrop-filter: blur(18px) saturate(150%);
        -webkit-backdrop-filter: blur(18px) saturate(150%);
    }

    .ky-shipping-section img {
        border: 1px solid rgba(255, 255, 255, 0.72);
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12) !important;
    }

    .ky-shipping-steps {
        position: relative;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        padding: 16px !important;
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid rgba(174, 193, 219, 0.58) !important;
        border-radius: 8px !important;
        background:
            radial-gradient(circle at 14% 12%, rgba(37, 99, 235, 0.1), rgba(37, 99, 235, 0) 32%),
            linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(227, 240, 255, 0.28)) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 16px 36px rgba(15, 23, 42, 0.06) !important;
        backdrop-filter: blur(18px) saturate(150%) !important;
        -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
    }

    .ky-shipping-steps::before {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        background:
            linear-gradient(rgba(31, 101, 216, 0.045) 1px, transparent 1px),
            linear-gradient(90deg, rgba(31, 101, 216, 0.04) 1px, transparent 1px),
            linear-gradient(115deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.68) 49%, rgba(255, 255, 255, 0) 66%);
        background-size: 46px 46px, 46px 46px, 100% 100%;
        opacity: 0.62;
    }

    .ky-shipping-step {
        position: relative;
        display: grid !important;
        grid-template-columns: 54px 1fr !important;
        min-height: 118px;
        gap: 14px !important;
        align-items: flex-start !important;
        padding: 18px 18px 17px !important;
        overflow: hidden;
        border: 1px solid rgba(189, 204, 224, 0.56) !important;
        border-radius: 8px !important;
        background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(241, 247, 255, 0.44)) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 10px 22px rgba(15, 23, 42, 0.048) !important;
        backdrop-filter: blur(16px) saturate(145%) !important;
        -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
    }

    .ky-shipping-step::before {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0) 44%),
            radial-gradient(circle at 94% 6%, rgba(37, 99, 235, 0.12), rgba(37, 99, 235, 0) 30%);
        opacity: 0.9;
    }

    .ky-shipping-step::after {
        content: '';
        position: absolute;
        left: 72px;
        right: 18px;
        bottom: 18px;
        height: 2px;
        background: linear-gradient(90deg, #e6a427, rgba(37, 99, 235, 0.55), rgba(37, 99, 235, 0));
        opacity: 0.58;
    }

    .ky-shipping-step:nth-child(even)::after {
        background: linear-gradient(90deg, #1f65d8, rgba(20, 184, 166, 0.55), rgba(20, 184, 166, 0));
    }

    .ky-shipping-step-index {
        position: relative;
        z-index: 1;
        width: 46px !important;
        min-width: 46px;
        height: 46px !important;
        padding: 0;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.62) !important;
        border-radius: 6px !important;
        color: #fff !important;
        background: linear-gradient(135deg, rgba(8, 30, 58, 0.95), rgba(31, 101, 216, 0.84)) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 10px 18px rgba(15, 23, 42, 0.12) !important;
        font-size: 14px;
        letter-spacing: 0.04em;
    }

    .ky-shipping-step-index::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0) 52%);
        pointer-events: none;
    }

    .ky-shipping-step-index::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        width: 20px;
        height: 2px;
        border-radius: 999px;
        background: #e6a427;
        transform: translateX(-50%);
        box-shadow: 0 0 14px rgba(230, 164, 39, 0.32);
    }

    .ky-shipping-step-body {
        position: relative;
        z-index: 1;
        min-width: 0;
        padding-top: 0;
        padding-bottom: 14px;
    }

    .ky-shipping-step-body h4 {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 7px !important;
        letter-spacing: 0;
        font-size: 16px !important;
        line-height: 1.35;
    }

    .ky-shipping-step-body h4::after {
        display: none;
    }

    .ky-shipping-step-body p {
        max-width: 680px;
        color: #586a80 !important;
        font-size: 13px !important;
        line-height: 1.7 !important;
    }

    .home-news-placeholder,
    .hps-frame,
    .custom-vid-poster,
    .factory-img-box,
    .asp-photo {
        background: linear-gradient(135deg, rgba(226, 238, 250, 0.74), rgba(255, 255, 255, 0.42)) !important;
    }

    /* Normalize homepage scale after the glass-card passes. */
    .hero-fullwidth {
        height: clamp(500px, 56vh, 640px) !important;
        min-height: 500px !important;
    }

    @keyframes heroKenBurns {
        0% { transform: scale(1.02); }
        100% { transform: scale(1); }
    }

    .hero-kicker {
        margin-bottom: 14px !important;
    }

    .hero-text-inner {
        width: min(600px, 42vw) !important;
        max-width: 600px !important;
        padding: 0 !important;
    }

    .hero-text-inner .hero-title {
        font-size: var(--hero-title-size, clamp(38px, 4vw, 58px)) !important;
        margin-bottom: 16px !important;
    }

    .hero-text-inner .hero-subtitle {
        margin-bottom: 24px !important;
        font-size: clamp(14px, 1vw, 16px) !important;
    }

    .hero-proof-row {
        width: min(600px, 100%) !important;
        max-width: 100% !important;
        margin-top: 24px !important;
        padding: 16px 0 0 !important;
        border: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .hero-proof-item strong {
        font-size: 14px !important;
    }

    .hero-proof-item span {
        font-size: 12px !important;
    }

    @media (max-width: 991px) {
        .hero-text-inner {
            width: min(560px, calc(100vw - 88px)) !important;
            max-width: 560px !important;
        }

        .hero-text-inner .hero-title {
            font-size: var(--hero-title-size, clamp(34px, 5.6vw, 46px)) !important;
        }
    }

    @media (max-width: 768px) {
        .hero-text-inner {
            width: min(520px, calc(100vw - 56px)) !important;
            max-width: 520px !important;
        }

        .hero-proof-row {
            display: block !important;
            width: min(360px, 100%) !important;
            max-width: 360px !important;
            margin-top: 20px !important;
            padding-top: 14px !important;
        }

        .hero-proof-item {
            display: none !important;
            padding: 0 !important;
            border-right: 0 !important;
            margin-right: 0 !important;
        }

        .hero-proof-item:first-child {
            display: block !important;
        }
    }

    @media (max-width: 576px) {
        .hero-fullwidth {
            height: 500px !important;
            min-height: 500px !important;
        }

        .hero-text-inner {
            width: calc(100vw - 40px) !important;
            max-width: none !important;
        }

        .hero-text-inner .hero-title {
            font-size: var(--hero-title-size, 34px) !important;
            margin-bottom: 14px !important;
        }

        .hero-text-inner .hero-subtitle {
            margin-bottom: 20px !important;
        }

        .hero-proof-row {
            display: none !important;
        }
    }

    .pc-product-section {
        margin-top: 0 !important;
        padding-top: clamp(28px, 2.4vw, 40px) !important;
        padding-bottom: clamp(76px, 6vw, 96px) !important;
        border-radius: 0 !important;
    }

    .ky-home-faq-head h3,
    .home-factory-section .home-factory-head h3,
    .honor-proof-section .hps-head h3,
    .about-staff-panel .asp-head h3,
    .home-news-head h3 {
        font-size: clamp(28px, 2.65vw, 40px) !important;
    }

    .ky-home-faq-head p,
    .home-factory-head p,
    .hps-head p,
    .asp-head p,
    .home-news-head p {
        font-size: 14px !important;
    }

    .pc-grid {
        column-gap: clamp(20px, 1.8vw, 30px) !important;
        row-gap: clamp(26px, 2.4vw, 38px) !important;
    }

    .pc-body {
        padding: 18px 19px 17px !important;
    }

    .pc-card-title {
        font-size: 17px !important;
    }

    .home-factory-section,
    .ky-home-faq-section,
    .honor-proof-section,
    .about-staff-panel {
        padding-top: 60px !important;
        padding-bottom: 64px !important;
    }

    .home-factory-section .factory-gallery-swiper,
    .honor-proof-section .honor-proof-swiper,
    .about-staff-panel .asp-wall {
        padding-bottom: 46px !important;
    }

    .home-factory-section .factory-card {
        height: 430px !important;
    }

    .home-factory-section .factory-img-box {
        flex-basis: 332px;
        height: 332px !important;
    }

    .home-factory-section .factory-card-body {
        min-height: 92px;
        margin: -40px 18px 18px;
        padding: 14px 16px 15px !important;
    }

    .home-factory-section .factory-card-title {
        font-size: 18px !important;
    }

    .home-factory-section .factory-card-role {
        font-size: 12px !important;
    }

    .honor-proof-section .hps-card {
        padding: 16px !important;
    }

    .honor-proof-section .hps-info {
        min-height: 74px;
        padding-top: 13px !important;
    }

    .hps-title {
        font-size: 15px !important;
    }

    .about-staff-panel .asp-head {
        margin-bottom: 26px !important;
        padding-bottom: 18px !important;
    }

    .about-staff-panel .asp-card-body {
        min-height: 82px;
        margin: -38px 16px 16px;
        padding: 13px 15px 14px !important;
    }

    .about-staff-panel .asp-card-name {
        font-size: 18px !important;
    }

    .about-staff-panel .asp-card-role {
        font-size: 12px !important;
    }

    .home-news-section {
        padding-top: 60px !important;
        padding-bottom: 70px !important;
        background:
            radial-gradient(circle at 14% 10%, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0) 32%),
            radial-gradient(circle at 88% 6%, rgba(20, 184, 166, 0.1), rgba(20, 184, 166, 0) 30%),
            linear-gradient(180deg, rgba(244, 249, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(241, 247, 255, 0.96) 100%) !important;
        border-top: 1px solid rgba(203, 213, 225, 0.4) !important;
    }

    .home-news-section > .container {
        width: 88% !important;
        max-width: 88% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .home-news-section .home-news-head {
        position: relative;
        align-items: flex-end;
        margin: 0 0 26px !important;
        padding: 0 0 18px !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(148, 163, 184, 0.22) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .home-news-section .home-news-head::before {
        content: '';
        position: absolute;
        left: -14px;
        top: -18px;
        width: 132px;
        height: 48px;
        border-radius: 999px;
        background: radial-gradient(circle, rgba(37, 99, 235, 0.13), rgba(37, 99, 235, 0));
        pointer-events: none;
    }

    .home-news-section .home-news-head h3 {
        font-size: clamp(28px, 2.65vw, 40px) !important;
    }

    .home-news-section .home-news-head p {
        color: #60728a;
        font-size: 14px !important;
    }

    .home-news-section .home-news-link,
    .home-news-section .home-news-mobile-link {
        border-color: rgba(203, 213, 225, 0.56) !important;
        background: rgba(255, 255, 255, 0.46) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 12px 28px rgba(15, 23, 42, 0.06) !important;
        backdrop-filter: blur(14px) saturate(145%);
        -webkit-backdrop-filter: blur(14px) saturate(145%);
    }

    .home-news-section .home-news-grid {
        gap: 22px !important;
    }

    .home-news-section .home-news-card {
        min-height: 360px;
        border-color: rgba(190, 210, 235, 0.66) !important;
        background:
            radial-gradient(circle at 18% 0%, rgba(96, 165, 250, 0.12), rgba(96, 165, 250, 0) 34%),
            linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(239, 247, 255, 0.4)) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.92),
            0 22px 54px rgba(15, 23, 42, 0.08) !important;
        backdrop-filter: blur(18px) saturate(150%);
        -webkit-backdrop-filter: blur(18px) saturate(150%);
    }

    .home-news-section .home-news-card::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background:
            linear-gradient(115deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 42%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 52%, rgba(226, 238, 250, 0.2));
    }

    .home-news-section .home-news-placeholder {
        min-height: 176px;
        border-bottom: 0 !important;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(232, 242, 255, 0.38)),
            linear-gradient(rgba(31, 101, 216, 0.04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(31, 101, 216, 0.035) 1px, transparent 1px) !important;
        background-size: auto, 34px 34px, 34px 34px !important;
    }

    .home-news-section .home-news-media {
        position: relative;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        background: #e9eef5;
    }

    .home-news-section .home-news-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.35s ease;
    }

    .home-news-section .home-news-card:hover .home-news-media img {
        transform: scale(1.025);
    }

    .home-news-section .home-news-media .home-news-chip {
        position: absolute;
        top: 16px;
        left: 16px;
    }

    .home-news-section .home-news-placeholder::before {
        opacity: 0.2;
    }

    .home-news-section .home-news-placeholder::after {
        border-color: rgba(37, 99, 235, 0.06);
    }

    .home-news-section .home-news-chip {
        border: 1px solid rgba(230, 164, 39, 0.32);
        background: linear-gradient(135deg, rgba(255, 214, 102, 0.94), rgba(230, 164, 39, 0.86)) !important;
        box-shadow: 0 6px 14px rgba(230, 164, 39, 0.16);
    }

    .home-news-section .home-news-body {
        position: relative;
        z-index: 2;
        margin: -28px 18px 18px;
        padding: 16px 18px 18px !important;
        border: 1px solid rgba(203, 213, 225, 0.58) !important;
        border-radius: 8px;
        background:
            radial-gradient(circle at 12% 0%, rgba(96, 165, 250, 0.15), rgba(96, 165, 250, 0) 34%),
            linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(238, 247, 255, 0.6)) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            0 12px 24px rgba(15, 23, 42, 0.07) !important;
        backdrop-filter: blur(16px) saturate(145%);
        -webkit-backdrop-filter: blur(16px) saturate(145%);
    }

    .home-news-section .home-news-title {
        font-size: 17px !important;
    }

    .home-news-section .home-news-desc {
        font-size: 13px !important;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .home-news-section .home-news-more {
        padding-top: 13px;
        border-top-color: rgba(203, 213, 225, 0.5);
    }

    @media (max-width: 991px) {
        .home-factory-section > .container.home-factory-inner {
            max-width: calc(100% - 40px) !important;
            width: calc(100% - 40px) !important;
        }

        .home-news-section > .container {
            max-width: calc(100% - 40px) !important;
            width: calc(100% - 40px) !important;
        }

        .home-factory-section .factory-card {
            height: 380px !important;
        }

        .home-factory-section .factory-img-box {
            flex-basis: 292px;
            height: 292px !important;
        }

        .video-index-inner > .row:first-child .text-center,
        .ky-testimonial-section > .container > .text-center,
        .home-factory-head,
        .hps-head,
        .asp-head,
        .home-news-head,
        .ky-service-section .container > .row,
        .ky-shipping-section .container > .row {
            padding: 22px;
        }

        .video-index-inner > .row:first-child .text-center {
            padding: 0 0 16px !important;
        }
    }

    @media (max-width: 640px) {
        .home-factory-section > .container.home-factory-inner {
            max-width: calc(100% - 28px) !important;
            width: calc(100% - 28px) !important;
        }

        .home-news-section > .container {
            max-width: calc(100% - 28px) !important;
            width: calc(100% - 28px) !important;
        }

        .home-factory-section .factory-card {
            height: 320px !important;
        }

        .home-factory-section .factory-img-box {
            flex-basis: 244px;
            height: 244px !important;
        }

        .hero-proof-row {
            padding: 14px;
        }

        .pc-grid {
            grid-template-columns: 1fr !important;
        }

        .pc-product-item,
        .pc-card {
            min-width: 0;
        }

        .video-index-inner > .row:first-child .text-center,
        .ky-testimonial-section > .container > .text-center,
        .home-factory-head,
        .hps-head,
        .asp-head,
        .home-news-head {
            padding: 18px;
        }

        .pc-product-section {
            padding-top: 28px !important;
        }

        .video-index-wrapper {
            padding-top: 42px !important;
        }

        .video-index-inner > .row:first-child .text-center {
            padding: 0 0 14px !important;
        }

        .ky-service-section .col-lg-7 > div {
            grid-template-columns: 1fr !important;
        }

        .ky-shipping-steps {
            grid-template-columns: 1fr !important;
        }

        .ky-shipping-step {
            min-height: 0;
        }

        .ky-service-section .container > .row,
        .ky-shipping-section .container > .row {
            padding: 18px;
        }
    }


    /* Homepage clarity pass: restrained surfaces, accurate mobile sizing, tighter rhythm. */
    section:not(.hero-fullwidth) {
        content-visibility: visible !important;
        contain: none !important;
        contain-intrinsic-size: auto !important;
    }

    .pc-product-section,
    .about-premium-wrapper,
    .ky-service-section,
    .ky-home-faq-section,
    .honor-proof-section,
    .home-news-section {
        background: #f5f7fa !important;
    }

    .video-index-wrapper,
    .cta-banner,
    .ky-testimonial-section,
    .ky-shipping-section,
    .home-factory-section,
    .about-staff-panel {
        background: #fff !important;
    }

    .pc-product-section::before,
    .video-index-wrapper::before,
    .about-premium-wrapper::before,
    .cta-banner::before,
    .ky-service-section::before,
    .ky-shipping-section::before,
    .home-factory-section::before,
    .honor-proof-section::before,
    .about-staff-panel::before,
    .home-news-section::before {
        content: none !important;
        background: none !important;
        opacity: 0 !important;
    }

    .about-premium-wrapper::after,
    .pc-product-section::after {
        display: none !important;
    }

    .video-index-inner > .row:first-child .text-center,
    .ky-testimonial-section > .container > .text-center,
    .home-factory-head,
    .hps-head,
    .asp-head,
    .home-news-head {
        padding: 0 0 20px !important;
        border: 0 !important;
        border-bottom: 1px solid #dbe3ec !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .hero-proof-row {
        border-color: rgba(255, 255, 255, 0.18) !important;
        background: rgba(7, 22, 40, 0.74) !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .pc-card,
    .custom-vid-card,
    .about-premium-card,
    .ky-testi-card,
    .ky-home-faq-card,
    .factory-card,
    .hps-card,
    .asp-card,
    .home-news-card,
    .ky-service-section .col-lg-7 > div > div,
    .ky-shipping-section .col-lg-6:last-child > div[style*="display:grid"] > div {
        border: 1px solid #dbe3ec !important;
        background: #fff !important;
        box-shadow: 0 4px 8px rgba(15, 23, 42, 0.06) !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .pc-card:hover,
    .custom-vid-card:hover,
    .about-premium-card:hover,
    .ky-testi-card:hover,
    .ky-home-faq-card:hover,
    .factory-card:hover,
    .hps-card:hover,
    .asp-card:hover,
    .home-news-card:hover {
        border-color: #b8c8da !important;
        box-shadow: 0 6px 8px rgba(15, 23, 42, 0.09) !important;
        transform: translateY(-2px);
    }

    .pc-body,
    .custom-vid-info,
    .about-premium-content,
    .factory-card-body,
    .asp-card-body,
    .hps-info,
    .home-news-body {
        border-top-color: #e4eaf1 !important;
        background: #fff !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .home-factory-link,
    .home-factory-mobile-link,
    .hps-link,
    .hps-mobile-link,
    .hps-tab,
    .asp-link,
    .asp-mobile-link,
    .home-news-link,
    .home-news-mobile-link,
    .about-btn-modern {
        background: #fff !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .home-news-section .home-news-body {
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
    }

    .ky-home-faq-rail,
    .ky-home-faq-step {
        background: #fff !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .ky-home-faq-step {
        background: #f8fafc !important;
    }

    @media (min-width: 1200px) {
        .honor-proof-swiper .swiper-slide,
        .staff-swiper .swiper-slide {
            flex: 0 0 calc((100% - 60px) / 4) !important;
            width: calc((100% - 60px) / 4) !important;
            margin-right: 20px;
        }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .honor-proof-swiper .swiper-slide,
        .staff-swiper .swiper-slide {
            flex: 0 0 calc((100% - 20px) / 2) !important;
            width: calc((100% - 20px) / 2) !important;
            margin-right: 20px;
        }
    }

    @media (max-width: 767px) {
        section:not(.hero-fullwidth) {
            content-visibility: visible !important;
            contain: none !important;
            contain-intrinsic-size: auto !important;
        }

        .video-index-wrapper,
        .about-premium-wrapper,
        .cta-banner,
        .ky-testimonial-section,
        .ky-service-section,
        .ky-shipping-section,
        .ky-home-faq-section,
        .home-factory-section,
        .honor-proof-section,
        .about-staff-panel,
        .home-news-section {
            height: auto !important;
            min-height: 0 !important;
        }

        .pc-product-section {
            padding: 28px 0 72px !important;
        }

        .video-index-wrapper,
        .about-premium-wrapper,
        .ky-testimonial-section,
        .ky-service-section,
        .ky-shipping-section,
        .ky-home-faq-section,
        .home-factory-section,
        .honor-proof-section,
        .about-staff-panel,
        .home-news-section {
            padding-top: 44px !important;
            padding-bottom: 44px !important;
        }

        .cta-banner {
            padding: 0 0 44px !important;
        }

        .video-index-inner > .row:first-child .text-center,
        .ky-testimonial-section > .container > .text-center,
        .home-factory-head,
        .hps-head,
        .asp-head,
        .home-news-head {
            margin-bottom: 20px !important;
            padding: 0 0 16px !important;
        }

        .home-factory-head h3,
        .hps-head h3,
        .asp-head h3,
        .home-news-head h3,
        .about-premium-content h2 {
            font-size: 28px !important;
            line-height: 1.16 !important;
        }

        .pc-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            column-gap: 14px !important;
            row-gap: 20px !important;
        }

        .pc-product-item:nth-child(n + 5) {
            display: none !important;
        }

        .pc-thumb {
            aspect-ratio: 4 / 3 !important;
        }

        .pc-body {
            padding: 13px 12px 12px !important;
        }

        .pc-card-title {
            min-height: 40px;
            margin-bottom: 7px !important;
            font-size: 14px !important;
            line-height: 1.38 !important;
        }

        .pc-card-footer {
            padding-top: 10px !important;
        }

        .pc-mobile-viewall-wrap {
            margin-top: 32px !important;
        }

        .video-index-wrapper .video-list {
            display: grid !important;
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 10px !important;
            margin: 0 !important;
        }

        .video-index-wrapper .video-list > .product-item {
            width: auto !important;
            max-width: none !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        .video-list .custom-vid-info {
            min-height: 84px !important;
            padding: 12px !important;
        }

        .video-list .custom-vid-title {
            font-size: 13px !important;
            line-height: 1.4 !important;
        }

        .video-list .custom-vid-date {
            display: none !important;
        }

        .about-premium-img {
            min-height: 180px !important;
        }

        .about-premium-content {
            padding: 28px 20px !important;
        }

        .about-premium-content .info-text {
            display: -webkit-box;
            margin-bottom: 24px !important;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            line-clamp: 4;
        }

        .about-counters {
            gap: 10px !important;
            margin-bottom: 24px !important;
            padding-top: 16px !important;
        }

        .about-counter-item {
            min-width: 0 !important;
            padding-right: 8px !important;
        }

        .about-counter-num .counter {
            font-size: 30px !important;
        }

        .about-counter-label {
            font-size: 12px !important;
        }

        .cta-bridge-card {
            padding: 24px 20px !important;
            box-shadow: 0 4px 8px rgba(15, 23, 42, 0.14) !important;
        }

        .ky-service-section .col-lg-7 > div {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 10px !important;
            margin-top: 28px;
        }

        .ky-service-section .col-lg-7 > div > div {
            min-height: 0 !important;
            padding: 14px !important;
        }

        .ky-service-section .col-lg-7 h4 {
            font-size: 14px !important;
        }

        .ky-service-section .col-lg-7 p {
            display: -webkit-box;
            overflow: hidden;
            font-size: 12px !important;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-clamp: 2;
        }

        .ky-shipping-section .row {
            gap: 18px;
        }

        .ky-shipping-steps {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 10px !important;
        }

        .ky-shipping-step {
            display: block !important;
            min-height: 0 !important;
            padding: 12px !important;
            border: 1px solid #dbe3ec;
            border-radius: 8px;
            background: #fff;
        }

        .ky-shipping-step-index {
            width: 34px !important;
            height: 34px !important;
            margin-bottom: 10px;
        }

        .ky-shipping-step h4 {
            font-size: 14px !important;
        }

        .ky-shipping-step p {
            display: -webkit-box;
            overflow: hidden;
            font-size: 12px !important;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            line-clamp: 3;
        }

        .ky-home-faq-rail {
            display: none !important;
        }

        .ky-home-faq-grid {
            gap: 10px !important;
        }

        .ky-home-faq-card,
        .ky-home-faq-card-button {
            min-height: 0 !important;
        }

        .ky-home-faq-card-button {
            display: block !important;
            padding: 15px 16px !important;
        }

        .ky-home-faq-card-top {
            margin-bottom: 10px !important;
        }

        .ky-home-faq-answer-text,
        .ky-home-faq-card-more {
            display: none !important;
        }

        .ky-home-faq-card.is-active .ky-home-faq-answer-text {
            display: block !important;
            margin-top: 12px !important;
            padding-top: 12px !important;
            line-height: 1.65 !important;
        }

        .home-factory-section .factory-card {
            height: 272px !important;
        }

        .home-factory-section .factory-img-box {
            flex-basis: 202px !important;
            height: 202px !important;
        }

        .factory-card-body,
        .asp-card-body {
            min-height: 0 !important;
            padding: 13px 14px !important;
        }

        .honor-proof-swiper,
        .asp-wall {
            padding-bottom: 34px !important;
        }

        .honor-proof-swiper .swiper-slide,
        .staff-swiper .swiper-slide {
            flex: 0 0 100% !important;
            width: 100% !important;
            margin-right: 0 !important;
        }

        .hps-card {
            padding: 12px !important;
        }

        .hps-frame {
            aspect-ratio: 4 / 3 !important;
            max-height: 260px;
        }

        .hps-info {
            min-height: 64px !important;
            padding-top: 12px !important;
        }

        .asp-photo {
            aspect-ratio: 16 / 10 !important;
        }
    }


    /* Homepage video — selected cinematic banner direction. */
    .video-cinema-section {
        position: relative;
        overflow: hidden;
        padding: 50px 0 76px !important;
        background: #ffffff !important;
    }

    .video-cinema-section::before,
    .video-cinema-section::after {
        content: none !important;
        display: none !important;
    }

    .video-cinema-inner {
        position: relative;
        z-index: 1;
    }

    .video-cinema-head {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 32px;
        margin-bottom: 28px;
    }

    .video-cinema-heading {
        min-width: 0;
    }

    .video-cinema-accent {
        display: block;
        width: 34px;
        height: 2px;
        margin-bottom: 19px;
        background: #e6a427;
    }

    .video-cinema-heading h3 {
        margin: 0;
        color: #0b1728;
        font-size: clamp(32px, 3vw, 48px);
        font-weight: 900;
        line-height: 1.08;
        letter-spacing: 0;
    }

    .video-cinema-heading p {
        margin: 12px 0 0;
        color: #62748d;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.55;
        letter-spacing: 1.6px;
    }

    .video-cinema-all {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 10px;
        min-height: 44px;
        padding: 6px 2px;
        color: var(--primary-color, #1f65d8);
        font-size: 15px;
        font-weight: 800;
        text-decoration: none;
        transition: color 0.2s ease, gap 0.2s ease;
    }

    .video-cinema-all:hover,
    .video-cinema-all:focus-visible {
        gap: 14px;
        color: #164fae;
        text-decoration: none;
    }

    .video-cinema-all-compact {
        display: none;
    }

    .video-cinema-stage {
        position: relative;
        min-height: clamp(410px, 32vw, 540px);
        overflow: hidden;
        border: 1px solid rgba(11, 23, 40, 0.16);
        border-radius: 4px;
        background: #07182b;
        box-shadow: 0 16px 34px rgba(11, 23, 40, 0.12);
        isolation: isolate;
    }

    .video-cinema-main,
    .video-cinema-secondary {
        margin: 0;
        border: 0;
        font: inherit;
        text-align: left;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
    }

    .video-cinema-main {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        overflow: hidden;
        color: #ffffff;
        background: #07182b;
    }

    .video-cinema-media,
    .video-cinema-shade {
        position: absolute;
        inset: 0;
        display: block;
    }

    .video-cinema-media img,
    .video-cinema-media video,
    .video-cinema-secondary-media img,
    .video-cinema-secondary-media video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-cinema-media img,
    .video-cinema-media video {
        object-position: center 48%;
        filter: saturate(0.96) contrast(1.03);
        transition: transform 0.8s ease, filter 0.4s ease;
    }

    .video-cinema-shade {
        z-index: 1;
        background:
            linear-gradient(90deg, rgba(4, 18, 34, 0.98) 0%, rgba(4, 18, 34, 0.9) 23%, rgba(4, 18, 34, 0.48) 45%, rgba(4, 18, 34, 0.08) 68%, rgba(4, 18, 34, 0.03) 100%),
            linear-gradient(180deg, rgba(3, 12, 23, 0.06) 46%, rgba(3, 12, 23, 0.46) 100%);
        pointer-events: none;
    }

    .video-cinema-copy {
        position: absolute;
        left: clamp(34px, 5vw, 76px);
        top: 47%;
        z-index: 2;
        display: flex;
        width: min(580px, 48%);
        flex-direction: column;
        align-items: flex-start;
        color: #ffffff;
        transform: translateY(-50%);
    }

    .video-cinema-meta {
        position: relative;
        margin-bottom: 24px;
        padding-bottom: 20px;
        color: rgba(255, 255, 255, 0.82);
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0.4px;
    }

    .video-cinema-meta::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 36px;
        height: 2px;
        background: #e6a427;
    }

    .video-cinema-title {
        max-width: 100%;
        margin: 0 0 18px;
        color: #ffffff;
        font-size: clamp(34px, 3.45vw, 54px);
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: 0;
        text-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
    }

    .video-cinema-summary {
        display: -webkit-box;
        max-width: 580px;
        margin-bottom: 32px;
        overflow: hidden;
        color: rgba(255, 255, 255, 0.84);
        font-size: 17px;
        font-weight: 600;
        line-height: 1.75;
        text-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .video-cinema-play {
        display: inline-flex;
        align-items: center;
        gap: 18px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 800;
    }

    .video-cinema-play-icon {
        display: inline-flex;
        width: 72px;
        height: 72px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 50%;
        color: #ffffff;
        background: var(--primary-color, #1f65d8);
        box-shadow: 0 10px 24px rgba(10, 72, 177, 0.34);
        transition: transform 0.22s ease, background 0.22s ease;
    }

    .video-cinema-play-icon i {
        margin-left: 3px;
        font-size: 20px;
    }

    .video-cinema-secondary {
        position: absolute;
        right: clamp(18px, 2.4vw, 38px);
        bottom: clamp(18px, 2.4vw, 38px);
        z-index: 4;
        width: clamp(300px, 27vw, 390px);
        min-height: clamp(180px, 12vw, 230px);
        padding: 0;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.48);
        border-radius: 4px;
        color: #ffffff;
        background: #132337;
        box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
        transition: border-color 0.22s ease, transform 0.22s ease;
    }

    .video-cinema-secondary-media,
    .video-cinema-secondary-shade {
        position: absolute;
        inset: 0;
        display: block;
    }

    .video-cinema-secondary-media img,
    .video-cinema-secondary-media video {
        object-position: center;
        filter: sepia(0.1) saturate(0.82) contrast(1.03);
        transition: transform 0.6s ease;
    }

    .video-cinema-secondary-shade {
        z-index: 1;
        background: linear-gradient(180deg, rgba(4, 14, 26, 0.08) 16%, rgba(4, 14, 26, 0.84) 100%);
        pointer-events: none;
    }

    .video-cinema-secondary-copy {
        position: absolute;
        left: 20px;
        right: 56px;
        bottom: 18px;
        z-index: 2;
        display: flex;
        min-width: 0;
        flex-direction: column;
        gap: 7px;
    }

    .video-cinema-secondary-meta {
        color: rgba(255, 255, 255, 0.74);
        font-size: 12px;
        font-weight: 700;
        line-height: 1.3;
    }

    .video-cinema-secondary-copy strong {
        overflow: hidden;
        color: #ffffff;
        font-size: 18px;
        font-weight: 900;
        line-height: 1.35;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-shadow: 0 4px 12px rgba(0, 0, 0, 0.32);
    }

    .video-cinema-secondary-play {
        position: absolute;
        top: 18px;
        right: 18px;
        z-index: 2;
        display: inline-flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.74);
        border-radius: 50%;
        color: var(--primary-color, #1f65d8);
        background: rgba(255, 255, 255, 0.94);
    }

    .video-cinema-secondary-play i {
        margin-left: 2px;
        font-size: 13px;
    }

    .video-cinema-main:hover .video-cinema-media img,
    .video-cinema-main:hover .video-cinema-media video,
    .video-cinema-main:focus-visible .video-cinema-media img,
    .video-cinema-main:focus-visible .video-cinema-media video {
        transform: scale(1.025);
        filter: saturate(1) contrast(1.04);
    }

    .video-cinema-main:hover .video-cinema-play-icon,
    .video-cinema-main:focus-visible .video-cinema-play-icon {
        transform: scale(1.06);
        background: #2670ed;
    }

    .video-cinema-secondary:hover,
    .video-cinema-secondary:focus-visible {
        border-color: #ffffff;
        transform: translateY(-3px);
    }

    .video-cinema-secondary:hover .video-cinema-secondary-media img,
    .video-cinema-secondary:hover .video-cinema-secondary-media video,
    .video-cinema-secondary:focus-visible .video-cinema-secondary-media img,
    .video-cinema-secondary:focus-visible .video-cinema-secondary-media video {
        transform: scale(1.035);
    }

    .video-cinema-main:focus-visible,
    .video-cinema-secondary:focus-visible,
    .video-cinema-all:focus-visible {
        outline: 3px solid #f0b13d;
        outline-offset: 4px;
    }

    .custom-vid-modal {
        position: fixed;
        inset: 0;
        z-index: 99999;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px;
        opacity: 0;
        background: rgba(2, 8, 16, 0.9);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        transition: opacity 0.24s ease;
    }

    .custom-vid-modal.is-open {
        opacity: 1;
    }

    .custom-vid-modal-dialog {
        position: relative;
        width: min(1100px, 92vw);
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 8px;
        background: #08111d;
        box-shadow: 0 30px 72px rgba(0, 0, 0, 0.48);
    }

    .custom-vid-modal-player {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        background: #000000;
    }

    .custom-vid-modal-message {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }

    .custom-vid-modal-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 18px 22px 20px;
    }

    .custom-vid-modal-title {
        min-width: 0;
        margin: 0;
        color: #ffffff;
        font-size: 19px;
        font-weight: 800;
        line-height: 1.45;
    }

    .custom-vid-modal-external {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 8px;
        min-height: 40px;
        color: #8eb9ff;
        font-size: 14px;
        font-weight: 800;
        text-decoration: none;
    }

    .custom-vid-modal-external:hover,
    .custom-vid-modal-external:focus-visible {
        color: #ffffff;
        text-decoration: underline;
    }

    .custom-vid-modal-close {
        position: absolute;
        top: 14px;
        right: 14px;
        z-index: 3;
        display: inline-flex;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        color: #ffffff;
        font: inherit;
        font-size: 28px;
        line-height: 1;
        background: rgba(4, 18, 34, 0.76);
        cursor: pointer;
        transition: background 0.2s ease, transform 0.2s ease;
    }

    .custom-vid-modal-close:hover {
        background: var(--primary-color, #1f65d8);
        transform: rotate(90deg);
    }

    .custom-vid-modal-close:focus-visible {
        outline: 3px solid #f0b13d;
        outline-offset: 3px;
    }

    @media (max-width: 991px) {
        .video-cinema-stage {
            min-height: 500px;
        }

        .video-cinema-copy {
            width: min(510px, 60%);
        }

        .video-cinema-title {
            font-size: clamp(32px, 5vw, 46px);
        }

        .video-cinema-secondary {
            width: min(340px, 42vw);
        }
    }

    @media (max-width: 767px) {
        .video-cinema-section {
            padding: 42px 0 48px !important;
        }

        .video-cinema-head {
            align-items: flex-end;
            gap: 18px;
            margin-bottom: 20px;
        }

        .video-cinema-accent {
            margin-bottom: 14px;
        }

        .video-cinema-heading h3 {
            font-size: 30px;
        }

        .video-cinema-heading p {
            margin-top: 8px;
            font-size: 12px;
            letter-spacing: 0.8px;
        }

        .video-cinema-all {
            min-height: 40px;
            font-size: 13px;
            white-space: nowrap;
        }

        .video-cinema-all-full {
            display: none;
        }

        .video-cinema-all-compact {
            display: inline;
        }

        .video-cinema-stage {
            min-height: 590px;
            border-radius: 3px;
        }

        .video-cinema-media img,
        .video-cinema-media video {
            object-position: 58% center;
        }

        .video-cinema-shade {
            background:
                linear-gradient(180deg, rgba(4, 18, 34, 0.84) 0%, rgba(4, 18, 34, 0.76) 48%, rgba(4, 18, 34, 0.96) 78%, rgba(4, 18, 34, 0.99) 100%),
                linear-gradient(90deg, rgba(4, 18, 34, 0.64), rgba(4, 18, 34, 0.1));
        }

        .video-cinema-copy {
            left: 22px;
            right: 22px;
            top: 32px;
            width: auto;
            transform: none;
        }

        .video-cinema-meta {
            margin-bottom: 18px;
            padding-bottom: 15px;
            font-size: 12px;
        }

        .video-cinema-title {
            margin-bottom: 14px;
            font-size: 30px;
            line-height: 1.16;
        }

        .video-cinema-summary {
            margin-bottom: 22px;
            font-size: 14px;
            line-height: 1.65;
        }

        .video-cinema-play {
            gap: 12px;
            font-size: 14px;
        }

        .video-cinema-play-icon {
            width: 48px;
            height: 48px;
        }

        .video-cinema-secondary {
            left: 16px;
            right: 16px;
            bottom: 48px;
            width: auto;
            min-height: 164px;
        }

        .custom-vid-modal {
            padding: 12px;
        }

        .custom-vid-modal-dialog {
            width: 100%;
            border-radius: 5px;
        }

        .custom-vid-modal-footer {
            align-items: flex-start;
            flex-direction: column;
            gap: 8px;
            padding: 15px 18px 17px;
        }

        .custom-vid-modal-title {
            font-size: 16px;
        }
    }

    @media (max-width: 460px) {
        .video-cinema-head {
            align-items: flex-start;
        }

        .video-cinema-heading {
            max-width: 66%;
        }

        .video-cinema-stage {
            min-height: 610px;
        }

        .video-cinema-secondary {
            min-height: 154px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .video-cinema-media img,
        .video-cinema-media video,
        .video-cinema-secondary,
        .video-cinema-secondary-media img,
        .video-cinema-secondary-media video,
        .video-cinema-play-icon,
        .video-cinema-all {
            transition: none !important;
        }
    }


    .btn-add-inquiry { transition: transform 0.18s ease, box-shadow 0.18s ease; }
    .btn-add-inquiry:hover { transform: scale(1.08); box-shadow: 0 4px 12px rgba(11,116,222,0.38); }
    header .cart.cart-pulse-lite { transform: scale(1.16); transition: transform 0.18s ease; }


    .hero-text-wrap {
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 58px clamp(28px, 6vw, 112px) 72px !important;
    }

    .hero-text-inner {
        position: relative !important;
        width: min(600px, 42vw) !important;
        max-width: 600px !important;
        margin-right: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .hero-text-inner .hero-title {
        max-width: 100% !important;
        margin-bottom: 16px !important;
        font-size: var(--hero-title-size, clamp(38px, 4vw, 58px)) !important;
        line-height: 1.08 !important;
        text-shadow: 0 8px 24px rgba(0, 0, 0, 0.46), 0 2px 6px rgba(0, 0, 0, 0.32) !important;
    }

    .hero-text-inner .hero-subtitle {
        max-width: 520px !important;
        margin-bottom: 24px !important;
        color: rgba(255, 255, 255, 0.76) !important;
        font-size: clamp(14px, 1.05vw, 16px) !important;
        line-height: 1.68 !important;
    }

    .hero-text-inner .hero-btn {
        min-height: 46px !important;
        padding: 0 22px !important;
        font-size: 13px !important;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14) !important;
    }

    .hero-proof-row {
        width: min(600px, 100%) !important;
        max-width: 100% !important;
        margin-top: 24px !important;
        padding: 16px 0 0 !important;
        border: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .hero-proof-item {
        padding: 0 18px 0 0 !important;
        color: rgba(255, 255, 255, 0.66) !important;
        font-size: 12px !important;
        text-shadow: 0 5px 16px rgba(0, 0, 0, 0.38) !important;
    }

    .hero-proof-item strong {
        margin-bottom: 5px !important;
        font-size: 14px !important;
    }

    @media (max-width: 991px) {
        .hero-text-wrap {
            align-items: flex-end !important;
            padding: 0 44px 86px !important;
        }

        .hero-text-inner {
            width: min(560px, calc(100vw - 88px)) !important;
            max-width: 560px !important;
        }
    }

    @media (max-width: 768px) {
        .hero-text-wrap {
            padding: 0 28px 78px !important;
        }

        .hero-text-inner {
            width: min(520px, calc(100vw - 56px)) !important;
            max-width: 520px !important;
        }

        .hero-proof-row {
            display: block !important;
            width: min(360px, 100%) !important;
            max-width: 360px !important;
        }

        .hero-proof-item {
            display: none !important;
            border-right: 0 !important;
            margin-right: 0 !important;
        }

        .hero-proof-item:first-child {
            display: block !important;
        }
    }

    @media (max-width: 576px) {
        .hero-text-wrap {
            padding: 0 20px 70px !important;
        }

        .hero-text-inner {
            width: calc(100vw - 40px) !important;
            max-width: none !important;
        }

        .hero-text-inner .hero-title {
            font-size: var(--hero-title-size, 34px) !important;
        }

        .hero-proof-row {
            display: none !important;
        }

        .banner-pc-full .swiper-pagination {
            left: 20px !important;
            right: 20px !important;
            width: auto !important;
        }

        .banner-pc-full .swiper-pagination-bullet {
            width: 10px !important;
            height: 3px !important;
            margin: 0 2px !important;
        }

        .banner-pc-full .swiper-pagination-bullet-active {
            width: 24px !important;
        }
    }


    .hero-fullwidth.ky-hero-editorial {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto !important;
        min-height: calc(100vh - 75px) !important;
        min-height: calc(100svh - 75px) !important;
        overflow: hidden;
        isolation: isolate;
        color: #132235;
        background: #ffffff !important;
    }

    .hero-fullwidth.ky-hero-editorial::before,
    .hero-fullwidth.ky-hero-editorial::after {
        content: none !important;
        display: none !important;
        background: none !important;
    }

    .ky-hero-editorial .ky-hero-media {
        position: relative;
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        min-height: 0 !important;
        aspect-ratio: 3 / 1;
        overflow: hidden;
        border-bottom: 1px solid #d8e1eb;
        background: #eaf3fb;
    }

    .ky-hero-editorial .ky-hero-media::after {
        content: none !important;
        display: none !important;
        background: none !important;
    }

    .ky-hero-editorial .ky-hero-media .ky-hero-swiper,
    .ky-hero-editorial .ky-hero-media .swiper-wrapper,
    .ky-hero-editorial .ky-hero-media .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .ky-hero-editorial .ky-hero-media .swiper-slide {
        position: relative;
        overflow: hidden;
        min-height: 0 !important;
        background: #eaf3fb;
    }

    .ky-hero-editorial .ky-hero-media picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .ky-hero-editorial .ky-hero-media img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 0 !important;
        max-width: none;
        object-fit: cover;
        object-position: center 50%;
        filter: none !important;
        transform: none !important;
        animation: none !important;
    }

    .ky-hero-editorial .ky-hero-slide--workshop img {
        object-position: center 48%;
    }

    .ky-hero-editorial .ky-hero-slide--machining img {
        object-position: 42% 52%;
    }

    .ky-hero-editorial .ky-hero-slide--operator img {
        object-position: center 54%;
    }

    .ky-hero-editorial .ky-hero-slide--heat-treatment img {
        object-position: 56% 50%;
    }

    .ky-hero-editorial .ky-hero-carousel-controls {
        position: absolute;
        right: auto;
        bottom: 16px;
        left: 50%;
        z-index: 20;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
        min-height: 44px;
        padding: 4px;
        border: 1px solid #dfe7f0;
        border-radius: 999px;
        background: #ffffff;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
        transform: translateX(-50%);
    }

    .ky-hero-editorial .banner-pc-full .swiper-pagination {
        position: static !important;
        width: auto !important;
        min-width: 58px;
        min-height: 36px;
        padding: 0 7px;
        color: #53657a;
        font-size: 12px;
        font-weight: 800;
        line-height: 36px;
        text-align: center;
        font-variant-numeric: tabular-nums;
        background: transparent;
        box-shadow: none;
        transform: none;
    }

    .ky-hero-editorial .banner-pc-full .swiper-pagination-current {
        color: #2460f2;
        font-size: 14px;
    }

    .ky-hero-editorial .ky-hero-nav {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        color: #132235;
        font-size: 18px;
        line-height: 1;
        background: transparent;
        cursor: pointer;
        touch-action: manipulation;
        transition: color 0.2s ease, background 0.2s ease;
    }

    .ky-hero-editorial .ky-hero-nav:hover {
        color: #2460f2;
        background: #edf3ff;
    }

    .ky-hero-editorial .ky-hero-nav:focus-visible {
        outline: 3px solid #2460f2;
        outline-offset: 2px;
    }

    .ky-hero-editorial .ky-hero-nav:active {
        color: #174bd0;
        background: #dfeaff;
    }

    .ky-hero-editorial .ky-hero-action {
        position: relative;
        display: flex;
        flex: 1 0 auto;
        min-height: clamp(188px, 23vh, 248px);
        isolation: isolate;
        overflow: hidden;
        margin-top: -1px;
        border-top: 1px solid #d8e1eb;
        color: #10243b;
        background:
            radial-gradient(circle at 88% 50%, rgba(36, 96, 242, 0.09), transparent 24%),
            #f4f7fb;
    }

    .ky-hero-editorial .ky-hero-action::before {
        content: '';
        position: absolute;
        z-index: -1;
        inset: 0;
        opacity: 0.72;
        background-image: radial-gradient(circle, rgba(36, 96, 242, 0.16) 1px, transparent 1.5px);
        background-size: 26px 26px;
        mask-image: linear-gradient(90deg, transparent 18%, rgba(0, 0, 0, 0.22) 46%, #000 100%);
        pointer-events: none;
    }

    .ky-hero-editorial .ky-hero-action::after {
        content: '';
        position: absolute;
        z-index: -1;
        right: clamp(-100px, -4vw, -28px);
        top: 50%;
        width: clamp(280px, 25vw, 470px);
        aspect-ratio: 1;
        border: 1px solid rgba(36, 96, 242, 0.1);
        border-radius: 50%;
        box-shadow:
            0 0 0 44px rgba(36, 96, 242, 0.025),
            0 0 0 88px rgba(36, 96, 242, 0.018);
        transform: translateY(-50%);
        pointer-events: none;
    }

    .ky-hero-editorial .ky-hero-signal-field {
        position: absolute;
        z-index: 0;
        inset: 0;
        overflow: hidden;
        pointer-events: none;
    }

    .ky-hero-editorial .ky-hero-signal-line {
        position: absolute;
        right: 2%;
        width: 52%;
        height: 1px;
        opacity: 0.34;
        background: linear-gradient(90deg, transparent, rgba(36, 96, 242, 0.62) 22%, rgba(36, 96, 242, 0.08));
        transform-origin: right center;
    }

    .ky-hero-editorial .ky-hero-signal-line::before {
        content: '';
        position: absolute;
        top: -2px;
        left: 0;
        width: 18%;
        height: 5px;
        border-radius: 999px;
        opacity: 0;
        background: linear-gradient(90deg, transparent, #65b8ff 42%, #ffffff 76%, #f2a900);
        box-shadow: 0 0 16px rgba(36, 96, 242, 0.76);
        transform: translateX(-120%);
    }

    .ky-hero-editorial .ky-hero-signal-line--upper {
        top: 30%;
        transform: rotate(-5deg);
    }

    .ky-hero-editorial .ky-hero-signal-line--lower {
        bottom: 24%;
        width: 45%;
        transform: rotate(4deg);
    }

    .ky-hero-editorial .ky-hero-signal-radar {
        position: absolute;
        right: clamp(16px, 4vw, 74px);
        top: 50%;
        width: clamp(210px, 18vw, 340px);
        aspect-ratio: 1;
        border-radius: 50%;
        opacity: 0;
        background: conic-gradient(
            from 0deg,
            transparent 0deg 286deg,
            rgba(101, 184, 255, 0.03) 300deg,
            rgba(36, 96, 242, 0.26) 337deg,
            rgba(242, 169, 0, 0.34) 354deg,
            transparent 360deg
        );
        mask-image: radial-gradient(circle, transparent 0 25%, #000 27% 62%, transparent 64%);
        transform: translateY(-50%) rotate(-28deg);
        transform-origin: center;
    }

    .ky-hero-editorial .ky-hero-signal-orbit {
        position: absolute;
        right: clamp(48px, 7vw, 136px);
        top: 50%;
        width: clamp(132px, 11vw, 190px);
        aspect-ratio: 1;
        border: 1px solid rgba(36, 96, 242, 0.18);
        border-radius: 50%;
        transform: translateY(-50%);
    }

    .ky-hero-editorial .ky-hero-signal-orbit::before,
    .ky-hero-editorial .ky-hero-signal-orbit::after {
        content: '';
        position: absolute;
        border-radius: 50%;
    }

    .ky-hero-editorial .ky-hero-signal-orbit::before {
        inset: 18%;
        border: 1px dashed rgba(36, 96, 242, 0.25);
    }

    .ky-hero-editorial .ky-hero-signal-orbit::after {
        inset: 40%;
        background: rgba(36, 96, 242, 0.07);
        box-shadow: 0 0 40px rgba(36, 96, 242, 0.18);
    }

    .ky-hero-editorial .ky-hero-signal-orbit i {
        position: absolute;
        z-index: 1;
        width: 7px;
        height: 7px;
        border: 2px solid #f4f7fb;
        border-radius: 50%;
        background: #2460f2;
        box-shadow: 0 0 0 4px rgba(36, 96, 242, 0.12), 0 0 18px rgba(36, 96, 242, 0.48);
    }

    .ky-hero-editorial .ky-hero-signal-orbit i:nth-child(1) {
        top: 7%;
        left: 31%;
    }

    .ky-hero-editorial .ky-hero-signal-orbit i:nth-child(2) {
        right: 7%;
        bottom: 29%;
        background: #f2a900;
        box-shadow: 0 0 0 4px rgba(242, 169, 0, 0.12), 0 0 18px rgba(242, 169, 0, 0.42);
    }

    .ky-hero-editorial .ky-hero-signal-orbit i:nth-child(3) {
        bottom: 8%;
        left: 25%;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-signal-line::before {
        animation: kyHeroSignalTravel 5s cubic-bezier(0.42, 0, 0.24, 1) both;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-signal-line--lower::before {
        animation-delay: 0.48s;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-signal-orbit {
        animation: kyHeroSignalOrbit 5s linear both;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-signal-radar {
        animation: kyHeroRadarSweep 5s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    @keyframes kyHeroSignalTravel {
        0%, 8% {
            opacity: 0;
            transform: translateX(-100%);
        }
        14%, 78% {
            opacity: 1;
        }
        92%, 100% {
            opacity: 0;
            transform: translateX(555%);
        }
    }

    @keyframes kyHeroSignalOrbit {
        0% {
            transform: translateY(-50%) rotate(0deg) scale(0.94);
            opacity: 0.54;
        }
        16% {
            transform: translateY(-50%) rotate(24deg) scale(1);
            opacity: 1;
        }
        100% {
            transform: translateY(-50%) rotate(360deg) scale(1);
            opacity: 0.72;
        }
    }

    @keyframes kyHeroRadarSweep {
        0%, 48% {
            opacity: 0;
            transform: translateY(-50%) rotate(-28deg) scale(0.88);
        }
        58% {
            opacity: 0.78;
            transform: translateY(-50%) rotate(12deg) scale(1);
        }
        88%, 100% {
            opacity: 0.36;
            transform: translateY(-50%) rotate(330deg) scale(1);
        }
    }

    .ky-hero-editorial .ky-hero-cta-progress {
        position: absolute;
        z-index: 4;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: #dfe6ee;
        pointer-events: none;
    }

    .ky-hero-editorial .ky-hero-cta-progress span {
        --ky-hero-progress: 0;
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #174bd0, #3c82ff 76%, #65b8ff);
        transform: scaleX(var(--ky-hero-progress));
        transform-origin: left center;
        will-change: transform;
    }

    .ky-hero-editorial .ky-hero-cta-progress span::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -4px;
        width: 8px;
        height: 8px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        background: #f2a900;
        box-shadow: 0 0 0 5px rgba(36, 96, 242, 0.13), 0 0 18px rgba(36, 96, 242, 0.68);
        transform: translateY(-50%);
    }

    .ky-hero-editorial .ky-hero-action-inner {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-areas: "copy proofs cta";
        grid-template-columns: minmax(350px, 0.92fr) minmax(420px, 1.12fr) auto;
        align-items: center;
        column-gap: clamp(32px, 3.7vw, 66px);
        width: min(88%, 1440px);
        max-width: none;
        min-height: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: clamp(28px, 3.2vh, 40px) 0;
    }

    @keyframes kyHeroContentIn {
        from {
            opacity: 0;
            filter: blur(5px);
            clip-path: inset(0 100% 0 0);
            transform: translateY(8px);
        }
        to {
            opacity: 1;
            filter: blur(0);
            clip-path: inset(0 0 0 0);
            transform: translateY(0);
        }
    }

    .ky-hero-editorial .ky-hero-action-inner.is-content-entering .ky-hero-copy,
    .ky-hero-editorial .ky-hero-action-inner.is-content-entering .ky-hero-proofs,
    .ky-hero-editorial .ky-hero-action-inner.is-content-entering .ky-hero-cta {
        animation: kyHeroContentIn 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .ky-hero-editorial .ky-hero-action-inner.is-content-entering .ky-hero-proofs {
        animation-delay: 0.08s;
    }

    .ky-hero-editorial .ky-hero-action-inner.is-content-entering .ky-hero-cta {
        animation-delay: 0.16s;
    }

    .ky-hero-editorial .ky-hero-carousel-controls.is-static,
    .ky-hero-editorial .ky-hero-cta[hidden],
    .ky-hero-editorial .ky-hero-panel-label[hidden],
    .ky-hero-editorial .ky-hero-proofs[hidden],
    .ky-hero-editorial .ky-hero-proof[hidden] {
        display: none !important;
    }

    .ky-hero-editorial .ky-hero-copy {
        grid-area: copy;
        position: relative;
        min-width: 0;
        max-width: 760px;
        padding: 0 0 18px;
    }

    .ky-hero-editorial .ky-hero-copy::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: min(420px, 88%);
        height: 2px;
        opacity: 0.24;
        background: linear-gradient(90deg, #2460f2, rgba(36, 96, 242, 0.18) 76%, transparent);
        transform-origin: left center;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-copy::after {
        animation: kyHeroCopySignal 0.82s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    @keyframes kyHeroCopySignal {
        0% {
            opacity: 0;
            filter: blur(4px);
            transform: scaleX(0);
        }
        62% {
            opacity: 0.92;
            filter: blur(0);
        }
        100% {
            opacity: 0.24;
            filter: blur(0);
            transform: scaleX(1);
        }
    }

    .ky-hero-editorial .ky-hero-copy[hidden],
    .ky-hero-editorial .ky-hero-copy .is-slide-field-empty {
        display: none !important;
    }

    .ky-hero-editorial .ky-hero-panel-label {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin: 0 0 10px;
        color: #2460f2;
        font-size: 12px;
        font-weight: 850;
        line-height: 1.2;
        letter-spacing: 0.04em;
    }

    .ky-hero-editorial .ky-hero-panel-rule {
        display: block;
        width: 28px;
        height: 2px;
        background: #f2a900;
        transform-origin: left center;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-panel-rule {
        animation: kyHeroEmitterCharge 0.64s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    @keyframes kyHeroEmitterCharge {
        0% {
            opacity: 0.2;
            transform: scaleX(0.22);
            box-shadow: 0 0 0 rgba(242, 169, 0, 0);
        }
        64% {
            opacity: 1;
            transform: scaleX(1.42);
            box-shadow: 0 0 16px rgba(242, 169, 0, 0.76);
        }
        100% {
            opacity: 1;
            transform: scaleX(1);
            box-shadow: 0 0 8px rgba(242, 169, 0, 0.32);
        }
    }

    .ky-hero-editorial .ky-hero-copy h1 {
        margin: 0;
        color: #10243b;
        font-size: var(--hero-title-size, clamp(31px, 2.15vw, 38px));
        font-weight: 900;
        line-height: 1.12;
        letter-spacing: -0.035em;
        text-wrap: balance;
    }

    .ky-hero-editorial .ky-hero-copy p {
        max-width: 760px;
        margin: 9px 0 0;
        color: #52667d;
        font-size: 14px;
        font-weight: 550;
        line-height: 1.62;
    }

    .ky-hero-editorial .ky-hero-proofs {
        grid-area: proofs;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        position: relative;
        min-width: 0;
        padding: 0;
    }

    .ky-hero-editorial .ky-hero-proofs::before,
    .ky-hero-editorial .ky-hero-proofs::after {
        content: '';
        position: absolute;
        top: 17px;
        left: 17px;
        right: 0;
        height: 2px;
        pointer-events: none;
    }

    .ky-hero-editorial .ky-hero-proofs::before {
        background: linear-gradient(90deg, rgba(36, 96, 242, 0.52), rgba(36, 96, 242, 0.11));
    }

    .ky-hero-editorial .ky-hero-proofs::after {
        right: 0;
        width: auto;
        opacity: 0;
        border-radius: 999px;
        background: linear-gradient(90deg, transparent, #65b8ff 38%, #ffffff 74%, #f2a900);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 18% 100%;
        filter: drop-shadow(0 0 7px rgba(36, 96, 242, 0.72));
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-proofs::after {
        animation: kyHeroProofSignal 5s cubic-bezier(0.42, 0, 0.24, 1) both;
    }

    @keyframes kyHeroProofSignal {
        0%, 9% {
            opacity: 0;
            background-position: 0% 0;
        }
        15%, 72% {
            opacity: 1;
        }
        86%, 100% {
            opacity: 0;
            background-position: 100% 0;
        }
    }

    .ky-hero-editorial .ky-hero-proof {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        min-width: 0;
        padding-right: clamp(12px, 1.4vw, 22px);
        color: #1f3853;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.4;
    }

    .ky-hero-editorial .ky-hero-proof-index {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border: 2px solid #7fa8ff;
        border-radius: 50%;
        color: #174bd0;
        font-size: 9px;
        font-weight: 900;
        letter-spacing: 0.05em;
        font-variant-numeric: tabular-nums;
        background: #ffffff;
        box-shadow: 0 0 0 6px #f4f7fb, 0 5px 14px rgba(36, 96, 242, 0.14);
    }

    .ky-hero-editorial .ky-hero-proof-index::before,
    .ky-hero-editorial .ky-hero-proof-index::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
    }

    .ky-hero-editorial .ky-hero-proof-index::before {
        inset: -8px;
        border: 1px solid rgba(36, 96, 242, 0.54);
        opacity: 0;
        transform: scale(0.7);
    }

    .ky-hero-editorial .ky-hero-proof-index::after {
        inset: 50%;
        opacity: 0;
        background: #ffffff;
        box-shadow:
            0 -18px 0 -1px #65b8ff,
            16px -8px 0 -1px #2460f2,
            16px 9px 0 -1px #f2a900,
            0 18px 0 -1px #2460f2,
            -16px 9px 0 -1px #65b8ff,
            -16px -8px 0 -1px #2460f2;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-proof-index {
        animation: kyHeroNodeLock 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-proof-index::before {
        animation: kyHeroNodeRipple 0.84s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-proof-index::after {
        animation: kyHeroNodeSpark 0.52s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    .ky-hero-editorial .ky-hero-proof-text {
        overflow-wrap: anywhere;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-proof-text {
        animation: kyHeroProofTextLock 0.56s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-proof:nth-child(1) {
        --ky-node-delay: 0.7s;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-proof:nth-child(2) {
        --ky-node-delay: 1.35s;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-proof:nth-child(3) {
        --ky-node-delay: 2s;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-proof-index,
    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-proof-index::before,
    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-proof-index::after,
    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-proof-text {
        animation-delay: var(--ky-node-delay, 0s);
    }

    @keyframes kyHeroNodeLock {
        0% {
            color: #174bd0;
            border-color: #7fa8ff;
            background: #ffffff;
            box-shadow: 0 0 0 6px #f4f7fb, 0 5px 14px rgba(36, 96, 242, 0.14);
            transform: scale(1);
        }
        58% {
            color: #ffffff;
            border-color: #65b8ff;
            background: #2460f2;
            box-shadow: 0 0 0 6px #f4f7fb, 0 0 24px rgba(36, 96, 242, 0.72);
            transform: scale(1.16);
        }
        100% {
            color: #ffffff;
            border-color: #2460f2;
            background: #2460f2;
            box-shadow: 0 0 0 6px #f4f7fb, 0 5px 14px rgba(36, 96, 242, 0.2);
            transform: scale(1);
        }
    }

    @keyframes kyHeroNodeRipple {
        0% {
            opacity: 0;
            transform: scale(0.72);
        }
        34% {
            opacity: 0.82;
        }
        100% {
            opacity: 0;
            transform: scale(1.8);
        }
    }

    @keyframes kyHeroNodeSpark {
        0%, 22% {
            opacity: 0;
            transform: scale(0.2) rotate(-18deg);
        }
        48% {
            opacity: 0.92;
        }
        100% {
            opacity: 0;
            transform: scale(1.4) rotate(14deg);
        }
    }

    @keyframes kyHeroProofTextLock {
        0% {
            color: #1f3853;
            filter: blur(0);
            transform: translateY(0);
        }
        52% {
            color: #174bd0;
            filter: blur(0);
            transform: translateY(-3px);
        }
        100% {
            color: #1f3853;
            filter: blur(0);
            transform: translateY(0);
        }
    }

    .ky-hero-editorial .ky-hero-cta {
        grid-area: cta;
        justify-self: end;
        position: relative;
        z-index: 2;
        isolation: isolate;
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 56px;
        padding: 0 27px;
        border: 1px solid #2460f2;
        border-radius: 6px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 850;
        line-height: 1;
        white-space: nowrap;
        text-decoration: none !important;
        background: #2460f2;
        box-shadow: 0 10px 24px rgba(36, 96, 242, 0.22);
        transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
    }

    .ky-hero-editorial .ky-hero-cta::before {
        content: '';
        position: absolute;
        z-index: -1;
        inset: -13px;
        border: 1px solid rgba(36, 96, 242, 0.22);
        border-radius: 10px;
        opacity: 0;
        transform: scale(0.9);
        pointer-events: none;
    }

    .ky-hero-editorial .ky-hero-cta > span,
    .ky-hero-editorial .ky-hero-cta > i {
        position: relative;
        z-index: 2;
    }

    .ky-hero-editorial .ky-hero-cta-scan {
        position: absolute;
        z-index: 1;
        inset: 0;
        overflow: hidden;
        border-radius: inherit;
        opacity: 0;
        background: linear-gradient(
            108deg,
            transparent 22%,
            rgba(255, 255, 255, 0.12) 36%,
            rgba(255, 255, 255, 0.72) 50%,
            rgba(101, 184, 255, 0.16) 64%,
            transparent 78%
        );
        transform: translateX(-150%);
        pointer-events: none;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-cta::before {
        animation: kyHeroCtaCharge 5s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-cta-scan {
        animation: kyHeroCtaScan 0.72s cubic-bezier(0.16, 1, 0.3, 1) 2.62s both;
    }

    .ky-hero-editorial .ky-hero-action.is-firing .ky-hero-cta > i {
        animation: kyHeroCtaArrow 0.52s cubic-bezier(0.16, 1, 0.3, 1) 2.76s both;
    }

    @keyframes kyHeroCtaCharge {
        0%, 56% {
            opacity: 0;
            transform: scale(0.88);
        }
        68% {
            opacity: 1;
            transform: scale(1.03);
            box-shadow: 0 0 0 0 rgba(36, 96, 242, 0.18);
        }
        86%, 100% {
            opacity: 0;
            transform: scale(1.15);
            box-shadow: 0 0 0 18px rgba(36, 96, 242, 0);
        }
    }

    @keyframes kyHeroCtaScan {
        0% {
            opacity: 0;
            transform: translateX(-150%);
        }
        22%, 74% {
            opacity: 1;
        }
        100% {
            opacity: 0;
            transform: translateX(150%);
        }
    }

    @keyframes kyHeroCtaArrow {
        0% {
            opacity: 0.34;
            transform: translateX(-8px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .ky-hero-editorial .ky-hero-cta:hover {
        color: #ffffff;
        border-color: #174bd0;
        background: #174bd0;
        box-shadow: 0 12px 26px rgba(36, 96, 242, 0.28);
        transform: translateY(-2px);
    }

    .ky-hero-editorial .ky-hero-cta:focus-visible {
        outline: 3px solid #f2a900;
        outline-offset: 4px;
        box-shadow: 0 0 0 2px #ffffff, 0 12px 26px rgba(36, 96, 242, 0.28);
    }

    .pc-product-section {
        margin-top: 0 !important;
        border-radius: 0 !important;
        padding-top: clamp(20px, 1.8vw, 28px) !important;
        box-shadow: none !important;
        scroll-margin-top: 75px;
    }

    #home-factory {
        scroll-margin-top: 88px;
    }

    @media (max-width: 1199px) {
        .ky-hero-editorial .ky-hero-media {
            height: auto;
        }

        .ky-hero-editorial .ky-hero-action-inner {
            width: calc(100% - 64px);
            grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1.1fr) auto;
        }
    }

    @media (max-width: 991px) {
        .hero-fullwidth.ky-hero-editorial {
            min-height: calc(100vh - 60px) !important;
            min-height: calc(100svh - 60px) !important;
        }

        .ky-hero-editorial .ky-hero-action-inner {
            grid-template-areas:
                "copy cta"
                "proofs proofs";
            grid-template-columns: minmax(0, 1fr) auto;
            row-gap: 18px;
            width: calc(100% - 64px);
            min-height: 0;
            padding: 26px 0 28px;
        }

        .ky-hero-editorial .ky-hero-copy h1 {
            font-size: clamp(28px, 3.6vw, 34px);
        }

        .ky-hero-editorial .ky-hero-proofs {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
            padding: 16px 0 0;
        }

        .ky-hero-editorial .ky-hero-proofs::before,
        .ky-hero-editorial .ky-hero-proofs::after {
            top: 33px;
        }

        .ky-hero-editorial .ky-hero-signal-orbit {
            right: 4%;
            opacity: 0.58;
        }
    }

    @media (max-width: 640px) and (orientation: portrait) {
        .ky-hero-editorial .ky-hero-media {
            height: auto;
        }
    }

    @media (max-width: 767px) {
        .ky-hero-editorial .ky-hero-slide--factory img {
            object-position: 44% 50%;
        }

        .ky-hero-editorial .ky-hero-slide--workshop img {
            object-position: 52% 50%;
        }

        .ky-hero-editorial .ky-hero-slide--machining img {
            object-position: 38% 52%;
        }

        .ky-hero-editorial .ky-hero-slide--operator img {
            object-position: 48% 54%;
        }

        .ky-hero-editorial .ky-hero-slide--heat-treatment img {
            object-position: 56% 50%;
        }

        .hero-fullwidth.ky-hero-editorial {
            min-height: 0 !important;
        }

        .ky-hero-editorial .ky-hero-action {
            min-height: 0;
        }

        .ky-hero-editorial .ky-hero-carousel-controls {
            bottom: 12px;
            min-height: 50px;
            padding: 3px;
        }

        .ky-hero-editorial .banner-pc-full .swiper-pagination {
            min-width: 52px;
            min-height: 44px;
            padding: 0 5px;
            line-height: 44px;
        }

        .ky-hero-editorial .ky-hero-nav {
            width: 44px;
            height: 44px;
        }

        .ky-hero-editorial .ky-hero-action-inner {
            display: grid;
            grid-template-areas:
                "copy"
                "proofs"
                "cta";
            grid-template-columns: minmax(0, 1fr);
            row-gap: 18px;
            width: calc(100% - 40px);
            min-height: 0;
            padding: 24px 0 30px;
        }

        .ky-hero-editorial .ky-hero-copy h1 {
            max-width: 560px;
            font-size: 28px;
            line-height: 1.16;
        }

        .ky-hero-editorial .ky-hero-copy p {
            max-width: 560px;
            margin-top: 9px;
            font-size: 14px;
            line-height: 1.6;
        }

        .ky-hero-editorial .ky-hero-proofs {
            grid-template-columns: 1fr;
            gap: 12px;
            padding-top: 17px;
        }

        .ky-hero-editorial .ky-hero-proofs::before {
            top: 34px;
            bottom: 17px;
            left: 16px;
            right: auto;
            width: 2px;
            height: auto;
            background: linear-gradient(180deg, rgba(36, 96, 242, 0.48), rgba(36, 96, 242, 0.08));
        }

        .ky-hero-editorial .ky-hero-proofs::after {
            display: none;
        }

        .ky-hero-editorial .ky-hero-proof {
            flex-direction: row;
            align-items: center;
            gap: 12px;
            padding-right: 0;
            font-size: 13px;
        }

        .ky-hero-editorial .ky-hero-signal-line {
            width: 82%;
            opacity: 0.2;
        }

        .ky-hero-editorial .ky-hero-signal-orbit {
            right: -44px;
            width: 150px;
            opacity: 0.42;
        }

        .ky-hero-editorial .ky-hero-cta {
            width: fit-content;
            min-height: 46px;
            margin-top: 0;
            padding: 0 22px;
            justify-self: start;
        }

    }

    @media (max-width: 460px) {
        .ky-hero-editorial .ky-hero-copy h1 {
            font-size: 26px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .ky-hero-editorial .ky-hero-signal-line::before,
        .ky-hero-editorial .ky-hero-signal-radar,
        .ky-hero-editorial .ky-hero-signal-orbit,
        .ky-hero-editorial .ky-hero-copy::after,
        .ky-hero-editorial .ky-hero-panel-rule,
        .ky-hero-editorial .ky-hero-proofs::after,
        .ky-hero-editorial .ky-hero-proof-index,
        .ky-hero-editorial .ky-hero-proof-index::before,
        .ky-hero-editorial .ky-hero-proof-index::after,
        .ky-hero-editorial .ky-hero-proof-text,
        .ky-hero-editorial .ky-hero-cta::before,
        .ky-hero-editorial .ky-hero-cta-scan,
        .ky-hero-editorial .ky-hero-cta > i {
            animation: none;
        }

        .ky-hero-editorial .ky-hero-action-inner.is-content-entering .ky-hero-copy,
        .ky-hero-editorial .ky-hero-action-inner.is-content-entering .ky-hero-proofs,
        .ky-hero-editorial .ky-hero-action-inner.is-content-entering .ky-hero-cta {
            animation: none;
        }

        .ky-hero-editorial .ky-hero-media {
            transition: none;
        }

        .ky-hero-editorial .ky-hero-cta {
            transition: none;
        }

        .ky-hero-editorial .ky-hero-cta:hover {
            transform: none;
        }
    }


    /* Public frontend de-cardification: use spacing and surface tone instead of repeated rules. */
    .cta-banner {
        padding: 0 !important;
        background: #0b2746 !important;
    }

    .cta-banner .container {
        width: 88% !important;
        max-width: 88% !important;
        padding: 0 12px !important;
    }

    .cta-bridge-card {
        padding: 42px 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .cta-bridge-card::before {
        content: none !important;
    }

    .about-counter-item {
        padding: 12px 22px 12px 0 !important;
        border: 0 !important;
        border-right: 1px solid #dbe3ec !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .about-counter-item:last-child {
        border-right: 0 !important;
    }

    .about-premium-card {
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .about-premium-img {
        overflow: hidden;
        border-radius: 8px;
    }

    .about-premium-content {
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .ky-service-section .container > .row,
    .ky-shipping-section .container > .row {
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .ky-service-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 40px;
        row-gap: 22px;
        margin: 0;
        border: 0;
    }

    .ky-service-section .col-lg-7 > .ky-service-list > .ky-service-item {
        display: grid !important;
        grid-template-columns: 42px minmax(0, 1fr) !important;
        gap: 15px !important;
        align-items: start !important;
        min-height: 0 !important;
        padding: 10px 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .ky-service-section .col-lg-7 > .ky-service-list > .ky-service-item:nth-last-child(-n + 2) {
        border-bottom: 0 !important;
    }

    .ky-service-item-index {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border: 0;
        border-radius: 50%;
        color: #1f65d8;
        background: #eaf2ff;
        font-size: 12px;
        font-weight: 900;
    }

    .ky-service-item-copy h4 {
        margin: 0 0 7px;
        color: #0f172a;
        font-size: 17px;
        font-weight: 850;
        line-height: 1.4;
    }

    .ky-service-item-copy p {
        margin: 0;
        color: #64748b;
        font-size: 14px;
        line-height: 1.72;
    }

    .ky-shipping-steps {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .ky-shipping-steps::before {
        content: none !important;
    }

    .ky-shipping-section .ky-shipping-steps > .ky-shipping-step {
        display: grid !important;
        grid-template-columns: 42px minmax(0, 1fr) !important;
        gap: 14px !important;
        align-items: start !important;
        min-height: 0 !important;
        padding: 12px 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background-color: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .ky-shipping-section .ky-shipping-steps > .ky-shipping-step::before,
    .ky-shipping-section .ky-shipping-steps > .ky-shipping-step::after,
    .ky-shipping-section .ky-shipping-step-body h4::after {
        content: none !important;
    }

    .ky-shipping-section .ky-shipping-steps > .ky-shipping-step:last-child {
        border-bottom: 0 !important;
    }

    .ky-home-faq-rail {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 12px !important;
        margin-bottom: 24px !important;
        padding: 10px !important;
        overflow: visible !important;
        border: 0 !important;
        border-radius: 8px !important;
        background: rgba(255, 255, 255, 0.68) !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .ky-home-faq-rail::before {
        content: none !important;
    }

    .ky-home-faq-step {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        min-height: 94px !important;
        padding: 18px !important;
        border: 0 !important;
        border-radius: 6px !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .ky-home-faq-step:last-child {
        border-right: 0 !important;
    }

    .ky-home-faq-step span {
        width: 38px !important;
        height: 38px !important;
        border: 0 !important;
        border-radius: 50% !important;
        color: #1f65d8 !important;
        background: #eaf2ff !important;
        box-shadow: none !important;
    }

    .ky-home-faq-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px;
        border: 0;
    }

    .ky-home-faq-card {
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 8px !important;
        background: rgba(255, 255, 255, 0.7) !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        transform: none !important;
    }

    .ky-home-faq-card::before,
    .ky-home-faq-card::after {
        content: none !important;
    }

    .ky-home-faq-card:hover,
    .ky-home-faq-card.is-active {
        border-color: transparent !important;
        background: #fff !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .ky-home-faq-card-button {
        display: grid !important;
        grid-template-columns: 58px minmax(0, 1fr) 32px;
        gap: 16px;
        align-items: center;
        height: auto !important;
        min-height: 0 !important;
        padding: 20px 18px !important;
    }

    .ky-home-faq-card-top {
        grid-column: 1;
        margin: 0 !important;
    }

    .ky-home-faq-label {
        display: none !important;
    }

    .ky-home-faq-index {
        width: 38px !important;
        height: 38px !important;
        border: 0 !important;
        border-radius: 50% !important;
        color: #1f65d8 !important;
        background: #eaf2ff !important;
        box-shadow: none !important;
    }

    .ky-home-faq-question-text {
        grid-column: 2;
        min-height: 0 !important;
        font-size: 17px !important;
    }

    .ky-home-faq-card-more {
        grid-column: 3;
        align-self: center !important;
        justify-self: end;
        margin: 0 !important;
        opacity: 1 !important;
    }

    .ky-home-faq-card-more i {
        color: #1f65d8 !important;
        background: #eef5ff !important;
        transform: none !important;
        transition: transform 0.24s ease !important;
    }

    .ky-home-faq-card.is-active .ky-home-faq-card-more i {
        color: #fff !important;
        background: #1f65d8 !important;
        transform: rotate(180deg) !important;
    }

    .ky-home-faq-answer-text {
        display: block;
        margin: 0 !important;
        padding: 0 52px 22px 92px !important;
        border: 0 !important;
        color: #586a80;
        font-size: 14px;
        line-height: 1.76;
    }

    .ky-home-faq-answer-text[hidden] {
        display: none !important;
    }

    .home-factory-section .factory-card,
    .about-staff-panel .asp-card {
        position: relative !important;
        display: block !important;
        height: 420px !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 8px !important;
        background: #e9eff6 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        transform: none !important;
    }

    .home-factory-section .factory-card::before,
    .about-staff-panel .asp-card::before {
        content: none !important;
    }

    .home-factory-section .factory-img-box,
    .about-staff-panel .asp-photo {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;
    }

    .home-factory-section .factory-img-box::after,
    .about-staff-panel .asp-photo::after {
        display: block !important;
        height: 58% !important;
        background: linear-gradient(180deg, rgba(5, 16, 29, 0), rgba(5, 16, 29, 0.86)) !important;
    }

    .home-factory-section .factory-card-body,
    .about-staff-panel .asp-card-body {
        position: absolute !important;
        inset: auto 0 0 !important;
        z-index: 2 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 56px 18px 18px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: linear-gradient(180deg, rgba(5, 16, 29, 0), rgba(5, 16, 29, 0.9)) !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .home-factory-section .factory-card-body::before,
    .about-staff-panel .asp-card-body::before {
        content: none !important;
    }

    .home-factory-section .factory-card-title,
    .home-factory-section .factory-card-role,
    .about-staff-panel .asp-card-name,
    .about-staff-panel .asp-card-role {
        color: #fff !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
    }

    .home-factory-section .factory-card-role,
    .about-staff-panel .asp-card-role {
        color: rgba(255, 255, 255, 0.76) !important;
    }

    .home-factory-section .factory-card:hover,
    .about-staff-panel .asp-card:hover {
        border: 0 !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .home-factory-section .factory-card:hover img,
    .about-staff-panel .asp-card:hover img {
        transform: scale(1.035) !important;
    }

    .honor-proof-section .hps-card {
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        transform: none !important;
    }

    .honor-proof-section .hps-card::after,
    .honor-proof-section .hps-frame::before {
        content: none !important;
    }

    .honor-proof-section .hps-frame {
        border: 1px solid #dbe3ec !important;
        border-radius: 6px !important;
        background: #f8fafc !important;
    }

    .honor-proof-section .hps-info {
        min-height: 76px !important;
        padding: 14px 2px 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .honor-proof-section .hps-card:hover {
        border: 0 !important;
        box-shadow: none !important;
        transform: none !important;
    }

    @media (max-width: 991px) {
        .cta-banner .container {
            width: calc(100% - 40px) !important;
            max-width: calc(100% - 40px) !important;
        }

        .cta-bridge-card {
            padding: 34px 0 !important;
        }

        .ky-service-list {
            margin-top: 28px;
        }

        .ky-home-faq-rail {
            grid-template-columns: 1fr !important;
        }

        .ky-home-faq-rail::before {
            content: none !important;
        }

        .ky-home-faq-step {
            min-height: 0 !important;
            padding: 16px !important;
            border-right: 0 !important;
            border-bottom: 0 !important;
        }

        .ky-home-faq-step:last-child {
            border-bottom: 0 !important;
        }
    }

    @media (max-width: 767px) {
        .about-counter-item {
            padding: 10px 10px 10px 0 !important;
        }

        .ky-service-list {
            grid-template-columns: 1fr !important;
        }

        .ky-service-section .col-lg-7 > .ky-service-list > .ky-service-item,
        .ky-service-section .col-lg-7 > .ky-service-list > .ky-service-item:nth-last-child(-n + 2) {
            border-bottom: 0 !important;
        }

        .ky-service-section .col-lg-7 > .ky-service-list > .ky-service-item:last-child {
            border-bottom: 0 !important;
        }

        .ky-home-faq-rail {
            display: grid !important;
        }

        .ky-home-faq-card-button {
            grid-template-columns: 46px minmax(0, 1fr) 30px !important;
            gap: 10px !important;
            padding: 18px 14px !important;
        }

        .ky-home-faq-answer-text {
            padding: 0 14px 20px 70px !important;
            font-size: 13px !important;
        }

        .home-factory-section .factory-card,
        .about-staff-panel .asp-card {
            height: 300px !important;
        }

        .home-factory-section .factory-img-box,
        .about-staff-panel .asp-photo {
            height: 100% !important;
        }

        .honor-proof-section .hps-frame {
            aspect-ratio: 1 / 1.2 !important;
            max-height: none !important;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .home-factory-section .factory-card img,
        .about-staff-panel .asp-card img,
        .ky-home-faq-card-more i {
            transition: none !important;
        }
    }


    /* Homepage about stage: CMS-driven content inside the site's real container grid. */
    .about-premium-wrapper {
        padding: 72px 0 60px !important;
        background: #f5f7fa !important;
    }

    @media (min-width: 1400px) {
        .about-premium-wrapper > .container {
            width: 88% !important;
            max-width: 88% !important;
            margin-right: auto !important;
            margin-left: auto !important;
            padding-right: 12px !important;
            padding-left: 12px !important;
        }
    }

    .about-stage {
        position: relative;
        isolation: isolate;
        min-height: 650px;
        overflow: hidden;
        padding-bottom: 126px;
        border: 1px solid #dbe3ec;
        border-radius: 8px;
        background: #0b1728;
        box-shadow: 0 22px 54px rgba(15, 23, 42, 0.11);
    }

    .about-stage-media {
        position: absolute;
        inset: 0 0 126px;
        overflow: hidden;
        background: #dfe7f0;
    }

    .about-stage-media::after {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        background:
            linear-gradient(90deg, rgba(5, 17, 31, 0.22), rgba(5, 17, 31, 0.02) 46%, rgba(5, 17, 31, 0.08)),
            linear-gradient(180deg, transparent 64%, rgba(5, 17, 31, 0.2));
    }

    .about-stage-media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: scale(1.002);
        transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .about-stage:hover .about-stage-media img {
        transform: scale(1.025);
    }

    .about-stage-panel {
        position: absolute;
        z-index: 3;
        top: 44px;
        left: 44px;
        width: min(44%, 920px);
        padding: 42px 48px 40px;
        border: 1px solid rgba(219, 227, 236, 0.96);
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 24px 56px rgba(4, 15, 29, 0.19);
    }

    .about-stage-panel .about-tag {
        margin-bottom: 14px !important;
        color: #1f65d8 !important;
        font-size: 12px !important;
        font-weight: 900 !important;
    }

    .about-stage-panel .about-tag::before {
        width: 34px !important;
        background: #e6a427 !important;
    }

    .about-stage-panel h2 {
        margin: 0 0 18px !important;
        color: #0b1728 !important;
        font-size: clamp(32px, 2.25vw, 44px) !important;
        font-weight: 900 !important;
        line-height: 1.12 !important;
    }

    .about-stage-panel .info-text {
        margin: 0 0 26px !important;
        color: #52647b !important;
        font-size: 15px !important;
        line-height: 1.78 !important;
    }

    .about-stage-panel .info-text > :last-child {
        margin-bottom: 0;
    }

    .about-stage-panel .about-btn-modern {
        display: inline-flex !important;
        align-items: center !important;
        align-self: auto !important;
        justify-content: center !important;
        gap: 10px !important;
        min-height: 44px !important;
        padding: 0 22px !important;
        border: 1px solid #1f65d8 !important;
        border-radius: 4px !important;
        color: #fff !important;
        background: #1f65d8 !important;
        box-shadow: 0 12px 28px rgba(31, 101, 216, 0.2) !important;
    }

    .about-stage-panel .about-btn-modern i {
        color: #fff !important;
    }

    .about-stage-panel .about-btn-modern:hover {
        border-color: #144fab !important;
        background: #144fab !important;
        transform: translateY(-2px);
        box-shadow: 0 16px 34px rgba(31, 101, 216, 0.28) !important;
    }

    .about-stage-proof {
        position: absolute;
        z-index: 4;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0 !important;
        height: 126px;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background:
            linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
            #0b2746;
        background-size: 48px 48px, 48px 48px, auto;
    }

    .about-stage-proof .about-counter-item {
        display: flex;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 22px 32px !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 0 !important;
        border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        text-align: center;
    }

    .about-stage-proof .about-counter-item:last-child {
        border-right: 0 !important;
    }

    .about-stage-proof .about-counter-num {
        justify-content: center;
        margin: 0 0 8px !important;
    }

    .about-stage-proof .about-counter-num .counter {
        color: #fff !important;
        font-size: clamp(38px, 3vw, 54px) !important;
        line-height: 0.9 !important;
    }

    .about-stage-proof .about-counter-num .plus {
        color: #3b82f6 !important;
        font-size: clamp(22px, 1.7vw, 30px) !important;
    }

    .about-stage-proof .about-counter-label {
        color: rgba(255, 255, 255, 0.72) !important;
        font-size: 13px !important;
        font-weight: 700 !important;
    }

    @media (max-width: 1399px) {
        .about-stage {
            min-height: 620px;
        }

        .about-stage-panel {
            top: 36px;
            left: 36px;
            width: min(52%, 760px);
            padding: 34px 38px;
        }

        .about-stage-panel .info-text {
            font-size: 14px !important;
            line-height: 1.7 !important;
        }
    }

    @media (max-width: 991px) {
        .about-premium-wrapper {
            padding: 54px 0 46px !important;
        }

        .about-stage {
            display: flex;
            min-height: 0;
            padding-bottom: 0;
            flex-direction: column;
        }

        .about-stage-media {
            position: relative;
            inset: auto;
            order: 1;
            height: 390px;
        }

        .about-stage-panel {
            position: relative;
            top: auto;
            left: auto;
            order: 2;
            width: 100%;
            max-width: none;
            padding: 38px 32px;
            border: 0;
            border-radius: 0;
            box-shadow: none;
        }

        .about-stage-proof {
            position: relative;
            order: 3;
            height: 116px;
        }

        .about-stage:hover .about-stage-media img {
            transform: scale(1.002);
        }
    }

    @media (max-width: 767px) {
        .about-premium-wrapper {
            padding: 42px 0 36px !important;
        }

        .about-stage-media {
            height: 300px;
        }

        .about-stage-panel {
            padding: 30px 22px 32px;
        }

        .about-stage-panel h2 {
            font-size: 30px !important;
        }

        .about-stage-panel .info-text {
            font-size: 14px !important;
            line-height: 1.72 !important;
        }

        .about-stage-proof {
            height: 104px;
        }

        .about-stage-proof .about-counter-item {
            padding: 18px 8px !important;
        }

        .about-stage-proof .about-counter-num .counter {
            font-size: 30px !important;
        }

        .about-stage-proof .about-counter-num .plus {
            font-size: 18px !important;
        }

        .about-stage-proof .about-counter-label {
            font-size: 11px !important;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .about-stage-media img,
        .about-stage-panel .about-btn-modern {
            transition: none !important;
        }
    }


    /* Bounded social-signal CTA: aligned with the homepage content grid. */
    .cta-banner {
        padding: 0 0 clamp(36px, 3vw, 48px) !important;
        background: #ffffff !important;
    }

    .cta-banner .container {
        width: 88% !important;
        max-width: 88% !important;
        padding: 0 12px !important;
    }

    .cta-bridge-card {
        position: relative;
        isolation: isolate;
        display: grid !important;
        min-height: 210px;
        padding: clamp(36px, 3.2vw, 54px) clamp(28px, 4vw, 68px) !important;
        overflow: hidden;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: clamp(28px, 4vw, 64px);
        border: 0 !important;
        border-radius: 12px !important;
        background:
            radial-gradient(circle at 82% 8%, rgba(59, 130, 246, 0.34), transparent 34%),
            radial-gradient(circle at 62% 108%, rgba(14, 165, 233, 0.18), transparent 38%),
            linear-gradient(118deg, #071a30 0%, #0a2a4d 58%, #123d6c 100%) !important;
        box-shadow: 0 8px 24px rgba(7, 26, 48, 0.16) !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .cta-bridge-card::before {
        content: '' !important;
        position: absolute;
        z-index: 0;
        inset: 0;
        pointer-events: none;
        opacity: 0.32;
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
        background-size: 54px 54px;
        mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.28) 42%, #000 100%);
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.28) 42%, #000 100%);
    }

    .cta-bridge-card::after {
        content: '';
        position: absolute;
        z-index: 1;
        right: clamp(28px, 4vw, 68px);
        bottom: 0;
        left: clamp(28px, 4vw, 68px);
        height: 2px;
        pointer-events: none;
        background: linear-gradient(90deg, #e6a427 0 12%, rgba(230, 164, 39, 0.08) 42%, transparent 72%);
    }

    .cta-copy,
    .cta-actions {
        position: relative;
        z-index: 3;
    }

    .cta-copy {
        max-width: 720px;
    }

    .cta-copy h2 {
        margin: 0 0 10px;
        color: #ffffff;
        font-size: clamp(26px, 2.1vw, 38px);
        font-weight: 900;
        line-height: 1.16;
        letter-spacing: -0.025em;
        text-wrap: balance;
    }

    .cta-copy p {
        max-width: 62ch;
        margin: 0;
        color: rgba(255, 255, 255, 0.78);
        font-size: 15px;
        line-height: 1.75;
        text-wrap: pretty;
    }

    .cta-actions {
        display: flex;
        margin: 0;
        flex: 0 0 auto;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 10px;
    }

    .cta-action {
        min-height: 46px;
        padding: 0 20px;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 900;
        transition:
            transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
            background-color 220ms ease,
            box-shadow 220ms ease;
    }

    .cta-action-whatsapp {
        border: 0;
        background: #1fbd63;
        box-shadow: 0 6px 12px rgba(31, 189, 99, 0.24);
    }

    .cta-action-contact {
        border: 1px solid rgba(255, 255, 255, 0.46);
        background: rgba(255, 255, 255, 0.1);
        box-shadow: none;
    }

    .cta-action:hover {
        color: #ffffff;
        transform: translateY(-2px);
    }

    .cta-action-whatsapp:hover {
        background: #18a955;
        box-shadow: 0 8px 14px rgba(31, 189, 99, 0.28);
    }

    .cta-action-contact:hover {
        background: rgba(255, 255, 255, 0.18);
    }

    .cta-action:focus-visible {
        outline: 3px solid #f4bf4b;
        outline-offset: 3px;
    }

    .cta-social-field {
        position: absolute;
        z-index: 2;
        inset: -12% -2% -18% 36%;
        overflow: hidden;
        pointer-events: none;
        opacity: 0.62;
        mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.52) 22%, #000 48%);
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.52) 22%, #000 48%);
    }

    .cta-signal-path {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        overflow: visible;
    }

    .cta-signal-path path {
        fill: none;
        stroke: rgba(147, 197, 253, 0.36);
        stroke-width: 1.4;
        stroke-dasharray: 8 12;
        vector-effect: non-scaling-stroke;
        animation: ctaSignalTravel 22s linear infinite;
    }

    .cta-signal-path path:last-child {
        stroke: rgba(255, 255, 255, 0.22);
        stroke-dasharray: 3 16;
        animation-direction: reverse;
        animation-duration: 28s;
    }

    .cta-social-node {
        --node-lift: -16px;
        --node-sway: 8px;
        --node-tilt: 4deg;
        position: absolute;
        display: inline-flex;
        width: 54px;
        height: 54px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 50%;
        color: #ffffff;
        font-size: 24px;
        box-shadow: 0 6px 10px rgba(1, 10, 24, 0.2);
        animation: ctaSocialDrift 5.8s cubic-bezier(0.45, 0, 0.2, 1) infinite;
        will-change: transform;
    }

    .cta-social-node::after {
        content: '';
        position: absolute;
        inset: -8px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: inherit;
        animation: ctaSocialPulse 3.6s ease-out infinite;
    }

    .cta-social-node svg {
        width: 23px;
        height: 23px;
        fill: currentColor;
    }

    .cta-social-facebook {
        top: 14%;
        left: 14%;
        background: #1877f2;
        animation-delay: -1.8s;
    }

    .cta-social-tiktok {
        --node-lift: -12px;
        --node-sway: -9px;
        top: 22%;
        right: 31%;
        width: 48px;
        height: 48px;
        background: #111827;
        box-shadow:
            -3px 2px 0 rgba(37, 244, 238, 0.58),
            3px -2px 0 rgba(254, 44, 85, 0.56);
        animation-delay: -4.4s;
        animation-duration: 6.4s;
    }

    .cta-social-youtube {
        --node-lift: -18px;
        top: 46%;
        right: 7%;
        width: 60px;
        height: 60px;
        background: #ff0033;
        animation-delay: -2.9s;
        animation-duration: 6.8s;
    }

    .cta-social-whatsapp {
        --node-lift: -13px;
        --node-sway: -8px;
        right: 42%;
        bottom: 12%;
        width: 58px;
        height: 58px;
        background: #25d366;
        animation-delay: -5.1s;
        animation-duration: 6.1s;
    }

    .cta-social-linkedin {
        --node-lift: -15px;
        right: 17%;
        bottom: 5%;
        width: 50px;
        height: 50px;
        background: #0a66c2;
        animation-delay: -0.9s;
        animation-duration: 5.4s;
    }

    .cta-social-instagram {
        --node-lift: -11px;
        --node-sway: 10px;
        top: 5%;
        right: 5%;
        width: 48px;
        height: 48px;
        background: linear-gradient(145deg, #833ab4 8%, #fd1d1d 54%, #fcb045 100%);
        animation-delay: -3.7s;
        animation-duration: 7.2s;
    }

    @keyframes ctaSocialDrift {
        0%,
        100% {
            transform: translate3d(0, 0, 0) rotate(calc(var(--node-tilt) * -0.5));
        }
        46% {
            transform: translate3d(var(--node-sway), var(--node-lift), 0) rotate(var(--node-tilt));
        }
        72% {
            transform: translate3d(calc(var(--node-sway) * -0.45), calc(var(--node-lift) * -0.16), 0) rotate(0deg);
        }
    }

    @keyframes ctaSocialPulse {
        0% {
            opacity: 0;
            transform: scale(0.82);
        }
        24% {
            opacity: 0.68;
        }
        72%,
        100% {
            opacity: 0;
            transform: scale(1.24);
        }
    }

    @keyframes ctaSignalTravel {
        to {
            stroke-dashoffset: -240;
        }
    }

    @media (max-width: 1199px) {
        .cta-bridge-card {
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 24px;
        }

        .cta-social-field {
            left: 42%;
            opacity: 0.48;
        }
    }

    @media (max-width: 767px) {
        .cta-banner {
            padding: 0 0 30px !important;
        }

        .cta-banner .container {
            width: calc(100% - 32px) !important;
            max-width: calc(100% - 32px) !important;
            padding: 0 !important;
        }

        .cta-bridge-card {
            display: block !important;
            min-height: 292px;
            padding: 30px 22px 28px !important;
            border-radius: 10px !important;
        }

        .cta-copy {
            max-width: none;
        }

        .cta-copy h2 {
            max-width: 14em;
            font-size: clamp(24px, 7vw, 30px);
            line-height: 1.2;
        }

        .cta-copy p {
            max-width: 36em;
            font-size: 14px;
            line-height: 1.7;
        }

        .cta-actions {
            margin-top: 22px;
            justify-content: flex-start;
        }

        .cta-action {
            min-width: 132px;
            padding: 0 16px;
            flex: 1 1 132px;
        }

        .cta-social-field {
            inset: 40% -12% -22% 18%;
            opacity: 0.38;
            mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 26%, #000 62%);
            -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 26%, #000 62%);
        }

        .cta-social-node {
            width: 44px;
            height: 44px;
            font-size: 20px;
        }

        .cta-social-youtube,
        .cta-social-whatsapp {
            width: 50px;
            height: 50px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .cta-social-node,
        .cta-social-node::after,
        .cta-signal-path path {
            animation: none !important;
        }

        .cta-social-node {
            transform: none !important;
        }

        .cta-action {
            transition: none !important;
        }
    }


    /* Homepage service + delivery: one editorial industrial story. */
    .ky-home-story {
        position: relative;
        isolation: isolate;
        overflow: hidden;
    }

    .ky-service-section.ky-home-story-service,
    .ky-shipping-section.ky-home-story-shipping {
        width: calc(88% - 24px);
        max-width: calc(88% - 24px);
        margin: 0 auto !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .ky-service-section.ky-home-story-service {
        background: #f7f9fc !important;
    }

    .ky-shipping-section.ky-home-story-shipping {
        color: #fff;
        background: #071c33 !important;
    }

    .ky-service-section.ky-home-story-service::before,
    .ky-service-section.ky-home-story-service::after,
    .ky-shipping-section.ky-home-story-shipping::before,
    .ky-shipping-section.ky-home-story-shipping::after {
        content: none !important;
    }

    .ky-home-story-shell {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: none;
        min-height: 420px;
        margin: 0 auto;
        display: grid;
        align-items: stretch;
    }

    .ky-home-story-service .ky-home-story-shell {
        grid-template-columns: minmax(0, 45%) minmax(0, 55%);
    }

    .ky-home-story-shipping .ky-home-story-shell {
        grid-template-columns: minmax(0, 52%) minmax(0, 48%);
        min-height: 420px;
    }

    .ky-home-story-media {
        position: relative;
        min-width: 0;
        min-height: 0;
        margin: 0;
        overflow: hidden;
        background: #d9e2ec;
    }

    .ky-home-story-service .ky-home-story-media {
        border-radius: 0;
    }

    .ky-home-story-shipping .ky-home-story-media {
        border-radius: 0;
        background: #0b2746;
    }

    .ky-home-story-media img {
        width: 100% !important;
        height: 100% !important;
        min-height: 0;
        position: absolute;
        inset: 0;
        display: block;
        object-fit: cover;
        object-position: center;
        border: 0 !important;
        border-radius: inherit !important;
        box-shadow: none !important;
        transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .ky-home-story-service .ky-home-story-media img {
        object-position: 47% center;
    }

    .ky-home-story-shipping .ky-home-story-media img {
        min-height: 0;
        object-position: 58% center;
    }

    .ky-home-story-media:hover img {
        transform: scale(1.025);
    }

    .ky-home-story-media figcaption {
        position: absolute;
        z-index: 2;
        left: 30px;
        bottom: 28px;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        max-width: calc(100% - 60px);
        color: #fff;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.4;
        text-shadow: 0 2px 10px rgba(2, 8, 23, 0.72);
    }

    .ky-home-story-media figcaption span {
        width: 3px;
        height: 26px;
        flex: 0 0 3px;
        background: #2f7df4;
    }

    .ky-home-story-service .ky-home-story-media::after,
    .ky-home-story-shipping .ky-home-story-media::after {
        content: '';
        position: absolute;
        inset: 58% 0 0;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(3, 15, 29, 0), rgba(3, 15, 29, 0.64));
    }

    .ky-home-story-shipping .ky-home-story-media figcaption {
        right: 28px;
        left: auto;
        justify-content: flex-end;
        text-align: right;
    }

    .ky-home-story-copy {
        min-width: 0;
        align-self: center;
    }

    .ky-home-story-service .ky-home-story-copy {
        padding: 24px 7% 24px 52px;
    }

    .ky-home-story-shipping .ky-home-story-copy {
        padding: 22px 52px 22px 7%;
    }

    .ky-home-story-kicker {
        display: block;
        margin: 0 0 14px;
        color: #1f65d8;
        font-size: 12px;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .ky-home-story-shipping .ky-home-story-kicker {
        color: #5ca0ff;
    }

    .ky-home-story-copy h3 {
        max-width: 18em;
        margin: 0;
        color: #0f172a;
        font-size: clamp(32px, 2.35vw, 42px);
        font-weight: 900;
        line-height: 1.18;
        letter-spacing: -0.035em;
        text-wrap: balance;
    }

    .ky-home-story-shipping .ky-home-story-copy h3 {
        max-width: none;
        color: #fff;
        font-size: clamp(30px, 2.1vw, 38px);
        line-height: 1.15;
    }

    .ky-home-story-lead {
        max-width: 66ch;
        margin: 12px 0 0;
        color: #64748b;
        font-size: 15px;
        line-height: 1.8;
    }

    .ky-home-story-shipping .ky-home-story-lead {
        color: #a9b8ca;
    }

    .ky-home-story-service .ky-service-list {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0 !important;
        margin: 20px 0 0 !important;
        padding: 0 !important;
        border-top: 1px solid #dce4ed !important;
        background: transparent !important;
    }

    .ky-home-story-service .ky-service-item {
        min-width: 0;
        display: grid !important;
        grid-template-columns: 38px minmax(0, 1fr) !important;
        gap: 12px !important;
        align-items: start !important;
        margin: 0 !important;
        padding: 10px 18px 10px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid #dce4ed !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .ky-home-story-service .ky-service-item:nth-child(odd) {
        border-right: 1px solid #dce4ed !important;
    }

    .ky-home-story-service .ky-service-item:nth-child(even) {
        padding-left: 22px !important;
    }

    .ky-home-story-service .ky-service-item:nth-last-child(-n + 2) {
        border-bottom: 0 !important;
    }

    .ky-home-story-service .ky-service-item-index {
        width: auto !important;
        height: auto !important;
        display: inline-block !important;
        color: #1f65d8 !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        line-height: 1.35 !important;
    }

    .ky-home-story-service .ky-service-item-copy h4,
    .ky-home-story-shipping .ky-shipping-step-body h4 {
        margin: 0 0 3px !important;
        color: #0f172a !important;
        font-size: 16px !important;
        font-weight: 850 !important;
        line-height: 1.4 !important;
    }

    .ky-home-story-service .ky-service-item-copy p,
    .ky-home-story-shipping .ky-shipping-step-body p {
        margin: 0 !important;
        color: #64748b !important;
        font-size: 13px !important;
        line-height: 1.7 !important;
    }

    .ky-home-story-cta {
        display: inline-flex;
        min-height: 42px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 18px;
        padding: 0 22px;
        border: 1px solid #1f65d8;
        border-radius: 6px;
        color: #fff !important;
        font-size: 14px;
        font-weight: 800;
        text-decoration: none !important;
        background: #1f65d8;
        box-shadow: 0 10px 24px rgba(31, 101, 216, 0.18);
        transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
    }

    .ky-home-story-cta:hover {
        color: #fff !important;
        background: #174fae;
        box-shadow: 0 14px 30px rgba(31, 101, 216, 0.24);
        transform: translateY(-2px);
    }

    .ky-home-story-shipping .ky-shipping-steps {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        margin: 18px 0 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .ky-shipping-section.ky-home-story-shipping .ky-shipping-steps > .ky-shipping-step {
        position: relative;
        min-width: 0;
        display: grid !important;
        grid-template-columns: 42px 38px minmax(0, 1fr) !important;
        gap: 12px !important;
        align-items: start !important;
        margin: 0 !important;
        padding: 4px 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        overflow: visible !important;
    }

    .ky-shipping-section.ky-home-story-shipping .ky-shipping-steps > .ky-shipping-step::before,
    .ky-shipping-section.ky-home-story-shipping .ky-shipping-steps > .ky-shipping-step::after,
    .ky-home-story-shipping .ky-shipping-step-body h4::after {
        content: none !important;
    }

    .ky-home-story-shipping .ky-shipping-step-icon {
        position: relative;
        z-index: 1;
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(92, 160, 255, 0.64);
        border-radius: 50%;
        color: #d9e9ff;
        font-size: 15px;
        background: #0b2746;
    }

    .ky-home-story-shipping .ky-shipping-step:not(:last-child) .ky-shipping-step-icon::after {
        content: '';
        position: absolute;
        z-index: -1;
        top: 34px;
        left: 50%;
        width: 1px;
        height: 30px;
        background: rgba(47, 125, 244, 0.6);
    }

    .ky-home-story-shipping .ky-shipping-step-index {
        width: auto !important;
        min-width: 0 !important;
        height: auto !important;
        display: inline-block !important;
        padding-top: 7px;
        overflow: visible !important;
        color: #fff !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        line-height: 1.4 !important;
    }

    .ky-home-story-shipping .ky-shipping-step-index::before,
    .ky-home-story-shipping .ky-shipping-step-index::after {
        content: none !important;
    }

    .ky-home-story-shipping .ky-shipping-step-body {
        padding: 5px 0 0;
    }

    .ky-home-story-shipping .ky-shipping-step-body h4 {
        color: #fff !important;
        font-size: 15px !important;
        line-height: 1.3 !important;
    }

    .ky-home-story-shipping .ky-shipping-step-body p {
        color: #9fb0c3 !important;
        font-size: 12px !important;
        line-height: 1.55 !important;
    }

    html[lang^="ar"] .ky-home-story,
    html[lang^="fa"] .ky-home-story {
        direction: rtl;
    }

    html[lang^="ar"] .ky-home-story-service .ky-home-story-copy,
    html[lang^="fa"] .ky-home-story-service .ky-home-story-copy {
        padding-right: 64px;
        padding-left: 0;
    }

    html[lang^="ar"] .ky-home-story-shipping .ky-home-story-copy,
    html[lang^="fa"] .ky-home-story-shipping .ky-home-story-copy {
        padding-right: 0;
        padding-left: 64px;
    }

    @media (max-width: 1199px) {
        .ky-home-story-shell {
            width: 100%;
            max-width: none;
        }

        .ky-home-story-service .ky-home-story-copy {
            padding-left: 42px;
        }

        .ky-home-story-shipping .ky-home-story-copy {
            padding-right: 42px;
        }

        .ky-home-story-copy h3 {
            font-size: clamp(32px, 3.2vw, 40px);
        }
    }

    @media (max-width: 991px) {
        .ky-home-story-service .ky-home-story-shell,
        .ky-home-story-shipping .ky-home-story-shell {
            width: 100%;
            max-width: none;
            grid-template-columns: 1fr;
        }

        .ky-home-story-media,
        .ky-home-story-media img,
        .ky-home-story-shipping .ky-home-story-media img {
            min-height: 0;
        }

        .ky-home-story-media {
            aspect-ratio: 16 / 9;
        }

        .ky-home-story-service .ky-home-story-media,
        .ky-home-story-shipping .ky-home-story-media {
            border-radius: 8px;
        }

        .ky-home-story-service .ky-home-story-copy,
        .ky-home-story-shipping .ky-home-story-copy {
            padding: 42px 0 52px;
        }

        .ky-home-story-shipping .ky-home-story-media {
            margin-bottom: 44px;
        }
    }

    @media (max-width: 767px) {
        .ky-service-section.ky-home-story-service,
        .ky-shipping-section.ky-home-story-shipping {
            width: calc(100% - 32px);
            max-width: calc(100% - 32px);
        }
    }

    @media (max-width: 640px) {
        .ky-home-story-service .ky-home-story-shell,
        .ky-home-story-shipping .ky-home-story-shell {
            width: 100%;
            max-width: none;
        }

        .ky-home-story-copy h3 {
            font-size: 30px;
            letter-spacing: -0.025em;
        }

        .ky-home-story-lead {
            font-size: 14px;
            line-height: 1.75;
        }

        .ky-home-story-service .ky-service-list {
            grid-template-columns: 1fr !important;
        }

        .ky-home-story-service .ky-service-item,
        .ky-home-story-service .ky-service-item:nth-child(odd),
        .ky-home-story-service .ky-service-item:nth-child(even),
        .ky-home-story-service .ky-service-item:nth-last-child(-n + 2) {
            padding: 17px 0 !important;
            border-right: 0 !important;
            border-bottom: 1px solid #dce4ed !important;
        }

        .ky-home-story-service .ky-service-item:last-child {
            border-bottom: 0 !important;
        }

        .ky-shipping-section.ky-home-story-shipping .ky-shipping-steps > .ky-shipping-step {
            grid-template-columns: 38px 32px minmax(0, 1fr) !important;
            gap: 10px !important;
        }

        .ky-home-story-media figcaption {
            right: 20px;
            bottom: 20px;
            left: 20px;
            max-width: none;
            font-size: 13px;
        }

        .ky-home-story-shipping .ky-home-story-media figcaption {
            right: 20px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .ky-home-story-media img,
        .ky-home-story-cta {
            transition: none !important;
        }

        .ky-home-story-media:hover img,
        .ky-home-story-cta:hover {
            transform: none !important;
        }
    }
