/* Booking form: name pill and scrolling marquee above/below price */

.CmsForm_bookingMarqueeWrap__SjY1D {
  overflow: hidden;
  min-width: 0;
  mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
}

.CmsForm_bookingMarqueeTrack__b4v7b {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  animation: CmsForm_bookingMarqueeScroll__wa3qC linear infinite;
  animation-duration: var(--booking-marquee-sec, 55s);
}

/* Two identical segments → translate -50% = seamless infinite loop */
.CmsForm_bookingMarqueeDup__Z9Nhr {
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 3rem;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

@keyframes CmsForm_bookingMarqueeScroll__wa3qC {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .CmsForm_bookingMarqueeTrack__b4v7b {
    animation: none;
    transform: none;
  }
}

/* Full-width summary under name: Model | Stadt | Datum | Zeit | Status — edge to edge */
.CmsForm_bookingSummaryStrip__yjjBn {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: stretch;
  flex-shrink: 0;
  padding: 0.45rem 0 0.55rem;
  margin: 0;
  box-sizing: border-box;
}

.CmsForm_bookingSummaryStripCell__HvMBj {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 0.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.CmsForm_bookingSummaryStripCell__HvMBj:first-child {
  padding-left: 0;
}

.CmsForm_bookingSummaryStripCell__HvMBj:last-child {
  border-right: none;
  padding-right: 0;
}

.CmsForm_bookingSummaryStripLabel__0qxHt {
  font-size: 0.55rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.15rem;
  line-height: 1.15;
}

.CmsForm_bookingSummaryStripValue__Mup8y {
  font-size: clamp(0.5625rem, 1.45vw, 0.8125rem);
  line-height: 1.28;
  color: rgba(255, 255, 255, 0.88);
  word-break: break-word;
  hyphens: auto;
}

/* Booking form: model images card — reveal row, loop, right to left */
.CmsForm_bookingFormModelImagesCard__WN3p6 {
  border-radius: 16px;
  background: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  flex-shrink: 0;
}

.CmsForm_bookingFormModelImagesWrap__DnNfI {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.CmsForm_bookingFormModelImagesTrack__70uj6 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 10px 0;
  will-change: transform;
  animation: CmsForm_bookingFormModelImagesScroll__R6sjD 40s linear infinite;
}

.CmsForm_bookingFormModelImage__DPGml {
  width: auto;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
  display: block;
}

@keyframes CmsForm_bookingFormModelImagesScroll__R6sjD {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .CmsForm_bookingFormModelImagesTrack__70uj6 {
    animation: none;
  }
}

/* —— Model application (editorial) —— */
.CmsForm_appEditorialForm__lx6bm {
  position: relative;
}

.CmsForm_appStepRail__QR6qp {
  margin: 0 0 2rem;
  padding: 1.25rem 1rem 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(250, 248, 245, 0.98) 100%);
  border: 1px solid rgba(28, 25, 22, 0.08);
  border-radius: 18px;
}

.CmsForm_appStepList__A94C8 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 0.75rem;
}

