:root {
  --bg: #0a0a0a;
  --bg-soft: #101010;
  --card: #161616;
  --card-strong: #1f1f1f;
  --gold: #c6a25a;
  --gold-light: #e2ca8a;
  --whatsapp: #25d366;
  --text: #f7f2e8;
  --muted: #b8b1a5;
  --line: rgba(198, 162, 90, 0.22);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  --radius: 22px;
  --container: min(1120px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.no-scroll {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--gold);
  color: #070707;
}

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

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.86), rgba(10, 10, 10, 0.34));
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.25s ease, padding 0.25s ease;
}

.site-header.is-scrolled {
  padding-block: 10px;
  background: rgba(10, 10, 10, 0.92);
}

.brand {
  color: var(--gold-light);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.92rem;
}

.desktop-nav a:hover,
.desktop-nav a:focus {
  color: var(--gold-light);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.icon-link {
  display: none;
  color: var(--text);
  font-weight: 600;
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-2px);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #090909;
  box-shadow: 0 14px 34px rgba(198, 162, 90, 0.2);
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.btn-whatsapp {
  background: var(--whatsapp);
  color: #06180c;
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.16);
}

.btn-small {
  min-height: 40px;
  padding: 10px 14px;
  font-size: 0.85rem;
}

.btn-large {
  width: 100%;
  min-height: 54px;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  padding: 112px 16px 76px;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.52), rgba(10, 10, 10, 0.2) 48%, rgba(10, 10, 10, 0.1)),
    linear-gradient(180deg, rgba(10, 10, 10, 0.12), rgba(10, 10, 10, 0.4) 84%);
}

.hero-content {
  width: min(760px, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.56));
}

.eyebrow,
.mini-label {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: #fff9e8;
  font-size: clamp(2.65rem, 14.2vw, 7.9rem);
  line-height: 0.92;
  font-weight: 800;
  text-shadow:
    0 3px 0 rgba(198, 162, 90, 0.28),
    0 18px 48px rgba(0, 0, 0, 0.72);
  -webkit-text-stroke: 1px rgba(226, 202, 138, 0.14);
}

.hero-subtitle {
  margin: 16px 0 8px;
  color: #fff;
  font-size: clamp(1.18rem, 6vw, 2.1rem);
  font-weight: 700;
  line-height: 1.25;
}

.hero-price {
  margin: 0 0 8px;
  color: var(--gold-light);
  font-size: 1rem;
  font-weight: 700;
}

.hero-info-line {
  max-width: 680px;
  margin: 0 0 22px;
  color: rgba(255, 248, 231, 0.9);
  font-size: 0.86rem;
  font-weight: 600;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
}

.badge-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 26px;
}

.badge-grid span {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(226, 202, 138, 0.38);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(198, 162, 90, 0.2), rgba(22, 22, 22, 0.54)),
    rgba(22, 22, 22, 0.54);
  color: #fff8e7;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 12px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.badge-grid span::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 16px rgba(226, 202, 138, 0.72);
}

.hero-badges {
  gap: 9px;
  margin-bottom: 24px;
}

.hero-badges span {
  justify-content: flex-start;
  min-height: 50px;
  padding: 10px 12px;
  line-height: 1.15;
}

.hero-badges span::before {
  display: none;
}

.hero-badges i {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(226, 202, 138, 0.5);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(198, 162, 90, 0.95), rgba(226, 202, 138, 0.8));
  color: #070707;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  box-shadow: 0 0 22px rgba(198, 162, 90, 0.24);
}

.hero-ctas,
.section-action {
  display: grid;
  gap: 12px;
}

.hero .hero-ctas {
  align-items: center;
}

.hero .hero-ctas .whatsapp-link {
  min-height: 62px;
  padding: 15px 22px;
  background: var(--whatsapp);
  color: #04170b;
  font-size: 1.02rem;
  box-shadow: 0 18px 46px rgba(37, 211, 102, 0.32);
  animation: whatsappPulse 4.5s ease-in-out infinite;
}

