:root {
  --blue: #045cff;
  --blue-dark: #012b78;
  --blue-soft: #eaf2ff;
  --ink: #07111f;
  --muted: #627087;
  --line: rgba(4, 92, 255, 0.16);
  --paper: #ffffff;
  --soft: #f6f9ff;
  --shadow: 0 26px 80px rgba(1, 43, 120, 0.16);
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Poppins", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #005bff 0%, #0345c9 48%, #001d64 100%);
  animation: introOverlay 3000ms ease forwards;
}

.intro-ring {
  position: absolute;
  width: min(78vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgba(255, 255, 255, 0.08);
  animation: introRing 2800ms ease-in-out forwards;
}

.site-intro img {
  width: min(72vw, 520px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 54px rgba(0, 0, 0, 0.3));
  animation: introLogo 2800ms ease-in-out forwards;
}

body.hero-intro-done .site-intro {
  display: none;
}

.cursor-glow {
  position: fixed;
  z-index: 0;
  width: 340px;
  height: 340px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(4, 92, 255, 0.18), transparent 62%);
  translate: -50% -50%;
  opacity: 0.8;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 14px clamp(16px, 4vw, 56px);
  background: linear-gradient(120deg, #005bff 0%, #0345c9 46%, #001d64 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 44px rgba(1, 43, 120, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.site-header.header-hidden {
  transform: translateY(-110%);
  box-shadow: none;
}

.brand img,
.footer-logo img {
  width: 214px;
  height: 68px;
  object-fit: contain;
}

.brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
}

.nav a:hover,
.nav a:focus {
  background: rgba(255, 255, 255, 0.14);
}

.header-action,
.button,
.contact-form button,
.whatsapp-float {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.header-action,
.button.primary,
.contact-form button,
.whatsapp-float {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 30px rgba(4, 92, 255, 0.25);
}

.header-action:hover,
.button:hover,
.contact-form button:hover,
.whatsapp-float:hover {
  transform: translateY(-2px);
}

.header-action:active,
.button:active,
.contact-form button:active,
.whatsapp-float:active {
  transform: translateY(0);
}

.button.primary:hover,
.contact-form button:hover,
.whatsapp-float:hover {
  box-shadow: 0 18px 36px rgba(4, 92, 255, 0.34);
}

.header-action {
  padding: 0 20px;
  color: var(--blue-dark);
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.header-action:hover {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.icon-whatsapp {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--blue-dark);
}

.section,
.hero {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 0.96fr;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: 128px 0 70px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 18% -16% auto auto;
  width: 42vw;
  height: 42vw;
  max-width: 560px;
  max-height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(4, 92, 255, 0.2), transparent 66%);
  z-index: -1;
}

.hero-image {
  position: relative;
  order: 2;
  min-height: 460px;
  height: min(68vh, 680px);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
  animation: floatImage 6s ease-in-out infinite;
}

.hero-image > img {
  height: 100%;
  object-fit: cover;
}

.hero-slide {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  transform: scale(1.035);
  transition:
    opacity 900ms ease,
    transform 1400ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(1, 43, 120, 0.18));
}

.hero-content {
  order: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 8.4vw, 7.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.6vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 600;
}

.hero-lead {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--blue-dark);
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-trust strong {
  color: var(--blue);
}

.hero-trust .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--line);
}

.button {
  padding: 0 24px;
}

.button.ghost {
  color: var(--blue-dark);
  border: 1px solid var(--line);
  background: #fff;
}

.ticker {
  position: relative;
  z-index: 2;
  contain: layout paint;
  max-width: 100vw;
  overflow: hidden;
  color: #fff;
  background: var(--blue);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: marquee 26s linear infinite;
}

