:root {
    --kl-primary: #6658dd;
    --kl-primary-dark: #5143c4;
    --kl-primary-light: #ece9ff;
    --kl-navy: #25283d;
    --kl-navy-soft: #353651;
    --kl-text: #252d38;
    --kl-muted: #687483;
    --kl-line: #e4e8ef;
    --kl-soft: #f5f6fa;
    --kl-white: #fff;
    --kl-green: #20b486;
    --kl-blue: #4e8ae8;
    --kl-orange: #ec9b43;
    --kl-pink: #d762a4;
    --kl-shadow: 0 24px 60px rgba(43, 43, 73, .12);
}

html { scroll-behavior: smooth; }
body.kl-page {
    background: var(--kl-white);
    color: var(--kl-text);
    font-family: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    overflow-x: hidden;
}
.kl-page *, .kl-page *::before, .kl-page *::after { box-sizing: border-box; }
.kl-page a { color: inherit; text-decoration: none; }
.kl-page img { display: block; max-width: 100%; }
.kl-page button, .kl-page input { font: inherit; }
.kl-page h1, .kl-page h2, .kl-page h3, .kl-page p { margin-top: 0; }
.kl-page h1, .kl-page h2, .kl-page h3 { color: var(--kl-text); font-weight: 760; letter-spacing: -.035em; line-height: 1.15; }
.kl-container { margin: 0 auto; max-width: 1240px; padding-left: 28px; padding-right: 28px; width: 100%; }
.sr-only { height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); }

