:root{--kl-red: #b80018;--kl-dark: #0b0b0f;--kl-light: #f6f6f7;--kl-white: #ffffff;--kl-muted: #6b6f76;--kl-border: rgba(11, 11, 15, .12);--kl-shadow: 0 18px 45px rgba(11, 11, 15, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--kl-dark);background:var(--kl-white);line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}p{margin:0 0 1rem}.skip-link{position:absolute;left:-999px;top:0;background:var(--kl-dark);color:var(--kl-white);padding:.75rem 1rem;z-index:9999}.skip-link:focus{left:1rem;top:1rem}.kl-container{width:min(1180px,calc(100% - 32px));margin:0 auto}.kl-section{padding:72px 0}.kl-section--tight{padding:48px 0}.kl-section--light{background:var(--kl-light)}.kl-section--dark{background:var(--kl-dark);color:var(--kl-white)}.kl-eyebrow{color:var(--kl-red);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;margin-bottom:12px}.kl-heading{font-size:clamp(2rem,4vw,3.75rem);line-height:1.04;margin:0 0 18px;letter-spacing:-.04em}.kl-subheading{color:var(--kl-muted);font-size:clamp(1rem,1.7vw,1.2rem);max-width:760px}.kl-section--dark .kl-subheading{color:#ffffffbf}.kl-title{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.1;margin:0 0 14px;letter-spacing:-.03em}.kl-text-center{text-align:center}.kl-text-center .kl-subheading{margin-left:auto;margin-right:auto}.kl-button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.kl-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:800;border:2px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.kl-button:hover{transform:translateY(-2px)}.kl-button--primary{background:var(--kl-red);color:var(--kl-white);box-shadow:0 12px 24px #b8001840}.kl-button--secondary{background:var(--kl-white);color:var(--kl-dark);border-color:var(--kl-border)}.kl-section--dark .kl-button--secondary{border-color:#fff3}.kl-button--dark{background:var(--kl-dark);color:var(--kl-white)}.kl-header{position:sticky;top:0;z-index:50;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--kl-border)}.kl-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:24px}.kl-logo{display:flex;align-items:center;gap:12px;font-weight:900;font-size:1.18rem;letter-spacing:-.03em}.kl-logo__mark{width:42px;height:42px;border-radius:14px;background:var(--kl-dark);color:var(--kl-white);display:grid;place-items:center;border:3px solid var(--kl-red);font-weight:900}.kl-logo img{width:var(--logo-width, 170px);max-height:64px;object-fit:contain}.kl-nav{display:flex;align-items:center;gap:22px;font-weight:700;font-size:.95rem}.kl-nav a{color:var(--kl-dark)}.kl-nav a:hover{color:var(--kl-red)}.kl-header__cta{display:inline-flex;align-items:center;justify-content:center;background:var(--kl-red);color:var(--kl-white);padding:11px 18px;border-radius:999px;font-weight:800}.kl-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#f8f8f9 52%,#f1f1f3)}.kl-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:52px;align-items:center;min-height:610px}.kl-hero__card{background:var(--kl-white);border:1px solid var(--kl-border);border-radius:34px;padding:clamp(24px,4vw,40px);box-shadow:var(--kl-shadow);position:relative}.kl-hero__visual{background:var(--kl-dark);color:var(--kl-white);border-radius:38px;min-height:440px;display:grid;place-items:center;padding:32px;position:relative;overflow:hidden;box-shadow:var(--kl-shadow)}.kl-hero__visual:before{content:"";position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(circle at 30% 20%,rgba(184,0,24,.55),transparent 32%),radial-gradient(circle at 70% 70%,rgba(255,255,255,.12),transparent 28%)}.kl-device-stack{position:relative;z-index:2;width:min(100%,380px)}.kl-device-card{background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:18px;margin:14px 0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.kl-device-card strong{display:block;font-size:1.1rem}.kl-device-card span{display:block;color:#ffffffb8}.kl-robot-badge{width:94px;height:94px;border-radius:30px;background:#fff;color:var(--kl-dark);display:grid;place-items:center;margin-bottom:20px;font-weight:900;font-size:2rem;border:6px solid var(--kl-red)}.kl-grid{display:grid;gap:22px}.kl-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.kl-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.kl-card{background:var(--kl-white);border:1px solid var(--kl-border);border-radius:26px;padding:26px;box-shadow:0 8px 26px #0b0b0f0f}.kl-card--dark{background:#15151b;color:var(--kl-white);border-color:#ffffff1f}.kl-card__icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#b800181a;color:var(--kl-red);font-weight:900;margin-bottom:18px}.kl-card h3{margin:0 0 10px;font-size:1.25rem;letter-spacing:-.02em}.kl-card p{color:var(--kl-muted)}.kl-card--dark p{color:#ffffffb8}.kl-price{display:inline-flex;margin:12px 0 0;padding:7px 12px;border-radius:999px;background:#b800181a;color:var(--kl-red);font-weight:900}.kl-band{background:var(--kl-dark);color:var(--kl-white);border-radius:34px;padding:clamp(28px,5vw,52px);display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}.kl-check-list{display:grid;gap:12px;list-style:none;margin:0;padding:0}.kl-check-list li{display:flex;gap:10px;align-items:flex-start;color:#ffffffd1}.kl-check-list li:before{content:"\2713";color:var(--kl-red);font-weight:900}.kl-form{display:grid;gap:16px}.kl-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.kl-field label{display:block;font-weight:800;margin-bottom:7px}.kl-field input,.kl-field textarea,.kl-field select{width:100%;min-height:48px;border:1px solid var(--kl-border);border-radius:14px;padding:12px 14px;font:inherit;background:var(--kl-white)}.kl-field textarea{min-height:136px;resize:vertical}.kl-form-note{color:var(--kl-muted);font-size:.92rem}.kl-success{padding:14px;border-radius:14px;background:#eaf7ee;color:#145c2a;font-weight:800}.kl-error{padding:14px;border-radius:14px;background:#fff1f1;color:#8b1111}.kl-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.kl-product-card{border:1px solid var(--kl-border);border-radius:22px;overflow:hidden;background:var(--kl-white);box-shadow:0 8px 26px #0b0b0f0f}.kl-product-card__media{aspect-ratio:1 / 1;background:var(--kl-light);display:grid;place-items:center;color:var(--kl-muted)}.kl-product-card__body{padding:18px}.kl-product-card h3{font-size:1rem;margin:0 0 8px}.kl-product-card .price{font-weight:900;color:var(--kl-red)}.kl-footer{background:var(--kl-dark);color:var(--kl-white);padding:52px 0 26px}.kl-footer__grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:36px}.kl-footer p,.kl-footer a{color:#ffffffb8}.kl-footer h3,.kl-footer h4{margin-top:0}.kl-footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:20px;color:#fff9;font-size:.9rem}.kl-page-header{background:var(--kl-dark);color:var(--kl-white);padding:74px 0}.kl-page-header .kl-subheading{color:#ffffffbf}.kl-rte{max-width:860px}.kl-rte h1,.kl-rte h2,.kl-rte h3{letter-spacing:-.03em}.kl-empty{padding:36px;border:1px dashed var(--kl-border);border-radius:22px;color:var(--kl-muted);text-align:center}@media(max-width:920px){.kl-hero__grid,.kl-band{grid-template-columns:1fr}.kl-grid--3,.kl-grid--4,.kl-products{grid-template-columns:repeat(2,minmax(0,1fr))}.kl-nav{display:none}.kl-hero__grid{min-height:auto;padding:64px 0}}@media(max-width:620px){.kl-container{width:min(100% - 24px,1180px)}.kl-section{padding:54px 0}.kl-grid--3,.kl-grid--4,.kl-products,.kl-form-row,.kl-footer__grid{grid-template-columns:1fr}.kl-header__inner{min-height:70px}.kl-header__cta{display:none}.kl-hero__visual{min-height:360px;border-radius:28px}}.kl-logo img{width:min(var(--logo-width, 170px),100%);max-height:72px;object-fit:contain}.kl-brand-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:#111217;color:#fff;font-weight:800;margin-bottom:18px}.kl-brand-pill img{width:34px;height:34px;border-radius:999px;object-fit:contain}.kl-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.kl-chip{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:#b8001817;border:1px solid rgba(184,0,24,.18);color:var(--kl-dark);font-weight:800;font-size:.92rem}.kl-mini-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:26px}.kl-mini-trust>div{border:1px solid var(--kl-border);border-radius:18px;padding:14px;background:#fafafb}.kl-mini-trust strong{display:block;font-size:.96rem;margin-bottom:4px}.kl-mini-trust span{display:block;color:var(--kl-muted);font-size:.9rem}.kl-hero__visual{padding:16px;align-items:stretch}.kl-hero__graphic{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;border-radius:24px}.kl-footer__brand{display:flex;align-items:center;gap:12px;margin-bottom:12px}.kl-footer__brand img{width:48px;height:48px;object-fit:contain;border-radius:999px}@media(max-width:920px){.kl-mini-trust{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/theme.css.map */
