* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #0a0612;
  -webkit-font-smoothing: antialiased;
  font-family: Poppins, system-ui, -apple-system, sans-serif;
  color: #fff;
}
::selection { background: #39FF7A; color: #06140b; }
a { color: inherit; }

@keyframes pgcGlow { 0%, 100% { opacity: .55; } 50% { opacity: .9; } }
@keyframes pgcWipeUp { from { clip-path: inset(0 100% -18% 0); transform: translateY(30px); } to { clip-path: inset(0 0 -18% 0); transform: translateY(0); } }
@keyframes pgcFadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

.pgc-photo { transition: box-shadow .3s ease, border-color .3s ease, transform .28s ease; }
.pgc-photo:hover { transform: translateY(-2px); }
.pgc-photo > img { transition: transform .3s ease, filter .3s ease; }
.pgc-photo:hover > img { transform: scale(1.04); filter: brightness(1.08); }
.pgc-photo.pgc-violet:hover { border-color: #7215F9 !important; box-shadow: 0 0 0 1px #7215F9, 0 0 38px rgba(114,21,249,.42) !important; }
.pgc-photo.pgc-green:hover { border-color: #39FF7A !important; box-shadow: 0 0 0 1px #39FF7A, 0 0 38px rgba(57,255,122,.4) !important; }
.pgc-hero { transition: box-shadow .3s ease; }
.pgc-hero > img { transition: transform .4s ease, filter .4s ease; }
.pgc-hero:hover > img { transform: scale(1.04); filter: brightness(1.08); }
.pgc-h1-line { clip-path: inset(0 100% -18% 0); animation: pgcWipeUp .95s cubic-bezier(.16,.84,.3,1) both; }
.pgc-h1-line.l2 { animation-delay: .6s; }
.pgc-fade { opacity: 0; animation: pgcFadeUp .85s ease both; }
.pgc-sub { animation-delay: 1.25s; }
.pgc-cta { animation-delay: 1.5s; }
.pgc-loclink { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px; text-decoration: none; }
.pgc-loclink span { font-weight: 700; font-size: 13px; letter-spacing: .34em; text-transform: uppercase; color: #fff; }
.pgc-ticker-wrap { overflow: hidden; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: #0a0612; }
.pgc-ticker-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: pgcTicker 36s linear infinite;
}
.pgc-ticker-wrap:hover .pgc-ticker-track { animation-play-state: paused; }
.pgc-ticker-segment { display: flex; align-items: center; flex-shrink: 0; }
.pgc-ticker-segment span { padding: 0 22px; font-family: Kanit, system-ui, sans-serif; font-weight: 800; font-size: 15px; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.55); white-space: nowrap; }
.pgc-ticker-segment i { padding: 0; color: #39FF7A; font-style: normal; font-size: 13px; flex-shrink: 0; }
@keyframes pgcTicker { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-50%, 0, 0); } }
@media (prefers-reduced-motion: reduce) {
  .pgc-ticker-track { animation: none; margin: 0 auto; }
  .pgc-ticker-segment + .pgc-ticker-segment { display: none; }
}
.pgc-spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.pgc-spec { display: flex; flex-direction: column; gap: 12px; padding: 22px; border-radius: 16px; border: 1px solid rgba(185,173,255,.22); background: rgba(10,6,18,.42); }
.pgc-spec .lb { font-weight: 600; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #B9ADFF; }
.pgc-spec .vl { font-family: Kanit, system-ui, sans-serif; font-weight: 700; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.05; color: #fff; }
.pgc-spec .vl b { color: #FF7A29; font-weight: 800; }
.pgc-btn { transition: transform .2s ease, box-shadow .25s ease, background-color .2s ease; text-decoration: none; }
.pgc-btn-green:hover { background-color: #5aff8f !important; box-shadow: 0 0 42px rgba(57,255,122,.6) !important; transform: translateY(-2px); }
.pgc-btn-outline:hover { border-color: #fff !important; background-color: rgba(255,255,255,.12) !important; transform: translateY(-2px); }
.pgc-navlink { transition: color .2s ease; text-decoration: none; }
.pgc-navlink:hover { color: #fff !important; }
.pgc-logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 28px); margin-top: clamp(48px, 6vw, 72px); }
.pgc-cell { display: grid; place-items: center; height: clamp(80px, 9vw, 120px); padding: clamp(14px, 2vw, 26px); border-radius: 14px; }
.pgc-logo { max-height: clamp(26px, 3vw, 40px); max-width: 185px; object-fit: contain; filter: brightness(0) invert(1); opacity: .6; }
.pgc-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 48px; }
.pgc-review { padding: 26px; border: 1px solid rgba(185,173,255,.25); border-radius: 18px; background: linear-gradient(180deg, rgba(185,173,255,.06), rgba(255,255,255,.01)); }
.pgc-review p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.78); }
.pgc-review .stars { color: #FFC93C; font-size: 13px; }

.site-footer { border-top: 1px solid rgba(255,255,255,.1); background: #08040f; }
.site-footer-inner { max-width: 1280px; margin: 0 auto; padding: clamp(48px, 6vw, 72px) clamp(20px, 5vw, 64px); }
.site-footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; }
.site-footer h4 { font-family: Kanit, system-ui, sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 16px; }
.site-footer a { text-decoration: none; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.9; }
.site-footer a:hover { color: #39FF7A; }
.site-footer-legal { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); }
.site-footer-legal a { font-size: 12.5px; color: rgba(255,255,255,.45); }
.site-footer-copy { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 24px; font-size: 12.5px; color: rgba(255,255,255,.4); }

.cookie-consent-checkbox { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; }
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding: 18px clamp(20px, 5vw, 48px);
  background: rgba(8, 4, 15, .96);
  border-top: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}
.cookie-banner p { font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,.75); max-width: 72ch; }
.cookie-banner a { color: #39FF7A; text-decoration: underline; }
.cookie-accept {
  display: inline-flex; align-items: center; padding: 11px 22px; border-radius: 9px;
  background: #39FF7A; color: #06140b; font-family: Kanit, system-ui, sans-serif;
  font-weight: 800; font-size: 13px; letter-spacing: .05em; text-transform: uppercase;
  cursor: pointer; border: none; white-space: nowrap;
}
.cookie-consent-checkbox:checked ~ .cookie-banner { display: none; }

.legal-page { background: #0a0612; color: #fff; min-height: 100vh; }
.legal-nav { display: flex; align-items: center; justify-content: space-between; padding: 24px clamp(20px, 5vw, 64px); border-bottom: 1px solid rgba(255,255,255,.08); }
.legal-nav a.logo { text-decoration: none; font-family: Kanit, system-ui, sans-serif; font-weight: 900; font-size: 20px; letter-spacing: .04em; text-transform: uppercase; color: #39FF7A; }
.legal-nav-links { display: flex; gap: 24px; flex-wrap: wrap; }
.legal-nav-links a { text-decoration: none; font-size: 14px; color: rgba(255,255,255,.7); }
.legal-nav-links a:hover { color: #fff; }
.legal-content { max-width: 780px; margin: 0 auto; padding: clamp(48px, 8vw, 96px) clamp(20px, 5vw, 64px); }
.legal-content h1 { font-family: Kanit, system-ui, sans-serif; font-weight: 900; font-size: clamp(32px, 5vw, 48px); margin-bottom: 12px; text-transform: uppercase; }
.legal-content .updated { font-size: 13px; color: rgba(255,255,255,.45); margin-bottom: 36px; }
.legal-content h2 { font-family: Kanit, system-ui, sans-serif; font-weight: 800; font-size: 20px; margin: 32px 0 12px; color: #B9ADFF; }
.legal-content p, .legal-content li { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.78); margin-bottom: 14px; }
.legal-content ul { padding-left: 20px; margin-bottom: 16px; }
.legal-content .disclaimer-box { margin-top: 32px; padding: 20px; border: 1px solid rgba(255,150,50,.3); border-radius: 12px; background: rgba(255,150,50,.06); font-size: 13.5px; color: rgba(255,255,255,.65); }

.thankyou-page { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px 24px; }
.thankyou-page h1 { font-family: Kanit, system-ui, sans-serif; font-weight: 900; font-size: clamp(36px, 6vw, 64px); margin-bottom: 16px; }
.thankyou-page p { max-width: 42ch; font-size: 16px; line-height: 1.6; color: rgba(255,255,255,.75); margin-bottom: 32px; }

.site-nav {
  padding: 26px clamp(20px, 5vw, 64px) 20px !important;
  transform: translateY(-20px);
}

.booking-form { display: flex; flex-direction: column; gap: 20px; max-width: 520px; margin-top: 28px; }
.booking-form label { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: rgba(255,255,255,.7); }
.booking-form input,
.booking-form select {
  padding: 12px 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.05); color: #fff; font-size: 15px; font-family: Poppins, system-ui, sans-serif;
}
.booking-form select option { background: #0a0612; color: #fff; }
.booking-zone-options { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
.booking-zone-options label.zone-option {
  flex-direction: row; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.04); cursor: pointer;
  font-size: 14px; color: rgba(255,255,255,.85);
}
.booking-zone-options input { width: auto; margin: 0; accent-color: #39FF7A; }
.booking-submit {
  align-self: flex-start; margin-top: 8px; padding: 14px 28px; border: none; border-radius: 9px;
  background: #39FF7A; color: #06140b; font-family: Kanit, system-ui, sans-serif;
  font-weight: 800; font-size: 14px; letter-spacing: .05em; text-transform: uppercase; cursor: pointer;
}
.booking-submit:hover { background: #5aff8f; }

.lang-switcher { position: fixed; top: 16px; right: 20px; z-index: 70; }
.lang-switcher--nav { position: relative; top: auto; right: auto; z-index: 50; flex-shrink: 0; }
.lang-switcher--nav .lang-menu { left: 0; right: auto; }
.lang-details { position: relative; }
.lang-trigger {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18); background: rgba(10,6,18,.88); backdrop-filter: blur(8px);
  color: #fff; font-family: Kanit, system-ui, sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: .04em; cursor: pointer; list-style: none;
}
.lang-trigger::-webkit-details-marker { display: none; }
.lang-flag { font-size: 18px; line-height: 1; }
.lang-menu {
  position: absolute; top: calc(100% + 8px); right: 0; min-width: 160px;
  padding: 8px; border-radius: 12px; border: 1px solid rgba(255,255,255,.14);
  background: rgba(10,6,18,.96); backdrop-filter: blur(12px); box-shadow: 0 16px 40px rgba(0,0,0,.45);
}
.lang-option {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 8px;
  text-decoration: none; font-size: 14px; color: rgba(255,255,255,.78);
}
.lang-option:hover { background: rgba(255,255,255,.06); color: #fff; }
.lang-option.lang-active { color: #39FF7A; font-weight: 600; }
.lang-details[open] .lang-trigger svg { transform: rotate(180deg); }
.lang-trigger svg { transition: transform .2s ease; }

@media (max-width: 900px) { .pgc-nav-cluster { display: none !important; } }
@media (max-width: 760px) { .pgc-spec-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
  .pgc-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .pgc-rooms { grid-template-columns: 1fr !important; }
}
