.fslp-main {
  background: #f2f4f8;
}

.fslp-dark-area {
  background:
    radial-gradient(circle at 8% 2%, rgba(20, 56, 121, 0.32), transparent 34%),
    radial-gradient(circle at 92% 65%, rgba(28, 52, 102, 0.2), transparent 44%),
    linear-gradient(180deg, #090f1d 0%, #0a1121 100%);
  padding: 28px 0 34px;
}

.fslp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.fslp-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(133, 154, 189, 0.32);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(12, 19, 35, 0.72);
  color: #d6deea;
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 500;
}

.fslp-chip.current {
  border-color: rgba(146, 169, 208, 0.42);
}

.fslp-card {
  border: 1px solid rgba(112, 136, 175, 0.28);
  border-radius: 22px;
  background: #0f1725;
  padding: 16px;
}

.fslp-hero-card {
  padding: clamp(20px, 3.2vw, 28px);
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 208, 41, 0.24), transparent 36%),
    linear-gradient(180deg, #121a29 0%, #0f1725 100%);
}

.fslp-hero-card h1 {
  color: #ffd029;
  font-size: clamp(1.7rem, 4.2vw, 2.7rem);
  margin: 0;
}

.fslp-hero-card p {
  margin: 10px 0 0;
  color: #c9d2e3;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
}

.fslp-hero-card p strong {
  color: #f3f7ff;
}

.fslp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  background: #ffd029;
  color: #111723;
  border-radius: 14px;
  padding: 11px 16px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.02rem;
}

