.global-reserve-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 46px !important;
  padding: 12px 22px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #2f2a26 0%, #54463d 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18) !important;
  font-size: 0.92rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease !important;
}

.global-reserve-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24) !important;
}

.global-reserve-ogori {
  background: linear-gradient(135deg, #8a6e59 0%, #b99c87 100%) !important;
}

.header-cta,
.nav-cta,
.lp-header-cta {
  white-space: nowrap;
}

html[lang="zh-CN"] .i18n-header-pack .header-cta,
html[lang="zh-CN"] .i18n-header-pack .nav-cta,
html[lang="zh-CN"] .i18n-header-pack .lp-header-cta,
html[lang="zh-CN"] .i18n-summary__link[data-i18n-static="lineConsult"],
html[lang="zh-CN"] .global-mobile-cta__btn--line {
  border-color: transparent !important;
  background: #06c755 !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(6, 199, 85, 0.28) !important;
}

html[lang="zh-CN"] .i18n-header-pack .header-cta:hover,
html[lang="zh-CN"] .i18n-header-pack .nav-cta:hover,
html[lang="zh-CN"] .i18n-header-pack .lp-header-cta:hover,
html[lang="zh-CN"] .i18n-summary__link[data-i18n-static="lineConsult"]:hover,
html[lang="zh-CN"] .global-mobile-cta__btn--line:hover {
  box-shadow: 0 16px 34px rgba(6, 199, 85, 0.34) !important;
}

.global-mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  display: none;
  padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(232, 223, 214, 0.94);
  background: rgba(252, 250, 247, 0.97);
  box-shadow: 0 -10px 30px rgba(74, 56, 42, 0.16);
  backdrop-filter: blur(18px);
}

.global-mobile-cta__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  max-width: 720px;
  margin: 0 auto;
}

