/* Extracted from style.css — page-specific rules for ty */



/* =========================================================================
   THANK YOU PAGE (.ty-*)
   ========================================================================= */
.ty-main { background: #09102e; }



.ty-hero {
  position: relative;
  min-height: 780px;
  padding: 140px 0 160px;
  background-color: #09102e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  isolation: isolate;
}



.ty-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(900px 600px at 15% 20%, rgba(122, 204, 13, 0.18), transparent 60%),
    radial-gradient(800px 600px at 85% 80%, rgba(122, 204, 13, 0.12), transparent 65%),
    linear-gradient(180deg, rgba(9, 16, 46, 0.88) 0%, rgba(11, 20, 54, 0.94) 60%, rgba(9, 16, 46, 0.97) 100%);
}



.ty-hero-fx {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}



.ty-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  animation: tyOrbDrift 14s ease-in-out infinite alternate;
}


.ty-orb-a {
  top: -120px; left: -80px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(122, 204, 13, 0.65) 0%, rgba(122, 204, 13, 0) 70%);
}


.ty-orb-b {
  bottom: -140px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(122, 204, 13, 0.5) 0%, rgba(122, 204, 13, 0) 70%);
  animation-duration: 18s;
  animation-delay: -4s;
}


.ty-orb-c {
  top: 50%; left: 55%;
  width: 340px; height: 340px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  animation-duration: 22s;
}



.ty-star {
  position: absolute;
  width: 3px; height: 3px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.9);
  opacity: 0.7;
  animation: tyStarTwinkle 3.2s ease-in-out infinite;
}


.ty-star-1 { top: 8%;  left: 12%; animation-delay: 0s; }


.ty-star-2 { top: 18%; left: 78%; animation-delay: 0.6s; width: 2px; height: 2px; }


.ty-star-3 { top: 32%; left: 6%;  animation-delay: 1.2s; }


.ty-star-4 { top: 64%; left: 88%; animation-delay: 0.4s; width: 4px; height: 4px; }


.ty-star-5 { top: 76%; left: 22%; animation-delay: 1.8s; }


.ty-star-6 { top: 14%; left: 45%; animation-delay: 2.4s; width: 2px; height: 2px; }


.ty-star-7 { top: 50%; left: 18%; animation-delay: 0.9s; }


.ty-star-8 { top: 84%; left: 68%; animation-delay: 1.5s; width: 2px; height: 2px; }



.ty-confetti {
  position: absolute;
  top: -40px;
  width: 8px; height: 14px;
  border-radius: 2px;
  opacity: 0;
  animation: tyConfettiFall 7s linear infinite;
}


