:root {
  --nh-bg: #f3f4f6;
  --nh-ink: #171922;
  --nh-muted: #2e3444;
  --nh-dark: #17181d;
  --nh-rose: #f6e6e8;
  --nh-rose-bar: #f3ccd0;
  --nh-red: #df1122;
  --nh-red-dark: #bc0e1c;
  --nh-card: #f07d79;
  --nh-white: #ffffff;
  --nh-line: #e1d9db;
  --nh-radius: 28px;
}

.nh-page {
  background: var(--nh-bg);
  color: var(--nh-ink);
}

.nh-hero .container,
.nh-strip .container {
  width: min(1080px, calc(100% - 40px));
}

.nh-hero {
  background: linear-gradient(90deg, #16161b, #22222a);
  color: #fff;
  padding: 56px 0 40px;
}

.nh-hero-title {
  margin: 0;
  font-size: clamp(1.4rem, 3.4vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.nh-hero p {
  margin: 18px 0 0;
  max-width: 620px;
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  color: #eceef6;
}

.nh-hero-line {
  margin-top: 28px;
  display: inline-block;
  width: 82px;
  height: 5px;
  border-radius: 99px;
  background: var(--nh-red);
}

.nh-hero-head {
  display: grid;
  gap: 18px;
}

.nh-hero-copy {
  max-width: 760px;
}

.nh-hero .location-hero-rating {
  margin: 0;
}

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

.nh-strip {
  padding: 40px 0;
}

.nh-strip-rose {
  background: var(--nh-rose);
}

.nh-strip-light {
  background: #f2f3f5;
}

.nh-grid-2 {
  display: grid;
  gap: 20px;
  align-items: start;
}

.nh-text h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2.15vw, 1.82rem);
  line-height: 1.14;
  letter-spacing: -0.01em;
}

.nh-text h3 {
  margin: 16px 0 0;
  font-size: clamp(1.16rem, 1.9vw, 1.52rem);
  line-height: 1.2;
}

.nh-text h4 {
  margin: 16px 0 0;
  font-size: clamp(1rem, 1.25vw, 1.28rem);
}

.nh-text p {
  margin: 12px 0 0;
  color: var(--nh-muted);
  font-size: clamp(0.95rem, 1vw, 1.03rem);
  line-height: 1.58;
}

.nh-text ul {
  margin: 12px 0 0;
  padding-left: 22px;
  display: grid;
  gap: 8px;
}

.nh-text li {
  color: var(--nh-ink);
  font-size: clamp(0.95rem, 0.98vw, 1.02rem);
  line-height: 1.52;
  font-weight: 600;
}

.nh-image {
  margin: 0;
  border-radius: var(--nh-radius);
  overflow: hidden;
  background: #ddd;
}

.nh-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nh-image-compact {
  width: min(86%, 620px);
  margin-inline: auto;
}

.nh-astra-link {
  margin-top: 14px;
  display: inline-flex;
}

.nh-astra-link img {
  width: min(250px, 75vw);
  height: auto;
}

/* Booking tool integration (no iframe) */
.nh-booking h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3.2vw, 2.25rem);
}

