html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 200;
  transform: translateY(-160%);
  border-radius: 0.75rem;
  background: #0f172a;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.55rem 0.8rem;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 10% 15%, rgba(251, 191, 36, 0.18), transparent 40%),
    radial-gradient(circle at 85% 12%, rgba(249, 115, 22, 0.18), transparent 42%),
    radial-gradient(circle at 50% 0%, rgba(255, 237, 213, 0.92), transparent 28%),
    linear-gradient(180deg, #fff7ed 0%, #f8fafc 28%, #fff 100%);
}

.nav-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: #475569;
  transition: color 0.2s ease;
}

.nav-link.active,
.mobile-link.active {
  color: #c2410c;
}

.nav-link.active {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.nav-link:hover,
.mobile-link:hover,
.footer-link:hover {
  color: #c2410c;
}

.mobile-link {
  border-radius: 12px;
  padding: 0.55rem 0.8rem;
  transition: background-color 0.2s ease;
}

.mobile-link.active {
  background: #fff7ed;
}

.mobile-link:hover {
  background: #fff7ed;
}

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 800;
  color: #0f172a;
}

.section-eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c2410c;
}

.contact-pill {
  border-radius: 0.9rem;
  border: 1px solid #fed7aa;
  background: #fff;
  padding: 0.65rem 0.85rem;
  text-align: center;
  transition: transform 0.2s ease;
}

.contact-pill:hover {
  transform: translateY(-2px);
}

.hero-glow {
  position: absolute;
  inset: -16px;
  z-index: 0;
  border-radius: 2.4rem;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.2), rgba(251, 191, 36, 0.2));
  filter: blur(4px);
}

.hero-stats {
  position: relative;
  z-index: 10;
}

.stat-card {
  border-radius: 1rem;
  border: 1px solid #ffedd5;
  background: rgba(255, 255, 255, 0.88);
  padding: 0.95rem 1rem;
  box-shadow: 0 12px 30px rgba(194, 65, 12, 0.08);
  backdrop-filter: blur(10px);
}

.stat-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fb923c;
}

.stat-card strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.94rem;
  color: #0f172a;
}

.about-chip {
  border-radius: 14px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  padding: 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  color: #9a3412;
}

.facility-card {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-radius: 1rem;
  border: 1px solid #ffedd5;
  background: #fff;
  padding: 0.95rem 1rem;
  color: #1e293b;
  box-shadow: 0 8px 24px rgba(148, 163, 184, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.facility-card i {
  width: 1.05rem;
  height: 1.05rem;
  color: #ea580c;
}

.facility-card span {
  font-size: 0.94rem;
  font-weight: 600;
}

.facility-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(194, 65, 12, 0.14);
}

.gallery-img {
  width: 100%;
  height: 12rem;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.gallery-img:hover {
  transform: scale(1.02);
  filter: saturate(1.08);
}

.room-panel {
  display: grid;
  gap: 1.3rem;
  border-radius: 1.6rem;
  border: 1px solid #fed7aa;
  background: linear-gradient(130deg, #fff, #fff7ed);
  padding: 1.5rem;
  box-shadow: 0 14px 35px rgba(194, 65, 12, 0.12);
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.84);
  padding: 0.6rem 0.75rem;
}

.feature-item i {
  width: 1rem;
  height: 1rem;
  color: #ea580c;
}

.payment-summary {
  display: grid;
}

.payment-info-card {
  border-radius: 1rem;
  border: 1px solid #fed7aa;
  background: #fff;
  padding: 0.9rem 1rem;
  box-shadow: 0 10px 24px rgba(148, 163, 184, 0.08);
}

.payment-info-card span {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fb923c;
}

.payment-info-card strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.94rem;
  color: #0f172a;
}

.payment-qr {
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 1rem;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 12px 28px rgba(194, 65, 12, 0.12);
}

.payment-qr-empty {
  display: flex;
  width: 9.5rem;
  min-height: 9.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px dashed #fb923c;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.85rem;
  text-align: center;
  color: #9a3412;
}

.payment-qr-empty i {
  width: 2rem;
  height: 2rem;
}

.payment-qr-empty p {
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.4;
}

.testimonial-card {
  border-radius: 1.2rem;
  border: 1px solid #ffedd5;
  background: #fff;
  padding: 1.3rem;
  box-shadow: 0 10px 24px rgba(148, 163, 184, 0.12);
}

.testimonial-card p {
  color: #334155;
  font-size: 0.94rem;
  line-height: 1.6;
}

.testimonial-card h3 {
  margin-top: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.testimonial-card span {
  font-size: 0.82rem;
  color: #64748b;
}

.faq-stack {
  display: grid;
  gap: 0.9rem;
}

.faq-item {
  border-radius: 1.2rem;
  border: 1px solid #fed7aa;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem 1.1rem;
  box-shadow: 0 10px 24px rgba(148, 163, 184, 0.1);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #0f172a;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: #c2410c;
  font-size: 1.15rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin-top: 0.85rem;
  color: #475569;
  line-height: 1.65;
}

.payment-form-note {
  color: #64748b;
}

.mobile-action-bar {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 65;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  padding: 0.6rem;
  border: 1px solid rgba(255, 237, 213, 0.92);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.14);
}

.action-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 0.95rem;
  padding: 0.8rem 0.65rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #fff;
}

