:root {
  --bg: #070604;
  --panel: #12100c;
  --panel-2: #1c1811;
  --ink: #fff8eb;
  --muted: #c8bda4;
  --gold: #d8aa28;
  --gold-2: #ffe68e;
  --line: rgba(255, 219, 123, 0.28);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 0%, rgba(216, 170, 40, 0.18), transparent 28rem),
    linear-gradient(180deg, #080705 0%, #12100c 44%, #070604 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(16px, 4vw, 64px);
  border-bottom: 1px solid rgba(255, 219, 123, 0.14);
  background: rgba(8, 7, 5, 0.86);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 150px;
  filter: drop-shadow(0 8px 22px rgba(216, 170, 40, 0.36));
}

nav {
  display: flex;
  gap: clamp(16px, 3vw, 36px);
  color: rgba(255, 248, 235, 0.76);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

nav a:hover {
  color: var(--gold-2);
}

.header-cta,
.btn,
.plan-btn,
.booking-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.header-cta,
.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.035);
}

.primary,
.booking-form button {
  color: #171106;
  border-color: rgba(255, 230, 142, 0.82);
  background: linear-gradient(135deg, #fff1aa, var(--gold) 58%, #9b710d);
  box-shadow: 0 18px 48px rgba(216, 170, 40, 0.24);
}

.hero {
  min-height: calc(100svh - 79px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(52px, 7vw, 96px) clamp(18px, 5vw, 72px);
}

.hero-copy {
  max-width: 790px;
}

.region,
.section-head span,
.booking-summary span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-logo {
  width: min(390px, 76vw);
  margin-bottom: 26px;
  filter: drop-shadow(0 14px 34px rgba(216, 170, 40, 0.36));
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.93;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy p,
.section-head p,
.booking-form p,
.booking-summary p,
.faq-list p {
  color: rgba(255, 248, 235, 0.84);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.56;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(255, 248, 235, 0.56);
}

.proof-row strong {
  color: var(--gold-2);
}

.video-panel {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(255, 219, 123, 0.38);
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.04), rgba(255, 248, 235, 0.015)),
    radial-gradient(circle at 52% 36%, rgba(255, 230, 142, 0.16), transparent 14rem),
    #0d0b08;
  box-shadow: var(--shadow);
}

.video-frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: clamp(24px, 4vw, 42px);
  background: linear-gradient(180deg, rgba(7, 6, 4, 0.12), rgba(7, 6, 4, 0.78));
  cursor: pointer;
  transition: opacity 360ms ease, visibility 360ms ease;
}

.video-panel.video-active .video-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.video-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(255, 219, 123, 0.2);
}

.video-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 219, 123, 0.26), transparent 6rem),
    linear-gradient(135deg, rgba(216, 170, 40, 0.1), transparent 38%);
}

.play-button {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 22px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff1aa, var(--gold));
  box-shadow: 0 0 26px rgba(216, 170, 40, 0.5), 0 6px 18px rgba(0, 0, 0, 0.45);
  pointer-events: none;
  animation: playPulse 2.4s ease-in-out infinite;
}

.play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 56%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #151007;
}

@keyframes playPulse {
  0%, 100% { box-shadow: 0 0 26px rgba(216, 170, 40, 0.5), 0 6px 18px rgba(0, 0, 0, 0.45); }
  50% { box-shadow: 0 0 38px rgba(216, 170, 40, 0.75), 0 6px 18px rgba(0, 0, 0, 0.45); }
}

.video-overlay span {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  pointer-events: none;
}

.video-overlay h2 {
  max-width: 480px;
  margin: 12px 0 10px;
  font-size: clamp(33px, 4vw, 58px);
  line-height: 0.98;
  text-transform: uppercase;
  pointer-events: none;
}

.video-overlay p {
  max-width: 420px;
  margin-bottom: 0;
  color: rgba(255, 248, 235, 0.68);
  font-size: 16px;
  line-height: 1.5;
  pointer-events: none;
}