.fslp-grid {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.fslp-card h2 {
  margin: 0 0 8px;
  color: #f2f6fd;
  font-size: clamp(1.22rem, 2.2vw, 1.8rem);
}

.fslp-page-head-main {
  display: grid;
  gap: 18px;
}

.fslp-page-head-copy {
  max-width: 900px;
}

.fslp-page-head .location-hero-rating {
  margin: 0;
}

.fslp-page-head .location-hero-rating .google-rating-link {
  min-height: 50px;
  padding: 10px 18px;
}

.fslp-card p {
  margin: 0;
  color: #cad4e4;
  line-height: 1.5;
}

.fslp-card ul {
  margin: 0;
  padding-left: 20px;
  color: #cad4e4;
}

.fslp-card ul li + li {
  margin-top: 6px;
}

.fslp-faq-card details {
  border-top: 1px solid rgba(120, 144, 183, 0.24);
  padding: 8px 0;
}

.fslp-faq-card details:first-of-type {
  border-top: 0;
}

.fslp-faq-card summary {
  cursor: pointer;
  color: #f2f6fd;
  font-weight: 700;
  font-size: 1.05rem;
}

.fslp-faq-card details p {
  margin-top: 8px;
  padding-left: 18px;
}

.fslp-map-link {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  border: 1px solid rgba(136, 160, 199, 0.32);
  border-radius: 999px;
  padding: 7px 12px;
  text-decoration: none;
  color: #d8e1ef;
  font-size: 0.92rem;
}

@media (min-width: 900px) {
  .fslp-page-head-main {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 24px;
  }

  .fslp-page-head .location-hero-rating {
    justify-self: end;
    align-self: center;
  }
}

.fslp-quote {
  color: #edf3ff;
  font-style: italic;
}

.fslp-author {
  margin-top: 8px;
  color: #cfd9e9;
}

.fslp-nearby {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.fslp-nearby a {
  display: inline-flex;
  border: 1px solid rgba(136, 160, 199, 0.3);
  border-radius: 999px;
  padding: 7px 12px;
  text-decoration: none;
  color: #e4ebf7;
  font-size: 0.92rem;
}

.fslp-light-hero {
  background: #1a1a22;
  color: #f6f8fb;
  padding: 38px 0 26px;
}

.fslp-page-head h1 {
  margin: 0;
  color: #f2f4f8;
  font-size: clamp(1.65rem, 4vw, 2.55rem);
}

.fslp-page-head p {
  margin-top: 10px;
  color: #d3d9e5;
}

.fslp-head-line {
  display: block;
  width: 56px;
  height: 4px;
  border-radius: 999px;
  margin-top: 14px;
  background: #0f67c2;
}

.fslp-split {
  display: grid;
  gap: 18px;
  align-items: center;
  margin-top: 16px;
}

.fslp-split h2 {
  margin: 0 0 10px;
  color: #131723;
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
}

.fslp-split h3 {
  margin: 16px 0 8px;
  color: #141824;
  font-size: clamp(1.4rem, 2.5vw, 2.1rem);
}

.fslp-split p {
  margin: 0;
  color: #232a3a;
  line-height: 1.55;
  font-size: clamp(1rem, 1.55vw, 1.12rem);
}

.fslp-image {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #d5dce8;
  box-shadow: 0 14px 26px rgba(11, 19, 34, 0.08);
  background: #fff;
}

.fslp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fslp-white {
  background: #f5f7fb;
  padding: 26px 0;
}

.fslp-blue {
  background: #b8cde4;
  padding: 26px 0;
}

.fslp-booking {
  background: #b8d0ea;
  padding: 24px 0;
}

.fslp-booking h2,
.fslp-white h2,
.fslp-blue h2 {
  margin: 0;
  color: #191d28;
  font-size: clamp(1.95rem, 4vw, 3rem);
}

.fslp-booking-tool-wrap {
  margin-top: 16px;
  border-radius: 20px;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.fslp-booking-tool {
  width: 100%;
  height: 560px;
  border: 0;
  background: transparent;
}

.fslp-booking-direct {
  margin-top: 14px;
}

.fslp-booking-direct .course-table {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 0;
}

.fslp-booking-direct .fahrstunden-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.fslp-booking-direct .fahrstunden-card {
  border-radius: 26px;
  padding: 1.25rem 1.45rem;
  background: #71a8d1;
  color: #072140;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.fslp-booking-direct .fahrstunden-card h3 {
  margin: 0 0 8px;
  font-size: 2rem;
  color: #072140;
}

.fslp-booking-direct .fahrstunden-card strong {
  font-size: 1.95rem;
  line-height: 1;
}

.fslp-booking-direct .fahrstunden-card .muted {
  color: rgba(7, 33, 64, 0.88);
  font-size: 1.8rem;
}

.fslp-booking-direct .fahrstunden-card p {
  margin-top: 8px;
  color: #0f2a4a;
  font-size: 1.35rem;
}

.fslp-booking-direct .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: #0f67c2;
  color: #fff;
  font-weight: 700;
  font-size: 1.35rem;
  cursor: pointer;
}

.fslp-booking-direct .cta:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.fslp-booking-direct .cta:hover:not(:disabled) {
  background: #0b57a0;
}

@media (max-width: 640px) {
  .fslp-booking-direct .fahrstunden-grid {
    gap: 12px;
  }

  .fslp-booking-direct .fahrstunden-card {
    padding: 1rem 1.05rem;
    border-radius: 22px;
  }

  .fslp-booking-direct .fahrstunden-card h3 {
    margin-bottom: 6px;
    font-size: 1.35rem;
    line-height: 1.1;
  }

  .fslp-booking-direct .fahrstunden-card strong {
    font-size: 1.2rem;
  }

  .fslp-booking-direct .fahrstunden-card .muted {
    font-size: 1.15rem;
  }

  .fslp-booking-direct .fahrstunden-card p {
    margin-top: 6px;
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .fslp-booking-direct .cta {
    margin-top: 10px;
    padding: 10px 14px;
    font-size: 1.05rem;
  }
}

.fslp-booking-direct .form-panel {
  transition: max-height 220ms ease, opacity 220ms ease;
  margin: 14px 0 0;
}

.fslp-booking-direct .form-panel.collapsed {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.fslp-booking-direct .form-panel:not(.collapsed) {
  max-height: 2400px;
  opacity: 1;
  pointer-events: auto;
}

.fslp-booking-direct .form-panel .card {
  border-radius: 22px;
  background: #8db7da;
  padding: 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.fslp-booking-direct .course-summary {
  margin-bottom: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.22);
  padding: 10px 12px;
  color: #0f2a4a;
}

.fslp-booking-direct .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 12px;
}

.fslp-booking-direct .name-pair,
.fslp-booking-direct .postal-city {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.fslp-booking-direct label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
  color: #0f2a4a;
  min-width: 0;
}

.fslp-booking-direct input,
.fslp-booking-direct select,
.fslp-booking-direct textarea {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #6f9fc9;
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  color: #112744;
  background: #d8e9f7;
}

.fslp-booking-direct .form-grid > * {
  min-width: 0;
}

.fslp-booking-direct .fahrstunden-card.with-form {
  grid-column: 1 / -1;
}

.fslp-booking-direct .fahrstunden-card.with-form #form-section {
  width: 100%;
}

.fslp-booking-direct .checkbox {
  margin-top: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
}

.fslp-booking-direct .checkbox input[type='checkbox'] {
  margin-top: 3px;
}

.fslp-booking-direct .checkbox span {
  color: #122c4c;
  font-size: 0.95rem;
  line-height: 1.45;
}

.fslp-booking-direct .hp-field {
  display: none;
}

.fslp-booking-direct .form-actions {
  margin-top: 12px;
}

.fslp-booking-direct #feedback {
  margin-top: 8px;
  min-height: 1.2rem;
  color: #0f2a4a;
  font-weight: 600;
}

.fslp-booking-direct .invalid {
  border-color: #c72f2f !important;
}

.fslp-bullets {
  margin: 10px 0 0;
  padding-left: 24px;
}

.fslp-bullets li + li {
  margin-top: 8px;
}

.fslp-map {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #d6deea;
  box-shadow: 0 14px 26px rgba(11, 19, 34, 0.08);
}

.fslp-map iframe {
  width: 100%;
  min-height: 410px;
  border: 0;
}

.fslp-feedback-slider {
  margin-top: 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: 'prev quote next';
  gap: 12px;
  align-items: center;
}

.fslp-feedback-slider [data-feedback-prev] {
  grid-area: prev;
}

.fslp-feedback-slider [data-feedback-next] {
  grid-area: next;
}

.fslp-arrow {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  color: #11141b;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.fslp-feedback-quote {
  grid-area: quote;
  text-align: center;
}

.fslp-feedback-quote p {
  margin: 0;
  border-radius: 22px;
  background: #f1f2f4;
  color: #1a1e2a;
  font-size: clamp(1rem, 1.05vw, 1.16rem);
  line-height: 1.56;
  font-style: italic;
  padding: 20px 22px;
}

.fslp-feedback-quote h3 {
  margin: 14px 0 0;
  color: #111620;
  font-size: clamp(1.15rem, 1.1vw, 1.28rem);
}

.fslp-feedback-quote span {
  display: block;
  margin-top: 3px;
  color: #3e4556;
  font-size: 0.98rem;
}

.fslp-feedback-dots {
  margin-top: 12px;
  text-align: center;
}

.fslp-feedback-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  margin: 0 4px;
  background: #b9bbbf;
  cursor: pointer;
}