.ticker span {
  padding: 16px 26px;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.split {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: clamp(32px, 7vw, 92px);
  padding: 108px 0 80px;
}

.copy {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-title {
  max-width: 850px;
}

.section-title.centered {
  margin: 0 auto 44px;
  text-align: center;
}

.metric-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.metric-strip article {
  padding: 42px clamp(18px, 5vw, 70px);
  background: var(--soft);
}

.metric-strip strong {
  display: block;
  color: var(--blue);
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.9;
}

.metric-strip span {
  color: var(--blue-dark);
  font-weight: 900;
}

#estrutura {
  padding: 108px 0;
}

.structure-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 18px;
}

.feature-card,
.gallery-card,
blockquote,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(1, 43, 120, 0.08);
  overflow: hidden;
}

.feature-card {
  display: grid;
  min-height: 100%;
}

.feature-card.wide {
  grid-column: span 2;
}

.feature-card img {
  height: 260px;
  object-fit: cover;
}

.feature-card div {
  padding: 22px;
}

.feature-card p,
blockquote p {
  margin-bottom: 0;
  color: var(--muted);
}

blockquote p {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  color: var(--ink);
}

.blue-band {
  position: relative;
  z-index: 1;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
}

.blue-band .eyebrow {
  color: #b9d5ff;
}

.events-content {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: end;
  padding: 86px 0;
}

.event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.event-list span {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 900;
}

#galeria {
  padding: 108px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 280px;
  gap: 18px;
}

.gallery-card {
  position: relative;
  margin: 0;
}

.gallery-card.large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-card.wide {
  grid-column: span 2;
}

.gallery-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.gallery-card:hover img {
  transform: scale(1.06);
}

.testimonials {
  padding: 18px 0 108px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

blockquote {
  margin: 0;
  padding: 28px;
}

cite {
  display: block;
  margin-top: 20px;
  color: var(--blue-dark);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 1.08rem;
}

.party-simulator {
  padding: 108px 0;
}

.party-simulator .section-title p:not(.eyebrow) {
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.simulator-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.simulator-panel {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(1, 43, 120, 0.08);
}

.simulator-options,
.services-panel {
  display: grid;
  align-content: center;
  gap: 28px;
  padding: clamp(22px, 4vw, 34px);
}

.simulator-label {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guest-options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.guest-card {
  min-height: 116px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--blue-dark);
  background: #fafdff;
  cursor: pointer;
  font: inherit;
  text-align: center;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.guest-card strong {
  display: block;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1;
}

.guest-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.guest-card:hover,
.guest-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(4, 92, 255, 0.45);
  box-shadow: 0 16px 34px rgba(4, 92, 255, 0.14);
  outline: 0;
}

.guest-card.is-selected {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 18px 38px rgba(4, 92, 255, 0.24);
}

.guest-card.is-selected span {
  color: rgba(255, 255, 255, 0.82);
}

.included-grid,
.paid-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.included-grid li {
  position: relative;
  min-height: 64px;
  padding: 12px 12px 12px 42px;
  border: 1px solid rgba(4, 92, 255, 0.12);
  border-radius: 16px;
  color: var(--blue-dark);
  background: var(--blue-soft);
  font-weight: 800;
}

.included-grid li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 14px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 0.8rem;
}

.included-grid span {
  display: block;
  margin-bottom: 3px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.estimate-card {
  display: grid;
  gap: 14px;
  max-width: 480px;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 38px);
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, var(--blue), var(--blue-dark));
}

