/* Geroldinger Terminbuchung – zusätzliche CTA-Bausteine */
.ger-booking-card {
  background: #ffffff;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 1rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  padding: 1.25rem;
}
.ger-booking-card--soft {
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 55%, #f8fafc 100%);
  border-color: rgba(245, 158, 11, 0.28);
}
.ger-booking-eyebrow {
  display: inline-block;
  margin-bottom: .55rem;
  color: #92400e;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ger-booking-title {
  margin: 0 0 .35rem;
  color: #0f172a;
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.25;
}
.ger-booking-text {
  margin: 0 0 1rem;
  color: #475569;
  font-size: .95rem;
  line-height: 1.65;
}
.ger-booking-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
}
.ger-booking-link,
.ger-booking-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .75rem;
  background: #0f172a;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: .85rem 1.15rem;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 0 10px 25px rgba(15, 23, 42, .12);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.ger-booking-link:hover {
  background: #1e293b;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, .16);
}
.ger-booking-link--amber,
.ger-booking-link--amber:visited {
  background: #fbbf24;
  color: #0f172a !important;
}
.ger-booking-link--amber:hover { background: #f59e0b; }
.ger-booking-hint {
  margin: .85rem 0 0;
  color: #64748b;
  font-size: .78rem;
  line-height: 1.5;
}
.ger-booking-inline-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .75rem;
  border: 1px solid rgba(15, 23, 42, .18);
  background: #ffffff;
  color: #0f172a !important;
  padding: .85rem 1.15rem;
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
}
.ger-booking-inline-hero:hover { background: #f8fafc; }
.ger-booking-spacer { margin-top: 1.25rem; }
.ger-booking-section {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem 2rem;
}
@media (min-width: 640px) {
  .ger-booking-section { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 1024px) {
  .ger-booking-section { padding-left: 2rem; padding-right: 2rem; }
}
