.kgz-landing {
  --ink: #121416;
  --ink-2: #202429;
  --ink-3: #343a40;
  --paper: #ffffff;
  --paper-soft: #f4f5f3;
  --paper-warm: #faf8f4;
  --line: #dde1e4;
  --line-dark: rgba(255,255,255,.14);
  --muted: #67717a;
  --muted-dark: #aab1b7;
  --accent: var(--ksp-red, #e61212);
  --accent-strong: #c40f0f;
  --accent-soft: #fff0f0;
  --success: #2f7f55;
  --warning: #9c5b16;
  --danger: #a63d32;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 26px;
  --shadow-sm: 0 8px 24px rgba(15, 20, 25, .07);
  --shadow: 0 22px 60px rgba(15, 20, 25, .12);
  --container: 1240px;
  --header-h: 78px;
  --transition: 180ms ease;
  position: relative;
  width: 100%;
  overflow: clip;
}

.kgz-landing, .kgz-landing * { box-sizing: border-box; }
.kgz-landing [hidden] { display: none !important; }
.kgz-landing { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
.kgz-landing {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.kgz-landing body.modal-open { overflow: hidden; }
.kgz-landing img { display: block; max-width: 100%; }
.kgz-landing a { color: inherit; text-decoration: none; }
.kgz-landing button, .kgz-landing input, .kgz-landing select, .kgz-landing textarea { font: inherit; }
.kgz-landing button { color: inherit; }
.kgz-landing button, .kgz-landing a { -webkit-tap-highlight-color: transparent; }
.kgz-landing svg { display: block; }
.kgz-landing .svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.kgz-landing .icon { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.kgz-landing .container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.kgz-landing .skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 10px 16px; background: var(--paper); color: var(--ink); border-radius: 8px; box-shadow: var(--shadow); transition: top var(--transition); }
.kgz-landing .skip-link:focus { top: 16px; }

.kgz-landing h1, .kgz-landing h2, .kgz-landing h3, .kgz-landing h4, .kgz-landing p { margin-top: 0; }
.kgz-landing h1, .kgz-landing h2, .kgz-landing h3, .kgz-landing h4 { color: var(--ink); line-height: 1.12; letter-spacing: -.025em; }
.kgz-landing h1 { margin-bottom: 24px; font-size: clamp(42px, 5vw, 70px); font-weight: 800; }
.kgz-landing h2 { margin-bottom: 18px; font-size: clamp(34px, 3.5vw, 52px); font-weight: 780; }
.kgz-landing h3 { margin-bottom: 12px; font-size: 24px; font-weight: 750; }
.kgz-landing h4 { margin-bottom: 10px; font-size: 16px; font-weight: 760; }
.kgz-landing p { margin-bottom: 18px; }

.kgz-landing .site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: var(--header-h);
  color: #fff;
  background: rgba(17, 19, 21, .96);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.kgz-landing .header-inner { display: flex; align-items: center; gap: 26px; height: 100%; }
.kgz-landing .brand { display: inline-flex; align-items: center; gap: 11px; min-width: 176px; }
.kgz-landing .brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1.5px solid rgba(255,255,255,.72); border-radius: 9px; color: var(--accent); font-size: 20px; font-weight: 900; box-shadow: inset 0 0 0 3px rgba(255,255,255,.035); }
.kgz-landing .brand-copy { display: flex; flex-direction: column; line-height: 1; }
.kgz-landing .brand-copy strong { font-size: 22px; letter-spacing: .02em; }
.kgz-landing .brand-copy small { margin-top: 6px; font-size: 10px; font-weight: 600; color: rgba(255,255,255,.65); letter-spacing: .04em; text-transform: uppercase; }
.kgz-landing .desktop-nav { display: flex; align-items: center; justify-content: center; gap: 22px; margin-inline: auto; }
.kgz-landing .desktop-nav a { position: relative; padding-block: 27px; font-size: 14px; font-weight: 650; color: rgba(255,255,255,.8); white-space: nowrap; }
.kgz-landing .desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--accent); transition: right var(--transition); }
.kgz-landing .desktop-nav a:hover, .kgz-landing .desktop-nav a:focus-visible { color: #fff; }
.kgz-landing .desktop-nav a:hover::after, .kgz-landing .desktop-nav a:focus-visible::after { right: 0; }
.kgz-landing .header-contact { display: flex; align-items: center; gap: 16px; }
.kgz-landing .header-phone { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.kgz-landing .header-phone .icon { color: var(--accent); }
.kgz-landing .header-phone span { display: flex; flex-direction: column; line-height: 1.15; }
.kgz-landing .header-phone strong { font-size: 14px; }
.kgz-landing .header-phone small { margin-top: 4px; color: rgba(255,255,255,.58); font-size: 10px; }
.kgz-landing .menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: transparent; color: #fff; align-items: center; justify-content: center; cursor: pointer; }
.kgz-landing .menu-toggle .icon-close { display: none; }
.kgz-landing .menu-toggle[aria-expanded="true"] .icon-menu { display: none; }
.kgz-landing .menu-toggle[aria-expanded="true"] .icon-close { display: block; }
.kgz-landing .mobile-menu { position: absolute; left: 0; right: 0; top: var(--header-h); padding: 22px 24px 28px; background: #171a1d; border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 20px 40px rgba(0,0,0,.3); }
.kgz-landing .mobile-menu nav { display: grid; }
.kgz-landing .mobile-menu nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-weight: 650; }
.kgz-landing .mobile-menu-phone { display: block; margin: 20px 0 12px; font-size: 22px; font-weight: 800; }

.kgz-landing .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.15;
  cursor: pointer;
  transition: transform var(--transition), background var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition);
}
.kgz-landing .button:hover { transform: translateY(-1px); }
.kgz-landing .button:active { transform: translateY(0); }
.kgz-landing .button:focus-visible, .kgz-landing .text-button:focus-visible, .kgz-landing .option-tab:focus-visible, .kgz-landing .project-image:focus-visible, .kgz-landing input:focus-visible, .kgz-landing select:focus-visible, .kgz-landing textarea:focus-visible, .kgz-landing summary:focus-visible { outline: 3px solid rgba(217,45,35,.32); outline-offset: 2px; }
.kgz-landing .button-primary { color: #fff; background: var(--accent); box-shadow: 0 12px 24px rgba(217,45,35,.18); }
.kgz-landing .button-primary:hover { background: #c82920; box-shadow: 0 16px 30px rgba(217,45,35,.28); }
.kgz-landing .button-secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.kgz-landing .button-secondary:hover { border-color: var(--accent); }
.kgz-landing .button-outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.3); }
.kgz-landing .button-outline-light:hover { border-color: var(--accent); color: var(--accent); }
.kgz-landing .button-ghost { color: #fff; background: rgba(14,15,16,.34); border-color: rgba(255,255,255,.32); backdrop-filter: blur(8px); }
.kgz-landing .button-ghost:hover { background: rgba(14,15,16,.58); border-color: #fff; }
.kgz-landing .button-small { min-height: 40px; padding: 9px 15px; font-size: 13px; }
.kgz-landing .button-large { min-height: 56px; padding: 16px 24px; font-size: 15px; }
.kgz-landing .text-link, .kgz-landing .text-button { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 750; }
.kgz-landing .text-link { font-size: 14px; }
.kgz-landing .text-link .icon, .kgz-landing .text-button .icon { transition: transform var(--transition); }
.kgz-landing .text-link:hover .icon, .kgz-landing .text-button:hover .icon { transform: translateX(4px); }
.kgz-landing .text-button { padding: 0; border: 0; background: transparent; color: var(--accent-strong); cursor: pointer; font-size: 14px; }

.kgz-landing .hero { position: relative; min-height: 690px; color: #fff; overflow: hidden; background: #111315; }
.kgz-landing .hero h1, .kgz-landing .cost-factors h3, .kgz-landing .calculator-intro h2, .kgz-landing .section-proof h2, .kgz-landing .section-proof h3, .kgz-landing .lead-aside h3 { color: #fff; }
.kgz-landing .hero-image { position: absolute; inset: 0; background-image: var(--kgz-hero-image); background-size: cover; background-position: center right; transform: scale(1.01); }
.kgz-landing .hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(9,10,11,.97) 0%, rgba(9,10,11,.88) 35%, rgba(9,10,11,.37) 64%, rgba(9,10,11,.12) 100%); }
.kgz-landing .hero::after { content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 170px; background: linear-gradient(0deg, rgba(9,10,11,.7), transparent); }
.kgz-landing .hero-inner { position: relative; z-index: 2; min-height: 690px; display: flex; align-items: center; padding-block: 72px 110px; }
.kgz-landing .hero-copy { width: min(720px, 62%); }
.kgz-landing .hero-lead { max-width: 680px; margin-bottom: 30px; color: rgba(255,255,255,.8); font-size: 20px; line-height: 1.55; }
.kgz-landing .hero-facts { display: grid; grid-template-columns: repeat(2, minmax(230px, 1fr)); gap: 12px 22px; max-width: 670px; margin-bottom: 32px; }
.kgz-landing .hero-fact { display: flex; gap: 12px; align-items: center; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.kgz-landing .hero-fact .icon { width: 26px; height: 26px; color: var(--accent); }
.kgz-landing .hero-fact span { display: flex; flex-direction: column; }
.kgz-landing .hero-fact strong { font-size: 16px; }
.kgz-landing .hero-fact small { margin-top: 4px; color: rgba(255,255,255,.62); font-size: 12px; }
.kgz-landing .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.kgz-landing .hero-note { max-width: 660px; margin-top: 18px; margin-bottom: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.kgz-landing .hero-caption { position: absolute; right: 0; bottom: 38px; display: flex; flex-direction: column; gap: 2px; width: 285px; padding: 16px 20px; background: rgba(17,19,21,.78); border-left: 3px solid var(--accent); backdrop-filter: blur(8px); }
.kgz-landing .hero-caption strong { font-size: 15px; }
.kgz-landing .hero-caption span { color: rgba(255,255,255,.63); font-size: 12px; }

.kgz-landing .order-filter { position: relative; z-index: 3; margin-top: -34px; }
.kgz-landing .filter-inner { display: grid; grid-template-columns: 1.15fr repeat(4, 1fr) 1.15fr; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.kgz-landing .filter-inner > * { min-height: 154px; padding: 24px 21px; border-right: 1px solid var(--line); }
.kgz-landing .filter-inner > *:last-child { border-right: 0; }
.kgz-landing .filter-inner h2 { display: flex; align-items: center; margin: 0; font-size: 25px; }
.kgz-landing .filter-item { display: flex; flex-direction: column; gap: 13px; }
.kgz-landing .filter-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--accent-strong); background: var(--accent-soft); border-radius: 10px; }
.kgz-landing .filter-icon .icon { width: 22px; height: 22px; }
.kgz-landing .filter-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.kgz-landing .filter-item p strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 14px; }
.kgz-landing .filter-item-price { background: var(--paper-warm); }

.kgz-landing .section { padding-block: 100px; }
.kgz-landing .section-heading { max-width: 760px; margin-bottom: 42px; }
.kgz-landing .section-heading p { margin-bottom: 0; color: var(--muted); font-size: 18px; }
.kgz-landing .heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; max-width: none; }
.kgz-landing .heading-row > div { max-width: 790px; }
.kgz-landing .section-heading-centered { margin-inline: auto; text-align: center; }
.kgz-landing .section-heading-centered p { max-width: 830px; margin-inline: auto; }

.kgz-landing .section-types { padding-top: 118px; }
.kgz-landing .type-rail { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 15px; }
.kgz-landing .type-card { min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.kgz-landing .type-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: #cdd2d6; }
.kgz-landing .type-media { position: relative; aspect-ratio: 1.32; overflow: hidden; background: #eceeeb; }
.kgz-landing .type-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.kgz-landing .type-card:hover .type-media img { transform: scale(1.04); }
.kgz-landing .type-body { position: relative; display: flex; flex-direction: column; flex: 1; padding: 22px 18px 18px; }
.kgz-landing .type-icon { position: absolute; top: -21px; right: 17px; display: grid; place-items: center; width: 43px; height: 43px; color: var(--accent-strong); background: #fff; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 8px 20px rgba(0,0,0,.1); }
.kgz-landing .type-icon .icon { width: 21px; height: 21px; }
.kgz-landing .type-body h3 { margin-right: 28px; font-size: 20px; }
.kgz-landing .type-body > p { color: var(--muted); font-size: 14px; }
.kgz-landing .plain-checks { display: grid; gap: 7px; margin: 0 0 22px; padding: 0; list-style: none; color: var(--ink-3); font-size: 13px; }
.kgz-landing .plain-checks li { position: relative; padding-left: 18px; }
.kgz-landing .plain-checks li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 4px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(-45deg); }
.kgz-landing .type-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.kgz-landing .type-footer strong { color: var(--ink); font-size: 14px; }
.kgz-landing .type-footer .button { padding-inline: 12px; }

.kgz-landing .section-prices { background: var(--paper-soft); }
.kgz-landing .price-layout { display: grid; grid-template-columns: minmax(0, 3.25fr) minmax(250px, .95fr); gap: 20px; align-items: stretch; }
.kgz-landing .price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.kgz-landing .price-card { position: relative; display: grid; grid-template-rows: 1fr 170px; min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.kgz-landing .price-card-featured { border-color: var(--accent); box-shadow: 0 18px 42px rgba(217,45,35,.12); }
.kgz-landing .price-card-copy { position: relative; z-index: 1; display: flex; flex-direction: column; padding: 28px 24px 18px; }
.kgz-landing .price-label { align-self: flex-start; margin: -28px 0 20px -24px; padding: 8px 14px; color: #fff; background: var(--accent); border-radius: 0 0 8px 0; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.kgz-landing .price-card h3 { font-size: 21px; }
.kgz-landing .price-range { margin-bottom: 14px; font-size: 25px; font-weight: 850; letter-spacing: -.03em; }
.kgz-landing .price-card p { color: var(--muted); font-size: 14px; }
.kgz-landing .price-card h4 { margin-top: 6px; }
.kgz-landing .price-card .plain-checks { margin-bottom: 20px; }
.kgz-landing .price-card .text-button { margin-top: auto; }
.kgz-landing .price-card-media { position: relative; min-width: 0; overflow: hidden; background: linear-gradient(#fff, #f6f6f4); }
.kgz-landing .price-card-media img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.kgz-landing .cost-factors { display: flex; flex-direction: column; padding: 28px 24px; background: #202429; color: #fff; border-radius: var(--radius); }
.kgz-landing .cost-factors h3 { font-size: 24px; }
.kgz-landing .cost-factors ul { display: grid; gap: 18px; margin: 10px 0 26px; padding: 0; list-style: none; }
.kgz-landing .cost-factors li { display: flex; gap: 12px; }
.kgz-landing .cost-factors li .icon { width: 22px; height: 22px; color: var(--accent); }
.kgz-landing .cost-factors li span { color: var(--muted-dark); font-size: 13px; line-height: 1.45; }
.kgz-landing .cost-factors li strong { display: block; margin-bottom: 4px; color: #fff; font-size: 14px; }
.kgz-landing .cost-factors .button { margin-top: auto; color: #fff; background: transparent; border-color: rgba(255,255,255,.25); }
.kgz-landing .cost-factors .button:hover { border-color: var(--accent); color: var(--accent); }
.kgz-landing .price-disclaimer { display: flex; gap: 14px; align-items: flex-start; margin-top: 20px; padding: 20px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.kgz-landing .price-disclaimer .icon { width: 23px; height: 23px; color: var(--accent-strong); }
.kgz-landing .price-disclaimer p { margin: 0; color: var(--muted); font-size: 14px; }
.kgz-landing .price-disclaimer strong { color: var(--ink); }

.kgz-landing .section-calculator { padding-block: 78px; background: #131619; color: #fff; }
.kgz-landing .calculator-shell { display: grid; grid-template-columns: .75fr 1.6fr; gap: 38px; align-items: center; }
.kgz-landing .calculator-intro h2 { font-size: clamp(34px, 3vw, 48px); }
.kgz-landing .calculator-intro p { color: var(--muted-dark); }
.kgz-landing .calculator-intro ul { display: grid; gap: 9px; margin: 26px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.76); font-size: 14px; }
.kgz-landing .calculator-intro li { display: flex; align-items: center; gap: 9px; }
.kgz-landing .calculator-intro li .icon { color: var(--accent); }
.kgz-landing .quick-calculator { padding: 24px; background: #fff; color: var(--ink); border-radius: var(--radius); }
.kgz-landing .calc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.kgz-landing .calc-field { position: relative; }
.kgz-landing .calc-number { display: grid; place-items: center; position: absolute; left: 0; top: 0; width: 25px; height: 25px; color: var(--accent-strong); background: var(--accent-soft); border-radius: 50%; font-size: 12px; font-weight: 800; }
.kgz-landing .calc-field label { display: block; min-height: 25px; margin: 0 0 8px 34px; font-size: 13px; font-weight: 750; }
.kgz-landing .quick-calculator select, .kgz-landing .quick-calculator input, .kgz-landing .quick-calculator textarea { width: 100%; color: var(--ink); background: #fff; border: 1px solid #cfd4d8; border-radius: 9px; transition: border-color var(--transition), box-shadow var(--transition); }
.kgz-landing .quick-calculator select, .kgz-landing .quick-calculator input { min-height: 49px; padding: 0 13px; }
.kgz-landing .quick-calculator textarea { padding: 12px 13px; resize: vertical; }
.kgz-landing .quick-calculator select:hover, .kgz-landing .quick-calculator input:hover, .kgz-landing .quick-calculator textarea:hover { border-color: #aeb5bb; }
.kgz-landing .quick-calculator select:focus, .kgz-landing .quick-calculator input:focus, .kgz-landing .quick-calculator textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(217,45,35,.12); outline: 0; }
.kgz-landing .calc-toggle { display: block; margin-top: 18px; cursor: pointer; }
.kgz-landing .calc-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.kgz-landing .calc-toggle span { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: var(--paper-warm); border: 1px solid #efc9c6; border-radius: 10px; }
.kgz-landing .calc-toggle .icon { width: 25px; height: 25px; color: var(--accent-strong); }
.kgz-landing .calc-toggle strong, .kgz-landing .calc-toggle small { display: block; }
.kgz-landing .calc-toggle small { color: var(--muted); font-size: 12px; }
.kgz-landing .calc-toggle input:checked + span { border-color: var(--accent); background: var(--accent-soft); box-shadow: 0 0 0 3px rgba(217,45,35,.1); }
.kgz-landing .calc-submit { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; }
.kgz-landing .calc-submit p { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--muted); font-size: 12px; }
.kgz-landing .calc-submit p .icon { color: var(--accent-strong); }
.kgz-landing .calc-result { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; padding: 30px; background: #fff; color: var(--ink); border-radius: var(--radius); }
.kgz-landing .calc-result-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.kgz-landing .calc-result-main h3 { margin-bottom: 8px; font-size: 31px; }
.kgz-landing .calc-result-price { margin-bottom: 16px; color: var(--accent-strong); font-size: 34px; font-weight: 850; }
.kgz-landing .calc-result-main p { margin: 0; color: var(--muted); }
.kgz-landing .calc-result-list { padding-left: 28px; border-left: 1px solid var(--line); }
.kgz-landing .calc-result-list ul { display: grid; gap: 7px; margin: 0 0 20px; padding-left: 18px; color: var(--muted); font-size: 14px; }
.kgz-landing .calc-result-list .text-button { display: flex; margin: 14px auto 0; }

.kgz-landing .projects-grid { display: block; }
.kgz-landing .projects-grid .kad-gallery-grid { margin-top: 0; }
.kgz-landing .projects-grid .kad-gallery-grid figure { margin: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.kgz-landing .projects-grid .kad-gallery-grid button { display: block; width: 100%; aspect-ratio: 1.45; padding: 0; overflow: hidden; border: 0; background: #eceeeb; cursor: zoom-in; }
.kgz-landing .projects-grid .kad-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.kgz-landing .projects-grid .kad-gallery-grid button:hover img { transform: scale(1.04); }
.kgz-landing .projects-grid .kad-gallery-grid figcaption { padding: 40px 14px 14px; color: #fff; font-size: 13px; font-weight: 700; }
.kgz-landing .project-card { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform var(--transition), box-shadow var(--transition); }
.kgz-landing .project-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.kgz-landing .project-image { position: relative; display: block; width: 100%; aspect-ratio: 1.45; padding: 0; overflow: hidden; border: 0; background: #eceeeb; cursor: zoom-in; }
.kgz-landing .project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.kgz-landing .project-card:hover .project-image img { transform: scale(1.04); }
.kgz-landing .project-image > span { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; color: #fff; background: rgba(17,19,21,.78); border-radius: 7px; font-size: 12px; font-weight: 700; backdrop-filter: blur(6px); }
.kgz-landing .media-state { position: absolute; top: 12px; right: 12px; padding: 6px 8px; color: #fff; background: rgba(17,19,21,.68); border-radius: 6px; font-size: 10px; font-weight: 700; }
.kgz-landing .media-state.is-real { color: #173221; background: rgba(223,246,230,.9); }
.kgz-landing .project-copy { display: flex; flex-direction: column; flex: 1; padding: 20px; }
.kgz-landing .project-copy h3 { font-size: 21px; }
.kgz-landing .project-copy > p { color: var(--muted); font-size: 14px; }
.kgz-landing .project-copy > div { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.kgz-landing .project-card-cta { background: #1d2125; color: #fff; }
.kgz-landing .project-cta-visual { display: grid; place-items: center; min-height: 240px; padding: 30px; text-align: center; background: radial-gradient(circle at 50% 30%, rgba(217,45,35,.2), transparent 60%); }
.kgz-landing .project-cta-visual .icon { width: 46px; height: 46px; margin-bottom: 14px; color: var(--accent); }
.kgz-landing .project-cta-visual strong { font-size: 28px; }
.kgz-landing .project-cta-visual span { color: var(--muted-dark); font-size: 13px; }
.kgz-landing .project-card-cta .project-copy > p, .kgz-landing .project-card-cta .project-copy > div { color: var(--muted-dark); }
.kgz-landing .project-card-cta .project-copy > div { border-color: rgba(255,255,255,.12); }

.kgz-landing .section-options { background: var(--paper-soft); }
.kgz-landing .option-tabs { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 880px; margin: 0 auto 28px; padding: 5px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.kgz-landing .option-tab { min-height: 46px; padding: 10px 15px; border: 0; border-radius: 8px; background: transparent; color: var(--muted); font-size: 13px; font-weight: 750; cursor: pointer; transition: background var(--transition), color var(--transition); }
.kgz-landing .option-tab.is-active { color: #fff; background: var(--accent); }
.kgz-landing .option-panel { display: grid; grid-template-columns: .9fr 1.4fr; min-height: 500px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.kgz-landing .option-panel[hidden] { display: none; }
.kgz-landing .option-media { position: relative; min-height: 100%; background: #dde1dc; }
.kgz-landing .option-media img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.kgz-landing .option-copy { padding: 44px; }
.kgz-landing .option-copy > h3 { margin-bottom: 28px; font-size: 32px; }
.kgz-landing .option-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.kgz-landing .option-list article { display: flex; gap: 13px; }
.kgz-landing .option-list article > .icon { width: 28px; height: 28px; color: var(--accent-strong); }
.kgz-landing .option-list h4 { font-size: 17px; }
.kgz-landing .option-list p { margin: 0; color: var(--muted); font-size: 14px; }
.kgz-landing .safety-note { display: flex; gap: 12px; margin-top: 26px; padding: 16px; background: var(--accent-soft); border-left: 3px solid var(--accent); }
.kgz-landing .safety-note .icon { color: var(--accent-strong); }
.kgz-landing .safety-note p { margin: 0; color: #842c26; font-size: 13px; }
.kgz-landing .option-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 24px; padding: 28px 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.kgz-landing .option-cta h3 { margin-bottom: 6px; }
.kgz-landing .option-cta p { margin: 0; color: var(--muted); }

.kgz-landing .section-proof { background: #15181b; color: #fff; }
.kgz-landing .proof-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.kgz-landing .proof-copy > p { max-width: 670px; color: var(--muted-dark); font-size: 18px; }
.kgz-landing .proof-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 34px 0; }
.kgz-landing .proof-stats > div { padding: 18px 14px; border-top: 2px solid var(--accent); background: rgba(255,255,255,.045); }
.kgz-landing .proof-stats strong { display: block; margin-bottom: 4px; font-size: 23px; }
.kgz-landing .proof-stats span { color: var(--muted-dark); font-size: 11px; }
.kgz-landing .proof-list { display: grid; gap: 12px; margin: 0 0 30px; padding: 0; list-style: none; color: rgba(255,255,255,.78); }
.kgz-landing .proof-list li { display: flex; align-items: flex-start; gap: 10px; }
.kgz-landing .proof-list .icon { margin-top: 2px; color: var(--accent); }
.kgz-landing .proof-visual { padding: 28px; background: #202429; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); }
.kgz-landing .production-card-main { display: flex; flex-direction: column; align-items: center; padding: 30px; text-align: center; background: #15181b; border-radius: var(--radius); }
.kgz-landing .production-card-main .icon { width: 50px; height: 50px; margin-bottom: 14px; color: var(--accent); }
.kgz-landing .production-card-main strong { font-size: 23px; }
.kgz-landing .production-card-main span { margin-top: 5px; color: var(--muted-dark); font-size: 13px; }
.kgz-landing .production-flow { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto; align-items: center; margin: 24px 0; }
.kgz-landing .production-flow div { text-align: center; }
.kgz-landing .production-flow span { display: grid; place-items: center; width: 34px; height: 34px; margin: 0 auto 7px; color: var(--accent); border: 1px solid rgba(217,45,35,.55); border-radius: 50%; font-size: 11px; font-weight: 800; }
.kgz-landing .production-flow strong { font-size: 11px; }
.kgz-landing .production-flow i { height: 1px; background: rgba(255,255,255,.18); }
.kgz-landing .production-note { display: flex; gap: 13px; padding: 18px; color: var(--muted-dark); background: rgba(255,255,255,.045); border-radius: 10px; }
.kgz-landing .production-note .icon { width: 25px; height: 25px; color: var(--accent); }
.kgz-landing .production-note p { margin: 0; font-size: 13px; }
.kgz-landing .production-note strong { color: #fff; }

.kgz-landing .process-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.kgz-landing .process-list li { position: relative; min-height: 270px; padding: 34px 22px; border-right: 1px solid var(--line); }
.kgz-landing .process-list li:last-child { border-right: 0; }
.kgz-landing .process-number { position: absolute; right: 18px; top: 14px; color: #e4e7e9; font-size: 34px; font-weight: 900; }
.kgz-landing .process-list > li > .icon { width: 34px; height: 34px; margin-bottom: 28px; color: var(--accent-strong); }
.kgz-landing .process-list h3 { font-size: 18px; }
.kgz-landing .process-list p { margin: 0; color: var(--muted); font-size: 13px; }

.kgz-landing .section-install { padding-top: 40px; }
.kgz-landing .install-grid { display: grid; grid-template-columns: .8fr 1.3fr; gap: 70px; align-items: start; }
.kgz-landing .install-intro { position: sticky; top: calc(var(--header-h) + 28px); }
.kgz-landing .install-intro p { color: var(--muted); font-size: 18px; }
.kgz-landing .install-list { border-top: 1px solid var(--line); }
.kgz-landing .install-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.kgz-landing .install-list article > span { color: var(--accent-strong); font-size: 14px; font-weight: 850; }
.kgz-landing .install-list h3 { margin-bottom: 7px; font-size: 21px; }
.kgz-landing .install-list p { margin: 0; color: var(--muted); }

.kgz-landing .section-faq { background: var(--paper-soft); }
.kgz-landing .faq-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; align-items: start; }
.kgz-landing .faq-intro { position: sticky; top: calc(var(--header-h) + 30px); }
.kgz-landing .faq-intro p { color: var(--muted); font-size: 18px; }
.kgz-landing .faq-list { display: grid; gap: 10px; }
.kgz-landing .faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 11px; overflow: hidden; }
.kgz-landing .faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 66px; padding: 16px 20px; cursor: pointer; font-weight: 750; list-style: none; }
.kgz-landing .faq-list summary::-webkit-details-marker { display: none; }
.kgz-landing .faq-list summary .icon { transition: transform var(--transition); }
.kgz-landing .faq-list details[open] summary .icon { transform: rotate(180deg); }
.kgz-landing .faq-list details > div { padding: 0 20px 20px; }
.kgz-landing .faq-list details p { margin: 0; color: var(--muted); }

.kgz-landing .section-lead { background: #111315; color: #fff; }
.kgz-landing .lead-shell { display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(285px, .72fr); gap: 28px; align-items: start; }
.kgz-landing .lead-main { background: #fff; color: var(--ink); border-radius: var(--radius-lg); overflow: hidden; }
.kgz-landing .lead-heading { padding: 36px 38px 24px; }
.kgz-landing .lead-heading h2 { margin-bottom: 10px; font-size: clamp(34px, 3vw, 48px); }
.kgz-landing .lead-heading p { margin: 0; color: var(--muted); }
.kgz-landing .step-progress { display: flex; align-items: center; padding: 0 38px 26px; border-bottom: 1px solid var(--line); }
.kgz-landing .progress-step { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 0; border: 0; background: transparent; color: #8c949b; cursor: pointer; }
.kgz-landing .progress-step span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #cfd4d8; border-radius: 50%; font-size: 12px; font-weight: 800; }
.kgz-landing .progress-step small { font-size: 11px; font-weight: 700; }
.kgz-landing .progress-step.is-active, .kgz-landing .progress-step.is-complete { color: var(--accent-strong); }
.kgz-landing .progress-step.is-active span { color: #18191a; background: var(--accent); border-color: var(--accent); }
.kgz-landing .progress-step.is-complete span { color: #fff; background: var(--success); border-color: var(--success); }
.kgz-landing .progress-line { flex: 1; height: 1px; margin: 0 12px 20px; background: var(--line); }
.kgz-landing .qualification-form { padding: 32px 38px 38px; }
.kgz-landing .qualification-form .kad-form { padding: 0; background: transparent; border: 0; box-shadow: none; }
.kgz-landing .qualification-form .kad-form__heading { display: none; }
.kgz-landing .qualification-form .kad-button--primary { color: #fff; background: var(--accent); border-color: var(--accent); }
.kgz-landing .qualification-form .kad-button--primary:hover { color: #fff; background: var(--accent-strong); border-color: var(--accent-strong); }
.kgz-landing .qualification-form .kad-consent a { color: var(--accent-strong); }
.kgz-landing .form-step[hidden] { display: none; }
.kgz-landing .form-step h3 { margin-bottom: 26px; font-size: 27px; }
.kgz-landing .form-grid { display: grid; gap: 18px; }
.kgz-landing .two-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kgz-landing .dimensions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(210px, .8fr); align-items: end; margin-top: 18px; }
.kgz-landing .field { min-width: 0; }
.kgz-landing .field > label, .kgz-landing .field legend { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 760; }
.kgz-landing .field label span, .kgz-landing .field legend span { color: var(--danger); }
.kgz-landing .field-hint { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.kgz-landing .radio-fieldset, .kgz-landing .checkbox-fieldset { margin: 24px 0 0; padding: 0; border: 0; }
.kgz-landing .choice-grid { display: grid; gap: 12px; }
.kgz-landing .choice-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.kgz-landing .choice-grid-budget { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.kgz-landing .choice-card { position: relative; cursor: pointer; }
.kgz-landing .choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.kgz-landing .choice-card > span { display: flex; flex-direction: column; min-height: 112px; padding: 16px; border: 1px solid var(--line); border-radius: 10px; transition: border-color var(--transition), background var(--transition), box-shadow var(--transition); }
.kgz-landing .choice-card .icon { width: 25px; height: 25px; margin-bottom: 12px; color: var(--accent-strong); }
.kgz-landing .choice-card strong { font-size: 14px; }
.kgz-landing .choice-card small { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.kgz-landing .choice-card input:checked + span { border-color: var(--accent); background: var(--accent-soft); box-shadow: 0 0 0 3px rgba(217,45,35,.1); }
.kgz-landing .choice-card input:focus-visible + span { outline: 3px solid rgba(217,45,35,.3); outline-offset: 2px; }
.kgz-landing .choice-grid-budget .choice-card > span { min-height: 88px; }
.kgz-landing .check-card { position: relative; cursor: pointer; }
.kgz-landing .check-card input { position: absolute; opacity: 0; pointer-events: none; }
.kgz-landing .check-card > span { display: flex; flex-direction: column; justify-content: center; min-height: 49px; padding: 8px 12px 8px 42px; border: 1px solid var(--line); border-radius: 9px; }
.kgz-landing .check-card > span::before { content: ""; position: absolute; left: 14px; top: 50%; width: 17px; height: 17px; border: 1px solid #aeb5bb; border-radius: 4px; transform: translateY(-50%); }
.kgz-landing .check-card input:checked + span { border-color: var(--accent); background: var(--accent-soft); }
.kgz-landing .check-card input:checked + span::after { content: ""; position: absolute; left: 19px; top: 50%; width: 7px; height: 4px; border-left: 2px solid var(--accent-strong); border-bottom: 2px solid var(--accent-strong); transform: translateY(-65%) rotate(-45deg); }
.kgz-landing .check-card strong { font-size: 12px; }
.kgz-landing .check-card small { color: var(--muted); font-size: 10px; }
.kgz-landing .checkbox-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.kgz-landing .checkbox-grid label { position: relative; cursor: pointer; }
.kgz-landing .checkbox-grid input { position: absolute; opacity: 0; }
.kgz-landing .checkbox-grid span { display: block; padding: 12px 12px 12px 39px; border: 1px solid var(--line); border-radius: 9px; font-size: 12px; }
.kgz-landing .checkbox-grid span::before { content: ""; position: absolute; left: 13px; top: 50%; width: 16px; height: 16px; border: 1px solid #adb4ba; border-radius: 4px; transform: translateY(-50%); }
.kgz-landing .checkbox-grid input:checked + span { border-color: var(--accent); background: var(--accent-soft); }
.kgz-landing .checkbox-grid input:checked + span::after { content: ""; position: absolute; left: 17px; top: 50%; width: 7px; height: 4px; border-left: 2px solid var(--accent-strong); border-bottom: 2px solid var(--accent-strong); transform: translateY(-70%) rotate(-45deg); }
.kgz-landing .context-warning { display: flex; gap: 13px; margin-top: 18px; padding: 16px; color: #842c26; background: var(--accent-soft); border-left: 3px solid var(--accent); border-radius: 0 9px 9px 0; }
.kgz-landing .context-warning .icon { width: 24px; height: 24px; color: var(--accent-strong); }
.kgz-landing .context-warning strong { font-size: 14px; }
.kgz-landing .context-warning p { margin: 5px 0 0; font-size: 12px; }
.kgz-landing .warning-fire { color: #653219; background: #fff0e9; border-color: #dc693f; }
.kgz-landing .warning-fire .icon { color: #c35129; }
.kgz-landing .check-line { display: flex; align-items: flex-start; gap: 9px; margin-top: 12px; cursor: pointer; }
.kgz-landing .check-line input { width: 17px; min-height: 17px; margin-top: 2px; }
.kgz-landing .check-line span { color: var(--ink); font-size: 12px; font-weight: 700; }
.kgz-landing .upload-field { margin-top: 24px; }
.kgz-landing .upload-box { display: flex !important; align-items: center; gap: 14px; min-height: 86px; margin: 0 !important; padding: 16px 18px; color: var(--muted); background: #fafbfa; border: 1px dashed #aeb5bb; border-radius: 10px; cursor: pointer; }
.kgz-landing .upload-box:hover { border-color: var(--accent); background: var(--accent-soft); }
.kgz-landing .upload-box .icon { width: 30px; height: 30px; color: var(--accent-strong); }
.kgz-landing .upload-box span { display: flex; flex-direction: column; }
.kgz-landing .upload-box strong { color: var(--ink); }
.kgz-landing .upload-box small { font-weight: 400; }
.kgz-landing .upload-box input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.kgz-landing .photo-preview { position: relative; display: flex; align-items: center; gap: 12px; margin-top: 10px; padding: 10px; background: var(--paper-soft); border-radius: 9px; }
.kgz-landing .photo-preview img { width: 72px; height: 56px; object-fit: cover; border-radius: 6px; }
.kgz-landing .photo-preview span { flex: 1; font-size: 12px; overflow-wrap: anywhere; }
.kgz-landing .photo-preview button { display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 8px; background: #fff; cursor: pointer; }
.kgz-landing .form-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.kgz-landing .form-error { display: block; margin-top: 6px; color: var(--danger); font-size: 11px; font-weight: 650; }
.kgz-landing .is-invalid { border-color: var(--danger) !important; box-shadow: 0 0 0 3px rgba(166,61,50,.1) !important; }
.kgz-landing .lead-summary { margin: 24px 0; padding: 20px; background: var(--paper-soft); border-radius: 10px; }
.kgz-landing .lead-summary h4 { margin-bottom: 12px; }
.kgz-landing .lead-summary ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 20px; margin: 0; padding-left: 18px; color: var(--muted); font-size: 12px; }
.kgz-landing .consent-line { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.kgz-landing .consent-line input { width: 18px; min-height: 18px; margin-top: 2px; }
.kgz-landing .consent-line span { color: var(--muted); font-size: 11px; }
.kgz-landing .submit-note { margin: 14px 0 0; color: var(--muted); font-size: 11px; text-align: right; }
.kgz-landing .lead-aside { display: grid; gap: 16px; position: sticky; top: calc(var(--header-h) + 24px); }
.kgz-landing .lead-aside-card { padding: 24px; color: #fff; background: #202429; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); }
.kgz-landing .lead-aside-card h3 { font-size: 20px; }
.kgz-landing .lead-aside-card ul { display: grid; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; color: var(--muted-dark); font-size: 13px; }
.kgz-landing .lead-aside-card li { display: flex; gap: 10px; }
.kgz-landing .lead-aside-card li .icon { margin-top: 2px; color: var(--accent); }
.kgz-landing .lead-guarantee { background: #17231c; border-color: rgba(73,143,95,.35); }
.kgz-landing .lead-guarantee li .icon { color: #6dcc8c; }
.kgz-landing .direct-contact { display: flex; flex-direction: column; padding: 22px 24px; color: #fff; background: var(--accent); border-radius: var(--radius); }
.kgz-landing .direct-contact span { font-size: 12px; font-weight: 700; }
.kgz-landing .direct-contact a { margin: 5px 0 2px; font-size: 24px; font-weight: 850; }
.kgz-landing .direct-contact small { font-size: 11px; }

body.kgz-gazebo-page .kad-mobile-dock__action { color: #fff !important; background: var(--ksp-red, #e61212) !important; }

.kgz-landing .site-footer { padding-top: 66px; color: #fff; background: #1d2125; }
.kgz-landing .footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .75fr) 1fr; gap: 38px; padding-bottom: 46px; }
.kgz-landing .footer-brand .brand { margin-bottom: 20px; }
.kgz-landing .footer-brand p { max-width: 290px; color: var(--muted-dark); font-size: 13px; }
.kgz-landing .footer-socials { display: flex; gap: 8px; }
.kgz-landing .footer-socials a { display: grid; place-items: center; width: 34px; height: 34px; color: var(--accent); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-size: 10px; font-weight: 800; }
.kgz-landing .footer-column h2, .kgz-landing .footer-contacts h2 { margin-bottom: 18px; font-size: 14px; text-transform: uppercase; letter-spacing: .05em; }
.kgz-landing .footer-column { display: flex; flex-direction: column; gap: 10px; }
.kgz-landing .footer-column a, .kgz-landing .footer-contacts a, .kgz-landing .footer-contacts p { color: var(--muted-dark); font-size: 13px; }
.kgz-landing .footer-column a:hover, .kgz-landing .footer-contacts a:hover { color: var(--accent); }
.kgz-landing .footer-contacts { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.kgz-landing .footer-contacts .footer-phone { color: #fff; font-size: 20px; font-weight: 800; }
.kgz-landing .footer-contacts p { margin: 4px 0 0; }
.kgz-landing .footer-bottom { display: grid; gap: 5px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.1); }
.kgz-landing .footer-bottom p { margin: 0; color: rgba(255,255,255,.46); font-size: 10px; }

.kgz-landing .mobile-cta-bar { display: none; }

.kgz-landing .image-modal, .kgz-landing .success-modal { max-width: min(920px, calc(100% - 32px)); padding: 0; overflow: hidden; color: var(--ink); background: #fff; border: 0; border-radius: var(--radius); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.kgz-landing .image-modal::backdrop, .kgz-landing .success-modal::backdrop { background: rgba(8,10,12,.78); backdrop-filter: blur(4px); }
.kgz-landing .image-modal > img { width: min(920px, 90vw); max-height: 72vh; object-fit: contain; background: #111; }
.kgz-landing .image-modal > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; }
.kgz-landing .image-modal h2 { margin: 0; font-size: 23px; }
.kgz-landing .modal-close { position: absolute; z-index: 2; right: 12px; top: 12px; display: grid; place-items: center; width: 40px; height: 40px; color: #fff; background: rgba(0,0,0,.68); border: 0; border-radius: 50%; cursor: pointer; }
.kgz-landing .success-modal { width: min(540px, calc(100% - 32px)); padding: 38px; text-align: center; }
.kgz-landing .success-modal .modal-close { color: var(--ink); background: var(--paper-soft); }
.kgz-landing .success-icon { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 20px; color: #fff; background: var(--success); border-radius: 50%; }
.kgz-landing .success-icon .icon { width: 32px; height: 32px; }
.kgz-landing .success-modal h2 { font-size: 32px; }
.kgz-landing .success-modal > p { color: var(--muted); }
.kgz-landing .success-routing { margin: 24px 0; padding: 18px; background: var(--paper-soft); border-radius: 10px; }
.kgz-landing .success-routing span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.kgz-landing .success-routing strong { display: block; margin: 7px 0; font-size: 21px; }
.kgz-landing .success-routing p { margin: 0; color: var(--muted); font-size: 12px; }
@media (max-width: 1180px) {
  .kgz-landing { --header-h: 70px; }
  .kgz-landing .container { width: min(100% - 36px, 1100px); }
  .kgz-landing .desktop-nav { gap: 14px; }
  .kgz-landing .desktop-nav a { font-size: 12px; }
  .kgz-landing .header-phone { display: none; }
  .kgz-landing .filter-inner { grid-template-columns: repeat(3, 1fr); }
  .kgz-landing .filter-inner > * { min-height: 140px; }
  .kgz-landing .filter-inner > *:nth-child(3) { border-right: 0; }
  .kgz-landing .filter-inner > *:nth-child(n+4) { border-top: 1px solid var(--line); }
  .kgz-landing .type-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .kgz-landing .price-layout { grid-template-columns: 1fr; }
  .kgz-landing .cost-factors { display: grid; grid-template-columns: 210px 1fr auto; gap: 24px; align-items: center; }
  .kgz-landing .cost-factors ul { grid-template-columns: repeat(2, 1fr); margin: 0; }
  .kgz-landing .cost-factors .button { margin: 0; }
  .kgz-landing .process-list { grid-template-columns: repeat(3, 1fr); }
  .kgz-landing .process-list li:nth-child(3) { border-right: 0; }
  .kgz-landing .process-list li:nth-child(n+4) { border-top: 1px solid var(--line); }
  .kgz-landing .choice-grid-budget { grid-template-columns: repeat(3, 1fr); }
  .kgz-landing .footer-grid { grid-template-columns: 1.4fr repeat(3, .8fr); }
  .kgz-landing .footer-contacts { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
  .kgz-landing .footer-contacts h2 { margin: 0; }
  .kgz-landing .footer-contacts p { margin-left: auto; }
}
@media (max-width: 960px) {
  .kgz-landing .desktop-nav, .kgz-landing .header-contact { display: none; }
  .kgz-landing .menu-toggle { display: inline-flex; }
  .kgz-landing .hero, .kgz-landing .hero-inner { min-height: 680px; }
  .kgz-landing .hero-copy { width: min(760px, 88%); }
  .kgz-landing .hero-caption { display: none; }
  .kgz-landing .type-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kgz-landing .price-grid { grid-template-columns: 1fr; }
  .kgz-landing .price-card { grid-template-columns: 1fr 260px; grid-template-rows: 1fr; }
  .kgz-landing .price-card-media img { min-height: 330px; }
  .kgz-landing .cost-factors { grid-template-columns: 1fr; }
  .kgz-landing .cost-factors ul { grid-template-columns: repeat(2, 1fr); }
  .kgz-landing .calculator-shell { grid-template-columns: 1fr; }
  .kgz-landing .option-panel { grid-template-columns: 1fr; }
  .kgz-landing .option-media { max-height: 360px; }
  .kgz-landing .option-media img { min-height: 360px; }
  .kgz-landing .proof-grid { grid-template-columns: 1fr; gap: 38px; }
  .kgz-landing .install-grid, .kgz-landing .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .kgz-landing .install-intro, .kgz-landing .faq-intro { position: static; }
  .kgz-landing .lead-shell { grid-template-columns: 1fr; }
  .kgz-landing .lead-aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .kgz-landing .direct-contact { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .kgz-landing { --header-h: 64px; }
  .kgz-landing { padding-bottom: 0; }
  .kgz-landing .container { width: min(100% - 24px, 680px); }
  .kgz-landing .site-header { height: var(--header-h); }
  .kgz-landing .brand { min-width: auto; }
  .kgz-landing .brand-mark { width: 34px; height: 34px; font-size: 17px; }
  .kgz-landing .brand-copy strong { font-size: 19px; }
  .kgz-landing .brand-copy small { font-size: 8px; }
  .kgz-landing .mobile-menu { top: var(--header-h); }
  .kgz-landing h1 { font-size: clamp(39px, 11vw, 54px); }
  .kgz-landing h2 { font-size: clamp(31px, 8.5vw, 42px); }
  .kgz-landing .section { padding-block: 74px; }
  .kgz-landing .hero, .kgz-landing .hero-inner { min-height: 740px; }
  .kgz-landing .hero-image { background-position: 62% center; }
  .kgz-landing .hero::before { background: linear-gradient(90deg, rgba(9,10,11,.97) 0%, rgba(9,10,11,.83) 70%, rgba(9,10,11,.46) 100%); }
  .kgz-landing .hero-inner { align-items: flex-end; padding: 90px 0 58px; }
  .kgz-landing .hero-copy { width: 100%; }
  .kgz-landing .hero-lead { font-size: 17px; }
  .kgz-landing .hero-facts { grid-template-columns: 1fr 1fr; gap: 6px 14px; }
  .kgz-landing .hero-fact { align-items: flex-start; }
  .kgz-landing .hero-fact .icon { width: 21px; height: 21px; }
  .kgz-landing .hero-fact strong { font-size: 13px; }
  .kgz-landing .hero-fact small { font-size: 10px; }
  .kgz-landing .hero-actions { display: grid; }
  .kgz-landing .hero-actions .button { width: 100%; }
  .kgz-landing .order-filter { margin-top: 0; }
  .kgz-landing .filter-inner { grid-template-columns: 1fr; }
  .kgz-landing .filter-inner > * { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .kgz-landing .filter-inner > *:last-child { border-bottom: 0; }
  .kgz-landing .filter-inner h2 { min-height: 110px; font-size: 29px; }
  .kgz-landing .filter-item { display: grid; grid-template-columns: 44px 1fr; align-items: start; }
  .kgz-landing .filter-item p { align-self: center; }
  .kgz-landing .heading-row { display: block; }
  .kgz-landing .heading-row .text-link { margin-top: 18px; }
  .kgz-landing .section-heading p { font-size: 16px; }
  .kgz-landing .type-rail { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 12px 18px; margin: 0 -12px; }
  .kgz-landing .type-card { flex: 0 0 min(84vw, 330px); scroll-snap-align: start; }
  .kgz-landing .price-card { grid-template-columns: 1fr; grid-template-rows: 1fr 220px; }
  .kgz-landing .price-card-media img { min-height: 220px; }
  .kgz-landing .cost-factors ul { grid-template-columns: 1fr; }
  .kgz-landing .calc-grid { grid-template-columns: 1fr; }
  .kgz-landing .calc-submit { align-items: stretch; flex-direction: column; }
  .kgz-landing .calc-submit .button { width: 100%; }
  .kgz-landing .calc-result { grid-template-columns: 1fr; padding: 24px; }
  .kgz-landing .calc-result-list { padding: 22px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .kgz-landing .projects-grid { grid-template-columns: 1fr; }
  .kgz-landing .option-tabs { display: flex; overflow-x: auto; justify-content: flex-start; }
  .kgz-landing .option-tab { flex: 0 0 auto; min-width: 150px; }
  .kgz-landing .option-copy { padding: 28px 22px; }
  .kgz-landing .option-copy > h3 { font-size: 27px; }
  .kgz-landing .option-list { grid-template-columns: 1fr; }
  .kgz-landing .option-cta { align-items: stretch; flex-direction: column; padding: 24px; }
  .kgz-landing .proof-stats { grid-template-columns: repeat(2, 1fr); }
  .kgz-landing .production-flow { grid-template-columns: repeat(5, 1fr); gap: 5px; }
  .kgz-landing .production-flow i { display: none; }
  .kgz-landing .production-flow strong { font-size: 9px; }
  .kgz-landing .process-list { grid-template-columns: 1fr; border: 0; }
  .kgz-landing .process-list li { min-height: auto; padding: 26px 20px; border: 1px solid var(--line); border-bottom: 0; }
  .kgz-landing .process-list li:last-child { border-bottom: 1px solid var(--line); }
  .kgz-landing .process-list li:nth-child(n+4) { border-top: 1px solid var(--line); }
  .kgz-landing .install-list article { grid-template-columns: 42px 1fr; }
  .kgz-landing .faq-list summary { min-height: 60px; padding: 15px 16px; font-size: 14px; }
  .kgz-landing .lead-main { border-radius: var(--radius); }
  .kgz-landing .lead-heading { padding: 28px 22px 18px; }
  .kgz-landing .step-progress { padding: 0 22px 22px; }
  .kgz-landing .progress-step small { display: none; }
  .kgz-landing .progress-line { margin-bottom: 0; }
  .kgz-landing .qualification-form { padding: 25px 22px 28px; }
  .kgz-landing .form-step h3 { font-size: 24px; }
  .kgz-landing .two-cols, .kgz-landing .dimensions-grid, .kgz-landing .choice-grid-3, .kgz-landing .choice-grid-budget, .kgz-landing .checkbox-grid { grid-template-columns: 1fr; }
  .kgz-landing .choice-card > span { min-height: 85px; }
  .kgz-landing .choice-card .icon { margin-bottom: 7px; }
  .kgz-landing .lead-summary ul { grid-template-columns: 1fr; }
  .kgz-landing .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .kgz-landing .form-actions .button { width: 100%; }
  .kgz-landing .form-actions > span { display: none; }
  .kgz-landing .submit-note { text-align: left; }
  .kgz-landing .lead-aside { grid-template-columns: 1fr; }
  .kgz-landing .direct-contact { grid-column: auto; }
  .kgz-landing .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .kgz-landing .footer-brand { grid-column: 1 / -1; }
  .kgz-landing .footer-contacts { grid-column: 1 / -1; align-items: flex-start; flex-direction: column; }
  .kgz-landing .footer-contacts p { margin-left: 0; }
  .kgz-landing .mobile-cta-bar { position: fixed; z-index: 950; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1.4fr; min-height: 64px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(0,0,0,.12); }
  .kgz-landing .mobile-cta-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; font-weight: 800; }
  .kgz-landing .mobile-cta-bar a:last-child { color: #17191a; background: var(--accent); }
  .kgz-landing .image-modal > div { align-items: stretch; flex-direction: column; }
  .kgz-landing .image-modal .button { width: 100%; }
  .kgz-landing .success-modal { padding: 30px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .kgz-landing { scroll-behavior: auto; }
  .kgz-landing, .kgz-landing *, .kgz-landing *::before, .kgz-landing *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.kgz-landing /* Final overflow and hidden-control safeguards. */
.hero-image { transform: none; }
.kgz-landing .calc-toggle { position: relative; }
.kgz-landing .calc-toggle input {
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.kgz-landing .type-body h3 { overflow-wrap: anywhere; }
@media (max-width: 720px) {
  .kgz-landing .hero-actions .button-ghost { display: none; }
}
.kgz-landing .form-status { margin: 14px 0 0; padding: 12px 14px; border-radius: 8px; font-size: 12px; }
.kgz-landing .form-status.is-error { color: #7b2d25; background: #fff0ed; border: 1px solid #efc0ba; }
.kgz-landing .form-status.is-success { color: #1f633e; background: #ecf8f0; border: 1px solid #b9dfc6; }
