:root {
  --kz-forest: #153b2a;
  --kz-forest-deep: #0d281c;
  --kz-forest-soft: #26543c;
  --kz-gold: #b87831;
  --kz-gold-light: #d99a4d;
  --kz-cream: #f8f4ec;
  --kz-ink: #1e2a24;
  --kz-muted: #66736c;
  --kz-line: rgba(21, 59, 42, .13);
}

.kz-special-page { color: var(--kz-ink); background: #fff; overflow: hidden; }
.kz-special-page *, .kz-special-page *::before, .kz-special-page *::after { box-sizing: border-box; }
.kz-special-page h1, .kz-special-page h2, .kz-special-page h3, .kz-special-page p { margin-top: 0; }
.kz-special-page h2 { color: var(--kz-forest-deep); font-size: clamp(30px, 3.4vw, 52px); line-height: 1.08; letter-spacing: -.035em; margin-bottom: 24px; }
.kz-special-page h3 { color: var(--kz-forest-deep); font-size: 22px; line-height: 1.22; letter-spacing: -.02em; }
.kz-special-page p { color: var(--kz-muted); font-size: 17px; line-height: 1.72; }

.kz-special-hero { position: relative; min-height: 690px; display: flex; align-items: center; isolation: isolate; background-image: linear-gradient(90deg, rgba(6, 19, 13, .94) 0%, rgba(7, 24, 16, .82) 37%, rgba(7, 24, 16, .24) 72%, rgba(7, 24, 16, .12) 100%), var(--kz-hero-image); background-size: cover; background-position: center; }
.kz-special-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.22), transparent 30%, rgba(5,20,13,.34)); }
.kz-special-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255,255,255,.18); }
.kz-special-hero__inner { width: 100%; padding-top: 92px; padding-bottom: 74px; }
.kz-special-hero__content { max-width: 760px; color: #fff; }
.kz-special-eyebrow, .kz-special-label { display: flex; align-items: center; gap: 12px; margin-bottom: 20px !important; color: var(--kz-gold-light) !important; font-size: 13px !important; font-weight: 800; letter-spacing: .12em; line-height: 1.2 !important; text-transform: uppercase; }
.kz-special-eyebrow span { display: block; width: 40px; height: 2px; background: currentColor; }
.kz-special-hero h1 { max-width: 760px; color: #fff; font-size: clamp(46px, 5.1vw, 78px); line-height: .99; letter-spacing: -.052em; margin-bottom: 28px; text-wrap: balance; }
.kz-special-hero__lead { max-width: 690px; color: rgba(255,255,255,.78) !important; font-size: clamp(18px, 1.6vw, 22px) !important; line-height: 1.55 !important; margin-bottom: 36px !important; }
.kz-special-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 46px; }
.kz-special-btn { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 15px 25px; border-radius: 10px; font-size: 15px; font-weight: 800; line-height: 1.2; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.kz-special-btn:hover { transform: translateY(-2px); }
.kz-special-btn--accent { color: #fff !important; background: linear-gradient(135deg, var(--kz-gold-light), #9f6123); box-shadow: 0 14px 30px rgba(151, 89, 28, .28); }
.kz-special-btn--accent:hover { box-shadow: 0 18px 34px rgba(151, 89, 28, .36); }
.kz-special-btn--glass { color: #fff !important; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.09); backdrop-filter: blur(12px); }
.kz-special-btn--glass:hover { background: rgba(255,255,255,.16); }
.kz-special-btn--dark { color: #fff !important; background: var(--kz-forest-deep); box-shadow: 0 12px 28px rgba(13,40,28,.19); }
.kz-special-hero__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 720px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.kz-special-hero__facts > div { padding: 0 26px; border-left: 1px solid rgba(255,255,255,.18); }
.kz-special-hero__facts > div:first-child { padding-left: 0; border-left: 0; }
.kz-special-hero__facts strong, .kz-special-hero__facts span { display: block; }
.kz-special-hero__facts strong { color: #fff; font-size: 20px; line-height: 1.25; }
.kz-special-hero__facts span { margin-top: 6px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.35; }

.kz-special-section { padding: 96px 0; }
.kz-special-section--tint { background: var(--kz-cream); }
.kz-special-section--forest { color: #fff; background: linear-gradient(135deg, var(--kz-forest-deep), #1e4934); }
.kz-special-breadcrumbs { display: flex; align-items: center; gap: 11px; margin-bottom: 58px; color: #9aa49f; font-size: 13px; }
.kz-special-breadcrumbs a { color: var(--kz-forest-soft); text-decoration: none; }
.kz-special-intro__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(48px, 8vw, 120px); align-items: start; }
.kz-special-intro__grid > div:last-child > p:first-child { font-size: 20px; color: #44524b; }
.kz-special-note { position: relative; margin: 30px 0 0 !important; padding: 25px 28px 25px 32px; border-left: 4px solid var(--kz-gold); border-radius: 0 12px 12px 0; background: var(--kz-cream); }
.kz-special-note strong { color: var(--kz-forest-deep); }
.kz-special-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 50px; }
.kz-special-heading > div { max-width: 760px; }
.kz-special-heading h2 { margin-bottom: 0; }
.kz-special-heading > p { max-width: 430px; margin-bottom: 5px; }

.kz-offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.kz-offer-card { position: relative; min-height: 294px; padding: 34px; border: 1px solid var(--kz-line); border-radius: 18px; background: rgba(255,255,255,.8); box-shadow: 0 16px 45px rgba(26,44,35,.05); overflow: hidden; }
.kz-offer-card::after { content: ""; position: absolute; right: -55px; bottom: -55px; width: 135px; height: 135px; border: 1px solid rgba(184,120,49,.16); border-radius: 50%; }
.kz-offer-card--featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, #1d4a35, var(--kz-forest-deep)); }
.kz-offer-card--featured h3, .kz-offer-card--featured p { color: #fff; }
.kz-offer-card--featured p { opacity: .68; }
.kz-offer-card__number { display: block; margin-bottom: 40px; color: var(--kz-gold); font-size: 13px; font-weight: 900; letter-spacing: .15em; }
.kz-offer-card__tag { position: absolute; top: 26px; right: 26px; padding: 7px 10px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.11); font-size: 11px; font-weight: 700; }
.kz-offer-card h3 { margin-bottom: 14px; }
.kz-offer-card p { margin-bottom: 0; font-size: 15px; line-height: 1.65; }
.kz-offer-strip { display: flex; align-items: center; gap: 20px; margin-top: 20px; padding: 26px 30px; border-radius: 16px; color: #fff; background: #fff; border: 1px solid var(--kz-line); }
.kz-offer-strip__icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--kz-gold); font-size: 20px; font-weight: 900; }
.kz-offer-strip strong, .kz-offer-strip span { display: block; }
.kz-offer-strip strong { margin-bottom: 5px; color: var(--kz-forest-deep); font-size: 17px; }
.kz-offer-strip span { color: var(--kz-muted); font-size: 14px; }

.kz-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--kz-line); }
.kz-step { padding: 35px 42px 0 0; }
.kz-step + .kz-step { padding-left: 42px; border-left: 1px solid var(--kz-line); }
.kz-step > span { display: inline-grid; width: 48px; height: 48px; margin-bottom: 26px; place-items: center; border-radius: 50%; color: var(--kz-gold); background: rgba(184,120,49,.1); font-size: 12px; font-weight: 900; }
.kz-step h3 { margin-bottom: 12px; }
.kz-step p { margin-bottom: 0; font-size: 15px; }

.kz-warranty-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.kz-warranty-card { position: relative; min-height: 250px; padding: 36px 38px 34px 104px; border: 1px solid var(--kz-line); border-radius: 18px; background: #fff; box-shadow: 0 14px 38px rgba(28,50,39,.05); }
.kz-warranty-card__icon { position: absolute; top: 35px; left: 34px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; color: var(--kz-gold); background: rgba(184,120,49,.1); font-size: 12px; font-weight: 900; }
.kz-warranty-card h3 { margin-bottom: 14px; }
.kz-warranty-card p { margin-bottom: 0; font-size: 15px; }
.kz-warranty-process__layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1fr); gap: clamp(60px, 9vw, 130px); }
.kz-warranty-process__heading { position: sticky; top: 120px; align-self: start; }
.kz-warranty-process__heading .kz-special-btn { margin-top: 18px; }
.kz-warranty-timeline { list-style: none; margin: 0; padding: 0; }
.kz-warranty-timeline li { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 0 0 42px; }
.kz-warranty-timeline li:not(:last-child)::before { content: ""; position: absolute; left: 26px; top: 54px; bottom: 5px; width: 1px; background: var(--kz-line); }
.kz-warranty-timeline li > span { position: relative; z-index: 1; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--kz-forest); font-size: 12px; font-weight: 900; box-shadow: 0 8px 22px rgba(21,59,42,.17); }
.kz-warranty-timeline h3 { margin: 2px 0 9px; }
.kz-warranty-timeline p { margin-bottom: 0; font-size: 15px; }
.kz-care-card { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1fr); gap: 80px; align-items: center; }
.kz-special-section--forest h2, .kz-special-section--forest p { color: #fff; }
.kz-special-section--forest p { opacity: .68; }
.kz-care-card ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.kz-care-card li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: center; padding: 15px 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: rgba(255,255,255,.86); background: rgba(255,255,255,.06); font-size: 15px; line-height: 1.45; }
.kz-care-card li span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--kz-gold-light); background: rgba(217,154,77,.13); font-weight: 900; }