.nh-booking .course-table {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.nh-booking .card.row {
  border-radius: 30px;
  background: var(--nh-card);
  padding: 18px 20px;
  display: grid;
  gap: 10px;
  align-items: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.nh-booking .card.row.full {
  filter: grayscale(1);
  opacity: 0.6;
}

.nh-booking .course-table .row.invalid-tab {
  border: 2px solid #d10012;
}

.nh-booking .row-block {
  min-width: 0;
}

.nh-booking .row-block strong {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  line-height: 1.35;
}

.nh-booking .row-line {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.nh-booking .row-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.nh-booking .row-line .normal,
.nh-booking .row-line .note {
  font-weight: 500;
}

.nh-booking .row-seats,
.nh-booking .row-price {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.nh-booking .row-price strong {
  font-size: 1.15rem;
  white-space: nowrap;
}

.nh-booking .progress {
  margin-top: 6px;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.48);
}

.nh-booking .progress span {
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  transition: width 0.45s ease;
}

.nh-booking .row-action {
  display: flex;
}

.nh-booking .cta {
  border: 0;
  border-radius: 999px;
  background: var(--nh-red);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  cursor: pointer;
  min-height: 52px;
  padding: 12px 28px;
  font-size: 1.05rem;
  transition: background 0.14s ease, transform 0.14s ease;
}

.nh-booking .cta:hover:not(:disabled) {
  background: var(--nh-red-dark);
  transform: translateY(-1px);
}

.nh-booking .cta:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.nh-booking .form-panel {
  margin-top: 14px;
}

.nh-booking .form-panel.collapsed {
  display: none;
}

.nh-booking .form-panel .card {
  border-radius: 24px;
  background: #f18f8a;
  border: 1px solid #e98384;
  padding: 20px;
}

.nh-booking .course-summary {
  margin-bottom: 12px;
}

.nh-booking .course-summary .placeholder {
  margin: 0;
  color: #2f3648;
  font-size: 0.95rem;
}

.nh-booking .form-grid {
  display: grid;
  gap: 12px;
}

.nh-booking .name-pair,
.nh-booking .postal-city {
  display: grid;
  gap: 12px;
}

.nh-booking label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #1a1d27;
  font-size: 0.95rem;
}

.nh-booking input,
.nh-booking select,
.nh-booking textarea {
  width: 100%;
  border: 1px solid rgba(24, 24, 24, 0.2);
  border-radius: 13px;
  background: #fff;
  padding: 12px 14px;
  font: 500 0.98rem/1.35 'Poppins', sans-serif;
  color: #171922;
}

.nh-booking textarea {
  resize: vertical;
  min-height: 96px;
}

.nh-booking .label-invalid,
.nh-booking .checkbox.invalid {
  color: #8a0010;
}

.nh-booking input.invalid,
.nh-booking select.invalid,
.nh-booking textarea.invalid {
  border-color: #c10014;
  box-shadow: 0 0 0 2px rgba(193, 0, 20, 0.15);
}

.nh-booking .extended-field {
  display: flex;
}

.nh-booking .full {
  grid-column: 1 / -1;
}

.nh-booking .ausweis-field a {
  color: #191f31;
  font-size: 0.88rem;
}

.nh-booking .checkbox {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.nh-booking .checkbox input[type='checkbox'] {
  width: 19px;
  height: 19px;
  margin-top: 3px;
  accent-color: var(--nh-red);
  padding: 0;
}

.nh-booking .checkbox span {
  font-size: 0.94rem;
  line-height: 1.45;
  color: #1f2535;
}

.nh-booking .checkbox a {
  color: #8b0f1b;
  font-weight: 700;
}

.nh-booking .form-actions {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

.nh-booking .hp-field {
  display: none !important;
}

.nh-booking #feedback {
  margin: 10px 0 0;
  font-size: 0.95rem;
  font-weight: 600;
}

.nh-booking #feedback.success {
  color: #0d612b;
}

.nh-booking #feedback.error {
  color: #7a0012;
}

#global-notice {
  margin: 0 0 12px;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 600;
  display: none;
}

#global-notice.show {
  display: block;
}

#global-notice.success {
  background: #e6f6e9;
  color: #145b2c;
}

#global-notice.error {
  background: #ffe5e8;
  color: #7a0012;
}

/* Standort block */
.nh-link-btn {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 22px;
  border-radius: 999px;
  background: var(--nh-red);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
}

.nh-map {
  border-radius: 28px;
  overflow: hidden;
  background: #d8dee7;
  border: 1px solid var(--nh-line);
  min-height: 360px;
}

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

.nh-accordion {
  margin-top: 14px;
  display: grid;
  gap: 9px;
}

.nh-accordion details {
  border-radius: 14px;
  overflow: hidden;
}

.nh-accordion summary {
  cursor: pointer;
  list-style: none;
  padding: 11px 14px;
  background: var(--nh-rose-bar);
  color: #171d2a;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nh-accordion summary::-webkit-details-marker {
  display: none;
}

.nh-accordion summary::before {
  content: '+';
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #161b27;
  color: #fff;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nh-accordion details[open] summary::before {
  content: '-';
}

.nh-accordion details > p {
  margin: 12px 0 0;
  color: #1f2431;
  font-size: clamp(1rem, 1.22vw, 1.12rem);
  line-height: 1.6;
}

/* Feedback block */
.nh-feedback-intro {
  margin: 10px 0 0;
  color: #2f3445;
  font-size: clamp(0.95rem, 1vw, 1.03rem);
}

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

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

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

.nh-arrow {
  border: 0;
  background: transparent;
  color: #13151c;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.nh-quote-main {
  grid-area: quote;
  text-align: center;
}

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