.action-chip i {
  width: 1rem;
  height: 1rem;
}

.action-chip-call {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.action-chip-whatsapp {
  background: linear-gradient(135deg, #15803d, #22c55e);
}

.action-chip-book {
  background: linear-gradient(135deg, #ea580c, #f97316);
}

.admin-shell {
  min-height: 100vh;
  padding: 2rem 1rem 4rem;
}

.admin-card {
  border-radius: 1.5rem;
  border: 1px solid #fed7aa;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px);
}

.admin-toolbar {
  display: grid;
  gap: 0.8rem;
}

.admin-stat {
  border-radius: 1rem;
  border: 1px solid #fed7aa;
  background: #fff;
  padding: 0.9rem 1rem;
}

.admin-stat span {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fb923c;
}

.admin-stat strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.15rem;
  color: #0f172a;
}

.admin-table-wrap {
  overflow-x: auto;
  border-radius: 1.25rem;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid #e2e8f0;
  padding: 0.85rem 0.95rem;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  position: sticky;
  top: 0;
  background: #fff7ed;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a3412;
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-badge-inquiry {
  background: #fff7ed;
  color: #c2410c;
}

.admin-badge-payment {
  background: #ecfdf5;
  color: #047857;
}

.admin-input {
  width: 100%;
  border-radius: 0.9rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 0.8rem 0.95rem;
  font-size: 0.95rem;
}

.admin-input:focus {
  border-color: #fb923c;
  box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.18);
  outline: none;
}

.admin-empty {
  border-radius: 1.25rem;
  border: 1px dashed #fed7aa;
  background: #fff7ed;
  padding: 1.2rem;
  color: #9a3412;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 5.2rem;
  }
}

.form-input {
  margin-top: 0.4rem;
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 0.8rem 0.95rem;
  font-size: 0.93rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-input:focus {
  border-color: #fb923c;
  box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.2);
  outline: none;
}

.form-input.input-error {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.16);
}

.footer-link {
  color: #cbd5e1;
  transition: color 0.2s ease;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.social-btn:hover {
  transform: translateY(-3px);
  background: rgba(251, 191, 36, 0.4);
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  box-shadow: 0 18px 35px rgba(18, 140, 126, 0.45);
  transition: transform 0.2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.03);
}

.floating-whatsapp i {
  width: 1.35rem;
  height: 1.35rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 900px) {
  .room-panel {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    padding: 2rem;
  }

  .gallery-img {
    height: 13.5rem;
  }

  .floating-whatsapp {
    right: 1.5rem;
    bottom: 1.5rem;
  }

  .payment-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-toolbar {
    grid-template-columns: 1.1fr 0.8fr 0.8fr auto;
  }
}

/* Video Tour Section Styling */
video {
  width: 100%;
  height: auto;
  display: block;
  background: #1f2937;
  border-radius: 0.5rem;
}

video::-webkit-media-controls-panel {
  background: rgba(15, 23, 42, 0.92);
}

video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-fullscreen-button {
  color: #fff;
}

video::cue {
  background: rgba(15, 23, 42, 0.95);
}

.video-card {
  border-radius: 1.2rem;
  border: 1px solid #ffedd5;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(148, 163, 184, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(194, 65, 12, 0.15);
}

.video-card video {
  border-radius: 0;
}
