:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8d3ba58 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  height: 100%;
  font-family: 'DM Sans', system-ui, sans-serif;
  background: #070F1C;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Full-screen flex layout — CTA always above fold */
.ty-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 80px;
  text-align: center;
  position: relative;
  background:
    linear-gradient(rgba(200,150,12,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,150,12,0.05) 1px, transparent 1px),
    radial-gradient(ellipse at 50% 30%, rgba(200,150,12,0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 80%, rgba(0,200,150,0.07) 0%, transparent 50%),
    #070F1C;
  background-size: 40px 40px, 40px 40px, 100% 100%, 100% 100%, 100% 100%;
}

/* Logo */
.ty-logo {
  height: 40px; width: 75px; object-fit: contain;
  margin-bottom: 10px;
}

/* Confetti badge */
.ty-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,200,150,0.12); border: 1px solid rgba(0,200,150,0.3);
  color: #00C896; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 18px; border-radius: 50px; margin-bottom: 28px;
  animation: fadeDown 0.6s ease both;
}
.ty-badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #00C896; animation: pulse 1.5s infinite;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.5)} }

/* Tick animation */
.ty-tick-wrap {
  width: 88px; height: 88px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(0,200,150,0.15), rgba(0,200,150,0.05));
  border: 2px solid rgba(0,200,150,0.4);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 32px;
  animation: fadeUp 0.6s ease 0.1s both;
  box-shadow: 0 0 40px rgba(0,200,150,0.2);
}
.ty-tick {
  width: 40px; height: 40px;
  stroke: #00C896; stroke-width: 3;
  fill: none; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: drawTick 0.6s ease 0.5s forwards;
}
@keyframes drawTick { to { stroke-dashoffset: 0; } }

/* Headline */
.ty-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900; line-height: 1.15;
  margin-bottom: 16px;
  animation: fadeUp 0.6s ease 0.2s both;
}
.ty-title .cg { color: #F0BA28; }

/* Subtitle */
.ty-sub {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  color: #C8D0DC; line-height: 1.75;
  max-width: 520px; margin: 0 auto 36px;
  animation: fadeUp 0.6s ease 0.3s both;
}
.ty-sub strong { color: #ffffff; }

/* Session info strip */
.ty-session {
  display: inline-flex; align-items: center; gap: 20px; flex-wrap: wrap;
  justify-content: center;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px; padding: 14px 28px;
  margin-bottom: 40px;
  animation: fadeUp 0.6s ease 0.35s both;
}
.ty-sess-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.9rem; color: #C8D0DC;
}
.ty-sess-item .icon { font-size: 1rem; }
.ty-sess-item strong { color: #F0BA28; font-weight: 700; }
.ty-divider {
  width: 1px; height: 20px; background: rgba(255,255,255,0.12);
}

/* WhatsApp CTA — green, always visible */
.ty-cta-wrap {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  animation: fadeUp 0.6s ease 0.45s both;
}
.ty-wa-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 12px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #1DB954, #25D366);
  color: #ffffff; font-family: 'DM Sans', sans-serif;
  font-weight: 700; font-size: 1.1rem;
  padding: 17px 40px; border-radius: 50px;
  box-shadow: 0 8px 32px rgba(37,211,102,0.4);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  text-decoration: none; border: none; cursor: pointer;
  white-space: nowrap;
}
.ty-wa-btn::after {
  content: ''; position: absolute; top: 0; left: -110%; width: 65px; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transform: skewX(-20deg); animation: shimmer 2.8s infinite;
}
@keyframes shimmer { 0%{left:-110%} 55%,100%{left:155%} }
.ty-wa-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 44px rgba(37,211,102,0.55);
  color: #ffffff;
}

/* WhatsApp SVG icon */
.wa-icon { width: 24px; height: 24px; flex-shrink: 0; }

.ty-cta-note {
  font-size: 0.82rem; color: #8896AA;
}
.ty-cta-note strong { color: #00C896; }

/* What happens next strip */
.ty-steps {
  display: flex; gap: 20px; flex-wrap: wrap;
  justify-content: center; margin-top: 48px;
  animation: fadeUp 0.6s ease 0.55s both;
  max-width: 700px;
}
.ty-step {
  flex: 1; min-width: 180px; max-width: 220px;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px; padding: 20px 18px; text-align: center;
}
.ty-step-num {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, #C8960C, #F0BA28);
  color: #040810; font-weight: 800; font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px;
}
.ty-step-title { font-weight: 700; font-size: 0.9rem; margin-bottom: 5px; color: #ffffff; }
.ty-step-desc  { font-size: 0.8rem; color: #8896AA; line-height: 1.55; }

/* Footer line */
.ty-footer {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(7,15,28,0.97);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(200,150,12,0.2);
  padding: 12px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  z-index: 100;
}
.ty-footer-txt { font-size: 0.78rem; color: #8896AA; }
.ty-footer-logo { height: 30px; object-fit: contain; }

/* Animations */
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-12px); }
  to   { opacity: 1; transform: none; }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: none; }
}

/* Mobile */
@media (max-width: 600px) {
  .ty-page       { padding: 20px 16px 100px; justify-content: flex-start; padding-top: 48px; }
  .ty-logo       { height: 40px; margin-bottom: 28px; }
  .ty-tick-wrap  { width: 72px; height: 72px; margin-bottom: 24px; }
  .ty-session    { padding: 12px 16px; gap: 12px; }
  .ty-divider    { display: none; }
  .ty-sess-item  { font-size: 0.84rem; }
  .ty-wa-btn     { font-size: 1rem; padding: 15px 28px; width: 100%; max-width: 340px; }
  .ty-steps      { gap: 12px; margin-top: 36px; }
  .ty-step       { min-width: 140px; padding: 16px 14px; }
  .ty-footer     { padding: 10px 16px; }
}/* End custom CSS */