/**
 * Thank You — same language as 404 (brand purple, Campton, centered), no nails.
 */
body.vhb-thanks-layout,
body.vhb-thanks-layout .page-body,
body.vhb-thanks-layout .sections-container,
body.vhb-thanks-layout .main-wrapper,
body.vhb-thanks-layout .page-wrapper,
body.vhb-thanks-layout .post-content,
body.vhb-thanks-layout .page-body > .post-wrapper {
  background: #502c6d !important;
}
body.vhb-thanks-layout #page-header,
body.vhb-thanks-layout .page-body .post-content > .row-container,
body.vhb-thanks-layout .page-body .uncode_text_column,
body.vhb-thanks-layout .footer-container,
body.vhb-thanks-layout #colophon,
body.vhb-thanks-layout footer.site-footer,
body.vhb-thanks-layout .vhb-site-footer {
  display: none !important;
}
body.vhb-thanks-layout .page-body .post-wrapper,
body.vhb-thanks-layout .page-body .post-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
body.vhb-thanks-layout .main-container,
body.vhb-thanks-layout .main-wrapper,
body.vhb-thanks-layout .page-wrapper {
  min-height: 100vh;
}

.vhb-thanks {
  --vhb-thanks-purple: #502c6d;
  --vhb-thanks-purple-deep: #3a1f52;
  --vhb-thanks-white: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 72px);
  padding: clamp(48px, 8vw, 96px) 24px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(90, 50, 120, 0.45) 0%, transparent 70%),
    linear-gradient(160deg, var(--vhb-thanks-purple) 0%, var(--vhb-thanks-purple-deep) 100%);
  color: var(--vhb-thanks-white);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vhb-thanks-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 36rem);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vhb-thanks-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.vhb-thanks-title {
  margin: 0;
  font-family: "Campton-Bold", system-ui, sans-serif;
  font-size: clamp(3.5rem, 12vw, 6.5rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--vhb-thanks-white);
}

.vhb-thanks-lead {
  margin: 20px 0 0;
  max-width: 26rem;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
}

.vhb-thanks-actions {
  margin: 36px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.vhb-thanks-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  font-family: "Campton-Bold", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 2px solid rgba(255, 255, 255, 0.95);
  background: var(--vhb-thanks-white);
  color: var(--vhb-thanks-purple) !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.vhb-thanks-btn:hover,
.vhb-thanks-btn:focus {
  background: transparent;
  color: var(--vhb-thanks-white) !important;
}

.vhb-thanks-home {
  margin: 28px 0 0;
  font-size: 13px;
  letter-spacing: 0.06em;
}
.vhb-thanks-home a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.vhb-thanks-home a:hover,
.vhb-thanks-home a:focus {
  color: var(--vhb-thanks-white) !important;
  border-bottom-color: rgba(255, 255, 255, 0.85);
}