.portfolio-section,
.benefits-section,
.testimonials-section,
.pricing-section,
.conditions-section,
.reservation-section,
.faq-section {
  padding: clamp(72px, 9vw, 126px) clamp(16px, 5vw, 72px);
}

.section-head {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head.light h2,
.section-head.light p {
  color: var(--ink);
}

.section-head h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.98;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.section-head p {
  max-width: 680px;
  margin: 0 auto;
}

.gallery-grid {
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.gallery-grid article,
.gallery-grid .gallery-card {
  min-height: 220px;
  display: flex;
  align-items: end;
  padding: 20px;
  color: var(--gold-2);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.64)),
    var(--gallery-image),
    #11100c;
  background-position: center;
  background-size: cover;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: transform 220ms ease, filter 220ms ease;
}

.gallery-grid .gallery-card:hover,
.gallery-grid .gallery-card:focus-visible {
  transform: scale(1.02);
  filter: brightness(1.1);
  outline: none;
  z-index: 1;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(7, 6, 4, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  backdrop-filter: blur(6px);
}

.lightbox[hidden] {
  display: none;
}

.lightbox-figure {
  margin: 0;
  max-width: min(1100px, 92vw);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.lightbox-figure img {
  max-width: 100%;
  max-height: 78vh;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  background: #11100c;
}

.lightbox-figure figcaption {
  color: var(--gold-2);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  background: rgba(28, 24, 17, 0.85);
  color: var(--gold-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease, transform 200ms ease;
}

.lightbox-close {
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  font-size: 26px;
  line-height: 1;
}

.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  font-size: 32px;
  line-height: 1;
}

.lightbox-nav.prev { left: 20px; }
.lightbox-nav.next { right: 20px; }

.lightbox-close:hover,
.lightbox-nav:hover {
  background: var(--gold);
  color: #11100c;
}

@media (max-width: 640px) {
  .lightbox-nav { width: 44px; height: 44px; font-size: 26px; }
  .lightbox-nav.prev { left: 10px; }
  .lightbox-nav.next { right: 10px; }
  .lightbox-close { top: 14px; right: 14px; }
}

.benefits-section,
.testimonials-section,
.faq-section {
  background: rgba(255, 248, 235, 0.035);
}

.benefits-grid {
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.benefits-grid article {
  min-height: 230px;
  padding: 28px 30px;
  background: #0c0b08;
}

.benefits-grid strong {
  display: block;
  margin-bottom: 38px;
  color: var(--gold-2);
}

.benefits-grid h3 {
  margin-bottom: 12px;
  font-size: 29px;
  line-height: 1.05;
}

.benefits-grid p {
  margin-bottom: 0;
  color: rgba(255, 248, 235, 0.84);
  font-size: 18px;
  line-height: 1.55;
}

.testimonials-grid {
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto;
}

.testimonials-grid article {
  overflow: hidden;
  border: 1px solid rgba(255, 219, 123, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.06), rgba(255, 248, 235, 0.015)),
    #0c0b08;
  box-shadow: var(--shadow);
}

.testimonials-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.testimonials-grid div {
  padding: 20px;
}

.testimonials-grid h3 {
  margin-bottom: 10px;
  color: var(--gold-2);
  font-size: 22px;
}

.testimonials-grid p {
  margin-bottom: 0;
  color: rgba(255, 248, 235, 0.82);
  font-size: 15px;
  line-height: 1.55;
}

.conditions-grid {
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.conditions-grid article {
  min-height: 190px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.045), rgba(255, 248, 235, 0.012)),
    #0c0b08;
}

.conditions-grid h3 {
  margin-bottom: 10px;
  color: var(--gold-2);
  font-size: 18px;
  line-height: 1.1;
}

.conditions-grid p {
  margin-bottom: 0;
  color: rgba(255, 248, 235, 0.82);
  font-size: 15px;
  line-height: 1.45;
}

.pricing-grid {
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0 auto;
}

.pricing-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 690px;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(255, 219, 123, 0.28);
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 170, 40, 0.14), transparent 17rem),
    linear-gradient(180deg, rgba(255, 248, 235, 0.06), rgba(255, 248, 235, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
}

.pricing-card.featured {
  border-color: rgba(255, 230, 142, 0.72);
  box-shadow: 0 0 0 1px rgba(255, 230, 142, 0.32), 0 28px 90px rgba(216, 170, 40, 0.18);
}

.popular {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 16px;
  color: #171106;
  background: linear-gradient(135deg, #fff1aa, var(--gold));
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin-bottom: 8px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
  text-transform: uppercase;
}

.plan-desc {
  color: rgba(255, 248, 235, 0.68);
}

.price {
  margin: 12px 0 4px;
  color: var(--gold-2);
  font-size: clamp(40px, 3vw, 54px);
  line-height: 0.95;
  font-weight: 950;
  white-space: nowrap;
}

.reserve {
  margin-bottom: 28px;
  color: var(--gold-2);
  font-weight: 900;
}

.pricing-card ul {
  display: grid;
  gap: 14px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  color: rgba(255, 248, 235, 0.82);
}

.pricing-card li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  line-height: 1.35;
}

.pricing-card li::before {
  content: "✓";
  color: var(--gold-2);
  font-weight: 950;
}

.plan-btn {
  width: 100%;
  margin-top: auto;
}

.reservation-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 170, 40, 0.16), transparent 22rem),
    #090806;
}

