/* Hotel page uses the city/tour hero language */
body.rb-hotel-page {
  background: var(--rb-mist);
}
body.rb-hotel-page .rb-main {
  background: transparent;
}

.rb-hp {
  --hp-line: #e8e6e3;
  --hp-muted: #6b7178;
  --hp-soft: #f6f7f8;
  color: var(--rb-ink);
}

.rb-hp .rb-td-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.rb-hp-hero-map {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  backdrop-filter: blur(10px);
}
.rb-hp-hero-map:hover { background: rgba(255, 255, 255, 0.22); }

.rb-hp-pass {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow:
    0 24px 48px rgba(28, 42, 58, 0.12),
    0 0 0 1px rgba(196, 162, 101, 0.2);
}
.rb-hp-pass__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  color: #fff;
  background:
    radial-gradient(120% 90% at 100% 0, rgba(196, 162, 101, 0.3), transparent 58%),
    linear-gradient(165deg, #243044 0%, #141a22 100%);
}
.rb-hp-pass__stamp {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(180deg, #e8d4a8, var(--rb-gold));
  color: #1c1810;
  font-size: 22px;
  font-weight: 900;
  box-shadow:
    0 12px 24px rgba(8, 10, 14, 0.28),
    inset 0 0 0 2px rgba(255, 255, 255, 0.28);
  transform: rotate(-8deg);
}
.rb-hp-pass__who { min-width: 0; flex: 1; }
.rb-hp-pass__who small {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #e8d4a8;
}
.rb-hp-pass__who strong {
  display: block;
  margin-top: 3px;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 900;
  line-height: 1.35;
}
.rb-hp-pass__who em {
  display: block;
  margin-top: 3px;
  font-style: normal;
  font-size: 13px;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.72);
}
.rb-hp-pass__fare {
  flex-shrink: 0;
  min-width: 128px;
  padding: 8px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
}
.rb-hp-pass__fare small,
.rb-hp-pass__fare span {
  display: block;
  font-size: 11px;
  font-weight: 750;
  color: rgba(255, 255, 255, 0.62);
}
.rb-hp-pass__fare b {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
}
.rb-hp-pass__facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin: 0;
  padding: 4px 8px;
  list-style: none;
}
.rb-hp-pass__facts li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  padding: 14px 12px;
  border-bottom: 1px solid #f1ece8;
}
.rb-hp-pass__facts li i {
  grid-row: 1 / span 2;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rb-hp-pass__facts li i.is-star { background: var(--rb-gold-soft); color: var(--rb-gold-dark); }
.rb-hp-pass__facts li i.is-pin { background: var(--rb-sky-soft); color: var(--rb-navy); }
.rb-hp-pass__facts li i.is-room,
.rb-hp-pass__facts li i.is-building { background: #eef2f6; color: var(--rb-navy); }
.rb-hp-pass__facts li i.is-phone { background: var(--rb-teal-soft, #e8f4f2); color: var(--rb-teal, #1f7a6e); }
.rb-hp-pass__facts li i.is-time { background: var(--rb-gold-soft); color: var(--rb-gold-dark); }
.rb-hp-pass__facts li i.is-price { background: var(--rb-red-soft); color: var(--rb-red); }
.rb-hp-pass__facts span {
  font-size: 11px;
  font-weight: 800;
  color: #8a8c8a;
}
.rb-hp-pass__facts b {
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
  color: var(--rb-ink);
}
.rb-hp-pass__amen {
  padding: 14px 16px 16px;
  border-top: 1.5px dashed rgba(196, 162, 101, 0.35);
  background: linear-gradient(180deg, #fbf7f1 0%, #fff 70%);
}
.rb-hp-pass__amen > p {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  color: var(--rb-gold-dark);
}
.rb-hp-pass__amen ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rb-hp-pass__amen li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 8px 10px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(196, 162, 101, 0.16);
}
.rb-hp-pass__amen i {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rb-hp-pass__amen span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  color: #1c242c;
}
.rb-hp-pass__amen .is-wifi i { background: var(--rb-sky-soft); color: var(--rb-navy); }
.rb-hp-pass__amen .is-food i { background: var(--rb-red-soft); color: var(--rb-red); }
.rb-hp-pass__amen .is-pet i { background: #f3eee6; color: #8a6a32; }
.rb-hp-pass__amen .is-tv i { background: #eef2f6; color: var(--rb-navy); }
.rb-hp-pass__amen .is-lift i { background: var(--rb-gold-soft); color: var(--rb-gold-dark); }
.rb-hp-pass__amen .is-ac i { background: var(--rb-teal-soft, #e8f4f2); color: var(--rb-teal, #1f7a6e); }
.rb-hp-pass__amen .is-park i { background: var(--rb-navy); color: #e8d4a8; }
.rb-hp-pass__amen .is-pool i { background: var(--rb-teal-soft, #e8f4f2); color: var(--rb-teal, #1f7a6e); }
.rb-hp-pass__amen .is-wash i,
.rb-hp-pass__amen .is-safe i,
.rb-hp-pass__amen .is-bar i,
.rb-hp-pass__amen .is-dot i { background: var(--rb-gold-soft); color: var(--rb-gold-dark); }

.rb-hp-nav { display: none; }
.rb-hp #overview,
.rb-hp #rooms,
.rb-hp #amenities,
.rb-hp #nearby,
.rb-hp #rules,
.rb-hp #faq,
.rb-hp #tips,
.rb-hp #costs {
  scroll-margin-top: 76px;
}

.rb-hp-body { padding: 28px 0 72px; }
.rb-hp-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}
.rb-hp-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.rb-hp-sec {
  position: relative;
  padding: 22px 22px 20px;
  background: #fff;
  border: 1px solid rgba(196, 162, 101, 0.16);
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(28, 42, 58, 0.05);
  overflow: hidden;
}
.rb-hp-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--rb-navy), var(--rb-gold), var(--rb-red));
}
.rb-hp-sec h2 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 900;
  color: #15181c;
}
.rb-hp-sec h3 {
  margin: 18px 0 10px;
  font-size: 15px;
  font-weight: 850;
}
.rb-hp-prose {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  color: #3d4248;
}
.rb-hp-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.rb-hp-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rb-hp-list li {
  position: relative;
  padding: 0 16px 0 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.8;
  color: #3d4248;
}
.rb-hp-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4a265;
}
.rb-hp-list.is-alert li::before { background: var(--rb-red); }
.rb-hp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rb-hp-chips li {
  padding: 7px 12px;
  border: 1px solid var(--hp-line);
  background: var(--hp-soft);
  font-size: 13px;
  font-weight: 750;
  color: #2c3136;
}

.rb-hp-aside { min-width: 0; }
.rb-hp-book {
  position: sticky;
  top: 148px;
  overflow: hidden;
  background: #fff;
  border-radius: 26px;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 22px 48px rgba(28, 42, 58, 0.1);
}
.rb-hp-book__stamp {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 20px 22px;
  color: #fff;
  background:
    radial-gradient(120% 90% at 100% 0, rgba(196, 162, 101, 0.28), transparent 58%),
    linear-gradient(165deg, #243044 0%, #141a22 100%);
}
.rb-hp-book__mark {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(180deg, #e8d4a8, var(--rb-gold));
  color: #1c1810;
  font-size: 24px;
  font-weight: 900;
  box-shadow:
    0 12px 24px rgba(8, 10, 14, 0.28),
    inset 0 0 0 2px rgba(255, 255, 255, 0.28);
  transform: rotate(-8deg);
}
.rb-hp-book__who { min-width: 0; }
.rb-hp-book__who small {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #e8d4a8;
}
.rb-hp-book__who strong {
  display: block;
  margin-top: 3px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}
.rb-hp-book__who em {
  display: block;
  margin-top: 3px;
  font-style: normal;
  font-size: 13px;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.72);
}
.rb-hp-book__body {
  position: relative;
  padding: 0 0 8px;
  background: #fff;
}
.rb-hp-book__body::before {
  content: "";
  display: block;
  height: 0;
  margin: 0 16px;
  border-top: 1.5px dashed rgba(196, 162, 101, 0.45);
}
.rb-hp-book__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 4px 8px 8px;
}
.rb-hp-book__facts li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
  padding: 12px 12px 14px;
  border-bottom: 1px solid #f1ece8;
  border-inline-end: 1px solid #f1ece8;
}
.rb-hp-book__facts li:nth-child(2n) { border-inline-end: 0; }
.rb-hp-book__facts li:nth-last-child(1):nth-child(odd) {
  grid-column: 1 / -1;
  border-inline-end: 0;
}
.rb-hp-book__facts span {
  font-size: 11.5px;
  font-weight: 800;
  color: #8a8c8a;
}
.rb-hp-book__facts b {
  font-size: 13.5px;
  font-weight: 850;
  line-height: 1.55;
  color: var(--rb-ink);
}
.rb-hp-book__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 16px 18px;
}
.rb-hp-book__cta,
.rb-hp-book__call,
.rb-hp-book__alt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 46px;
  margin: 0;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
}
.rb-hp-book__cta {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  background: linear-gradient(145deg, #ff3142, var(--rb-red));
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(225, 29, 46, 0.22);
}
.rb-hp-book__cta:hover { filter: brightness(1.04); }
.rb-hp-book__call {
  border: 1px solid rgba(31, 122, 110, 0.22);
  background: var(--rb-teal-soft, #e8f4f2);
  color: var(--rb-teal, #1f7a6e) !important;
}
.rb-hp-book__alt,
.rb-hp-book__rooms {
  border: 1px solid rgba(26, 28, 30, 0.08);
  background: #fff;
  color: var(--rb-ink) !important;
}
.rb-hp-book__rooms {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
}
.rb-hp-book__note {
  margin: 4px 0 0;
  text-align: center;
  font-size: 11.5px;
  font-weight: 650;
  color: #8a8c8a;
  line-height: 1.6;
}

.rb-hp .rb-hd-room {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--hp-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.rb-hp .rb-hd-room:last-child { border-bottom: 0; }
.rb-hp .rb-hd-room.is-text { grid-template-columns: 1fr; }
.rb-hp .rb-hd-room__media {
  border-radius: 0;
  background: #eee;
}
.rb-hp .rb-hd-room__media img { min-height: 140px; }
.rb-hp .rb-hd-room__board {
  background: var(--hp-soft);
  color: #3d4248;
  border-radius: 4px;
}
.rb-hp .rb-hd-room__cta {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  border-radius: 6px;
  background: var(--rb-red);
  box-shadow: none;
}
.rb-hp .rb-hd-around__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
}
.rb-hp .rb-place-map {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  border-radius: 0;
  border-color: var(--hp-line);
}
.rb-hp .rb-place-map__canvas { border-radius: 0; height: 260px; }
.rb-hp .leaflet-container,
.rb-hp .leaflet-pane,
.rb-hp .leaflet-map-pane,
.rb-hp .leaflet-overlay-pane,
.rb-hp .leaflet-marker-pane,
.rb-hp .leaflet-tooltip-pane,
.rb-hp .leaflet-popup-pane,
.rb-hp .leaflet-control,
.rb-hp .leaflet-top,
.rb-hp .leaflet-bottom {
  z-index: 1 !important;
}
.rb-hp .rb-hd-nearby__item {
  border-radius: 0;
  border-color: var(--hp-line);
  background: #fff;
}
.rb-hp .rb-hd-faq__item {
  border-radius: 0;
  background: #fff;
  border-color: var(--hp-line);
}

.rb-hp-more {
  padding: 8px 0 80px;
  border-top: 1px solid var(--hp-line);
  background: #fafafa;
}
.rb-hp-more__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 28px 0 16px;
}
.rb-hp-more__head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}
.rb-hp-more__head a {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--rb-red);
  text-decoration: none !important;
}
.rb-hp-more__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.rb-hp-more__item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--hp-line);
  color: inherit;
  text-decoration: none !important;
}
.rb-hp-more__item:hover { border-color: #c9c6c2; }
.rb-hp-more__item img {
  width: 92px;
  height: 72px;
  object-fit: cover;
  display: block;
}
.rb-hp-more__item strong {
  display: block;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.5;
  color: #15181c;
}
.rb-hp-more__item small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  color: var(--hp-muted);
}
.rb-hp-more__item em {
  font-style: normal;
  font-size: 13px;
  font-weight: 850;
  color: #15181c;
  white-space: nowrap;
}
.rb-hp-more__item em span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--hp-muted);
}

