:root {
  --kfz-orange: #ef4b0b;
  --kfz-orange-dark: #a92f08;
  --kfz-teal: #0b9395;
  --kfz-teal-dark: #08656a;
  --kfz-cream: #f5e4c6;
  --kfz-paper: #fffaf1;
  --kfz-ink: #11100f;
  --kfz-muted: #665f58;
  --kfz-line: rgba(17, 16, 15, .14);
}

.kfz-launch {
  position: relative;
  z-index: 6;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 118px 32px 68px;
  color: var(--kfz-ink);
  background:
    radial-gradient(circle at 12% 28%, rgba(239, 75, 11, .16), transparent 29%),
    radial-gradient(circle at 87% 16%, rgba(11, 147, 149, .21), transparent 32%),
    linear-gradient(112deg, var(--kfz-paper), var(--kfz-cream));
}

.kfz-launch::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .27;
  background-image:
    linear-gradient(rgba(17, 16, 15, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 16, 15, .045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.kfz-launch__signal {
  position: absolute;
  inset: 95px 0 auto;
  z-index: 3;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 8px 18px;
  color: #fff;
  background: var(--kfz-teal-dark);
  font: 700 .68rem/1.25 'Outfit', sans-serif;
  letter-spacing: .055em;
  text-align: center;
  text-transform: uppercase;
}
.kfz-launch__signal span { padding: 4px 7px; color: var(--kfz-ink); background: var(--kfz-cream); font-weight: 900; }
.kfz-launch__signal b { color: var(--kfz-cream); }

.kfz-launch__inner {
  position: relative;
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
}

.kfz-launch__copy { max-width: 680px; }
.kfz-launch__logo { display: block; width: clamp(138px, 14vw, 190px); height: auto; margin-bottom: 18px; filter: drop-shadow(0 12px 18px rgba(17, 16, 15, .14)); }

.kfz-kicker,
.kfz-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--kfz-orange-dark);
  font: 800 .7rem/1.2 'Outfit', sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.kfz-kicker::before,
.kfz-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--kfz-orange);
  box-shadow: 0 0 0 6px rgba(239, 75, 11, .12);
}

.kfz-launch h1,
.kfz-page h1,
.kfz-page h2,
.kfz-page h3 {
  font-family: 'Outfit', sans-serif;
  color: var(--kfz-ink);
}

.kfz-launch h1 {
  max-width: 760px;
  margin: 18px 0 20px;
  font-size: clamp(3.35rem, 6.8vw, 7rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .88;
}

.kfz-launch h1 span {
  display: block;
  color: var(--kfz-orange);
  background: linear-gradient(95deg, var(--kfz-orange), var(--kfz-teal-dark));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kfz-launch__lead {
  max-width: 620px;
  color: var(--kfz-muted);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.65;
}
.kfz-launch__mobile-visual { display: none; }

.kfz-launch__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.kfz-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 22px;
  border: 1px solid transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--kfz-orange), var(--kfz-orange-dark));
  box-shadow: 0 10px 24px rgba(169, 47, 8, .21);
  font: 800 .72rem/1 'Outfit', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}
.kfz-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(169, 47, 8, .29); }
.kfz-btn--ghost { color: var(--kfz-ink); border-color: var(--kfz-line); background: rgba(255, 250, 241, .7); box-shadow: none; }

.kfz-launch__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 34px; overflow: hidden; border: 1px solid var(--kfz-line); background: var(--kfz-line); }
.kfz-launch__fact { min-height: 88px; padding: 16px; background: rgba(255, 250, 241, .86); }
.kfz-launch__fact strong { display: block; margin-bottom: 5px; font-size: .95rem; }
.kfz-launch__fact span { display: block; color: var(--kfz-muted); font-size: .76rem; line-height: 1.4; }

