@font-face {
  font-family: "Dolce Amyara";
  src: url("assets/fonts/Dolce-Amyara.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #b28944;
  --ink: #383838;
  --paper: #ffffff;
  --stage-scale: 1;
  --mobile-stage-scale: 1;
  --stage-extra-height: 0px;
  --faq-desktop-extra: 0px;
  --shadow: 0 100px 80px rgba(0, 0, 0, 0.07), 0 41.778px 33.422px rgba(0, 0, 0, 0.05),
    0 22.336px 17.869px rgba(0, 0, 0, 0.04), 0 12.522px 10.017px rgba(0, 0, 0, 0.04),
    0 6.65px 5.32px rgba(0, 0, 0, 0.03), 0 2.767px 2.214px rgba(0, 0, 0, 0.02);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
  scroll-padding-top: 32px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
}

img {
  display: block;
}

a {
  color: inherit;
}

.page-shell {
  min-height: 100vh;
  background: #fff;
}

.stage-wrap {
  position: relative;
  width: 100%;
  height: calc((13073px + var(--stage-extra-height)) * var(--stage-scale));
  overflow: hidden;
}

.stage {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: calc(13073px + var(--stage-extra-height));
  transform: translateX(-50%) scale(var(--stage-scale));
  transform-origin: top center;
  overflow: hidden;
  background: #fff;
}

.mobile-stage-wrap {
  display: none;
}

.abs {
  position: absolute;
}

.wash,
.halo {
  pointer-events: none;
  user-select: none;
}

.wash-top {
  left: 5px;
  top: -933px;
  width: 1911px;
  height: 2877px;
  object-fit: cover;
  opacity: 0.62;
  animation: washDrift 16s ease-in-out infinite alternate;
  z-index: 0;
}

.hero-person {
  left: 656px;
  top: 48px;
  width: 1264px;
  height: 1896px;
  object-fit: cover;
  object-position: center top;
  z-index: 1;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 55%,
    rgba(0, 0, 0, 0.9) 62%,
    rgba(0, 0, 0, 0.5) 70%,
    transparent 82%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 55%,
    rgba(0, 0, 0, 0.9) 62%,
    rgba(0, 0, 0, 0.5) 70%,
    transparent 82%
  );
}

.hero-fog {
  left: 0;
  top: 760px;
  width: 1920px;
  height: 1260px;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 53% 58%, rgba(255, 255, 255, 0.96) 0 18%, rgba(255, 255, 255, 0.76) 31%, rgba(255, 255, 255, 0) 61%),
    radial-gradient(ellipse at 36% 72%, rgba(255, 255, 255, 0.92) 0 16%, rgba(255, 255, 255, 0.54) 34%, rgba(255, 255, 255, 0) 64%),
    radial-gradient(ellipse at 74% 76%, rgba(255, 255, 255, 0.86) 0 13%, rgba(255, 255, 255, 0.46) 31%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 18%, rgba(255, 255, 255, 0.42) 42%, #fff 72%, #fff 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.05) 16%, rgba(0, 0, 0, 0.55) 34%, #000 58%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.05) 16%, rgba(0, 0, 0, 0.55) 34%, #000 58%, #000 100%);
}

.wash-audience {
  left: 0;
  top: 2304px;
  width: 1920px;
  height: 1317px;
  overflow: hidden;
  opacity: 1;
  background: #fff;
  z-index: 1;
}

.wash-audience img {
  position: absolute;
  left: 0;
  top: -1375px;
  width: 1920px;
  height: 2891px;
  max-width: none;
  object-fit: fill;
  opacity: 0.28;
}

.section-fog {
  pointer-events: none;
  user-select: none;
}

.audience-fog-top {
  left: 0;
  top: 2250px;
  width: 1920px;
  height: 360px;
  z-index: 3;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.98) 0 28%, rgba(255, 255, 255, 0.72) 48%, rgba(255, 255, 255, 0) 78%),
    linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.92) 26%, rgba(255, 255, 255, 0.34) 66%, rgba(255, 255, 255, 0) 100%);
}

.audience-fog-bottom {
  left: -42px;
  top: 3180px;
  width: 2004px;
  height: 560px;
  z-index: 3;
  background:
    radial-gradient(ellipse at 50% 34%, rgba(255, 255, 255, 0.18) 0 18%, rgba(255, 255, 255, 0.1) 42%, rgba(255, 255, 255, 0) 74%),
    radial-gradient(ellipse at 50% 78%, rgba(255, 255, 255, 0.72) 0 20%, rgba(255, 255, 255, 0.42) 46%, rgba(255, 255, 255, 0) 82%),
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 24%, rgba(255, 255, 255, 0.16) 54%, rgba(255, 255, 255, 0.7) 86%, #fff 100%);
  filter: blur(0.25px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.08) 14%, rgba(0, 0, 0, 0.58) 40%, #000 76%, rgba(0, 0, 0, 0.82) 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.08) 14%, rgba(0, 0, 0, 0.58) 40%, #000 76%, rgba(0, 0, 0, 0.82) 100%);
}

.halo-hero {
  left: -166px;
  top: 1076px;
  width: 2228px;
  height: 1466px;
  opacity: 0.68;
  z-index: 2;
  background:
    radial-gradient(ellipse at 50% 52%, rgba(255, 255, 255, 0) 0 34%, rgba(255, 255, 255, 0.96) 59%, rgba(255, 255, 255, 0) 74%),
    radial-gradient(ellipse at 50% 52%, rgba(250, 245, 232, 0.42), rgba(255, 255, 255, 0) 68%);
  filter: blur(0.2px);
}

.halo-destination {
  left: -35px;
  top: 3431px;
  width: 2071px;
  height: 1028px;
  opacity: 0.94;
  z-index: 2;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0) 0 36%, rgba(255, 255, 255, 0.98) 62%, rgba(255, 255, 255, 0) 78%),
    radial-gradient(ellipse at 50% 50%, rgba(250, 245, 232, 0.34), rgba(255, 255, 255, 0) 66%);
  filter: blur(0.2px);
}

.eyebrow,
.section-label {
  margin: 0;
  color: var(--gold);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 15px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 5;
}

.top-date {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 15.2px;
}

.event-name {
  font-weight: 400;
  letter-spacing: 22.8px;
}

.script {
  margin: 0;
  color: var(--gold);
  font-family: "Dolce Amyara", Georgia, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  z-index: 5;
  white-space: nowrap;
  overflow: visible;
}

