:root {
  --navy-950: #070404;
  --navy-900: #14080b;
  --navy-800: #2a1016;
  --navy-700: #4a1822;
  --gold-500: #bd8f3a;
  --gold-400: #cfa756;
  --gold-300: #e2c47f;
  --sand-50: #f7f0e6;
  --sand-100: #f1e6d7;
  --white: #ffffff;
  --ink: #271317;
  --muted: rgba(241, 230, 215, 0.8);
  --line: rgba(241, 230, 215, 0.14);
  --card: linear-gradient(180deg, rgba(37, 11, 16, 0.94), rgba(8, 4, 5, 0.94));
  --gold-gradient: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  --hero-overlay: linear-gradient(
    180deg,
    rgba(10, 4, 6, 0.24),
    rgba(10, 4, 6, 0.9)
  );
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.26);
  --shadow-md: 0 16px 40px rgba(0, 0, 0, 0.18);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: min(1180px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 10%, rgba(122, 9, 15, 0.42), transparent 34%),
    radial-gradient(
      circle at 84% 16%,
      rgba(168, 20, 30, 0.24),
      transparent 30%
    ),
    linear-gradient(180deg, #0b0506 0%, #2a0a10 46%, #120607 100%);
}

body.modal-open {
  overflow: hidden;
}

.ab-b-only {
  display: none !important;
}

body.ab-variant-b .ab-b-only {
  display: block !important;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.page-shell {
  overflow: clip;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(7, 4, 4, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar__inner,
.topbar__meta,
.brand,
.hero__actions,
.hero__proof,
.section__grid,
.value-points,
.activity-grid,
.timeline,
.footer__inner,
.sticky-cta,
.ticket-card ul,
.lot-tracker,
.sponsors-track {
  display: flex;
}

.topbar__inner {
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 20px;
}

.brand {
  align-items: center;
  gap: 12px;
}

.brand__logo {
  width: 120px;
  max-height: 80px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
  transform: scale(1.34);
  transform-origin: left center;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.24));
}

.topbar__meta span {
  color: rgba(255, 255, 255, 0.72);
}

.topbar__meta {
  align-items: center;
  gap: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

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

.button--primary {
  color: var(--navy-950);
  background: var(--gold-gradient);
  box-shadow: 0 14px 28px rgba(197, 160, 89, 0.3);
}

.button--primary:hover {
  box-shadow: 0 20px 40px rgba(197, 160, 89, 0.36);
}

.button--ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.18);
}

.button--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.button--wide {
  width: 100%;
}

.button--pulse {
  animation: pulse-glow 2.4s ease-in-out infinite;
}

.hero {
  position: relative;
  min-height: max(840px, 100svh);
}

.hero__media,
.hero__layer,
.hero__grid,
.hero__glow {
  position: absolute;
  inset: 0;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-overlay);
}

.hero__layer {
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  filter: saturate(1.02);
  opacity: 0;
  animation: hero-cycle 24s ease-in-out infinite;
}

.hero__layer--one {
  background-image: url("assets/hero-1.jpg");
  animation-delay: 0s;
}

.hero__layer--two {
  background-image: url("assets/hero-2.jpg");
  animation-delay: 6s;
  filter: blur(1px) saturate(1.04);
}

.hero__layer--three {
  background-image: url("assets/hero-3.jpg");
  animation-delay: 12s;
  filter: blur(1px) saturate(1.04);
}

.hero__layer--four {
  background-image: url("assets/hero-4.jpg");
  animation-delay: 18s;
  filter: blur(1px) saturate(1.04);
}

.hero__grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 90%);
  opacity: 0.22;
}

.hero__glow {
  filter: blur(80px);
  opacity: 0.45;
}

.hero__glow--left {
  top: 12%;
  left: -12%;
  width: 36vw;
  height: 36vw;
  background: rgba(197, 160, 89, 0.38);
}

.hero__glow--right {
  right: -8%;
  bottom: 18%;
  width: 28vw;
  height: 28vw;
  background: rgba(106, 24, 36, 0.44);
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  align-items: center;
  justify-items: center;
  min-height: max(840px, 100svh);
  padding: 132px 0 72px;
  text-align: center;
}

