/* Targeted responsive safeguard: long German compounds never create side-scrolling. */
.hero h1 { overflow-wrap: anywhere; }
.field { min-width: 0; }
.feature-icon {
  display: inline-block;
  width: auto;
  padding: 5px 8px;
  border: 1px solid rgba(212, 175, 55, 0.55);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}
.pricing-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 16px;
}
.pricing-tier {
  padding: 10px;
  border: 1px solid #dbe3ec;
  border-radius: 8px;
  background: #f8fafc;
  color: #64748b;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.pricing-tier strong,
.pricing-tier span {
  display: block;
}
.pricing-tier strong {
  color: #334155;
  font-size: 11px;
}
.pricing-tier span {
  margin-top: 3px;
  font-size: 9px;
  line-height: 1.35;
}
.pricing-tier.active {
  border-color: #d4af37;
  background: #fff9e6;
}
.pricing-tier.active strong {
  color: #0f172a;
}
.tier-benefit strong {
  color: #f2d469;
}
.experience {
  background: #ffffff;
}
.experience-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 9vw;
  align-items: center;
}
.experience h2,
.faq h2 {
  margin: 0 0 18px;
  color: #0f172a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 51px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.experience-intro,
.faq-heading > p:last-child {
  color: #64748b;
}
.experience-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  padding: 21px 0;
  border-top: 1px solid #dbe3ec;
}
.experience-item:first-of-type {
  margin-top: 28px;
}
.experience-item > span {
  color: #9a7615;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.experience-item h3 {
  margin: 0 0 6px;
  color: #0f172a;
  font-size: 17px;
}
.experience-item p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
}
.handover-cockpit {
  padding: 30px;
  border-radius: 18px;
  background: #0f172a;
  color: #e2e8f0;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}
.cockpit-head,
.cockpit-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.cockpit-head span {
  color: #f2d469;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}
.cockpit-head small {
  color: #94a3b8;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.cockpit-progress {
  height: 5px;
  margin: 23px 0 11px;
  overflow: hidden;
  border-radius: 5px;
  background: #2b3850;
}
.cockpit-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #d4af37;
}
.cockpit-status {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}
.cockpit-row {
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 12px;
}
.cockpit-row strong {
  color: #e7cc73;
  font-size: 10px;
}
.cockpit-row.complete strong {
  color: #6ee7a1;
}
.cockpit-note {
  margin: 20px 0 0;
  color: #aebccc;
  font-size: 10px;
  line-height: 1.55;
}
.faq {
  background: #edf2f7;
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
  align-items: start;
}
.faq-heading {
  position: sticky;
  top: 30px;
}
.faq-list details {
  border-bottom: 1px solid #cbd5e1;
}
.faq-list details:first-child {
  border-top: 1px solid #cbd5e1;
}
.faq-list summary {
  position: relative;
  padding: 20px 40px 20px 0;
  color: #0f172a;
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 17px;
  right: 2px;
  color: #a37d12;
  font-size: 23px;
  font-weight: 400;
}
.faq-list details[open] summary::after {
  content: "×";
}
.faq-list details p {
  max-width: 690px;
  margin: 0;
  padding: 0 44px 21px 0;
  color: #64748b;
  font-size: 13px;
}

.field-note {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 10px;
  line-height: 1.5;
}
.service-addons .addon span {
  display: grid;
  gap: 2px;
}
.service-addons .addon small {
  color: #64748b;
  font-size: 9px;
  font-weight: 500;
}
.pricing-section {
  background: #f8fafc;
}
.price-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
}
.price-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #dbe3ec;
  border-radius: 14px;
  background: white;
}
.price-card.featured {
  border-color: #d4af37;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
}
.price-card > span {
  color: #9a7615;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.price-card h3 {
  margin: 14px 0 8px;
  color: #0f172a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
}
.price-card strong {
  margin-bottom: 18px;
  color: #0f172a;
  font-size: 22px;
}
.price-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
}
.scope-note {
  display: grid;
  grid-template-columns: .4fr 1.6fr;
  gap: 30px;
  margin-top: 18px;
  padding: 24px 28px;
  border-radius: 12px;
  background: #0f172a;
  color: #cbd5e1;
}
.scope-note strong { color: #f2d469; }
.scope-note p { margin: 0; font-size: 12px; }
.regions {
  background: #ffffff;
}
.region-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 38px;
  background: #dbe3ec;
  border: 1px solid #dbe3ec;
}
.region-grid article {
  padding: 30px;
  background: #ffffff;
}
.region-grid span {
  color: #9a7615;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}
.region-grid h3 {
  margin: 12px 0 9px;
  color: #0f172a;
  font-size: 19px;
}
.region-grid p, .region-answer {
  color: #64748b;
  font-size: 13px;
}
.region-answer {
  margin: 24px 0 0;
  padding: 18px 22px;
  border-left: 3px solid #d4af37;
  background: #f8fafc;
}
.region-answer strong { color: #0f172a; }
.booking-section {
  background: #0f172a;
  color: #cbd5e1;
}
.booking-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 8vw;
  align-items: start;
}
.booking-section h2 {
  margin: 0 0 18px;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
}
.booking-options {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
}
.booking-options article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 4px 18px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.booking-options article span {
  grid-row: 1 / 3;
  color: #f2d469;
  font-size: 11px;
  font-weight: 800;
}
.booking-options h3 { margin: 0; color: white; font-size: 16px; }
.booking-options p { margin: 4px 0 0; color: #94a3b8; font-size: 12px; }
.booking-options .button { margin: 20px; width: calc(100% - 40px); }
.booking-options > small { display: block; padding: 0 24px 24px; color: #94a3b8; font-size: 10px; line-height: 1.55; }
.legal-bar { gap: 24px; }
.legal-bar nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.legal-bar nav a { color: #94a3b8; font-size: 10px; text-decoration: none; }
.legal-bar nav a:hover { color: #f2d469; }

.button-whatsapp-outline {
  margin-top: 10px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.06);
  color: #ffffff;
  cursor: pointer;
}
.button-whatsapp-outline:hover {
  border-color: #45d483;
  background: rgba(69,212,131,.1);
}
.whatsapp-fab {
  border: 1px solid rgba(255,255,255,.3);
  cursor: pointer;
  font-family: inherit;
}
.whatsapp-symbol {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
}
.whatsapp-dialog {
  width: min(720px, calc(100% - 32px));
  max-width: 720px;
  border-radius: 18px;
  background: transparent;
  overflow: visible;
}
.whatsapp-panel {
  position: relative;
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  padding: 38px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(15,23,42,.28);
}
.whatsapp-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f1f5f9;
  color: #0f172a;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}
.whatsapp-kicker {
  margin: 0 0 10px;
  color: #15803d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.whatsapp-panel h2 {
  max-width: 570px;
  margin: 0;
  color: #0f172a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 5vw, 43px);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.whatsapp-intro {
  max-width: 610px;
  margin: 14px 0 22px;
  color: #64748b;
  font-size: 14px;
}
.whatsapp-topics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin-bottom: 22px;
}
.whatsapp-topics button {
  padding: 14px 15px;
  border: 1px solid #dbe3ec;
  border-radius: 9px;
  background: #ffffff;
  color: #0f172a;
  cursor: pointer;
  font: inherit;
  text-align: left;
}
.whatsapp-topics button:hover,
.whatsapp-topics button.selected {
  border-color: #45b979;
  background: #f1fbf5;
}
.whatsapp-topics button.selected {
  box-shadow: inset 3px 0 0 #1fba62;
}
.whatsapp-topics strong,
.whatsapp-topics span {
  display: block;
}
.whatsapp-topics strong { font-size: 13px; }
.whatsapp-topics span {
  margin-top: 3px;
  color: #64748b;
  font-size: 11px;
}
.whatsapp-message-label {
  display: block;
  margin-bottom: 7px;
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
}
#whatsapp-message {
  width: 100%;
  min-height: 148px;
  resize: vertical;
  padding: 14px;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  background: #f8fafc;
  color: #334155;
  font: inherit;
  font-size: 13px;
  line-height: 1.5;
}
#whatsapp-message:focus {
  border-color: #15803d;
  outline: 3px solid rgba(21,128,61,.14);
}
.whatsapp-privacy {
  margin: 11px 0 17px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.5;
}
.whatsapp-privacy strong { color: #334155; }
.button-whatsapp {
  background: #1fba62;
  color: #ffffff;
}
.button-whatsapp:hover { background: #159751; }
.whatsapp-hours {
  display: block;
  margin-top: 10px;
  color: #64748b;
  font-size: 10px;
  text-align: center;
}

@media (max-width: 480px) {
  .header-call:after {
    content: "Termin buchen";
  }
  .hero h1 {
    font-size: 35px;
    overflow-wrap: normal;
    hyphens: none;
  }
  .pricing-tiers {
    grid-template-columns: 1fr;
  }
  .experience-item {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .whatsapp-panel { padding: 30px 18px 20px; }
  .whatsapp-topics { grid-template-columns: 1fr; }
  .whatsapp-fab { padding: 0 11px; }
}

@media (max-width: 800px) {
  .experience-grid,
  .faq-layout,
  .booking-grid {
    grid-template-columns: 1fr;
  }
  .price-card-grid,
  .region-grid {
    grid-template-columns: 1fr;
  }
  .price-card { min-height: 0; }
  .scope-note { grid-template-columns: 1fr; gap: 8px; }
  .faq-heading {
    position: static;
  }
  .legal-bar nav { justify-content: flex-start; }
}