.question-mark {
  z-index: 8;
  display: block;
  width: 40px;
  height: 60px;
  overflow: visible;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.hero-title {
  z-index: 5;
}

.body-copy {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.12;
  z-index: 5;
}

.hero-copy {
  z-index: 5;
  white-space: normal;
}

.hero-copy p {
  margin: 0;
}

.market-copy p {
  margin: 0 0 30px;
}

.destination-copy p,
.flyclub-copy p {
  margin: 0 0 28px;
}

.destination-copy,
.flyclub-copy {
  font-size: 24px;
  line-height: 1.18;
}

.destination-copy p:last-child,
.flyclub-copy p:last-child {
  margin-bottom: 0;
}

.cta {
  z-index: 7;
  width: 414px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  overflow: hidden;
  background: linear-gradient(135deg, #9f7738 0%, #b28944 32%, #d9bc72 54%, #ad803c 76%, #8f6b33 100%);
  color: #fafafa;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 1px 7px rgba(78, 48, 10, 0.2);
  box-shadow: 0 28px 62px rgba(178, 137, 68, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transition: box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 360ms cubic-bezier(0.22, 1, 0.36, 1), transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  isolation: isolate;
}

.cta::before,
.cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}

.cta::before {
  z-index: 0;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.45), transparent 22%),
    linear-gradient(115deg, transparent 0%, transparent 33%, rgba(255, 255, 255, 0.74) 46%, rgba(255, 244, 196, 0.48) 52%, transparent 65%, transparent 100%);
  transform: translateX(-125%) skewX(-18deg);
  animation: goldSweep 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  mix-blend-mode: screen;
}

.cta::after {
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 32px rgba(255, 255, 255, 0.16), inset 0 -22px 44px rgba(99, 63, 18, 0.16);
}

.cta:hover {
  box-shadow: 0 34px 78px rgba(178, 137, 68, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.44);
  filter: brightness(1.04);
}

.cta-wide {
  width: 562px;
}

.rounded-xl {
  border-radius: 57px;
}

.rounded-lg {
  border-radius: 18px;
}

.rounded-md {
  border-radius: 14px;
}

.rounded-host {
  border-radius: 41px;
}

.shadow-card {
  box-shadow: var(--shadow);
  object-fit: cover;
  z-index: 4;
}

.audience-list {
  padding: 0 0 0 44px;
  list-style: none;
}

.audience-list li {
  position: relative;
  margin-bottom: 20px;
}

.audience-list li::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(178, 137, 68, 0.08);
}

.section-label.wide {
  letter-spacing: 15px;
}

.speaker-name {
  margin: 0;
  color: var(--gold);
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
}

.featured-copy {
  font-size: 35px;
}

.mini-speaker {
  display: grid;
  grid-template-columns: 210px 1fr;
  column-gap: 36px;
  align-items: start;
  z-index: 5;
}

.mini-speaker img {
  width: 210px;
  height: 214px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.08);
}

.mini-speaker h3 {
  margin: 0 0 28px;
  color: var(--gold);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.mini-speaker p {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
}

.ticker {
  height: 36px;
  overflow: hidden;
  background: var(--gold);
  color: #fafafa;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  white-space: nowrap;
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  z-index: 6;
}

.ticker div {
  display: flex;
  gap: 64px;
  width: max-content;
  will-change: transform;
  animation: tickerMove 28s linear infinite;
}

.angra-video-card {
  width: 604px;
  height: 630px;
  border: 2px solid var(--gold);
  border-radius: 18px;
  background: rgba(178, 137, 68, 0.08);
  box-shadow: 0 34px 76px rgba(178, 137, 68, 0.12);
  overflow: hidden;
  z-index: 5;
}

/* ---- Custom Vimeo facade player (Momentos de Angra) ---- */
.video-embed {
  position: absolute;
  inset: 0;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: #16130d;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
}

/* blurred cinematic backdrop (fills the frame behind the vertical video) */
.video-embed-bg {
  position: absolute;
  inset: -8%;
  background: url("assets/images/webp/angra-video-poster.webp") center / cover no-repeat;
  filter: blur(28px) brightness(0.6) saturate(1.08);
  transform: scale(1.12);
  z-index: 0;
}

.video-embed::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(130% 100% at 50% 42%, rgba(178, 137, 68, 0.06), rgba(0, 0, 0, 0.34));
}

/* the sharp, contained vertical video frame */
.video-embed-stage {
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% - 44px);
  aspect-ratio: 1280 / 2276;
  transform: translate(-50%, -50%);
  border-radius: 14px;
  overflow: hidden;
  background: #0d0d0d;
  box-shadow: 0 30px 64px rgba(0, 0, 0, 0.36), inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  z-index: 2;
}

.video-embed-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(178, 137, 68, 0.26), inset 0 -34px 52px rgba(0, 0, 0, 0.18);
}

.video-embed-poster {
  position: absolute;
  inset: 0;
  background: url("assets/images/webp/angra-video-poster.webp") center / cover no-repeat;
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.video-embed:hover .video-embed-poster,
.video-embed:focus-visible .video-embed-poster {
  transform: scale(1.05);
}

.video-embed-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0) 44%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0) 32%);
}

.video-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), background 320ms ease, border-color 320ms ease;
}

.video-embed-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 24px solid #fff;
}

.video-embed:hover .video-embed-play,
.video-embed:focus-visible .video-embed-play {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--gold);
  border-color: var(--gold);
}

.video-embed-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.video-embed:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.video-embed.is-playing {
  cursor: default;
}

.video-embed.is-playing .video-embed-bg {
  filter: blur(32px) brightness(0.5) saturate(1.12);
  opacity: 0.86;
}

.video-embed.is-playing .video-embed-stage {
  box-shadow: 0 34px 78px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(178, 137, 68, 0.18);
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  z-index: 4;
}

.angra-copy p {
  margin: 0 0 30px;
}

.continuation-label {
  margin: 0;
  color: var(--gold);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 5;
}

.included-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.64;
}

.included-list li {
  position: relative;
  min-height: 50px;
  padding-left: 63px;
  background: url("assets/images/double-right.png") left 3px / 42px 42px no-repeat;
}

.experience-label {
  font-size: 30px;
  letter-spacing: 8px;
}

.experience-list {
  font-size: 27px;
  line-height: 1.25;
}

.experience-list li {
  min-height: auto;
  margin: 0 0 18px;
  padding-left: 63px;
  background: url("assets/images/double-right.png") left -3px / 42px 42px no-repeat;
}

.experience-list li::before {
  content: none;
}