.hero__copy {
  max-width: 1000px;
  margin: 0 auto;
}

.hero__event-logo {
  width: min(560px, 86%);
  margin: 0 auto 18px;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.32));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--gold-300);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h1,
h2,
h3,
summary {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2.55rem, 5.3vw, 4.7rem);
  line-height: 0.93;
  text-wrap: balance;
}

h1 span,
.section-heading h2 span {
  display: block;
  color: var(--gold-300);
}

.section-heading p,
.activity-card p,
.ticket-card p,
.value-point span,
.offer-card__microcopy,
.footer p,
.lot-microcopy,
.lot-countdown__status {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.hero__subheadline {
  margin: 18px auto 0;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.6;
}

.hero__actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
  justify-content: center;
}

.hero__proof {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
  justify-content: center;
}

.hero__proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-video {
  width: min(960px, 100%);
  padding: 16px 16px 20px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    180deg,
    rgba(33, 11, 16, 0.94),
    rgba(10, 4, 6, 0.98)
  );
  box-shadow: var(--shadow-lg);
}

.hero-video__frame {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(10, 4, 6, 0.18), rgba(10, 4, 6, 0.68)),
    url("assets/cover.jpg") center/cover;
  aspect-ratio: 16 / 9;
}

.hero-video__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 4, 6, 0.08),
    rgba(10, 4, 6, 0.62)
  );
  pointer-events: none;
}

.hero-video__fallback {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: var(--white);
  text-align: center;
}

.video-play-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  border: 0;
  border-radius: 50%;
  background: rgba(197, 160, 89, 0.94);
  color: var(--navy-950);
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.video-play-trigger:hover {
  transform: translate(-50%, -50%) scale(1.03);
}

.video-play-trigger:active {
  transform: translate(-50%, -50%) scale(0.99);
}

.video-play-trigger.is-hidden,
.video-unmute-overlay.is-hidden {
  display: none !important;
}

.video-unmute-overlay {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid rgba(197, 160, 89, 0.5);
  border-radius: 999px;
  background: rgba(9, 15, 27, 0.86);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
  cursor: pointer;
}

.video-unmute-icon {
  font-size: 24px;
  line-height: 1;
}

.video-unmute-copy {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

#youtubePlayer {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#youtubePlayer iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-video__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.audio-toggle {
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(197, 160, 89, 0.14);
  color: #f2f6fd;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.audio-slider-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.audio-slider-wrap input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  width: 150px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-300), var(--gold-500));
  accent-color: var(--gold-500);
}

.audio-slider-wrap input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #2a1016;
  background: var(--gold-300);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.audio-slider-wrap input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(90deg, var(--gold-300), var(--gold-500));
}

.audio-slider-wrap input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #2a1016;
  border-radius: 50%;
  background: var(--gold-300);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.section {
  padding: 104px 0;
}

.pain-list,
.method-grid,
.proof-grid,
.faq-list {
  display: grid;
  gap: 16px;
}

.pain-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pain-item,
.method-step,
.proof-card,
.guarantee-card,
.urgency-panel,
.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--card);
  box-shadow: var(--shadow-md);
  border-radius: var(--radius-lg);
}

.pain-item,
.method-step,
.proof-card,
.faq-item {
  padding: 24px;
}

.pain-item h3,
.method-step h3,
.proof-card strong {
  color: var(--gold-300);
  margin: 0 0 10px;
  font-size: 1.08rem;
  font-family: "Montserrat", sans-serif;
}

.pain-item p,
.method-step p,
.proof-card p,
.guarantee-card p,
.urgency-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.method-step span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 12px;
  color: #1f0f13;
  font-weight: 800;
  background: var(--gold-gradient);
}

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

.faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin-top: 10px;
}

.guarantee-card {
  padding: 28px;
}

.guarantee-card h2 {
  margin: 0 0 12px;
}

.urgency-panel {
  margin: 14px auto 24px;
  max-width: 760px;
  padding: 18px 20px;
  border-color: rgba(197, 160, 89, 0.5);
  background: linear-gradient(
    180deg,
    rgba(189, 143, 58, 0.2),
    rgba(46, 14, 20, 0.9)
  );
}