.hero .hero-ctas .call-link {
  min-height: 54px;
  padding: 12px 18px;
  font-size: 0.96rem;
}

.hero .hero-call-button {
  flex-direction: column;
  gap: 3px;
}

.hero .hero-call-button strong {
  color: #fff8e7;
  font-size: 1.08rem;
  line-height: 1;
}

.scroll-cue {
  position: absolute;
  bottom: 24px;
  left: 50%;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid rgba(226, 202, 138, 0.24);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.24);
  color: rgba(255, 248, 231, 0.8);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

.scroll-cue::after {
  content: none;
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  border-radius: 99px;
  background: var(--gold-light);
  transform: translateX(-50%);
  animation: scrollDot 1.5s ease-in-out infinite;
}

.section {
  padding: 72px 0;
}

.section-muted {
  background: var(--bg-soft);
}

.two-column {
  display: grid;
  gap: 30px;
}

.section-heading,
.section-copy {
  max-width: 720px;
}

.section-heading {
  margin-bottom: 28px;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2 {
  margin: 0 0 14px;
  color: #fffaf0;
  font-size: clamp(1.75rem, 8vw, 3.25rem);
  line-height: 1.08;
}

h3 {
  margin: 0 0 8px;
  color: #fffaf0;
  font-size: 1.05rem;
  line-height: 1.25;
}

p {
  margin: 0;
  color: var(--muted);
}

.section-copy p {
  margin-bottom: 22px;
}

.text-cta {
  display: inline-flex;
  color: var(--gold-light);
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.why-subhaga {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(226, 202, 138, 0.18);
  background:
    linear-gradient(180deg, rgba(198, 162, 90, 0.1), transparent 118px),
    radial-gradient(circle at 18% 8%, rgba(198, 162, 90, 0.16), transparent 32%),
    linear-gradient(180deg, #0a0a0a 0%, #101010 54%, #080808 100%);
}

.why-subhaga::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 82%, transparent);
}

.why-subhaga::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(760px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 202, 138, 0.82), transparent);
  box-shadow: 0 0 28px rgba(198, 162, 90, 0.3);
  transform: translateX(-50%);
}

.why-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 34px;
}

.why-content {
  max-width: 720px;
}

.why-content h2 {
  margin-bottom: 16px;
}

.why-intro {
  max-width: 620px;
  margin-bottom: 28px;
  color: rgba(247, 242, 232, 0.78);
  font-size: 1rem;
}

.why-feature-grid {
  display: grid;
  gap: 14px;
}

.why-feature-card {
  min-height: 108px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(226, 202, 138, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(18, 18, 18, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 20px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.why-feature-card:hover,
.why-feature-card:focus-within {
  border-color: rgba(226, 202, 138, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.135), rgba(255, 255, 255, 0.045)),
    rgba(18, 18, 18, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 26px 58px rgba(0, 0, 0, 0.38),
    0 0 30px rgba(198, 162, 90, 0.08);
  transform: translateY(-5px);
}

.why-feature-card h3 {
  margin: 0;
  color: #fff8e7;
  font-size: 0.95rem;
  font-weight: 700;
}

.why-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(226, 202, 138, 0.44);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(198, 162, 90, 0.28), rgba(255, 255, 255, 0.06)),
    rgba(8, 8, 8, 0.46);
  box-shadow: 0 14px 30px rgba(198, 162, 90, 0.12);
}

.why-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--gold-light);
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-cta {
  width: 100%;
  min-height: 56px;
  margin-top: 24px;
  padding-inline: 22px;
  font-size: 0.96rem;
}

.why-visual {
  position: relative;
  align-self: center;
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 202, 138, 0.24);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.why-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.04), rgba(10, 10, 10, 0.34)),
    linear-gradient(45deg, rgba(198, 162, 90, 0.22), transparent 42%);
}

.why-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.05) contrast(1.05);
}

