/* Sun & Moon Apartment — hospitality template styles */
:root {
  --gst-brand: #154C63;
  --gst-brand-hover: #2A9DB0;
  --gst-accent-orange: #D9B36A;
  --gst-ink: #222222;
  --gst-ink-muted: #66747A;
  --gst-bg: #F7F4EF;
  --gst-bg-soft: #FFFFFF;
  --gst-border: rgba(21, 76, 99, 0.12);
  --gst-radius: 20px;
  --gst-max: 1180px;
  --gst-shadow: 0 18px 45px rgba(21, 76, 99, 0.12);
  --gst-shadow-soft: 0 10px 28px rgba(21, 76, 99, 0.09);
  --gst-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--gst-font);
  font-size: 16px;
  line-height: 1.55;
  color: var(--gst-ink);
  background:
    radial-gradient(circle at top left, rgba(217, 179, 106, 0.18), transparent 34rem),
    linear-gradient(180deg, #fbf8f2 0%, var(--gst-bg) 24rem);
  overflow-x: hidden;
  max-width: 100%;
}

/* GWT offset on demo chrome only (avoid body padding + sticky top double gap) */
body.has-gwt-site-nav {
  padding-top: 0;
  display: flow-root;
}

body.has-gwt-site-nav .gst-header {
  margin-top: var(--gwt-site-navbar-offset, calc(0.8rem + 0.8rem + 2.25rem + 2px));
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--gst-radius);
}

a {
  color: var(--gst-brand);
  text-decoration: none;
}

a:hover {
  color: var(--gst-brand-hover);
}

.gst-container {
  width: 100%;
  max-width: var(--gst-max);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header: top bar scrolls; main nav sticks */
.gst-header {
  background: rgba(247, 244, 239, 0.92);
  border-bottom: 1px solid var(--gst-border);
}

.gst-nav-sticky {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--gst-border);
  box-shadow: 0 8px 24px rgba(21, 76, 99, 0.06);
}

body.has-gwt-site-nav .gst-nav-sticky {
  top: var(--gwt-site-navbar-offset, calc(0.8rem + 0.8rem + 2.25rem + 2px));
}

.gst-main {
  min-height: 50vh;
}

.gst-topbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: var(--gst-ink-muted);
  border-bottom: 1px solid var(--gst-border);
}

.gst-topbar span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.gst-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
  gap: 1rem;
}

.logo .gst-brand {
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--gst-ink);
  letter-spacing: -0.02em;
}

.logo .gst-brand span {
  color: var(--gst-brand);
}

.gst-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
  background: var(--gst-bg-soft);
  border: 1px solid var(--gst-border);
  border-radius: 8px;
  cursor: pointer;
}

.gst-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--gst-brand);
}

.gst-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 1.25rem;
}

.gst-nav a {
  color: #3f535a;
  font-weight: 600;
  font-size: 0.95rem;
}

.gst-nav a:hover,
.gst-nav a[aria-current="page"] {
  color: var(--gst-brand);
}

.gst-nav .gst-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 2px solid var(--gst-brand);
  background: transparent;
  color: var(--gst-brand);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.25;
  white-space: nowrap;
}

.gst-nav .gst-nav-cta:hover {
  color: #FFFFFF;
  background: var(--gst-brand);
}

@media (max-width: 900px) {
  .gst-nav-toggle {
    display: flex;
  }

  .gst-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0 0;
  }

  .gst-nav.is-open {
    display: flex;
  }

  .gst-nav .gst-nav-cta {
    white-space: normal;
    text-align: center;
    width: 100%;
    justify-content: flex-start;
  }
}

/* Hero */
.gst-hero {
  padding: 5.5rem 0 5rem;
  text-align: center;
}

