:root {
  --bg: #0b0b0b;
  --bg-soft: #121212;
  --card: #181818;
  --card-soft: #202020;
  --text: #ffffff;
  --muted: #c9c9c9;
  --muted-2: #9e9e9e;
  --gold: #d7b35a;
  --gold-2: #f0d48a;
  --whatsapp: #25d366;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  --radius: 22px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}
a { color: inherit; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: #111;
  padding: 0.75rem 1rem;
  z-index: 999;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: rgba(11, 11, 11, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #111;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted-2); font-size: 0.78rem; }
.desktop-nav { display: none; }
.nav-whatsapp {
  background: var(--whatsapp);
  color: #062715;
  text-decoration: none;
  font-weight: 800;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  white-space: nowrap;
}

.hero, .section, .recommended, .final-cta, .footer {
  padding-left: 1rem;
  padding-right: 1rem;
}
.hero {
  display: grid;
  gap: 1.5rem;
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 2.8rem;
  padding-bottom: 3rem;
}
.eyebrow {
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  font-weight: 800;
  margin: 0 0 0.55rem;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(2.25rem, 12vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
  margin-bottom: 1rem;
}
h2 {
  font-size: clamp(1.8rem, 7vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 0.8rem;
}
h3 {
  font-size: 1.25rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 0.55rem;
}
.hero-text {
  font-size: 1.06rem;
  color: var(--muted);
  max-width: 620px;
}
.muted { color: var(--muted-2); }
.hero-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.3rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  border: 1px solid transparent;
  text-align: center;
}
.btn-whatsapp { background: var(--whatsapp); color: #062715; }
.btn-secondary {
  background: rgba(215, 179, 90, 0.12);
  border-color: rgba(215, 179, 90, 0.42);
  color: var(--gold-2);
}
.hero-media { min-height: 360px; }
.media-card, .package-image {
  min-height: 340px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 30% 20%, rgba(240, 212, 138, 0.28), transparent 35%),
    linear-gradient(140deg, #272727, #0f0f0f);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1.5rem;
  color: var(--gold-2);
  font-weight: 900;
}
.media-card small {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  font-weight: 600;
}
.section {
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.section-dark {
  max-width: none;
  background: var(--bg-soft);
}
.section-dark > .section-head,
.section-dark > .cards-grid,
.section-dark > .price-grid,
.section-dark > .conditions-note,
.section-dark > .center,
.section-dark > .faq-list {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}
.section-head { margin-bottom: 1.6rem; }
.section-head p { color: var(--muted); max-width: 680px; }
.choice-grid, .cards-grid, .price-grid, .event-grid {
  display: grid;
  gap: 1rem;
}
.choice-card, .package-card, .extra-card, .price-card, .event-grid article, .recommended-card, .service-row, details {
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.choice-card {
  padding: 1.25rem;
  text-decoration: none;
}
.choice-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(215, 179, 90, 0.12);
  margin-bottom: 1rem;
  font-size: 1.45rem;
}
.choice-card p, .package-body p, .extra-card p, .event-grid p { color: var(--muted); }
.choice-card strong { color: var(--gold-2); }
.featured-grid { max-width: var(--max); }
.package-card { overflow: hidden; }
.package-image {
  min-height: 230px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid var(--line);
}
.package-body { padding: 1.15rem; }
.tag {
  display: inline-flex;
  width: fit-content;
  color: #111;
  background: var(--gold);
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 0.8rem;
}
.tag.premium { background: linear-gradient(135deg, var(--gold), #fff1b8); }
.price-box {
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem;
  margin: 1rem 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
}
.price-box strong, .recommended-price, .extra-card strong { color: var(--gold-2); }
.price-box span { color: var(--muted); font-size: 0.94rem; }
.bonus { color: var(--gold-2) !important; font-weight: 700; }
.recommended {
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.recommended-card {
  padding: 1.35rem;
  background:
    linear-gradient(135deg, rgba(215, 179, 90, 0.18), transparent 50%),
    var(--card);
}
.recommended-card ul, .extra-card ul {
  padding-left: 1.2rem;
  color: var(--muted);
}
.recommended-price {
  display: block;
  font-size: 1.4rem;
  margin: 1rem 0;
}
.package-list { display: grid; gap: 0.85rem; }
.service-row {
  padding: 1rem;
  display: grid;
  gap: 1rem;
}
.service-row p { color: var(--muted); margin-bottom: 0; }
.service-price {
  display: grid;
  gap: 0.3rem;
  align-content: start;
}
.service-price strong { color: var(--gold-2); }
.service-price span { color: var(--muted); }
.service-price a, .event-grid a {
  color: var(--whatsapp);
  font-weight: 900;
  text-decoration: none;
}
.price-grid { max-width: var(--max); }
.price-card {
  padding: 1rem;
  background: var(--card-soft);
}
.price-card h3 { margin-bottom: 0.8rem; }
.price-card p { color: var(--muted); margin-bottom: 0.25rem; }
.price-card strong { color: var(--gold-2); }
.conditions-note {
  color: var(--muted-2);
  font-size: 0.95rem;
  margin-top: 1.2rem;
}
.center { text-align: center; margin-top: 1.5rem; }
.two { grid-template-columns: 1fr; }
.extra-card, .event-grid article { padding: 1.15rem; }
.event-grid article { background: var(--card-soft); }
.faq-list { display: grid; gap: 0.75rem; }
details {
  padding: 1rem;
  background: var(--card-soft);
}
summary {
  cursor: pointer;
  font-weight: 850;
}
details p {
  margin-top: 0.8rem;
  margin-bottom: 0;
  color: var(--muted);
}
.final-cta {
  max-width: 860px;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
.final-cta p { color: var(--muted); }
.footer {
  padding-top: 2rem;
  padding-bottom: 7rem;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  text-align: center;
  font-size: 0.92rem;
}
.floating-whatsapp {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  min-height: 54px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  background: var(--whatsapp);
  color: #062715;
  font-weight: 950;
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-whatsapp.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 720px) {
  .hero-actions { display: flex; }
  .choice-grid, .cards-grid, .price-grid, .event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-row {
    grid-template-columns: 1fr 260px;
    align-items: center;
  }
  .two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .floating-whatsapp {
    left: auto;
    right: 1.25rem;
    width: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media (min-width: 980px) {
  .topbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .desktop-nav {
    display: flex;
    gap: 1.2rem;
    color: var(--muted);
    font-weight: 750;
  }
  .desktop-nav a { text-decoration: none; }
  .hero {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    min-height: 720px;
  }
  .featured-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .package-body { padding: 1.25rem; }
  .package-image { min-height: 200px; }
  .price-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .event-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}


/* V1.7 mobile tuning */
@media (max-width: 719px) {
  h1 {
    font-size: clamp(2.05rem, 10.4vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
  }

  .hero {
    padding-top: 2rem;
    padding-bottom: 2.25rem;
    gap: 1.2rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 1.05rem;
  }

  .hero-media {
    min-height: 260px;
  }

  .media-card {
    min-height: 260px;
  }

  .media-card small {
    margin-top: 0.35rem;
  }
}


/* V1.8 real images */
.image-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  display: block;
}

.image-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.media-card.image-card figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  color: var(--text);
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  padding: 0.75rem 0.85rem;
  font-weight: 800;
  text-align: left;
}

.package-image.image-card {
  min-height: 230px;
}

.package-image.image-card img {
  min-height: 230px;
}

.visual-gallery {
  max-width: var(--max);
  margin: 0 auto;
}

.gallery-grid {
  display: grid;
  gap: 1rem;
}

.gallery-grid figure {
  margin: 0;
  min-height: 250px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--card);
  position: relative;
  box-shadow: var(--shadow);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
}

.gallery-grid figcaption {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.62);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--gold-2);
  font-weight: 850;
  font-size: 0.9rem;
}

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

@media (min-width: 980px) {
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 719px) {
  .package-image.image-card,
  .package-image.image-card img {
    min-height: 220px;
  }

  .gallery-grid figure,
  .gallery-grid img {
    min-height: 220px;
  }
}


/* V1.9 logo integration */
.logo-mark {
  background: #ffffff;
  overflow: hidden;
  padding: 0;
}

.logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.footer-logo {
  width: 128px;
  max-width: 40vw;
  height: auto;
  display: block;
  margin: 0 auto 1rem;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,0.35));
}

@media (max-width: 719px) {
  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .footer-logo {
    width: 112px;
  }
}


/* V1.10 desktop hero balance */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.hero-content,
.hero-media {
  min-width: 0;
}

@media (min-width: 980px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
    gap: clamp(1.5rem, 4vw, 3.25rem);
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 6vw, 5rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    max-width: 680px;
  }

  .hero-media {
    width: 100%;
    max-width: 520px;
    justify-self: end;
  }

  .media-card.image-card {
    width: 100%;
  }
}

@media (min-width: 980px) and (max-width: 1120px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
    gap: 1.75rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 5.3vw, 4.15rem);
    max-width: 560px;
  }

  .hero-text {
    max-width: 540px;
  }

  .hero-media {
    max-width: 420px;
  }
}

@media (min-width: 1280px) {
  .hero h1 {
    font-size: clamp(4.5rem, 5.2vw, 5.45rem);
  }

  .hero-media {
    max-width: 540px;
  }
}