.global-mobile-cta__copy {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.global-mobile-cta__copy strong {
  color: var(--text, #2f2a26);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.2;
}

.global-mobile-cta__copy span {
  color: var(--muted, #7a7169);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.global-mobile-cta__actions {
  display: grid;
  grid-template-columns: 1fr 1fr 0.78fr;
  gap: 7px;
}

.global-mobile-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(74, 56, 42, 0.18);
}

.global-mobile-cta__btn--tenjin {
  background: linear-gradient(135deg, #2f2a26 0%, #54463d 100%);
}

.global-mobile-cta__btn--ogori {
  background: linear-gradient(135deg, #8a6e59 0%, #b99c87 100%);
}

.global-mobile-cta__btn--line {
  background: #06c755;
}

body.has-global-mobile-cta #stickyBar {
  display: none !important;
}

@media (max-width: 760px) {
  body.has-global-mobile-cta {
    padding-bottom: 108px;
  }

  .global-mobile-cta {
    display: block;
  }

  .global-reserve-link {
    width: 100%;
    min-height: 48px !important;
  }
}

@media (max-width: 380px) {
  .global-mobile-cta__copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .global-mobile-cta__actions {
    grid-template-columns: 1fr 1fr;
  }

  .global-mobile-cta__btn--line {
    grid-column: 1 / -1;
  }
}

.review-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.review-proof-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(232, 223, 214, 0.9);
  border-radius: var(--radius-lg, 20px);
  padding: 18px;
  box-shadow: 0 8px 24px rgba(74, 56, 42, 0.07);
}

.review-proof-card .rpc-stars {
  color: #c9a34b;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.review-proof-card p {
  margin: 0;
  color: #544a42;
  font-size: 0.88rem;
  line-height: 1.75;
}

.review-proof-card small {
  display: block;
  margin-top: 10px;
  color: var(--muted, #7a7169);
  font-size: 0.76rem;
  font-weight: 700;
}

.cases-source-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  color: var(--accent-dark, #8a6e59);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hotpepper-review-bridge {
  position: relative;
  margin-top: 26px;
  display: grid;
  grid-template-columns: minmax(250px, 0.86fr) minmax(0, 1.14fr);
  gap: 14px;
  align-items: stretch;
  padding: 14px;
  border: 1px solid rgba(219, 205, 190, 0.95);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(250, 246, 241, 0.92)),
    radial-gradient(circle at 14% 0%, rgba(185, 156, 135, 0.18), transparent 34%);
  box-shadow: 0 18px 44px rgba(70, 45, 30, 0.1);
}

.hotpepper-score-card,
.hotpepper-booking-card {
  border: 1px solid rgba(219, 205, 190, 0.74);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(70, 45, 30, 0.07);
  padding: 22px;
}

.hotpepper-score-card {
  background: #fffaf4;
}

.hotpepper-score-kicker,
.hotpepper-card-label {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(185, 156, 135, 0.16);
  color: var(--accent-dark, #8a6e59);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.hotpepper-score-main {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.hotpepper-score-main strong {
  display: block;
  font-size: clamp(2.7rem, 5vw, 3.55rem);
  line-height: 0.9;
  color: #2f2a26;
}

.hotpepper-score-main span {
  display: block;
  margin-bottom: 6px;
  color: #54463d;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25;
}

.hotpepper-stars {
  margin-top: 10px;
  color: #c99a33;
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hotpepper-score-copy {
  margin: 12px 0 0;
  color: #5f554d;
  font-size: 0.88rem;
  line-height: 1.75;
}

.hotpepper-score-sub {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.hotpepper-score-sub div {
  min-height: 68px;
  padding: 10px 8px;
  border: 1px solid rgba(219, 205, 190, 0.68);
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.hotpepper-score-sub strong {
  display: block;
  color: var(--text, #2f2a26);
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

.hotpepper-score-sub span {
  color: var(--muted, #7c6c5f);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.35;
}

.hotpepper-booking-card {
  background: #2f2a26;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.hotpepper-booking-card .hotpepper-card-label {
  background: rgba(255, 255, 255, 0.12);
  color: #f3dfc9;
}

.hotpepper-booking-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.28rem, 2.1vw, 1.7rem);
  line-height: 1.42;
}

.hotpepper-booking-card p {
  margin: 0;
  max-width: 660px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.85;
  font-size: 0.92rem;
}

.hotpepper-highlight-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hotpepper-highlight-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.76rem;
  font-weight: 850;
}

.hotpepper-bridge-actions {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 1.05fr;
  gap: 10px;
}

.hotpepper-bridge-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 15px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hotpepper-bridge-btn:hover {
  transform: translateY(-1px);
}

.hotpepper-bridge-btn.primary {
  background: #fff;
  color: #2f2a26;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.hotpepper-bridge-btn.secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.hotpepper-bridge-btn.reserve {
  color: #2f2a26;
  background: #f3dfc9;
}

.hotpepper-review-steps {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.hotpepper-review-step {
  position: relative;
  min-height: 94px;
  padding: 14px 14px 14px 46px;
  border: 1px solid rgba(219, 205, 190, 0.76);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
}

.hotpepper-review-step span {
  position: absolute;
  left: 12px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #2f2a26;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
}

.hotpepper-review-step strong {
  display: block;
  color: var(--text, #2f2a26);
  font-size: 0.88rem;
  line-height: 1.35;
  margin-bottom: 5px;
}

.hotpepper-review-step small {
  display: block;
  color: var(--muted, #7c6c5f);
  line-height: 1.55;
  font-size: 0.74rem;
}

@media (max-width: 720px) {
  .review-proof-grid {
    grid-template-columns: 1fr;
  }

  .hotpepper-review-bridge {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 10px;
  }

  .hotpepper-review-steps {
    grid-template-columns: 1fr 1fr;
  }

  .hotpepper-bridge-actions {
    grid-template-columns: 1fr;
  }

  .hotpepper-bridge-btn {
    width: 100%;
    min-height: 46px;
  }

  .hotpepper-score-card,
  .hotpepper-booking-card {
    padding: 18px;
  }

  .hotpepper-score-sub {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .hotpepper-review-steps {
    grid-template-columns: 1fr;
  }
}