.gst-hero h1 {
  margin: 0 0 1.35rem;
  font-size: clamp(2.45rem, 5vw, 4.75rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: var(--gst-ink);
}

.gst-hero p {
  margin: 0 auto;
  max-width: 38rem;
  color: var(--gst-ink-muted);
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.75;
}

.gst-hero--sunmoon {
  display: grid;
  gap: clamp(2.25rem, 5vw, 4.5rem);
  align-items: center;
  text-align: left;
  min-height: 680px;
}

@media (min-width: 900px) {
  .gst-hero--sunmoon {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
  }
}

.gst-hero--sunmoon p {
  margin-left: 0;
}

.gst-eyebrow,
.gst-kicker {
  display: inline-flex;
  margin: 0 0 0.8rem;
  color: var(--gst-accent-orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gst-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.gst-hero-visual {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(217, 179, 106, 0.2));
  border: 1px solid var(--gst-border);
  border-radius: 34px;
  padding: 0.85rem;
  box-shadow: var(--gst-shadow);
}

.gst-hero-visual img {
  width: 100%;
  min-height: 520px;
  max-height: 650px;
  object-fit: cover;
  background: #FFFFFF;
  border-radius: 26px;
}

/* Booking strip — classes .hotel_booking_area / .hotel_booking kept for gwt-booking.js */
.hotel_booking_area {
  position: relative;
  z-index: 5;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: 0 0 4.75rem;
}

.hotel_booking {
  background: #FFFFFF;
  border: 1px solid var(--gst-border);
  border-radius: 28px;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  box-shadow: 0 24px 70px rgba(21, 76, 99, 0.16);
}

.hotel_booking form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  align-items: end;
}

.gst-book-label {
  grid-column: span 12;
}

@media (min-width: 768px) {
  .gst-book-label {
    grid-column: span 2;
  }
}

.gst-book-label-inner h6 {
  margin: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gst-ink-muted);
}

.gst-book-label-inner p {
  margin: 0;
  font-weight: 700;
  color: var(--gst-ink);
  font-size: 1.15rem;
}

.gst-field {
  grid-column: span 12;
}

@media (min-width: 768px) {
  .gst-field--sm {
    grid-column: span 2;
  }
  .gst-field--wide {
    grid-column: span 6;
  }
}

.gst-field label {
  display: block;
  font-size: 0.75rem;
  color: #51646b;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.gst-input,
.gst-select {
  width: 100%;
  padding: 0.82rem 0.95rem;
  border-radius: 14px;
  border: 1px solid var(--gst-border);
  background: #fbfaf7;
  color: var(--gst-ink);
  font: inherit;
}

.gst-input:focus,
.gst-select:focus {
  outline: 2px solid var(--gst-brand);
  outline-offset: 1px;
}

.gst-book-actions {
  grid-column: span 12;
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .gst-book-actions {
    grid-column: span 12;
  }
}

/* Buttons — .btn used by gwt-booking.js */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.86rem 1.55rem;
  border-radius: 999px;
  border: 1px solid var(--gst-brand);
  background: var(--gst-brand);
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(21, 76, 99, 0.18);
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.btn:hover {
  background: var(--gst-brand-hover);
  border-color: var(--gst-brand-hover);
  color: #FFFFFF !important;
  box-shadow: 0 14px 30px rgba(42, 157, 176, 0.22);
  transform: translateY(-2px);
}

.btn-success {
  background: var(--gst-brand);
  border-color: var(--gst-brand);
  color: #FFFFFF !important;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.72);
  color: var(--gst-brand) !important;
  border-color: rgba(21, 76, 99, 0.2);
  box-shadow: none;
}

.btn-ghost:hover {
  background: #FFFFFF;
  color: var(--gst-brand) !important;
  border-color: var(--gst-accent-orange);
}

/* Featured rooms */
.gst-section {
  padding: 4.25rem 0 5rem;
}

.gst-section:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.38));
}

.gst-section-title {
  text-align: center;
  margin: 0 0 3rem;
}

