:root{
  --kl-bg:#f8f9ff;
  --kl-surface:#ffffff;
  --kl-surface-soft:rgba(255,255,255,.78);
  --kl-ink:#07152f;
  --kl-muted:#65708a;
  --kl-blue:#4868ff;
  --kl-blue-2:#3152f5;
  --kl-violet:#785cff;
  --kl-green:#18bd72;
  --kl-line:#e8ebf4;
  --kl-line-strong:#dce2ef;
  --kl-shadow:0 18px 55px rgba(39,57,109,.08),0 3px 14px rgba(39,57,109,.04);
  --kl-shadow-lg:0 30px 90px rgba(63,71,142,.15),0 6px 24px rgba(30,41,80,.08);
  --kl-radius:18px;
  --kl-radius-lg:30px;
  --kl-shell:1340px;
  --kl-font:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--kl-bg)}
body.kingolink-home{margin:0;color:var(--kl-ink);font-family:var(--kl-font);background:
  radial-gradient(circle at 72% 9%,rgba(103,122,255,.09),transparent 28%),
  radial-gradient(circle at 88% 55%,rgba(128,92,255,.07),transparent 25%),
  linear-gradient(180deg,#fbfcff 0%,#f9faff 45%,#f7f8fe 100%);-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.kingolink-home::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.3) 1px,transparent 1px);background-size:100% 9rem;opacity:.15}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.kl-skip{position:fixed;left:18px;top:10px;z-index:9999;background:#09142a;color:#fff;padding:10px 14px;border-radius:11px;transform:translateY(-180%);transition:.2s}.kl-skip:focus{transform:none}
.kl-progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:1000;pointer-events:none}.kl-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--kl-blue),var(--kl-violet));box-shadow:0 0 12px rgba(72,104,255,.55)}

.kl-shell{width:min(var(--kl-shell),calc(100% - 96px));margin:0 auto;position:relative}
.kl-section{position:relative;min-height:clamp(780px,100svh,1080px);padding:128px 0 82px;display:flex;align-items:center;scroll-margin-top:96px}
.kl-section::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.7),transparent 58%);opacity:.8}