.ty-c-1  { left: 8%;  background: #7ACC0D; animation-delay: 0s;    animation-duration: 8s; }


.ty-c-2  { left: 18%; background: #c5f07a; animation-delay: 1.2s;  animation-duration: 7.5s; width: 6px; height: 10px; }


.ty-c-3  { left: 26%; background: #ffffff; animation-delay: 2.4s;  animation-duration: 9s; }


.ty-c-4  { left: 34%; background: #7ACC0D; animation-delay: 0.6s;  animation-duration: 6.8s; width: 10px; height: 10px; border-radius: 50%; }


.ty-c-5  { left: 44%; background: #c5f07a; animation-delay: 3s;    animation-duration: 8.5s; }


.ty-c-6  { left: 54%; background: #ffffff; animation-delay: 1.8s;  animation-duration: 7.2s; width: 6px; height: 6px; border-radius: 50%; }


.ty-c-7  { left: 62%; background: #7ACC0D; animation-delay: 4.2s;  animation-duration: 9.5s; }


.ty-c-8  { left: 70%; background: #c5f07a; animation-delay: 2s;    animation-duration: 7.8s; width: 6px; height: 12px; }


.ty-c-9  { left: 78%; background: #ffffff; animation-delay: 0.4s;  animation-duration: 8.2s; }


.ty-c-10 { left: 86%; background: #7ACC0D; animation-delay: 3.6s;  animation-duration: 7s; width: 10px; height: 6px; }


.ty-c-11 { left: 93%; background: #c5f07a; animation-delay: 5s;    animation-duration: 8.8s; }


.ty-c-12 { left: 4%;  background: #ffffff; animation-delay: 4.6s;  animation-duration: 9.2s; width: 6px; height: 10px; }



.ty-shape {
  position: absolute;
  border: 1.5px solid rgba(122, 204, 13, 0.4);
  border-radius: 50%;
  animation: tyShapeFloat 12s ease-in-out infinite;
}


.ty-shape-1 {
  top: 22%; left: 8%;
  width: 80px; height: 80px;
}


.ty-shape-2 {
  bottom: 18%; right: 10%;
  width: 120px; height: 120px;
  border-color: rgba(255, 255, 255, 0.15);
  animation-delay: -3s;
}


.ty-shape-3 {
  top: 60%; left: 85%;
  width: 60px; height: 60px;
  border-style: dashed;
  animation-delay: -6s;
}



.ty-hero-inner {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 960px;
}



.ty-check {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px; height: 128px;
  margin-bottom: 28px;
  opacity: 0;
  transform: scale(0.6);
  animation: tyCheckIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s forwards;
}


.ty-check svg {
  position: relative;
  z-index: 3;
  width: 128px; height: 128px;
  filter: drop-shadow(0 0 24px rgba(122, 204, 13, 0.6));
}


.ty-check-ring {
  fill: rgba(122, 204, 13, 0.12);
  stroke: #7ACC0D;
  stroke-width: 3;
  stroke-dasharray: 214;
  stroke-dashoffset: 214;
  animation: tyRingDraw 1s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards;
}


.ty-check-mark {
  fill: none;
  stroke: #c5f07a;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: tyRingDraw 0.5s cubic-bezier(0.65, 0, 0.35, 1) 1.1s forwards;
}


.ty-check-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(122, 204, 13, 0.6);
  animation: tyPulseOut 2.4s ease-out 1.4s infinite;
  z-index: 2;
}


.ty-check-pulse-2 { animation-delay: 2.6s; }



.ty-eyebrow {
  display: block;
  font-family: 'Caveat', cursive;
  font-size: 32px;
  color: #7ACC0D;
  margin-bottom: 10px;
  opacity: 0;
  animation: tyFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}



.ty-title {
  font-family: 'Fraunces', 'Publico Banner', serif;
  font-size: clamp(64px, 9vw, 132px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.48px;
  color: #fff;
  margin: 0 0 22px;
  opacity: 0;
  animation: tyFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
}


.ty-title .grad-light {
  font-style: italic;
}



.ty-sub {
  max-width: 640px;
  margin: 0 auto 48px;
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  opacity: 0;
  animation: tyFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
}



.ty-next {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 0 auto 48px;
  max-width: 920px;
}


.ty-next-card {
  position: relative;
  padding: 28px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  text-align: left;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(24px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s, background 0.35s;
}


.ty-next-card:nth-child(1) { animation: tyFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards; }


.ty-next-card:nth-child(2) { animation: tyFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.25s forwards; }


.ty-next-card:nth-child(3) { animation: tyFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.4s forwards; }


.ty-next-card:hover {
  transform: translateY(-6px);
  border-color: rgba(122, 204, 13, 0.45);
  background: linear-gradient(180deg, rgba(122, 204, 13, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
}


.ty-next-num {
  display: inline-block;
  font-family: 'Fraunces', serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(135deg, #7ACC0D 0%, #c5f07a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 12px;
}


.ty-next-card h4 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px;
}


.ty-next-card p {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}



.ty-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 38px;
  opacity: 0;
  animation: tyFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.55s forwards;
}


.ty-btn-primary,
.ty-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s, background 0.3s, color 0.3s, border-color 0.3s;
  text-decoration: none;
}


.ty-btn-primary {
  background: linear-gradient(135deg, #7ACC0D 0%, #5ea008 100%);
  color: #09102e;
  box-shadow: 0 14px 34px rgba(122, 204, 13, 0.35);
}


.ty-btn-primary:hover {
  transform: translateY(-3px);
  color: #09102e;
  box-shadow: 0 18px 42px rgba(122, 204, 13, 0.5);
}


.ty-btn-secondary {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}


.ty-btn-secondary:hover {
  transform: translateY(-3px);
  color: #09102e;
  background: #fff;
  border-color: #fff;
}



.ty-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  animation: tyFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.7s forwards;
}


.ty-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 16px;
  transition: transform 0.3s, background 0.3s, border-color 0.3s, color 0.3s;
}


.ty-social a:hover {
  transform: translateY(-3px) scale(1.08);
  background: #7ACC0D;
  border-color: #7ACC0D;
  color: #09102e;
}



@media (max-width: 1199px) {

  .ty-hero { min-height: 720px; padding: 120px 0 140px; }

  .ty-title { font-size: clamp(58px, 9vw, 110px); }

  .ty-next { gap: 18px; }
}


@media (max-width: 991px) {

  .ty-hero { min-height: 680px; padding: 100px 0 120px; }

  .ty-check, .ty-check svg { width: 108px; height: 108px; }

  .ty-title { font-size: clamp(52px, 10vw, 88px); }

  .ty-next { grid-template-columns: repeat(2, 1fr); max-width: 640px; }

  .ty-next-card:nth-child(3) { grid-column: 1 / -1; max-width: 460px; margin: 0 auto; }
}


@media (max-width: 767px) {

  .ty-hero { min-height: 620px; padding: 80px 0 100px; }

  .ty-eyebrow { font-size: 26px; }

  .ty-title { font-size: clamp(44px, 12vw, 68px); }

  .ty-sub { font-size: 16.5px; margin-bottom: 36px; }

  .ty-next { grid-template-columns: 1fr; max-width: 420px; gap: 14px; margin-bottom: 38px; }

  .ty-next-card:nth-child(3) { grid-column: auto; max-width: none; }

  .ty-next-card { padding: 22px 20px; }

  .ty-next-num { font-size: 34px; }

  .ty-btn-primary, .ty-btn-secondary { padding: 14px 24px; font-size: 14px; width: 100%; max-width: 340px; justify-content: center; }
}


@media (max-width: 575px) {

  .ty-hero { padding: 70px 0 90px; }

  .ty-check, .ty-check svg { width: 92px; height: 92px; }

  .ty-eyebrow { font-size: 24px; }

  .ty-title { font-size: clamp(40px, 13vw, 58px); }

  .ty-shape-1, .ty-shape-3 { display: none; }

  .ty-social { font-size: 13px; gap: 10px; }

  .ty-social a { width: 36px; height: 36px; font-size: 14px; }
}



/* =============================================================
   THANK YOU HERO — BOLD CONFERENCE-STYLE REBUILD
   Solid bright green background, massive navy headline, flat & confident.
   ============================================================= */
.ty-bold {
  position: relative;
  background: #7ACC0D;
  color: #09102e;
  padding: 90px 0 100px;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}


.ty-bold-inner {
  position: relative;
  width: 100%;
}



.ty-bold-stamp {
  position: absolute;
  top: -10px;
  left: 0;
  width: 120px;
  height: 120px;
  animation: ty-bold-spin 22s linear infinite;
}


.ty-bold-stamp svg { width: 100%; height: 100%; display: block; }


.ty-bold-stamp-ic {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #09102e;
  animation: ty-bold-spin-reverse 22s linear infinite;
}



.ty-bold-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 20px;
}



.ty-bold-title {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(72px, 11vw, 160px);
  line-height: 0.95;
  letter-spacing: -0.48px;
  color: #09102e;
  margin: 0 0 36px;
}



.ty-bold-meta {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 36px;
}


.ty-bold-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #09102e;
  letter-spacing: 0.16px;
}


.ty-bold-meta-item i {
  font-size: 18px;
  color: #09102e;
  background: rgba(9, 16, 46, 0.12);
  width: 36px; height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.ty-bold-meta-sep {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #09102e;
  opacity: 0.5;
}



.ty-bold-cta-row {
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}


.ty-bold-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 34px;
  border-radius: 999px;
  background: #09102e;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.32px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  box-shadow: 0 14px 32px rgba(9, 16, 46, 0.25);
}


.ty-bold-btn-primary:hover {
  background: #0b1436;
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(9, 16, 46, 0.4);
  color: #fff;
}


.ty-bold-btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 8px;
  color: #09102e;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.32px;
  text-decoration: none;
  border-bottom: 2px solid #09102e;
  transition: gap 0.25s ease, opacity 0.25s ease;
}


.ty-bold-btn-link:hover {
  color: #09102e;
  gap: 14px;
  opacity: 0.85;
}



.ty-bold-microprint {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(9, 16, 46, 0.72);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.55;
}



.ty-bold-badge {
  position: absolute;
  bottom: -20px;
  right: 10px;
  width: 120px;
  height: 120px;
  animation: ty-bold-bob 5s ease-in-out infinite;
}


.ty-bold-badge svg { width: 100%; height: 100%; display: block; border-radius: 50%; box-shadow: 0 16px 32px rgba(9, 16, 46, 0.25); }



/* Override old .ty-hero styling when both classes coexist — ensure no leaks */
main.ty-main .ty-bold { background: #7ACC0D; }


@media (max-width: 991px) {

  .ty-bold { padding: 70px 0 80px; min-height: 560px; }

  .ty-bold-stamp { width: 100px; height: 100px; top: 0; }

  .ty-bold-badge { width: 100px; height: 100px; right: 0; }

  .ty-bold-content { padding: 50px 0 30px; }
}


@media (max-width: 767px) {

  .ty-bold { padding: 60px 0 70px; }

  .ty-bold-stamp { width: 80px; height: 80px; position: relative; top: auto; margin-bottom: 20px; }

  .ty-bold-stamp-ic { font-size: 20px; }

  .ty-bold-content { padding: 10px 0 20px; }

  .ty-bold-title { font-size: clamp(51.2px, 13vw, 86.4px); margin-bottom: 28px; }

  .ty-bold-meta { gap: 14px; }

  .ty-bold-meta-sep { display: none; }

  .ty-bold-meta-item { font-size: 14px; }

  .ty-bold-badge { width: 80px; height: 80px; bottom: -10px; right: 10px; }

  .ty-bold-cta-row { flex-direction: column; align-items: center; gap: 16px; }
}


@media (max-width: 575px) {

  .ty-bold { padding: 48px 0 60px; min-height: 0; }

  .ty-bold-title { font-size: clamp(41.6px, 14vw, 57.6px); }

  .ty-bold-btn-primary { padding: 16px 28px; font-size: 14px; }

  .ty-bold-badge { display: none; }
}


@media (prefers-reduced-motion: reduce) {

  .ty-bold-stamp,
  .ty-bold-stamp-ic,
  .ty-bold-badge { animation: none; }

  .ty-bold-btn-primary:hover,
  .ty-bold-btn-link:hover { transform: none; gap: 10px; }
}