.urgency-panel strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-300);
}

.section__grid {
  gap: 42px;
}

.section__grid--split {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-heading {
  max-width: 680px;
}

.section-heading--center {
  max-width: 840px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2rem, 3.8vw, 3.55rem);
  line-height: 1;
  margin-bottom: 18px;
  text-wrap: balance;
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.activity-card,
.ticket-card,
.image-card,
.lot-step,
.sponsors-marquee,
.exit-popup__dialog {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--card);
  box-shadow: var(--shadow-md);
}

.activity-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: var(--radius-lg);
  min-height: 220px;
}

.activity-card::before,
.ticket-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(197, 160, 89, 0.18),
    transparent 45%
  );
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.activity-card:hover::before,
.ticket-card:hover::before {
  opacity: 1;
}

.activity-card > * {
  position: relative;
  z-index: 1;
}

.ticket-card > * {
  position: relative;
  z-index: 1;
}

.activity-card__label,
.value-point strong,
.ticket-card__badge,
.lot-step strong {
  color: var(--gold-300);
}

.activity-card__label {
  display: inline-flex;
  margin-bottom: 14px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.activity-card h3,
.ticket-card h3,
.lot-step strong {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.experience-quote {
  margin: 34px auto 0;
  max-width: 760px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: var(--gold-300);
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
}

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

.ticket-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 24px;
}

.ticket-card__badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(197, 160, 89, 0.16);
  border: 1px solid rgba(197, 160, 89, 0.4);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.ticket-card__price {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 0.96;
}

.ticket-card__installments {
  margin: 8px 0 18px;
  color: var(--muted);
}

.ticket-card ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}

.ticket-card li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.55;
}

.ticket-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-300);
  font-weight: 700;
}

.ticket-card--featured {
  border: 1px solid rgba(197, 160, 89, 0.72);
  box-shadow:
    var(--shadow-md),
    0 0 0 1px rgba(197, 160, 89, 0.18),
    0 0 38px rgba(197, 160, 89, 0.22);
}

.lot-tracker {
  gap: 16px;
  margin-bottom: 22px;
}

.lot-step {
  flex: 1;
  border-radius: 18px;
  padding: 18px;
  display: grid;
  gap: 4px;
}

.lot-step span,
.lot-step small {
  color: var(--muted);
}

.lot-step--active {
  border-color: rgba(197, 160, 89, 0.55);
  background: linear-gradient(
    180deg,
    rgba(189, 143, 58, 0.2),
    rgba(46, 14, 20, 0.9)
  );
}

.lot-countdown {
  margin: 26px 0 10px;
}

.lot-countdown__timer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.lot-countdown__timer div {
  position: relative;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.lot-countdown__timer div:not(:last-child)::after {
  content: ":";
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.48);
  font-weight: 700;
  font-size: 1.2rem;
}

.lot-countdown__timer strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  color: var(--gold-300);
}

.lot-countdown__timer span {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.lot-countdown__status {
  margin: 8px 0 0;
  text-align: center;
}

.lot-microcopy {
  margin: 16px auto 24px;
  max-width: 760px;
  text-align: center;
}

.sponsors-marquee {
  overflow: hidden;
  border-radius: 20px;
  padding: 16px 0;
}

.sponsors-track {
  gap: 28px;
  align-items: center;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.sponsors-track img {
  height: 48px;
  width: 180px;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.65);
}

.value-points {
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}

.value-point {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-left: 3px solid rgba(197, 160, 89, 0.45);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0 18px 18px 0;
}

.image-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 900ms ease,
    filter 900ms ease;
}

.image-card--spotlight {
  position: relative;
}

.image-card--spotlight::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(197, 160, 89, 0.34),
    transparent 70%
  );
  filter: blur(14px);
  pointer-events: none;
}

.fechamento {
  background: linear-gradient(
    180deg,
    rgba(3, 13, 24, 0.46),
    rgba(2, 11, 20, 0.84)
  );
}