.reservation-layout {
  max-width: 1120px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  margin: 0 auto;
}

.booking-form,
.booking-summary {
  border: 1px solid rgba(255, 219, 123, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.075), rgba(255, 248, 235, 0.02)),
    var(--panel);
  box-shadow: var(--shadow);
}

.booking-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
}

.booking-form h3,
.booking-summary h3 {
  margin-bottom: 4px;
  color: var(--gold-2);
  font-size: 30px;
}

.booking-form p {
  margin-bottom: 8px;
  font-size: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: rgba(255, 248, 235, 0.76);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.legal-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 219, 123, 0.22);
  background: rgba(0, 0, 0, 0.16);
  line-height: 1.4;
}

.legal-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 1px;
  accent-color: var(--gold);
}

.legal-check a {
  color: var(--gold-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(255, 219, 123, 0.24);
  color: var(--ink);
  background: rgba(0, 0, 0, 0.24);
  font: inherit;
}

textarea {
  min-height: 112px;
  padding: 14px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(255, 230, 142, 0.34);
}

.booking-form small,
.fineprint {
  color: rgba(255, 248, 235, 0.52);
  line-height: 1.45;
}

.booking-summary {
  position: sticky;
  top: 106px;
  align-self: start;
  padding: 28px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 219, 123, 0.18);
}

.summary-line.accent {
  color: var(--gold-2);
  font-size: 22px;
}

.checkout-review {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 219, 123, 0.22);
  background: rgba(255, 219, 123, 0.2);
}

.checkout-review div {
  min-height: 94px;
  padding: 18px;
  background: rgba(0, 0, 0, 0.2);
}

.checkout-review span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 248, 235, 0.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-review strong {
  color: var(--gold-2);
  font-size: 20px;
  line-height: 1.2;
}

.checkout-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 248, 235, 0.84);
  line-height: 1.5;
}

.bank-details {
  border-color: rgba(255, 219, 123, 0.2);
  background: rgba(0, 0, 0, 0.16);
}

.bank-details p {
  margin: 0;
  padding: 0 18px 8px;
  font-size: 16px;
}

.faq-list {
  max-width: 760px;
  display: grid;
  gap: 12px;
  margin: 0 auto;
}

details {
  border: 1px solid rgba(255, 219, 123, 0.24);
  background: rgba(0, 0, 0, 0.22);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 42px 18px;
  border-top: 1px solid rgba(255, 219, 123, 0.14);
  color: rgba(255, 248, 235, 0.58);
  text-align: center;
}

