/* =========================
   Base
========================= */
:root {
  --stay-bg-dark: #3f5b73;
  --stay-bg-light: #a9bccd;
  --stay-text-dark: #486174;
  --stay-white: #ffffff;
  --stay-btn: rgba(132, 160, 183, 0.9);
}

.stay-product-page {
  background: var(--stay-bg-dark);
  min-height: 100vh;
  overflow: hidden;
}

.stay-product-section {
  position: relative;
}

.stay-product-title-block,
.stay-product-login-title,
.stay-product-section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.stay-product-title-block::before,
.stay-product-title-block::after,
.stay-product-login-title::before,
.stay-product-login-title::after,
.stay-product-section-heading-line {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.36);
}

.stay-product-title-block {
  max-width: 1180px;
  margin: 0 auto 22px;
}

.stay-product-title-block span,
.stay-product-login-title span,
.stay-product-section-heading-title {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.stay-product-title-block span {
  font-size: 30px;
}

.stay-product-login-title {
  max-width: 1180px;
  margin: 0 auto 26px;
}

.stay-product-login-title span {
  font-size: 28px;
}

.stay-product-section-heading {
  gap: 28px;
  margin-bottom: 56px;
}

.stay-product-section-heading-line {
  width: 280px;
  max-width: 26vw;
  border-radius: 999px;
}

.stay-product-section-heading-title {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.stay-product-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(103, 134, 158, 0.88);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.stay-product-pill-btn:hover {
  background: rgba(91, 124, 151, 0.96);
}

/* =========================
   Hero
========================= */
.stay-product-hero {
  position: relative;
  height: 410px;
  overflow: hidden;
}

.stay-product-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stay-product-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 35, 48, 0.08);
}

.stay-product-hero-fade-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22vh;
  background: linear-gradient(
    to bottom,
    rgba(63, 91, 115, 0) 0%,
    rgba(63, 91, 115, 0.22) 34%,
    rgba(63, 91, 115, 0.68) 72%,
    rgba(63, 91, 115, 0.96) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.stay-product-hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 110px 20px 40px;
}

