.hk-landing-page{background:#000}.hk-landing-hero{position:relative;min-height:88vh;display:flex;align-items:center;padding:calc(var(--hk-nav-h) + 60px) 0 60px;overflow:hidden;text-align:center;background-color:#000}.hk-landing-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(circle at 22% 28%,rgba(0,255,65,.16),transparent 32%),radial-gradient(circle at 80% 62%,rgba(0,255,65,.13),transparent 34%),linear-gradient(to bottom,#00000080,#000000e0 68%,#000 92%)}.hk-landing-hero__inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:18px}.hk-landing-hero__title{color:var(--hk-white);max-width:900px;text-wrap:balance}.hk-landing-hero__lead{color:var(--hk-text-muted);max-width:780px;font-size:1.04rem;line-height:1.75}.hk-landing-hero__lead strong{color:var(--hk-text);font-weight:600}.hk-landing-hero__stat{font-family:var(--hk-font-mono);color:var(--hk-neon);font-size:.88rem;letter-spacing:.03em;margin-top:8px;text-shadow:0 0 10px rgba(0,255,65,.35)}.hk-landing-intro{background:#000}.hk-landing-intro__inner{max-width:860px;margin:0 auto;text-align:center}.hk-landing-intro__text{color:var(--hk-text-muted);margin-top:18px;line-height:1.8;font-size:1.02rem}.hk-landing-intro__text strong{color:var(--hk-text);font-weight:600}.hk-landing-price{background:var(--hk-bg-alt);border-top:1px solid var(--hk-border);border-bottom:1px solid var(--hk-border)}.hk-landing-price__card{max-width:640px;margin:0 auto;border:1px solid var(--hk-neon);border-radius:var(--hk-radius-lg);background:var(--hk-surface);padding:40px 34px;text-align:center;box-shadow:var(--hk-glow-lg);display:flex;flex-direction:column;align-items:center;gap:6px}.hk-landing-price__from{font-family:var(--hk-font-mono);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--hk-text-muted)}.hk-landing-price__value{font-size:clamp(2.4rem,5vw,3.4rem);font-weight:800;line-height:1}.hk-landing-price__note{font-size:.88rem;color:var(--hk-text-muted);margin-bottom:14px}.hk-landing-price__desc{color:var(--hk-text);font-size:.94rem;line-height:1.7;margin-bottom:20px}.hk-landing-price__bullets{display:flex;flex-direction:column;gap:12px;text-align:left;width:100%;margin-bottom:26px}.hk-landing-price__bullets li{display:flex;gap:11px;align-items:flex-start;color:var(--hk-text-muted);font-size:.92rem}.hk-landing-price__bullets strong{color:var(--hk-text);font-weight:600}.hk-landing-price__check{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#00ff001a;border:1px solid var(--hk-neon-dim);color:var(--hk-neon);display:flex;align-items:center;justify-content:center;margin-top:1px}.hk-landing-certs{background:#000}.hk-landing-certs__text{color:var(--hk-text-muted);margin-top:14px;line-height:1.75}.hk-landing-certs__text strong{color:var(--hk-text);font-weight:600}.hk-landing-certs__grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px}.hk-landing-cert{width:126px;height:126px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:16px;border:1px solid var(--hk-border);border-radius:16px;background:var(--hk-surface);transition:transform var(--hk-ease),border-color var(--hk-ease),box-shadow var(--hk-ease)}.hk-landing-cert:hover{transform:translateY(-4px);border-color:var(--hk-neon-dim);box-shadow:var(--hk-glow-md)}.hk-landing-cert img{max-width:100%;max-height:100%;width:auto;object-fit:contain}.hk-landing-services{background:var(--hk-bg-alt);border-top:1px solid var(--hk-border);border-bottom:1px solid var(--hk-border)}.hk-landing-services__text{color:var(--hk-text-muted);margin-top:14px;line-height:1.75}.hk-landing-services__text strong{color:var(--hk-text);font-weight:600}.hk-landing-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 40px}.hk-landing-service{display:flex;flex-direction:column;gap:12px}.hk-landing-service__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.hk-landing-service__title{font-family:var(--hk-font-body);font-weight:800;font-size:1.12rem;line-height:1.15;color:var(--hk-white)}.hk-landing-service__icon{width:60px;height:60px;flex-shrink:0;object-fit:contain;filter:drop-shadow(0 0 8px rgba(0,255,0,.25))}.hk-landing-service__desc{color:var(--hk-text-muted);font-size:.9rem;flex:1}.hk-landing-service__link{align-self:flex-end;color:var(--hk-neon);font-size:.88rem;font-weight:600}.hk-landing-service__link:hover{text-shadow:var(--hk-text-glow)}.hk-landing-cta{background:#000;border-top:1px solid var(--hk-border)}.hk-landing-cta__inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.hk-landing-cta__inner .hk-h2{color:var(--hk-white);max-width:760px}.hk-landing-cta__inner>p{color:var(--hk-text-muted);max-width:600px}.hk-landing-cta__actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:10px}@media(max-width:980px){.hk-landing-services__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.hk-landing-services__grid{grid-template-columns:1fr}.hk-landing-price__card{padding:30px 22px}.hk-landing-cert{width:100px;height:100px;padding:12px}}