.why-call-link {
  grid-column: 1 / -1;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 8px;
  padding: 12px 20px;
  border: 1px solid rgba(226, 202, 138, 0.26);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(198, 162, 90, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(12, 12, 12, 0.68);
  color: #fff8e7;
  font-weight: 800;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 46px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.feature-grid,
.location-grid,
.amenity-grid,
.gallery-grid,
.faq-list {
  display: grid;
  gap: 16px;
}

.feature-card,
.stat-card,
.faq-item,
.layout-placeholder,
.walkthrough-panel,
.final-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}

.feature-card,
.stat-card {
  padding: 22px;
}

.feature-card span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--gold-light);
  font-weight: 800;
}

.stat-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1.12rem;
}

.stat-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.image-card,
.gallery-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}

.image-card img,
.gallery-item img,
.lifestyle-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.image-card:hover img,
.gallery-item:hover img,
.lifestyle-media:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.image-card div {
  padding: 20px;
}

.lifestyle-media {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
  color: var(--text);
}

.check-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.gallery-item {
  position: relative;
  cursor: zoom-in;
}

.gallery-item figcaption {
  padding: 14px 16px 16px;
  color: var(--text);
  font-weight: 700;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 72px 18px 30px;
  background:
    radial-gradient(circle at 50% 8%, rgba(198, 162, 90, 0.16), transparent 34%),
    rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(18px);
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox-panel {
  width: min(980px, 100%);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 202, 138, 0.24);
  border-radius: 24px;
  background: rgba(14, 14, 14, 0.88);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.gallery-lightbox-panel img {
  width: 100%;
  max-height: min(70svh, 680px);
  object-fit: contain;
  background: #070707;
}

.gallery-lightbox-panel figcaption {
  padding: 16px 20px 18px;
  color: #fff8e7;
  font-weight: 800;
  text-align: center;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(226, 202, 138, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(12, 12, 12, 0.76);
  color: #fff8e7;
  cursor: pointer;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.gallery-lightbox-close {
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}

.gallery-lightbox-nav {
  top: 50%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 2.5rem;
  transform: translateY(-50%);
}

.gallery-lightbox-prev {
  left: max(18px, calc((100vw - 1120px) / 2));
}

.gallery-lightbox-next {
  right: max(18px, calc((100vw - 1120px) / 2));
}

.layout-placeholder {
  min-height: 340px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 28px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(198, 162, 90, 0.14), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 48px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 48px),
    var(--card);
}

.layout-placeholder span {
  color: var(--gold-light);
  font-weight: 800;
  text-transform: uppercase;
}

.layout-placeholder strong {
  color: var(--text);
  font-size: 1.4rem;
}

.walkthrough {
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.76), rgba(10, 10, 10, 0.96)),
    url("../images/subhaga-cultural-arena.png") center / cover fixed;
}

.walkthrough-panel,
.final-panel {
  padding: 24px;
  background: rgba(22, 22, 22, 0.86);
  backdrop-filter: blur(18px);
}

.lead-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.lead-form label {
  display: grid;
  gap: 7px;
}

.lead-form span {
  color: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 700;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  padding: 12px 14px;
  outline: none;
}

.lead-form select option {
  background: #111;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(198, 162, 90, 0.16);
}

.faq-item {
  padding: 0;
}

.faq-item summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  color: var(--text);
  font-weight: 800;
  cursor: pointer;
}

.faq-item summary::after {
  content: "+";
  color: var(--gold-light);
  font-size: 1.4rem;
}

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

.faq-item p {
  padding: 0 20px 20px;
}

.final-cta {
  padding-top: 36px;
}

.final-panel {
  text-align: center;
}

.final-panel p:not(.eyebrow) {
  max-width: 660px;
  margin: 0 auto 24px;
}

.site-footer {
  padding: 48px 0 92px;
  background: #070707;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.footer-grid h2 {
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.footer-grid a:not(.brand) {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
}

.footer-grid a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  display: grid;
  gap: 8px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #8f8779;
}

.mobile-sticky-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 110;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.mobile-sticky-cta a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
}

.sticky-call {
  background: var(--card-strong);
  color: var(--text);
}

.sticky-whatsapp {
  background: var(--whatsapp);
  color: #06180c;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
