/* Start custom CSS for section, class: .elementor-element-9503800 *//* =========================================================
 SellerAppeal Thank You Page — standalone, no header/footer
 Design: Confirm → Clarify → Continue (best practices)
 Includes: webinars, written testimonials, video testimonials
========================================================= */

.sa-ty-body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(165deg, #f8f9fb 0%, #eef1f5 35%, #f5f6f9 70%, #fff 100%);
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sa-thank-you-page {
  padding: 0;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}

.sa-ty-outer {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 80px) 24px clamp(64px, 10vw, 96px);
}

.sa-thank-you-page .sa-wrap {
  width: min(1200px, 92%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

/* ---- Nav ---- */
.sa-ty-nav {
  margin-bottom: clamp(32px, 4vw, 48px);
}

.sa-ty-back {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--sa-accent-original, #f26c0f) !important;
  text-decoration: none;
}

.sa-ty-back:hover,
.sa-ty-back:focus-visible {
  color: var(--sa-accent-2, #ff9f4d) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ---- Hero ---- */
.sa-ty-hero {
  text-align: center;
  margin-bottom: clamp(48px, 6vw, 64px);
}

.sa-ty-hero-inner {
  max-width: 640px;
  margin: 0 auto;
}

.sa-ty-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sa-muted, rgba(51, 65, 85, 0.5));
  margin: 0 0 16px 0;
}

.sa-ty-title {
  margin: 0 0 20px 0;
  font-size: clamp(42px, 7vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--sa-ink, #334155);
  text-wrap: balance;
}

.sa-ty-accent {
  color: var(--sa-accent-original, #f26c0f);
  text-decoration: underline;
  text-decoration-color: var(--sa-accent-original, #f26c0f);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.12em;
}

.sa-ty-lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--sa-text, rgba(51, 65, 85, 0.78));
}

/* ---- What happens next ---- */
.sa-ty-next {
  margin-bottom: clamp(40px, 5vw, 56px);
  padding: clamp(28px, 4vw, 40px);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06), 0 1px 0 rgba(51, 65, 85, 0.04);
  border: 1px solid rgba(51, 65, 85, 0.06);
}

.sa-ty-h2 {
  margin: 0 0 20px 0;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--sa-ink, #334155);
  padding-left: 12px;
  border-left: 3px solid var(--sa-accent-original, #f26c0f);
}

.sa-ty-steps {
  margin: 0 0 24px 0;
  padding-left: 1.5rem;
  font-size: 0.9875rem;
  line-height: 1.7;
  color: var(--sa-text, rgba(51, 65, 85, 0.78));
}

.sa-ty-steps li {
  margin-bottom: 12px;
}

.sa-ty-steps li:last-child {
  margin-bottom: 0;
}

.sa-ty-steps strong {
  color: var(--sa-ink, #334155);
}

.sa-ty-note {
  margin: 0;
  padding: 20px 22px;
  background: var(--sa-soft, #f8f9fb);
  border-radius: 12px;
  border-left: 3px solid var(--sa-accent-original, #f26c0f);
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--sa-text, rgba(51, 65, 85, 0.78));
}

.sa-ty-note-links {
  display: inline-block;
  margin-top: 10px;
  line-height: 1.8;
}

.sa-ty-note-sep {
  margin: 0 0.35em;
  color: var(--sa-muted, rgba(51, 65, 85, 0.5));
  font-weight: 500;
}

.sa-ty-note a {
  color: var(--sa-accent-original, #f26c0f);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sa-ty-note a:hover,
.sa-ty-note a:focus-visible {
  color: var(--sa-accent-2, #ff9f4d);
}

/* ---- Trust strip ---- */
.sa-ty-trust {
  margin-bottom: clamp(48px, 6vw, 64px);
}

.sa-ty-trust-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 28px 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06), 0 1px 0 rgba(51, 65, 85, 0.04);
  border: 1px solid rgba(51, 65, 85, 0.06);
}

@media (max-width: 640px) {
  .sa-ty-trust-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }
}

.sa-ty-trust-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.sa-ty-trust-value {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sa-accent-original, #f26c0f);
  line-height: 1.2;
}

.sa-ty-trust-label {
  font-size: 0.8125rem;
  color: var(--sa-text, rgba(51, 65, 85, 0.78));
  line-height: 1.4;
}

/* ---- Webinars & testimonials: carousels (match homepage) ---- */
.sa-ty-webinars {
  margin-bottom: clamp(48px, 6vw, 64px);
}

.sa-ty-while-intro {
  margin: 0 0 24px 0;
  font-size: 0.9875rem;
  line-height: 1.6;
  color: var(--sa-text, rgba(51, 65, 85, 0.78));
}

.sa-ty-testimonials {
  margin-bottom: clamp(48px, 6vw, 64px);
}

.sa-ty-testimonials-intro {
  margin: 0 0 20px 0;
  font-size: 0.9875rem;
  line-height: 1.6;
  color: var(--sa-text, rgba(51, 65, 85, 0.78));
}

/* Carousel styles — match 01-sellerappeal-premium.css */
.sa-thank-you-page .sa-media-carousel,
.sa-thank-you-page .sa-testimonials-carousel {
  position: relative;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.sa-thank-you-page .sa-testimonials-track {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  gap: 0;
  padding: 12px 4px 28px;
  background:
    linear-gradient(to right, #fff 30%, rgba(255,255,255,0)) left center,
    linear-gradient(to left, #fff 30%, rgba(255,255,255,0)) right center,
    radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,0.12), transparent) left center,
    radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.12), transparent) right center;
  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 16px 100%, 16px 100%;
  background-attachment: local, local, scroll, scroll;
}

.sa-thank-you-page .sa-media-track {
  flex: 1;
  min-width: 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  padding: 12px 0 28px;
  background:
    linear-gradient(to right, #fff 30%, rgba(255,255,255,0)) left center,
    linear-gradient(to left, #fff 30%, rgba(255,255,255,0)) right center,
    radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,0.12), transparent) left center,
    radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.12), transparent) right center;
  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 16px 100%, 16px 100%;
  background-attachment: local, local, scroll, scroll;
}

.sa-thank-you-page .sa-media-track::-webkit-scrollbar,
.sa-thank-you-page .sa-testimonials-track::-webkit-scrollbar { display: none; }

.sa-thank-you-page .sa-media-card {
  flex: 0 0 min(300px, 85vw);
  min-width: 260px;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(51, 65, 85, 0.06);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

.sa-thank-you-page .sa-media-card:not(:first-child) {
  margin-left: -80px;
  box-shadow: -1.5rem 0 2rem -1rem rgba(15, 23, 42, 0.06), 0 2px 12px rgba(15, 23, 42, 0.06);
}
.sa-thank-you-page .sa-media-card:hover,
.sa-thank-you-page .sa-media-card:focus-within {
  transform: translate(0, -8px) rotate(2deg);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}
.sa-thank-you-page .sa-media-card:hover ~ .sa-media-card,
.sa-thank-you-page .sa-media-card:focus-within ~ .sa-media-card {
  transform: translateX(80px);
}
.sa-thank-you-page .sa-media-thumb-wrap { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 13px 13px 0 0; }
.sa-thank-you-page .sa-media-thumb { display: block; width: 100%; height: 100%; object-fit: cover; }
.sa-thank-you-page .sa-media-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.4); }
.sa-thank-you-page .sa-media-play-icon { width: 64px; height: 64px; border-radius: 50%; background: rgba(0,0,0,0.75); display: flex; align-items: center; justify-content: center; }
.sa-thank-you-page .sa-media-play-icon::after { content: ''; width: 0; height: 0; border-left: 20px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; margin-left: 6px; }
.sa-thank-you-page .sa-media-info { padding: 16px 14px; display: flex; flex-direction: column; gap: 8px; }
.sa-thank-you-page .sa-media-title { margin: 0; font-size: 0.95rem; font-weight: 600; color: #334155; }
.sa-thank-you-page .sa-media-youtube-link { font-size: 0.8rem; font-weight: 500; color: #f26c0f; text-decoration: none; }
.sa-thank-you-page .sa-media-youtube-link:hover { color: #ff9f4d; text-decoration: underline; }

.sa-thank-you-page .sa-testimonial-slide {
  flex: 0 0 min(310px, 30%);
  min-width: 260px;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  position: relative;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.1);
  border-left: 4px solid #d8bc6a;
  border-radius: 12px;
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 240px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.35), 0 1px 3px rgba(0,0,0,0.2);
  transition: transform 0.25s ease, border-color 0.25s ease;
  will-change: transform;
}

.sa-thank-you-page .sa-testimonial-slide:not(:first-child) {
  margin-left: -80px;
  box-shadow: -1.5rem 0 2rem -1rem rgba(0, 0, 0, 0.3), 0 4px 16px rgba(0, 0, 0, 0.35);
}
.sa-thank-you-page .sa-testimonial-slide:hover,
.sa-thank-you-page .sa-testimonial-slide:focus-within {
  transform: translate(0, -8px) rotate(2deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 4px 16px rgba(0, 0, 0, 0.35);
}
.sa-thank-you-page .sa-testimonial-slide:hover ~ .sa-testimonial-slide,
.sa-thank-you-page .sa-testimonial-slide:focus-within ~ .sa-testimonial-slide {
  transform: translateX(80px);
}
.sa-thank-you-page .sa-testimonial-slide:first-child:hover,
.sa-thank-you-page .sa-testimonial-slide:first-child:focus-within {
  transform: translate(-4px, -8px) rotate(2deg);
}
.sa-thank-you-page .sa-testimonial-slide.is-active {
  border-left-color: #d8bc6a;
  box-shadow: 0 8px 28px rgba(216, 188, 106, 0.2), 0 4px 16px rgba(0, 0, 0, 0.35);
}
.sa-thank-you-page .sa-testimonial-avatar-img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; margin-bottom: 10px; }
.sa-thank-you-page .sa-testimonial-stars { color: #d8bc6a; font-size: 0.9rem; margin-bottom: 10px; }
.sa-thank-you-page .sa-testimonial-quote { margin: 0 0 14px 0; font-size: 0.9rem; line-height: 1.6; color: rgba(255,255,255,0.85); flex: 1; }
.sa-thank-you-page .sa-testimonial-meta { padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.8rem; width: 100%; }
.sa-thank-you-page .sa-testimonial-meta strong { display: block; color: rgba(255,255,255,0.95); margin-bottom: 3px; font-weight: 600; }
.sa-thank-you-page .sa-testimonial-meta span { display: inline-block; font-size: 0.68rem; font-weight: 500; color: #f26c0f; background: rgba(242,108,15,0.12); padding: 3px 8px; border-radius: 12px; }

.sa-thank-you-page .sa-carousel-btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(51, 65, 85, 0.1);
  background: #fff;
  color: #334155 !important;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.sa-thank-you-page .sa-media-dots,
.sa-thank-you-page .sa-testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.sa-thank-you-page .sa-testimonials-dot,
.sa-thank-you-page .sa-media-dot {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.sa-thank-you-page .sa-testimonials-dot::before,
.sa-thank-you-page .sa-media-dot::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(51, 65, 85, 0.22);
  outline: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  will-change: transform;
}

.sa-thank-you-page .sa-testimonials-dot:hover::before,
.sa-thank-you-page .sa-media-dot:hover::before {
  background: var(--sa-accent-original, #f26c0f);
  opacity: 0.8;
}

.sa-thank-you-page .sa-testimonials-dot.is-active::before,
.sa-thank-you-page .sa-media-dot.is-active::before {
  background: var(--sa-accent-original, #f26c0f);
  transform: scale(1.4);
  outline: 3px solid rgba(242, 108, 15, 0.35);
  outline-offset: 2px;
}

.sa-thank-you-page .sa-testimonials-dot:focus-visible,
.sa-thank-you-page .sa-media-dot:focus-visible {
  outline: 2px solid var(--sa-accent-original, #f26c0f);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .sa-thank-you-page .sa-testimonial-slide:not(:first-child) { margin-left: -40px; }
  .sa-thank-you-page .sa-testimonial-slide:hover ~ .sa-testimonial-slide,
  .sa-thank-you-page .sa-testimonial-slide:focus-within ~ .sa-testimonial-slide {
    transform: translateX(40px);
  }
}
@media (max-width: 640px) {
  .sa-thank-you-page .sa-carousel-btn { display: none; }
  .sa-thank-you-page .sa-media-card:not(:first-child),
  .sa-thank-you-page .sa-testimonial-slide:not(:first-child) { margin-left: -20px; }
  .sa-thank-you-page .sa-testimonial-slide:hover ~ .sa-testimonial-slide,
  .sa-thank-you-page .sa-testimonial-slide:focus-within ~ .sa-testimonial-slide {
    transform: translateX(20px);
  }
}

/* ---- Footer CTAs: homepage button styles + !important for WordPress ---- */
.sa-ty-footer {
  margin-top: clamp(48px, 6vw, 64px);
  padding-top: clamp(32px, 4vw, 48px);
  border-top: 1px solid rgba(51, 65, 85, 0.1);
  text-align: center;
}

.sa-ty-footer-lead {
  margin: 0 0 20px 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--sa-text, rgba(51, 65, 85, 0.88));
}

.sa-ty-footer-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.sa-thank-you-page .sa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border-radius: 12px 50px 12px 50px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sa-thank-you-page .sa-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #f26c0f 0%, #ff9f4d 100%) !important;
  border: none !important;
  box-shadow: 0 8px 28px rgba(242,108,15,0.25);
  font-weight: 700;
}

.sa-thank-you-page .sa-btn-primary:hover,
.sa-thank-you-page .sa-btn-primary:focus-visible {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(242,108,15,0.3);
}

.sa-thank-you-page .sa-btn-secondary {
  color: rgba(51, 65, 85, 0.7) !important;
  background: transparent !important;
  border: 1px solid rgba(51, 65, 85, 0.1) !important;
  box-shadow: none !important;
  font-weight: 400;
  font-size: 11px;
  padding: 0.35rem 0.65rem;
}

.sa-thank-you-page .sa-btn-secondary:hover,
.sa-thank-you-page .sa-btn-secondary:focus-visible {
  color: rgba(51, 65, 85, 0.88) !important;
  border-color: rgba(51, 65, 85, 0.1) !important;
}

@media (max-width: 600px) {
  .sa-thank-you-page .sa-btn { width: 100%; padding: 1rem 1.4rem; }
}

/* ---- Videos (match homepage: placement, size, breakpoints) ---- */
.sa-ty-videos {
  margin-bottom: clamp(48px, 6vw, 64px);
}

.sa-ty-videos .sa-ty-h2 {
  margin-bottom: 10px;
}

.sa-ty-videos-intro {
  margin: 0 0 6px 0;
  font-size: 0.9875rem;
  font-weight: 500;
  color: var(--sa-text, rgba(51, 65, 85, 0.78));
  line-height: 1.55;
}

.sa-ty-videos-note {
  margin: 0 0 28px 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--sa-text, rgba(51, 65, 85, 0.78));
  line-height: 1.5;
  padding-top: 12px;
  border-top: 1px solid rgba(51, 65, 85, 0.08);
}

.sa-ty-videos-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  justify-items: stretch;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  .sa-ty-videos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .sa-ty-videos-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.sa-ty-video-embed {
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}

.sa-ty-video-embed .sa-vimeo-iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 280px;
  border: 0;
}

@media (min-width: 901px) {
  .sa-ty-video-embed .sa-vimeo-iframe {
    min-height: 360px;
  }
}

@media (min-width: 1200px) {
  .sa-ty-video-embed .sa-vimeo-iframe {
    min-height: 420px;
  }
}/* End custom CSS */