.footer {
  padding: 34px 0 120px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__brand {
  display: grid;
  gap: 12px;
}

.footer__logo {
  width: 120px;
  max-height: 80px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
  transform: scale(1.34);
  transform-origin: left center;
}

.footer__inner {
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  align-items: center;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 4, 5, 0.9);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

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

.sticky-cta__copy {
  display: grid;
  gap: 4px;
}

.sticky-cta__copy strong {
  font-size: 0.96rem;
}

.sticky-cta__copy span {
  color: var(--muted);
  font-size: 0.88rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease,
    filter 700ms ease;
  filter: blur(3px);
}

.reveal--delay {
  transition-delay: 120ms;
}

.reveal--scale {
  transform: translateY(24px) scale(0.96);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.reveal.is-visible img {
  transform: scale(1.01);
}

.exit-popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.exit-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.exit-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 12, 21, 0.72);
  backdrop-filter: blur(10px);
}

.exit-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  padding: 32px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(41, 12, 18, 0.96), rgba(10, 4, 6, 0.98)),
    url("assets/hero-2.jpg") center/cover;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: translateY(18px) scale(0.97);
  transition: transform 220ms ease;
}

.exit-popup__dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 4, 6, 0.24),
    rgba(10, 4, 6, 0.96)
  );
}

.exit-popup.is-open .exit-popup__dialog {
  transform: none;
}

.exit-popup__dialog > * {
  position: relative;
  z-index: 1;
}

.exit-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1;
}

.exit-popup__dialog h2 {
  max-width: 540px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.96;
  margin-bottom: 16px;
}

.exit-popup__dialog p {
  max-width: 560px;
  margin-bottom: 24px;
  color: var(--muted);
  line-height: 1.7;
}

.exit-popup__actions {
  display: grid;
  gap: 12px;
  max-width: 360px;
}

.lead-popup {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.lead-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lead-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 4, 6, 0.8);
  backdrop-filter: blur(12px);
}

.lead-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(41, 12, 18, 0.97), rgba(8, 4, 5, 0.99)),
    radial-gradient(
      circle at top right,
      rgba(197, 160, 89, 0.16),
      transparent 34%
    );
  box-shadow: var(--shadow-lg);
  transform: translateY(18px) scale(0.97);
  transition: transform 220ms ease;
}

.lead-popup.is-open .lead-popup__dialog {
  transform: none;
}

.lead-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1;
}

.lead-popup__dialog h2 {
  max-width: 560px;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 0.98;
  margin-bottom: 16px;
}

.lead-popup__dialog p {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.7;
}

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

.lead-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lead-field {
  display: grid;
  gap: 8px;
}

.lead-field--full {
  grid-column: 1 / -1;
}

.lead-field span {
  color: var(--gold-300);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lead-field input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  outline: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.lead-field input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.lead-field input:focus {
  border-color: rgba(197, 160, 89, 0.56);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.12);
}

.lead-popup__actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@keyframes pulse-glow {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 14px 28px rgba(197, 160, 89, 0.28);
  }
  50% {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(197, 160, 89, 0.36);
  }
}