.gst-section-title h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.gst-section-title p {
  margin: 0;
  color: var(--gst-ink-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.gst-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 700px) {
  .gst-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gst-grid-auto {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.gst-card {
  background: var(--gst-bg-soft);
  border: 1px solid var(--gst-border);
  border-radius: 26px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--gst-shadow-soft);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.gst-card:hover {
  box-shadow: var(--gst-shadow);
  transform: translateY(-3px);
}

.gst-card-media {
  aspect-ratio: 1.18 / 1;
  overflow: hidden;
  background: #FFFFFF;
}

.gst-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.gst-card-body {
  padding: 1.45rem 1.55rem 1.65rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  flex: 1;
}

.gst-card-body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.gst-card-body p {
  color: var(--gst-ink-muted);
  line-height: 1.65;
}

.single_room_wrapper .gst-card-body,
.single_room_wrapper .room_details {
  display: block;
}

.single_room_wrapper h5 {
  color: var(--gst-ink);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.single_room_wrapper .room_rent p {
  color: var(--gst-brand);
  font-size: 1.35rem;
  font-weight: 800;
}

.single_room_wrapper .room_rent span {
  color: var(--gst-ink-muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.single_room_wrapper .btn {
  margin-top: 1rem;
}

.gst-trust-grid {
  align-items: stretch;
}

@media (min-width: 700px) {
  .gst-trust-grid {
    grid-template-columns: 1.25fr 0.875fr 0.875fr;
  }
}

.gst-trust-grid .gst-card {
  border-color: rgba(217, 179, 106, 0.28);
}

.gst-trust-grid .gst-card:first-child {
  background:
    linear-gradient(135deg, rgba(21, 76, 99, 0.96), rgba(42, 157, 176, 0.92)),
    #154C63;
  color: #FFFFFF;
  box-shadow: 0 26px 70px rgba(21, 76, 99, 0.24);
}

.gst-trust-grid .gst-card:first-child .gst-kicker,
.gst-trust-grid .gst-card:first-child p {
  color: rgba(255, 255, 255, 0.82);
}

.gst-trust-grid .gst-card:first-child h3 {
  color: #FFFFFF;
  font-size: clamp(1.9rem, 4vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.gst-trust-grid .gst-card:first-child .gst-kicker {
  font-size: clamp(1.65rem, 4vw, 3rem);
  letter-spacing: -0.045em;
  text-transform: none;
}

.gst-price {
  margin: 0;
  color: var(--gst-ink-muted);
  font-size: 0.9rem;
}

.gst-price strong {
  color: var(--gst-brand);
  font-size: 1.1rem;
}

.gst-center {
  text-align: center;
  margin-top: 2rem;
}

/* Destination guide */
.gst-guide-hero {
  max-width: 880px;
  padding-bottom: 3.5rem;
}

.gst-guide-hero .gst-eyebrow {
  justify-content: center;
  margin-bottom: 1rem;
}

.gst-guide-hero p + p {
  margin-top: 1rem;
  max-width: 48rem;
}

.gst-guide-section {
  padding-top: 3.5rem;
}

.gst-guide-grid {
  align-items: stretch;
}

.gst-guide-card {
  min-height: 100%;
  border-color: rgba(217, 179, 106, 0.25);
}

.gst-guide-card .gst-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 100%;
  padding: 1.75rem;
}

.gst-guide-card h3 {
  color: var(--gst-brand);
  font-size: 1.28rem;
  letter-spacing: -0.025em;
}

.gst-guide-card p {
  margin: 0 0 1.35rem;
  flex: 1;
}

.gst-guide-card .btn {
  margin-top: auto;
}

.gst-guide-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.9rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgba(217, 179, 106, 0.18);
  color: #6d5420;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gst-guide-feature,
.gst-guide-callout,
.gst-guide-cta {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid var(--gst-border);
  border-radius: 32px;
  box-shadow: var(--gst-shadow-soft);
}

.gst-guide-feature {
  padding: clamp(2rem, 5vw, 4rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 239, 0.92)),
    #FFFFFF;
}

.gst-guide-feature h2,
.gst-guide-callout h2,
.gst-guide-cta h2 {
  margin: 0 0 1rem;
  color: var(--gst-brand);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.04em;
}

.gst-guide-feature p,
.gst-guide-callout p,
.gst-guide-cta p {
  margin: 0;
  color: var(--gst-ink-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.gst-guide-callout {
  padding: clamp(1.75rem, 4vw, 3rem);
  background:
    linear-gradient(135deg, rgba(21, 76, 99, 0.96), rgba(42, 157, 176, 0.9)),
    var(--gst-brand);
  color: #FFFFFF;
  box-shadow: 0 24px 60px rgba(21, 76, 99, 0.2);
}

.gst-guide-callout .gst-guide-label {
  background: rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
}

.gst-guide-callout h2,
.gst-guide-callout p {
  color: #FFFFFF;
}

.gst-guide-callout p {
  opacity: 0.86;
}

.gst-guide-cta {
  text-align: center;
  padding: clamp(2.25rem, 5vw, 4.25rem);
  background:
    radial-gradient(circle at top left, rgba(217, 179, 106, 0.2), transparent 18rem),
    #FFFFFF;
}

.gst-guide-cta .gst-hero-actions {
  justify-content: center;
  margin-bottom: 0;
}

/* Reviews and trust page */
.gst-reviews-hero {
  max-width: 940px;
  padding-bottom: 3.5rem;
}

.gst-reviews-hero .gst-eyebrow {
  justify-content: center;
  margin-bottom: 1rem;
}

.gst-grid--4 {
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .gst-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1040px) {
  .gst-grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gst-review-summary .gst-card {
  border-color: rgba(42, 157, 176, 0.18);
}

.gst-review-summary .gst-card-body {
  display: block;
  padding: 1.7rem;
}

.gst-review-summary h3 {
  color: var(--gst-brand);
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.gst-review-carousel {
  position: relative;
}

.gst-review-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0.5rem 0.1rem 1.4rem;
}

.gst-review-track::-webkit-scrollbar {
  display: none;
}

.gst-review-card {
  flex: 0 0 100%;
  scroll-snap-align: start;
  background: #FFFFFF;
  border: 1px solid var(--gst-border);
  border-radius: 28px;
  box-shadow: var(--gst-shadow-soft);
  padding: 1.7rem;
}

@media (min-width: 640px) {
  .gst-review-card {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
}

@media (min-width: 980px) {
  .gst-review-card {
    flex-basis: calc((100% - 3rem) / 3);
  }
}

.gst-review-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.gst-review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gst-brand), var(--gst-brand-hover));
  color: #FFFFFF;
  font-weight: 800;
  font-size: 1.25rem;
}

.gst-review-head h3 {
  margin: 0;
  color: var(--gst-brand);
  font-size: 1.1rem;
}

.gst-review-head p,
.gst-review-card p {
  margin: 0;
  color: var(--gst-ink-muted);
  line-height: 1.7;
}

.gst-review-card > p {
  margin-bottom: 1.25rem;
}

.gst-review-card strong {
  color: var(--gst-ink);
}

.gst-review-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--gst-border);
  border-radius: 50%;
  background: #FFFFFF;
  color: var(--gst-brand);
  box-shadow: var(--gst-shadow-soft);
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.gst-review-arrow:hover {
  background: var(--gst-brand);
  color: #FFFFFF;
}

.gst-review-arrow--prev {
  left: -1rem;
}

.gst-review-arrow--next {
  right: -1rem;
}

@media (max-width: 700px) {
  .gst-review-arrow {
    position: static;
    transform: none;
    margin: 0.25rem;
  }

  .gst-review-carousel {
    text-align: center;
  }
}

.gst-review-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.8rem;
}

.gst-review-dots button {
  width: 0.65rem;
  height: 0.65rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(21, 76, 99, 0.25);
  cursor: pointer;
}

.gst-review-dots button.is-active {
  width: 1.6rem;
  border-radius: 999px;
  background: var(--gst-brand-hover);
}

/* About */
.gst-split {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

@media (min-width: 800px) {
  .gst-split {
    grid-template-columns: 1fr 1fr;
  }
}

.gst-split h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  letter-spacing: -0.035em;
}

.gst-split p {
  margin: 0 0 1.25rem;
  color: var(--gst-ink-muted);
  line-height: 1.75;
}

/* Footer strip */
.gst-footer {
  padding: 2.5rem 0;
  border-top: 1px solid var(--gst-border);
  background: var(--gst-bg-soft);
}

.gst-footer-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 700px) {
  .gst-footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gst-footer h3 {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gst-ink-muted);
}

.gst-footer p,
.gst-footer a {
  margin: 0;
  font-size: 0.95rem;
  color: var(--gst-ink);
}

.gst-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.gst-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid var(--gst-border);
  background: var(--gst-bg);
  font-size: 1rem;
}

.gst-note {
  font-size: 0.8rem;
  color: var(--gst-ink-muted);
  text-align: center;
  padding: 1.5rem 0 2rem;
}

/* Reserva / booking steps */
.gst-booking-wrap {
  padding: 2rem 0 3rem;
}

.booking {
  width: min(100%, 960px);
  margin-inline: auto;
}

.gst-tablist {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.gst-tablist a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--gst-border);
  background: var(--gst-bg-soft);
  color: var(--gst-ink-muted);
  font-size: 0.85rem;
  font-weight: 600;
  pointer-events: none;
}

.gst-tablist a i {
  font-style: normal;
  font-weight: 800;
  color: var(--gst-brand);
}

.tab-pane {
  display: none;
  padding: 1.25rem 0;
}

.tab-pane.active {
  display: block;
}

.gst-booking-panel {
  background: var(--gst-bg-soft);
  border: 1px solid var(--gst-border);
  border-radius: var(--gst-radius);
  padding: 1.25rem;
  margin-bottom: 1rem;
}

#personal_info .hotel_booking_area {
  margin-top: 0;
  padding: 0;
}

#personal_info .hotel_booking {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.hotel_booking form.booking-guest-form {
  display: block;
  width: 100%;
}