.kz-special-cta { padding: 38px 0 96px; background: #fff; }
.kz-special-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 54px 60px; border-radius: 22px; background: linear-gradient(130deg, #f7f0e5, #fbf8f3); box-shadow: 0 22px 60px rgba(36,46,40,.07); }
.kz-special-cta__inner > div:first-child { max-width: 740px; }
.kz-special-cta h2 { margin-bottom: 14px; font-size: clamp(30px, 3vw, 46px); }
.kz-special-cta p { margin-bottom: 0; }
.kz-special-cta__actions { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 13px; }
.kz-special-cta__actions > a:last-child { color: var(--kz-forest-deep); font-size: 17px; font-weight: 800; text-decoration: none; }

@media (max-width: 991.98px) {
  .kz-special-hero { min-height: 650px; background-position: 62% center; }
  .kz-special-hero__content { max-width: 690px; }
  .kz-special-intro__grid, .kz-warranty-process__layout, .kz-care-card { grid-template-columns: 1fr; gap: 38px; }
  .kz-special-heading { display: block; }
  .kz-special-heading > p { margin-top: 20px; }
  .kz-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kz-warranty-process__heading { position: static; }
  .kz-care-card { gap: 25px; }
  .kz-special-cta__inner { align-items: flex-start; padding: 45px; }
}

@media (max-width: 767.98px) {
  .kz-special-hero { min-height: auto; align-items: flex-end; background-image: linear-gradient(180deg, rgba(6,19,13,.24) 0%, rgba(6,19,13,.52) 32%, rgba(6,19,13,.96) 74%, rgba(6,19,13,.99) 100%), var(--kz-hero-image); background-position: 68% center; }
  .kz-special-hero__inner { padding-top: 220px; padding-bottom: 38px; }
  .kz-special-hero h1 { max-width: 100%; font-size: clamp(35px, 10.5vw, 42px); overflow-wrap: anywhere; }
  .kz-special-page--warranty .kz-special-hero h1 { font-size: 37px; overflow-wrap: normal; word-break: normal; }
  .kz-special-hero__lead { font-size: 17px !important; }
  .kz-special-hero__actions { display: grid; margin-bottom: 34px; }
  .kz-special-hero__facts { grid-template-columns: 1fr; padding: 0; }
  .kz-special-hero__facts > div { padding: 13px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .kz-special-hero__facts > div:first-child { border-top: 0; }
  .kz-special-hero__facts strong { font-size: 17px; }
  .kz-special-hero__facts span { margin-top: 2px; }
  .kz-special-section { padding: 68px 0; }
  .kz-special-breadcrumbs { margin-bottom: 42px; }
  .kz-special-page h2 { font-size: 34px; }
  .kz-special-intro__grid { gap: 15px; }
  .kz-special-intro__grid > div:last-child > p:first-child { font-size: 18px; }
  .kz-offer-grid, .kz-warranty-grid, .kz-step-grid { grid-template-columns: 1fr; }
  .kz-offer-card { min-height: 260px; padding: 28px; }
  .kz-offer-card__number { margin-bottom: 34px; }
  .kz-offer-strip { align-items: flex-start; padding: 23px; }
  .kz-step-grid { border-top: 0; }
  .kz-step, .kz-step + .kz-step { padding: 27px 0; border-top: 1px solid var(--kz-line); border-left: 0; }
  .kz-step > span { margin-bottom: 18px; }
  .kz-warranty-card { min-height: 0; padding: 92px 27px 28px; }
  .kz-warranty-card__icon { top: 27px; left: 27px; }
  .kz-warranty-timeline li { gap: 17px; }
  .kz-special-cta { padding: 24px 0 68px; }
  .kz-special-cta__inner { display: block; padding: 34px 25px; }
  .kz-special-cta__actions { align-items: stretch; margin-top: 28px; }
  .kz-special-cta__actions > a:last-child { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .kz-special-btn { transition: none; }
}