@keyframes float-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes hero-cycle {
  0%,
  20% {
    opacity: 1;
    transform: scale(1.08);
  }
  25%,
  100% {
    opacity: 0;
    transform: scale(1.14);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .hero__content,
  .section__grid--split,
  .activity-grid,
  .tickets-grid,
  .lot-tracker,
  .pain-list,
  .method-grid,
  .proof-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .activity-grid,
  .tickets-grid,
  .lot-tracker,
  .pain-list,
  .method-grid,
  .proof-grid,
  .faq-list {
    display: grid;
  }

  .ticket-card--visionarias {
    order: -1;
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    min-height: auto;
    padding: 118px 0 74px;
  }

  .lot-countdown__timer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  :root {
    --container: min(100vw - 28px, 1180px);
  }

  .topbar__inner,
  .topbar__meta,
  .hero__actions,
  .footer__inner,
  .sticky-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .topbar {
    position: static;
  }

  .topbar__inner {
    justify-content: center;
    padding: 14px 0;
    flex-direction: row;
    align-items: center;
  }

  .topbar__meta {
    display: none;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .brand__logo {
    width: 88px;
    height: 50px;
    max-height: 56px;
    transform: scale(1);
    transform-origin: center;
  }

  .hero__content {
    padding-top: 36px;
  }

  .sticky-cta {
    left: 14px;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
  }

  .sticky-cta .button {
    width: 100%;
  }

  .exit-popup__dialog {
    padding: 26px 20px;
  }

  .lead-popup__dialog {
    padding: 28px 20px;
  }

  .lead-form__grid,
  .lead-popup__actions {
    grid-template-columns: 1fr;
  }

  .hero-video__controls {
    flex-direction: column;
    align-items: stretch;
  }

  .video-unmute-overlay {
    width: calc(100% - 24px);
    justify-content: center;
    bottom: 12px;
  }

  .audio-slider-wrap {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }

  .audio-slider-wrap input[type="range"] {
    width: min(170px, 52vw);
  }
}

@media (max-width: 560px) {
  .section {
    padding: 82px 0;
  }

  h1 {
    font-size: 2.2rem;
    line-height: 0.96;
  }

  .activity-card,
  .ticket-card,
  .exit-popup__dialog {
    padding: 22px;
  }

  .hero__proof span {
    width: 100%;
    justify-content: center;
  }

  .sticky-cta__copy {
    text-align: center;
  }

  .hero-video {
    padding: 10px 10px 16px;
  }

  .video-play-trigger {
    width: 74px;
    height: 74px;
    font-size: 16px;
  }

  .video-unmute-copy {
    font-size: 13px;
  }

  .hero__event-logo {
    width: min(320px, 94%);
    margin-bottom: 14px;
  }

  .lot-countdown__timer {
    grid-template-columns: 1fr;
  }

  .lot-countdown__timer div::after {
    display: none;
  }
}

body.dashboard-mode {
  background: #0f0307;
}

.dashboard-gate {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: radial-gradient(circle at top, #2a0f14 0%, #0f0307 70%);
}

.dashboard-gate__card {
  width: min(460px, 100%);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(240, 233, 216, 0.2);
  background: rgba(20, 8, 11, 0.85);
  text-align: center;
}

.dashboard {
  min-height: 100vh;
  padding: 28px 20px 46px;
  color: #f0e9d8;
  background: radial-gradient(circle at top, #33070f 0%, #0f0307 72%);
}

.dashboard__header {
  width: min(1180px, 100%);
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
}

.dashboard__header h1 {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-family: var(--font-display);
}

.dashboard__header p {
  margin: 8px 0 0;
  color: rgba(240, 233, 216, 0.78);
}

.dashboard__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dashboard__actions select,
.dashboard__actions button {
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(217, 178, 95, 0.45);
  background: rgba(20, 8, 11, 0.86);
  color: #f0e9d8;
  padding: 0 12px;
}

.dashboard__actions button {
  cursor: pointer;
  background: #8a0b12;
}

.dashboard__grid {
  width: min(1180px, 100%);
  margin: 0 auto 16px;
  display: grid;
  gap: 14px;
}

.dashboard__grid--cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard__grid--charts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dashboard__grid--tables {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dashboard-card {
  border: 1px solid rgba(240, 233, 216, 0.16);
  border-radius: 16px;
  padding: 16px;
  background: rgba(16, 2, 7, 0.72);
  backdrop-filter: blur(8px);
}

.dashboard-card h2 {
  margin: 0 0 12px;
  font-size: 1.02rem;
}

.dashboard-card canvas {
  width: 100%;
  height: 280px !important;
}

.dashboard-card__label {
  margin: 0 0 8px;
  color: rgba(240, 233, 216, 0.72);
  font-size: 0.86rem;
}

.dashboard-card__value {
  font-size: 1.7rem;
  color: #d9b25f;
}

.dashboard-card--loading,
.dashboard-card--error {
  grid-column: 1 / -1;
}

.dashboard table {
  width: 100%;
  border-collapse: collapse;
}

.dashboard th,
.dashboard td {
  border-bottom: 1px solid rgba(240, 233, 216, 0.12);
  text-align: left;
  padding: 10px 8px;
  font-size: 0.92rem;
}

.dashboard th {
  color: #d9b25f;
  font-weight: 700;
}

#dashboardWinnerCard .dashboard-card__value {
  display: block;
  margin: 6px 0 8px;
}

#dashboardWinnerCard p {
  margin: 6px 0;
}

.dashboard table {
  display: block;
  overflow-x: auto;
}

.dashboard__footnote {
  width: min(1180px, 100%);
  margin: 18px auto 0;
  color: rgba(240, 233, 216, 0.65);
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .dashboard__grid--cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard__grid--charts,
  .dashboard__grid--tables {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .dashboard__header {
    flex-direction: column;
    align-items: stretch;
  }

  .dashboard__actions {
    justify-content: space-between;
  }

  .dashboard__grid--cards {
    grid-template-columns: 1fr;
  }
}

body.thankyou-mode {
  min-height: 100vh;
  background: #12060a;
}

.thankyou {
  min-height: 100vh;
}

.thankyou__hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.thankyou__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thankyou__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top,
    rgba(138, 11, 18, 0.35) 0%,
    rgba(15, 3, 7, 0.92) 70%
  );
}

.thankyou__content {
  position: relative;
  z-index: 2;
  width: min(760px, 92vw);
  border: 1px solid rgba(240, 233, 216, 0.28);
  background: rgba(15, 3, 7, 0.76);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 44px);
  text-align: center;
  backdrop-filter: blur(6px);
}

.thankyou__logo {
  width: min(320px, 80%);
  margin: 0 auto 18px;
}

.thankyou__content h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  margin-bottom: 14px;
}