footer img {
  width: 160px;
}

footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
}

footer a {
  color: var(--gold-2);
  font-weight: 900;
}

.chat-widget {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
}

.chat-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 20px 0 14px;
  border: 1px solid rgba(255, 230, 142, 0.62);
  border-radius: 999px;
  color: #171106;
  background: linear-gradient(135deg, #fff1aa, var(--gold));
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(216, 170, 40, 0.55);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease;
  animation: chatPulse 2.6s ease-in-out infinite;
}

.chat-toggle:hover {
  transform: translateY(-2px);
}

@keyframes chatPulse {
  0%, 100% { box-shadow: 0 18px 52px rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(216, 170, 40, 0.55); }
  50% { box-shadow: 0 18px 52px rgba(0, 0, 0, 0.4), 0 0 0 12px rgba(216, 170, 40, 0); }
}

.chat-toggle svg {
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 999px;
  color: #171106;
  fill: currentColor;
  background: rgba(23, 17, 6, 0.12);
}

.chat-toggle span {
  font-size: 12px;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(400px, calc(100vw - 28px));
  max-height: min(640px, calc(100vh - 110px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 219, 123, 0.42);
  border-radius: 22px;
  background:
    radial-gradient(circle at 80% 0%, rgba(216, 170, 40, 0.18), transparent 14rem),
    linear-gradient(180deg, rgba(28, 24, 17, 0.96), rgba(12, 11, 8, 0.98));
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 219, 123, 0.08);
  animation: chatSlideUp 280ms cubic-bezier(0.21, 1.02, 0.42, 1);
}

@keyframes chatSlideUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 219, 123, 0.16);
  background: linear-gradient(180deg, rgba(216, 170, 40, 0.08), transparent);
}

.chat-head-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.chat-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff1aa, var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 16px rgba(216, 170, 40, 0.4);
  position: relative;
}

.chat-avatar::after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #4ade80;
  border: 2px solid #0c0b08;
}

.chat-avatar svg {
  width: 22px;
  height: 22px;
  fill: #171106;
}

.chat-head-text {
  min-width: 0;
}

.chat-head strong {
  display: block;
  color: var(--gold-2);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.chat-head small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 248, 235, 0.55);
  font-size: 11px;
  line-height: 1.3;
}

.chat-head button {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 230, 142, 0.42);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(216, 170, 40, 0.14);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  z-index: 5;
  position: relative;
}

.chat-head button:hover {
  background: linear-gradient(135deg, #fff1aa, var(--gold));
  color: #171106;
  border-color: rgba(255, 230, 142, 0.7);
  transform: rotate(90deg);
}

.chat-messages {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  min-height: 280px;
  max-height: 380px;
  overflow-y: auto;
  padding: 18px 18px 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(216, 170, 40, 0.4) transparent;
}

.chat-messages::-webkit-scrollbar {
  width: 6px;
}

.chat-messages::-webkit-scrollbar-thumb {
  background: rgba(216, 170, 40, 0.35);
  border-radius: 3px;
}

.chat-message {
  max-width: 86%;
  padding: 12px 15px;
  color: rgba(255, 248, 235, 0.92);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 219, 123, 0.14);
  border-radius: 16px 16px 16px 4px;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-wrap;
  animation: msgIn 240ms ease-out;
}

@keyframes msgIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.chat-message.user {
  align-self: flex-end;
  color: #171106;
  background: linear-gradient(135deg, #fff1aa, var(--gold));
  border-color: rgba(255, 230, 142, 0.6);
  border-radius: 16px 16px 4px 16px;
  font-weight: 600;
}

.chat-message.bot {
  align-self: flex-start;
}

.chat-message.error {
  color: #ffd2c9;
  border-color: rgba(255, 120, 90, 0.35);
  background: rgba(255, 120, 90, 0.08);
}

.chat-suggestions {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 6px 18px 14px;
  scrollbar-width: none;
}

.chat-suggestions::-webkit-scrollbar {
  display: none;
}

.chat-suggestions button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 219, 123, 0.32);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.chat-suggestions button:hover {
  background: rgba(216, 170, 40, 0.16);
  border-color: rgba(255, 230, 142, 0.6);
  transform: translateY(-1px);
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(255, 219, 123, 0.16);
  background: linear-gradient(180deg, transparent, rgba(216, 170, 40, 0.04));
}

