@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.hk-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--dark)}.hk-page *{box-sizing:border-box}.hk-page h1,.hk-page h2,.hk-page h3,.hk-page h4,.hk-page p,.hk-page ul,.hk-page li{margin:0;padding:0}.hk-page ul{list-style:none}:root{--primary: #1877F2;--primary-dark: #1466d4;--primary-light: #4293f5;--accent: #1877F2;--dark: #0f172a;--dark-secondary: #1e293b;--gray-600: #475569;--gray-400: #94a3b8;--gray-200: #e2e8f0;--gray-100: #f1f5f9;--white: #ffffff;--gradient-hero: linear-gradient(135deg, #f0f7ff 0%, #e8f2ff 50%, #f5f9ff 100%);--gradient-cta: linear-gradient(135deg, #1877F2 0%, #4293f5 100%);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}.hk-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffffa;backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200);padding:1rem 2rem}.hk-header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.hk-logo{display:flex;align-items:center;text-decoration:none}.hk-logo-text{font-family:Plus Jakarta Sans,sans-serif;font-size:1.6rem;font-weight:700;color:var(--primary);font-style:italic}.hk-logo-text sup{font-size:.5rem;font-style:normal;vertical-align:super}.hk-nav-menu{display:flex;align-items:center;gap:2rem}.hk-nav-menu a{color:var(--dark);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s;display:flex;align-items:center;gap:.25rem}.hk-nav-menu a:hover{color:var(--primary)}.hk-nav-menu a svg{width:14px;height:14px;opacity:.6}.hk-header-cta{display:flex;gap:1rem;align-items:center}.hk-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.hk-btn-primary{background:var(--gradient-cta);color:var(--white);box-shadow:var(--shadow-md)}.hk-btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.hk-btn-secondary{background:var(--white);color:var(--dark);border:2px solid var(--gray-200)}.hk-btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.hk-hero{padding:3rem 2rem 5rem;background:var(--gradient-hero);position:relative;overflow:hidden}.hk-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(13,148,136,.08) 0%,transparent 70%);border-radius:50%}.hk-hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(6,182,212,.06) 0%,transparent 70%);border-radius:50%}.hk-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hk-hero-text{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hk-partner-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;color:var(--primary);box-shadow:var(--shadow-md);margin-bottom:1.5rem}.hk-partner-badge svg{width:20px;height:20px}.hk-hero h1{font-family:Plus Jakarta Sans,sans-serif;font-size:3.25rem;font-weight:800;line-height:1.15;color:var(--dark);margin-bottom:1.5rem}.hk-hero h1 span{background:var(--gradient-cta);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hk-hero-description{font-size:1.2rem;color:var(--gray-600);margin-bottom:2rem;max-width:540px}.hk-hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hk-hero-visual{position:relative;animation:fadeInUp .8s ease-out .2s both}.hk-integration-visual{background:var(--white);border-radius:20px;padding:2rem;box-shadow:var(--shadow-xl);position:relative}.hk-integration-logos{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2rem}.hk-logo-box{background:var(--gray-100);padding:1.25rem 2rem;border-radius:12px;display:flex;align-items:center;justify-content:center}.hk-logo-box img{height:40px;width:auto}.hk-logo-box-text{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:1.1rem;color:var(--dark)}.hk-connector{display:flex;flex-direction:column;align-items:center;gap:.25rem}.hk-connector-line{width:40px;height:3px;background:var(--gradient-cta);border-radius:2px}.hk-connector-icon{width:36px;height:36px;background:var(--gradient-cta);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white)}.hk-workflow-preview{background:var(--gray-100);border-radius:12px;padding:1.5rem}.hk-workflow-step{display:flex;align-items:center;gap:1rem;padding:.75rem;background:var(--white);border-radius:8px;margin-bottom:.75rem;box-shadow:var(--shadow-sm)}.hk-workflow-step:last-child{margin-bottom:0}.hk-workflow-icon{width:40px;height:40px;background:#1877f21a;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.hk-workflow-text{font-size:.9rem;font-weight:500;color:var(--dark-secondary)}.hk-workflow-check{margin-left:auto;color:var(--primary)}.hk-features{padding:6rem 2rem;background:var(--white)}.hk-section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.hk-section-label{display:inline-block;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:1rem}.hk-section-title{font-family:Plus Jakarta Sans,sans-serif;font-size:2.5rem;font-weight:800;color:var(--dark);margin-bottom:1rem}.hk-section-description{font-size:1.1rem;color:var(--gray-600)}.hk-features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.hk-feature-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:2rem;transition:all .3s ease}.hk-feature-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.hk-feature-icon{width:56px;height:56px;background:#1877f21a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:1.5rem}.hk-feature-card h3{font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:.75rem}.hk-feature-card p{font-size:.95rem;color:var(--gray-600);line-height:1.7}.hk-how-it-works{padding:6rem 2rem;background:var(--gray-100)}.hk-steps-container{max-width:900px;margin:0 auto}.hk-step{display:flex;gap:2rem;align-items:flex-start;margin-bottom:3rem;position:relative}.hk-step:last-child{margin-bottom:0}.hk-step:not(:last-child):after{content:"";position:absolute;left:28px;top:60px;bottom:-2rem;width:2px;background:linear-gradient(to bottom,var(--primary),var(--gray-200))}.hk-step-number{width:56px;height:56px;background:var(--gradient-cta);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;font-weight:700;color:var(--white);flex-shrink:0;box-shadow:var(--shadow-md)}.hk-step-content{flex:1;background:var(--white);padding:1.5rem 2rem;border-radius:12px;box-shadow:var(--shadow-sm)}.hk-step-content h3{font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.hk-step-content p{font-size:.95rem;color:var(--gray-600)}.hk-benefits{padding:6rem 2rem;background:var(--dark);color:var(--white)}.hk-benefits .hk-section-label{color:var(--primary-light)}.hk-benefits .hk-section-title{color:var(--white)}.hk-benefits .hk-section-description{color:var(--gray-400)}.hk-benefits-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.hk-benefit-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.hk-benefit-item:hover{background:#ffffff14;border-color:var(--primary)}.hk-benefit-check{width:28px;height:28px;background:var(--gradient-cta);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hk-benefit-check svg{width:16px;height:16px;color:var(--white)}.hk-benefit-text h4{font-family:Plus Jakarta Sans,sans-serif;font-size:1.05rem;font-weight:600;margin-bottom:.25rem}.hk-benefit-text p{font-size:.9rem;color:var(--gray-400)}.hk-cta{padding:6rem 2rem;background:var(--gradient-hero);text-align:center}.hk-cta-content{max-width:700px;margin:0 auto}.hk-cta h2{font-family:Plus Jakarta Sans,sans-serif;font-size:2.5rem;font-weight:800;color:var(--dark);margin-bottom:1rem}.hk-cta p{font-size:1.15rem;color:var(--gray-600);margin-bottom:2rem}.hk-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hk-btn-large{padding:1rem 2rem;font-size:1.05rem}.hk-footer-top{background:var(--dark);padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.hk-footer-top-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.hk-footer-top-links{display:flex;gap:2rem}.hk-footer-top-links a{color:var(--white);text-decoration:none;font-size:.95rem;font-weight:500;transition:opacity .2s}.hk-footer-top-links a:hover{opacity:.8}.hk-footer-social{display:flex;gap:.75rem}.hk-footer-social a{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;color:var(--white);text-decoration:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:500;transition:background .2s}.hk-footer-social a:hover{background:#ffffff26}.hk-footer-main{background:var(--dark);padding:4rem 2rem 2rem}.hk-footer-main-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}.hk-footer-brand{max-width:280px}.hk-footer-logo{font-family:Plus Jakarta Sans,sans-serif;font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.hk-footer-logo sup{font-size:.6rem;vertical-align:super}.hk-footer-tagline{color:var(--gray-400);font-size:.95rem}.hk-footer-column h4{color:var(--white);font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:700;margin-bottom:1.25rem}.hk-footer-column ul{list-style:none}.hk-footer-column li{margin-bottom:.75rem}.hk-footer-column a{color:var(--gray-400);text-decoration:none;font-size:.95rem;transition:color .2s}.hk-footer-column a:hover{color:var(--white)}.hk-footer-bottom{background:var(--dark);padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.1)}.hk-footer-bottom-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.hk-footer-copyright,.hk-footer-powered{color:var(--gray-400);font-size:.85rem}.hk-footer-powered span{color:var(--white);font-weight:600}@media (max-width: 1024px){.hk-nav-menu{display:none}}@media (max-width: 968px){.hk-hero-content{grid-template-columns:1fr;text-align:center}.hk-hero h1{font-size:2.5rem}.hk-hero-description{margin:0 auto 2rem}.hk-hero-cta{justify-content:center}.hk-hero-visual{max-width:500px;margin:0 auto}.hk-features-grid{grid-template-columns:1fr;max-width:500px}.hk-benefits-grid{grid-template-columns:1fr}.hk-footer-main-content{grid-template-columns:1fr 1fr;gap:2rem}.hk-footer-brand{grid-column:span 2;max-width:100%;text-align:center;margin-bottom:1rem}}@media (max-width: 640px){.hk-header-content{justify-content:space-between}.hk-hero{padding:2.5rem 1rem 3rem}.hk-hero h1,.hk-section-title{font-size:2rem}.hk-step{flex-direction:column;text-align:center}.hk-step:not(:last-child):after{display:none}.hk-cta h2{font-size:2rem}.hk-integration-logos{flex-direction:column}.hk-connector{transform:rotate(90deg)}.hk-footer-top-content{flex-direction:column;gap:1rem}.hk-footer-main-content{grid-template-columns:1fr;text-align:center}.hk-footer-brand{grid-column:span 1}.hk-footer-bottom-content{flex-direction:column;gap:.5rem;text-align:center}}