.nh-quote-main h3 {
  margin: 14px 0 0;
  font-size: clamp(1.15rem, 1.1vw, 1.28rem);
}

.nh-quote-main span {
  display: block;
  margin-top: 3px;
  color: #414759;
  font-size: 0.98rem;
}

.nh-dots {
  margin-top: 14px;
  display: inline-flex;
  gap: 8px;
}

.nh-dots span,
.nh-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b9bcc6;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.nh-dots span.active,
.nh-dots button.active {
  background: #1a1c25;
}

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

  .nh-hero .location-hero-rating {
    justify-self: end;
    align-self: center;
  }
}

.nh-local-links h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3.2vw, 2.25rem);
  line-height: 1.1;
}

.nh-local-links p {
  margin: 10px 0 0;
  color: var(--nh-muted);
  font-size: clamp(0.95rem, 1.05vw, 1.03rem);
  line-height: 1.58;
}

.nh-local-grid {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.nh-local-grid a {
  text-decoration: none;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid #e8bdc3;
  background: var(--nh-rose-bar);
  color: #1f2431;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.94rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  transition: background 0.15s ease, transform 0.15s ease;
}

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

.nh-local-grid a.is-current {
  background: var(--nh-red);
  border-color: var(--nh-red);
  color: #ffffff;
}

.nh-local-grid a.is-current:hover,
.nh-local-grid a.is-current:focus-visible {
  background: var(--nh-red-dark);
}

/* FAQ */
.nh-faq h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3.2vw, 2.25rem);
  line-height: 1.1;
}

.nh-faq-list {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.nh-faq details {
  border-radius: 14px;
  overflow: hidden;
}

.nh-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 14px;
  background: var(--nh-rose-bar);
  color: #171923;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.05vw, 1.08rem);
}

.nh-faq summary::-webkit-details-marker {
  display: none;
}

.nh-faq summary::before {
  content: '?';
  color: var(--nh-red);
  font-weight: 800;
  margin-right: 9px;
}

.nh-faq details[open] summary::before {
  content: '!';
}

.nh-faq p {
  margin: 12px 10px 0;
  color: #1f2431;
  font-size: clamp(0.95rem, 0.98vw, 1.03rem);
  line-height: 1.56;
}

.nh-price-list {
  margin: 10px 10px 0;
  padding-left: 20px;
  display: grid;
  gap: 6px;
}

.nh-price-list li {
  font-size: clamp(1rem, 1.26vw, 1.15rem);
  font-weight: 700;
}

@media (min-width: 760px) {
  .nh-grid-2 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

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

  .nh-grid-image-left .nh-image {
    order: -1;
  }

  .nh-booking .name-pair,
  .nh-booking .postal-city {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .nh-hero .container,
  .nh-strip .container {
    width: min(1120px, calc(100% - 120px));
  }

  .nh-strip {
    padding: 54px 0;
  }

  .nh-grid-2 {
    gap: 42px;
  }

  .nh-image-compact {
    width: min(76%, 520px);
    justify-self: end;
  }

  .nh-booking .card.row {
    grid-template-columns: 1.65fr 1.45fr 1fr auto auto;
    gap: 16px;
    padding: 24px 26px;
  }

  .nh-booking .row-action {
    justify-content: flex-end;
  }

  .nh-booking .form-panel .card {
    padding: 24px;
  }

  .nh-booking .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

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

  #standort .nh-grid-2 {
    grid-template-columns: 1.05fr 0.95fr;
  }

  #standort .nh-map {
    position: sticky;
    top: 96px;
    min-height: 650px;
  }

  #standort .nh-map iframe {
    min-height: 650px;
  }

  .nh-feedback-slider {
    margin-top: 26px;
  }
}

@media (max-width: 640px) {
  .nh-hero {
    padding: 40px 0 28px;
  }

  .nh-strip {
    padding: 34px 0;
  }

  .nh-booking .card.row {
    border-radius: 22px;
    padding: 16px;
  }

  .nh-booking .cta {
    width: 100%;
  }

  .nh-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;
  }

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

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

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

  .nh-quote-main,
  .nh-quote-main p {
    width: 100%;
  }

  .nh-quote-main {
    min-width: 0;
    justify-self: stretch;
  }

  .nh-quote-main p {
    padding: 18px;
  }

  .nh-map,
  .nh-map iframe {
    min-height: 320px;
  }
}