@media (max-width: 991px) {
  .rb-hp-pass__head { flex-wrap: wrap; }
  .rb-hp-pass__fare { width: 100%; text-align: right; }
  .rb-hp-pass__amen ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rb-hp-grid,
  .rb-hp-pair,
  .rb-hp .rb-hd-room,
  .rb-hp .rb-hd-around__grid,
  .rb-hp-more__list { grid-template-columns: 1fr; }
  .rb-hp-book { position: static; }
}
@media (max-width: 767px) {
  body.rb-hotel-page {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
  .rb-hp-nav {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 12000;
    margin: 0;
    padding: 6px 8px calc(8px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 253, 248, 0.96);
    border-top: 1px solid rgba(196, 162, 101, 0.28);
    box-shadow: 0 -10px 28px rgba(28, 42, 58, 0.1);
    backdrop-filter: blur(16px);
  }
  .rb-hp-nav__track {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 4px;
    max-width: 640px;
    margin: 0 auto;
  }
  .rb-hp-nav a {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 56px;
    padding: 6px 4px;
    border-radius: 14px;
    color: #5c6168;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
    text-align: center;
  }
  .rb-hp-nav a i {
    display: inline-flex;
    color: currentColor;
  }
  .rb-hp-nav a span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rb-hp-nav a.is-active,
  .rb-hp-nav a:active {
    background: var(--rb-navy);
    color: #fff;
  }
  .rb-hp #overview,
  .rb-hp #rooms,
  .rb-hp #amenities,
  .rb-hp #nearby,
  .rb-hp #rules,
  .rb-hp #faq {
    scroll-margin-top: 64px;
  }
  .rb-hp #nearby {
    overflow: hidden;
    isolation: isolate;
    z-index: 1;
  }
  .rb-hp-pass__facts { grid-template-columns: 1fr; }
  .rb-hp-pass__amen ul { grid-template-columns: 1fr; }
  .rb-hp-more__item { grid-template-columns: 76px minmax(0, 1fr); }
  .rb-hp-more__item em { grid-column: 2; }
}