/* Header */
.kl-header{position:fixed;z-index:900;top:14px;left:16px;right:16px;transition:transform .28s ease,box-shadow .28s ease,background .28s ease}
.kl-header__inner{height:74px;max-width:1500px;margin:auto;padding:0 26px;display:flex;align-items:center;gap:28px;background:rgba(255,255,255,.84);border:1px solid rgba(255,255,255,.85);box-shadow:0 8px 34px rgba(35,44,84,.06);backdrop-filter:blur(22px) saturate(140%);-webkit-backdrop-filter:blur(22px) saturate(140%);border-radius:21px}
.kl-header.is-scrolled .kl-header__inner{box-shadow:0 14px 42px rgba(30,40,85,.11);background:rgba(255,255,255,.93)}
.kl-brand{display:inline-flex;align-items:center;gap:11px;font-size:18px;line-height:1;font-weight:850;letter-spacing:.035em;white-space:nowrap;color:#0b1730}
.kl-brand__mark{position:relative;width:27px;height:34px;display:inline-block;filter:drop-shadow(0 5px 9px rgba(72,104,255,.18))}.kl-brand__mark i{position:absolute;display:block;width:6px;border-radius:6px;background:linear-gradient(180deg,#80a0ff,#4b61ff);transform-origin:center}.kl-brand__mark i:nth-child(1){height:31px;left:3px;top:1px;transform:skew(-18deg)}.kl-brand__mark i:nth-child(2){height:23px;left:13px;top:-1px;transform:rotate(42deg)}.kl-brand__mark i:nth-child(3){height:23px;left:13px;bottom:-1px;transform:rotate(-42deg);background:linear-gradient(180deg,#5d61ff,#785cff)}
.kl-brand__mark--mini{width:19px;height:24px;transform:scale(.72);transform-origin:left center}
.kl-nav{display:flex;align-items:center;justify-content:center;gap:31px;flex:1}.kl-nav a{font-size:12.5px;font-weight:650;color:#30384c;white-space:nowrap;transition:color .18s ease}.kl-nav a:hover{color:var(--kl-blue)}.kl-nav a span{margin-left:3px;font-size:10px;color:#6f7789}
.kl-header__actions{display:flex;align-items:center;gap:13px}.kl-status{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:620;color:#3d4558;white-space:nowrap;padding-right:14px;border-right:1px solid #eceef4}.kl-status span{width:8px;height:8px;border-radius:99px;background:var(--kl-green);box-shadow:0 0 0 4px rgba(24,189,114,.08)}
.kl-lang{border:0;background:transparent;display:flex;align-items:center;gap:7px;padding:8px 3px;font-size:12px;cursor:pointer}.kl-lang b{font-weight:650}
.kl-header__cta{padding:12px 19px!important;font-size:12px!important}.kl-menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--kl-line);background:#fff;border-radius:12px;padding:10px;cursor:pointer}.kl-menu-toggle>span:not(.sr-only){display:block;height:2px;background:#17213a;margin:4px 0;border-radius:2px;transition:.2s}

/* Common */
.kl-eyebrow{display:inline-flex;align-items:center;gap:9px;color:#3e60f6;background:rgba(255,255,255,.64);border:1px solid #dfe5f4;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:800;letter-spacing:.015em;box-shadow:0 6px 20px rgba(44,61,120,.03)}.kl-eyebrow i{font-style:normal;color:#586dff}
.kl-section-head{max-width:680px;margin-bottom:46px;position:relative;z-index:1}.kl-section-head--center{text-align:center;margin-left:auto;margin-right:auto}.kl-section-head h2{font-size:clamp(42px,4vw,64px);line-height:1.03;letter-spacing:-.045em;margin:23px 0 16px;font-weight:860}.kl-section-head h2 em{font-style:normal;color:#4c6cf7}.kl-section-head p{margin:0;color:var(--kl-muted);font-size:17px;line-height:1.55}.kl-section-head--center p{max-width:720px;margin:auto}
.kl-btn{display:inline-flex;align-items:center;justify-content:center;gap:26px;min-height:54px;padding:0 24px;border-radius:11px;font-size:15px;font-weight:720;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.kl-btn:hover{transform:translateY(-2px)}.kl-btn--primary{color:#fff;background:linear-gradient(135deg,#536fff,#3e53f5 75%,#5d4df0);box-shadow:0 11px 22px rgba(68,88,245,.22);border:1px solid rgba(65,78,230,.35)}.kl-btn--primary:hover{box-shadow:0 16px 30px rgba(68,88,245,.29)}.kl-btn--ghost{color:#3c55ef;background:rgba(255,255,255,.82);border:1px solid #5a6ff5;box-shadow:0 8px 20px rgba(72,104,255,.05)}
.kl-actions{display:flex;flex-wrap:wrap;gap:18px;align-items:center}
.kl-icon{width:47px;height:47px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#eef0ff,#fafaff);color:#5265ff;font-size:24px;font-weight:700}.kl-icon--shield{font-size:22px}
[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .72s cubic-bezier(.2,.7,.2,1),transform .72s cubic-bezier(.2,.7,.2,1)}[data-reveal].is-visible{opacity:1;transform:none}

/* Hero */
.kl-hero{padding-top:118px;min-height:100svh;align-items:center}.kl-hero::after{content:"";position:absolute;width:620px;height:360px;right:-70px;bottom:40px;background:radial-gradient(ellipse at center,rgba(85,83,255,.19),rgba(116,89,255,.08) 35%,transparent 70%);filter:blur(30px);pointer-events:none}
.kl-hero__grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(560px,1.14fr);gap:60px;align-items:center;z-index:1}.kl-hero__copy{padding-top:14px}.kl-hero h1{font-size:clamp(58px,5vw,80px);line-height:1.03;letter-spacing:-.055em;margin:28px 0 23px;font-weight:880;max-width:620px}.kl-hero h1 span{white-space:nowrap}.kl-hero__copy>p{font-size:18px;line-height:1.58;color:#606b83;max-width:590px;margin:0 0 32px}.kl-hero .kl-actions{margin-bottom:34px}
.kl-feature-row{display:flex;gap:31px;align-items:center;flex-wrap:wrap;color:#5d667c;font-size:12px;font-weight:600;margin-bottom:31px}.kl-feature-row span{display:flex;align-items:center;gap:9px;white-space:nowrap}.kl-feature-row i{width:23px;height:23px;border:1px solid #7186ff;border-radius:999px;display:grid;place-items:center;font-style:normal;color:#4c65f8;font-size:11px}
.kl-role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;max-width:590px}.kl-role-card{position:relative;min-height:202px;border:1px solid #e8ebf4;background:rgba(255,255,255,.78);border-radius:17px;padding:18px 15px 16px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 14px 35px rgba(49,60,102,.04);transition:.22s ease}.kl-role-card:hover{transform:translateY(-5px);box-shadow:0 19px 42px rgba(49,60,102,.09);border-color:#dbe2fb}.kl-role-card .kl-icon{margin-bottom:14px;width:42px;height:42px;font-size:20px}.kl-role-card strong{font-size:13px;margin-bottom:8px}.kl-role-card small{font-size:11.5px;line-height:1.55;color:#6d7589;max-width:145px}.kl-role-card>b{position:absolute;right:15px;bottom:14px;color:#3859f5;font-size:18px}
.kl-hero__media{position:relative;z-index:2}.kl-media-glow{position:absolute;inset:15% -2% -6% 8%;background:radial-gradient(ellipse at 50% 70%,rgba(86,72,255,.33),rgba(97,134,255,.15) 42%,transparent 70%);filter:blur(30px);z-index:-1}.kl-demo-frame{border-radius:34px;padding:10px;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(235,239,255,.8));border:1px solid rgba(179,195,255,.72);box-shadow:var(--kl-shadow-lg);overflow:hidden}.kl-demo-frame img{width:100%;aspect-ratio:765/690;object-fit:cover;border-radius:27px}
.kl-scroll{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:7px;color:#8892aa;z-index:3}.kl-scroll span{width:54px;height:54px;display:grid;place-items:center;border-radius:99px;border:1px solid #dfe4ef;background:rgba(255,255,255,.72);font-size:25px}.kl-scroll small{font-size:11px}

/* Process */
.kl-process{background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.9),rgba(248,249,255,.92) 60%,rgba(244,246,255,.9));padding-top:130px}.kl-process .kl-section-head{margin-bottom:44px}.kl-process-line{height:1px;position:absolute;left:calc(50% - 535px);right:calc(50% - 535px);top:421px;border-top:1px dashed #bbc7f4}.kl-process-line span{display:block;width:100%;height:1px}
.kl-process-grid{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:17px;z-index:2}.kl-process-card{position:relative;min-height:470px;padding:27px 14px 17px;border-radius:18px;border:1px solid #e7eaf2;background:rgba(255,255,255,.88);box-shadow:0 15px 35px rgba(48,61,105,.045);text-align:center}.kl-step-no{position:absolute;left:50%;top:-59px;transform:translateX(-50%);width:50px;height:50px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#f0f1ff,#e8eaff);color:#4965f7;font-size:27px;font-weight:820;box-shadow:0 5px 16px rgba(73,101,247,.08)}.kl-process-card h3{font-size:15.5px;letter-spacing:-.01em;margin:0 0 7px}.kl-process-card>p{font-size:11.5px;line-height:1.5;color:#667188;margin:0 auto 17px;min-height:50px}.kl-step-visual{height:280px;border-radius:14px;border:1px solid #edf0f6;background:#fbfcff;position:relative;overflow:hidden;color:#526aff}.kl-mini-badge{display:inline-flex;margin-top:13px;padding:7px 10px;border-radius:8px;background:#f3f4ff;color:#5366ef;font-size:10px;font-weight:720}
.kl-step-visual--tap{background:radial-gradient(circle at 35% 30%,#162f67,#0b1224 55%,#050a14);display:flex;align-items:center;justify-content:center}.kl-nfc-reader{width:132px;height:132px;border-radius:99px;border:7px solid #293e71;box-shadow:0 0 0 3px #5276ff,0 0 45px rgba(63,100,255,.65) inset,0 0 24px rgba(73,109,255,.55);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#e8edff;transform:translate(-17px,-35px)}.kl-nfc-reader span{font-size:22px;letter-spacing:-4px}.kl-nfc-reader b{font-size:12px;margin-top:6px}.kl-mini-card{position:absolute;width:110px;height:160px;border-radius:12px;left:24px;bottom:15px;background:linear-gradient(145deg,#101827,#1e2a40);border:1px solid #53617c;box-shadow:0 18px 30px rgba(0,0,0,.4);transform:rotate(12deg);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.kl-mini-card b{font-size:9px}.kl-mini-card small{margin-top:22px;border:1px solid #8291b2;border-radius:99px;padding:4px;font-size:7px}.kl-mini-phone{position:absolute;width:82px;height:145px;border-radius:16px;right:13px;bottom:-9px;background:#f9fbff;border:5px solid #101826;box-shadow:0 16px 26px rgba(0,0,0,.32);display:grid;place-items:center}.kl-qr{width:49px;height:49px;background:repeating-conic-gradient(#111 0 25%,#fff 0 50%) 0/12px 12px;border:4px solid #fff;outline:2px solid #111}
.kl-route-ui{padding:16px 12px;text-align:left;color:#16213a}.kl-url{border:1px solid #e2e7f2;background:#fff;border-radius:8px;padding:10px;font-size:8px;color:#536078;overflow:hidden;white-space:nowrap}.kl-route-ui>strong{display:block;margin:17px 0 9px;font-size:12px}.kl-route-ui ul{list-style:none;padding:0;margin:0;border:1px solid #e9edf5;border-radius:10px;background:#fff}.kl-route-ui li{font-size:9px;padding:12px 10px;border-bottom:1px solid #edf0f5;color:#34415c}.kl-route-ui li:last-child{border-bottom:0}.kl-route-ui li::first-letter{color:#13b76a}
.kl-phone-ui{width:76%;margin:0 auto;border:6px solid #101828;border-radius:24px;background:#fff;padding:22px 11px 12px;color:#172039;box-shadow:0 18px 35px rgba(15,22,42,.2);text-align:left}.kl-phone-notch{position:absolute;top:4px;left:50%;transform:translateX(-50%);width:55px;height:12px;background:#101828;border-radius:0 0 9px 9px}.kl-phone-ui>strong{display:block;font-size:13px;margin:13px 0 3px}.kl-phone-ui>small{font-size:8px;color:#7c8496}.kl-phone-ui>div:not(.kl-phone-notch){margin-top:9px;padding:8px;border-radius:8px;background:#f5f7ff}.kl-phone-ui span,.kl-phone-ui b{display:block}.kl-phone-ui span{font-size:8px;color:#586aff}.kl-phone-ui b{font-size:8px;margin-top:3px}
.kl-form-ui{padding:12px;text-align:left;color:#1a243d}.kl-form-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;margin-bottom:14px}.kl-form-tabs>*{font-size:7px;text-align:center;padding:7px 2px;border-radius:6px;background:#f6f7fb;color:#7a8396}.kl-form-tabs b{color:#5064f7;background:#edf0ff}.kl-form-ui>strong{display:block;font-size:11px;margin-bottom:9px}.kl-form-ui label{display:block;font-size:7px;color:#798296;margin-bottom:7px}.kl-form-ui label span{display:block;margin-top:4px;border:1px solid #e7eaf1;border-radius:5px;padding:7px;color:#344159;background:#fff;font-size:8px}.kl-form-ui button{width:100%;border:0;border-radius:7px;padding:9px;background:linear-gradient(135deg,#566fff,#4558ef);color:#fff;font-size:9px;font-weight:700;margin-top:2px}
.kl-chart-ui{padding:15px;text-align:left;color:#4e66f5}.kl-chart-ui>strong{display:block;color:#19223a;font-size:11px;margin-bottom:10px}.kl-metrics-mini{display:grid;grid-template-columns:1fr 1fr;gap:7px}.kl-metrics-mini span{border:1px solid #edf0f5;background:#fff;border-radius:8px;padding:8px}.kl-metrics-mini b,.kl-metrics-mini small{display:block}.kl-metrics-mini b{font-size:12px;color:#14213d}.kl-metrics-mini small{font-size:6.5px;color:#7d8699;margin-top:3px}.kl-chart-ui svg{width:100%;height:115px;margin-top:19px;overflow:visible;filter:drop-shadow(0 6px 9px rgba(78,102,245,.15))}
.kl-security-strip{margin:31px auto 0;max-width:1030px;display:flex;align-items:center;gap:16px;padding:16px 24px;border:1px solid #e9ecf4;background:rgba(255,255,255,.8);border-radius:15px;box-shadow:0 12px 35px rgba(50,64,110,.04)}.kl-security-strip .kl-icon{width:45px;height:45px}.kl-security-strip div{flex:1}.kl-security-strip strong,.kl-security-strip small{display:block}.kl-security-strip strong{font-size:13px}.kl-security-strip small{font-size:10px;color:#7b8498;margin-top:4px}.kl-security-strip a{font-size:11px;font-weight:720;color:#4560f3}.kl-security-strip a b{font-size:17px;margin-left:10px}

/* Products */
.kl-products{padding-top:122px}.kl-products .kl-section-head{max-width:650px;margin-bottom:43px}.kl-product-stage{position:relative}.kl-product-track{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px;overflow:auto;scrollbar-width:none;scroll-snap-type:x proximity;padding:4px}.kl-product-track::-webkit-scrollbar{display:none}.kl-product-card{scroll-snap-align:start;min-width:0;border:1px solid #e1e6f0;background:rgba(255,255,255,.83);border-radius:17px;overflow:hidden;box-shadow:0 12px 29px rgba(54,65,105,.045);transition:.22s ease}.kl-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(54,65,105,.1)}.kl-product-image{height:316px;background:#111827;overflow:hidden}.kl-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.kl-product-card:hover img{transform:scale(1.035)}.kl-product-copy{padding:15px 12px 17px}.kl-product-copy strong,.kl-product-copy small{display:block}.kl-product-copy strong{font-size:13px}.kl-product-copy small{font-size:10.5px;color:#717a91;margin-top:7px}.kl-carousel-btn{position:absolute;z-index:4;top:47%;width:48px;height:48px;border-radius:99px;border:1px solid #e3e7f0;background:rgba(255,255,255,.94);box-shadow:0 9px 25px rgba(44,54,91,.08);font-size:20px;color:#3c4d74;cursor:pointer}.kl-carousel-btn--prev{left:-27px}.kl-carousel-btn--next{right:-27px}.kl-product-bottom{display:flex;flex-direction:column;align-items:center;margin-top:32px;gap:27px}.kl-product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.kl-product-benefits span{display:grid;grid-template-columns:38px auto;column-gap:10px;align-items:center}.kl-product-benefits i{grid-row:1/3;width:36px;height:36px;display:grid;place-items:center;border:1px solid #e2e6f1;border-radius:99px;color:#4e67f7;font-style:normal}.kl-product-benefits b{font-size:11px;color:#58647d}.kl-product-benefits small{font-size:9px;color:#8a92a2;margin-top:3px}

/* Modules */
.kl-modules{padding-top:126px}.kl-modules .kl-section-head{margin-bottom:35px}.kl-module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.kl-module-card,.kl-module-more{min-height:245px;border-radius:17px;border:1px solid #e5e8f0;background:rgba(255,255,255,.84);padding:22px;box-shadow:0 13px 35px rgba(54,63,100,.035);display:flex;flex-direction:column;align-items:flex-start;transition:.22s ease}.kl-module-card:hover,.kl-module-more:hover{transform:translateY(-4px);border-color:#d9e0fb;box-shadow:0 19px 42px rgba(54,63,100,.085)}.kl-module-icon{width:58px;height:58px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#eeefff,#fafaff);color:#4f63f5;margin-bottom:17px;font-size:28px}.kl-module-icon::before{content:"◇"}.kl-module-icon[data-icon="screen"]::before{content:"▣"}.kl-module-icon[data-icon="shield"]::before{content:"♙"}.kl-module-icon[data-icon="chart"]::before{content:"▥"}.kl-module-icon[data-icon="spark"]::before{content:"✦"}.kl-module-icon[data-icon="user"]::before{content:"♧"}.kl-module-icon[data-icon="cart"]::before{content:"⌑"}.kl-module-icon[data-icon="calendar"]::before{content:"▦"}.kl-module-icon[data-icon="image"]::before{content:"▧"}.kl-module-card h3,.kl-module-more h3{font-size:15px;margin:0 0 9px;letter-spacing:-.015em}.kl-module-card p,.kl-module-more p{font-size:11px;line-height:1.55;color:#717b91;margin:0;flex:1}.kl-module-card>a{width:100%;display:flex;justify-content:space-between;align-items:center;color:#4460f6;font-size:10.5px;font-weight:720;margin-top:18px}.kl-module-card>a b{font-size:18px}.kl-module-more{align-items:center;text-align:center;justify-content:center;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(245,245,255,.93))}.kl-module-more>strong{font-size:54px;line-height:1;color:#5268f5;margin-bottom:13px;letter-spacing:-.05em}.kl-module-more p{flex:0;max-width:190px}.kl-module-more .kl-btn{min-height:40px;font-size:10px;padding:0 15px;margin-top:16px;width:100%}
.kl-module-strip{margin-top:28px;border:1px solid #e4e8f1;border-radius:17px;background:rgba(255,255,255,.82);display:grid;grid-template-columns:repeat(4,1fr);padding:18px 22px;box-shadow:0 12px 30px rgba(48,60,105,.035)}.kl-module-strip span{display:grid;grid-template-columns:44px auto;column-gap:12px;align-items:center;padding:0 20px;border-right:1px solid #ebedf4}.kl-module-strip span:last-child{border:0}.kl-module-strip i{grid-row:1/3;width:40px;height:40px;display:grid;place-items:center;color:#4b62f6;font-size:25px;font-style:normal}.kl-module-strip b{font-size:11.5px}.kl-module-strip small{font-size:9px;color:#8790a4;margin-top:3px}

/* Trust / footer */
.kl-trust{display:block;min-height:auto;padding-top:126px;padding-bottom:38px}.kl-trust .kl-section-head{margin-bottom:35px}.kl-benefit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.kl-benefit-card{min-height:190px;border:1px solid #e6e9f1;background:rgba(255,255,255,.84);border-radius:17px;padding:18px;box-shadow:0 12px 30px rgba(55,65,105,.035)}.kl-benefit-icon{width:49px;height:49px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#eef0ff,#fafaff);color:#4a62f8;font-size:24px;margin-bottom:17px}.kl-benefit-card h3{font-size:12px;line-height:1.35;margin:0 0 8px}.kl-benefit-card p{font-size:10px;line-height:1.55;color:#717a8e;margin:0}
.kl-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:20px}.kl-stat-grid article{height:102px;border:1px solid #e6e9f1;background:rgba(255,255,255,.83);border-radius:17px;padding:18px 26px;display:flex;align-items:center;gap:20px;box-shadow:0 11px 27px rgba(55,65,105,.03)}.kl-stat-icon{width:50px;height:50px;border-radius:13px;background:#f0f1ff;color:#4e64f5;display:grid;place-items:center;font-size:24px}.kl-stat-grid strong,.kl-stat-grid small{display:block}.kl-stat-grid strong{font-size:26px;line-height:1;color:#4b60f2;letter-spacing:-.03em}.kl-stat-grid small{font-size:9.5px;color:#727b90;margin-top:7px}.kl-demo-note{font-size:9px;color:#9299a9;text-align:center;margin:8px 0 0}
.kl-proof{margin-top:29px;text-align:center}.kl-proof h3{font-size:12px;margin:0 0 14px}.kl-logo-row{display:grid;grid-template-columns:repeat(6,1fr);gap:17px}.kl-logo-row span{height:49px;border:1px solid #e5e8f0;background:rgba(255,255,255,.62);border-radius:13px;display:flex;align-items:center;justify-content:center;gap:9px;color:#8a92a3;font-size:13px;font-weight:700}.kl-logo-row i{font-style:normal;color:#7d879b}
.kl-final-cta{margin-top:27px;min-height:138px;padding:25px 31px;border:1px solid #dfe5f2;border-radius:18px;background:linear-gradient(120deg,#f5fbff,#f1f3ff 60%,#ede8ff);display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:25px;align-items:center;box-shadow:0 15px 40px rgba(58,67,110,.07);overflow:hidden;position:relative}.kl-final-cta::after{content:"";position:absolute;right:-15px;bottom:-80px;width:420px;height:180px;border:1px solid rgba(108,102,255,.18);border-radius:50%;box-shadow:0 0 0 18px rgba(108,102,255,.035),0 0 0 38px rgba(108,102,255,.025)}.kl-rocket{width:61px;height:61px;border-radius:15px;background:rgba(255,255,255,.76);display:grid;place-items:center;color:#5066f7;font-size:31px;position:relative;z-index:1}.kl-final-cta>div{position:relative;z-index:1}.kl-final-cta h2{font-size:28px;letter-spacing:-.035em;margin:0 0 8px}.kl-final-cta p{font-size:11px;color:#68728a;margin:0}.kl-final-cta .kl-actions{flex-wrap:nowrap}.kl-final-cta .kl-btn{min-height:48px;font-size:11px;padding:0 18px;min-width:160px}
.kl-footer{margin-top:21px;border:1px solid #e4e7ee;background:rgba(255,255,255,.78);border-radius:18px;overflow:hidden;box-shadow:0 11px 30px rgba(55,65,105,.035)}.kl-footer__grid{display:grid;grid-template-columns:1.35fr repeat(4,.78fr) 1.35fr;gap:28px;padding:29px 26px 24px}.kl-footer h3{font-size:11px;margin:0 0 12px}.kl-footer__grid>div>a:not(.kl-brand){display:block;font-size:9.5px;color:#70798e;margin:0 0 8px}.kl-footer__brand p,.kl-newsletter p{font-size:9.5px;line-height:1.55;color:#758095;margin:12px 0}.kl-footer__brand .kl-brand{font-size:15px}.kl-footer__brand .kl-brand__mark{transform:scale(.75);transform-origin:left center;margin-right:-3px}.kl-social{display:flex;gap:9px;margin-top:14px}.kl-social a{width:29px;height:29px;border:1px solid #e0e4ed;border-radius:99px;display:grid;place-items:center;font-size:10px;color:#657087;background:#fff}.kl-newsletter form{display:grid;grid-template-columns:1fr 38px;border:1px solid #e3e6ed;background:#fff;border-radius:9px;overflow:hidden}.kl-newsletter input{border:0;outline:0;min-width:0;padding:10px 11px;font-size:9.5px;background:transparent}.kl-newsletter button{border:0;background:linear-gradient(135deg,#526eff,#3f54ee);color:#fff;cursor:pointer}.kl-newsletter>small{display:block;font-size:8.5px;color:#438158;margin-top:6px;min-height:12px}.kl-footer__bottom{border-top:1px solid #e9ebf1;padding:11px 25px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#8a92a3;font-size:8.5px}
.kl-toast{position:fixed;z-index:1200;right:22px;bottom:22px;padding:11px 14px;border-radius:12px;color:#fff;background:#111a31;box-shadow:0 16px 45px rgba(20,28,54,.24);font-size:12px;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}.kl-toast.is-visible{opacity:1;transform:none}

/* Responsive */
@media(max-width:1250px){
  .kl-shell{width:min(1120px,calc(100% - 56px))}.kl-nav{gap:18px}.kl-nav a{font-size:11px}.kl-status{display:none}.kl-hero__grid{grid-template-columns:.92fr 1.08fr;gap:38px}.kl-hero h1{font-size:57px}.kl-role-grid{max-width:540px}.kl-product-track{grid-template-columns:repeat(7,185px)}.kl-module-grid{grid-template-columns:repeat(3,1fr)}.kl-module-more{grid-column:auto}.kl-benefit-grid{grid-template-columns:repeat(3,1fr)}.kl-footer__grid{grid-template-columns:1.2fr repeat(2,.7fr) 1.1fr}.kl-footer__grid>div:nth-child(4),.kl-footer__grid>div:nth-child(5){display:none}.kl-process-grid{gap:10px}.kl-process-card{padding-left:9px;padding-right:9px}.kl-process-line{left:70px;right:70px}
}
@media(max-width:960px){
  .kl-header{top:9px;left:9px;right:9px}.kl-header__inner{height:64px;padding:0 16px;border-radius:17px}.kl-nav{position:absolute;top:72px;left:0;right:0;margin:auto;width:min(520px,calc(100vw - 18px));display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px;background:rgba(255,255,255,.97);border:1px solid #e5e8f0;border-radius:16px;box-shadow:0 20px 55px rgba(40,52,95,.16)}.kl-nav.is-open{display:flex}.kl-nav a{padding:13px 12px;border-bottom:1px solid #f0f1f5;font-size:13px}.kl-nav a:last-child{border:0}.kl-menu-toggle{display:block}.kl-lang{display:none}.kl-header__cta{display:none}.kl-brand{font-size:16px}.kl-brand__mark{transform:scale(.82);margin-right:-3px}
  .kl-section{padding:105px 0 70px;min-height:auto}.kl-shell{width:min(760px,calc(100% - 36px))}.kl-hero{padding-top:105px}.kl-hero__grid{grid-template-columns:1fr;gap:45px}.kl-hero__copy{text-align:center}.kl-hero h1{font-size:clamp(46px,8vw,67px);max-width:760px;margin-left:auto;margin-right:auto}.kl-hero h1 span{white-space:normal}.kl-hero__copy>p{margin-left:auto;margin-right:auto}.kl-hero .kl-actions,.kl-feature-row{justify-content:center}.kl-role-grid{margin:auto}.kl-hero__media{max-width:760px;margin:auto}.kl-scroll{display:none}
  .kl-process .kl-section-head{margin-bottom:25px}.kl-process-line{display:none}.kl-process-grid{grid-template-columns:repeat(2,1fr);gap:18px;padding-top:40px}.kl-step-no{top:-28px}.kl-process-card{min-height:430px}.kl-process-card:last-child{grid-column:1/-1;max-width:50%;width:100%;margin:auto}.kl-security-strip{max-width:100%}
  .kl-products .kl-section-head{text-align:center;margin-left:auto;margin-right:auto}.kl-product-track{grid-template-columns:repeat(7,210px)}.kl-product-image{height:330px}.kl-module-grid{grid-template-columns:repeat(2,1fr)}.kl-module-strip{grid-template-columns:repeat(2,1fr);gap:17px}.kl-module-strip span{border:0;padding:5px}
  .kl-benefit-grid{grid-template-columns:repeat(2,1fr)}.kl-benefit-card:last-child{grid-column:1/-1}.kl-stat-grid{grid-template-columns:repeat(2,1fr)}.kl-logo-row{grid-template-columns:repeat(3,1fr)}.kl-final-cta{grid-template-columns:60px 1fr}.kl-final-cta .kl-actions{grid-column:1/-1;justify-content:center}.kl-footer__grid{grid-template-columns:1.3fr 1fr 1fr}.kl-footer__grid>div:nth-child(4),.kl-footer__grid>div:nth-child(5){display:block}.kl-newsletter{grid-column:1/-1}.kl-footer__bottom{flex-wrap:wrap}
}
@media(max-width:620px){
  .kl-shell{width:calc(100% - 24px)}.kl-header__inner{padding:0 12px}.kl-brand{font-size:14px}.kl-brand__mark{width:24px}.kl-section{padding-top:94px}.kl-eyebrow{font-size:10px;padding:7px 11px}.kl-section-head h2{font-size:39px;margin-top:18px}.kl-section-head p{font-size:14px}
  .kl-hero h1{font-size:43px}.kl-hero__copy>p{font-size:15px}.kl-btn{min-height:49px;font-size:13px;padding:0 17px;gap:14px}.kl-actions{justify-content:stretch}.kl-hero .kl-actions .kl-btn{flex:1}.kl-feature-row{gap:14px;font-size:10px}.kl-feature-row span{flex:1;justify-content:center}.kl-role-grid{grid-template-columns:1fr}.kl-role-card{min-height:130px;padding:14px;padding-left:72px}.kl-role-card .kl-icon{position:absolute;left:14px;top:18px}.kl-role-card small{max-width:85%}.kl-demo-frame{border-radius:22px;padding:6px}.kl-demo-frame img{border-radius:18px}
  .kl-process-grid{grid-template-columns:1fr;gap:42px;padding-top:29px}.kl-process-card{min-height:420px}.kl-process-card:last-child{grid-column:auto;max-width:none}.kl-step-no{top:-29px}.kl-security-strip{align-items:flex-start;padding:15px}.kl-security-strip a{display:none}
  .kl-products .kl-section-head{text-align:left}.kl-product-track{grid-template-columns:repeat(7,72vw);gap:12px}.kl-product-image{height:390px}.kl-carousel-btn{width:42px;height:42px}.kl-carousel-btn--prev{left:-6px}.kl-carousel-btn--next{right:-6px}.kl-product-benefits{grid-template-columns:1fr;gap:14px;width:100%}.kl-product-bottom .kl-btn{width:100%}
  .kl-module-grid{grid-template-columns:1fr}.kl-module-card,.kl-module-more{min-height:210px}.kl-module-strip{grid-template-columns:1fr}.kl-benefit-grid{grid-template-columns:1fr}.kl-benefit-card:last-child{grid-column:auto}.kl-stat-grid{grid-template-columns:1fr}.kl-logo-row{grid-template-columns:repeat(2,1fr)}.kl-final-cta{grid-template-columns:1fr;text-align:center;padding:22px}.kl-rocket{margin:auto}.kl-final-cta h2{font-size:25px}.kl-final-cta .kl-actions{grid-column:auto;flex-direction:column;width:100%}.kl-final-cta .kl-btn{width:100%}.kl-footer__grid{grid-template-columns:1fr 1fr;gap:24px}.kl-footer__brand,.kl-newsletter{grid-column:1/-1}.kl-footer__bottom{display:grid;grid-template-columns:1fr;text-align:center}.kl-toast{left:12px;right:12px;text-align:center}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.kl-btn,.kl-role-card,.kl-product-card,.kl-product-image img,.kl-module-card,.kl-module-more,[data-reveal]{transition:none!important}[data-reveal]{opacity:1;transform:none}}
