body {
  background-color: #000;
  background-image:
    url(img/bg.jpg),
    linear-gradient(180deg, #000000 0%, #161e2c 27%, #161e2c 71%, #000000 100%);
  background-position-y: 70vw;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 100vh;
}
@media (min-width: 768px) {
  body {
    background-position-y: 20vw;
  }
}
@media (min-width: 1338px) {
  body {
    background-position-y: 3vw;
  }
}

.wrapper {
  max-width: 1666px;
  margin: 0 auto;
}
/* eyebrow */
.eyebrow {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem 0.5rem;
  position: relative;
}

/* Center the status on the page (not between siblings) so it aligns with
   the headline below. State-is-vip falls back to flex so it slides right
   when the JOIN VIP button is hidden. */
.eyebrow .eyebrow-status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.state-is-vip .eyebrow .eyebrow-status {
  position: static;
  transform: none;
}

.pp-logo {
  width: 100%;
  max-width: 150px;
  opacity: 0.8;
}

.eyebrow p {
  font-family: "kallisto", sans-serif;
  font-size: 0.66rem;
  font-size: clamp(0.66rem, 3vw, 0.8rem);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 300;
  display: none;
}
@media (min-width: 550px) {
  .eyebrow p {
    display: block;
  }
}

.eyebrow .button {
  font-family: "kallisto", sans-serif;
  background-color: #2eabf8;
  color: #000;
  box-shadow: 0px 0px 20px #2eabf8aa;
  border: none;
  outline: none;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  letter-spacing: 0.8px;
  border-radius: 4px;
  font-size: 0.66rem;
  position: relative;
  text-decoration: none;
  font-size: clamp(0.6rem, 1.5vw, 0.9rem);
  cursor: pointer;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.eyebrow .button:hover {
  background-color: #5cc1fa;
  box-shadow: 0 0 28px #2eabf8;
  transform: translateY(-1px);
}
.eyebrow .button::after {
  content: "!";
  position: absolute;
  top: -0.45rem;
  right: -0.5rem;
  background-color: #db0000;
  border-radius: 50%;
  width: 1rem;
  color: white;
  line-height: 1;
  aspect-ratio: 1;
  font-size: 0.75rem;
  transform: scale(0.666);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* headline */
.headline-container {
  margin-top: 0.875rem;
}
.pp-presents {
  font-family: "kallisto", sans-serif;
  font-size: 0.66rem;
  font-size: clamp(0.6rem, 1.5vw, 0.9rem);

  letter-spacing: 10.56px;
  text-transform: uppercase;
  font-weight: 300;
  color: #2eabf8;
  padding-inline: 1rem;
  position: relative;
  margin-inline: auto;
  width: fit-content;
}

h1 {
  font-weight: 200;
  margin-top: 0.325rem;
  line-height: 1.4;
}
.h1 {
  font-family: "ethnocentric", sans-serif;
  font-weight: 200;
  font-size: 2.66rem;
  font-size: clamp(1rem, 5vw, 3.5rem);
}

.h1-2 {
  font-family: "ethnocentric", sans-serif;
  font-size: 3.5rem;
  font-size: clamp(2.5rem, 7.4vw, 4.5rem);
  text-shadow: 0px 4px 10px #00000053;
  line-height: 0.9;
}
.h1-2 b {
  font-weight: bold;
}

.gradient-text {
  background: linear-gradient(180deg, #ffffff 0%, white 75%, #b9b9b9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.editor-names {
  font-family: "kallisto", sans-serif;
  font-weight: 200;
  font-size: 0.79rem;
  font-size: clamp(0.75rem, 1.8vw, 1.125rem);
  letter-spacing: 1.52px;
  text-shadow: 0px 3px 6px #0000009a;
}

@media (min-width: 550px) {
  .pp-presents::after,
  .pp-presents::before {
    position: absolute;
    content: "";
    width: 3rem;
    height: 0.1rem;
    top: 0.55rem;
  }
  .pp-presents::before {
    background: transparent linear-gradient(90deg, #2eabf800 0%, #2eabf8 100%)
      0% 0% no-repeat padding-box;
    left: -3.5rem;
  }
  .pp-presents::after {
    background: transparent linear-gradient(90deg, #2eabf8 0%, #2eabf800 100%)
      0% 0% no-repeat padding-box;
    right: -3rem;
  }
}

/* countdown */
/* .editors {
  margin-bottom: -5rem;
} */
.event-date-time {
  align-items: center;
  color: #2eabf8;
  background-color: black;
  background-image: linear-gradient(
    270deg,
    #00000000 0%,
    #000000bf 15%,
    #000000cb 84%,
    #00000000 100%
  );
  display: flex;
  font-family: "kallisto", sans-serif;
  font-size: 0.9rem;
  font-size: clamp(0.9rem, 5.1vw, 1.5rem);
  gap: 1rem;
  justify-content: center;
  margin-top: -5rem;
  max-width: 760px;
  padding: 0.125rem 0.5rem;
  position: relative;
  width: fit-content;
}

.event-begins {
  font-family: "kallisto", sans-serif;
  font-weight: 300;
  letter-spacing: 9px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.66rem;
  font-size: clamp(0.66rem, 1.6vw, 0.9rem);

  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.countdown {
  font-family: "kallisto", sans-serif;
  width: fit-content;
  padding: 0.25rem;
  /* font-size: 1rem;
  font-size: clamp(0.75rem, 3vw, 1.5rem); */
  color: #fff;
  border: 1px solid #747474;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.75);
}

.countdown-inner {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
  padding: 0.5rem 1rem;
}

.time-container {
  margin: 0;
  padding: 0.25rem;
  font-feature-settings: "tnum";
  width: 6rem;
}

.time-number {
  color: #2eabf8;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1.52px;
  text-shadow: 0px 3px 6px #0000009a;
}

.label {
  font-size: 0.5rem;
  color: #d1d1d1;
  text-align: center;
  font-weight: 200;
  font-size: 0.4rem;
  letter-spacing: 1.52px;
  text-shadow: 0px 3px 6px #0000009a;
}

.countdown-border {
  border-right: 1px solid #747474;
  padding-right: 1rem;
}

@media (max-width: 625px) {
  .countdown-inner {
    gap: 0.5rem;
    padding: 0.5rem 0.5rem;
  }

  .time-container {
    width: fit-content;
  }

  .time-number {
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 9.3vw, 3rem);
  }
  .countdown-border {
    padding-right: 0.5rem;
  }
}
.moonwatch{
    max-width: 260px;
    margin-top: 3em;
}
.first-indent{
  margin-bottom: -1.4em;
}
/* video section */
.video-section {
  margin-top: 1rem;
}
.gradientbg{
  background: transparent linear-gradient(180deg, #000000 0%, #161E2C 27%, #161E2C 71%, #000000 100%) 0% 0% no-repeat padding-box;
}
.video-section h2 {
  font-family: "elza", sans-serif;
  font-weight: 500;
  font-size: 0.92rem;
  font-size: clamp(0.75rem, 3vw, 1.125rem);
  letter-spacing: 2.2px;
  color: #efefef;
  position: relative;
  text-shadow: 0px 3px 6px #0000009a;
  text-transform: uppercase;
  margin-inline: auto;
  width: fit-content;
}
@media (min-width: 768px) {
  .video-section h2::before,
  .video-section h2::after {
    position: absolute;
    content: "";
    background-color: #2eabf8;
    width: 0.75rem;
    aspect-ratio: 1;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    right: -2rem;
    top: 0.25rem;
  }
  .video-section h2::before {
    left: -2rem;
  }
}
.wistia_responsive_wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 800px;
  border: 2px solid #2eabf8;
  border-radius: 8px;
  overflow: hidden;
}

/* content section */
.content-wrapper {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.event-subhead {
  font-family: "kallisto", sans-serif;
  letter-spacing: 14.06px;
  color: #2eabf8;
  text-shadow: 0px 3px 6px #0000009a;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

.content-section {
  width: 100%;
  max-width: 1000px;
  margin: 1rem auto 0;
  background-color: #fff;
  padding: 1rem;
  border-radius: 14px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.free-report {
  background:
    linear-gradient(180deg, #00000000 0%, #000000 100%),
    url(https://d2z65klgtz99km.cloudfront.net/PMG/pmg_superipold_0626/earth_bg.webp);

  padding: 1rem;
  background-color: #000;
  color: #fff;
  border: 1px solid #2eabf8;
  border-radius: 10px;
  background-size: cover;
  background-position: right;
  position: relative;
}


@media (max-width: 767.98px) {
  .report-cover {
    display: block;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
  }
}


@media (max-width: 767.98px) {
  .free-report::after {
    content: "FREE REPORT JUST FOR ATTENDING!";
    display: block;
    font-family: "kalam", sans-serif;
    text-align: center;
    color: #f5d76e;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0.75rem;
  }
}

.enter-to-win {
  font-family: "kallisto", sans-serif;
  font-weight: 900;
  letter-spacing: 2.22px;
  color: #0f0f0f;
  text-transform: uppercase;
  text-decoration: underline;
}

/* Laptop-and-up line break (the codebase only defines md: utilities). */
.lg-break { display: none; }
@media (min-width: 1024px) {
  .lg-break { display: block; }
}
@media (min-width: 768px) {
  .free-report {
    margin-bottom: 3rem;
  }
  .reportWrapper {
    width: 44rem;
    position: relative;
  }
  .report-cover {
    position: absolute;
    top: -7rem;
    scale: 1.5;
  }
  .content-section {
    padding-bottom: 3rem;
  }
  /* SMS surfaces hidden? The 3rem cushion existed for the moonwatch block;
     drop it back to the base padding so we don't leave dead space. */
  .sms-hidden .content-section {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .free-watch {
    position: relative;
    /* top: -8rem; */
  }
  .watch {
    margin-left: 1rem;
  }

  .free-report {
    margin-left: -4rem;
    margin-right: -4rem;
    padding: 1rem 2rem;
  }
}
@media (min-width: 1400px) {
  .free-report::after {
    content: "FREE REPORT JUST FOR ATTENDING!";
    font-family: "kalam";
    position: absolute;
    right: -5rem;
    top: -5rem;
    width: 8rem;
    text-align: center;
    line-height: 1.1;
    transform: rotate(15deg);
    z-index: 999;
  }
  .free-report::before {
    content: "";
    position: absolute;
    right: -2rem;
    top: -2rem;
    width: 8rem;
    height: 6rem;
    background-image: url(img/arrowLeft.svg);
    background-repeat: no-repeat;
        z-index: 999;

  }
  .free-watch {
    clear: both;
  }
  .free-watch::after {
    content: "YOUR CHANCE TO WIN AN OMEGA MOONWATCH";
    font-family: "kalam";
    position: absolute;
    left: -9rem;
    bottom: 4.2rem;
    width: 8rem;
    font-size: 0.875rem;
    color: white;
    text-align: center;
    line-height: 1.1;
    transform: rotate(-15deg);
  }
  .free-watch::before {
    content: "";
    position: absolute;
    left: -3.5rem;
    bottom: -1.5rem;
    width: 8rem;
    height: 6rem;
    background-image: url(img/arrowRight.svg);
    background-repeat: no-repeat;
  }
}
/* sms */
.sms-container {
  background:
    linear-gradient(
      90deg,
      #00000000 0%,
      #000000be 12%,
      #000000 85%,
      #00000000 100%
    ),
    url(https://d2z65klgtz99km.cloudfront.net/PMG/pmg_superipold_0626/moon_bg.webp);
  padding: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
  color: white;
}
@media (min-width: 768px) {
  .sms-container {
    background-size: cover;
  }
}
.sms-container h2 {
  font-family: "kallisto", sans-serif;
  font-weight: 700;
  letter-spacing: 4.2px;
  text-shadow: 0px 3px 6px #000000;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-size: clamp(1rem, 2vw, 1.35rem);
}

.sms-container p {
  font-family: "elza", sans-serif;
  font-weight: 300;
  margin-top: 0.5em;
}
input {
  border: 1px solid #747474;
  border-radius: 3px;
  font-family: "elza", sans-serif;
  display: block;
  width: 500px;
  max-width: 100%;
  font-size: 1rem;
  margin: 1rem auto;
  padding: 0.25rem;
}
input::placeholder {
  font-style: italic;
}

/* Inputs with a fixed prefix (US "+1" for phone, envelope icon for email). */
.input-with-prefix {
  display: flex;
  align-items: stretch;
  width: 500px;
  max-width: 100%;
  margin: 1rem auto;
  border: 1px solid #747474;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
}
.input-with-prefix .input-prefix {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  background: #e5e7eb;
  color: #4b5563;
  font-family: "elza", sans-serif;
  font-size: 0.8rem;
  line-height: 1.15rem;
  font-weight: 500;
  border-right: 1px solid #747474;
  user-select: none;
  min-width: 2.75rem;
}
.input-with-prefix .input-prefix svg {
  height: 1.15rem;
  width: auto;
  display: block;
}
.input-with-prefix input {
  flex: 1;
  min-width: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  width: auto;
  padding: 0.4rem 0.5rem;
}
.input-with-prefix input:focus {
  outline: none;
}
.input-with-prefix:focus-within {
  border-color: #2eabf8;
  box-shadow: 0 0 0 2px rgba(46, 171, 248, 0.25);
}

/* Inline form / VIP-button error message. */
.error-msg {
  color: #ff8a8a;
  background: rgba(176, 0, 0, 0.18);
  border: 1px solid rgba(255, 138, 138, 0.5);
  border-radius: 4px;
  text-align: center;
  font-family: "elza", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem;
  margin: 0.75rem auto 0;
  max-width: 500px;
}
.sms-container button {
  font: normal normal bold 30px/36px Kallisto;
  letter-spacing: 4.2px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #0000004e;
  background: transparent linear-gradient(180deg, #2eabf8 0%, #17567c 100%) 0%
    0% no-repeat padding-box;
  border-radius: 3px;
  width: 500px;
  max-width: 100%;
  margin: 1rem auto;
  display: block;
  padding: 0.25rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
#submit {
  background: linear-gradient(135deg, #f5d76e 0%, #d4af37 50%, #b8860b 100%);
  color: #1a1a1a;
  text-shadow: none;
}
#submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(212, 175, 55, 0.55);
  filter: brightness(1.08);
}
.disclaimer {
  color: #c1c1c1;
  font-size: 14px;
  text-align: center;
  max-width: 700px;
  margin-top: 1em;
  margin-inline: auto;
}
.disclaimer a{
  color: #c1c1c1;
}
/* daily updates */
.updates-container {
  background-color: #fff;
  max-width: 1000px;
  margin-inline: auto;
  padding: 1rem;
  border-radius: 0 0 50px 50px;
  margin-bottom: 2rem;
  clip-path: polygon(100% 0, 100% 95%, 56% 95%, 50% 100%, 44% 95%, 0 95%, 0 0);
  padding-bottom: 3rem;
}
.updates-container::after {
  padding-top: 0.5rem;
  content: '';
  background-color: white;
  height: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .updates-container {
    padding: 1rem 2rem 3rem;
  }
  .lockIconContainer hr {
    width: 5rem;
  }
}
.updates-container h2 {
  text-decoration: underline;
  letter-spacing: 2.22px;
  color: #0f0f0f;
  font-family: "kallisto", sans-serif;
  font-weight: 900;
  font-size: clamp(1rem, 3.7vw, 2.325rem);
}
.lockIconContainer {
  font-family: "kallisto", sans-serif;
  font-size: 0.66rem;
  text-align: center;
  padding: 0 1rem;
  align-items: flex-start
}
.lockIconContainer hr {
  align-self: center;
  position: relative;
  top: -1rem;
}
.update,
.placeholder {
  gap: 1rem;
  max-width: 90%;
  margin-inline: auto;
  text-decoration: none;
  color: black;
  font-family: "elza", sans-serif;
}
.update p {
  font-size: 0.85rem;
}
.blurredText {
  filter: blur(9px);
}
.lock, .fauxLock {
  margin-bottom: 0.5rem;
  width: 55px;
}
@media (min-width: 768px) {
  .lock, .fauxLock {
    width: 80px
}
}

.update {
   align-items: flex-start;
}
.imgPlaceholder, .update img {
  width: 168px;
  /* aspect-ratio: 1; */
   

  background-color: grey;
}
.imgPlaceholder {
  aspect-ratio: 1;
    height: 168px;
 align-items: flex-start;
  padding-bottom: 2rem;
}
/* meet */
.meet-our-team-container {
  max-width: 1000px;
  padding: 1rem;
  font-family: "elza", sans-serif;
  border-radius: 0 0 50px 50px;
  position: relative;
  margin-bottom: 3rem;
}
.meet-our-team-container::after {
  content: '';
  width: 12%;
  aspect-ratio: 2 / 1;
  min-width: 70px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.arrow-indent {
  padding-top: 1.5rem;
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  max-width: 1000px;
  margin-inline: auto;
  clip-path: polygon(50% 1.7rem, 56% 0, 100% 0, 100% 100%, 0 100%, 0 0, 44% 0);
}
.meet-our-team-container h2 {
  text-decoration: underline;
  letter-spacing: 2.22px;
  color: #0f0f0f;
  font-family: "kallisto", sans-serif;
  font-weight: 900;
}
.meet-our-team-container hr {
  width: 80%;
  margin-inline: auto;
}
.meet-james,
.meet-enrique,
.meet-jim, .meet-guest {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
}
.meet-jim, .meet-guest {
  flex-direction: column-reverse;
}
@media (min-width: 1228px) {
  .meet-james,
  .meet-enrique,
  .meet-jim, .meet-guest {
    flex-direction: row;
  }
  .meet-james,
  .meet-enrique {
    left: -6rem;
    position: relative;
  }
  .meet-jim, .meet-guest {
    right: -6rem;
    position: relative;
  }
}
.details-container h2 {
  letter-spacing: 14.06px;
  color: #2eabf8;
  font-family: "kallisto", sans-serif;
  margin-top: 2rem;
  text-shadow: 0px 3px 6px #0000009a;
}
.details-container li {
  border: 1px solid #2eabf8;
  border-radius: 10px;
  position: relative;
  padding: 2rem;
  margin-top: 3rem;
  max-width: 1300px;
  margin-inline: auto;
  font-family: "elza", sans-serif;
  font-size: 1.05rem;
}
.details-container h3 {
  width: fit-content;
  background: transparent linear-gradient(180deg, #2eabf8 0%, #17567c 100%) 0%
    0% no-repeat padding-box;
  border-radius: 7px;
  font-family: "kallisto", sans-serif;
  letter-spacing: 3.6px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #0000009a;
  position: absolute;
  top: -1rem;
  padding: 0.1rem 1rem;
}

/* calendar */
.calendar-container {
  background: transparent
    linear-gradient(180deg, #142134 0%, #000000 47%, #142134 100%) 0% 0%
    no-repeat padding-box;
  border: 2px solid #2eabf8;
  color: white;
  padding: 1rem;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 1000px;
  margin-inline: auto;
  border-radius: 11px;
  margin-top: 1rem;
  height: 5rem;

  font-family: "elza", sans-serif;
}
@media (min-width: 769px) {
  .calendar-container {
    height: 7.5rem;
  }
}
.calendar-container h2 {
  font-weight: 500;
  letter-spacing: 5px;
  font-size: clamp(0.8rem, 2.2vw, 2rem);
  line-height: 1;
}
.calendar-container .calendar_wrapper p {
  font-size: 2rem;
  font-size: clamp(0.95rem, 2.2vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.add-to-calendar {
  padding: 0.5rem 1rem;
  border-radius: 7px;
  background: linear-gradient(135deg, #f5d76e 0%, #d4af37 50%, #b8860b 100%);
  background-color: #d4af37;
  color: #1a1a1a;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.45);
  font-size: 1.75rem;
  font-family: "kallisto", sans-serif;
  border: 1px solid rgba(184, 134, 11, 0.5);
  text-transform: uppercase;
  width: fit-content;
  margin-inline: auto;
  font-weight: 900;
  position: relative;
  bottom: 0.6rem;
  z-index: 9;
}
.add-to-calendar a {
  color: #1a1a1a !important;
}
.add-to-calendar a {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .calendar-container h2 {
    line-height: 1.2;
  }
  .calendar-container .calendar_wrapper p {
    line-height: 1;
    margin-top: -0.25rem;
  }
  .calendar_wrapper {
    padding: 1rem 1rem 2rem;
  }
  .add-to-calendar {
    font-size: 0.85rem;
    padding: 0.5rem;
    bottom: 2.75rem;
  }
}

.add-to-cal label:hover {
  cursor: pointer;
}

.add-to-calendar-checkbox[type="checkbox"] {
  display: none;
}

.pt-8 {
  padding-top: 2rem;
}
.text-blue {
  color: #2eabf8;
}
.active-vip {
    text-align: center;
    color: #00f;
    font-size: 1.5rem;
}

.active-vip:hover {
    cursor: pointer;
}

/* SMS state: needs-vip-unlock — one-tap upgrade for users already on SMS list.
   Selectors are scoped under .sms-container to beat the base
   `.sms-container button` rule's specificity (0,1,1 < 0,2,0). */
.sms-container .vip-unlock-btn {
  font: normal normal bold 30px/36px Kallisto;
  letter-spacing: 4.2px;
  color: #1a1a1a;
  text-shadow: none;
  background: linear-gradient(135deg, #f5d76e 0%, #d4af37 50%, #b8860b 100%);
  border: none;
  border-radius: 6px;
  width: 500px;
  max-width: 100%;
  margin: 1.5rem auto;
  display: block;
  padding: 0.75rem 1rem;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(212, 175, 55, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  animation: vipPulse 2.4s ease-in-out infinite;
}
.sms-container .vip-unlock-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(212, 175, 55, 0.65);
  filter: brightness(1.08);
}
.sms-container .vip-unlock-btn:active {
  transform: translateY(0);
}
@keyframes vipPulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(212, 175, 55, 0.45); }
  50%      { box-shadow: 0 8px 32px rgba(212, 175, 55, 0.8); }
}

/* SMS state: is-vip — confirmed thank-you message */
.vip-confirmed {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
  padding: 2.5rem 1rem 2rem;
}
.vip-badge {
  display: inline-block;
  font-family: "kallisto", sans-serif;
  font-weight: 900;
  letter-spacing: 4px;
  font-size: 0.85rem;
  color: #1a1a1a;
  background: linear-gradient(135deg, #f5d76e 0%, #d4af37 50%, #b8860b 100%);
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.45);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.vip-confirmed h2 {
  margin-bottom: 1rem;
}
.vip-message {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 560px;
  margin-inline: auto;
}

.fauxLink {
  color: blue;
  text-decoration: underline;
  font-weight: bold;
}