body.ana-thank-you-page {
  background: #fff9f3;
  padding-bottom: 0;
}

.ana-thank-you-page .thank-you-main {
  background: #fff9f3;
  min-height: 100vh;
  padding: clamp(14px, 2.4vw, 34px);
}

.ana-thank-you-page .thank-card {
  background: #fffdf9;
  border: 1px solid rgba(23, 59, 58, 0.14);
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(23, 59, 58, 0.1);
  margin: 0 auto;
  max-width: 1120px;
  overflow: hidden;
}

.ana-thank-you-page .thank-card-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 68px;
  padding: 10px clamp(20px, 3vw, 38px);
}

.ana-thank-you-page .thank-wordmark {
  color: #173b3a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
}

.ana-thank-you-page .thank-wordmark span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ana-thank-you-page .thank-language {
  align-items: center;
  background: #e7eee8;
  border-radius: 999px;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 4px;
  padding: 4px;
}

.ana-thank-you-page .language-button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #4d625f;
  cursor: pointer;
  font: inherit;
  min-height: 42px;
  min-width: 50px;
  padding: 9px 13px;
}

.ana-thank-you-page .language-button.is-active {
  background: #df6956;
  color: #fff;
}

.ana-thank-you-page .thank-content {
  padding: clamp(30px, 4.2vw, 52px);
}

.ana-thank-you-page .thank-message {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}

.ana-thank-you-page .payment-confirmation {
  align-items: center;
  color: #4d625f;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  margin: 0 0 18px;
}

.ana-thank-you-page .payment-confirmation span {
  align-items: center;
  background: #d3e1d6;
  border-radius: 50%;
  color: #173b3a;
  display: inline-flex;
  flex: 0 0 27px;
  height: 27px;
  justify-content: center;
}

.ana-thank-you-page .thank-content h1 {
  font-size: clamp(47px, 5vw, 68px);
  line-height: 1.02;
  margin: 0 0 20px;
}

.ana-thank-you-page .thank-message p {
  margin: 0 auto 13px;
  max-width: 760px;
}

.ana-thank-you-page .thank-lead {
  color: #173b3a;
  font-size: clamp(21px, 1.8vw, 25px);
  line-height: 1.45;
}

.ana-thank-you-page .heartfelt-thanks {
  color: #bd4f3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 700;
  margin-top: 20px !important;
}

.ana-thank-you-page .thank-image {
  background: #07101c;
  border-radius: 18px;
  margin: 34px 0 0;
  max-height: 380px;
  overflow: hidden;
}

.ana-thank-you-page .thank-image img {
  height: 380px;
  object-fit: cover;
  object-position: center 46%;
  width: 100%;
}

.ana-thank-you-page .thank-video {
  align-items: center;
  background: #e7eee8;
  border-radius: 20px;
  display: grid;
  gap: clamp(30px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) 300px;
  margin-top: 28px;
  padding: clamp(26px, 4vw, 44px);
}

.ana-thank-you-page .thank-video-copy {
  max-width: 520px;
}

.ana-thank-you-page .thank-video .eyebrow {
  margin-bottom: 10px;
}

.ana-thank-you-page .thank-video h2 {
  font-size: clamp(35px, 3.6vw, 50px);
  line-height: 1.06;
  margin: 0 0 16px;
}

.ana-thank-you-page .video-frame {
  aspect-ratio: 9 / 16;
  background: #173b3a;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(23, 59, 58, 0.18);
  overflow: hidden;
  width: 100%;
}