.kfz-launch__visual { position: relative; }
.kfz-launch__photo { position: relative; overflow: hidden; border: 1px solid rgba(17, 16, 15, .18); border-radius: 28px; background: #141414; box-shadow: 0 32px 70px rgba(17, 16, 15, .24); }
.kfz-launch__photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(140deg, rgba(255,255,255,.16), transparent 38%, rgba(11,147,149,.14)); }
.kfz-launch__photo img { display: block; width: 100%; height: auto; min-height: 0; aspect-ratio: 1200 / 538; object-fit: cover; transform: scale(1.015); }
.kfz-launch__stamp { position: relative; z-index: 2; width: min(230px, 46%); margin: 16px 0 0 auto; padding: 22px; color: #fff; background: var(--kfz-teal-dark); border: 4px solid var(--kfz-paper); box-shadow: 0 18px 36px rgba(8, 101, 106, .3); transform: rotate(-2deg); }
.kfz-launch__stamp small { display: block; margin-bottom: 6px; color: rgba(255,255,255,.7); font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.kfz-launch__stamp strong { display: block; font-size: 1.32rem; line-height: 1.05; }
.kfz-launch__stamp span { display: block; margin-top: 8px; color: rgba(255,255,255,.76); font-size: .78rem; line-height: 1.4; }

.kfz-nav-logo { display: block; width: auto; height: 76px; object-fit: contain; filter: drop-shadow(0 4px 7px rgba(0,0,0,.24)); }
.kfz-nav-link { position: relative; }
.kfz-nav-link::after { content: "BALD"; position: absolute; top: -12px; right: -14px; padding: 2px 5px; color: #fff; background: var(--kfz-orange); font-size: 7px; font-weight: 800; letter-spacing: .08em; }
#nav .btn-g { background: linear-gradient(135deg, var(--kfz-orange), var(--kfz-orange-dark)); box-shadow: 0 8px 22px rgba(169, 47, 8, .2); }
#nav .btn-g:hover { box-shadow: 0 10px 26px rgba(169, 47, 8, .3); }

.kfz-page { min-height: 100vh; overflow-x: hidden; color: var(--kfz-ink); background: var(--kfz-paper); font-family: 'Outfit', sans-serif; }
.kfz-page *, .kfz-page *::before, .kfz-page *::after { box-sizing: border-box; }
.kfz-page a { color: inherit; text-decoration: none; }
.kfz-page__nav { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--kfz-line); background: rgba(255, 250, 241, .94); backdrop-filter: blur(18px); }
.kfz-page__nav-inner { width: min(1180px, calc(100% - 40px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.kfz-page__nav-inner > a:first-child { flex: 0 0 auto; display: flex; align-items: center; overflow: visible; }
.kfz-page__nav-links { display: flex; align-items: center; gap: 22px; color: var(--kfz-muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.kfz-page__hero { position: relative; overflow: hidden; padding: 72px 20px 82px; background: radial-gradient(circle at 10% 20%, rgba(239,75,11,.16), transparent 30%), radial-gradient(circle at 90% 18%, rgba(11,147,149,.2), transparent 33%), linear-gradient(120deg, var(--kfz-paper), var(--kfz-cream)); }
.kfz-page__hero-inner { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr); gap: 68px; align-items: center; }
.kfz-page__hero-inner > * { min-width: 0; }
.kfz-page__hero-logo { width: 190px; height: auto; margin-bottom: 18px; filter: drop-shadow(0 12px 18px rgba(17,16,15,.14)); }
.kfz-page__hero h1 { max-width: 660px; margin: 18px 0; font-size: clamp(3rem, 6vw, 6.2rem); font-weight: 800; letter-spacing: -.06em; line-height: .92; }
.kfz-page__hero h1 span { display: block; color: var(--kfz-orange); }
.kfz-page__hero p { max-width: 620px; color: var(--kfz-muted); font-size: 1.08rem; line-height: 1.65; }
.kfz-page__photo { overflow: hidden; border-radius: 28px; box-shadow: 0 30px 60px rgba(17,16,15,.22); }
.kfz-page__photo img { display: block; width: 100%; min-height: 390px; object-fit: cover; }
.kfz-page__photo--zoom-out { aspect-ratio: 1200 / 538; background: var(--kfz-ink); }
.kfz-page__photo--zoom-out img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transform-origin: 50% 56%;
  animation: kfz-plate-zoom-out 3.2s cubic-bezier(.22,.8,.24,1) both;
  will-change: transform;
}
@keyframes kfz-plate-zoom-out {
  0% { transform: scale(1.38); }
  100% { transform: scale(1); }
}
.kfz-page__section { padding: 80px 20px; }
.kfz-page__section--cream { background: var(--kfz-cream); }
.kfz-page__section--dark { color: #fff; background: linear-gradient(135deg, var(--kfz-ink), var(--kfz-teal-dark)); }
.kfz-page__section--dark h2, .kfz-page__section--dark h3 { color: #fff; }
.kfz-page__wrap { width: min(1080px, 100%); margin: 0 auto; }
.kfz-page__heading { max-width: 750px; margin-bottom: 36px; }
.kfz-page__heading h2 { margin: 10px 0 14px; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.kfz-page__heading p { color: var(--kfz-muted); line-height: 1.7; }
.kfz-page__section--dark .kfz-page__heading p { color: rgba(255,255,255,.7); }
.kfz-page__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.kfz-page__card { padding: 30px; border: 1px solid var(--kfz-line); background: rgba(255,255,255,.72); }
.kfz-page__card--active { border-top: 5px solid var(--kfz-teal); }
.kfz-page__card--soon { border-top: 5px solid var(--kfz-orange); }
.kfz-page__card small { display: block; color: var(--kfz-orange-dark); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kfz-page__card h3 { margin: 12px 0 10px; font-size: 1.65rem; font-weight: 800; }
.kfz-page__card p, .kfz-page__card li { color: var(--kfz-muted); line-height: 1.65; }
.kfz-page__card ul { margin: 18px 0 0; padding-left: 20px; }
.kfz-page__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; counter-reset: kfz-step; }
.kfz-page__step { min-height: 170px; padding: 24px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.055); counter-increment: kfz-step; }
.kfz-page__step::before { content: "0" counter(kfz-step); display: block; margin-bottom: 32px; color: var(--kfz-orange); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.kfz-page__step strong { display: block; margin-bottom: 8px; }
.kfz-page__step span { color: rgba(255,255,255,.65); font-size: .88rem; line-height: 1.55; }
.kfz-page__location { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: stretch; }
.kfz-page__location-card { padding: 34px; border: 1px solid var(--kfz-line); background: #fff; }
.kfz-page__location-card h2 { margin: 12px 0 16px; font-size: 2.5rem; font-weight: 800; letter-spacing: -.04em; }
.kfz-page__location-card p { color: var(--kfz-muted); line-height: 1.7; }
.kfz-page__map { min-height: 390px; border: 1px solid var(--kfz-line); }
.kfz-page__map iframe { width: 100%; height: 100%; min-height: 390px; border: 0; display: block; }
.kfz-page__notice { padding: 22px; border-left: 5px solid var(--kfz-orange); color: var(--kfz-muted); background: rgba(239,75,11,.07); line-height: 1.6; }
.kfz-page__faq { display: grid; gap: 10px; }
.kfz-page__faq details { border: 1px solid var(--kfz-line); background: #fff; }
.kfz-page__faq summary { position: relative; padding: 21px 54px 21px 22px; cursor: pointer; list-style: none; font-weight: 800; }
.kfz-page__faq summary::-webkit-details-marker { display: none; }
.kfz-page__faq summary::after { content: "+"; position: absolute; right: 22px; top: 15px; color: var(--kfz-orange); font-size: 1.55rem; }
.kfz-page__faq details[open] summary::after { content: "–"; }
.kfz-page__faq p { margin: 0; padding: 0 22px 22px; color: var(--kfz-muted); line-height: 1.7; }
.kfz-page__related { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.kfz-page__related a { padding: 22px; border: 1px solid var(--kfz-line); background: var(--kfz-cream); transition: transform .2s ease, border-color .2s ease; }
.kfz-page__related a:hover { transform: translateY(-3px); border-color: var(--kfz-orange); }
.kfz-page__related small, .kfz-page__related strong, .kfz-page__related span { display: block; }
.kfz-page__related small { margin-bottom: 9px; color: var(--kfz-orange-dark); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.kfz-page__related strong { font-size: 1.1rem; }
.kfz-page__related span { margin-top: 7px; color: var(--kfz-muted); font-size: .86rem; line-height: 1.5; }
.kfz-page__footer { padding: 42px 20px; color: rgba(255,255,255,.72); background: var(--kfz-ink); border-top: 4px solid var(--kfz-orange); }
.kfz-page__footer-inner { width: min(1080px, 100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.kfz-page__footer img { width: 150px; height: auto; }

@media (max-width: 900px) {
  .kfz-launch { padding: 140px 18px 58px; }
  .kfz-launch__inner, .kfz-page__hero-inner { grid-template-columns: 1fr; }
  .kfz-launch__visual { max-width: 680px; }
  .kfz-launch__photo img { min-height: 0; }
  .kfz-page__grid, .kfz-page__location { grid-template-columns: 1fr; }
  .kfz-page__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .kfz-launch { min-height: auto; padding: 139px 14px 44px; }
  .kfz-launch__signal { top: 87px; min-height: 48px; justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .kfz-launch__signal span, .kfz-launch__signal b { display: none; }
  .kfz-launch__logo { width: 145px; }
  .kfz-launch h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .kfz-launch__mobile-visual { position: relative; display: block; height: 158px; margin: 20px 0; overflow: hidden; border: 1px solid var(--kfz-line); border-radius: 16px; box-shadow: 0 16px 32px rgba(17,16,15,.18); }
  .kfz-launch__mobile-visual img { width: 100%; height: 100%; object-fit: cover; }
  .kfz-launch__mobile-visual strong { position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 8px 10px; color: #fff; background: rgba(8,101,106,.92); font-size: .7rem; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
  .kfz-launch__visual { display: none; }
  .kfz-launch__lead { font-size: .98rem; }
  .kfz-launch__actions, .kfz-page__footer-inner { align-items: stretch; flex-direction: column; }
  .kfz-btn { width: 100%; }
  .kfz-launch__facts { grid-template-columns: 1fr; }
  .kfz-launch__fact { min-height: auto; }
  .kfz-launch__photo { border-radius: 18px; }

  .kfz-launch__stamp { top: auto; right: 8px; bottom: -28px; width: 72%; padding: 16px; }
  .kfz-nav-logo { width: 58px; height: 58px; object-fit: contain; object-position: center; }
  .kfz-page__nav-inner { width: calc(100% - 28px); min-height: 70px; }
  .kfz-page__nav-links { min-width: 0; flex: 0 1 auto; }
  .kfz-page__nav-links a:not(.kfz-btn) { display: none; }
  .kfz-page__nav-links .kfz-btn { width: auto; max-width: 150px; min-height: 42px; padding: 9px 11px; font-size: .58rem; line-height: 1.15; white-space: normal; text-align: center; }
  .kfz-page__hero { padding: 48px 14px 64px; }
  .kfz-page__hero-inner { gap: 34px; }
  .kfz-page__hero-logo { width: 150px; }
  .kfz-page__hero h1 { max-width: 100%; font-size: clamp(2.55rem, 13vw, 3.65rem); overflow-wrap: anywhere; }
  .kfz-page__photo { border-radius: 18px; }
  .kfz-page__photo img { min-height: 230px; }
  .kfz-page__photo--zoom-out img { min-height: 0; }
  .kfz-page__section { padding: 58px 14px; }
  .kfz-page__grid, .kfz-page__steps, .kfz-page__related { grid-template-columns: 1fr; }
  .kfz-page__card, .kfz-page__location-card { padding: 24px; }
  .kfz-page__step { min-height: auto; }
  .kfz-page__step::before { margin-bottom: 20px; }
  .kfz-page__footer img { width: 125px; }
}

@media (prefers-reduced-motion: reduce) {
  .kfz-btn, .kfz-page__related a { transition: none; }
  .kfz-page__photo--zoom-out img { animation: none; transform: none; }
}