body.rb-buy-modal-open { overflow: hidden; }
.rb-hp .rb-buy-modal {
  position: fixed;
  inset: 0;
  z-index: 13000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  padding-bottom: max(20px, env(safe-area-inset-bottom));
}
.rb-hp .rb-buy-modal[hidden] { display: none !important; }
.rb-hp .rb-buy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 42, 58, .48);
  backdrop-filter: blur(8px);
}
.rb-hp .rb-buy-modal__sheet {
  position: relative;
  width: min(420px, 100%);
  max-height: min(88vh, 640px);
  overflow: auto;
  padding: 28px 24px 20px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(196, 162, 101, .22), transparent 42%),
    #fffdf8;
  border: 1px solid rgba(196, 162, 101, .28);
  box-shadow: 0 28px 60px rgba(28, 42, 58, .22);
}
.rb-hp .rb-buy-modal__x {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: #f3eadc;
  color: #1c2a3a;
  cursor: pointer;
}
.rb-hp .rb-buy-modal__x:hover { background: #eadcc8; }
.rb-hp .rb-buy-modal__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: #9a7840;
  font-size: 12px;
  font-weight: 800;
}
.rb-hp .rb-buy-modal__sheet h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.4;
  color: #1c2a3a;
}
.rb-hp .rb-buy-modal__sheet > p {
  margin: 0 0 14px;
  color: #5b534c;
  font-size: 14px;
  line-height: 1.9;
}
.rb-hp .rb-buy-modal__phones {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.rb-hp .rb-buy-modal__tel {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ef3344, #e11d2e);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(225, 29, 46, .22);
}
.rb-hp .rb-buy-modal__tel:hover { background: #b91422; color: #fff; }
.rb-hp .rb-buy-modal__tel-ico {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.16);
}
.rb-hp .rb-buy-modal__tel strong {
  font-size: 18px;
  letter-spacing: .02em;
  line-height: 1.3;
}
.rb-hp .rb-buy-modal__tel small {
  color: rgba(255,255,255,.82);
  font-size: 12px;
}
.rb-hp .rb-buy-modal__page {
  display: block;
  margin: 0 0 14px;
  text-align: center;
  color: #9a7840;
  font-size: 13px;
  font-weight: 700;
}
.rb-hp .rb-buy-modal__close {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 12px 16px;
  background: #f3eadc;
  color: #1c2a3a;
  font-weight: 800;
  cursor: pointer;
}
.rb-hp .rb-buy-modal__close:hover { background: #eadcc8; }
@media (max-width: 640px) {
  .rb-hp .rb-buy-modal {
    align-items: flex-end;
    padding: 0;
  }
  .rb-hp .rb-buy-modal__sheet {
    width: 100%;
    max-height: min(86vh, 620px);
    border-radius: 24px 24px 0 0;
    padding: 26px 18px calc(18px + env(safe-area-inset-bottom));
  }
  .rb-hp .rb-buy-modal__sheet h2 { font-size: 20px; }
  .rb-hp .rb-buy-modal__tel strong { font-size: 16px; }
}