.career-title {
  left: 712px;
  top: 9833px;
  width: 496px;
  text-align: center;
  line-height: 0.74;
}

.offer-transition {
  left: 360px;
  top: 9806px;
  width: 1200px;
  margin: 0;
  color: var(--gold);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.18;
  text-align: center;
  z-index: 5;
}

.offer-transition span {
  display: block;
}

.offer-transition span:first-child {
  font-family: "Dolce Amyara", Georgia, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 0.86;
  margin-bottom: 18px;
}

.offer-transition span:nth-child(2) {
  font-weight: 400;
}

.offer-transition span:last-child {
  width: 920px;
  margin: 20px auto 0;
  font-size: 28px;
  line-height: 1.18;
}

.price-card {
  width: 369px;
  height: 313px;
  padding: 50px 28px 32px;
  border: 2px solid var(--gold);
  border-radius: 36px;
  color: var(--ink);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 560ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 5;
}

.price-card.active {
  background: linear-gradient(135deg, #9f7738 0%, #b28944 32%, #d9bc72 54%, #ad803c 76%, #8f6b33 100%);
  color: #fafafa;
  box-shadow: 0 34px 80px rgba(178, 137, 68, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.price-card.active::before,
.price-card.active::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}

.price-card.active::before {
  z-index: 1;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.45), transparent 22%),
    linear-gradient(115deg, transparent 0%, transparent 33%, rgba(255, 255, 255, 0.74) 46%, rgba(255, 244, 196, 0.48) 52%, transparent 65%, transparent 100%);
  transform: translateX(-115%) skewX(-18deg);
  animation: goldSweep 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  mix-blend-mode: screen;
}

.price-card.active::after {
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 0 42px rgba(255, 255, 255, 0.16), inset 0 -28px 52px rgba(99, 63, 18, 0.16);
}

.price-card > * {
  position: relative;
  z-index: 3;
}