.thankyou__content p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(240, 233, 216, 0.9);
  margin-bottom: 12px;
}

.thankyou__benefits {
  margin: 14px auto 22px;
  padding: 0;
  list-style: none;
  width: min(560px, 100%);
  text-align: left;
}

.thankyou__benefits li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: rgba(240, 233, 216, 0.92);
}

.thankyou__benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9b25f;
}

.thankyou__validation {
  margin: -8px auto 18px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(217, 178, 95, 0.35);
  background: rgba(18, 6, 10, 0.8);
  color: #d9b25f;
  font-size: 0.92rem !important;
}

/* Elas para Elas v2 */
.hero--editorial {
  min-height: max(900px, 100svh);
}

.hero-editorial__backdrop,
.hero-editorial__veil,
.hero-editorial__image {
  position: absolute;
  inset: 0;
}

.hero-editorial__backdrop {
  overflow: hidden;
}

.hero-editorial__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-editorial__image--primary {
  opacity: 0.82;
}

.hero-editorial__image--secondary {
  mix-blend-mode: screen;
  opacity: 0.18;
  transform: scale(1.08);
  filter: blur(8px);
}

.hero-editorial__veil {
  background:
    linear-gradient(180deg, rgba(9, 4, 5, 0.24), rgba(9, 4, 5, 0.92)),
    radial-gradient(
      circle at 20% 16%,
      rgba(189, 143, 58, 0.18),
      transparent 26%
    ),
    radial-gradient(circle at 82% 20%, rgba(137, 17, 30, 0.24), transparent 30%);
}

.hero__content--editorial {
  justify-items: start;
  text-align: left;
}

.hero__content--editorial .hero__copy {
  max-width: 840px;
  margin: 0;
}

.hero__subheadline--narrow {
  max-width: 520px;
  margin: 18px 0 0;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  color: var(--sand-50);
}

.hero__lead {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.section-heading--center {
  text-align: center;
}

.section--manifesto {
  background: linear-gradient(
    180deg,
    rgba(12, 5, 6, 0.96),
    rgba(37, 8, 12, 0.96)
  );
}

.manifesto-panel,
.impact-panel,
.act-card,
.inclusions-card,
.speaker-card,
.theme-card,
.antiavatar-card,
.single-offer-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--card);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
}

.manifesto-panel {
  max-width: 760px;
  margin: 28px auto 0;
  padding: 28px;
  text-align: center;
}