.booking-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem 1.25rem;
}

.booking-form-field {
  min-width: 0;
}

.booking-form-field label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--gst-ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.booking-form-field .form-control {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.booking-form-field textarea.form-control {
  min-height: 8rem;
  resize: vertical;
}

@media (min-width: 640px) {
  .booking-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-form-field--full {
    grid-column: 1 / -1;
  }
}

.gst-row-2 {
  display: grid;
  gap: 1rem;
}

@media (min-width: 700px) {
  .gst-row-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.booking_next_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gst-border);
}

.booking-form-actions {
  align-items: center;
  justify-content: space-between;
}

.booking-form-actions .floatright {
  margin-left: 0;
}

@media (max-width: 639px) {
  .booking-form-actions > .btn {
    width: 100%;
  }
}

.floatright {
  margin-left: auto;
}

.right_pay_now {
  margin-top: 1rem;
  text-align: right;
}

.form-control {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--gst-border);
  background: var(--gst-bg);
  color: var(--gst-ink);
  font: inherit;
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid var(--gst-border);
  padding: 0.6rem;
}

.booking_done_confirmation a {
  color: var(--gst-brand);
  font-weight: 700;
}

/* Standalone footer strip */
.gst-gwt-strip {
  text-align: center;
  padding: 1.35rem 1rem 1.6rem;
  background: #0b0c10;
  color: #c5c6c7;
  border-top: 2px solid var(--gst-brand);
  font-size: 0.95rem;
  margin-top: 2rem;
}

