/* Mahfel public reservation page */
.mh-rez {
  --rez-dark: #064E3B;
  --rez-accent: #5C9F16;
  --rez-light: #EAF4D8;
  --rez-cream: #FAF7EF;
  --rez-gold: #D8B36A;
  --rez-ink: #153B2E;
  --rez-muted: #5D6B63;
  --rez-radius: 16px;
  --rez-radius-lg: 20px;
  color: var(--rez-ink);
  /* Üst banda beyaz yok — site geneli hero kremi ile aynı başlangıç */
  background: linear-gradient(180deg, var(--mh-hero-bg, #fcf9f5) 0%, var(--rez-cream) 42%, #fff 100%);
}

.mh-rez .mh-leaf { color: var(--rez-accent); font-size: .72em; vertical-align: middle; }

/* Hero — hakkımızda ile aynı krem band + yumuşak sol fade */
.mh-rez-hero {
  --rez-hero-bg: var(--mh-hero-bg, #fcf9f5);
  --rez-hero-ink: #2D5A27;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fcf9f5;
  background: var(--mh-hero-bg, #fcf9f5);
}
.mh-rez-hero__panel {
  max-width: var(--mh-content-max);
  margin: 0 auto;
  padding: 0 1.25rem;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.2fr);
  align-items: stretch;
  background: transparent;
  overflow: visible;
}
.mh-rez-hero__copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  min-height: 100%;
  padding: 1.15rem 1rem 1.15rem 0;
  box-sizing: border-box;
  /* Krem tüm yükseklik — şeffaf fade yok */
  background: #fcf9f5;
  background: var(--rez-hero-bg);
}
.mh-rez-hero__copy h1 {
  font-family: var(--mh-display);
  font-size: clamp(1.7rem, 2.6vw, 2.25rem);
  line-height: 1.1;
  margin: 0 0 .5rem;
  color: var(--rez-hero-ink);
  font-weight: 700;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: .35rem;
}
.mh-rez-hero__leaf {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  transform: translateY(-0.08em);
}
.mh-rez-hero__leaf svg {
  width: 1.05em;
  height: auto;
  display: block;
}
.mh-rez-hero__copy > p {
  font-size: .88rem;
  color: #4a5560;
  max-width: 42ch;
  margin: 0 0 .85rem;
  line-height: 1.45;
  font-weight: 400;
}
.mh-rez-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: .85rem;
}
.mh-rez-hero__actions .mh-btn--hero-primary {
  background: var(--rez-hero-ink);
  color: #fff;
  border: 1px solid var(--rez-hero-ink);
  border-radius: 999px;
  min-height: 38px;
  padding: .45rem 1.1rem;
  font-size: .9rem;
  font-weight: 600;
}
.mh-rez-hero__actions .mh-btn--hero-primary:hover {
  background: #234720;
  border-color: #234720;
  color: #fff;
}
.mh-rez-hero__actions .mh-btn--hero-secondary {
  background: #fff;
  color: var(--rez-hero-ink);
  border: 1.5px solid var(--rez-hero-ink);
  border-radius: 999px;
  min-height: 38px;
  padding: .45rem 1rem;
  font-size: .9rem;
  font-weight: 600;
}
.mh-rez-hero__actions .mh-btn--hero-secondary:hover {
  background: #eef4ef;
  color: var(--rez-hero-ink);
}
.mh-rez-hero__actions .mh-btn--hero-secondary .fa-leaf {
  color: #3d7a4a;
  margin-left: .15rem;
}
.mh-rez-hero__perks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .4rem .65rem;
}
.mh-rez-hero__perk {
  display: flex;
  align-items: center;
  gap: .45rem;
  min-width: 0;
}
.mh-rez-hero__perk-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e4efdf;
  color: var(--rez-hero-ink);
  display: grid;
  place-items: center;
  font-size: .75rem;
}
.mh-rez-hero__perk-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.mh-rez-hero__perk-text strong {
  font-size: .78rem;
  color: var(--rez-hero-ink);
  font-weight: 700;
  line-height: 1.15;
}
.mh-rez-hero__perk-text small {
  font-size: .68rem;
  color: #6b7680;
  line-height: 1.2;
}
.mh-rez-hero__media {
  position: relative;
  z-index: 1;
  margin-left: -8%;
  overflow: hidden;
  background: transparent;
  min-height: 0;
  aspect-ratio: 635 / 299;
  height: auto;
  border-radius: 0 0 4.5rem 0;
}
.mh-rez-hero__media::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /* Geniş + opak fade — keskin kenarı gizler */
  width: clamp(120px, 52%, 320px);
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--rez-hero-bg) 0%,
    var(--rez-hero-bg) 28%,
    rgba(252, 249, 245, 0.92) 48%,
    rgba(252, 249, 245, 0.55) 68%,
    rgba(252, 249, 245, 0.2) 84%,
    rgba(252, 249, 245, 0) 100%
  );
}
.mh-rez-hero__media::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: clamp(80px, 28%, 180px);
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--rez-hero-bg) 0%,
    rgba(252, 249, 245, 0.75) 55%,
    rgba(252, 249, 245, 0) 100%
  );
}
.mh-rez-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-width: none;
  object-fit: cover;
  object-position: 58% 38%;
  display: block;
}