.chat-form input {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 219, 123, 0.22);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.04);
  font-size: 14px;
  outline: none;
  transition: border-color 180ms ease;
}

.chat-form input:focus {
  border-color: rgba(255, 230, 142, 0.6);
}

.chat-form button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 230, 142, 0.62);
  border-radius: 999px;
  color: #171106;
  background: linear-gradient(135deg, #fff1aa, var(--gold));
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 180ms ease;
}

.chat-form button:hover {
  transform: translateY(-1px);
}

@media (max-width: 480px) {
  .chat-widget { right: 14px; bottom: 14px; }
  .chat-toggle span { display: none; }
  .chat-toggle { padding: 0 12px; min-height: 56px; width: 56px; justify-content: center; }
  .chat-panel { width: calc(100vw - 24px); right: -8px; }
}

.payment-options {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 219, 123, 0.32);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(216, 170, 40, 0.08), rgba(255, 248, 235, 0.02));
  animation: msgIn 320ms ease-out;
}

.payment-options h3 {
  margin: 0 0 6px;
  color: var(--gold-2);
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.payment-amount {
  margin: 4px 0 12px;
  color: rgba(255, 248, 235, 0.85);
  font-size: 15px;
}

.payment-amount strong {
  color: var(--gold-2);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.payment-help {
  margin: 0 0 18px;
  color: rgba(255, 248, 235, 0.6);
  font-size: 13px;
  line-height: 1.5;
}

.payment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.payment-option {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 219, 123, 0.32);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  cursor: pointer;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.payment-option:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 230, 142, 0.7);
  background: rgba(216, 170, 40, 0.12);
}

.payment-option-tag {
  display: inline-block;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff1aa, var(--gold));
  color: #171106;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.payment-option strong {
  color: var(--gold-2);
  font-size: 15px;
  font-weight: 700;
}

.payment-option small {
  color: rgba(255, 248, 235, 0.6);
  font-size: 12px;
  line-height: 1.45;
}

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

.onboarding-section {
  padding-top: clamp(56px, 7vw, 92px);
}

.onboarding-form {
  max-width: 980px;
  margin: 0 auto;
}

.onboarding-form h3:not(:first-child) {
  margin-top: 22px;
}

.thank-section {
  min-height: calc(100svh - 79px);
  grid-template-columns: 1fr;
}

@media (max-width: 1060px) {
  .hero,
  .pricing-grid,
  .benefits-grid,
  .testimonials-grid,
  .conditions-grid,
  .reservation-layout {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .booking-summary {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 10px 14px;
  }

  .brand img {
    width: 116px;
  }

  nav {
    display: none;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 12px;
    font-size: 11px;
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(42px, 14vw, 66px);
  }

  .section-head h2 {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(27px, 7vw, 34px);
  }

  .section-head p {
    max-width: 100%;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .video-panel {
    min-height: 390px;
  }

  .play-button {
    top: 38%;
    width: 76px;
    height: 76px;
  }

  .play-button::after {
    top: 24px;
    left: 31px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid article {
    min-height: 150px;
  }

  .pricing-card {
    min-height: auto;
  }

  .price {
    font-size: clamp(42px, 13vw, 54px);
  }

  .form-row {
    grid-template-columns: 1fr;
  }

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

  .chat-widget {
    right: 14px;
    bottom: 14px;
  }

  .chat-panel {
    bottom: 64px;
  }

  .chat-messages {
    height: min(330px, 48svh);
  }
}