.gst-gwt-strip p {
  margin: 0 0 0.65rem;
}

.gst-gwt-strip a {
  display: inline-block;
  margin: 0.35rem 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

.gst-gwt-strip .gst-gwt-btn--primary {
  background: var(--gst-brand);
  color: #FFFFFF;
}

.gst-gwt-strip .gst-gwt-btn--outline {
  border: 2px solid var(--gst-brand);
  color: var(--gst-brand);
  background: transparent;
}

/* Admin panel cards (Bootstrap-compatible dark panels) */
.gst-admin-panel {
  background: var(--gst-bg-soft);
  border: 1px solid var(--gst-border);
  border-radius: var(--gst-radius);
  padding: 1.25rem;
}

.gst-admin-panel h2 {
  font-size: 1.1rem;
  margin: 0 0 1rem;
  font-weight: 700;
}

.gst-admin .table {
  color: var(--gst-ink);
  font-size: 0.875rem;
}

.gst-admin .table-dark {
  --bs-table-bg: var(--gst-bg-soft);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.15);
  --bs-table-border-color: var(--gst-border);
}

.gst-payment-methods {
  margin: 1.5rem 0;
  padding-top: 1rem;
  border-top: 1px solid var(--gst-border);
}

.gst-payment-method {
  display: flex;
  align-items: center;
  gap: .75rem;
  justify-content: space-between;
  padding: .75rem;
  margin: .5rem 0;
  border: 1px solid var(--gst-border);
}

.gst-payment-method p {
  flex: 1;
  margin: 0;
}

.gst-payment-unavailable {
  color: #7a5a00;
  font-weight: 700;
}
