.hkp-topbar,.hkp-site-header{--hkp-header-max:var(--container-max, 1280px)}.hkp-topbar{display:block!important;position:relative;z-index:1001;color:rgb(255 255 255 / .78);font-size:13px;background:linear-gradient(90deg,rgba(var(--brand-primary-rgb,222,51,10),.18),transparent 34%),var(--color-graphite,#1A1F2A);border-bottom:1px solid rgb(255 255 255 / .08)}.hkp-topbar::after{content:'';position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--brand-primary-rgb,222,51,10),.55),transparent);pointer-events:none}.hkp-topbar .container{min-height:38px}.hkp-topbar-row{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:38px}.hkp-topbar-left,.hkp-topbar-right{display:flex;align-items:center;gap:18px;min-width:0}.hkp-topbar-left{flex-wrap:wrap}.hkp-topbar-item,.hkp-topbar-badge{display:inline-flex;align-items:center;gap:7px;min-width:0;color:rgb(255 255 255 / .78);line-height:1.2;white-space:nowrap}.hkp-topbar-badge{padding:5px 10px;color:#F8F8FF;font-weight:700;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .12);border-radius:999px}.hkp-topbar-item svg,.hkp-topbar-badge svg{width:14px!important;height:14px!important;flex:0 0 auto;color:var(--brand-primary,#de330a)}.hkp-topbar-item a{color:inherit;text-decoration:none}.hkp-topbar-item a:hover,.hkp-topbar-item a:focus-visible{color:#F8F8FF}.hkp-lang-switcher{position:relative;display:inline-flex;align-items:center}.hkp-lang-trigger{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:5px 10px 5px 8px;color:rgb(255 255 255 / .95);font-family:inherit;font-size:12px;font-weight:800;line-height:1;letter-spacing:0;text-transform:uppercase;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .14);border-radius:999px;cursor:pointer;transition:background var(--duration-fast,180ms),border-color var(--duration-fast,180ms),color var(--duration-fast,180ms)}.hkp-lang-trigger:hover,.hkp-lang-trigger[aria-expanded="true"]{color:#F8F8FF;background:rgba(var(--brand-primary-rgb,222,51,10),.28);border-color:rgba(var(--brand-primary-rgb,222,51,10),.72)}.hkp-lang-trigger svg{width:12px!important;height:12px!important;transition:transform var(--duration-fast,180ms)}.hkp-lang-trigger[aria-expanded="true"] svg{transform:rotate(180deg)}.hkp-lang-flag{display:inline-block;font-family:'Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji',sans-serif;font-size:16px;line-height:1}.hkp-lang-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:188px;margin:0;padding:7px;list-style:none;background:#F8F8FF;border:1px solid rgb(26 31 42 / .08);border-radius:var(--radius-md,8px);box-shadow:0 18px 46px rgb(26 31 42 / .22);opacity:0;visibility:hidden;transform:translateY(-6px);transform-origin:top right;transition:opacity var(--duration-fast,180ms),transform var(--duration-fast,180ms),visibility var(--duration-fast,180ms);z-index:1003}.hkp-lang-switcher.is-open .hkp-lang-menu{opacity:1;visibility:visible;transform:translateY(0)}.hkp-lang-menu li,.hkp-lang-menu li::before,.hkp-lang-menu li::after{margin:0;padding:0;list-style:none;content:none!important}.hkp-lang-menu a{display:flex;align-items:center;gap:10px;min-height:38px;padding:8px 10px;color:var(--color-graphite,#1A1F2A)!important;font-size:14px;font-weight:650;text-decoration:none;border-radius:var(--radius-sm,4px)}.hkp-lang-menu a:hover{background:var(--color-paper,#F8F8F6)}.hkp-lang-menu a.is-current{color:var(--brand-primary,#de330a)!important;background:rgba(var(--brand-primary-rgb,222,51,10),.08)}.hkp-lang-menu a.is-current svg{width:14px!important;height:14px!important;margin-left:auto}.hkp-lang-name{flex:1}.hkp-site-header,header.hkp-site-header{position:sticky!important;top:0!important;z-index:999!important;background:linear-gradient(180deg,rgb(255 255 255 / .98),rgb(255 255 255 / .94))!important;border-bottom:1px solid rgb(26 31 42 / .08);box-shadow:0 10px 34px rgb(26 31 42 / .08);backdrop-filter:saturate(150%) blur(12px)}.hkp-header-row{display:grid;grid-template-columns:auto minmax(300px,360px) minmax(390px,1fr) auto;align-items:center;gap:clamp(14px, 1.6vw, 22px);min-height:80px}.hkp-logo{justify-self:start;min-width:0}.hkp-logo a,.hkp-logo .custom-logo-link{display:inline-flex;align-items:center}.hkp-logo .custom-logo,.hkp-logo img{display:block;width:auto;height:50px;max-width:215px;object-fit:contain}.hkp-logo-text{display:inline-flex;flex-direction:column;gap:2px;color:var(--color-graphite,#1A1F2A);font-family:var(--font-headline,system-ui);font-size:25px;font-weight:800;line-height:1}.hkp-logo-text small{color:var(--color-steel,#4A5568);font-family:var(--font-body,system-ui);font-size:11px;font-weight:700;letter-spacing:0}.hkp-header-search{justify-self:stretch;min-width:0;width:100%;position:relative}.hkp-header-search-wrapper{display:flex;align-items:center;gap:9px;height:46px;padding:0 4px 0 14px;background:#F8F8FF;border:1px solid rgb(26 31 42 / .12);border-radius:999px;box-shadow:0 10px 24px rgb(26 31 42 / .07);transition:border-color var(--duration-fast,180ms),box-shadow var(--duration-fast,180ms),transform var(--duration-fast,180ms);overflow:hidden}.hkp-header-search-wrapper:focus-within{border-color:rgba(var(--brand-primary-rgb,222,51,10),.65);box-shadow:0 0 0 4px rgba(var(--brand-primary-rgb,222,51,10),.11),0 12px 28px rgb(26 31 42 / .08)}.hkp-header-search-icon,.hkp-header-search-wrapper>svg{width:18px!important;height:18px!important;flex:0 0 auto;color:var(--brand-primary,#de330a)}.hkp-header-search input.hkp-search-input{flex:1;min-width:0;width:auto!important;height:100%;padding:0;color:var(--color-graphite,#1A1F2A);font-family:inherit;font-size:14px;font-weight:600;line-height:46px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;outline:none!important;appearance:none}.hkp-header-search input.hkp-search-input::placeholder{color:var(--color-steel,#4A5568);opacity:.76}.hkp-header-search-submit{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:38px;padding:0 16px;color:#F8F8FF;font-family:inherit;font-size:13px;font-weight:800;line-height:1;letter-spacing:0;text-transform:uppercase;background:var(--brand-primary,#de330a);border:0;border-radius:999px;box-shadow:0 8px 18px rgba(var(--brand-primary-rgb,222,51,10),.24);cursor:pointer;transition:background var(--duration-fast,180ms),transform var(--duration-fast,180ms),box-shadow var(--duration-fast,180ms)}.hkp-header-search-submit:hover{background:var(--brand-primary-hover,#f04420);box-shadow:0 10px 22px rgba(var(--brand-primary-rgb,222,51,10),.28);transform:translateY(-1px)}.hkp-primary-nav{justify-self:end;min-width:0}.hkp-primary-menu{display:flex;align-items:center;justify-content:flex-end;gap:2px;margin:0;padding:0;list-style:none}.hkp-primary-menu li{list-style:none}.hkp-primary-menu .ast-menu-toggle,.hkp-primary-menu .dropdown-menu-toggle{display:none!important}.hkp-primary-menu>.menu-item{position:relative}.hkp-primary-menu>.menu-item>a{display:inline-flex!important;align-items:center;min-height:38px;padding:8px 9px!important;color:var(--color-graphite,#1A1F2A)!important;font-size:14px;font-weight:800;line-height:1.1;text-decoration:none;white-space:nowrap;background:transparent!important;border-radius:7px!important;transition:color var(--duration-fast,180ms),background var(--duration-fast,180ms)}.hkp-primary-menu>.menu-item>a:hover,.hkp-primary-menu>.menu-item.current-menu-item>a,.hkp-primary-menu>.menu-item.current-menu-ancestor>a{color:var(--brand-primary,#de330a)!important;background:rgba(var(--brand-primary-rgb,222,51,10),.08)!important}.hkp-primary-menu>.menu-item>a::after{content:'';position:absolute;right:9px;bottom:4px;left:9px;height:2px;background:var(--brand-primary,#de330a);border-radius:999px;transform:scaleX(0);transform-origin:center;transition:transform 220ms var(--ease-out-quint,ease)}.hkp-primary-menu>.menu-item>a:hover::after,.hkp-primary-menu>.menu-item.current-menu-item>a::after,.hkp-primary-menu>.menu-item.current-menu-ancestor>a::after{transform:scaleX(1)}.hkp-primary-menu .sub-menu{position:absolute;top:100%;left:0;min-width:230px;margin:0;padding:14px 8px 8px;list-style:none;background:#F8F8FF;border:1px solid rgb(26 31 42 / .08);border-radius:var(--radius-md,8px);box-shadow:0 18px 44px rgb(26 31 42 / .18);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity var(--duration-fast,180ms),transform var(--duration-fast,180ms),visibility var(--duration-fast,180ms);z-index:1002;clip-path:none}.hkp-primary-menu>.menu-item-has-children:hover>.sub-menu,.hkp-primary-menu>.menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.hkp-primary-menu .sub-menu a{display:flex;align-items:center;min-height:38px;padding:9px 10px;color:var(--color-graphite,#1A1F2A);font-size:14px;font-weight:700;line-height:1.25;text-decoration:none;border-radius:var(--radius-sm,4px)}.hkp-primary-menu .sub-menu a:hover{color:var(--brand-primary,#de330a);background:var(--color-paper,#F8F8F6)}.hkp-primary-menu .sub-menu a::after{display:none}.hkp-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.hkp-header-cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:var(--radius-md,8px)}.hkp-header-cta{gap:8px;min-height:42px;padding:0 15px;color:#F8F8FF;font-size:14px;font-weight:850;line-height:1;white-space:nowrap;background:linear-gradient(135deg,var(--brand-primary,#de330a),var(--brand-primary-hover,#f04420));box-shadow:0 12px 24px rgba(var(--brand-primary-rgb,222,51,10),.25)}.hkp-header-cta:hover,.hkp-header-cta:focus-visible{color:#F8F8FF;transform:translateY(-1px)}.hkp-header-cta svg{width:16px!important;height:16px!important;transition:transform var(--duration-fast,180ms)}.hkp-header-cta:hover svg{transform:translateX(2px)}.hkp-mobile-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:44px;height:44px;padding:0;background:#F8F8FF;border:1px solid rgb(26 31 42 / .12);border-radius:var(--radius-md,8px);box-shadow:0 8px 18px rgb(26 31 42 / .08);cursor:pointer}.hkp-mobile-toggle .hamburger-line{width:22px;height:2px;background:var(--color-graphite,#1A1F2A);border-radius:2px;transition:transform 220ms var(--ease-out-quint,ease),opacity var(--duration-fast,180ms)}.hkp-mobile-toggle.is-active .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hkp-mobile-toggle.is-active .hamburger-line:nth-child(2){opacity:0}.hkp-mobile-toggle.is-active .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hkp-nav-backdrop{position:fixed;inset:0;z-index:997;background:rgb(26 31 42 / .56);opacity:0;visibility:hidden;transition:opacity 220ms ease,visibility 220ms}.hkp-nav-backdrop.is-visible{opacity:1;visibility:visible}@media (max-width:1180px){.hkp-header-row{grid-template-columns:auto minmax(220px,1fr) auto auto}.hkp-primary-nav{display:none}.hkp-mobile-toggle{display:inline-flex}.hkp-primary-nav{position:fixed!important;top:0;right:-100%;display:block;width:min(390px, 100vw);height:100vh;padding:92px 22px 28px;overflow-y:auto;background:#F8F8FF;box-shadow:-18px 0 42px rgb(26 31 42 / .18);transition:right 300ms var(--ease-out-quint,ease);z-index:1000}.hkp-primary-nav.is-open{right:0}.hkp-primary-nav::before{content:'Menu';position:absolute;top:28px;left:22px;color:var(--color-graphite,#1A1F2A);font-family:var(--font-headline,system-ui);font-size:22px;font-weight:800;line-height:1}.hkp-primary-menu{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:6px}.hkp-primary-menu>.menu-item{border-bottom:1px solid rgb(26 31 42 / .08)}.hkp-primary-menu>.menu-item>a{min-height:48px;padding:14px 6px!important;font-size:16px!important;border-radius:0!important}.hkp-primary-menu>.menu-item>a::after{display:none}.hkp-primary-menu .sub-menu{position:static;min-width:0;margin:0 0 10px;padding:6px;background:var(--color-paper,#F8F8F6);border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}}@media (max-width:920px){.hkp-topbar-row{gap:12px}.hkp-topbar-badge,.hkp-topbar-right .hkp-topbar-item{display:none}.hkp-header-actions{display:none}.hkp-header-row{grid-template-columns:auto minmax(180px,1fr) auto;min-height:72px}.hkp-logo .custom-logo,.hkp-logo img{height:44px;max-width:190px}}@media (max-width:700px){.hkp-topbar{font-size:12px}.hkp-topbar .container,.hkp-topbar-row{min-height:34px}.hkp-topbar-left{gap:12px}.hkp-topbar-left .hkp-topbar-item:nth-of-type(n+3){display:none}.hkp-header-search-submit{width:38px;padding:0;position:relative}.hkp-header-search-submit span{display:none}.hkp-header-search-submit::after{content:'';position:absolute;inset:0;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>') no-repeat center;background-size:17px 17px}}@media (max-width:560px){.hkp-topbar{display:none!important}.hkp-site-header .container{padding-left:16px;padding-right:16px}.hkp-header-row{grid-template-columns:1fr auto;min-height:60px;gap:12px}.hkp-logo .custom-logo,.hkp-logo img{height:38px;max-width:160px}.hkp-logo-text{font-size:21px}.hkp-logo-text small{font-size:10px}.hkp-header-search{display:none}.hkp-lang-trigger{min-height:36px;padding:6px 10px 6px 8px}.hkp-mobile-toggle{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}}.menu-item-wsz>a{color:#de330a!important;border-bottom:1px solid rgb(26 31 42 / .08);margin-bottom:4px;padding-bottom:12px!important}.menu-item-wsz>a:hover{background:rgb(222 51 10 / .06)!important}body.hkp-search-open{overflow:hidden}.hkp-header-row{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"logo nav actions";align-items:center;gap:clamp(18px, 2.4vw, 34px)!important;min-height:88px;padding:0!important}.hkp-logo{grid-area:logo}.hkp-primary-nav{grid-area:nav;justify-self:end}.hkp-primary-menu{gap:clamp(16px, 2vw, 28px)!important}.hkp-primary-menu>.menu-item>a{padding-right:0!important;padding-left:0!important;background:transparent!important;border-radius:0!important;transition:color 180ms ease!important}.hkp-primary-menu>.menu-item>a:hover,.hkp-primary-menu>.menu-item>a:focus-visible,.hkp-primary-menu>.menu-item.current-menu-item>a,.hkp-primary-menu>.menu-item.current-menu-ancestor>a{color:var(--brand-primary,#de330a)!important;background:transparent!important}.hkp-primary-menu>.menu-item>a::after{right:0!important;bottom:2px!important;left:0!important;height:2px!important;background:var(--brand-primary,#de330a)!important}.hkp-header-actions{grid-area:actions;display:flex!important;align-items:center!important;gap:10px!important;flex-shrink:0;margin-left:0!important}.hkp-header-search-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;color:var(--color-graphite,#1A1F2A);background:#F8F8FF;border:1px solid rgb(26 31 42 / .12);border-radius:8px;box-shadow:0 8px 18px rgb(26 31 42 / .08);cursor:pointer;transition:color 180ms ease,border-color 180ms ease,box-shadow 180ms ease,transform 180ms ease}.hkp-header-search-toggle:hover,.hkp-header-search-toggle:focus-visible{color:#FDFDFD;background:var(--brand-primary,#de330a);border-color:var(--brand-primary,#de330a);box-shadow:0 12px 24px rgba(var(--brand-primary-rgb,222,51,10),.14);transform:translateY(-1px)}.hkp-header-search-toggle svg{width:20px!important;height:20px!important}.hkp-header-cta{min-height:44px}.hkp-search-overlay[hidden]{display:none!important}.hkp-search-overlay{position:fixed;inset:0;z-index:10000;display:grid;place-items:start center;padding:clamp(18px, 5vw, 56px);opacity:0;visibility:hidden;transition:opacity 180ms ease,visibility 180ms ease}.hkp-search-overlay.is-open{opacity:1;visibility:visible}.hkp-search-overlay-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(var(--brand-primary-rgb,222,51,10),.18),transparent 42%),rgb(13 17 25 / .82);backdrop-filter:blur(10px)}.hkp-search-overlay-panel{position:relative;width:min(920px, 100%);margin-top:clamp(18px, 7vh, 72px);padding:clamp(22px, 4vw, 38px);color:var(--color-graphite,#1A1F2A);background:#F8F8FF;border:1px solid rgb(255 255 255 / .28);border-radius:12px;box-shadow:0 34px 90px rgb(0 0 0 / .32);transform:translateY(12px) scale(.985);transition:transform 220ms var(--ease-out-quint,ease)}.hkp-search-overlay.is-open .hkp-search-overlay-panel{transform:translateY(0) scale(1)}.hkp-search-overlay-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.hkp-search-overlay-kicker{margin:0;color:var(--brand-primary,#de330a);font-size:12px;font-weight:850;line-height:1.2;text-transform:uppercase;letter-spacing:0}.hkp-search-overlay-close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;color:var(--color-graphite,#1A1F2A);background:var(--color-paper,#F8F8F6);border:1px solid rgb(26 31 42 / .1);border-radius:8px;cursor:pointer}.hkp-search-overlay-close:hover,.hkp-search-overlay-close:focus-visible{color:var(--brand-primary,#de330a);background:#F8F8FF}.hkp-search-overlay-panel h2{max-width:720px;margin:0 0 22px;color:var(--color-graphite,#1A1F2A);font-size:clamp(26px, 4vw, 42px);font-weight:850;line-height:1.08;letter-spacing:0}.hkp-overlay-search-form{margin:0}.hkp-overlay-search-field{position:relative;display:flex;align-items:center;gap:14px;min-height:68px;padding:8px 8px 8px 20px;background:#F8F8FF;border:2px solid rgb(26 31 42 / .12);border-radius:10px;box-shadow:0 16px 38px rgb(26 31 42 / .12)}.hkp-overlay-search-field:focus-within{border-color:rgba(var(--brand-primary-rgb,222,51,10),.68);box-shadow:0 0 0 5px rgba(var(--brand-primary-rgb,222,51,10),.12),0 18px 44px rgb(26 31 42 / .14)}.hkp-overlay-search-icon{flex:0 0 auto;width:24px!important;height:24px!important;color:var(--brand-primary,#de330a)}.hkp-overlay-search-input,.hkp-overlay-search-field input[type="search"]{flex:1 1 auto!important;min-width:0!important;width:100%!important;height:54px!important;margin:0!important;padding:0!important;color:var(--color-graphite,#1A1F2A)!important;font-family:var(--font-body,system-ui,sans-serif)!important;font-size:clamp(17px, 2vw, 22px)!important;font-weight:700!important;line-height:54px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;outline:0!important}.hkp-overlay-search-input::placeholder{color:#697586;opacity:1}.hkp-overlay-search-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;min-width:132px;height:52px;padding:0 20px;color:#F8F8FF;font-family:inherit;font-size:14px;font-weight:850;line-height:1;text-transform:uppercase;background:var(--brand-primary,#de330a);border:0;border-radius:8px;box-shadow:0 12px 26px rgba(var(--brand-primary-rgb,222,51,10),.28);cursor:pointer}.hkp-overlay-search-submit:hover,.hkp-overlay-search-submit:focus-visible{background:var(--brand-primary-hover,#f04420)}.hkp-search-overlay-hints{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.hkp-search-overlay-hints span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;color:var(--color-steel,#4A5568);font-size:13px;font-weight:700;background:var(--color-paper,#F8F8F6);border:1px solid rgb(26 31 42 / .08);border-radius:999px}.hkp-overlay-search-field .hkp-search-dropdown{top:calc(100% + 12px);right:0;left:0;max-height:min(46vh, 420px);padding:10px;background:#F8F8FF;border:1px solid rgb(26 31 42 / .1);border-radius:10px;box-shadow:0 22px 58px rgb(26 31 42 / .2);overflow-y:auto}.hkp-overlay-search-field .hkp-search-group{padding:8px}.hkp-overlay-search-field .hkp-search-group+.hkp-search-group{margin-top:8px;padding-top:14px;border-top:1px solid rgb(26 31 42 / .08)}.hkp-overlay-search-field .hkp-search-group-label{margin:0 0 8px;padding:0 4px;color:var(--brand-primary,#de330a);font-size:11px;font-weight:850;line-height:1.2;text-transform:uppercase;letter-spacing:0}.hkp-overlay-search-field .hkp-search-result{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:46px;padding:10px 12px;color:var(--color-graphite,#1A1F2A);font-size:15px;font-weight:750;text-decoration:none;border-radius:8px}.hkp-overlay-search-field .hkp-search-result:hover,.hkp-overlay-search-field .hkp-search-result:focus,.hkp-overlay-search-field .hkp-search-result.is-active{color:var(--brand-primary,#de330a);background:rgba(var(--brand-primary-rgb,222,51,10),.08);outline:none}.hkp-overlay-search-field .hkp-search-meta{flex:0 0 auto;color:var(--color-steel,#4A5568);font-family:var(--font-mono,monospace);font-size:12px;font-weight:800}.hkp-overlay-search-field .hkp-search-empty{padding:18px;color:var(--color-steel,#4A5568);font-size:15px;font-weight:700;text-align:center}@media (max-width:1180px){.hkp-header-row{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"logo actions toggle";min-height:76px}.hkp-primary-nav{grid-area:auto}.hkp-mobile-toggle{grid-area:toggle;display:inline-flex!important;justify-self:end}}.hkp-mobile-toggle:focus:not(:focus-visible){outline:none}.hkp-mobile-toggle:hover,.hkp-mobile-toggle:focus-visible{color:#F8F8FF;background:#de330a;border-color:#de330a}.hkp-mobile-toggle:hover .hamburger-line,.hkp-mobile-toggle:focus-visible .hamburger-line{background:#F8F8FF}@media (max-width:760px){.hkp-site-header .container{width:100%!important;max-width:100%!important;padding-left:16px!important;padding-right:16px!important}.hkp-header-row{grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"logo actions toggle";min-height:72px;gap:10px!important}.hkp-logo .custom-logo,.hkp-logo img{max-width:190px;height:42px}.hkp-header-actions{gap:8px!important}.hkp-header-search-toggle,.hkp-mobile-toggle{width:42px;height:42px}.hkp-header-cta{display:none!important}.hkp-search-overlay{padding:14px;align-items:start}.hkp-search-overlay-panel{margin-top:18px;padding:18px}.hkp-search-overlay-panel h2{font-size:26px}.hkp-overlay-search-field{min-height:56px;padding:6px 6px 6px 14px;gap:9px}.hkp-overlay-search-input,.hkp-overlay-search-field input[type="search"]{height:44px!important;font-size:15px!important;line-height:44px!important}.hkp-overlay-search-submit{width:44px;min-width:44px;height:44px;padding:0}.hkp-overlay-search-submit span{display:none}.hkp-overlay-search-submit svg{width:19px!important;height:19px!important}}.hkp-footer>.container::before{background-image:image-set(url(/wp-content/themes/hakpol-theme/assets/img/footer-watermark-cutout-v2.avif) type('image/avif'),url(/wp-content/themes/hakpol-theme/assets/img/footer-watermark-cutout-v2.png) type('image/png'))!important}.hkp-mobile-drawer-head,.hkp-mobile-drawer-foot{display:none}.hkp-submenu-toggle{display:none}@media (max-width:1180px){html,body{max-width:100%;overflow-x:clip}.hkp-primary-nav{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;display:flex!important;flex-direction:column;width:min(392px, calc(100vw - 18px))!important;height:100dvh!important;min-height:100vh;padding:0!important;overflow:hidden;visibility:hidden;opacity:0;transform:translate3d(104%,0,0);border-left:1px solid rgb(255 255 255 / .11);background:radial-gradient(circle at 18% 4%,rgba(var(--brand-primary-rgb,222,51,10),.24),transparent 34%),radial-gradient(circle at 88% 78%,rgb(136 149 167 / .16),transparent 34%),linear-gradient(145deg,#151922 0%,#1a1f2a 46%,#10131a 100%)!important;box-shadow:-30px 0 80px rgb(0 0 0 / .42);transition:transform 360ms var(--ease-out-quint,cubic-bezier(.22,1,.36,1)),opacity 220ms ease,visibility 220ms ease;z-index:1300!important}.hkp-primary-nav::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgb(255 255 255 / .045) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .045) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,#000 0%,transparent 84%)}.hkp-primary-nav.is-open{visibility:visible;opacity:1;transform:translate3d(0,0,0)}.hkp-mobile-drawer-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:max(18px, env(safe-area-inset-top)) 18px 16px;border-bottom:1px solid rgb(255 255 255 / .12)}.hkp-mobile-drawer-logo{display:inline-flex;align-items:center;min-width:0;text-decoration:none}.hkp-mobile-drawer-logo img{display:block;width:min(188px, 58vw);height:auto;max-height:52px;object-fit:contain}.hkp-mobile-drawer-kicker{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border:1px solid rgb(255 255 255 / .15);border-radius:999px;color:rgb(255 255 255 / .74);background:rgb(255 255 255 / .06);font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.hkp-mobile-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgb(255 255 255 / .13);border-radius:8px;color:#F8F8FF;background:rgb(255 255 255 / .08);cursor:pointer}.hkp-mobile-drawer-close:hover,.hkp-mobile-drawer-close:focus-visible{color:#F8F8FF;border-color:rgba(var(--brand-primary-rgb,222,51,10),.55);background:rgba(var(--brand-primary-rgb,222,51,10),.22)}.hkp-primary-nav .hkp-primary-menu{position:relative;z-index:1;display:flex!important;flex:1 1 auto;flex-direction:column!important;flex-wrap:nowrap!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;width:100%;margin:0!important;padding:18px!important;overflow-y:auto;list-style:none}.hkp-primary-nav .hkp-primary-menu>.menu-item{position:relative;display:block!important;float:none!important;width:100%!important;max-width:100%!important;border:0!important}.hkp-primary-nav .hkp-primary-menu>.menu-item>a{display:flex!important;align-items:center;justify-content:space-between;min-height:54px;padding:0 16px!important;border:1px solid rgb(255 255 255 / .1)!important;border-radius:8px!important;color:rgb(255 255 255 / .88)!important;background:rgb(255 255 255 / .055)!important;font-family:var(--font-headline,system-ui);font-size:17px!important;font-weight:760!important;line-height:1.15;text-decoration:none;box-shadow:none!important}.hkp-primary-nav .hkp-primary-menu>.menu-item-has-children>a{padding-right:58px!important}.hkp-primary-nav .hkp-primary-menu>.menu-item>a::after{display:none!important}.hkp-primary-nav .hkp-primary-menu>.menu-item>a:hover,.hkp-primary-nav .hkp-primary-menu>.menu-item>a:focus-visible,.hkp-primary-nav .hkp-primary-menu>.current-menu-item>a{color:#F8F8FF!important;border-color:rgba(var(--brand-primary-rgb,222,51,10),.58)!important;background:linear-gradient(135deg,rgba(var(--brand-primary-rgb,222,51,10),.24),rgb(255 255 255 / .07))!important}.hkp-submenu-toggle{position:absolute;top:8px;right:8px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:38px;min-width:38px;height:38px;padding:0;border:1px solid rgb(255 255 255 / .12);border-radius:8px;box-sizing:border-box;color:rgb(255 255 255 / .82);background:rgb(255 255 255 / .07);appearance:none;cursor:pointer}.hkp-submenu-toggle span{display:block;width:11px;height:11px;margin-top:-3px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform 180ms ease}.hkp-submenu-toggle:hover,.hkp-submenu-toggle:focus-visible{color:#F8F8FF;border-color:rgba(var(--brand-primary-rgb,222,51,10),.52);background:rgba(var(--brand-primary-rgb,222,51,10),.18)}.menu-item.is-submenu-open>.hkp-submenu-toggle span{margin-top:3px;transform:rotate(225deg)}.hkp-primary-nav .sub-menu{position:static!important;display:none!important;gap:6px;float:none!important;width:100%!important;min-width:0!important;margin:7px 0 0 0!important;padding:8px 0 4px 12px!important;border:0!important;border-left:1px solid rgb(255 255 255 / .12)!important;background:transparent!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important}.hkp-primary-nav .menu-item.is-submenu-open>.sub-menu{display:grid!important}.hkp-primary-nav .sub-menu a{display:block!important;padding:10px 12px!important;border-radius:7px;color:rgb(255 255 255 / .72)!important;background:transparent!important;font-size:14px!important;font-weight:650!important;text-decoration:none}.hkp-primary-nav .sub-menu a:hover,.hkp-primary-nav .sub-menu a:focus-visible{color:#F8F8FF!important;background:rgba(var(--brand-primary-rgb,222,51,10),.16)!important;outline:none}.hkp-primary-nav .sub-menu .hkp-submenu-all a{color:#F8F8FF!important;background:rgb(255 255 255 / .08)!important;font-weight:850!important}.hkp-mobile-drawer-foot{position:relative;z-index:1;display:grid;gap:10px;padding:16px 18px calc(18px + env(safe-area-inset-bottom));border-top:1px solid rgb(255 255 255 / .12);background:rgb(10 12 17 / .34)}.hkp-mobile-drawer-primary,.hkp-mobile-drawer-contact{display:flex;align-items:center;gap:10px;min-height:46px;padding:0 14px;border-radius:8px;text-decoration:none}.hkp-mobile-drawer-primary{justify-content:center;color:#F8F8FF;background:var(--brand-primary,#de330a);font-family:var(--font-headline,system-ui);font-size:15px;font-weight:800}.hkp-mobile-drawer-contact{color:rgb(255 255 255 / .76);background:rgb(255 255 255 / .055);font-size:14px;font-weight:700}.hkp-nav-backdrop{z-index:998!important;background:radial-gradient(circle at 90% 16%,rgba(var(--brand-primary-rgb,222,51,10),.2),transparent 34%),rgb(7 9 13 / .72)!important;backdrop-filter:blur(8px)}}@media (max-width:760px){.hkp-hero{min-height:auto!important;max-height:none!important;align-items:stretch;padding:0!important}.hkp-hero-bg{background-position:54% center!important}.hkp-hero-bg::after{background:linear-gradient(180deg,rgb(16 19 26 / .5) 0%,rgb(16 19 26 / .88) 38%,rgb(16 19 26 / .96) 100%),linear-gradient(95deg,rgb(16 19 26 / .92) 0%,rgb(16 19 26 / .62) 100%)!important}.hkp-hero .container{width:100%;padding-left:20px;padding-right:20px}.hkp-hero-grid{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;min-height:calc(100svh - 124px);padding:clamp(22px, 5svh, 38px) 0 20px;align-content:start}.hkp-hero-content{padding-top:0}.hkp-hero-eyebrow{margin-bottom:10px!important;padding:5px 10px!important;font-size:11px!important;letter-spacing:0.12em!important}.hkp-hero-headline,.hkp-hero h1{max-width:12ch;margin-bottom:12px!important;font-size:clamp(32px, 10vw, 42px)!important;line-height:0.97!important}.hkp-hero-subtitle{max-width:33ch;margin-bottom:18px!important;font-size:15.5px!important;line-height:1.48!important}.hkp-hero-content .btn-primary,.hkp-hero .btn-primary{min-height:50px;padding:0 22px!important;font-size:15px!important}.hkp-configurator{display:block!important;width:100%;padding:16px 16px!important;border-radius:12px!important}.hkp-configurator-eyebrow{margin-bottom:12px!important;font-size:11px!important;letter-spacing:0.12em!important}.hkp-configurator-form{gap:9px!important;margin-bottom:10px!important}.hkp-config-select{height:46px!important;padding-left:14px!important;font-size:15px!important}.hkp-configurator-fallback{margin-top:8px!important;font-size:13px!important}.hkp-hero-badges,.hkp-trust-badges{display:none!important}}@media (max-width:374px){.hkp-hero .container{padding-left:16px;padding-right:16px}.hkp-hero-grid{gap:14px!important;min-height:calc(100svh - 116px);padding-top:20px;padding-bottom:14px}.hkp-hero-headline,.hkp-hero h1{font-size:clamp(30px, 9.8vw, 36px)!important;margin-bottom:10px!important}.hkp-hero-subtitle{margin-bottom:14px!important;font-size:14px!important;line-height:1.42!important}.hkp-hero-content .btn-primary,.hkp-hero .btn-primary{min-height:46px}.hkp-configurator{padding:14px!important}.hkp-config-select{height:44px!important}}