.stay-product-hero-en {
  color: rgba(255, 255, 255, 0.96);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.stay-product-hero-title {
  color: #fff;
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* =========================
   Showcase
========================= */
.stay-product-showcase {
  position: relative;
  background-image: var(--stay-showcase-section-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 24px 70px;
}

.stay-product-showcase-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.stay-product-showcase-visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background-image: var(--stay-showcase-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stay-product-showcase-badge {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 3;
  width: 290px;
  color: #fff;
}

.stay-product-showcase-badge-wheel {
  position: absolute;
  left: 16px;
  top: -36px;
  width: 130px;
  height: 130px;
  border: 4px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
  opacity: 0.55;
}

.stay-product-showcase-badge-wheel::before,
.stay-product-showcase-badge-wheel::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 150px;
  background: rgba(255, 255, 255, 0.45);
  transform: translate(-50%, -50%);
}

.stay-product-showcase-badge-wheel::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.stay-product-showcase-badge-title {
  position: relative;
  margin-top: 90px;
  padding: 16px 0 16px 28px;
  border-top: 5px solid rgba(255, 255, 255, 0.8);
  border-bottom: 5px solid rgba(255, 255, 255, 0.8);
  background: rgba(63, 91, 115, 0.10);
  backdrop-filter: blur(1px);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
}

.stay-product-showcase-info {
  position: absolute;
  right: 42px;
  bottom: 58px;
  z-index: 3;
  width: min(430px, calc(100% - 84px));
  padding: 36px 34px 28px;
  border-radius: 26px;
  background: rgba(220, 235, 245, 0.74);
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  color: var(--stay-text-dark);
}

.stay-product-showcase-info-sub {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}

.stay-product-showcase-info-title {
  margin-bottom: 18px;
  color: #35526c;
  font-size: clamp(60px, 8vw, 85px);
  font-weight: 900;
  line-height: 0.95;
}

.stay-product-showcase-info-copy {
  color: #476277;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.stay-product-showcase-actions {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* =========================
   Feature Strip
========================= */
.stay-product-feature-strip {
  position: relative;
  background-image: var(--stay-feature-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 58px 24px 62px;
}

.stay-product-feature-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(138, 170, 194, 0.12);
  backdrop-filter: blur(1px);
}

.stay-product-feature-strip-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.stay-product-feature-pill {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 28px;
  border-radius: 26px;
  border: 1.5px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(
    180deg,
    rgba(176, 202, 223, 0.42) 0%,
    rgba(140, 171, 198, 0.30) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.stay-product-feature-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stay-product-feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stay-product-feature-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

/* =========================
   Space Intro
========================= */
.stay-product-space {
  background-image: var(--stay-space-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 52px 24px 76px;
}

.stay-product-space-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.stay-product-space-title {
  margin-bottom: 28px;
}

.stay-product-space-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.92fr;
  gap: 34px;
  align-items: start;
}

.stay-product-space-col {
  display: grid;
  gap: 34px;
  align-content: start;
}

.stay-product-space-col-right {
  margin-top: 64px;
}

.stay-product-space-photo {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.08);
}

.stay-product-space-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.stay-product-space-photo-lg {
  height: 340px;
}

.stay-product-space-photo-mid {
  height: 330px;
}

.stay-product-space-photo-tall {
  height: 520px;
}

.stay-product-space-photo-sm {
  height: 340px;
}

.stay-product-space-photo-wide {
  height: 420px;
}

.stay-product-space-photo-bath {
  margin-top: -12px;
}

.stay-product-space-note {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 30px;
  border-radius: 20px;
  background: rgba(214, 234, 246, 0.78);
  color: #4f6779;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 10px 20px rgba(0, 0, 0, 0.04);
}

.stay-product-space-note-title {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  color: #35526c;
  font-size: clamp(32px, 4.4vw, 64px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.06em;
  text-align: center;
}

.stay-product-space-note-text {
  display: block;
  width: 100%;
  color: #35526c;
  font-size: clamp(18px, 2.1vw, 28px);
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.stay-product-space-note-bottom {
  min-height: 174px;
}

/* =========================
   Scenic Slider
========================= */
.stay-product-scenic {
  padding: 70px 24px 82px;
  background: #39556B;
}

.stay-product-scenic-shell {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 110px 1fr 110px;
  align-items: center;
  gap: 26px;
}

.stay-product-scenic-arrow {
  width: 100%;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #a9bccd;
  color: rgba(255, 255, 255, 0.88);
  font-size: 28px;
  line-height: 1;
}

.stay-product-scenic-stage {
  min-width: 0;
}

.stay-product-scenic-card {
  position: relative;
  width: 100%;
  max-width: 760px;
  height: 430px;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
}

.stay-product-scenic-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.stay-product-scenic-fade-top,
.stay-product-scenic-fade-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 96px;
  pointer-events: none;
}

.stay-product-scenic-fade-top {
  top: 0;
  background: linear-gradient(to bottom, #39556B 0%, rgba(57, 85, 107, 0) 100%);
}

.stay-product-scenic-fade-bottom {
  bottom: 0;
  background: linear-gradient(to top, #39556B 0%, rgba(57, 85, 107, 0) 100%);
}

.stay-product-scenic-copy {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: min(88%, 620px);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.75;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

/* =========================
   Extra Service
========================= */
.stay-product-extra {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(57, 85, 107, 0.26), rgba(57, 85, 107, 0.26)),
    var(--stay-extra-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 92px 0 88px;
}

.stay-product-extra-fade {
  position: absolute;
  left: 0;
  right: 0;
  height: 90px;
  z-index: 1;
  pointer-events: none;
}

.stay-product-extra-fade-top {
  top: 0;
  background: linear-gradient(to bottom, #39556B 0%, rgba(57, 85, 107, 0) 100%);
}

.stay-product-extra-fade-bottom {
  bottom: 0;
  background: linear-gradient(to top, #39556B 0%, rgba(57, 85, 107, 0) 100%);
}

.stay-product-extra-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.stay-product-extra-left {
  display: flex;
  justify-content: flex-start;
}

.stay-product-extra-card {
  width: min(560px, 100%);
  min-height: 260px;
  padding: 34px 38px;
  border-radius: 28px;
  background: rgba(196, 223, 240, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 14px 36px rgba(16, 38, 56, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.stay-product-extra-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.stay-product-extra-card-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}

.stay-product-extra-card-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 34px;
}

.stay-product-extra-col {
  display: grid;
  gap: 18px;
}

.stay-product-extra-item {
  color: rgba(255, 255, 255, 0.96);
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
}

.stay-product-extra-right {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.stay-product-extra-title-wrap {
  position: relative;
  width: 100%;
  padding-right: 96px;
}

.stay-product-extra-title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  text-align: right;
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.03em;
}

.stay-product-extra-square {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 1;
  width: 128px;
  height: 128px;
  background: #A9C3DB;
}

.stay-product-extra-boat-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.stay-product-extra-boat {
  width: min(360px, 100%);
  height: auto;
  display: block;
  object-fit: contain;
}

/* =========================
   Detail Card
========================= */
.stay-product-detail {
  padding: 88px 0 110px;
  background: #39556B;
}

.stay-product-detail-card {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 38px 34px;
  border-radius: 26px;
  background: #A9C3DB;
  box-shadow: 0 12px 34px rgba(18, 38, 54, 0.12);
}

.stay-product-detail-topbar {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.stay-product-detail-topbar-active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 38px;
  padding: 0 14px;
  background: #C55B24;
  color: #fff;
  font-weight: 700;
}

.stay-product-detail-main {
  display: grid;
  grid-template-columns: 1fr 1.22fr;
  gap: 34px;
  align-items: start;
  margin-bottom: 34px;
}

.stay-product-detail-main-left {
  display: grid;
  gap: 18px;
}

.stay-product-detail-title-block {
  padding-left: 10px;
}

.stay-product-detail-title-cn {
  margin: 0 0 4px;
  color: #fff;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.stay-product-detail-title-en {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.stay-product-detail-info-box {
  max-width: 420px;
  padding: 28px 30px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
}

.stay-product-detail-desc {
  margin: 0 0 22px;
  color: #3F5567;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

.stay-product-detail-meta {
  display: grid;
  gap: 16px;
}

.stay-product-detail-meta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #4D667B;
  font-size: 18px;
  font-weight: 600;
}

.stay-product-detail-meta-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
}

.stay-product-detail-main-right {
  display: flex;
  justify-content: flex-end;
}

.stay-product-detail-main-image {
  width: 100%;
  max-width: 610px;
  display: block;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
}

.stay-product-detail-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: end;
}

.stay-product-detail-bottom-left {
  display: flex;
  justify-content: flex-start;
}

.stay-product-detail-coupon-image {
  width: min(430px, 100%);
  height: auto;
  display: block;
  object-fit: contain;
}

.stay-product-detail-bottom-right {
  display: flex;
  justify-content: flex-end;
}

.stay-product-detail-coupon-note {
  width: min(440px, 100%);
  min-height: 170px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
}

.stay-product-detail-coupon-note-icon {
  width: 66px;
  height: 66px;
  object-fit: contain;
  flex-shrink: 0;
}

.stay-product-detail-coupon-note-text {
  color: #4D667B;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 600;
}

/* =========================
   Location
========================= */
.stay-product-location {
  background: #39556B;
  padding: 88px 0 110px;
}

.stay-product-location-inner {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.stay-product-location-map-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stay-product-location-map {
  position: relative;
  z-index: 2;
  width: min(490px, 100%);
  height: auto;
  display: block;
}

.stay-product-location-deco {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 165px;
  height: 84px;
  background: #A9C3DB;
  z-index: 1;
}

.stay-product-location-deco-left {
  left: -18px;
}

.stay-product-location-deco-right {
  right: -18px;
}

/* =========================
   Login
========================= */
.stay-product-login {
  padding: 24px 24px 80px;
  background: var(--stay-bg-dark);
}

.stay-product-login-shell {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.45fr 0.95fr;
  overflow: hidden;
  border-radius: 26px;
  border: 3px solid #1f9bff;
  background: var(--stay-bg-light);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.stay-product-login-visual {
  position: relative;
  min-height: 560px;
  background-image: var(--stay-login-visual-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stay-product-login-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 34, 52, 0.48), rgba(12, 34, 52, 0.06));
}

.stay-product-login-logo {
  position: absolute;
  left: 34px;
  top: 28px;
  z-index: 2;
  width: 140px;
}

.stay-product-login-visual-copy {
  position: absolute;
  inset: auto 34px 32px 34px;
  z-index: 2;
  color: #fff;
  text-align: right;
}

.stay-product-login-visual-copy h3 {
  font-size: clamp(48px, 5vw, 86px);
  font-weight: 800;
  line-height: 0.95;
  margin-bottom: 8px;
}

.stay-product-login-visual-copy p {
  font-size: 20px;
  font-weight: 700;
}

.stay-product-login-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 32px 24px;
}

.stay-product-login-heading {
  margin-bottom: 24px;
  text-align: center;
  color: #fff;
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
}

.stay-product-login-card {
  margin-bottom: 28px;
  padding: 34px 34px 28px;
  border-radius: 28px;
  background: rgba(243, 240, 236, 0.95);
}

.stay-product-login-field + .stay-product-login-field {
  margin-top: 20px;
}

.stay-product-login-field-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.stay-product-login-label {
  color: var(--stay-text-dark);
  font-size: 14px;
  font-weight: 700;
}

.stay-product-login-link {
  border: none;
  background: none;
  padding: 0;
  color: var(--stay-text-dark);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.stay-product-login-input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(79, 100, 119, 0.45);
  background: #fff;
  color: var(--stay-text-dark);
  font-size: 14px;
}

.stay-product-login-submit {
  width: 100%;
  height: 40px;
  margin-top: 24px;
  border: none;
  border-radius: 10px;
  background: var(--stay-btn);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.stay-product-login-register {
  margin-top: 18px;
  text-align: right;
  color: var(--stay-text-dark);
  font-size: 14px;
  font-weight: 700;
}

.stay-product-login-register a {
  color: var(--stay-text-dark);
  text-decoration: underline;
}

.stay-product-guest-btn-wrap {
  display: flex;
  justify-content: flex-end;
}

.stay-product-guest-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.stay-product-guest-btn::after {
  content: "▶";
  font-size: 14px;
  margin-left: 12px;
}

.stay-product-login-authenticated {
  text-align: center;
  color: #fff;
}

.stay-product-login-authenticated h3 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 12px;
}

.stay-product-login-authenticated p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
}

.stay-product-login-authenticated .stay-product-pill-btn {
  min-width: 200px;
}

.stay-product-login-authenticated-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.stay-product-login-authenticated-actions .stay-product-pill-btn {
  min-width: 180px;
}

/* =========================================================
   RENT PRODUCT PAGE
   空間租借系列（海景舞台等）
========================================================= */

/* ---------- 精彩錦集 ---------- */
.rent-highlight-section {
  position: relative;
  padding: 34px 0 54px;
  background: #3b566c;
}

.rent-highlight-inner {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.rent-highlight-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 26px;
}

.rent-highlight-heading-line {
  width: 120px;
  max-width: 22vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.rent-highlight-heading-text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.rent-highlight-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  min-height: 520px;
}

.rent-highlight-image {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.rent-highlight-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 24, 36, 0.16) 0%,
    rgba(10, 24, 36, 0.30) 55%,
    rgba(10, 24, 36, 0.52) 100%
  );
}

.rent-highlight-title {
  position: absolute;
  left: 38px;
  top: 38px;
  z-index: 2;
}

.rent-highlight-title h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.05;
}

.rent-highlight-title p {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 700;
  line-height: 1.2;
}

/* ---------- 空間介紹 ---------- */
.rent-intro-section {
  position: relative;
  padding: 54px 0 70px;
  background-image: var(--rent-intro-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rent-intro-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.rent-intro-card {
  display: grid;
  grid-template-columns: 1fr 520px;
  align-items: center;
  gap: 34px;
}

.rent-intro-text {
  padding: 24px 12px 24px 0;
}

.rent-intro-subtitle {
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.rent-intro-copy {
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;
  max-width: 520px;
}

.rent-intro-visual {
  display: flex;
  justify-content: flex-end;
}

.rent-intro-image {
  display: block;
  width: 100%;
  max-width: 520px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

/* ---------- 海景舞台的 feature strip 微調 ---------- */
.rent-feature-strip {
  padding-top: 28px;
  padding-bottom: 42px;
}

.rent-feature-strip .stay-product-feature-strip-inner {
  width: min(1100px, calc(100% - 40px));
}

.rent-feature-strip .stay-product-feature-pill {
  min-height: 94px;
}

.rent-feature-strip .stay-product-feature-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.rent-feature-strip .stay-product-feature-text {
  font-size: 20px;
  letter-spacing: 0.04em;
}

/* =========================================================
   RENT PRODUCT PAGE - service / extra variant
========================================================= */

.rent-service-section {
  background: #3f5b73;
  padding: 38px 24px 56px;
}

.rent-service-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 26px;
  align-items: start;
}

.rent-service-left {
  display: grid;
  gap: 18px;
}

.rent-service-pill {
  justify-content: flex-start;
  text-align: left;
  min-height: 92px;
}

.rent-service-pill .stay-product-feature-text {
  font-size: 18px;
  line-height: 1.7;
}

.rent-service-right {
  display: flex;
  justify-content: flex-end;
}

.rent-service-image {
  width: 100%;
  max-width: 640px;
  border-radius: 6px;
  display: block;
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.rent-extra-left {
  display: grid;
  gap: 24px;
}

.rent-extra-card {
  min-height: auto;
}

.rent-extra-card-stack {
  padding-top: 28px;
  padding-bottom: 28px;
}

.rent-extra-double-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 18px;
  align-items: start;
}

.rent-extra-double-head {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.rent-extra-double-text {
  color: rgba(255,255,255,0.96);
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  padding-top: 6px;
}

.rent-extra-divider {
  height: 1px;
  background: rgba(255,255,255,0.18);
  margin: 22px 0;
}

/* =========================
   Room page refinements
   適用：泊岸小屋 / 紅磚小屋
========================= */



.stay-product-space-note-title {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  color: #35526c;
  font-size: clamp(32px, 4.4vw, 64px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.06em;
  text-align: center;
}

/* =========================
   付款流程方式：住宿共用版
   適用：船屋 / 泊岸小屋 / 紅磚小屋
========================= */

.room-payment-section {
  min-height: 100vh;
  background: #3f5b73;
  padding: 72px 20px 64px;
  display: flex;
  align-items: center;
}

.room-payment-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.room-payment-title-block {
  margin-bottom: 24px;
}

.room-payment-stack {
  display: grid;
  grid-template-rows: auto auto;
  gap: 20px;
}

.room-payment-card {
  background: #a9bccd;
  border-radius: 24px;
  padding: 22px 26px 26px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
}

.room-payment-card-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.room-payment-card-title::before,
.room-payment-card-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.36);
}

.room-payment-card-title span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.room-payment-flow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "step1 step3"
    "step2 step4";
  gap: 16px;
}

.room-payment-step-card {
  min-height: 148px;
  background: #f3f0ec;
  border-radius: 18px;
  padding: 18px 20px;
  color: #435c70;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.room-payment-step-1 {
  grid-area: step1;
}

.room-payment-step-2 {
  grid-area: step2;
}

.room-payment-step-3 {
  grid-area: step3;
}

.room-payment-step-4 {
  grid-area: step4;
}

.room-payment-step-label {
  color: #c85c22;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}

.room-payment-step-title {
  color: #31475c;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 8px;
}

.room-payment-step-text {
  color: #586674;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.room-payment-method-card {
  padding-bottom: 24px;
}

.room-payment-method-box {
  background: #f3f0ec;
  border-radius: 18px;
  min-height: 132px;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #435c70;
}

.room-payment-method-text {
  font-size: 17px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media (min-width: 769px) and (max-height: 820px) {
  .room-payment-section {
    padding: 46px 20px 42px;
  }

  .room-payment-title-block {
    margin-bottom: 16px;
  }

  .room-payment-stack {
    gap: 14px;
  }

  .room-payment-card {
    padding: 16px 22px 20px;
    border-radius: 20px;
  }

  .room-payment-card-title {
    margin-bottom: 10px;
  }

  .room-payment-flow-grid {
    gap: 12px;
  }

  .room-payment-step-card {
    min-height: 118px;
    padding: 14px 16px;
    border-radius: 16px;
  }

  .room-payment-step-label {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .room-payment-step-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .room-payment-step-text {
    font-size: 13px;
    line-height: 1.55;
  }

  .room-payment-method-box {
    min-height: 104px;
    padding: 16px 22px;
  }

  .room-payment-method-text {
    font-size: 15px;
    line-height: 1.75;
  }
}


/* =========================
   Responsive <= 1024
========================= */
@media (max-width: 1024px) {
  .stay-product-feature-strip-inner,
  .stay-product-extra-inner,
  .stay-product-detail-main,
  .stay-product-detail-bottom,
  .stay-product-login-shell {
    grid-template-columns: 1fr;
  }

  .stay-product-showcase-visual {
    min-height: 620px;
  }

  .stay-product-showcase-info {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 20px auto 0;
    width: 100%;
  }

  .stay-product-extra-right {
    min-height: auto;
    align-items: center;
  }

  .stay-product-extra-title-wrap {
    padding-right: 0;
    text-align: center;
  }

  .stay-product-extra-title {
    text-align: center;
  }

  .stay-product-extra-square {
    position: static;
    margin: 18px auto 0;
  }

  .stay-product-extra-boat-wrap,
  .stay-product-detail-main-right,
  .stay-product-detail-bottom-left,
  .stay-product-detail-bottom-right,
  .stay-product-guest-btn-wrap {
    justify-content: center;
  }

  .stay-product-detail-info-box {
    max-width: 100%;
  }

  .stay-product-login-visual {
    min-height: 420px;
  }

  .stay-product-login-visual-copy {
    text-align: left;
  }

  .rent-highlight-card,
  .rent-highlight-image {
    min-height: 420px;
    height: 420px;
  }

  .rent-intro-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rent-intro-text {
    padding: 0;
  }

  .rent-intro-copy {
    max-width: none;
  }

  .rent-intro-visual {
    justify-content: center;
  }

  .rent-intro-image {
    max-width: 100%;
  }

  .rent-service-inner {
    grid-template-columns: 1fr;
  }

  .rent-service-right {
    justify-content: center;
  }
}

/* =========================
   Responsive <= 768
========================= */
@media (max-width: 768px) {

  .stay-product-showcase-info-title-compact {
    font-size: 42px;
  }

  .stay-product-space-note-title {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .stay-product-space-note-text {
    font-size: 18px;
    line-height: 1.55;
    text-align: center;
  }

  .room-payment-section {
    min-height: auto;
    padding: 52px 16px;
    display: block;
  }

  .room-payment-stack {
    gap: 18px;
  }

  .room-payment-card {
    padding: 18px 16px 20px;
    border-radius: 20px;
  }

  .room-payment-flow-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "step1"
      "step2"
      "step3"
      "step4";
    gap: 12px;
  }

  .room-payment-step-card {
    min-height: auto;
    padding: 18px 16px;
  }

  .room-payment-step-label {
    font-size: 18px;
  }

  .room-payment-step-title {
    font-size: 16px;
  }

  .room-payment-step-text {
    font-size: 13px;
  }

  .room-payment-method-box {
    min-height: auto;
    padding: 20px 16px;
  }

  .room-payment-method-text {
    font-size: 15px;
    line-height: 1.9;
  }

  .stay-product-showcase,
  .stay-product-feature-strip,
  .stay-product-space,
  .stay-product-scenic,
  .stay-product-payment,
  .stay-product-login {
    padding-left: 16px;
    padding-right: 16px;
  }

  .stay-product-showcase-visual {
    min-height: 500px;
  }

  .stay-product-showcase-badge {
    width: 220px;
    top: 24px;
  }

  .stay-product-showcase-badge-wheel {
    width: 96px;
    height: 96px;
    top: -28px;
  }

  .stay-product-showcase-badge-title {
    margin-top: 60px;
    padding-left: 16px;
    font-size: 24px;
  }

  .stay-product-showcase-info {
    width: calc(100% - 32px);
    padding: 24px 20px 22px;
  }

  .stay-product-showcase-info-title {
    font-size: 54px;
  }

  .stay-product-showcase-info-copy {
    font-size: 14px;
    line-height: 1.85;
  }

  .stay-product-feature-strip {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .stay-product-feature-pill {
    min-height: auto;
    padding: 16px 18px;
    gap: 14px;
    border-radius: 20px;
  }

  .stay-product-feature-icon {
    width: 42px;
    height: 42px;
  }

  .stay-product-feature-text {
    font-size: 15px;
    line-height: 1.45;
  }

  .stay-product-space-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .stay-product-space-col {
    gap: 20px;
  }

  .stay-product-space-col-right {
    margin-top: 0;
  }

  .stay-product-space-photo-lg,
  .stay-product-space-photo-mid,
  .stay-product-space-photo-tall,
  .stay-product-space-photo-sm,
  .stay-product-space-photo-wide {
    min-height: 240px;
    height: auto;
  }

  .stay-product-space-photo-bath {
    margin-top: 0;
  }

  .stay-product-space-note {
    min-height: auto;
    padding: 24px 20px;
    font-size: 15px;
    line-height: 1.8;
  }

  .stay-product-scenic-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .stay-product-scenic-arrow {
    display: none;
  }

  .stay-product-scenic-card {
    height: 280px;
  }

  .stay-product-scenic-copy {
    width: min(90%, 320px);
    font-size: 14px;
    line-height: 1.65;
  }

  .stay-product-extra {
    padding: 72px 0;
  }

  .stay-product-extra-inner,
  .stay-product-detail-card {
    width: min(100%, calc(100% - 28px));
  }

  .stay-product-extra-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .stay-product-extra-card-head {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .stay-product-extra-card-content {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .stay-product-extra-item {
    font-size: 16px;
    line-height: 1.65;
  }

  .stay-product-extra-title {
    font-size: 34px;
  }

  .stay-product-extra-square {
    width: 84px;
    height: 84px;
  }

  .stay-product-detail {
    padding: 62px 0 78px;
  }

  .stay-product-detail-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .stay-product-detail-topbar {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .stay-product-detail-topbar-active {
    min-width: 58px;
    height: 30px;
    font-size: 14px;
  }

  .stay-product-detail-title-cn {
    font-size: 44px;
  }

  .stay-product-detail-title-en {
    font-size: 18px;
  }

  .stay-product-detail-desc,
  .stay-product-detail-meta-row,
  .stay-product-detail-coupon-note-text {
    font-size: 15px;
  }

  .stay-product-detail-info-box,
  .stay-product-detail-coupon-note {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .stay-product-detail-coupon-note {
    flex-direction: column;
    align-items: flex-start;
  }

  .stay-product-detail-coupon-note-icon {
    width: 54px;
    height: 54px;
  }

  .stay-product-location {
    padding: 64px 0 78px;
  }

  .stay-product-section-heading {
    gap: 14px;
    margin-bottom: 34px;
  }

  .stay-product-section-heading-line {
    width: 72px;
    max-width: none;
  }

  .stay-product-section-heading-title {
    font-size: 28px;
  }

  .stay-product-location-map {
    width: min(100%, 520px);
  }

  .stay-product-location-deco {
    width: 64px;
    height: 48px;
  }

  .stay-product-location-deco-left {
    left: -6px;
  }

  .stay-product-location-deco-right {
    right: -6px;
  }

  .stay-product-login-shell {
    border-radius: 20px;
  }

  .stay-product-login-authenticated-actions {
    flex-direction: column;
    align-items: center;
  }

  .stay-product-login-authenticated-actions .stay-product-pill-btn {
    width: min(100%, 260px);
  }

  .stay-product-login-visual {
    min-height: 300px;
  }

  .stay-product-login-logo {
    left: 20px;
    top: 18px;
    width: 110px;
  }

  .stay-product-login-visual-copy {
    inset: auto 20px 18px 20px;
  }

  .stay-product-login-visual-copy h3 {
    font-size: 42px;
  }

  .stay-product-login-visual-copy p {
    font-size: 16px;
  }

  .stay-product-login-panel {
    padding: 22px 16px 20px;
  }

  .stay-product-login-heading {
    font-size: 40px;
    margin-bottom: 16px;
  }

  .stay-product-login-card {
    padding: 22px 18px 18px;
    border-radius: 20px;
  }

  .stay-product-login-input {
    height: 40px;
  }

  .stay-product-guest-btn {
    min-width: 100%;
    font-size: 16px;
  }

  .rent-highlight-section {
    padding: 26px 0 42px;
  }

  .rent-highlight-heading {
    gap: 12px;
    margin-bottom: 18px;
  }

  .rent-highlight-heading-line {
    width: 70px;
    max-width: none;
  }

  .rent-highlight-heading-text {
    font-size: 18px;
  }

  .rent-highlight-card,
  .rent-highlight-image {
    min-height: 300px;
    height: 300px;
  }

  .rent-highlight-title {
    left: 16px;
    top: 16px;
  }

  .rent-highlight-title h2 {
    font-size: 28px;
  }

  .rent-highlight-title p {
    font-size: 14px;
  }

  .rent-intro-section {
    padding: 38px 0 48px;
  }

  .rent-intro-subtitle {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .rent-intro-copy {
    font-size: 15px;
    line-height: 1.9;
  }

  .rent-feature-strip .stay-product-feature-pill {
    min-height: 76px;
  }

  .rent-feature-strip .stay-product-feature-text {
    font-size: 15px;
  }

  .rent-feature-strip .stay-product-feature-icon img {
    width: 26px;
    height: 26px;
  }

  .rent-service-section {
    padding: 28px 16px 42px;
  }

  .rent-service-inner {
    gap: 18px;
  }

  .rent-service-pill .stay-product-feature-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .rent-extra-double-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rent-extra-double-head {
    font-size: 20px;
  }

  .rent-extra-double-text {
    font-size: 15px;
    line-height: 1.7;
    padding-top: 0;
  }
}