.kl-header {
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid transparent;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: box-shadow .2s ease, border-color .2s ease;
    z-index: 1000;
}
.kl-header.is-scrolled { border-color: var(--kl-line); box-shadow: 0 8px 30px rgba(40,46,60,.08); backdrop-filter: blur(12px); }
.kl-nav { align-items: center; display: flex; height: 78px; justify-content: space-between; }
.kl-logo { align-items: center; display: flex; flex: 0 0 auto; }
.kl-logo img { height: auto; width: 150px; }
.kl-nav-menu { align-items: center; display: flex; gap: 31px; margin-left: auto; margin-right: 33px; }
.kl-nav-menu a, .kl-login { color: #4f5966; font-size: 14px; font-weight: 650; transition: color .18s ease; }
.kl-nav-menu a:hover, .kl-login:hover { color: var(--kl-primary); }
.kl-nav-actions { align-items: center; display: flex; gap: 18px; }
.kl-nav-toggle { background: transparent; border: 0; display: none; height: 42px; padding: 8px; width: 42px; }
.kl-nav-toggle span:not(.sr-only) { background: var(--kl-navy); border-radius: 99px; display: block; height: 2px; margin: 5px auto; transition: .2s ease; width: 23px; }

.kl-btn {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.kl-btn:hover { transform: translateY(-2px); }
.kl-btn--primary { background: var(--kl-primary); box-shadow: 0 10px 22px rgba(102,88,221,.23); color: #fff !important; }
.kl-btn--primary:hover { background: var(--kl-primary-dark); box-shadow: 0 14px 27px rgba(102,88,221,.29); }
.kl-btn--secondary { background: #fff; border-color: #dce1e9; color: var(--kl-text) !important; }
.kl-btn--secondary:hover { border-color: #bab3ed; color: var(--kl-primary) !important; }
.kl-btn--light { background: #fff; color: var(--kl-primary) !important; }
.kl-btn--outline-light { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.38); color: #fff !important; }
.kl-btn--lg { border-radius: 11px; font-size: 15px; min-height: 52px; padding: 13px 22px; }
.kl-btn--nav { min-height: 42px; padding: 9px 16px; }
.kl-btn--block { width: 100%; }

.kl-hero { background: linear-gradient(180deg, #fff 0%, #f8f8fc 100%); min-height: 800px; overflow: hidden; padding: 158px 0 96px; position: relative; }
.kl-hero::before { background-image: radial-gradient(#d7d4ef 1px, transparent 1px); background-size: 23px 23px; content: ''; height: 440px; opacity: .35; position: absolute; right: -30px; top: 95px; width: 570px; }
.kl-hero-glow { border-radius: 50%; filter: blur(10px); pointer-events: none; position: absolute; }
.kl-hero-glow--one { background: rgba(102,88,221,.12); height: 520px; right: -170px; top: -130px; width: 520px; }
.kl-hero-glow--two { background: rgba(78,138,232,.08); bottom: -190px; height: 430px; left: -180px; width: 430px; }
.kl-hero-grid { align-items: center; display: grid; gap: 66px; grid-template-columns: minmax(0, .84fr) minmax(550px, 1.16fr); position: relative; z-index: 2; }
.kl-kicker { align-items: center; color: var(--kl-primary); display: flex; font-size: 13px; font-weight: 750; letter-spacing: .06em; margin-bottom: 19px; text-transform: uppercase; }
.kl-kicker span { background: var(--kl-primary); border-radius: 50%; box-shadow: 0 0 0 6px var(--kl-primary-light); height: 7px; margin-right: 13px; width: 7px; }
.kl-hero h1 { font-size: clamp(43px, 4.15vw, 64px); margin-bottom: 23px; }
.kl-hero h1 em { color: var(--kl-primary); font-style: normal; }
.kl-hero-lead { color: var(--kl-muted); font-size: 18px; line-height: 1.72; margin-bottom: 30px; max-width: 610px; }
.kl-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 27px; }
.kl-proof-list { display: flex; flex-wrap: wrap; gap: 12px 21px; list-style: none; margin: 0; padding: 0; }
.kl-proof-list li { align-items: center; color: #6c7682; display: flex; font-size: 13px; gap: 6px; }
.kl-proof-list i { color: var(--kl-green); font-size: 18px; }
.kl-hero-visual { padding: 28px 0 36px 18px; position: relative; }
.kl-browser { background: #fff; border: 1px solid rgba(42,48,63,.12); border-radius: 16px; box-shadow: 0 30px 75px rgba(44,43,73,.2); overflow: hidden; transform: perspective(1600px) rotateY(-2deg) rotateX(1deg); }
.kl-browser-bar { align-items: center; background: #f5f6f8; border-bottom: 1px solid #e5e7ec; display: flex; gap: 6px; height: 36px; padding: 0 12px; }
.kl-browser-bar > span { background: #d7dbe2; border-radius: 50%; height: 7px; width: 7px; }
.kl-browser-bar > div { background: #fff; border: 1px solid #e2e5ea; border-radius: 5px; color: #9aa1ab; font-size: 8px; margin-left: 8px; padding: 3px 10px; width: 45%; }
.kl-browser > img { height: auto; width: 100%; }
.kl-float-card { align-items: center; background: rgba(255,255,255,.97); border: 1px solid rgba(222,225,234,.9); border-radius: 12px; box-shadow: 0 18px 38px rgba(49,47,82,.15); display: flex; gap: 11px; padding: 12px 15px; position: absolute; z-index: 3; }
.kl-float-card--top { right: -24px; top: -3px; }
.kl-float-card--bottom { bottom: 3px; left: -12px; }
.kl-float-card strong { display: block; font-size: 12px; letter-spacing: -.01em; }
.kl-float-card small { color: var(--kl-muted); display: block; font-size: 9px; }
.kl-float-icon { align-items: center; background: var(--kl-primary-light); border-radius: 9px; color: var(--kl-primary); display: flex; flex: 0 0 34px; font-size: 18px; height: 34px; justify-content: center; }
.kl-float-icon--green { background: #e4f7f0; color: var(--kl-green); }

.kl-trust { border-bottom: 1px solid var(--kl-line); border-top: 1px solid var(--kl-line); padding: 26px 0; }
.kl-trust .kl-container { align-items: center; display: flex; gap: 38px; }
.kl-trust-label { color: #8a929d; flex: 0 0 auto; font-size: 11px; font-weight: 750; letter-spacing: .12em; margin: 0; text-transform: uppercase; }
.kl-logo-cloud { align-items: center; display: grid; flex: 1; gap: 28px; grid-template-columns: repeat(6, 1fr); }
.kl-logo-cloud img { filter: grayscale(1); height: 45px; margin: 0 auto; object-fit: contain; opacity: .52; transition: .2s ease; width: 110px; }
.kl-logo-cloud img:hover { filter: grayscale(0); opacity: .9; }

.kl-section { padding: 104px 0; }
.kl-section--soft { background: var(--kl-soft); }
.kl-overline { color: var(--kl-primary); display: block; font-size: 12px; font-weight: 800; letter-spacing: .13em; margin-bottom: 12px; text-transform: uppercase; }
.kl-section-heading { align-items: end; display: grid; gap: 70px; grid-template-columns: 1.2fr .8fr; margin-bottom: 46px; }
.kl-section-heading h2, .kl-section-title h2, .kl-showcase-copy h2, .kl-faq-intro h2, .kl-final-cta h2 { font-size: clamp(32px, 3.2vw, 44px); margin-bottom: 0; }
.kl-section-heading > p { color: var(--kl-muted); font-size: 16px; margin-bottom: 2px; }
.kl-section-title { margin-bottom: 49px; max-width: 760px; }
.kl-section-title--center { margin-left: auto; margin-right: auto; text-align: center; }
.kl-section-title > p { color: var(--kl-muted); font-size: 16px; margin: 17px auto 0; max-width: 670px; }
.kl-benefit-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.kl-benefit { background: #fff; border: 1px solid var(--kl-line); border-radius: 15px; padding: 29px; transition: .2s ease; }
.kl-benefit:hover { border-color: #d2cdf7; box-shadow: 0 16px 35px rgba(46,49,70,.08); transform: translateY(-3px); }
.kl-benefit-icon, .kl-module-icon { align-items: center; background: var(--kl-primary-light); border-radius: 11px; color: var(--kl-primary); display: flex; font-size: 23px; height: 48px; justify-content: center; margin-bottom: 24px; width: 48px; }
.kl-benefit-icon--blue, .kl-module-icon--blue { background: #e9f2ff; color: var(--kl-blue); }
.kl-benefit-icon--green, .kl-module-icon--green { background: #e5f7f1; color: var(--kl-green); }
.kl-module-icon--orange { background: #fff1e2; color: var(--kl-orange); }
.kl-module-icon--pink { background: #fbeaf4; color: var(--kl-pink); }
.kl-benefit h3 { font-size: 20px; margin-bottom: 10px; }
.kl-benefit p, .kl-module p { color: var(--kl-muted); font-size: 14px; margin: 0; }

.kl-module-grid { display: grid; gap: 17px; grid-template-columns: repeat(2, 1fr); }
.kl-module { background: #fff; border: 1px solid var(--kl-line); border-radius: 16px; min-height: 255px; padding: 29px; position: relative; }
.kl-module:not(.kl-module--featured) { padding-right: 75px; }
.kl-module:not(.kl-module--featured) .kl-module-icon { margin-bottom: 28px; }
.kl-module-label { color: var(--kl-primary); display: block; font-size: 11px; font-weight: 800; letter-spacing: .09em; margin-bottom: 6px; text-transform: uppercase; }
.kl-module h3 { font-size: 22px; margin-bottom: 11px; }
.kl-module--featured { align-items: center; background: linear-gradient(135deg, #2d2e46, #444064); display: grid; gap: 28px; grid-column: span 2; grid-template-columns: .75fr 1.25fr; min-height: 380px; overflow: hidden; padding: 40px 0 40px 40px; }
.kl-module--featured .kl-module-copy { padding-right: 6px; }
.kl-module--featured h3 { color: #fff; font-size: 29px; }
.kl-module--featured p { color: rgba(255,255,255,.68); }
.kl-module--featured img { border: 7px solid rgba(255,255,255,.13); border-radius: 12px 0 0 12px; box-shadow: 0 20px 40px rgba(0,0,0,.2); margin-right: -9%; width: 109%; }

.kl-showcase { background: linear-gradient(180deg, #fafafd 0, #fff 100%); padding-bottom: 120px; }
.kl-showcase-row { align-items: center; display: grid; gap: 80px; grid-template-columns: .83fr 1.17fr; padding: 72px 0; }
.kl-showcase-row + .kl-showcase-row { border-top: 1px solid var(--kl-line); }
.kl-showcase-row--reverse { grid-template-columns: 1.17fr .83fr; }
.kl-showcase-row--reverse .kl-showcase-copy { grid-column: 2; grid-row: 1; }
.kl-showcase-row--reverse .kl-showcase-image { grid-column: 1; grid-row: 1; }
.kl-showcase-copy h2 { font-size: clamp(31px, 3vw, 42px); margin-bottom: 19px; }
.kl-showcase-copy > p { color: var(--kl-muted); font-size: 16px; margin-bottom: 25px; }
.kl-check-list { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.kl-check-list li { align-items: center; color: #495563; display: flex; font-size: 14px; font-weight: 650; gap: 10px; }
.kl-check-list i { align-items: center; background: #e5f7f1; border-radius: 50%; color: var(--kl-green); display: flex; font-size: 14px; height: 23px; justify-content: center; width: 23px; }
.kl-showcase-image { background: #fff; border: 1px solid var(--kl-line); border-radius: 17px; box-shadow: var(--kl-shadow); overflow: hidden; padding: 8px; }
.kl-showcase-image img { border-radius: 11px; width: 100%; }

.kl-implementation { background: #fff; position: relative; }
.kl-implementation::before { background: linear-gradient(135deg, rgba(102,88,221,.07), rgba(78,138,232,.03)); border-radius: 50%; content: ''; height: 520px; left: -270px; position: absolute; top: 40px; width: 520px; }
.kl-implementation-grid { align-items: center; display: grid; gap: 78px; grid-template-columns: .92fr 1.08fr; position: relative; z-index: 1; }
.kl-implementation-copy h2 { font-size: clamp(34px, 3.3vw, 47px); margin-bottom: 21px; }
.kl-implementation-lead { color: var(--kl-muted); font-size: 16px; line-height: 1.75; margin-bottom: 31px; }
.kl-implementation-benefits { display: grid; gap: 17px 22px; grid-template-columns: repeat(2, 1fr); }
.kl-implementation-benefits > div { align-items: flex-start; display: flex; gap: 12px; }
.kl-implementation-benefits > div > i { align-items: center; background: var(--kl-primary-light); border-radius: 9px; color: var(--kl-primary); display: flex; flex: 0 0 37px; font-size: 19px; height: 37px; justify-content: center; }
.kl-implementation-benefits strong { color: var(--kl-text); display: block; font-size: 13px; line-height: 1.4; margin-bottom: 3px; }
.kl-implementation-benefits small { color: var(--kl-muted); display: block; font-size: 11px; line-height: 1.55; }
.kl-implementation-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.kl-implementation-panel { background: linear-gradient(145deg, #292b42, #3a3756); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; box-shadow: 0 30px 70px rgba(39,39,65,.2); color: #fff; overflow: hidden; padding: 31px; position: relative; }
.kl-implementation-panel::after { border: 1px solid rgba(255,255,255,.07); border-radius: 50%; content: ''; height: 290px; position: absolute; right: -150px; top: -170px; width: 290px; }
.kl-implementation-panel-head { align-items: center; border-bottom: 1px solid rgba(255,255,255,.11); display: flex; gap: 12px; padding-bottom: 23px; position: relative; z-index: 1; }
.kl-implementation-mark { align-items: center; background: var(--kl-primary); border-radius: 10px; display: flex; flex: 0 0 43px; font-size: 22px; height: 43px; justify-content: center; }
.kl-implementation-panel-head small { color: rgba(255,255,255,.5); display: block; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.kl-implementation-panel-head strong { color: #fff; display: block; font-size: 14px; }
.kl-implementation-status { background: rgba(32,180,134,.14); border: 1px solid rgba(32,180,134,.27); border-radius: 999px; color: #75dfbd; font-size: 9px; font-weight: 750; margin-left: auto; padding: 5px 9px; text-transform: uppercase; }
.kl-implementation-steps { list-style: none; margin: 0; padding: 9px 0 3px; position: relative; z-index: 1; }
.kl-implementation-steps li { display: grid; gap: 15px; grid-template-columns: 38px 1fr; padding: 15px 0; position: relative; }
.kl-implementation-steps li:not(:last-child)::before { background: rgba(255,255,255,.12); bottom: -2px; content: ''; left: 18px; position: absolute; top: 47px; width: 1px; }
.kl-implementation-steps li > span { align-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: #aaa2ee; display: flex; font-size: 9px; font-weight: 800; height: 38px; justify-content: center; width: 38px; }
.kl-implementation-steps strong { color: #fff; display: block; font-size: 13px; margin-bottom: 3px; }
.kl-implementation-steps p { color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.55; margin: 0; }
.kl-implementation-panel-footer { align-items: center; background: rgba(255,255,255,.055); border-radius: 9px; color: rgba(255,255,255,.6); display: flex; font-size: 10px; gap: 9px; padding: 11px 13px; position: relative; z-index: 1; }
.kl-implementation-panel-footer i { color: #8f85e9; font-size: 17px; }

.kl-section--dark { background: linear-gradient(135deg, #26283e 0%, #363451 62%, #49416f 100%); overflow: hidden; position: relative; }
.kl-section--dark::before { border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ''; height: 580px; position: absolute; right: -180px; top: -300px; width: 580px; }
.kl-section-title--light h2 { color: #fff; }
.kl-section-title--light > p { color: rgba(255,255,255,.65); }
.kl-steps { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); position: relative; z-index: 1; }
.kl-steps article { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: 15px; min-height: 220px; padding: 29px; }
.kl-steps span { color: #9e94f1; display: block; font-size: 13px; font-weight: 800; margin-bottom: 37px; }
.kl-steps h3 { color: #fff; font-size: 21px; margin-bottom: 10px; }
.kl-steps p { color: rgba(255,255,255,.64); font-size: 14px; margin: 0; }

.kl-pricing-grid { align-items: stretch; display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.kl-price-card { background: #fff; border: 1px solid var(--kl-line); border-radius: 17px; display: flex; flex-direction: column; padding: 31px; position: relative; }
.kl-price-card--featured { border: 2px solid var(--kl-primary); box-shadow: 0 24px 45px rgba(75,63,164,.13); padding: 30px; transform: translateY(-10px); }
.kl-popular { background: var(--kl-primary); border-radius: 999px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; padding: 6px 12px; position: absolute; right: 23px; text-transform: uppercase; top: 22px; }
.kl-price-head > span { color: var(--kl-primary); display: block; font-size: 13px; font-weight: 800; letter-spacing: .1em; margin-bottom: 17px; text-transform: uppercase; }
.kl-price-head h3 { font-size: 31px; margin-bottom: 12px; }
.kl-price-head h3 small { color: var(--kl-muted); display: block; font-size: 12px; font-weight: 550; letter-spacing: 0; margin-top: 5px; }
.kl-price-head p { color: var(--kl-muted); font-size: 13px; min-height: 62px; }
.kl-price-card ul { border-top: 1px solid var(--kl-line); display: grid; flex: 1; gap: 13px; list-style: none; margin: 17px 0 28px; padding: 24px 0 0; }
.kl-price-card li { align-items: center; color: #4e5966; display: flex; font-size: 13px; gap: 9px; }
.kl-price-card li i { color: var(--kl-green); font-size: 18px; }
.kl-pricing-note { color: var(--kl-muted); font-size: 13px; margin: 30px 0 0; text-align: center; }
.kl-pricing-note a { color: var(--kl-primary); font-weight: 700; }

.kl-faq-layout { display: grid; gap: 90px; grid-template-columns: .7fr 1.3fr; }
.kl-faq-intro h2 { margin-bottom: 19px; }
.kl-faq-intro p { color: var(--kl-muted); margin-bottom: 25px; }
.kl-faq-list details { border-bottom: 1px solid var(--kl-line); padding: 20px 0; }
.kl-faq-list details:first-child { border-top: 1px solid var(--kl-line); }
.kl-faq-list summary { align-items: center; color: var(--kl-text); cursor: pointer; display: flex; font-size: 16px; font-weight: 700; justify-content: space-between; list-style: none; }
.kl-faq-list summary::-webkit-details-marker { display: none; }
.kl-faq-list summary i { color: var(--kl-primary); font-size: 21px; transition: transform .2s ease; }
.kl-faq-list details[open] summary i { transform: rotate(45deg); }
.kl-faq-list details p { color: var(--kl-muted); font-size: 14px; margin: 14px 40px 0 0; }

.kl-final-cta { background: var(--kl-primary); overflow: hidden; padding: 70px 0; position: relative; }
.kl-final-cta::before, .kl-final-cta::after { border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ''; position: absolute; }
.kl-final-cta::before { height: 390px; right: -90px; top: -195px; width: 390px; }
.kl-final-cta::after { height: 240px; right: 32px; top: -110px; width: 240px; }
.kl-final-cta-inner { align-items: center; display: flex; justify-content: space-between; position: relative; z-index: 1; }
.kl-final-cta .kl-overline { color: #dcd7ff; }
.kl-final-cta h2 { color: #fff; font-size: clamp(31px, 3vw, 42px); margin-bottom: 9px; max-width: 650px; }
.kl-final-cta p { color: rgba(255,255,255,.73); margin: 0; }
.kl-final-actions { display: flex; flex: 0 0 auto; gap: 10px; margin-left: 45px; }

.kl-footer { background: #202234; color: rgba(255,255,255,.7); padding: 70px 0 0; }
.kl-footer-grid { display: grid; gap: 50px; grid-template-columns: 1.8fr repeat(3, 1fr); padding-bottom: 55px; }
.kl-footer-brand img { height: auto; margin-bottom: 19px; width: 150px; }
.kl-footer-brand p { font-size: 13px; max-width: 310px; }
.kl-footer h3 { color: #fff; font-size: 13px; letter-spacing: .05em; margin-bottom: 19px; }
.kl-footer-grid > div:not(.kl-footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.kl-footer-grid a { color: rgba(255,255,255,.63); font-size: 13px; }
.kl-footer-grid a:hover, .kl-footer-bottom a:hover { color: #fff; }
.kl-footer-bottom { border-top: 1px solid rgba(255,255,255,.09); display: flex; font-size: 11px; justify-content: space-between; padding-bottom: 24px; padding-top: 24px; }
.kl-footer-bottom a { color: #a89ff2; }
.kl-back-top { align-items: center; background: var(--kl-primary); border-radius: 10px; bottom: 20px; box-shadow: 0 10px 24px rgba(64,55,140,.3); color: #fff !important; display: flex; font-size: 22px; height: 43px; justify-content: center; opacity: 0; pointer-events: none; position: fixed; right: 20px; transform: translateY(10px); transition: .2s ease; width: 43px; z-index: 50; }
.kl-back-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

@media (max-width: 1100px) {
    .kl-nav-menu { gap: 20px; margin-right: 20px; }
    .kl-hero-grid { gap: 42px; grid-template-columns: .85fr 1.15fr; }
    .kl-float-card--top { right: 0; }
    .kl-final-cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
    .kl-final-actions { margin-left: 0; }
}

@media (max-width: 920px) {
    .kl-container { padding-left: 22px; padding-right: 22px; }
    .kl-nav { height: 70px; }
    .kl-nav-toggle { display: block; margin-left: auto; order: 2; }
    .kl-nav-menu { align-items: stretch; background: #fff; border-bottom: 1px solid var(--kl-line); box-shadow: 0 18px 28px rgba(40,46,60,.1); display: none; flex-direction: column; gap: 0; left: 0; margin: 0; padding: 10px 22px; position: absolute; right: 0; top: 70px; }
    .kl-nav-menu.is-open { display: flex; }
    .kl-nav-menu a { border-bottom: 1px solid #f0f2f5; padding: 12px 0; }
    .kl-nav-actions { margin-left: 16px; order: 1; }
    .kl-nav-actions .kl-login { display: none; }
    .kl-hero { min-height: 0; padding: 128px 0 80px; }
    .kl-hero-grid { grid-template-columns: 1fr; }
    .kl-hero-copy { max-width: 720px; }
    .kl-hero-visual { margin: 15px auto 0; max-width: 820px; padding-left: 0; }
    .kl-trust .kl-container { align-items: flex-start; flex-direction: column; gap: 18px; }
    .kl-logo-cloud { width: 100%; }
    .kl-section-heading { align-items: start; gap: 20px; grid-template-columns: 1fr; }
    .kl-benefit-grid { grid-template-columns: 1fr; }
    .kl-benefit { display: grid; grid-template-columns: 54px 1fr; }
    .kl-benefit-icon { grid-row: span 2; margin: 0; }
    .kl-benefit h3 { margin: 1px 0 6px; }
    .kl-module-grid { grid-template-columns: 1fr; }
    .kl-module--featured { grid-column: span 1; }
    .kl-showcase-row, .kl-showcase-row--reverse { gap: 40px; grid-template-columns: 1fr; padding: 55px 0; }
    .kl-showcase-row--reverse .kl-showcase-copy, .kl-showcase-row--reverse .kl-showcase-image { grid-column: 1; grid-row: auto; }
    .kl-showcase-row--reverse .kl-showcase-copy { grid-row: 1; }
    .kl-implementation-grid { gap: 48px; grid-template-columns: 1fr; }
    .kl-steps, .kl-pricing-grid { grid-template-columns: 1fr; }
    .kl-price-card--featured { transform: none; }
    .kl-price-head p { min-height: 0; }
    .kl-faq-layout { gap: 50px; grid-template-columns: 1fr; }
    .kl-footer-grid { grid-template-columns: 1.7fr repeat(2, 1fr); }
    .kl-footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
    body.kl-page { font-size: 15px; }
    .kl-container { padding-left: 17px; padding-right: 17px; }
    .kl-logo img { width: 132px; }
    .kl-nav-actions { margin-left: auto; }
    .kl-nav-actions .kl-btn { font-size: 12px; min-height: 38px; padding: 8px 11px; }
    .kl-nav-toggle { margin-left: 5px; }
    .kl-hero { padding: 112px 0 64px; }
    .kl-hero h1 { font-size: 39px; }
    .kl-hero-lead { font-size: 16px; }
    .kl-hero-actions { align-items: stretch; flex-direction: column; }
    .kl-hero-actions .kl-btn { width: 100%; }
    .kl-proof-list { align-items: flex-start; flex-direction: column; gap: 7px; }
    .kl-browser { border-radius: 10px; transform: none; }
    .kl-browser-bar { height: 28px; }
    .kl-float-card { display: none; }
    .kl-logo-cloud { gap: 14px; grid-template-columns: repeat(3, 1fr); }
    .kl-logo-cloud img { height: 36px; width: 85px; }
    .kl-section { padding: 72px 0; }
    .kl-section-heading h2, .kl-section-title h2, .kl-showcase-copy h2, .kl-faq-intro h2 { font-size: 31px; }
    .kl-benefit { display: block; padding: 23px; }
    .kl-benefit-icon { margin-bottom: 18px; }
    .kl-module { min-height: auto; padding: 23px !important; }
    .kl-module--featured { display: block; }
    .kl-module--featured img { border-radius: 10px; margin: 28px 0 -8% 6%; width: 108%; }
    .kl-showcase { padding-bottom: 82px; }
    .kl-showcase-row { padding: 45px 0; }
    .kl-implementation-benefits { grid-template-columns: 1fr; }
    .kl-implementation-actions { align-items: stretch; flex-direction: column; }
    .kl-implementation-actions .kl-btn { width: 100%; }
    .kl-implementation-panel { padding: 23px; }
    .kl-steps article { min-height: 0; }
    .kl-steps span { margin-bottom: 25px; }
    .kl-price-card { padding: 25px; }
    .kl-price-card--featured { padding: 24px; }
    .kl-popular { position: static; width: max-content; margin-bottom: 18px; }
    .kl-final-cta { padding: 58px 0; }
    .kl-final-actions { align-items: stretch; flex-direction: column; width: 100%; }
    .kl-final-actions .kl-btn { width: 100%; }
    .kl-footer-grid { gap: 35px 25px; grid-template-columns: repeat(2, 1fr); }
    .kl-footer-brand { grid-column: span 2; }
    .kl-footer-grid > div:last-child { grid-column: auto; }
    .kl-footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .kl-page *, .kl-page *::before, .kl-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
