:root {
  --sky: #D5EEF1;
  --orange: #FA6B05;
  --navy: #003449;
  --navy-2: #002737;
  --cream: #FEF8ED;
  --white: #FFFFFF;
  --ink: #13252C;
  --muted: #58717B;
  --line: rgba(0, 52, 73, .14);
  --shadow: 0 18px 50px rgba(0, 52, 73, .12);
  --radius: 22px;
  --container: 1180px;
  --sticky-header-offset: 146px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 0; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; }
.section--sky { background: var(--sky); }
.section--white { background: var(--cream); }
.section--white { background: var(--cream); }

/* Navigation anchors sit exactly at the beginning of each page section.
   Only the anchor itself supplies the sticky-header offset; this avoids a double offset. */
.section-anchor {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  scroll-margin-top: var(--sticky-header-offset);
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
}
h1, h2, h3 { color: var(--navy); line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(2.45rem, 6vw, 5.1rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.035em; }
h3 { font-size: 1.25rem; }
p { margin-top: 0; }
.lead { font-size: clamp(1.08rem, 2vw, 1.28rem); color: var(--muted); max-width: 700px; }

.topbar { background: var(--navy-2); color: var(--white); font-size: .92rem; }
.topbar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.topbar__group { display: flex; gap: 24px; align-items: center; }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; color: var(--white); text-decoration: none; line-height: 1; }
.topbar__icon { width: 16px; height: 16px; flex: 0 0 16px; display: inline-block; color: rgba(255,255,255,.92); }
.topbar__icon svg { width: 100%; height: 100%; display: block; }
.topbar__icon svg * { vector-effect: non-scaling-stroke; }
.topbar__label { line-height: 1.2; }
.topbar a { text-decoration: none; }
.topbar a:hover .topbar__label { text-decoration: underline; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(254,248,237,.98);
  border-bottom: 0;
  backdrop-filter: blur(14px);
}
.header__inner { min-height: 98px; display: flex; align-items: center; gap: 28px; }
.brand { width: 235px; flex: 0 0 auto; }
.brand img { width: 100%; height: 88px; object-fit: contain; object-position: left center; filter: drop-shadow(0 4px 10px rgba(0,52,73,.10)); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.main-nav a { text-decoration: none; color: var(--navy); font-weight: 720; font-size: .94rem; }
.main-nav a:hover, .main-nav a.is-active { color: var(--orange); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.lang-switch { display: inline-flex; padding: 4px; background: var(--sky); border-radius: 999px; }
.lang-switch button { border: 0; background: transparent; color: var(--navy); border-radius: 999px; padding: 7px 10px; cursor: pointer; font-weight: 800; }
.lang-switch button[aria-pressed="true"] { background: var(--white); box-shadow: 0 3px 12px rgba(0,52,73,.12); }
.menu-toggle { display: none; border: 0; background: var(--sky); width: 44px; height: 44px; border-radius: 14px; cursor: pointer; color: var(--navy); }

.thai-flag-band {
  height: 48px;
  width: 100%;
  background: linear-gradient(
    to bottom,
    #A51931 0%,
    #A51931 16.66%,
    #F4F5F8 16.66%,
    #F4F5F8 33.33%,
    #2D2A7F 33.33%,
    #2D2A7F 66.66%,
    #F4F5F8 66.66%,
    #F4F5F8 83.33%,
    #A51931 83.33%,
    #A51931 100%
  );
  margin-top: 0;
  border-top: 1px solid rgba(0, 52, 73, .06);
  border-bottom: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
}

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: var(--white); background: var(--orange); box-shadow: 0 10px 24px rgba(250,107,5,.28); }
.btn--secondary { color: var(--navy); background: var(--white); border-color: var(--line); }
.btn--dark { color: var(--white); background: var(--navy); }
.btn--wide { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1100px 520px at -8% -12%, rgba(255,255,255,.72) 0%, rgba(255,255,255,0) 56%),
    linear-gradient(135deg, #eef9fb 0%, #d9eff2 34%, #cae8ed 62%, #bddde4 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  right: -150px;
  top: -180px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,.98) 0%, rgba(255,255,255,.82) 18%, rgba(244,248,248,.46) 42%, rgba(213,224,228,.24) 62%, rgba(213,224,228,0) 74%),
    linear-gradient(145deg, rgba(255,255,255,.52) 0%, rgba(220,229,232,.20) 100%);
  border: 1px solid rgba(255,255,255,.40);
  box-shadow:
    inset 18px 16px 34px rgba(255,255,255,.72),
    inset -24px -30px 42px rgba(181,194,199,.22),
    0 32px 60px rgba(0,52,73,.09);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto auto -120px -80px;
  width: 460px;
  height: 260px;
  background: radial-gradient(circle at center, rgba(255,255,255,.38) 0%, rgba(255,255,255,0) 72%);
  filter: blur(10px);
  pointer-events: none;
}
.hero__grid { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; padding: 72px 0; }
.hero__copy { position: relative; z-index: 2; }
.hero__copy h1 span { color: var(--orange); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.fact { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.72); color: var(--navy); font-weight: 750; font-size: .91rem; box-shadow: 0 10px 18px rgba(0,52,73,.05); }
.hero__visual {
  position: relative;
  z-index: 2;
  padding: 16px;
  border-radius: 44px;
  background: linear-gradient(145deg, rgba(255,255,255,.52), rgba(255,255,255,.18));
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 26px 64px rgba(0,52,73,.12);
  transform: perspective(1200px) rotateY(-5deg) translateZ(0);
}
.hero__visual::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 42%;
  height: 22%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.60), rgba(255,255,255,0));
  filter: blur(5px);
  opacity: .78;
  pointer-events: none;
  z-index: 2;
}
.hero__visual::after {
  content: "";
  position: absolute;
  inset: 14px -18px -18px 18px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(0,52,73,.06));
  filter: blur(16px);
  z-index: -1;
}
.hero__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.13 / 1;
  object-fit: cover;
  object-position: right center;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.66);
  box-shadow: 0 26px 48px rgba(0,52,73,.18), 0 10px 22px rgba(0,52,73,.10);
}

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-heading p { margin: 0; max-width: 620px; color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 10px 30px rgba(0,52,73,.06); display: flex; flex-direction: column; }
.service-card__top { display: flex; align-items: flex-start; gap: 18px; min-height: 300px; }
.service-card__icon { flex: 0 0 92px; width: 92px; height: 92px; display: grid; place-items: center; border-radius: 0; background: transparent; color: var(--navy); font-size: 1.35rem; overflow: visible; }
.service-card__icon img { width: 100%; height: 100%; object-fit: contain; display: block; filter: drop-shadow(0 8px 14px rgba(142,98,0,.16)); }
.service-card__title { margin-bottom: 4px; }
.service-card__text { flex: 1; }
.service-card__desc { color: var(--muted); font-size: .94rem; min-height: 0; margin-bottom: 0; line-height: 1.55; }
.price-list { margin: 20px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.price-list li { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.price-list strong { color: var(--navy); }
.chf { display: block; color: var(--muted); font-weight: 600; font-size: .76rem; line-height: 1.25; text-align: right; font-style: italic; margin-top: 2px; }
.chf[hidden] { display: none !important; }
.eur-price { display: block; }
.price-guideline-note { margin: 20px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.price-guideline-note[hidden] { display: none !important; }
.price-guideline-note--compact { margin-top: 12px; }
.choice__chf { text-align: left; margin-top: 3px; }
.booking-total { text-align: right; }
.pair-card { background: linear-gradient(135deg, var(--navy), #07536b); color: var(--white); }
.pair-card h3, .pair-card .service-card__desc { color: var(--white); }
.pair-card .service-card__icon { background: transparent; color: var(--white); }
.pair-card .service-card__icon img { filter: drop-shadow(0 10px 16px rgba(0,0,0,.22)); }
.pair-card .price-list { border-top-color: rgba(255,255,255,.22); }
.pair-card .price-list li { border-bottom-color: rgba(255,255,255,.22); }
.pair-card__actions { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.22); }
.pair-card__actions .btn { min-width: 150px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.info-panel { background: var(--white); border-radius: 28px; padding: 32px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.info-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.info-list li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.info-list__icon { width: 44px; height: 44px; border-radius: 14px; background: var(--sky); display: grid; place-items: center; color: var(--navy); }
.info-list strong { display: block; color: var(--navy); }

.review-wrap { background: linear-gradient(145deg, #003449 0%, #063f54 58%, #07536b 100%); color: var(--white); border-radius: 32px; padding: 42px; position: relative; overflow: hidden; box-shadow: 0 24px 60px rgba(0,52,73,.16); }
.review-wrap::after { content: "★"; position: absolute; right: 24px; top: -34px; font-size: 190px; color: rgba(255,255,255,.045); pointer-events: none; }
.review-wrap h2, .review-wrap .eyebrow { color: var(--white); }
.review-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; position: relative; z-index: 2; }
.review-summary { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px; min-height: 42px; }
.review-score { font-size: 2rem; line-height: 1; color: var(--white); }
.review-stars { color: #F8C84A; letter-spacing: .08em; white-space: nowrap; font-size: 1rem; }
.review-count { color: rgba(255,255,255,.76); font-size: .9rem; }
.gmp-attribution { font-family: Roboto, Arial, sans-serif; font-style: normal; font-weight: 400; font-size: 13px; letter-spacing: normal; white-space: nowrap; color: rgba(255,255,255,.84); }
.review-load-status { position: relative; z-index: 2; margin: 18px 0 0; color: rgba(255,255,255,.78); }
.review-load-status[hidden] { display: none; }
.google-review-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.google-review-card { display: flex; flex-direction: column; min-height: 280px; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.095); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 14px 30px rgba(0,0,0,.08); backdrop-filter: blur(8px); }
.google-review-card__header { display: flex; gap: 12px; align-items: center; }
.review-avatar { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; overflow: hidden; background: rgba(255,255,255,.14); color: var(--white); text-decoration: none; font-weight: 800; }
.review-avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-author-meta { min-width: 0; display: grid; gap: 2px; }
.review-author-name { color: var(--white); text-decoration: none; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.review-author-name:hover { text-decoration: underline; }
.review-time { color: rgba(255,255,255,.62); font-size: .78rem; }
.review-rating-line { margin-top: 15px; }
.review-text { margin: 13px 0 20px; color: rgba(255,255,255,.88); font-size: .94rem; line-height: 1.65; }
.review-card-footer { margin-top: auto; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.review-source-link, .review-report-link { color: var(--white); font-size: .82rem; font-weight: 750; text-underline-offset: 3px; }
.review-report-link { color: rgba(255,255,255,.62); font-weight: 600; }
.review-empty { grid-column: 1 / -1; padding: 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; color: rgba(255,255,255,.8); background: rgba(255,255,255,.08); }
.review-footer-bar { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 26px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.review-disclosure { margin: 0; max-width: 760px; color: rgba(255,255,255,.62); font-size: .78rem; line-height: 1.5; }

.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 28px; }
.contact-card, .form-card { background: var(--white); border: 1px solid var(--line); border-radius: 26px; padding: 30px; box-shadow: 0 12px 34px rgba(0,52,73,.07); }
.contact-block { margin-bottom: 24px; }
.contact-block strong { display: block; color: var(--navy); margin-bottom: 3px; }
.contact-block a { text-decoration: none; }
.contact-block a:hover { color: var(--orange); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
label { color: var(--navy); font-weight: 760; font-size: .92rem; }
input, textarea, select { width: 100%; border: 1px solid rgba(0,52,73,.2); border-radius: 14px; background: #FCFEFE; padding: 13px 14px; color: var(--ink); }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(250,107,5,.18); border-color: var(--orange); }
textarea { min-height: 150px; resize: vertical; }
.form-note { color: var(--muted); font-size: .83rem; }

.site-footer { background: var(--navy-2); color: var(--white); padding: 54px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; }
.footer-brand-column { display: flex; flex-direction: column; align-items: center; text-align: center; }
.footer-logo { width: 270px; max-width: 100%; padding: 0; margin: 0 auto 14px; background: transparent; border-radius: 0; }
.footer-logo img { width: 100%; height: auto; max-height: 156px; object-fit: contain; display: block; filter: drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
.footer-address { margin: 0; }
.footer-nav { display: grid; gap: 9px; }
.footer-nav a { text-decoration: none; color: rgba(255,255,255,.82); }
.footer-nav a:hover { color: var(--white); }
.social { display: inline-flex; align-items: center; justify-content: center; }

.footer-bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.66); font-size: .88rem; }
.social { display: inline-flex; width: 42px; height: 42px; border-radius: 50%; align-items: center; justify-content: center; background: rgba(255,255,255,.1); text-decoration: none; font-weight: 900; }

.mobile-call { display: none; position: fixed; right: 18px; bottom: 18px; z-index: 70; width: 58px; height: 58px; border-radius: 50%; background: var(--orange); color: var(--white); place-items: center; text-decoration: none; box-shadow: 0 14px 28px rgba(250,107,5,.38); font-size: 1.4rem; }
.notice { padding: 14px 16px; border-radius: 14px; background: #fff4e8; color: #7d3b00; border: 1px solid #ffd5ad; }

/* Booking page */
.booking-hero { padding: 54px 0 34px; background: var(--sky); }
.booking-shell { padding: 44px 0 86px; }
.progress { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 28px; }
.progress__step { padding: 11px 8px; border-radius: 12px; text-align: center; background: #e9eff1; color: var(--muted); font-size: .82rem; font-weight: 800; }
.progress__step.is-active { background: var(--orange); color: var(--white); }
.booking-grid { display: grid; grid-template-columns: 1fr 340px; gap: 26px; align-items: start; }
.booking-card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: 0 12px 34px rgba(0,52,73,.07); }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.choice { border: 1px solid var(--line); background: var(--white); border-radius: 15px; padding: 16px; text-align: left; cursor: pointer; }
.choice.is-selected { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(250,107,5,.15); }
.choice strong { color: var(--navy); display: block; }
.booking-summary { position: sticky; top: calc(var(--sticky-header-offset) + 12px); }
.summary-line { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.booking-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; }
.hidden { display: none !important; }
.slot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.slot { border: 1px solid var(--line); background: var(--white); border-radius: 12px; padding: 11px; cursor: pointer; text-align: center; font-weight: 800; color: var(--navy); }
.slot.is-selected { background: var(--navy); color: var(--white); }

@media (max-width: 1040px) {
  :root { --sticky-header-offset: 140px; }
  .google-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .main-nav { position: fixed; inset: calc(var(--sticky-header-offset) + 13px) 16px auto; background: var(--cream); box-shadow: var(--shadow); border-radius: 20px; padding: 18px; display: none; flex-direction: column; align-items: stretch; border: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .menu-toggle { display: grid; place-items: center; }
  .header__inner { min-height: 92px; }
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-grid { grid-template-columns: 1fr; }
  .booking-summary { position: static; }
}

@media (max-width: 760px) {
  .review-heading-row, .review-footer-bar { align-items: flex-start; flex-direction: column; }
  .review-summary { justify-content: flex-start; }
  .google-review-grid { grid-template-columns: 1fr; }
  .google-review-card { min-height: 0; }
  .service-card__top { min-height: 0; }

  .topbar { display: none; }
  .brand { width: 165px; }
  .brand img { height: 72px; }
  .header-actions .btn { display: none; }
  .hero__grid { min-height: 0; grid-template-columns: 1fr; padding: 54px 0 80px; }
  .hero__visual { order: -1; transform: none; padding: 12px; border-radius: 28px; }
  .hero__copy { padding-top: 18px; }
  .section { padding: 66px 0; }
  .section-heading { display: block; }
  .service-grid, .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-call { display: grid; }
  .progress { grid-template-columns: repeat(5, minmax(42px,1fr)); overflow-x: auto; }
  .progress__step span { display: none; }
  .choice-grid { grid-template-columns: 1fr; }
  .slot-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 460px) {
  .header__inner { gap: 12px; }
  .brand { width: 142px; }
  .lang-switch button { padding-inline: 8px; }
  .hero__visual img { border-radius: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card__icon { width: 82px; height: 82px; flex-basis: 82px; }
  .review-wrap, .contact-card, .form-card, .booking-card { padding: 22px; }
  .slot-grid { grid-template-columns: repeat(2, 1fr); }
}


.visit-grid .visit-card { padding-top: 24px; }
.visit-card__icon { width: 108px; height: 108px; margin-bottom: 16px; }
.visit-card__icon img { width: 100%; height: 100%; object-fit: contain; display: block; filter: drop-shadow(0 10px 18px rgba(142,98,0,.18)); }
@media (max-width: 720px) {
  .visit-card__icon { width: 90px; height: 90px; }
}


/* Gutscheinseite */
.voucher-page { background: var(--cream); }
.voucher-hero {
  padding: 58px 0 34px;
  background:
    radial-gradient(900px 360px at 88% -20%, rgba(255,255,255,.74), rgba(255,255,255,0) 64%),
    linear-gradient(135deg, #eef9fb 0%, #d9eff2 48%, #c7e5ea 100%);
  border-bottom: 1px solid var(--line);
}
.voucher-hero__inner { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.voucher-hero .lead { margin-bottom: 0; max-width: 780px; }
.voucher-section { padding: 42px 0 72px; }
.voucher-frame-shell {
  overflow: hidden;
  border-radius: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 20px 54px rgba(0,52,73,.12);
}
.voucher-frame {
  display: block;
  width: 100%;
  min-height: 1120px;
  height: 78vh;
  border: 0;
  background: var(--white);
}
.voucher-fallback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  color: var(--muted);
}
.voucher-fallback p { margin: 0; }
@media (max-width: 760px) {
  .voucher-hero { padding: 42px 0 26px; }
  .voucher-hero__inner, .voucher-fallback { align-items: flex-start; flex-direction: column; }
  .voucher-section { padding: 26px 0 54px; }
  .voucher-frame-shell { border-radius: 20px; }
  .voucher-frame { min-height: 1050px; height: 82vh; }
}

/* Booking service categories – v3.3 */
#service-choices { display: block; }
.service-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.service-category-card { min-height: 126px; border: 1px solid var(--line); background: var(--white); border-radius: 16px; padding: 15px 14px; text-align: left; cursor: pointer; display: flex; align-items: center; gap: 12px; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.service-category-card:hover { border-color: rgba(250,107,5,.58); transform: translateY(-1px); }
.service-category-card.is-selected { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(250,107,5,.15); background: #fffdfb; }
.service-category-card__icon { flex: 0 0 58px; width: 58px; height: 58px; display: grid; place-items: center; }
.service-category-card__icon img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 9px rgba(142,98,0,.13)); }
.service-category-card__content { min-width: 0; display: block; }
.service-category-card__content strong { display: block; color: var(--navy); font-size: .98rem; line-height: 1.24; margin-bottom: 5px; }
.service-category-card__content small { display: block; color: var(--muted); font-size: .79rem; line-height: 1.35; font-weight: 500; }
.service-option-panel { margin-top: 16px; padding: 16px 18px; border: 1px solid rgba(0,52,73,.14); border-radius: 16px; background: #f7fbfc; }
.service-option-panel label { display: block; color: var(--navy); font-weight: 800; margin-bottom: 8px; }
.service-option-select { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 12px; padding: 0 42px 0 13px; background: var(--white); color: var(--navy); font: inherit; font-weight: 700; cursor: pointer; }
.service-option-select:focus { outline: 3px solid rgba(250,107,5,.14); border-color: var(--orange); }
.service-option-hint { margin-top: 7px; color: var(--muted); font-size: .82rem; }
.pair-service-person + .pair-service-person { margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.pair-service-person__title { margin: 0 0 4px; color: var(--navy); font-size: 1.05rem; }
@media (max-width: 1050px) { .service-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .service-category-grid { grid-template-columns: 1fr; } .service-category-card { min-height: 96px; } }


/* Öffentliche Terminverwaltung */
.manage-shell { padding: 54px 0 88px; }
.manage-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 26px; align-items: start; }
.manage-card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: 0 12px 34px rgba(0,52,73,.07); }
.manage-card h2 { font-size: 1.65rem; }
.manage-details { display: grid; gap: 0; margin: 18px 0; }
.manage-row { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.manage-row strong { text-align: right; color: var(--navy); }
.manage-services { margin: 14px 0 4px; padding: 14px; border-radius: 14px; background: #f6fbfc; }
.manage-service { padding: 7px 0; border-bottom: 1px solid var(--line); }
.manage-service:last-child { border-bottom: 0; }
.btn--danger { color: #fff; background: #a72f2f; }
.manage-message { margin: 18px 0; }
.manage-message.is-error { color: #8b1f1f; background: #fff1f1; border-color: #f1b6b6; }
.readonly-field { background: #f3f6f7; color: var(--muted); }
@media (max-width: 900px) { .manage-grid { grid-template-columns: 1fr; } }

/* Frontend 4.0.0: live service catalog */
.service-catalog-loading { grid-column: 1 / -1; min-height: 130px; display: grid; place-items: center; color: var(--muted); }
.service-card__details { margin-top: 16px; border-top: 1px solid var(--line); padding-top: 12px; }
.service-card__details summary { cursor: pointer; color: var(--navy); font-weight: 800; }
.service-card__details-list { display: grid; gap: 12px; margin-top: 12px; }
.service-card__details-item { color: var(--muted); font-size: .9rem; line-height: 1.55; }
.service-card__details-item strong { color: var(--navy); display: block; margin-bottom: 2px; }
.service-catalog-error { grid-column: 1 / -1; }

/* Booking navigation enhancements – v4.0.2 */
.progress__step { border: 0; font: inherit; cursor: pointer; appearance: none; }
.progress__step:hover:not(:disabled) { filter: brightness(.98); box-shadow: inset 0 0 0 1px rgba(0,52,73,.12); }
.progress__step:focus-visible { outline: 3px solid rgba(250,107,5,.28); outline-offset: 2px; }
.progress__step:disabled { cursor: default; }
.booking-summary__next { width: 100%; margin-top: 20px; }


body.promo-open { overflow: hidden; }
.promo-overlay { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: center; padding: 24px; }
.promo-overlay[hidden] { display: none !important; }
.promo-backdrop { position: absolute; inset: 0; background: rgba(0, 30, 44, 0.42); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.promo-modal { position: relative; width: min(980px, 100%); display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 0; background: var(--sky); border-radius: 30px; overflow: hidden; box-shadow: 0 30px 70px rgba(0, 52, 73, .28); border: 1px solid rgba(255,255,255,.5); transform: translateY(-40px) scale(.95); opacity: 0; transition: opacity .28s ease, transform .38s ease; }
.promo-overlay.is-visible .promo-modal { opacity: 1; transform: translateY(0) scale(1); }
.promo-modal__media { background: linear-gradient(135deg, #d5eef1 0%, #eaf6f8 100%); min-height: 100%; }
.promo-modal__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.promo-modal__content { padding: 38px 38px 34px; }
.promo-close { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; border-radius: 999px; border: 1px solid var(--line); background: rgba(213,238,241,.96); color: var(--navy); font-size: 1.8rem; line-height: 1; cursor: pointer; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 0; }
.promo-close span { display: block; line-height: 1; transform: translateY(-1px); }
.promo-badge { display: inline-flex; margin: 0 0 10px; padding: 8px 14px; border-radius: 999px; background: rgba(250,107,5,.12); color: var(--orange); font-weight: 800; letter-spacing: .04em; text-transform: uppercase; font-size: .82rem; }
.promo-period { margin: 0 0 10px; color: var(--navy); font-weight: 700; }
.promo-modal__content h2 { margin: 0 0 14px; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.02; }
.promo-lead { color: var(--muted); font-size: 1.05rem; line-height: 1.65; margin-bottom: 18px; }
.promo-list { margin: 0 0 18px; padding: 0; list-style: none; display: grid; gap: 12px; }
.promo-list li { position: relative; padding-left: 28px; color: var(--navy); }
.promo-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--orange); font-weight: 900; }
.promo-note { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.promo-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
@media (max-width: 900px) {
  .promo-modal { grid-template-columns: 1fr; max-height: min(92vh, 980px); overflow: auto; }
  .promo-modal__media { max-height: 280px; }
}
@media (max-width: 640px) {
  .promo-overlay { padding: 14px; }
  .promo-modal__content { padding: 24px 20px 22px; }
  .promo-actions { flex-direction: column; }
  .promo-actions .btn { width: 100%; justify-content: center; }
  .promo-close { top: 12px; right: 12px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; }
}

.promo-list { display: none; }


.promo-modal__content { display: flex; flex-direction: column; justify-content: center; }
.promo-logo-wrap { display: flex; justify-content: center; margin-bottom: 8px; }
.promo-logo { width: min(240px, 62%); height: auto; display: block; filter: none; }
.promo-heading { margin: 0 0 12px; text-align: center; font-size: clamp(2.2rem, 4vw, 4.25rem); line-height: 1.02; font-weight: 900; letter-spacing: .02em; color: #ffe38a; background: linear-gradient(180deg, #fff9d6 0%, #ffe38a 26%, #f7c95d 48%, #d89a2f 72%, #fff1b8 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 0 0 rgba(0,0,0,0), 0 1px 0 rgba(255,248,214,.98), 0 2px 0 rgba(242,202,93,.96), 0 3px 0 rgba(210,149,40,.9), 0 4px 0 rgba(176,117,20,.82), 0 0 10px rgba(255,221,120,.95), 0 0 18px rgba(255,214,96,.82), 0 0 34px rgba(255,198,64,.58), 0 10px 28px rgba(121,79,14,.30); filter: drop-shadow(0 0 12px rgba(255,218,108,.38)); }
.promo-badge { display:none !important; }
.promo-period { margin: 0 0 12px; color: var(--navy); font-weight: 800; text-align: center; }
.promo-lead { text-align: center; margin-bottom: 10px; }
.promo-note { text-align: center; }
.promo-actions--center { justify-content: center; }
.promo-actions--center .btn { min-width: 240px; justify-content: center; box-shadow: 0 10px 24px rgba(250,107,5,.25); }
@media (max-width: 640px) {
  .promo-logo { width: min(210px, 72%); }
  .promo-heading { font-size: clamp(1.7rem, 8vw, 2.6rem); }
  .promo-modal__content::before { top: 120px; left: 10%; right: 10%; height: 170px; }
}

.promo-modal__content { position: relative; overflow: hidden; }
.promo-modal__content::before { content: ''; position: absolute; left: 14%; right: 14%; top: 145px; height: 190px; background: radial-gradient(circle, rgba(255,227,138,.42) 0%, rgba(255,212,95,.22) 26%, rgba(255,197,79,.10) 48%, rgba(255,255,255,0) 72%); filter: blur(12px); pointer-events: none; }
.promo-logo-wrap, .promo-heading, .promo-period, .promo-lead, .promo-note, .promo-actions { position: relative; z-index: 1; }


.contact-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 1.5em; margin: 10px 0 0; font-size: .92rem; font-weight: 700; }
.form-status:empty { display: none; }
.form-status.is-pending { color: var(--muted); }
.form-status.is-success { color: #176b45; }
.form-status.is-error { color: #a52f2f; }
button[disabled] { opacity: .65; cursor: wait; }

input::placeholder, textarea::placeholder { color: rgba(88,113,123,.58); opacity: 1; }


/* Frontend 4.1.6 */
.services-section { background: var(--orange); }
.services-section .section-heading .eyebrow { color: #fff; }
.services-section .section-heading h2 { color: var(--navy); }
.services-section .price-guideline-note { color: rgba(0,52,73,.84); }

/* In German the slightly longer copy changes the visual centre. Align the main headline and image top. */
@media (min-width: 761px) {
  html[lang="de"] .hero__visual { transform: perspective(1200px) rotateY(-5deg) translateY(10px) translateZ(0); }
}

@media (max-width: 760px) {
  .header__inner { justify-content: space-between; }
  .header-actions { margin-left: auto; justify-content: flex-end; }
  .lang-switch { margin-left: auto; }
  .menu-toggle { margin-left: 0; }
  .main-nav { left: auto; right: 16px; width: min(320px, calc(100vw - 32px)); }
  .main-nav a { text-align: right; }
  .hero__visual img { object-position: right center; }
}


/* Frontend 4.1.9 – Datenschutz, Rechtstexte und Einwilligung */
.consent-check { display:flex; align-items:flex-start; gap:10px; line-height:1.5; font-size:.92rem; color:var(--muted); cursor:pointer; }
.consent-check input { width:18px; height:18px; margin-top:3px; flex:0 0 auto; accent-color:var(--orange); }
.health-consent { padding-top:4px; }
.health-consent .form-note a { color:var(--navy); text-underline-offset:3px; }
.voucher-external-card { display:flex; align-items:center; justify-content:space-between; gap:34px; padding:34px; border-radius:28px; background:var(--white); border:1px solid var(--line); box-shadow:0 20px 54px rgba(0,52,73,.12); }
.voucher-external-card h2 { margin:0 0 12px; font-size:clamp(1.8rem,4vw,2.7rem); }
.voucher-external-card .lead { margin:0; max-width:760px; }
.voucher-section--visual { padding:54px 0 76px; }
.voucher-external-card--visual { flex-direction:column; align-items:center; justify-content:center; gap:24px; padding:clamp(18px,3vw,34px); }
.voucher-preview { width:100%; margin:0; display:flex; align-items:center; justify-content:center; background:#f5f4f0; border:1px solid rgba(0,52,73,.08); border-radius:22px; overflow:hidden; aspect-ratio:1895 / 914; }
.voucher-preview img { width:100%; height:100%; display:block; object-fit:contain; object-position:center; }
.voucher-external-card__button { margin:0 auto; }
.legal-hero { padding:54px 0 34px; background:linear-gradient(135deg,#eef9fb 0%,#d9eff2 48%,#c7e5ea 100%); border-bottom:1px solid var(--line); }
.legal-section { padding:42px 0 76px; }
.legal-card { background:var(--white); border:1px solid var(--line); border-top:5px solid var(--orange); border-radius:24px; padding:clamp(24px,4vw,42px); box-shadow:0 18px 48px rgba(0,52,73,.10); }
.legal-card h2 { margin:32px 0 10px; font-size:1.35rem; }
.legal-card h2:first-child { margin-top:0; }
.legal-card h3 { margin:22px 0 8px; font-size:1.08rem; }
.legal-card p, .legal-card li { color:#365b66; }
.legal-card p { margin:0 0 12px; }
.legal-card ul { margin:8px 0 16px; padding-left:22px; }
.legal-card a { color:var(--navy); text-underline-offset:3px; }
.legal-lang { display:none; }
html[lang="de"] .legal-lang--de, html[lang="en"] .legal-lang--en { display:block; }
.legal-meta { margin-top:24px; color:var(--muted); font-size:.88rem; }
@media (max-width:760px) { .voucher-external-card { flex-direction:column; align-items:flex-start; padding:24px; border-radius:20px; } .voucher-external-card .btn { width:100%; justify-content:center; } .voucher-section--visual { padding:26px 0 54px; } .voucher-external-card--visual { align-items:center; gap:18px; padding:16px; } .voucher-external-card--visual .btn { width:auto; max-width:100%; } .voucher-preview { border-radius:16px; } .legal-hero { padding:42px 0 26px; } .legal-section { padding:26px 0 54px; } .legal-card { border-radius:18px; } }