.ana-thank-you-page .video-frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.ana-thank-you-page .video-play-button {
  align-items: center;
  appearance: none;
  background: linear-gradient(155deg, #173b3a, #0b1026);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  gap: 18px;
  height: 100%;
  justify-content: center;
  padding: 28px;
  text-align: center;
  width: 100%;
}

.ana-thank-you-page .video-play-icon {
  align-items: center;
  background: #df6956;
  border-radius: 50%;
  display: flex;
  font-size: 28px;
  height: 72px;
  justify-content: center;
  padding-left: 5px;
  width: 72px;
}

.ana-thank-you-page .thank-share {
  align-items: center;
  background: #f7d8cf;
  border-radius: 20px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 28px;
  padding: clamp(25px, 3.5vw, 38px);
}

.ana-thank-you-page .thank-share h2 {
  font-size: clamp(32px, 3vw, 43px);
  line-height: 1.08;
  margin: 0 0 8px;
}

.ana-thank-you-page .thank-share p {
  margin: 0;
}

.ana-thank-you-page .thank-share-buttons {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, max-content);
  margin: 0;
}

.ana-thank-you-page .thank-share-buttons a,
.ana-thank-you-page .thank-copy-button {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(23, 59, 58, 0.18);
  border-radius: 999px;
  color: #173b3a !important;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
  padding: 13px 21px;
  text-decoration: none;
}

.ana-thank-you-page .thank-share-buttons .share-primary {
  background: #df6956;
  border-color: #df6956;
  color: #fff !important;
}

.ana-thank-you-page .thank-share-buttons a:hover,
.ana-thank-you-page .thank-share-buttons a:focus-visible,
.ana-thank-you-page .thank-copy-button:hover,
.ana-thank-you-page .thank-copy-button:focus-visible {
  background: #bd4f3e;
  border-color: #bd4f3e;
  color: #fff !important;
}

.ana-thank-you-page .thank-transparency {
  align-items: center;
  background: #e7eee8;
  border-left: 4px solid #df6956;
  border-radius: 14px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1fr);
  margin-top: 22px;
  padding: 23px 27px;
}

.ana-thank-you-page .thank-transparency h2 {
  font-size: clamp(25px, 2.3vw, 33px);
  line-height: 1.1;
  margin: 0;
}

.ana-thank-you-page .thank-transparency p {
  color: #4d625f;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.ana-thank-you-page .thank-signature {
  border: 0;
  color: #173b3a;
  font-size: 18px;
  margin: 28px 0 2px !important;
  padding: 0;
  text-align: center;
}

@media (max-width: 930px) {
  .ana-thank-you-page .thank-video {
    grid-template-columns: minmax(0, 1fr) 270px;
  }

  .ana-thank-you-page .thank-share {
    grid-template-columns: 1fr;
  }

  .ana-thank-you-page .thank-share-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .ana-thank-you-page .thank-you-main {
    padding: 10px;
  }

  .ana-thank-you-page .thank-card {
    border-radius: 17px;
  }

  .ana-thank-you-page .thank-card-header {
    min-height: 62px;
    padding: 8px 15px;
  }

  .ana-thank-you-page .thank-wordmark {
    font-size: 22px;
  }

  .ana-thank-you-page .thank-content {
    padding: 28px 17px 30px;
  }

  .ana-thank-you-page .payment-confirmation {
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
  }

  .ana-thank-you-page .thank-content h1 {
    font-size: 42px;
  }

  .ana-thank-you-page .thank-image {
    max-height: 245px;
  }

  .ana-thank-you-page .thank-image img {
    height: 245px;
  }

  .ana-thank-you-page .thank-video {
    display: block;
    padding: 23px 18px;
  }

  .ana-thank-you-page .thank-video-copy {
    margin-bottom: 22px;
  }

  .ana-thank-you-page .video-frame {
    margin: 0 auto;
    max-width: 290px;
  }

  .ana-thank-you-page .thank-share {
    display: block;
    padding: 23px 18px;
  }

  .ana-thank-you-page .thank-share-buttons {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .ana-thank-you-page .thank-share-buttons a,
  .ana-thank-you-page .thank-copy-button {
    width: 100%;
  }

  .ana-thank-you-page .thank-transparency {
    display: block;
    padding: 21px 18px;
  }

  .ana-thank-you-page .thank-transparency h2 {
    margin-bottom: 13px;
  }
}