.fslp-feedback-dots button.active {
  background: #121722;
}

@media (max-width: 640px) {
  .fslp-feedback-slider {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      'quote quote'
      'prev next';
    justify-content: stretch;
    justify-items: stretch;
    row-gap: 12px;
  }

  .fslp-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 2rem;
  }

  .fslp-feedback-slider [data-feedback-prev] {
    justify-self: end;
  }

  .fslp-feedback-slider [data-feedback-next] {
    justify-self: start;
  }

  .fslp-feedback-quote,
  .fslp-feedback-quote p {
    width: 100%;
  }

  .fslp-feedback-quote {
    min-width: 0;
    justify-self: stretch;
  }
}

.fslp-faq-list {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.fslp-faq-entry {
  border-radius: 13px;
  overflow: hidden;
}

.fslp-faq-title {
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  background: #6ea4d8;
  color: #111827;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
}

.fslp-faq-title::-webkit-details-marker {
  display: none;
}

.fslp-faq-title::before {
  content: '?';
  font-weight: 800;
  margin-right: 9px;
}

.fslp-faq-entry[open] .fslp-faq-title::before {
  content: '!';
}

.fslp-faq-answer {
  margin: 11px 0 0;
  color: #232938;
  font-size: clamp(0.98rem, 1.2vw, 1.06rem);
  line-height: 1.56;
}

.fslp-why {
  background: #1a232f;
  color: #f2f7ff;
  padding: 34px 0;
}

.fslp-why h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.fslp-why-line {
  display: block;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: #0f67c2;
  margin-top: 14px;
}

.fslp-why-lead {
  margin-top: 14px;
  color: #d6dfec;
}

.fslp-why-grid {
  margin-top: 20px;
  display: grid;
  gap: 14px;
}

.fslp-why-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
}

.fslp-why-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #f4f8ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fslp-why-icon img {
  width: 20px;
  height: 20px;
}

.fslp-why-item h3 {
  margin: 0 0 4px;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
}

.fslp-why-item p {
  margin: 0;
  color: #d2dbe8;
}

.fslp-local-links-section {
  background: #e9eef5;
  padding: 34px 0;
}

.fslp-local-links-section h2 {
  margin: 0;
  color: #191d28;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
}

.fslp-local-links-section p {
  margin: 12px 0 0;
  max-width: 900px;
  color: #2b3445;
  line-height: 1.58;
}

.fslp-local-grid {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.fslp-local-grid a {
  text-decoration: none;
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid #9cb6d4;
  background: #c0d9f2;
  color: #162136;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.98rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  transition: background 0.15s ease, transform 0.15s ease;
}

.fslp-local-grid a:hover,
.fslp-local-grid a:focus-visible {
  background: #aacced;
  transform: translateY(-1px);
}

.fslp-local-grid a.is-current {
  background: #176ac6;
  border-color: #176ac6;
  color: #ffffff;
}

.fslp-local-grid a.is-current:hover,
.fslp-local-grid a.is-current:focus-visible {
  background: #1458a4;
}

@media (min-width: 860px) {
  .fslp-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fslp-split {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .fslp-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 26px;
  }

  .fslp-local-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fslp-booking-direct .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fslp-booking-direct .name-pair,
  .fslp-booking-direct .postal-city {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
