.kbl {
  --kbl-red: var(--ksp-red, #e61212);
  --kbl-red-dark: var(--ksp-red-dark, #c61818);
  --kbl-ink: #17191b;
  --kbl-muted: #656b70;
  --kbl-line: #d8dde0;
  --kbl-dark: #151719;
  --kbl-dark-2: #1d2023;
  --kbl-dark-3: #25292d;
  --kbl-surface: #fff;
  --kbl-soft: #f4f5f6;
  --kbl-radius: 14px;
  --kbl-radius-lg: 22px;
  --kbl-shadow: 0 24px 60px rgba(17, 20, 23, .13);
  --kbl-ease: cubic-bezier(.2, .75, .2, 1);
  color: var(--kbl-ink);
  background: var(--kbl-soft);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.kbl *, .kbl *::before, .kbl *::after { box-sizing: border-box; }
.kbl img { display: block; max-width: 100%; }
.kbl button, .kbl input, .kbl select, .kbl textarea { font: inherit; }
.kbl button, .kbl a { -webkit-tap-highlight-color: transparent; }
.kbl a { color: inherit; text-decoration: none; }
.kbl button { color: inherit; }
.kbl svg { width: 1.2em; height: 1.2em; display: block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.kbl-sprite { position: absolute; width: 0 !important; height: 0 !important; overflow: hidden; }
.kbl-container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.kbl [hidden] { display: none !important; }
.kbl-section { padding: 108px 0; }
.kbl [id] { scroll-margin-top: 170px; }

.kbl h1, .kbl h2, .kbl h3, .kbl h4, .kbl p { text-transform: none; }
.kbl h1, .kbl h2, .kbl h3, .kbl h4 { font-family: inherit; }
.kbl h2 { margin: 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.04; letter-spacing: -.04em; }
.kbl h3 { margin: 0; }
.kbl p { line-height: 1.55; }

.kbl-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: transform .2s var(--kbl-ease), background .2s var(--kbl-ease), border-color .2s var(--kbl-ease), color .2s var(--kbl-ease), box-shadow .2s var(--kbl-ease);
}
.kbl-button:hover { transform: translateY(-2px); }
.kbl-button:active { transform: none; }
.kbl-button-primary { color: #fff; background: var(--kbl-red); box-shadow: 0 12px 26px color-mix(in srgb, var(--kbl-red) 25%, transparent); }
.kbl-button-primary:hover { color: #fff; background: var(--kbl-red-dark); box-shadow: 0 16px 34px color-mix(in srgb, var(--kbl-red) 30%, transparent); }
.kbl-button-secondary { color: var(--kbl-ink); background: transparent; border-color: #aeb4b8; }
.kbl-button-secondary:hover { color: var(--kbl-ink); border-color: var(--kbl-ink); }
.kbl-button-ghost { color: #fff; background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.34); }
.kbl-button-ghost:hover { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.58); }
.kbl button.kbl-button-ghost { color: #fff !important; background: rgba(255,255,255,.03) !important; border-color: rgba(255,255,255,.34) !important; }
.kbl button.kbl-button-ghost:hover { color: #fff !important; background: rgba(255,255,255,.08) !important; border-color: rgba(255,255,255,.58) !important; }
.kbl-button-large { min-height: 58px; padding: 15px 25px; font-size: 15px; }
.kbl :is(.kbl-button, [data-kbl-solution], [data-kbl-readiness], summary, input, select, textarea):focus-visible { outline: 3px solid color-mix(in srgb, var(--kbl-red) 28%, transparent); outline-offset: 3px; }

.kbl-hero { position: relative; overflow: hidden; color: #fff; background: var(--kbl-dark); }
.kbl-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 58%); }
.kbl-hero-grid { position: relative; min-height: 560px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); gap: 42px; }
.kbl-hero-copy { position: relative; z-index: 3; align-self: center; padding: 58px 0 62px; }
.kbl-hero h1 { max-width: 750px; margin: 0; color: #fff; font-size: clamp(48px, 5.2vw, 68px); line-height: 1.01; letter-spacing: -.045em; text-wrap: balance; }
.kbl-hero-lead { max-width: 690px; margin: 26px 0 0; color: #c7cbce; font-size: clamp(17px, 1.45vw, 20px); }
.kbl-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.kbl-hero-note { max-width: 690px; margin: 18px 0 0; display: flex; align-items: flex-start; gap: 9px; color: #a8adb0; font-size: 13px; }
.kbl-hero-note svg { margin-top: 2px; color: var(--kbl-red); }
.kbl-hero-media { position: relative; min-height: 560px; margin: 0; overflow: hidden; isolation: isolate; }
.kbl-hero-media::before { content: ""; position: absolute; z-index: 2; inset: 0 auto 0 0; width: 38%; background: linear-gradient(90deg, var(--kbl-dark) 0%, rgba(21,23,25,.74) 46%, transparent 100%); pointer-events: none; }
.kbl-hero-media::after { content: ""; position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; height: 32%; background: linear-gradient(transparent, rgba(10,12,14,.84)); pointer-events: none; }
.kbl-hero-media picture { width: 100%; height: 100%; display: block; }
.kbl-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.82) contrast(1.04); }
.kbl-hero-media figcaption { position: absolute; z-index: 3; right: 26px; bottom: 24px; left: 70px; padding: 18px 20px; background: rgba(17,19,21,.9); border-left: 4px solid var(--kbl-red); backdrop-filter: blur(8px); }
.kbl-hero-media figcaption span { display: block; color: #ff7773; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.kbl-hero-media figcaption strong { display: block; margin-top: 5px; color: #fff; font-size: 16px; line-height: 1.35; }
.kbl-proof { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); }
.kbl-proof div { padding: 22px 22px 25px; border-right: 1px solid rgba(255,255,255,.12); }
.kbl-proof div:first-child { padding-left: 0; }
.kbl-proof div:last-child { border-right: 0; }
.kbl-proof strong { display: block; color: #fff; font-size: 18px; line-height: 1.2; }
.kbl-proof span { display: block; margin-top: 6px; color: #93999d; font-size: 12px; }

.kbl-fit { background: #fff; border-bottom: 1px solid var(--kbl-line); }
.kbl-fit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.kbl-fit-grid > div { min-height: 128px; display: flex; align-items: flex-start; gap: 14px; padding: 28px 24px; border-right: 1px solid var(--kbl-line); }
.kbl-fit-grid > div:first-child { padding-left: 0; }
.kbl-fit-grid > div:last-child { padding-right: 0; border-right: 0; }
.kbl-fit-grid svg { margin-top: 3px; color: var(--kbl-red); font-size: 23px; }
.kbl-fit-grid p { margin: 0; }
.kbl-fit-grid strong { display: block; font-size: 15px; line-height: 1.3; }
.kbl-fit-grid span { display: block; margin-top: 6px; color: var(--kbl-muted); font-size: 12px; line-height: 1.45; }

.kbl-heading { margin-bottom: 44px; }
.kbl-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.kbl-heading p, .kbl-start-copy > p, .kbl-offer-copy > p, .kbl-production-copy > p, .kbl-faq-intro > p, .kbl-rfq-heading > p { max-width: 720px; margin: 16px 0 0; color: var(--kbl-muted); font-size: 17px; }
.kbl-text-link { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; color: var(--kbl-red) !important; font-size: 14px; font-weight: 800; }
.kbl-text-link svg, .kbl-solution-card button svg { transition: transform .2s var(--kbl-ease); }
.kbl-text-link:hover svg, .kbl-solution-card button:hover svg { transform: translateX(4px); }

.kbl-solutions { background: var(--kbl-soft); }
.kbl-solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.kbl-solution-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #dce0e3; border-radius: var(--kbl-radius); box-shadow: 0 10px 24px rgba(17,20,23,.07); transition: transform .28s var(--kbl-ease), box-shadow .28s var(--kbl-ease), border-color .28s var(--kbl-ease); }
.kbl-solution-card:hover { transform: translateY(-6px); border-color: #c8cdd1; box-shadow: var(--kbl-shadow); }
.kbl-solution-card img { width: 100%; aspect-ratio: 16 / 9.7; object-fit: cover; }
.kbl-solution-card > div { min-height: 218px; display: flex; flex-direction: column; padding: 24px; }
.kbl-solution-card h3 { color: var(--kbl-ink); font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.kbl-solution-card p { margin: 10px 0 22px; color: var(--kbl-muted); font-size: 14px; }
.kbl-solution-card button { margin-top: auto; padding: 0; display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; color: var(--kbl-red); background: transparent; border: 0; font-size: 13px; font-weight: 900; cursor: pointer; }
.kbl-solution-card-dark { color: #fff; background: var(--kbl-dark-2); border-color: var(--kbl-dark-3); }
.kbl-solution-card-dark h3 { color: #fff; }
.kbl-solution-card-dark p { color: #aab0b4; }
.kbl-solution-card-dark button { color: #ff6a66; }

.kbl-start { color: #fff; background: var(--kbl-dark); }
.kbl-start-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr); gap: 78px; align-items: start; }
.kbl-start-copy h2 { color: #fff; }
.kbl-start-copy > p { color: #aeb3b7; }
.kbl-readiness-list { margin-top: 36px; display: grid; gap: 10px; }
.kbl-readiness-list button { width: 100%; min-height: 76px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 16px; padding: 14px 18px; color: #c8cccf; text-align: left; background: transparent; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; cursor: pointer; transition: background .2s var(--kbl-ease), color .2s var(--kbl-ease), border-color .2s var(--kbl-ease), transform .2s var(--kbl-ease); }
.kbl-readiness-list button:hover { transform: translateX(4px); border-color: rgba(255,255,255,.3); }
.kbl-readiness-list button span { color: #777d81; font-size: 12px; font-weight: 900; }
.kbl-readiness-list button strong { font-size: 15px; line-height: 1.3; }
.kbl-readiness-list button.is-active { color: #fff; background: var(--kbl-red); border-color: var(--kbl-red); box-shadow: 0 14px 28px color-mix(in srgb, var(--kbl-red) 20%, transparent); }
.kbl-readiness-list button.is-active span { color: rgba(255,255,255,.72); }
.kbl-readiness-panel { padding: 38px; background: var(--kbl-dark-2); border: 1px solid rgba(255,255,255,.1); border-radius: var(--kbl-radius-lg); box-shadow: 0 30px 70px rgba(0,0,0,.23); }
.kbl-readiness-head { display: flex; align-items: center; gap: 16px; }
.kbl-readiness-head > svg { width: 52px; height: 52px; padding: 12px; color: #fff; background: var(--kbl-red); border-radius: 12px; }
.kbl-readiness-head span { color: #91979b; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.kbl-readiness-head h3 { margin-top: 3px; color: #fff; font-size: 27px; line-height: 1.18; letter-spacing: -.025em; }
.kbl-readiness-panel > p { margin: 24px 0 0; color: #b7bcc0; }
.kbl-readiness-columns { margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.kbl-readiness-columns > div { padding: 22px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; }
.kbl-readiness-columns h4 { margin: 0 0 12px; color: #fff; font-size: 14px; }
.kbl-readiness-columns ul { margin: 0; padding: 0; list-style: none; }
.kbl-readiness-columns li { position: relative; padding: 7px 0 7px 16px; color: #aeb3b7; font-size: 13px; }
.kbl-readiness-columns li::before { content: ""; position: absolute; top: 15px; left: 0; width: 5px; height: 5px; background: var(--kbl-red); border-radius: 50%; }
.kbl-audience { margin-top: 52px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: #969ca0; font-size: 13px; }
.kbl-audience strong { margin-right: 4px; color: #fff; }
.kbl-audience span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; }

.kbl-offer { background: #fff; }
.kbl-offer-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 70px; align-items: center; }
.kbl-offer-points { margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.kbl-offer-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid var(--kbl-line); }
.kbl-offer-points dt { grid-column: 1 / -1; display: grid; grid-template-columns: 42px 1fr; gap: 12px; margin: 0; }
.kbl-offer-points dt > span { color: var(--kbl-red); font-size: 12px; font-weight: 900; }
.kbl-offer-points dt strong { color: var(--kbl-ink); font-size: 15px; }
.kbl-offer-points dd { grid-column: 2; margin: -8px 0 0; color: var(--kbl-muted); font-size: 13px; }
.kbl-document { position: relative; padding: 32px; background: #f7f8f9; border: 1px solid #d7dcdf; border-radius: 16px; box-shadow: 0 30px 65px rgba(19,22,24,.15); transform: rotate(1deg); }
.kbl-document::before { content: ""; position: absolute; z-index: -1; inset: 15px -14px -15px 14px; background: #e6e9eb; border-radius: 16px; transform: rotate(-2deg); }
.kbl-document-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 2px solid var(--kbl-ink); }
.kbl-document-top > strong { color: var(--kbl-ink); font-size: 20px; font-weight: 900; letter-spacing: .04em; }
.kbl-document-top > span { color: #6f757a; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.kbl-document-meta { padding: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.kbl-document-meta small { display: block; color: #80868a; font-size: 9px; text-transform: uppercase; }
.kbl-document-meta strong { display: block; margin-top: 5px; font-size: 13px; }
.kbl-document-table { border: 1px solid #cfd4d7; }
.kbl-document-row { display: grid; grid-template-columns: minmax(0, 1fr) 70px 100px; }
.kbl-document-row + .kbl-document-row { border-top: 1px solid #d9dde0; }
.kbl-document-row span { padding: 12px 10px; font-size: 10px; border-right: 1px solid #d9dde0; }
.kbl-document-row span:last-child { border-right: 0; }
.kbl-document-row-head { color: #fff; background: var(--kbl-ink); }
.kbl-document-row-head span { font-weight: 800; border-color: rgba(255,255,255,.15); }
.kbl-document-total { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 16px; color: #fff; background: var(--kbl-red); }
.kbl-document-total span { font-size: 11px; font-weight: 900; text-transform: uppercase; }
.kbl-document-total strong { font-size: 12px; text-align: right; }
.kbl-document > p { margin: 18px 0 0; color: #8b9094; font-size: 10px; }
.kbl-cost { margin-top: 72px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--kbl-line); border-bottom: 1px solid var(--kbl-line); }
.kbl-cost div { padding: 24px; border-right: 1px solid var(--kbl-line); }
.kbl-cost div:first-child { padding-left: 0; }
.kbl-cost div:last-child { padding-right: 0; border-right: 0; }
.kbl-cost strong { display: block; font-size: 15px; }
.kbl-cost span { display: block; margin-top: 7px; color: var(--kbl-muted); font-size: 12px; line-height: 1.45; }

.kbl-production { background: #eef0f2; }
.kbl-production-grid { display: grid; grid-template-columns: minmax(440px, .92fr) minmax(0, 1.08fr); gap: 82px; align-items: center; }
.kbl-production-media { position: relative; min-height: 560px; }
.kbl-production-media img { position: absolute; object-fit: cover; border-radius: 14px; box-shadow: var(--kbl-shadow); }
.kbl-production-main { z-index: 2; left: 0; bottom: 0; width: 58%; height: 82%; }
.kbl-production-secondary { top: 0; right: 0; width: 57%; height: 62%; }
.kbl-production-media::after { content: "ПРОИЗВОДСТВО"; position: absolute; right: -8px; bottom: 12px; color: rgba(23,25,27,.08); font-size: 55px; font-weight: 900; letter-spacing: .04em; writing-mode: vertical-rl; }
.kbl-production-copy > p { max-width: 690px; }
.kbl-production-copy ul { margin: 34px 0 32px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; list-style: none; }
.kbl-production-copy li { display: flex; align-items: flex-start; gap: 13px; padding: 18px; background: #fff; border: 1px solid #dce0e3; border-radius: 10px; }
.kbl-production-copy li > svg { margin-top: 2px; color: var(--kbl-red); font-size: 23px; }
.kbl-production-copy li p { margin: 0; }
.kbl-production-copy li strong { display: block; font-size: 14px; }
.kbl-production-copy li span { display: block; margin-top: 5px; color: var(--kbl-muted); font-size: 12px; line-height: 1.45; }
.kbl-process { margin-top: 90px; padding-top: 48px; border-top: 1px solid #d3d8db; }
.kbl-process > header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.kbl-process h3 { font-size: 30px; letter-spacing: -.03em; }
.kbl-process > header p { margin: 0; color: var(--kbl-muted); font-size: 14px; }
.kbl-process ol { margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }
.kbl-process li { position: relative; min-width: 0; padding: 26px 22px; background: #fff; border-top: 3px solid var(--kbl-ink); border-right: 1px solid #d8dde0; }
.kbl-process li:first-child { border-radius: 10px 0 0 10px; }
.kbl-process li:last-child { border-right: 0; border-radius: 0 10px 10px 0; }
.kbl-process li::after { content: ""; position: absolute; z-index: 2; top: 38px; right: -7px; width: 13px; height: 13px; background: #fff; border-top: 1px solid #d8dde0; border-right: 1px solid #d8dde0; transform: rotate(45deg); }
.kbl-process li:last-child::after { display: none; }
.kbl-process li > span { color: var(--kbl-red); font-size: 11px; font-weight: 900; }
.kbl-process h4 { margin: 10px 0 0; font-size: 16px; }
.kbl-process li p { margin: 7px 0 0; color: var(--kbl-muted); font-size: 12px; }

.kbl-projects { color: #fff; background: var(--kbl-dark-2); }
.kbl-heading-light h2 { color: #fff; }
.kbl-heading-light p { color: #aeb3b7; }
.kbl-projects .kbl-text-link { color: #ff7773 !important; }
.kbl-project-gallery .kad-gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.kbl-project-gallery .kad-gallery-grid figure { min-width: 0; margin: 0; overflow: hidden; background: #24282b; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; }
.kbl-project-gallery .kad-gallery-grid button { width: 100%; padding: 0; display: block; overflow: hidden; background: transparent; border: 0; cursor: zoom-in; }
.kbl-project-gallery .kad-gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s var(--kbl-ease); }
.kbl-project-gallery .kad-gallery-grid button:hover img { transform: scale(1.035); }
.kbl-project-gallery .kad-gallery-grid figcaption { min-height: 60px; padding: 15px 16px; color: #d6d9db; font-size: 12px; line-height: 1.4; }
.kbl-project-gallery:empty::before { content: "Опубликованные работы временно недоступны. Все направления можно открыть в общем портфолио."; display: block; padding: 28px; color: #c7cbce; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; }

.kbl-faq { background: #fff; }
.kbl-faq-grid { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); gap: 80px; align-items: start; }
.kbl-faq-intro { position: sticky; top: 180px; }
.kbl-faq-intro .kbl-button { margin-top: 28px; }
.kbl-faq-list { border-top: 1px solid var(--kbl-ink); }
.kbl-faq-list details { border-bottom: 1px solid var(--kbl-line); }
.kbl-faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--kbl-ink); font-size: 17px; font-weight: 800; list-style: none; cursor: pointer; }
.kbl-faq-list summary::-webkit-details-marker { display: none; }
.kbl-faq-list summary svg { color: var(--kbl-red); transition: transform .2s var(--kbl-ease); }
.kbl-faq-list details[open] summary svg { transform: rotate(180deg); }
.kbl-faq-list details > div { padding: 0 40px 24px 0; }
.kbl-faq-list p { margin: 0; color: var(--kbl-muted); }

.kbl-rfq { color: #fff; background: var(--kbl-dark); }
.kbl-rfq-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 44px; align-items: start; }
.kbl-rfq-heading h2 { color: #fff; }
.kbl-rfq-heading > p { color: #aeb3b7; }
.kbl-progress { margin: 34px 0 28px; display: flex; align-items: center; }
.kbl-progress button { width: 84px; padding: 0; display: grid; justify-items: center; gap: 5px; color: #83898d; background: transparent; border: 0; cursor: pointer; }
.kbl-progress button:disabled { cursor: default; }
.kbl-progress button span { width: 34px; height: 34px; display: grid; place-items: center; color: #a9aeb1; background: var(--kbl-dark-3); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; font-size: 12px; font-weight: 900; }
.kbl-progress button small { font-size: 10px; font-weight: 800; }
.kbl-progress button.is-active { color: #fff; }
.kbl-progress button.is-active span, .kbl-progress button.is-complete span { color: #fff; background: var(--kbl-red); border-color: var(--kbl-red); }
.kbl-progress > i { height: 1px; flex: 1; background: rgba(255,255,255,.15); }
.kbl-form { padding: 34px; background: var(--kbl-dark-2); border: 1px solid rgba(255,255,255,.1); border-radius: var(--kbl-radius-lg); box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.kbl-form-step[hidden] { display: none !important; }
.kbl-form-step > h3 { margin-bottom: 26px; color: #fff; font-size: 24px; letter-spacing: -.02em; }
.kbl-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.kbl-field-grid > label { min-width: 0; display: grid; gap: 8px; color: #d9dcde; font-size: 12px; font-weight: 800; }
.kbl-field-grid label > span { color: #ff7773; }
.kbl-field-grid input, .kbl-field-grid select, .kbl-field-grid textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: #fff; background: #151719; border: 1px solid #41464b; border-radius: 8px; outline: 0; }
.kbl-field-grid textarea { min-height: 126px; resize: vertical; }
.kbl-field-grid input::placeholder, .kbl-field-grid textarea::placeholder { color: #777d81; opacity: 1; }
.kbl-field-grid :is(input, select, textarea):focus { border-color: var(--kbl-red); box-shadow: 0 0 0 3px color-mix(in srgb, var(--kbl-red) 16%, transparent); }
.kbl-field-wide { grid-column: 1 / -1; }
.kbl-upload { position: relative; margin-top: 18px; display: grid; gap: 8px; color: #d9dcde; font-size: 12px; font-weight: 800; }
.kbl-upload > input { position: absolute; inset: 30px 0 0; z-index: 2; width: 100%; height: calc(100% - 30px); opacity: 0; cursor: pointer; }
.kbl-upload > span { min-height: 104px; display: flex; align-items: center; gap: 16px; padding: 20px; color: #c8cccf; background: #151719; border: 1px dashed #555b60; border-radius: 10px; }
.kbl-upload > span svg { color: var(--kbl-red); font-size: 30px; }
.kbl-upload > span strong, .kbl-upload > span small { display: block; }
.kbl-upload > span small { margin-top: 5px; color: #82888c; font-weight: 500; }
.kbl-upload > em { color: #b9bec1; font-size: 11px; font-style: normal; }
.kbl-form-actions { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.kbl-form-actions .kbl-button { min-width: 150px; }
.kbl-summary { position: relative; margin-top: 22px; padding: 22px; color: #d9dcde; background: #151719; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; }
.kbl-summary h4 { margin: 0 0 14px; color: #fff; font-size: 15px; }
.kbl-summary ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 7px 20px; list-style: none; }
.kbl-summary li { color: #aeb3b7; font-size: 11px; }
.kbl-summary li strong { color: #e6e8e9; }
.kbl-summary button { position: absolute; top: 18px; right: 18px; padding: 0; display: inline-flex; align-items: center; gap: 5px; color: #ff7773; background: transparent; border: 0; font-size: 11px; font-weight: 800; cursor: pointer; }
.kbl-consent { margin-top: 22px; display: flex; align-items: flex-start; gap: 11px; color: #aeb3b7; font-size: 11px; font-weight: 500; }
.kbl-consent input { margin-top: 3px; accent-color: var(--kbl-red); }
.kbl-consent a { color: #fff; text-decoration: underline; text-decoration-color: var(--kbl-red); text-underline-offset: 2px; }
.kbl-form .kad-form__status { margin-top: 18px; color: #fff; font-size: 13px; }
.kbl-rfq-aside { position: sticky; top: 180px; display: grid; gap: 18px; }
.kbl-score, .kbl-aside-card, .kbl-aside-contact { padding: 24px; background: var(--kbl-dark-2); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; }
.kbl-score > span { color: #90969a; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.kbl-score > strong { display: block; margin-top: 6px; color: #fff; font-size: 36px; line-height: 1; }
.kbl-score > div { height: 6px; margin-top: 16px; overflow: hidden; background: #303438; border-radius: 99px; }
.kbl-score > div i { width: 0; height: 100%; display: block; background: var(--kbl-red); transition: width .25s var(--kbl-ease); }
.kbl-score p { margin: 13px 0 0; color: #9fa5a9; font-size: 12px; }
.kbl-aside-card h3 { color: #fff; font-size: 17px; }
.kbl-aside-card ul { margin: 16px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.kbl-aside-card li { display: flex; gap: 8px; color: #b8bdc0; font-size: 12px; }
.kbl-aside-card svg { margin-top: 2px; color: var(--kbl-red); }
.kbl-aside-contact > span, .kbl-aside-contact small { display: block; color: #92989c; font-size: 11px; }
.kbl-aside-contact a { display: block; margin: 7px 0 4px; color: #fff; font-size: 22px; font-weight: 900; }

.kbl-mobile-cta { display: none; }
.kbl-success { width: min(500px, calc(100% - 32px)); padding: 36px; color: var(--kbl-ink); background: #fff; border: 0; border-radius: 18px; box-shadow: 0 35px 100px rgba(0,0,0,.3); }
.kbl-success::backdrop { background: rgba(8,10,12,.72); backdrop-filter: blur(5px); }
.kbl-success > button:first-child { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; display: grid; place-items: center; background: transparent; border: 0; cursor: pointer; }
.kbl-success > span { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--kbl-red); border-radius: 50%; }
.kbl-success h2 { margin-top: 20px; font-size: 34px; }
.kbl-success p { color: var(--kbl-muted); }
.kbl-success > strong { display: block; margin: 14px 0 22px; }

@media (max-width: 1120px) {
  .kbl-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr); gap: 24px; }
  .kbl-hero h1 { font-size: clamp(45px, 5.2vw, 61px); }
  .kbl-start-grid, .kbl-offer-grid, .kbl-production-grid { gap: 48px; }
  .kbl-start-grid { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); }
  .kbl-project-gallery .kad-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .kbl-rfq-grid { grid-template-columns: minmax(0, 1fr) 290px; gap: 30px; }
}

@media (max-width: 900px) {
  .kbl-section { padding: 84px 0; }
  .kbl-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 0; }
  .kbl-hero-copy { padding: 70px 0 46px; }
  .kbl-hero-media { min-height: 520px; margin-inline: -24px; }
  .kbl-hero-media::before { width: 100%; background: linear-gradient(180deg, var(--kbl-dark), transparent 28%); }
  .kbl-proof, .kbl-fit-grid { grid-template-columns: 1fr 1fr; }
  .kbl-proof div:nth-child(2), .kbl-fit-grid > div:nth-child(2) { border-right: 0; }
  .kbl-proof div:nth-child(-n+2), .kbl-fit-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .kbl-fit-grid > div:nth-child(-n+2) { border-bottom-color: var(--kbl-line); }
  .kbl-proof div:first-child, .kbl-fit-grid > div:first-child { padding-left: 24px; }
  .kbl-solution-grid { grid-template-columns: 1fr 1fr; }
  .kbl-start-grid, .kbl-offer-grid, .kbl-production-grid, .kbl-faq-grid, .kbl-rfq-grid { grid-template-columns: 1fr; }
  .kbl-start-grid { gap: 40px; }
  .kbl-offer-grid, .kbl-production-grid, .kbl-faq-grid { gap: 56px; }
  .kbl-document { transform: none; }
  .kbl-production-media { min-height: 620px; }
  .kbl-process ol { grid-template-columns: 1fr 1fr; gap: 1px; }
  .kbl-process li, .kbl-process li:first-child, .kbl-process li:last-child { border-right: 0; border-radius: 0; }
  .kbl-process li::after { display: none; }
  .kbl-process li:last-child { grid-column: 1 / -1; }
  .kbl-project-gallery .kad-gallery-grid { grid-template-columns: 1fr 1fr; }
  .kbl-faq-intro, .kbl-rfq-aside { position: static; }
  .kbl-rfq-aside { grid-template-columns: 1fr 1fr; }
  .kbl-aside-contact { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .kbl { padding-bottom: 66px; }
  .kbl-container { width: min(1240px, calc(100% - 32px)); }
  .kbl-section { padding: 68px 0; }
  .kbl h2 { font-size: 36px; }
  .kbl-hero-copy { padding: 54px 0 38px; }
  .kbl-hero h1 { font-size: clamp(34px, 9.5vw, 42px); line-height: 1.04; overflow-wrap: normal; word-break: normal; hyphens: none; text-wrap: pretty; }
  .kbl-hero-lead { font-size: 17px; }
  .kbl-actions { display: grid; }
  .kbl-actions .kbl-button { width: 100%; }
  .kbl-hero-media { min-height: 420px; margin-inline: -16px; }
  .kbl-hero-media figcaption { right: 16px; bottom: 16px; left: 16px; }
  .kbl-proof, .kbl-fit-grid, .kbl-solution-grid, .kbl-readiness-columns, .kbl-offer-points, .kbl-cost, .kbl-production-copy ul, .kbl-project-gallery .kad-gallery-grid, .kbl-field-grid, .kbl-summary ul, .kbl-rfq-aside { grid-template-columns: 1fr; }
  .kbl-proof div, .kbl-proof div:first-child, .kbl-fit-grid > div, .kbl-fit-grid > div:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .kbl-fit-grid > div { border-bottom-color: var(--kbl-line); }
  .kbl-proof div:last-child, .kbl-fit-grid > div:last-child { border-bottom: 0; }
  .kbl-heading-row { display: block; }
  .kbl-heading-row .kbl-text-link { margin-top: 20px; }
  .kbl-solution-card > div { min-height: 190px; }
  .kbl-readiness-panel, .kbl-form { padding: 24px; border-radius: 16px; }
  .kbl-readiness-head h3 { font-size: 23px; }
  .kbl-audience { align-items: flex-start; }
  .kbl-audience strong { width: 100%; }
  .kbl-document { padding: 20px; }
  .kbl-document-row { grid-template-columns: minmax(0, 1fr) 50px 72px; }
  .kbl-document-row span { padding: 9px 6px; font-size: 8px; }
  .kbl-cost div { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--kbl-line); }
  .kbl-cost div:last-child { border-bottom: 0; }
  .kbl-production-media { min-height: 460px; }
  .kbl-production-main { width: 65%; height: 82%; }
  .kbl-production-secondary { width: 62%; height: 56%; }
  .kbl-production-media::after { display: none; }
  .kbl-process > header { display: block; }
  .kbl-process > header p { margin-top: 8px; }
  .kbl-process ol { grid-template-columns: 1fr; }
  .kbl-process li:last-child { grid-column: auto; }
  .kbl-faq-list summary { min-height: 70px; font-size: 15px; }
  .kbl-progress button { width: 68px; }
  .kbl-field-wide { grid-column: auto; }
  .kbl-form-actions { align-items: stretch; }
  .kbl-form-actions .kbl-button { min-width: 0; flex: 1; padding-inline: 12px; }
  .kbl-summary { padding-top: 54px; }
  .kbl-summary button { left: 22px; right: auto; }
  .kbl-aside-contact { grid-column: auto; }
  .kbl-mobile-cta { position: fixed; z-index: 850; right: 0; bottom: 0; left: 0; height: 66px; display: grid; grid-template-columns: 1fr 1fr; color: #fff; background: var(--kbl-dark); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 -14px 30px rgba(0,0,0,.18); }
  .kbl-mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; font-size: 13px; font-weight: 800; }
  .kbl-mobile-cta a + a { background: var(--kbl-red); }
}

@media (prefers-reduced-motion: reduce) {
  .kbl *, .kbl *::before, .kbl *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