.estimate-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.estimate-kicker {
  color: #cfe0ff !important;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.estimate-total {
  display: block;
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.estimate-guests {
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 900;
}

.estimate-actions {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.simulator-cta {
  width: 100%;
  color: var(--blue-dark);
  background: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
}

.button.outline-light {
  width: 100%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
}

.button.outline-light:hover {
  background: rgba(255, 255, 255, 0.2);
}

.services-panel {
  grid-column: 1 / -1;
}

.paid-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.paid-list li {
  padding: 0;
}

.services-hint {
  margin: 4px 0 14px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.service-toggle,
.service-fixed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fafdff;
  font: inherit;
  color: inherit;
  text-align: left;
}

.service-toggle {
  cursor: pointer;
  transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.15s ease, box-shadow 0.22s ease,
    opacity 0.22s ease;
}

.service-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(4, 92, 255, 0.1);
}

.service-toggle:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.service-toggle-check {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(4, 92, 255, 0.3);
  border-radius: 7px;
  background: #fff;
  color: transparent;
  font-size: 0.72rem;
  font-weight: 900;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.service-toggle-check::after {
  content: "✓";
}

.service-toggle-name {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  color: var(--muted);
  font-weight: 800;
}

.service-toggle-price {
  color: var(--blue-dark);
  white-space: nowrap;
}

.service-toggle-tag {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.service-toggle.is-selected,
.service-fixed {
  border-color: rgba(4, 92, 255, 0.26);
  background: var(--blue-soft);
}

.service-toggle.is-selected .service-toggle-check,
.service-fixed .service-toggle-check,
.food-row.is-selected .service-toggle-check {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.service-fixed.is-inactive {
  background: #f5f6f8;
  border-color: var(--line);
  opacity: 0.6;
}

.service-fixed.is-inactive .service-toggle-check {
  color: transparent;
  border-color: rgba(4, 92, 255, 0.2);
  background: #fff;
}

.service-fixed.is-inactive .service-toggle-name,
.service-fixed.is-inactive .service-toggle-tag {
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: rgba(100, 106, 121, 0.5);
}

.service-toggle:not(.is-selected) {
  background: #f5f6f8;
  opacity: 0.66;
}

.service-toggle:not(.is-selected) .service-toggle-name,
.service-toggle:not(.is-selected) .service-toggle-price {
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: rgba(100, 106, 121, 0.5);
}

.food-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(4, 92, 255, 0.26);
  border-radius: 16px;
  background: var(--blue-soft);
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.22s ease, border-color 0.22s ease, opacity 0.22s ease;
}

.food-row:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.food-row span {
  flex: 1;
  color: var(--muted);
  font-weight: 800;
}

.food-row strong {
  color: var(--blue);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  white-space: nowrap;
}

.food-row:not(.is-selected) {
  background: #f5f6f8;
  border-color: var(--line);
  opacity: 0.66;
}

.food-row:not(.is-selected) span,
.food-row:not(.is-selected) strong {
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: rgba(100, 106, 121, 0.5);
}

.food-row .service-toggle-check {
  flex: 0 0 auto;
}

.grand-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 4px;
  padding: 18px 20px;
  border: 1px solid rgba(4, 92, 255, 0.32);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
}

.grand-total-row span {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.grand-total-row strong {
  font-size: clamp(1.5rem, 3.6vw, 2rem);
  white-space: nowrap;
}

.whatsapp-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.whatsapp-inline-link .icon-whatsapp {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.whatsapp-inline-link:hover {
  text-decoration: underline;
}

.estimate-card.is-updating .estimate-total,
.food-row.is-updating strong,
.grand-total-row.is-updating strong {
  animation: pricePulse 360ms ease;
}

.contact {
  position: relative;
  z-index: 1;
  background: var(--soft);
  border-top: 1px solid var(--line);
}

.contact-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 7vw, 82px);
  align-items: start;
  padding: 96px 0;
}

.contact-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.contact-info {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-info a {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--blue-dark);
  background: #fff;
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--blue-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 15px;
  color: var(--ink);
  font: inherit;
  background: #fafdff;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.map {
  position: relative;
  z-index: 1;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) 1fr;
  align-items: stretch;
  background: var(--blue-dark);
}

.map iframe {
  display: block;
  width: 100%;
  min-height: 430px;
  height: 100%;
  border: 0;
  background: #dbeafe;
}

.map-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 58px);
  color: #fff;
  background: linear-gradient(135deg, #005bff, #001d64);
}

.map-card h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.map-card p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.map-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 22px;
  border-radius: 999px;
  color: var(--blue-dark);
  background: #fff;
  font-weight: 900;
}

.footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 56px);
  color: #fff;
  background: var(--blue-dark);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 56px;
  z-index: 55;
  padding: 0 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes floatImage {
  0%,
  100% {
    transform: rotate(1.5deg) translateY(0);
  }

  50% {
    transform: rotate(-0.6deg) translateY(-12px);
  }
}

@keyframes introLogo {
  0% {
    opacity: 0;
    transform: translate3d(-28px, 16px, 0) scale(0.72);
  }

  18% {
    opacity: 1;
    transform: translate3d(18px, -12px, 0) scale(1.04);
  }

  38% {
    transform: translate3d(-16px, -6px, 0) scale(1.08);
  }

  58% {
    transform: translate3d(14px, 10px, 0) scale(0.98);
  }

  78% {
    transform: translate3d(-8px, -8px, 0) scale(1.04);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes introRing {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }

  30% {
    opacity: 1;
    transform: scale(1);
  }

  78% {
    opacity: 0.65;
    transform: scale(1.08);
  }

  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@keyframes introOverlay {
  0%,
  76% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes pricePulse {
  0% {
    transform: translateY(8px);
    opacity: 0.6;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .brand img {
    width: 190px;
    height: 60px;
  }

  .menu-toggle {
    display: block;
  }

  .header-action {
    display: none;
  }

  .nav {
    position: fixed;
    inset: 80px 14px auto 14px;
    display: none;
    justify-self: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: linear-gradient(140deg, #005bff, #001d64);
    box-shadow: var(--shadow);
  }

  body.menu-open .nav {
    display: grid;
  }

  .hero,
  .split,
  .events-content,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .services-panel {
    grid-column: auto;
  }

  .hero {
    min-height: auto;
    padding-top: 112px;
  }

  .hero-image,
  .hero-content {
    order: initial;
  }

  .hero-image img {
    height: 100%;
  }

  .metric-strip,
  .structure-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

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

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

  .map iframe {
    min-height: 360px;
  }

  .feature-card.wide {
    grid-column: span 1;
  }

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

  .gallery-card.large,
  .gallery-card.wide {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 620px) {
  .cursor-glow {
    display: none;
  }

  .section,
  .hero {
    width: min(100% - 28px, 1180px);
  }

  h1 {
    font-size: clamp(3.2rem, 18vw, 5.2rem);
  }

  .hero-image {
    border-radius: 20px;
  }

  .hero-image img {
    height: 100%;
  }

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

  .split {
    padding: 56px 0 40px;
  }

  #estrutura,
  #galeria {
    padding: 56px 0;
  }

  .events-content {
    padding: 44px 0;
  }

  .testimonials {
    padding: 12px 0 56px;
  }

  .contact-inner {
    padding: 48px 0;
  }

  .party-simulator {
    padding: 56px 0;
  }

  .guest-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .guest-card {
    min-height: 68px;
  }

  .guest-card strong {
    font-size: 1.5rem;
  }

  .guest-card span {
    margin-top: 4px;
    font-size: 0.72rem;
  }

  .food-row,
  .grand-total-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .paid-list {
    gap: 8px;
  }

  .service-toggle,
  .service-fixed {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "check name"
      "value value";
    align-items: center;
    row-gap: 4px;
    column-gap: 8px;
    padding: 10px 12px;
  }

  .service-toggle-check {
    grid-area: check;
    width: 16px;
    height: 16px;
    font-size: 0.6rem;
  }

  .service-toggle-name {
    grid-area: name;
    font-size: 0.8rem;
    line-height: 1.25;
  }

  .service-toggle-price,
  .service-toggle-tag {
    grid-area: value;
    justify-self: end;
  }

  .service-toggle-price {
    font-size: 0.82rem;
  }

  .service-toggle-tag {
    font-size: 0.6rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 320px;
  }

  .gallery-card.large,
  .gallery-card.wide {
    grid-column: span 1;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .whatsapp-float {
    padding: 0 16px;
    font-size: 0.92rem;
  }
}

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