.manifesto-panel p,
.manifesto-panel strong {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.manifesto-panel strong {
  display: block;
  margin-top: 8px;
  color: var(--gold-300);
  font-family: "Montserrat", sans-serif;
}

.section--impact {
  padding-top: 72px;
  padding-bottom: 72px;
}

.impact-panel {
  padding: 48px 32px;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(8, 4, 5, 0.98),
    rgba(22, 8, 11, 0.98)
  );
}

.impact-panel h2 {
  max-width: 800px;
  margin: 0 auto 20px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.impact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.impact-list span,
.passport-seals span,
.benefit-pill {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.acts-grid,
.speakers-grid,
.themes-grid,
.benefits-grid,
.sponsors-grid {
  display: grid;
  gap: 20px;
}

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

.act-card {
  padding: 28px;
}

.act-card__index,
.speaker-card__name,
.single-offer-card__badge {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--gold-300);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 800;
}

.act-card h3,
.theme-card h3,
.single-offer-card h3 {
  margin-bottom: 12px;
  font-size: 1.8rem;
}

.section__grid--aligned-start {
  align-items: start;
}

.section__grid--aligned-center {
  align-items: center;
}

.inclusions-card {
  padding: 28px;
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--sand-100);
  line-height: 1.6;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-300);
  font-weight: 800;
}

.image-card--passport {
  padding: 24px;
  background: radial-gradient(
    circle at top,
    rgba(189, 143, 58, 0.14),
    rgba(8, 4, 5, 0.9)
  );
}

.passport-seals {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.section--quote {
  padding: 72px 0;
}

.quote-panel {
  padding: 24px 0;
  text-align: center;
}

.quote-panel p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 1.02;
  color: var(--gold-300);
}

.speakers-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.speaker-card {
  overflow: hidden;
}

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

.speaker-card--joyce img {
  object-position: center 18%;
}

.speaker-card--tamirys img {
  object-position: center 14%;
}

.speaker-card--andreia img {
  object-position: center 20%;
}

.speaker-card__body {
  padding: 22px;
}

.speaker-card__body h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.speaker-card__body p,
.theme-card p,
.single-offer-card__subtitle,
.single-offer-card__footnote,
.benefits-footnote {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.themes-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.theme-card {
  padding: 28px;
}

.venue-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.venue-gallery img:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

.venue-gallery img {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.benefits-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.benefit-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 20px;
  text-align: center;
  color: var(--sand-50);
  font-weight: 700;
}

.benefits-footnote {
  margin-top: 20px;
  text-align: center;
}

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

.sponsors-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.96);
  object-fit: contain;
}

.antiavatar-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 36px;
  text-align: center;
}

.antiavatar-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.single-offer-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 34px;
  text-align: center;
}

.single-offer-card__header {
  margin-bottom: 24px;
}

.single-offer-card__price-block {
  display: grid;
  gap: 6px;
  margin-bottom: 24px;
}

.single-offer-card__price-block strong {
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-family: "Montserrat", sans-serif;
}

.single-offer-card__price-block span {
  color: var(--gold-300);
  font-weight: 700;
}

.single-offer-card__list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.single-offer-card__list li {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.single-offer-card__footnote {
  margin-top: 14px;
}

@media (max-width: 960px) {
  .topbar__inner {
    min-height: auto;
    padding: 14px 0;
    flex-direction: column;
    align-items: stretch;
  }

  .topbar__meta {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero__content--editorial {
    justify-items: center;
    text-align: center;
  }

  .hero__content--editorial .hero__copy {
    margin: 0 auto;
  }

  .hero__lead,
  .hero__subheadline--narrow {
    margin-left: auto;
    margin-right: auto;
  }

  .acts-grid,
  .speakers-grid,
  .themes-grid,
  .benefits-grid,
  .sponsors-grid,
  .section__grid--split {
    grid-template-columns: 1fr;
  }

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

  .venue-gallery img,
  .venue-gallery img:first-child {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 82px 0;
  }

  .hero__event-logo {
    width: min(420px, 92%);
  }

  .impact-panel,
  .manifesto-panel,
  .inclusions-card,
  .theme-card,
  .single-offer-card,
  .antiavatar-card {
    padding: 24px;
  }

  .quote-panel p {
    font-size: 2.3rem;
  }

  .benefit-pill {
    min-height: 84px;
  }
}