/* Section heads */
.mh-rez-section-head {
  max-width: var(--mh-content-max);
  margin: 0 auto 1.5rem;
  padding: 0 1.25rem;
  text-align: center;
}
.mh-rez-section-head h2 {
  font-family: var(--mh-display);
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  color: var(--rez-dark);
  margin: 0 0 .4rem;
}
.mh-rez-section-head p {
  margin: 0;
  color: var(--rez-muted);
}
.mh-rez-section-head--start {
  text-align: left;
  margin-bottom: 1.15rem;
  padding: 0;
}
.mh-rez-section-head--start h2 {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0;
  color: #1B3A2A;
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
}

/* Service cards — birebir ref */
.mh-rez-types {
  padding: 1.75rem 0 1.25rem;
  background: #fff;
}
.mh-rez-types__inner {
  max-width: var(--mh-content-max);
  margin: 0 auto;
  padding: 0 1.25rem;
}
.mh-rez-types__leaf {
  display: inline-flex;
  line-height: 0;
  flex-shrink: 0;
}
.mh-rez-types__leaf svg {
  width: .95em;
  height: auto;
  display: block;
}
.mh-rez-types__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.05rem;
}
.mh-rez-type-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(27, 58, 42, .06);
  box-shadow: 0 8px 22px rgba(27, 58, 42, .08);
  overflow: visible;
  cursor: pointer;
  text-align: left;
  padding: 0;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
  font: inherit;
  isolation: isolate;
}
.mh-rez-type-card:hover,
.mh-rez-type-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(27, 58, 42, .12);
  border-color: rgba(92, 159, 22, .35);
  outline: none;
}
.mh-rez-type-card.is-selected {
  border-color: var(--rez-accent);
  box-shadow: 0 0 0 2px rgba(92, 159, 22, .18), 0 14px 30px rgba(27, 58, 42, .12);
}
.mh-rez-type-card__check {
  position: absolute;
  top: .65rem;
  right: .65rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--rez-accent);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3;
  font-size: .75rem;
}
.mh-rez-type-card.is-selected .mh-rez-type-card__check { display: inline-flex; }
.mh-rez-type-card__media {
  position: relative;
  height: 132px;
  background: #eef2ef;
  overflow: visible;
  flex-shrink: 0;
  border-radius: 18px 18px 0 0;
  z-index: 1;
}
.mh-rez-type-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 18px 18px 0 0;
}
.mh-rez-type-card__icon {
  position: absolute;
  left: .95rem;
  bottom: -22px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(27, 58, 42, .14);
  font-size: 1rem;
}
.mh-rez-type-card__icon--teal { background: #2EC4B6; }
.mh-rez-type-card__icon--orange { background: #F28C28; }
.mh-rez-type-card__icon--green { background: #1B3A2A; }
.mh-rez-type-card__icon--lime { background: #8BC34A; }
.mh-rez-type-card__icon--blue { background: #2EC4B6; }
.mh-rez-type-card__body {
  position: relative;
  padding: 1.85rem 1rem 1.05rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .4rem;
  background: #fff;
  border-radius: 0 0 18px 18px;
  z-index: 0;
}
.mh-rez-type-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-family: var(--mh-display);
  color: #1B3A2A;
  font-weight: 700;
  line-height: 1.25;
}
.mh-rez-type-card p {
  margin: 0;
  font-size: .84rem;
  color: #5D6B63;
  line-height: 1.45;
  flex: 1;
  padding-right: 1.1rem;
}
.mh-rez-type-card__arrow {
  position: absolute;
  right: .95rem;
  bottom: .95rem;
  color: #1B3A2A;
  font-size: .95rem;
  line-height: 1;
}

/* Booking panel — birebir ref */
.mh-rez-panel-wrap {
  padding: 1.25rem 1.25rem 2.5rem;
  background: #F4F5F1;
}
.mh-rez-panel {
  --panel-accent: #556B2F;
  --panel-ink: #1B3A2A;
  --panel-muted: #6B756C;
  --panel-line: #E6E8E2;
  --panel-soft: #F2F4EC;
  max-width: var(--mh-content-max);
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(27, 58, 42, .09);
  border: 1px solid rgba(27, 58, 42, .05);
  display: grid;
  grid-template-columns: minmax(340px, 1.5fr) minmax(280px, 1.05fr) minmax(230px, .78fr);
  gap: 0;
  overflow: hidden;
}
.mh-rez-panel__col {
  padding: 1.35rem 1.25rem 1.45rem;
  border-right: 1px solid var(--panel-line);
}
.mh-rez-panel__col:last-child { border-right: none; }
.mh-rez-panel__heading {
  font-family: var(--mh-display);
  font-size: 1.15rem;
  margin: 0 0 1rem;
  color: var(--panel-ink);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.mh-rez-panel__heading-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #EAF0DD;
  color: var(--panel-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  flex-shrink: 0;
}

.mh-rez-schedule {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 1rem 1.15rem;
  align-items: start;
}

/* Calendar */
.mh-rez-cal {
  position: relative;
}
.mh-rez-cal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .65rem;
  gap: .35rem;
}
.mh-rez-cal__title {
  font-weight: 700;
  text-transform: capitalize;
  color: var(--panel-ink);
  font-size: .98rem;
}
.mh-rez-cal__nav {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--panel-line);
  background: #fff;
  color: var(--panel-ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mh-rez-cal__nav:hover,
.mh-rez-cal__nav:focus-visible {
  border-color: var(--panel-accent);
  color: var(--panel-accent);
  outline: none;
}
.mh-rez-cal__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: .1rem;
  margin-bottom: .3rem;
  text-align: center;
  font-size: .7rem;
  color: var(--panel-muted);
  font-weight: 600;
}
.mh-rez-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: .15rem;
}
.mh-rez-cal__day {
  aspect-ratio: 1;
  min-height: 34px;
  border: none;
  background: transparent;
  border-radius: 50%;
  font-size: .82rem;
  color: var(--panel-ink);
  cursor: pointer;
  position: relative;
}
.mh-rez-cal__day:disabled,
.mh-rez-cal__day.is-muted {
  color: #C0C6BF;
  cursor: not-allowed;
  opacity: 1;
}
.mh-rez-cal__day.is-today:not(.is-selected) {
  box-shadow: inset 0 0 0 1.5px var(--panel-accent);
}
.mh-rez-cal__day.is-full:not(:disabled) {
  color: #b45309;
  text-decoration: line-through;
}
.mh-rez-cal__day.is-available:not(.is-selected) {
  font-weight: 600;
}
.mh-rez-cal__day.is-selected {
  background: var(--panel-accent);
  color: #fff;
  font-weight: 700;
}
.mh-rez-cal__day:not(:disabled):hover,
.mh-rez-cal__day:not(:disabled):focus-visible {
  background: #EAF0DD;
  outline: none;
}
.mh-rez-cal__day.is-selected:hover { background: var(--panel-accent); }
.mh-rez-cal__loading,
.mh-rez-times__loading {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.78);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  color: var(--panel-muted);
  border-radius: 12px;
  z-index: 2;
}
.mh-rez-cal__loading[hidden],
.mh-rez-times__loading[hidden] {
  display: none !important;
}

/* Times */
.mh-rez-times {
  position: relative;
  padding-left: 1rem;
  border-left: 1px solid var(--panel-line);
  min-height: 100%;
}
.mh-rez-times h4 {
  margin: 0 0 .7rem;
  font-size: .95rem;
  color: var(--panel-ink);
  font-weight: 700;
}
.mh-rez-times__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .4rem;
  min-height: 2.5rem;
}
.mh-rez-time {
  min-height: 40px;
  border-radius: 12px;
  border: 1px solid #D7DBD4;
  background: #fff;
  color: #3E4740;
  font-weight: 600;
  cursor: pointer;
  font-size: .84rem;
  padding: .35rem .2rem;
}
.mh-rez-time:disabled {
  opacity: .4;
  cursor: not-allowed;
  text-decoration: line-through;
}
.mh-rez-time.is-selected {
  background: var(--panel-accent);
  border-color: var(--panel-accent);
  color: #fff;
}
.mh-rez-time:not(:disabled):hover,
.mh-rez-time:not(:disabled):focus-visible {
  border-color: var(--panel-accent);
  outline: none;
}
.mh-rez-time__seats {
  display: block;
  font-size: .62rem;
  font-weight: 500;
  opacity: .9;
  line-height: 1.1;
}
.mh-rez-times__empty {
  margin: .5rem 0;
  color: var(--panel-muted);
  font-size: .85rem;
}
.mh-rez-times__hint {
  margin: .85rem 0 0;
  font-size: .78rem;
  color: var(--panel-muted);
  display: flex;
  align-items: flex-start;
  gap: .4rem;
  line-height: 1.4;
}
.mh-rez-times__hint .fa {
  margin-top: .15rem;
  color: var(--panel-accent);
  flex-shrink: 0;
}

/* Form */
.mh-rez-form {
  display: grid;
  gap: .8rem;
}
.mh-rez-field label {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  margin-bottom: .35rem;
  color: var(--panel-ink);
}
.mh-rez-optional {
  font-weight: 400;
  color: var(--panel-muted);
}
.mh-rez-field__control {
  position: relative;
  display: flex;
  align-items: center;
}
.mh-rez-field__icon {
  position: absolute;
  left: .85rem;
  color: #7A8660;
  font-size: .95rem;
  pointer-events: none;
  z-index: 1;
}
.mh-rez-field__control input,
.mh-rez-field__control select,
.mh-rez-field textarea {
  width: 100%;
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid #DDE1DA;
  padding: .55rem .9rem .55rem 2.35rem;
  font: inherit;
  color: var(--panel-ink);
  background: #fff;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.mh-rez-field textarea {
  min-height: 68px;
  resize: vertical;
  padding-left: .9rem;
}
.mh-rez-field__control--select::after {
  content: "";
  position: absolute;
  right: .95rem;
  top: 50%;
  width: .45rem;
  height: .45rem;
  border-right: 2px solid var(--panel-muted);
  border-bottom: 2px solid var(--panel-muted);
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
.mh-rez-field__control select {
  padding-right: 2.2rem;
  cursor: pointer;
}
.mh-rez-field__control input:focus,
.mh-rez-field__control select:focus,
.mh-rez-field textarea:focus {
  outline: none;
  border-color: var(--panel-accent);
  box-shadow: 0 0 0 3px rgba(91, 110, 31, .12);
}
.mh-rez-field__control input[readonly],
.mh-rez-field textarea[readonly] {
  background: #F7F8F5;
}
.mh-rez-field__group-label {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  margin-bottom: .35rem;
  color: var(--panel-ink);
}
.mh-rez-field--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .65rem;
}
.mh-rez-field--notes {
  display: none !important;
}
.mh-rez-form__error {
  margin: 0;
  color: #b91c1c;
  font-size: .88rem;
  background: #fef2f2;
  border-radius: 12px;
  padding: .65rem .85rem;
}
.mh-rez-submit {
  width: 100%;
  min-height: 50px;
  border: none;
  border-radius: 12px;
  background: var(--panel-accent);
  color: #fff;
  font-weight: 700;
  font-size: .98rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  cursor: pointer;
  position: relative;
  margin-top: .15rem;
}
.mh-rez-submit:hover:not(:disabled),
.mh-rez-submit:focus-visible {
  filter: brightness(1.06);
  outline: none;
}
.mh-rez-submit:disabled {
  opacity: .7;
  cursor: wait;
}
.mh-rez-submit.is-loading .mh-rez-submit__label,
.mh-rez-submit.is-loading .mh-rez-submit__arrow { opacity: 0; }
.mh-rez-submit__spinner {
  display: none;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: mh-rez-spin .7s linear infinite;
  position: absolute;
}
.mh-rez-submit.is-loading .mh-rez-submit__spinner { display: block; }
@keyframes mh-rez-spin { to { transform: rotate(360deg); } }

/* Member card */
.mh-rez-panel__col--member {
  background: #F2F4EC;
  padding: 1.35rem 1.15rem 1.4rem;
  display: flex;
  align-items: stretch;
}
.mh-rez-cal__loading[hidden],
.mh-rez-times__loading[hidden],
.mh-rez-member[hidden],
.mh-rez-form__error[hidden],
.mh-rez-times__empty[hidden] {
  display: none !important;
}

.mh-rez-member {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  width: 100%;
  background: transparent;
  border-radius: 0;
  padding: .15rem .1rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.mh-rez-member__icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #E3EBC8;
  color: var(--panel-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .15rem;
  font-size: 1.2rem;
  position: relative;
}
.mh-rez-member__leaf {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: .7rem;
  color: #7A9A2E;
}
.mh-rez-member h3 {
  font-family: var(--mh-display);
  font-size: 1.05rem;
  margin: 0;
  color: var(--panel-ink);
  line-height: 1.35;
}
.mh-rez-member p {
  margin: 0;
  color: var(--panel-muted);
  font-size: .86rem;
  line-height: 1.5;
}
.mh-rez-member__login {
  min-height: 46px;
  border-radius: 12px;
  background: var(--panel-accent);
  color: #fff;
  border: none;
  padding: .65rem 1.35rem;
  font-weight: 700;
  width: 100%;
  justify-content: center;
  text-align: center;
  display: inline-flex;
  align-items: center;
}
.mh-rez-member__login:hover {
  filter: brightness(1.05);
  color: #fff;
}
.mh-rez-member__login--outline {
  background: #fff;
  color: var(--panel-accent);
  border: 1.5px solid var(--panel-accent);
}
.mh-rez-member__login--outline:hover {
  background: #fff;
  color: var(--panel-ink);
}
.mh-rez-member__link {
  color: var(--panel-accent);
  font-weight: 600;
  font-size: .88rem;
  text-align: center;
}
.mh-rez-member__link:hover { color: var(--panel-ink); }
.mh-rez-member__next {
  background: #fff;
  border-radius: 12px;
  padding: .65rem .75rem;
  border: 1px solid var(--panel-line);
  font-size: .85rem !important;
  color: var(--panel-ink) !important;
  width: 100%;
  box-sizing: border-box;
}

/* Steps — mockup bar */
.mh-rez-steps {
  padding: .85rem 1.25rem 2.5rem;
  background: #fff;
}
.mh-rez-steps__bar {
  max-width: var(--mh-content-max);
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  background: #F7F8F4;
  border: 1px solid rgba(27, 58, 42, .05);
  border-radius: 28px;
  box-shadow: 0 10px 28px rgba(27, 58, 42, .06);
  padding: 1.15rem 1.75rem;
  min-height: 104px;
  overflow: hidden;
}
.mh-rez-steps__list {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .35rem;
}
.mh-rez-steps__item {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: .85rem;
  min-width: 0;
}
.mh-rez-steps__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}
.mh-rez-steps__icon--teal { background: #1AA7A0; }
.mh-rez-steps__icon--orange { background: #F08A28; }
.mh-rez-steps__icon--lime { background: #8FBF3F; }
.mh-rez-steps__copy {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  min-width: 0;
}
.mh-rez-steps__copy strong {
  display: block;
  color: #1B3A2A;
  font-family: var(--mh-display);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.25;
}
.mh-rez-steps__copy span {
  color: #6B756C;
  font-size: .86rem;
  line-height: 1.4;
}
.mh-rez-steps__arrow {
  flex: 0 0 auto;
  color: #9CBC55;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 .35rem;
  opacity: .95;
}

/* FAQ — mockup cards */
.mh-rez-faq {
  padding: 1.75rem 1.25rem 2.75rem;
  background: #fff;
}
.mh-rez-faq__inner {
  max-width: var(--mh-content-max);
  margin: 0 auto;
}
.mh-rez-faq__title {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1.35rem;
  color: #1B3A2A;
  font-family: var(--mh-display);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
}
.mh-rez-faq__title-leaf {
  display: inline-flex;
  flex-shrink: 0;
}
.mh-rez-faq__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.mh-rez-faq__card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .85rem;
  align-items: center;
  background: #fff;
  border: 1px solid #E8ECE6;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(27, 58, 42, .06);
  padding: 1.15rem 1rem 1.15rem 1.1rem;
  min-height: 112px;
}
.mh-rez-faq__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #EAF3D6;
  color: #5B7A2E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mh-rez-faq__body {
  min-width: 0;
}
.mh-rez-faq__body h3 {
  margin: 0 0 .35rem;
  color: #24352C;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.35;
  font-family: var(--mh-sans, inherit);
}
.mh-rez-faq__body p {
  margin: 0;
  color: #6B756C;
  font-size: .84rem;
  line-height: 1.45;
}
.mh-rez-faq__chevron {
  color: #1B3A2A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: .85;
}

/* CTA */
.mh-rez-cta {
  padding: .5rem 1.25rem 0;
  background: #fff;
}
.mh-rez-cta__inner {
  --cta-green: #0F5C48;
  max-width: var(--mh-content-max);
  margin: 0 auto;
  background: var(--cta-green);
  color: #fff;
  border-radius: 28px;
  padding: 1.45rem 1.6rem 1.45rem 1.35rem;
  display: flex;
  align-items: center;
  gap: 1.15rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 92, 72, .22);
}
.mh-rez-cta__inner::before,
.mh-rez-cta__inner::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  pointer-events: none;
  opacity: .18;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(180, 220, 120, .55) 0 18%, transparent 19%),
    radial-gradient(ellipse at 70% 60%, rgba(180, 220, 120, .4) 0 14%, transparent 15%),
    radial-gradient(ellipse at 50% 20%, rgba(160, 210, 100, .35) 0 22%, transparent 23%);
}
.mh-rez-cta__inner::before { left: -36px; top: -48px; }
.mh-rez-cta__inner::after { right: -40px; bottom: -56px; }
.mh-rez-cta__badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  color: var(--cta-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
}
.mh-rez-cta__copy {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.mh-rez-cta h2 {
  font-family: var(--mh-display);
  margin: 0 0 .3rem;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.mh-rez-cta p {
  margin: 0;
  opacity: .92;
  font-size: .95rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, .92);
}
.mh-rez-cta__btn {
  background: #fff !important;
  color: #0F5C48 !important;
  border-radius: 999px;
  min-height: 50px;
  padding: .75rem 1.45rem;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
  text-decoration: none;
  border: none;
}
.mh-rez-cta__btn:hover,
.mh-rez-cta__btn:focus-visible {
  filter: brightness(1.04);
  color: #0a4637 !important;
  outline: none;
}

/* Advantages */
.mh-rez-advantages {
  padding: 1.5rem 1.25rem 3rem;
  background: #fff;
}
.mh-rez-advantages ul {
  max-width: var(--mh-content-max);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem 1.15rem;
}
.mh-rez-advantages li {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  text-align: left;
  padding: 0;
}
.mh-rez-advantages__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mh-rez-advantages__icon--lime { background: #E8F3C8; color: #5B7A2E; }
.mh-rez-advantages__icon--olive { background: #E4EDC9; color: #556B2F; }
.mh-rez-advantages__icon--teal { background: #D9F0EE; color: #1AA7A0; }
.mh-rez-advantages__icon--peach { background: #FDE8D4; color: #E07A28; }
.mh-rez-advantages__icon--sky { background: #D9EEF8; color: #2F8EB8; }
.mh-rez-advantages__copy {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  min-width: 0;
}
.mh-rez-advantages strong {
  display: block;
  font-size: .92rem;
  color: #1F2E26;
  font-weight: 700;
  line-height: 1.3;
}
.mh-rez-advantages__copy span {
  display: block;
  font-size: .8rem;
  color: #6B756C;
  line-height: 1.4;
}

/* My reservations */
.mh-rez-mine {
  padding: 0 1.25rem 2rem;
}
.mh-rez-mine__list {
  max-width: var(--mh-content-max);
  margin: 0 auto;
  display: grid;
  gap: .75rem;
}
.mh-rez-mine__card {
  background: #fff;
  border-radius: var(--rez-radius);
  border: 1px solid var(--mahfel-border);
  padding: 1rem 1.15rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  box-shadow: var(--mh-shadow-sm);
}
.mh-rez-mine__card strong { display: block; color: var(--rez-dark); }
.mh-rez-mine__card span { color: var(--rez-muted); font-size: .9rem; }
.mh-rez-mine__empty {
  text-align: center;
  color: var(--rez-muted);
  padding: 1.5rem;
}

/* Sticky mobile bar */
.mh-rez-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: #fff;
  border-top: 1px solid var(--mahfel-border);
  box-shadow: 0 -8px 24px rgba(6, 78, 59, .08);
  padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom));
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.mh-rez-sticky__info {
  min-width: 0;
}
.mh-rez-sticky__info strong {
  display: block;
  font-size: .92rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mh-rez-sticky__info span {
  display: block;
  font-size: .8rem;
  color: var(--rez-muted);
}
.mh-rez-sticky .mh-btn {
  flex-shrink: 0;
  min-height: 44px;
  border-radius: 999px;
  padding: .55rem 1.1rem;
}

/* Modal */
.mh-rez-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(21, 59, 46, .45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.mh-rez-modal[hidden] { display: none !important; }
.mh-rez-modal__dialog {
  background: #fff;
  border-radius: var(--rez-radius-lg);
  max-width: 440px;
  width: 100%;
  padding: 1.75rem 1.5rem;
  text-align: center;
  box-shadow: var(--mh-shadow-lg);
}
.mh-rez-modal__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--rez-light);
  color: var(--rez-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: .75rem;
}
.mh-rez-modal__dialog h2 {
  font-family: var(--mh-display);
  color: var(--rez-dark);
  margin: 0 0 1rem;
  font-size: 1.4rem;
}
.mh-rez-modal__facts {
  margin: 0 0 1.25rem;
  text-align: left;
  display: grid;
  gap: .45rem;
}
.mh-rez-modal__facts div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: .92rem;
  padding: .4rem 0;
  border-bottom: 1px solid var(--mahfel-border);
}
.mh-rez-modal__facts dt { color: var(--rez-muted); }
.mh-rez-modal__facts dd { margin: 0; font-weight: 600; color: var(--rez-ink); }
.mh-rez-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  justify-content: center;
}
.mh-rez-modal__actions .mh-btn {
  min-height: 44px;
  border-radius: 999px;
  padding: .6rem 1.1rem;
}

/* Skeleton */
.mh-rez-skel--cards {
  grid-column: 1 / -1;
  height: 220px;
  border-radius: var(--rez-radius);
  background: linear-gradient(90deg, #f0f3f1 25%, #e6ece8 37%, #f0f3f1 63%);
  background-size: 400% 100%;
  animation: mh-rez-shimmer 1.2s ease infinite;
}
@keyframes mh-rez-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

/* Responsive */
@media (max-width: 1100px) {
  .mh-rez-panel {
    grid-template-columns: 1fr 1fr;
  }
  .mh-rez-panel__col--schedule {
    grid-column: 1 / -1;
  }
  .mh-rez-panel__col--member {
    grid-column: 1 / -1;
    border-top: 1px solid var(--panel-line, #E4E7E2);
  }
  .mh-rez-types__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mh-rez-advantages ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .mh-rez-steps__bar {
    padding: 1.1rem 1.35rem;
  }
  .mh-rez-steps__copy strong { font-size: .95rem; }
  .mh-rez-steps__copy span { font-size: .8rem; }
  .mh-rez-faq__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .mh-rez-hero__panel {
    grid-template-columns: 1fr;
  }
  .mh-rez-hero__copy {
    padding: 1.35rem 0 1rem;
  }
  .mh-rez-hero__copy h1 {
    font-size: clamp(1.75rem, 7vw, 2.1rem);
  }
  .mh-rez-hero__perks {
    grid-template-columns: 1fr;
    gap: .55rem;
  }
  .mh-rez-hero__media {
    order: 2;
    margin-left: 0;
    width: 100%;
    aspect-ratio: auto;
    height: 220px;
    min-height: 220px;
    border-radius: 0 0 2.5rem 2.5rem;
  }
  .mh-rez-hero__media::before {
    width: 100%;
    height: 55%;
    inset: 0 0 auto 0;
    background: linear-gradient(
      180deg,
      var(--rez-hero-bg) 0%,
      rgba(252, 249, 245, 0.85) 40%,
      rgba(252, 249, 245, 0) 100%
    );
  }
  .mh-rez-hero__media::after {
    width: 100%;
    height: 32%;
    inset: 0 0 auto 0;
    background: linear-gradient(
      180deg,
      var(--rez-hero-bg) 0%,
      rgba(252, 249, 245, 0.6) 50%,
      rgba(252, 249, 245, 0) 100%
    );
  }
  .mh-rez-hero__actions .mh-btn--hero-primary,
  .mh-rez-hero__actions .mh-btn--hero-secondary {
    min-height: 44px;
  }
  .mh-rez-panel {
    grid-template-columns: 1fr;
  }
  .mh-rez-panel__col {
    border-right: none;
    border-bottom: 1px solid var(--panel-line, #E4E7E2);
  }
  .mh-rez-panel__col:last-child { border-bottom: none; }
  .mh-rez-schedule {
    grid-template-columns: 1fr;
  }
  .mh-rez-times {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid var(--panel-line, #E4E7E2);
    padding-top: 1rem;
  }
  .mh-rez-panel__col--member {
    padding: 1rem;
  }
  .mh-rez-steps__bar {
    padding: 1.1rem 1rem;
    border-radius: 22px;
    flex-direction: column;
    align-items: stretch;
  }
  .mh-rez-steps__list {
    flex-direction: column;
    align-items: stretch;
    gap: .85rem;
  }
  .mh-rez-steps__arrow {
    transform: rotate(90deg);
    padding: .15rem 0;
  }
  .mh-rez-cta__inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 1rem;
    padding: 1.35rem 1.2rem;
  }
  .mh-rez-cta__btn {
    width: 100%;
    justify-content: center;
  }
  .mh-rez-advantages li {
    align-items: center;
  }
  .mh-rez-sticky { display: flex; }
  .mh-rez { padding-bottom: 5.5rem; }
  .mh-rez-advantages ul {
    grid-template-columns: 1fr 1fr;
  }
  .mh-rez-times__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 560px) {
  .mh-rez-types__grid {
    grid-template-columns: 1fr;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: .85rem;
    padding-bottom: .5rem;
    -webkit-overflow-scrolling: touch;
  }
  .mh-rez-type-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
  .mh-rez-field--row { grid-template-columns: 1fr; }
  .mh-rez-advantages ul { grid-template-columns: 1fr; }
}