.price-card.active:hover {
  transform: translateY(-8px);
  box-shadow: 0 42px 95px rgba(178, 137, 68, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.offer-card {
  width: 369px;
  height: 313px;
  padding: 42px 28px 30px;
  border-radius: 36px;
}

.lot {
  margin: 0 0 58px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 15px;
  text-transform: uppercase;
  white-space: nowrap;
}

.offer-card .lot {
  margin-bottom: 31px;
}

.offer-kicker {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1;
}

.price-line {
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}

.price-line span {
  font-size: 40px;
}

.price-line small {
  font-size: 25px;
}

.price-line strong {
  color: var(--gold);
  font-size: 50px;
  font-weight: 600;
}

.offer-card .price-line {
  margin-bottom: 8px;
}

.offer-card .price-line span {
  display: block;
  margin: 0 0 6px;
  font-size: 20px;
}

.offer-card .price-line strong {
  font-size: 45px;
}

.active .price-line strong {
  color: #fafafa;
}

.cash {
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.card-note {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}

.offer-card .cash {
  margin-top: 0;
  font-size: 18px;
}

.offer-card-latest {
  width: 330px;
  height: 267px;
  padding: 24px 24px 22px;
  border: 0;
  border-radius: 32px;
  background: #b28944;
  box-shadow: 0 28px 68px rgba(178, 137, 68, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.offer-card-latest.is-visible {
  animation: offerCardEmphasis 1200ms cubic-bezier(0.22, 1, 0.36, 1) 220ms both;
}

.latest-lot {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 43px;
  color: #fafafa;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 7.8px;
  text-align: center;
  text-transform: uppercase;
}

.latest-lot span {
  display: inline-block;
  width: max-content;
  padding-left: 7.8px;
}

.latest-lot span:last-child {
  text-indent: 0;
}

.latest-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin: 0 0 18px;
  color: #fafafa;
  line-height: 1;
  white-space: nowrap;
}

.offer-card .latest-price span {
  display: inline;
  margin: 0;
  color: #fafafa;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.latest-price small {
  color: #fafafa;
  font-size: 12px;
}

.offer-card .latest-price strong {
  color: #fafafa;
  font-size: 43px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.latest-price em {
  color: #fafafa;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.latest-cash {
  margin: 0;
  color: #fafafa;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1;
  text-transform: uppercase;
}

.offer-card-secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  box-shadow: 0 24px 62px rgba(178, 137, 68, 0.12);
}

.offer-card-secondary .lot {
  color: var(--gold);
  margin-bottom: 58px;
}

.offer-card-secondary .price-line span {
  display: inline;
  margin: 0;
  color: var(--ink);
  font-size: 40px;
}

.offer-card-secondary .price-line strong {
  color: var(--gold);
  font-size: 50px;
}

.offer-card-secondary .cash {
  color: var(--ink);
}

.discount-offer {
  width: 720px;
  height: 140px;
  display: flex;
  align-items: center;
  color: var(--gold);
  z-index: 7;
}

.discount-percent {
  margin: 0 22px 0 0;
  color: var(--gold);
  font-family: "Abril Fatface", "April Fatface", Georgia, serif;
  font-size: 104px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 18px 36px rgba(178, 137, 68, 0.12);
}

.discount-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5px;
  text-transform: uppercase;
}

.discount-copy p {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 52px;
  font-weight: 600;
  line-height: 0.88;
  white-space: nowrap;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .discount-percent,
  .discount-copy p {
    background: linear-gradient(105deg, #a57a38 0%, #b28944 31%, #fff6d8 45%, #ffffff 50%, #d8b866 58%, #b28944 72%, #9e7535 100%);
    background-size: 245% 100%;
    background-position: 130% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: premiumTextShine 2.8s ease-in-out infinite;
  }
}

.discount-copy span {
  display: block;
  color: var(--ink);
  font-size: 29px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.discount-voucher {
  position: relative;
  width: 50px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 49px 0 0 28px;
  border-radius: 7px;
  background: var(--gold);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-35deg);
  box-shadow: 0 12px 22px rgba(178, 137, 68, 0.2);
}

.discount-voucher::before,
.discount-voucher::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  transform: translateY(-50%);
}

.discount-voucher::before {
  left: -5px;
}

.discount-voucher::after {
  right: -5px;
}

.discount-offer.is-visible .discount-percent {
  animation: discountPercentPop 980ms cubic-bezier(0.22, 1, 0.36, 1) 180ms both,
    discountGlow 3.2s ease-in-out 1.2s infinite,
    premiumTextShine 2.8s ease-in-out 1.05s infinite;
}

.discount-offer.is-visible .discount-copy {
  animation: discountCopyReveal 860ms cubic-bezier(0.22, 1, 0.36, 1) 360ms both;
}

.discount-offer.is-visible .discount-copy p {
  animation: premiumTextShine 2.8s ease-in-out 1.15s infinite;
}

.discount-offer.is-visible .discount-voucher {
  animation: voucherWiggle 3.2s ease-in-out 980ms infinite;
}

.offer-below {
  left: 432px;
  top: 10400px;
  width: 1056px;
  margin: 0;
  text-align: center;
  z-index: 7;
}

.offer-support {
  width: 900px;
  margin: 0 auto 28px;
  color: var(--gold);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25;
}

.offer-final-cta {
  width: 350px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  overflow: hidden;
  background: linear-gradient(135deg, #9f7738 0%, #b28944 32%, #d9bc72 54%, #ad803c 76%, #8f6b33 100%);
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 1px 7px rgba(78, 48, 10, 0.2);
  box-shadow: 0 28px 62px rgba(178, 137, 68, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.installment-note {
  margin: 18px 0 0;
  color: rgba(56, 56, 56, 0.56);
  font-size: 14px;
  line-height: 1.2;
}

.host-card {
  width: 1464px;
  height: 1092px;
  display: grid;
  grid-template-columns: 728px 1fr;
  overflow: hidden;
  border-radius: 37px;
  background: var(--gold);
  color: #fafafa;
  z-index: 5;
}

.host-card > img {
  width: 728px;
  height: 1092px;
  object-fit: cover;
}

.host-card > div {
  padding: 86px 92px;
}

.host-label {
  margin: 0 0 44px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 15px;
  text-transform: uppercase;
  white-space: nowrap;
}

.host-name {
  width: 546px;
  margin: 0 0 78px;
  color: #fff;
  font-family: "Dolce Amyara", Georgia, serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.host-card p:not(.host-label) {
  width: 546px;
  margin: 0 0 38px;
  font-size: 30px;
  line-height: 1.34;
}

.faq-section {
  z-index: 5;
}

.faq-section h2 {
  margin: 0 0 86px;
  color: var(--gold);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.78;
  letter-spacing: 0.525px;
  text-align: center;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 7px;
}

.faq-item {
  width: 1170px;
  overflow: hidden;
}

.faq-trigger {
  width: 1170px;
  min-height: 69px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px 0 105px;
  border: 0;
  background: #2c78a2;
  color: #fafafa;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-align: left;
  cursor: pointer;
}

.faq-trigger img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex: 0 0 auto;
  transform: rotate(0deg);
  transition: transform 140ms linear;
}

.faq-trigger:focus-visible {
  outline: 3px solid rgba(178, 137, 68, 0.62);
  outline-offset: 4px;
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
  opacity: 0;
  transition: max-height 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

.faq-panel p {
  width: 1078px;
  margin: 0 auto;
  padding: 26px 0 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.78;
  letter-spacing: 0.3px;
  text-align: center;
}

.faq-item.is-open .faq-panel {
  opacity: 1;
}

.faq-item.is-open .faq-trigger img {
  transform: rotate(180deg);
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 180px 1fr;
  align-items: start;
  color: rgba(56, 56, 56, 0.72);
  z-index: 5;
}

.footer-new {
  display: block;
  height: 340px;
  transform: translateY(var(--faq-desktop-extra));
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-new .footer-help {
  position: absolute;
  left: 0;
  top: 30px;
  width: 760px;
  min-height: 132px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 24px;
  row-gap: 6px;
  align-items: center;
  text-align: left;
  transform: none;
}

.footer-new .footer-help .footer-whatsapp {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
}

.footer-new .footer-help p:first-of-type {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.footer-new .footer-help p:last-of-type {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.footer-whatsapp {
  position: relative;
  left: auto;
  top: auto;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), filter 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-whatsapp img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.footer-whatsapp:hover {
  transform: translateY(-3px) scale(1.04);
  filter: brightness(1.04);
}

.footer-whatsapp:focus-visible {
  outline: 3px solid rgba(178, 137, 68, 0.62);
  outline-offset: 6px;
}

.footer-new .footer-logo {
  position: absolute;
  left: auto;
  right: 0;
  top: 6px;
  width: 118px;
  height: 176px;
  margin: 0;
  justify-self: auto;
  object-fit: contain;
  transform: none;
}

.footer-new .footer-instagram {
  display: none;
}

.footer-new .footer-rights {
  position: absolute;
  left: 0;
  right: 0;
  top: 214px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 46px;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  transform: none;
}

.footer-new .footer-rights span:first-child {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.footer-help p {
  margin: 0;
  color: rgba(56, 56, 56, 0.72);
  font-size: 22px;
  line-height: 1.25;
  white-space: normal;
}

.footer-help p:first-of-type {
  align-self: flex-start;
}

.footer-help p:last-of-type {
  align-self: flex-start;
}

.footer-logo {
  width: 128px;
  justify-self: center;
  margin-top: 155px;
}

.footer-instagram {
  justify-self: end;
  min-width: 440px;
}

.footer-instagram p {
  margin: 0 0 42px 68px;
  color: var(--ink);
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
}

.footer-instagram a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: underline;
}

.footer-instagram img {
  width: 61px;
  height: 61px;
}

.footer-rights {
  grid-column: 1 / -1;
  margin: 168px 0 0;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}

.animate {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  filter: blur(3px);
  transition: opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1), filter 760ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity, filter;
}

.animate.is-visible {
  opacity: 1;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  filter: blur(0);
}

.image-rise {
  clip-path: inset(0 0 0 0 round inherit);
  transform: translate3d(0, 0, 0);
}

.image-rise.is-visible {
  clip-path: inset(0 0 0 0 round inherit);
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.delay-1 {
  transition-delay: 90ms;
}

.delay-2 {
  transition-delay: 180ms;
}

.delay-3 {
  transition-delay: 270ms;
}

.delay-4 {
  transition-delay: 360ms;
}

.magnetic {
  animation: buttonPulse 3.8s ease-in-out infinite;
}

.float-soft {
  animation: floatSoft 7s ease-in-out infinite alternate;
}

@keyframes floatSoft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -16px, 0);
  }
}

@keyframes washDrift {
  from {
    transform: scale(1) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.035) translate3d(-18px, 24px, 0);
  }
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 32px));
  }
}

@keyframes goldSweep {
  0% {
    transform: translateX(-125%) skewX(-18deg);
    opacity: 0;
  }
  15% {
    opacity: 0.95;
  }
  48% {
    opacity: 0.95;
  }
  64%,
  100% {
    transform: translateX(125%) skewX(-18deg);
    opacity: 0;
  }
}

@keyframes offerCardEmphasis {
  0% {
    transform: translate3d(0, 28px, 0) scale(0.96);
    box-shadow: 0 18px 46px rgba(178, 137, 68, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }
  62% {
    transform: translate3d(0, -7px, 0) scale(1.018);
    box-shadow: 0 42px 90px rgba(178, 137, 68, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1);
    box-shadow: 0 34px 80px rgba(178, 137, 68, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }
}

@keyframes discountPercentPop {
  0% {
    opacity: 0;
    transform: translate3d(-26px, 12px, 0) scale(0.88);
    filter: blur(4px);
  }
  72% {
    opacity: 1;
    transform: translate3d(0, -4px, 0) scale(1.035);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes discountCopyReveal {
  from {
    opacity: 0;
    transform: translate3d(24px, 10px, 0);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes discountGlow {
  0%,
  100% {
    text-shadow: 0 18px 36px rgba(178, 137, 68, 0.12);
  }
  50% {
    text-shadow: 0 18px 36px rgba(178, 137, 68, 0.22), 0 0 28px rgba(217, 188, 114, 0.32);
  }
}

@keyframes premiumTextShine {
  0%,
  22% {
    background-position: 130% 50%;
  }
  48%,
  58% {
    background-position: 0% 50%;
  }
  82%,
  100% {
    background-position: -130% 50%;
  }
}

@keyframes voucherWiggle {
  0%,
  100% {
    transform: rotate(-35deg) translate3d(0, 0, 0);
  }
  45% {
    transform: rotate(-29deg) translate3d(1px, -3px, 0);
  }
  70% {
    transform: rotate(-38deg) translate3d(-1px, 1px, 0);
  }
}

@keyframes buttonPulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(178, 137, 68, 0);
  }
  50% {
    box-shadow: 0 18px 34px rgba(178, 137, 68, 0.24);
  }
}

@keyframes mobileHeroIn {
  from {
    opacity: 0;
    transform: scale(1.035) translate3d(0, 14px, 0);
    filter: blur(5px);
  }

  to {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes mobileWashFloat {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-10px, 18px, 0) scale(1.025);
  }
}

@keyframes mobileFogBreath {
  from {
    opacity: 0.82;
    filter: blur(0);
  }

  to {
    opacity: 1;
    filter: blur(1.5px);
  }
}

@media (max-width: 700px) {
  html,
  body {
    scrollbar-width: none;
  }

  body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .stage-wrap {
    display: none;
  }

  .mobile-stage-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: calc(12890px * var(--mobile-stage-scale));
    overflow: hidden;
    background: #fff;
  }

  .mobile-stage {
    position: absolute;
    top: 0;
    left: 50%;
    width: 446px;
    height: 12890px;
    overflow: hidden;
    transform: translateX(-50%) scale(var(--mobile-stage-scale));
    transform-origin: top center;
    background: #fff;
    color: var(--ink);
    font-family: "Poppins", Arial, sans-serif;
    perspective: 1000px;
  }

  .mobile-stage * {
    box-sizing: border-box;
  }

  .mobile-stage img {
    display: block;
    max-width: none;
  }

  .mobile-stage a {
    color: inherit;
  }

  .m-bg-top {
    position: absolute;
    left: -26px;
    top: -169px;
    width: 572px;
    height: 861px;
    object-fit: fill;
    opacity: 0.62;
    transform-origin: center top;
    animation: mobileWashFloat 18s ease-in-out infinite alternate;
  }

  .m-hero {
    position: absolute;
    left: -2px;
    top: 20px;
    width: 450px;
    height: 676px;
    object-fit: cover;
    object-position: center top;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 68%, rgba(0, 0, 0, 0.55) 82%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 68%, rgba(0, 0, 0, 0.55) 82%, transparent 100%);
    transform-origin: center top;
    animation: mobileHeroIn 1300ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .m-hero-fog {
    position: absolute;
    left: 0;
    top: 300px;
    width: 446px;
    height: 470px;
    pointer-events: none;
    background:
      radial-gradient(ellipse at 51% 48%, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 28%, rgba(255, 255, 255, 0.48) 56%, rgba(255, 255, 255, 0) 80%),
      linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.72) 55%, #fff 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.08) 8%, rgba(0, 0, 0, 0.62) 22%, #000 38%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.08) 8%, rgba(0, 0, 0, 0.62) 22%, #000 38%, #000 100%);
    animation: mobileFogBreath 7s ease-in-out infinite alternate;
  }

  .m-date,
  .m-event,
  .m-label {
    position: absolute;
    margin: 0;
    color: var(--gold);
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
  }

  .m-date {
    left: 55px;
    top: 30px;
    width: 337px;
    font-size: 10px;
    letter-spacing: 4.1px;
  }

  .m-event {
    left: 26px;
    top: 52px;
    width: 394px;
    font-size: 10px;
    letter-spacing: 6.4px;
  }

  .m-script {
    position: absolute;
    margin: 0;
    color: var(--gold);
    font-family: "Dolce Amyara", Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
  }

  .m-hero-title {
    left: 65px;
    top: 418px;
    width: 317px;
  }

  .m-copy {
    position: absolute;
    margin: 0;
    color: var(--ink);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
  }

  .m-copy p {
    margin: 0 0 14px;
  }

  .m-hero-copy {
    left: 58px;
    top: 490px;
    width: 329px;
  }

  .m-button {
    position: absolute;
    left: 102px;
    width: 242px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    overflow: hidden;
    background: linear-gradient(135deg, #9f7738 0%, #b28944 32%, #d9bc72 54%, #ad803c 76%, #8f6b33 100%);
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 0 1px 6px rgba(78, 48, 10, 0.24);
    box-shadow: 0 22px 50px rgba(178, 137, 68, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.34);
    animation: buttonPulse 4.8s ease-in-out infinite;
    isolation: isolate;
  }

  .m-button::before,
  .m-button::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
  }

  .m-button::before {
    z-index: 0;
    background:
      radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.42), transparent 22%),
      linear-gradient(115deg, transparent 0%, transparent 33%, rgba(255, 255, 255, 0.72) 46%, rgba(255, 244, 196, 0.46) 52%, transparent 65%, transparent 100%);
    transform: translateX(-125%) skewX(-18deg);
    animation: goldSweep 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    mix-blend-mode: screen;
  }

  .m-button::after {
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 26px rgba(255, 255, 255, 0.16), inset 0 -18px 34px rgba(99, 63, 18, 0.16);
  }

  .m-button:active {
    scale: 0.97;
  }

  .m-animate {
    --m-y: 34px;
    --m-blur: 4px;
    opacity: 0;
    translate: 0 var(--m-y);
    filter: blur(var(--m-blur));
    transition:
      opacity 860ms cubic-bezier(0.22, 1, 0.36, 1),
      translate 940ms cubic-bezier(0.22, 1, 0.36, 1),
      filter 860ms cubic-bezier(0.22, 1, 0.36, 1),
      scale 940ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--m-delay, 0ms);
    will-change: opacity, translate, filter, scale;
  }

  .m-animate.m-from-top {
    --m-y: -16px;
    --m-blur: 2px;
  }

  .m-animate.m-soft {
    --m-y: 18px;
    --m-blur: 2px;
  }

  .m-animate.m-scale-in {
    scale: 0.965;
  }

  .m-animate.m-soft-pop {
    scale: 0.985;
  }

  .m-animate.is-visible {
    opacity: 1;
    translate: 0 0;
    filter: blur(0);
    scale: 1;
  }

  .m-speaker.m-animate img {
    scale: 0.96;
    transition: scale 960ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--m-delay, 0ms) + 120ms);
  }

  .m-speaker.m-animate.is-visible img {
    scale: 1;
  }

  .m-center {
    left: 50%;
    width: 324px;
    transform: translateX(-50%);
  }

  .m-center-copy {
    left: 50%;
    width: 336px;
    transform: translateX(-50%);
  }

  .m-market-img {
    left: 74px;
    top: 1071px;
    width: 299px;
    height: 410px;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: var(--shadow);
  }

  .m-img {
    position: absolute;
    object-fit: cover;
    box-shadow: var(--shadow);
  }

  .m-audience-bg {
    position: absolute;
    left: -70px;
    top: 1838px;
    width: 586px;
    height: 875px;
    overflow: hidden;
    opacity: 0.44;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.08) 7%,
      rgba(0, 0, 0, 0.56) 23%,
      rgba(0, 0, 0, 0.62) 72%,
      rgba(0, 0, 0, 0.08) 94%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.08) 7%,
      rgba(0, 0, 0, 0.56) 23%,
      rgba(0, 0, 0, 0.62) 72%,
      rgba(0, 0, 0, 0.08) 94%,
      transparent 100%
    );
  }

  .m-audience-bg::before,
  .m-audience-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }

  .m-audience-bg::before {
    background:
      radial-gradient(ellipse at 50% 14%, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.82) 20%, rgba(255, 255, 255, 0) 48%),
      linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.92) 11%, rgba(255, 255, 255, 0.34) 31%, rgba(255, 255, 255, 0) 48%);
  }

  .m-audience-bg::after {
    background:
      radial-gradient(ellipse at 50% 82%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.34) 42%, rgba(255, 255, 255, 0.96) 78%, #fff 100%),
      linear-gradient(to bottom, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0.86) 88%, #fff 100%);
  }

  .m-audience-bg img {
    position: absolute;
    left: -4px;
    top: -680px;
    width: 594px;
    height: 1132px;
    filter: saturate(0.95) brightness(1.08);
  }

  .m-label {
    left: 90px;
    width: 267px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 12.5px;
  }

  .m-question {
    left: 90px;
    top: 1684px;
    width: 266px;
    white-space: nowrap;
  }

  .m-question span {
    margin-left: 4px;
    font-family: Georgia, "Times New Roman", serif;
  }

  .m-audience-list {
    left: 74px;
    top: 1731px;
    width: 305px;
    height: auto;
    padding: 0 0 0 24px;
    list-style: none;
    text-align: left;
  }

  .m-audience-list li {
    position: relative;
    margin: 0 0 13px;
  }

  .m-audience-list li::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 4px rgba(178, 137, 68, 0.08);
  }

  .m-destination-img {
    left: 50%;
    top: 2580px;
    width: 286px;
    height: 165px;
    border-radius: 14px;
    transform: translateX(-50%);
  }

  .m-fly-img {
    left: 50%;
    top: 3071px;
    width: 285px;
    height: 214px;
    border-radius: 18px;
    transform: translateX(-50%);
  }

  .m-dest-label,
  .m-dest-title,
  .m-dest-copy,
  .m-fly-title,
  .m-fly-copy,
  .m-dest-button {
    left: 50% !important;
    transform: translateX(-50%);
    text-align: center;
  }

  .m-destination-img.m-scale-in,
  .m-fly-img.m-scale-in {
    scale: 1;
  }

  .m-final-cta {
    left: 50% !important;
    transform: translateX(-50%);
  }

  .m-dest-button.m-soft-pop,
  .m-final-cta.m-soft-pop {
    scale: 1;
  }

  .m-dest-copy p,
  .m-fly-copy p {
    margin: 0 0 13px;
  }

  .m-dest-copy p:last-child,
  .m-fly-copy p:last-child {
    margin-bottom: 0;
  }

  .m-link {
    position: absolute;
    left: 50%;
    top: 3300px;
    width: 160px;
    color: var(--ink);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transform: translateX(-50%);
  }

  .m-heading-two {
    position: absolute;
    left: 37px;
    top: 3764px;
    width: 372px;
    margin: 0;
    color: var(--gold);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 7px;
    line-height: 1.36;
    text-align: center;
    text-transform: uppercase;
  }

  .m-speaker-title,
  .m-speaker h3 {
    position: absolute;
    left: 0;
    width: 446px;
    margin: 0;
    color: var(--gold);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }

  .m-speaker-featured {
    position: absolute;
    left: 81px;
    top: 3922px;
    width: 285px;
    height: 295px;
    border-radius: 24px;
    object-fit: cover;
    object-position: center 31%;
    box-shadow: var(--shadow);
  }

  .m-speaker {
    position: absolute;
    left: 0;
    width: 446px;
    text-align: center;
  }

  .m-speaker h3 {
    position: static;
    width: 100%;
    margin-bottom: 24px;
  }

  .m-speaker img {
    width: 210px;
    height: 214px;
    margin: 0 auto 29px;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.08);
  }

  .m-speaker p {
    width: 286px;
    margin: 0 auto;
    color: var(--ink);
    font-size: 16px;
    line-height: 1;
  }

  .m-ticker {
    position: absolute;
    left: -15px;
    top: 7197px;
    width: 477px;
    height: 36px;
    overflow: hidden;
    background: var(--gold);
    color: #fafafa;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .m-ticker div {
    display: flex;
    gap: 42px;
    width: max-content;
    animation: tickerMove 16s linear infinite;
  }

  .m-angra-video {
    position: absolute;
    left: 50%;
    top: 7325px;
    width: 332px;
    height: 310px;
    border: 2px solid var(--gold);
    border-radius: 18px;
    background: rgba(178, 137, 68, 0.08);
    box-shadow: 0 28px 62px rgba(178, 137, 68, 0.12);
    overflow: hidden;
    transform: translateX(-50%);
  }

  .m-angra-video .video-embed-bg {
    filter: blur(16px) brightness(0.6) saturate(1.08);
  }

  .m-angra-video .video-embed-stage {
    height: calc(100% - 22px);
  }

  .m-angra-video .video-embed-play {
    width: 58px;
    height: 58px;
  }

  .m-angra-video .video-embed-play::after {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 15px;
  }

  .m-angra-video .video-embed-caption {
    bottom: 10px;
    font-size: 12px;
  }

  .m-angra-copy {
    left: 50%;
    top: 7684px;
    width: 342px;
    font-size: 14px;
    line-height: 1.08;
    text-align: center;
    transform: translateX(-50%);
  }

  .m-angra-copy p {
    margin-bottom: 14px;
  }

  .m-angra-label {
    position: absolute;
    left: 42px;
    top: 8186px;
    width: 362px;
    margin: 0;
    color: var(--gold);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.8px;
    line-height: 1.45;
    text-align: center;
    text-transform: uppercase;
  }

  .m-angra-img {
    left: 50%;
    top: 8290px;
    width: 342px;
    height: 231px;
    border-radius: 18px;
    transform: translateX(-50%);
  }

  .m-angra-button {
    left: 50% !important;
    top: 8592px;
    width: 318px;
    font-size: 13px;
    transform: translateX(-50%);
  }

  .m-included-label {
    left: 43px;
    top: 8688px;
    width: 360px;
    font-size: 18px;
    line-height: 1.32;
    letter-spacing: 3.4px;
    white-space: normal;
  }

  .m-included-list {
    position: absolute;
    left: 57px;
    top: 8794px;
    width: 332px;
    margin: 0;
    padding: 0;
    color: var(--ink);
    font-size: 13.5px;
    line-height: 1.28;
    list-style: none;
  }

  .m-included-list li {
    position: relative;
    min-height: auto;
    margin: 0 0 9px;
    padding-left: 44px;
    background: url("assets/images/double-right.png") left -2px / 33px 26px no-repeat;
  }

  .m-included-list li::before {
    content: none;
  }

  .m-career {
    top: 9080px;
  }

  .m-offer-transition {
    position: absolute;
    left: 50%;
    top: 9166px;
    width: 346px;
    margin: 0;
    color: var(--gold);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    transform: translateX(-50%);
  }

  .m-offer-transition span {
    display: block;
  }

  .m-offer-transition span:first-child {
    font-family: "Dolce Amyara", Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 0.9;
  }

  .m-offer-transition span:nth-child(2) {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
  }

  .m-offer-transition span:last-child {
    width: 328px;
    margin: 8px auto 0;
    font-size: 15px;
    line-height: 1.24;
  }

  .m-price-card {
    position: absolute;
    left: 85px;
    width: 275px;
    height: 226px;
    padding: 25px 22px 18px;
    border: 2px solid var(--gold);
    border-radius: 22px;
    color: var(--ink);
    text-align: center;
    overflow: hidden;
  }

  .m-price-active {
    top: 9350px;
    overflow: hidden;
    background: linear-gradient(135deg, #9f7738 0%, #b28944 34%, #d9bc72 55%, #ad803c 100%);
    color: #fafafa;
    box-shadow: 0 28px 62px rgba(178, 137, 68, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  }

  .m-price-active.is-visible {
    animation: offerCardEmphasis 1000ms cubic-bezier(0.22, 1, 0.36, 1) 160ms both;
  }

  .m-price-active::before,
  .m-price-active::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
  }

  .m-price-active::before {
    z-index: 1;
    background:
      radial-gradient(circle at 25% 16%, rgba(255, 255, 255, 0.42), transparent 22%),
      linear-gradient(112deg, transparent 0%, transparent 30%, rgba(255, 255, 255, 0.72) 45%, rgba(255, 244, 196, 0.48) 52%, transparent 66%, transparent 100%);
    transform: translateX(-125%) skewX(-18deg);
    animation: goldSweep 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    mix-blend-mode: screen;
  }

  .m-price-active::after {
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 32px rgba(255, 255, 255, 0.16), inset 0 -22px 44px rgba(99, 63, 18, 0.16);
  }

  .m-price-card > * {
    position: relative;
    z-index: 3;
  }

  .m-price-next {
    top: 9626px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--ink);
    box-shadow: 0 20px 50px rgba(178, 137, 68, 0.12);
  }

  .m-lot {
    margin: 0 0 18px;
    font-size: 22px;
    letter-spacing: 10px;
    line-height: 1;
    text-transform: uppercase;
  }

  .m-price-active .m-lot {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 44px;
    color: #fafafa;
    font-weight: 600;
    letter-spacing: 5.4px;
  }

  .m-price-active .m-lot span {
    display: inline-block;
    width: max-content;
    padding-left: 5.4px;
  }

  .m-offer-kicker {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1;
  }

  .m-price {
    margin: 0 0 7px;
    line-height: 1;
  }

  .m-price span {
    display: block;
    margin: 0 0 6px;
    font-size: 15px;
  }

  .m-price strong {
    color: var(--gold);
    font-size: 36px;
  }

  .m-price-active .m-price strong {
    color: #fafafa;
    font-size: 35px;
    letter-spacing: 1px;
  }

  .m-price-active .m-price span {
    display: inline;
    margin: 0 4px 0 0;
    color: #fafafa;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
  }

  .m-card-note {
    margin: 0 0 12px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
  }

  .m-cash {
    margin: 0;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
  }

  .m-offer-discount {
    position: absolute;
    left: 50%;
    top: 9608px;
    width: 342px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    text-align: left;
    transform: translateX(-50%);
  }

  .m-offer-discount p {
    margin: 0 13px 0 0;
    color: var(--gold);
    font-family: "Abril Fatface", "April Fatface", Georgia, serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 0.9;
  }

  .m-offer-discount div {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
  }

  .m-offer-discount strong {
    color: var(--gold);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .m-offer-discount span {
    margin-top: 4px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.02;
    white-space: nowrap;
  }

  @supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .m-offer-discount p,
    .m-offer-discount strong {
      background: linear-gradient(105deg, #a57a38 0%, #b28944 31%, #fff6d8 45%, #ffffff 50%, #d8b866 58%, #b28944 72%, #9e7535 100%);
      background-size: 245% 100%;
      background-position: 130% 50%;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
      animation: premiumTextShine 2.8s ease-in-out infinite;
    }
  }

  .m-offer-discount i {
    position: relative;
    width: 31px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 38px 0 0 12px;
    border-radius: 5px;
    background: var(--gold);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    transform: rotate(-35deg);
    box-shadow: 0 10px 18px rgba(178, 137, 68, 0.2);
  }

  .m-offer-discount i::before,
  .m-offer-discount i::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #fff;
    transform: translateY(-50%);
  }

  .m-offer-discount i::before {
    left: -4px;
  }

  .m-offer-discount i::after {
    right: -4px;
  }

  .m-offer-discount.is-visible p {
    animation: discountPercentPop 880ms cubic-bezier(0.22, 1, 0.36, 1) 100ms both,
      discountGlow 3.2s ease-in-out 1s infinite,
      premiumTextShine 2.8s ease-in-out 1s infinite;
  }

  .m-offer-discount.is-visible div {
    animation: discountCopyReveal 760ms cubic-bezier(0.22, 1, 0.36, 1) 250ms both;
  }

  .m-offer-discount.is-visible strong {
    animation: premiumTextShine 2.8s ease-in-out 1.12s infinite;
  }

  .m-offer-discount.is-visible i {
    animation: voucherWiggle 3.2s ease-in-out 800ms infinite;
  }

  .m-price-next .m-lot {
    color: var(--gold);
    margin-bottom: 30px;
  }

  .m-price-next .m-price span {
    display: inline;
    margin: 0 8px 0 0;
    font-size: 20px;
  }

  .m-price-next .m-price strong {
    color: var(--gold);
    font-size: 35px;
  }

  .m-offer-below {
    position: absolute;
    left: 50%;
    top: 9746px;
    width: 326px;
    margin: 0;
    text-align: center;
    transform: translateX(-50%);
  }

  .m-offer-support {
    margin: 0 auto 18px;
    width: 292px;
    color: var(--gold);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.28;
  }

  .m-offer-cta {
    position: relative;
    z-index: 3;
    width: 246px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    background: linear-gradient(135deg, #9f7738 0%, #b28944 32%, #d9bc72 54%, #ad803c 76%, #8f6b33 100%);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 18px 38px rgba(178, 137, 68, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }

  .m-installment-note {
    margin: 13px auto 0;
    width: 288px;
    color: rgba(56, 56, 56, 0.58);
    font-size: 8.8px;
    line-height: 1.25;
  }

  .m-host-label {
    left: 137px;
    top: 9862px;
    width: 173px;
    font-size: 16px;
    letter-spacing: 4.64px;
  }

  .m-host-name {
    position: absolute;
    left: 50%;
    top: 9896px;
    width: 316px;
    margin: 0;
    color: var(--gold);
    font-family: "Dolce Amyara", Georgia, serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    transform: translateX(-50%);
  }

  .m-host {
    position: absolute;
    left: 86px;
    top: 9948px;
    width: 275px;
    height: 840px;
    overflow: hidden;
    border-radius: 21px;
    background: var(--gold);
    color: #fafafa;
    text-align: center;
    box-shadow: var(--shadow);
  }

  .m-host img {
    width: 275px;
    height: 373px;
    object-fit: cover;
  }

  .m-host div {
    padding: 24px 11px 0;
  }

  .m-host p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.34;
  }

  .m-faq {
    position: absolute;
    left: 50%;
    top: 10930px;
    width: 360px;
    transform: translateX(-50%);
  }

  .m-faq h2 {
    margin: 0 0 28px;
    color: var(--gold);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }

  .m-faq-item {
    width: 360px;
    overflow: hidden;
    margin-bottom: 8px;
  }

  .m-faq-trigger {
    width: 360px;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 15px 9px 18px;
    border: 0;
    background: #2c78a2;
    color: #fafafa;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.1px;
    text-align: left;
    cursor: pointer;
  }

  .m-faq-trigger img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex: 0 0 auto;
    transform: rotate(0deg);
    transition: transform 140ms linear;
  }

  .m-faq-trigger:focus-visible {
    outline: 2px solid rgba(178, 137, 68, 0.72);
    outline-offset: 3px;
  }

  .m-faq-panel {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    color: var(--ink);
    opacity: 0;
    transition: max-height 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
  }

  .m-faq-panel p {
    width: 326px;
    margin: 0 auto;
    padding: 14px 0 18px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.1px;
    text-align: center;
  }

  .m-faq-item.is-open .m-faq-panel {
    opacity: 1;
  }

  .m-faq-item.is-open .m-faq-trigger img {
    transform: rotate(180deg);
  }

  .m-logo {
    position: absolute;
    left: 182px;
    top: 12011px;
    width: 82px;
    height: 124px;
    object-fit: contain;
  }

  .m-whatsapp {
    position: absolute;
    left: 50%;
    top: 12173px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 300px;
    text-align: left;
    transform: translateX(-50%);
  }

  .m-whatsapp img {
    width: 41px;
    height: 36px;
    flex-shrink: 0;
    object-fit: contain;
  }

  .m-whatsapp p {
    width: auto;
    text-align: left;
  }

  .m-whatsapp p,
  .m-footer-note,
  .m-follow,
  .m-rights {
    margin: 0;
    color: var(--ink);
    font-size: 16px;
    line-height: 18px;
  }

  .m-footer-note {
    position: absolute;
    left: 50%;
    top: 12265px;
    width: 231px;
    text-align: center;
    transform: translateX(-50%);
  }

  .m-follow {
    position: absolute;
    left: 50%;
    top: 12337px;
    font-weight: 600;
    width: 184px;
    text-align: center;
    transform: translateX(-50%);
  }

  .m-instagram {
    position: absolute;
    left: 50%;
    top: 12388px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 252px;
    color: var(--ink);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transform: translateX(-50%);
  }

  .m-instagram img {
    width: 39px;
    height: 34px;
    object-fit: contain;
  }

  .m-rights {
    position: absolute;
    left: 50%;
    top: 12471px;
    width: 286px;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
    transform: translateX(-50%);
  }

  .m-rights span {
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .animate,
  .m-animate {
    opacity: 1;
    transform: none;
    translate: 0 0;
    scale: 1;
    filter: none;
  }
}
