.kf-main {
  background: #eceef2;
}

.kf-page .global-contact-band {
  display: none;
}

.kf-hero .container,
.kf-block .container,
.kf-booking-tool .container {
  width: min(1120px, calc(100% - 44px));
}

.kf-hero {
  padding-top: 52px;
  padding-bottom: 36px;
}

.kf-hero h1 {
  color: #161922;
  font-size: clamp(1.65rem, 3.9vw, 2.65rem);
}

.kf-line {
  display: block;
  width: 70px;
  height: 4px;
  border-radius: 999px;
  margin-top: 16px;
  background: #f6c90e;
}

.kf-hero p {
  margin-top: 18px;
  color: #1f2433;
  font-size: clamp(0.95rem, 1.06vw, 1.08rem);
  font-weight: 600;
}

.kf-block {
  padding-top: 14px;
  padding-bottom: 18px;
}

.kf-grid {
  display: grid;
  gap: 18px;
  align-items: center;
}

.kf-copy h2 {
  color: #171b24;
  font-size: clamp(1.5rem, 2.5vw, 2.32rem);
}

.kf-copy p {
  margin-top: 13px;
  color: #1f2432;
  font-size: clamp(0.95rem, 1vw, 1.08rem);
  line-height: 1.63;
  font-weight: 500;
}

.kf-card {
  border: 1px solid #9b9ea6;
  border-radius: 28px;
  padding: clamp(16px, 2.4vw, 28px);
  background: linear-gradient(180deg, #b1b4bb 0%, #a4a6ab 100%);
  box-shadow: 0 14px 26px rgba(12, 18, 31, 0.08);
}

.kf-card h2 {
  color: #11141b;
}

.kf-bullets {
  margin: 14px 0 0;
  color: #171d29;
  padding-left: 27px;
}

.kf-bullets li {
  font-size: clamp(0.94rem, 0.97vw, 1.04rem);
  line-height: 1.62;
  font-weight: 600;
}

.kf-bullets li + li {
  margin-top: 11px;
}

.kf-image {
  margin: 0;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #d2d8e1;
  box-shadow: 0 14px 26px rgba(12, 18, 31, 0.08);
}

.kf-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.kf-engagement .kf-copy {
  border: 1px solid #b7b9bf;
  border-radius: 28px;
  background: #d3d5da;
  padding: clamp(16px, 2.4vw, 28px);
}

.kf-highlight {
  margin-top: 16px;
}

.kf-cta-row {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kf-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #1b1b22;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 0.92rem;
  padding: 12px 20px;
  transition: transform 0.15s ease, background 0.15s ease;
}

.kf-cta:hover,
.kf-cta:focus-visible {
  background: #111319;
  transform: translateY(-1px);
}

.kf-cta-ghost {
  background: transparent;
  color: #1b1b22;
  border: 1px solid #1b1b22;
}

.kf-cta-ghost:hover,
.kf-cta-ghost:focus-visible {
  background: rgba(27, 27, 34, 0.08);
}

.kf-booking-tool {
  background: #c7c9ce;
}

.kf-booking-tool h2 {
  margin: 0;
  color: #11141b;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
}

.kf-booking-tool .fslp-booking-direct .fahrstunden-card {
  background: #a4a6ab;
  color: #12161f;
}

.kf-booking-tool .fslp-booking-direct .fahrstunden-card h3,
.kf-booking-tool .fslp-booking-direct .fahrstunden-card strong,
.kf-booking-tool .fslp-booking-direct .fahrstunden-card .muted {
  color: #12161f;
}

.kf-booking-tool .fslp-booking-direct .fahrstunden-card p {
  color: #1d232f;
}

.kf-booking-tool .fslp-booking-direct .cta {
  background: #1b1b22;
}

.kf-booking-tool .fslp-booking-direct .cta:hover:not(:disabled) {
  background: #111319;
}

.kf-booking-tool .fslp-booking-direct .form-panel .card {
  background: #b7b9be;
}

.kf-booking-tool .fslp-booking-direct .course-summary {
  background: rgba(255, 255, 255, 0.3);
  color: #171b24;
}

.kf-booking-tool .fslp-booking-direct label {
  color: #171b24;
}

.kf-booking-tool .fslp-booking-direct input,
.kf-booking-tool .fslp-booking-direct select,
.kf-booking-tool .fslp-booking-direct textarea {
  border-color: #8d9099;
  background: #eceef2;
  color: #171b24;
}

.kf-booking-tool .fslp-booking-direct .checkbox span,
.kf-booking-tool .fslp-booking-direct #feedback {
  color: #171b24;
}

@media (min-width: 980px) {
  .kf-hero .container,
  .kf-block .container,
  .kf-booking-tool .container {
    width: min(1140px, calc(100% - 120px));
  }

  .kf-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .kf-grid-reverse .kf-image {
    order: 1;
  }

  .kf-grid-reverse .kf-copy {
    order: 2;
  }

  .kf-image img {
    aspect-ratio: auto;
    min-height: 420px;
    max-height: 520px;
  }
}