.CmsForm_appStepItem__KI1Ew {
  flex: 1 1 5.5rem;
  min-width: 4.75rem;
  max-width: 8.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

.CmsForm_appStepCircle__PFyaT {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(28, 25, 22, 0.85);
  background: #fff;
  border: 1px solid rgba(28, 25, 22, 0.14);
  box-shadow: 0 1px 2px rgba(28, 25, 22, 0.06);
}

.CmsForm_appStepLabel__7nh0S {
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(28, 25, 22, 0.42);
  hyphens: auto;
}

.CmsForm_appSection__YR84r {
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(28, 25, 22, 0.08);
  border-radius: 22px;
  padding: 1.75rem 1.5rem 1.875rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 12px 40px rgba(28, 25, 22, 0.04);
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .CmsForm_appSection__YR84r {
    padding: 1.875rem 2rem 2rem;
    margin-bottom: 1.75rem;
  }
}

.CmsForm_appSectionTitle__Wrjfb {
  margin: 0 0 1.35rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(28, 25, 22, 0.48);
}

.CmsForm_appSectionGrid__MAPVn {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.25rem 1.5rem;
  align-items: start;
  min-width: 0;
  width: 100%;
}

.CmsForm_appSpanFull__38yz6 {
  grid-column: 1 / -1;
}

.CmsForm_appFieldWrap__EN4mP {
  margin: 0;
}

.CmsForm_appFieldLabel__ScwgD {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(28, 25, 22, 0.72);
  margin-bottom: 0.5rem;
}

.CmsForm_appRequiredMark__Lfkjz {
  color: #b4534a;
  margin-left: 0.2em;
  font-weight: 600;
}

.CmsForm_appFieldInput__t4Ca_ {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 3.25rem;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.35;
  color: #1c1916;
  background: rgba(252, 251, 249, 0.95);
  border: 1px solid rgba(28, 25, 22, 0.12);
  border-radius: 14px;
  box-sizing: border-box;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.CmsForm_appFieldInput__t4Ca_::placeholder {
  color: rgba(28, 25, 22, 0.35);
}

.CmsForm_appFieldInput__t4Ca_:hover {
  border-color: rgba(28, 25, 22, 0.18);
  background: #fff;
}

.CmsForm_appFieldInput__t4Ca_:focus {
  outline: none;
  border-color: rgba(120, 98, 72, 0.45);
  box-shadow: 0 0 0 3px rgba(120, 98, 72, 0.12);
  background: #fff;
}

.CmsForm_appFieldInputInvalid__8Za0B {
  border-color: rgba(180, 83, 74, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(180, 83, 74, 0.1) !important;
}

.CmsForm_appTextarea__udKUV {
  min-height: 7.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  resize: vertical;
}

.CmsForm_appTextareaAuto__kj8A9 {
  min-height: 5rem;
}

.CmsForm_appSelectWrap__NsYzj {
  position: relative;
}

.CmsForm_appSelectWrap__NsYzj::after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgba(28, 25, 22, 0.35);
  pointer-events: none;
}

.CmsForm_appSelect__OG3kI {
  appearance: none;
  padding-right: 2.5rem;
  cursor: pointer;
}

.CmsForm_appFieldHelp__de1Kb {
  margin: 0.45rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(28, 25, 22, 0.45);
}

.CmsForm_appFieldError__UfEiG {
  margin: 0.45rem 0 0;
  font-size: 0.8125rem;
  color: #b4534a;
}

.CmsForm_appDateShell__hyHwk {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(28, 25, 22, 0.12);
  background: rgba(252, 251, 249, 0.95);
  box-sizing: border-box;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.CmsForm_appDateShell__hyHwk:hover {
  border-color: rgba(28, 25, 22, 0.18);
  background: #fff;
}

.CmsForm_appDateShell__hyHwk:focus-within {
  border-color: rgba(120, 98, 72, 0.45);
  box-shadow: 0 0 0 3px rgba(120, 98, 72, 0.12);
  background: #fff;
}

.CmsForm_appDateShellInvalid__wGp93 {
  border-color: rgba(180, 83, 74, 0.55);
  box-shadow: 0 0 0 3px rgba(180, 83, 74, 0.1);
}

.CmsForm_appDateIcon___SXC3 {
  pointer-events: none;
  position: absolute;
  left: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(28, 25, 22, 0.35);
}

.CmsForm_appDateInput__UlpM_ {
  flex: 1;
  width: 100%;
  max-width: 100%;
  min-height: 3.25rem;
  padding: 0 1rem 0 2.75rem;
  border: 0;
  background: transparent;
  font-size: 1rem;
  color: #1c1916;
  border-radius: 14px;
  box-sizing: border-box;
}

.CmsForm_appDateInput__UlpM_:focus {
  outline: none;
}

.CmsForm_appFieldset__bIlro {
  border: none;
  margin: 0;
  padding: 0;
}

.CmsForm_appCheckboxLegend__Q7gx1 {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(28, 25, 22, 0.72);
  margin-bottom: 0.65rem;
}

.CmsForm_appCheckboxRow__GevwJ {
  gap: 0.5rem;
}

.CmsForm_appCheckboxInput__IV6Yi {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: #3d3834;
  margin: 0;
  flex-shrink: 0;
}

.CmsForm_appCheckboxLabel__g2EsU {
  font-size: 0.9rem;
  color: rgba(28, 25, 22, 0.78);
}

.CmsForm_appDropzone__0_Y6F {
  position: relative;
  border: 1.5px dashed rgba(28, 25, 22, 0.16);
  border-radius: 18px;
  padding: 2rem 1.25rem 1.75rem;
  text-align: center;
  background: rgba(252, 251, 249, 0.6);
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.CmsForm_appDropzoneActive__F_z_S {
  border-color: rgba(120, 98, 72, 0.5);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: inset 0 0 0 1px rgba(120, 98, 72, 0.08);
}

.CmsForm_appDropzoneError___lgJp {
  border-color: rgba(180, 83, 74, 0.45);
}

.CmsForm_appDropzoneInput__Ncuff {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

.CmsForm_appDropzoneIcon__C0SYt {
  margin: 0 auto 0.75rem;
  color: rgba(28, 25, 22, 0.28);
}

.CmsForm_appDropzoneTitle__jgzcg {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(28, 25, 22, 0.78);
}

.CmsForm_appDropzoneHint__xPAev {
  margin: 0 0 1.1rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(28, 25, 22, 0.45);
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.CmsForm_appDropzoneBtn__70j_j {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1c1916;
  background: #fff;
  border: 1px solid rgba(28, 25, 22, 0.14);
  border-radius: 12px;
  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease;
}

.CmsForm_appDropzoneBtn__70j_j:hover:not(:disabled) {
  background: rgba(28, 25, 22, 0.04);
  border-color: rgba(28, 25, 22, 0.22);
}

.CmsForm_appDropzoneBtn__70j_j:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.CmsForm_appPreviewGrid__8timV {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5.25rem, 1fr));
  gap: 0.65rem;
}

.CmsForm_appPreviewItem__NKBAP {
  position: relative;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid rgba(28, 25, 22, 0.1);
  background: rgba(28, 25, 22, 0.04);
}

.CmsForm_appPreviewThumb__e262A {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.CmsForm_appPreviewRemove__p4RAD {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 1.65rem;
  height: 1.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  background: rgba(28, 25, 22, 0.72);
  cursor: pointer;
  transition: background 0.15s ease;
}

.CmsForm_appPreviewRemove__p4RAD:hover {
  background: rgba(120, 40, 40, 0.9);
}

.CmsForm_appSubmitZone__N9l05 {
  margin-top: 0.25rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(28, 25, 22, 0.08);
}

.CmsForm_appSubmitBtn__7WfAj {
  width: 100%;
  max-width: 100%;
  min-height: 3.5rem;
  padding: 0 1.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #faf8f5;
  background: linear-gradient(180deg, #242220 0%, #141210 100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(20, 18, 16, 0.22);
  box-sizing: border-box;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    opacity 0.15s ease;
}

.CmsForm_appSubmitBtn__7WfAj:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(20, 18, 16, 0.28);
}

.CmsForm_appSubmitBtn__7WfAj:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(120, 98, 72, 0.35), 0 10px 28px rgba(20, 18, 16, 0.22);
}

.CmsForm_appSubmitBtn__7WfAj:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.CmsForm_appSubmitHint__ShXFW {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(28, 25, 22, 0.42);
}

/* Booking premium (model page): CTA column under price overview — hierarchy Buchen > reservieren */
.CmsForm_bookingPremiumActionsColumn__IzvIm {
  margin-top: 1rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}

.CmsForm_bookingPremiumCtaGrid__bDlYp {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 0.85rem;
  align-items: center;
  width: 100%;
}

.CmsForm_bookingPremiumPriceSlot__MxwuU {
  grid-column: 1 / -1;
  margin-bottom: 0.15rem;
}

.CmsForm_bookingPremiumBookBtn__hgyEd {
  width: 100%;
  min-height: 3.05rem;
  border-radius: 14px;
  padding: 0.7rem 1rem;
  font-size: 0.8125rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  border: 1px solid rgba(184, 134, 11, 0.45);
  background: linear-gradient(180deg, #c9a06c 0%, #a67c52 42%, #8b6914 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 10px 32px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, border-color 0.2s ease;
}

.CmsForm_bookingPremiumBookBtn__hgyEd:hover:not(:disabled) {
  transform: translateY(-2px);
  filter: brightness(1.05);
  border-color: rgba(251, 191, 36, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28) inset,
    0 14px 40px rgba(0, 0, 0, 0.48),
    0 0 28px -8px rgba(251, 191, 36, 0.18);
}

.CmsForm_bookingPremiumBookBtn__hgyEd:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.4), 0 10px 32px rgba(0, 0, 0, 0.42);
}

.CmsForm_bookingPremiumBookBtn__hgyEd:active:not(:disabled) {
  transform: translateY(0);
  filter: brightness(0.98);
}

.CmsForm_bookingPremiumBookBtn__hgyEd:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.CmsForm_bookingPremiumReserveBtn__1n49K {
  width: 100%;
  min-height: 3.05rem;
  border-radius: 14px;
  padding: 0.65rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.94);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.CmsForm_bookingPremiumReserveBtn__1n49K:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px -10px rgba(0, 0, 0, 0.4);
}

.CmsForm_bookingPremiumReserveBtn__1n49K:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.CmsForm_bookingPremiumReserveBtn__1n49K:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.CmsForm_bookingPremiumReserveInfoBtn__VUj_G {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.CmsForm_bookingPremiumReserveInfoBtn__VUj_G:hover {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
}

.CmsForm_bookingPremiumReserveInfoBtn__VUj_G:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

@media (max-width: 480px) {
  .CmsForm_appSection__YR84r {
    border-radius: 18px;
    padding: 1.125rem 0.875rem 1.25rem;
    margin-bottom: 1rem;
  }

  .CmsForm_appSectionGrid__MAPVn {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.95rem;
  }

  .CmsForm_appFieldInput__t4Ca_,
  .CmsForm_appDateInput__UlpM_ {
    min-height: 3.1rem;
  }

  .CmsForm_appDateIcon___SXC3 {
    left: 0.75rem;
  }

  .CmsForm_appDateInput__UlpM_ {
    padding-left: 2.5rem;
    padding-right: 0.85rem;
  }

  .CmsForm_appDropzone__0_Y6F {
    padding: 1.4rem 0.95rem 1.2rem;
  }

  .CmsForm_appSubmitZone__N9l05 {
    padding-top: 1.35rem;
  }
}

