.landing-guide-thankyou-page {
  position: fixed;
  inset: 0;
  z-index: 1000;
  min-height: 100vh;
  padding: 40px 20px 60px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #37255e;
  color: #3d2b5e;
  font-family: "DM Sans", "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  text-align: left;
}

.landing-guide-thankyou-dots,
.landing-guide-thankyou-botanical {
  position: fixed;
  pointer-events: none;
  z-index: 0;
}

.landing-guide-thankyou-dots i {
  position: fixed;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #f0ae1e;
  opacity: 0.4;
}

.landing-guide-thankyou-dots i:nth-child(1) { top: 15%; left: 8%; }
.landing-guide-thankyou-dots i:nth-child(2) { top: 42%; left: 5%; width: 4px; height: 4px; opacity: 0.25; }
.landing-guide-thankyou-dots i:nth-child(3) { top: 70%; left: 12%; }
.landing-guide-thankyou-dots i:nth-child(4) { top: 25%; right: 7%; }
.landing-guide-thankyou-dots i:nth-child(5) { top: 60%; right: 10%; width: 4px; height: 4px; opacity: 0.2; }
.landing-guide-thankyou-dots i:nth-child(6) { top: 85%; right: 6%; }

.landing-guide-thankyou-botanical {
  color: #f9cfd7;
  opacity: 0.12;
}

.landing-guide-thankyou-botanical.is-left {
  left: -40px;
  bottom: 60px;
  width: 280px;
  height: 400px;
}

.landing-guide-thankyou-botanical.is-right {
  top: 80px;
  right: -20px;
  width: 200px;
  height: 320px;
  opacity: 0.1;
}

.landing-guide-thankyou-header {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  margin: 0 auto 32px;
  text-align: center;
}

.landing-guide-thankyou-header span {
  display: block;
  margin-bottom: 10px;
  color: #f0ae1e;
  font-size: 20px;
}

.landing-guide-thankyou-header p {
  margin: 0;
  color: rgba(254, 251, 246, 0.5);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.landing-guide-thankyou-card {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  margin: 0 auto;
  padding: 56px 60px;
  overflow: hidden;
  border-radius: 20px;
  background: #fefbf6;
  box-shadow: 0 32px 80px rgba(10, 5, 30, 0.4);
}

.landing-guide-thankyou-card-botanical {
  position: absolute;
  top: 0;
  right: 24px;
  width: 120px;
  color: #e86c8d;
  opacity: 0.18;
  pointer-events: none;
}

.landing-guide-thankyou-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #f0ae1e;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-align: center;
  text-transform: uppercase;
}

.landing-guide-thankyou-eyebrow::before,
.landing-guide-thankyou-eyebrow::after {
  content: "\25C6";
  font-size: 8px;
  opacity: 0.7;
}

.landing-guide-thankyou-title {
  margin: 0 0 20px;
  color: #37255e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0;
}

.landing-guide-thankyou-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.landing-guide-thankyou-divider::before,
.landing-guide-thankyou-divider::after {
  content: "";
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: rgba(232, 108, 141, 0.3);
}

.landing-guide-thankyou-divider span {
  color: rgba(232, 108, 141, 0.6);
  font-size: 14px;
}

.landing-guide-thankyou-copy {
  margin: 0 0 16px;
  color: #3d2b5e;
  font-size: 16px;
  line-height: 1.82;
}

.landing-guide-thankyou-quote {
  margin: 28px 0;
  padding: 16px 20px;
  border-left: 3px solid #e86c8d;
  background: rgba(232, 108, 141, 0.04);
}

.landing-guide-thankyou-quote p {
  margin: 0;
  color: #e86c8d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(18px, 2.5vw, 22px);
  font-style: italic;
  line-height: 1.55;
}

.landing-guide-thankyou-inbox {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 32px;
  padding: 24px 28px;
  border-radius: 12px;
  background: rgba(232, 108, 141, 0.07);
}

.landing-guide-thankyou-inbox-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  color: #e86c8d;
}

.landing-guide-thankyou-inbox-icon svg {
  width: 40px;
  height: 40px;
}

.landing-guide-thankyou-inbox h2 {
  margin: 0 0 6px;
  color: #e86c8d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.landing-guide-thankyou-inbox p {
  margin: 0;
  color: #3d2b5e;
  font-size: 14px;
  line-height: 1.7;
}

.landing-guide-thankyou-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(680px, 100%);
  margin: 28px auto 0;
}

.landing-guide-thankyou-footer-icon {
  display: flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(240, 174, 30, 0.3);
  border-radius: 999px;
  background: rgba(240, 174, 30, 0.15);
  color: #f0ae1e;
}

.landing-guide-thankyou-footer p {
  margin: 0;
  color: rgba(254, 251, 246, 0.5);
  font-size: 13px;
  line-height: 1.65;
}

.landing-guide-thankyou-footer strong {
  color: #f0ae1e;
  font-weight: 500;
}

@media (max-width: 600px) {
  .landing-guide-thankyou-page {
    padding: 34px 18px 52px;
  }

  .landing-guide-thankyou-card {
    padding: 40px 28px;
  }

  .landing-guide-thankyou-botanical {
    display: none;
  }

  .landing-guide-thankyou-inbox,
  .landing-guide-thankyou-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
