.elementor-14584614 .elementor-element.elementor-element-e2a28d7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-20d3754 *//* ===========================
   Creator's Club Landing Page Styles (CLEAN FULL)
   Focus: fixes docked video z-index + removes duplicates / invalid CSS
   =========================== */

/* ========== RESET / BASE ========== */
* { margin: 0; padding: 0; box-sizing: border-box; }

/* Hide theme header/footer (WordPress/etc.) */
header { display: none; }

:root {
  /* Colors */
  --color-primary: hsl(330, 100%, 70%);
  --color-secondary: hsl(185, 100%, 55%);
  --color-accent: hsl(48, 100%, 60%);
  --color-destructive: hsl(0, 84.2%, 60.2%);

  --color-background: hsl(0, 0%, 100%);
  --color-foreground: hsl(0, 0%, 10%);
  --color-muted-foreground: hsl(0, 0%, 40%);
  --color-border: hsl(330, 30%, 90%);

  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 4rem;
  --spacing-3xl: 6rem;

  /* Radius */
  --radius: 1.5rem;
  --radius-lg: 3rem;
  --radius-full: 9999px;

  /* Shadows */
  --shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 20px 60px -15px rgba(0, 0, 0, 0.35);

  /* Transitions */
  --transition: all 0.25s ease;
}

html, body {
  width: 100%;
  overflow-x: hidden; /* prevent side-scroll with 100vw edge technique */
}

.rss-topbar.is-closed {
    display: none;
}

body {
  margin: 0; /* Some WP themes apply default margins */
  font-family: "Fredoka", sans-serif;
  color: var(--color-foreground);
  background: var(--color-background);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;

  /* Ensure sticky bar doesn't cover content */
  padding-bottom: 104px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .container { padding: 0 1.5rem; }
}

@media (min-width: 1024px) {
  .container { padding: 0 2rem; }
}

/* Full-bleed helper */
.edge {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

/* ========== TYPOGRAPHY ========== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.title-handwritten {
  font-family: "Caveat", cursive;
  font-weight: 700;
  display: block;
  text-transform: none;
}

.title-colored { color: var(--color-primary); }
.title-large { font-size: 1.5em; }
.text-bold { font-weight: 700; }
.text-primary { color: var(--color-primary); }
.text-secondary { color: var(--color-secondary); }

/* ========== ICONS ========== */
.icon { width: 1.25rem; height: 1.25rem; stroke-width: 2; }
.icon-check { color: var(--color-secondary); }
.icon-arrow { transition: transform 0.2s; }

/* ========== ANIMATIONS ========== */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

/* ========== DECORATIVE ELEMENTS ========== */
.decorative-circle,
.decorative-bg {
  position: absolute;
  border-radius: 50%;
  animation: float 3s ease-in-out infinite;
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-family: "Fredoka", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}

.btn:hover .icon-arrow { transform: translateX(4px); }

.btn-primary {
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 12px 40px -8px hsla(330, 100%, 70%, 0.4);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 50px -10px hsla(330, 100%, 70%, 0.5);
}

.btn-light {
  background: #fff;
  color: var(--color-primary);
  box-shadow: 0 12px 40px -8px rgba(0, 0, 0, 0.3);
}

.btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 50px -10px rgba(0, 0, 0, 0.4);
}

/* ========== BADGES (generic) ========== */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.badge-accent {
  background: var(--color-accent);
  color: var(--color-foreground);
  border: 4px solid #fff;
  box-shadow: var(--shadow);
}

.badge-destructive {
  background: hsla(185, 100%, 55%, 0.1);
  color: #000;
  border: 4px solid hsla(184.98deg 99.13% 54.71%);
}

.badge-light {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  color: #fff;
  border: 4px solid hsla(185, 100%, 55%, 1);
}

/* ==========================
   TOP COUNTDOWN PENCIL BAR
   FIXED FULL-WIDTH VERSION
   ========================== */

body {
  padding-top: 40px;
}

.rss-banner-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2px 0;
  background: transparent;
  animation: rssBannerAttention 5s ease-in-out infinite;
}

@keyframes rssBannerAttention {
  0%,
  85%,
  100% {
    transform: translateY(0);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  90% {
    transform: translateY(-2px);
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.08));
  }
  95% {
    transform: translateY(0);
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.05));
  }
}

.rss-topbar,
.rss-topbar * {
  box-sizing: border-box;
}

.rss-topbar {
  --rss-topbar-bg: linear-gradient(90deg, hsl(330, 100%, 70%), hsl(185, 100%, 55%));
  --rss-topbar-text: #ffffff;
  --rss-topbar-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--rss-topbar-bg);
  color: var(--rss-topbar-text);
  box-shadow: var(--rss-topbar-shadow);
  font-family: "Fredoka", sans-serif;
  z-index: 9999;
}

.rss-topbar__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 40px;
  padding: 0.45rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  text-align: center;
}

.rss-topbar__message {
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 600;
}

.rss-topbar__message strong {
  font-weight: 700;
}

.rss-topbar__countdown {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.16rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  white-space: nowrap;
}

.rss-topbar__unit {
  display: inline-flex;
  align-items: baseline;
  gap: 0.08rem;
}

.rss-topbar__num {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  min-width: 1.2em;
  text-align: center;
}

.rss-topbar__label {
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.95;
}

.rss-topbar__sep {
  font-size: 0.85rem;
  font-weight: 700;
  opacity: 0.85;
}


.rss-topbar.is-closed {
  background: linear-gradient(90deg, hsl(0, 0%, 38%), hsl(0, 0%, 48%));
}


body {
  padding-top: 90px;
}


@media (max-width: 767px) {
  body {
    padding-top: 110px;
  }
  
  

  .rss-topbar {
    min-height: 62px;
  }

  .rss-topbar__inner {
    min-height: 62px;
    padding: 0.35rem 0.65rem;
    gap: 0.3rem;
  }

  .rss-topbar__message {
    font-size: 0.78rem;
    line-height: 1.15;
  }

  .rss-topbar__countdown {
    padding: 0.12rem 0.38rem;
  }

  .rss-topbar__num {
    font-size: 0.8rem;
  }

  .rss-topbar__label,
  .rss-topbar__sep {
    font-size: 0.58rem;
  }
}

}

/* ===========================
   HERO (fix: not too tall)
   =========================== */
.hero {
  position: relative;
  overflow: hidden;
  background: hsla(330, 100%, 70%, 0.1);
  padding: clamp(2.75rem, 6vw, 4.5rem) 0;
  display: flex;
  align-items: center;
}

.hero .circle-1 {
  top: 5rem;
  left: 2.5rem;
  width: 4rem;
  height: 4rem;
  background: var(--color-accent);
  opacity: 0.6;
}

.hero .circle-2 {
  top: 10rem;
  right: 5rem;
  width: 3rem;
  height: 3rem;
  background: var(--color-secondary);
  opacity: 0.6;
  animation-delay: 1s;
}

.hero .circle-3 {
  bottom: 6rem;
  left: 25%;
  width: 5rem;
  height: 5rem;
  background: var(--color-primary);
  opacity: 0.4;
  animation-delay: 2s;
}

.hero-container {
  position: relative;
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero-container { grid-template-columns: 1fr 1fr; gap: 3rem; }
}

.hero-content { text-align: center; }

@media (min-width: 1024px) {
  .hero-content { text-align: left; }
}

.hero-logo-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .hero-logo-wrapper { justify-content: flex-start; }
}

.hero-logo { width: 8rem; height: 8rem; }

@media (min-width: 640px) {
  .hero-logo { width: 10rem; height: 10rem; }
}

.hero-title {
  font-size: clamp(2.25rem, 4.5vw, 5rem);
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 1.05;
}

.title-primary { color: var(--color-primary); }

.hero-description {
  font-size: 1.25rem;
  margin: 0 auto 1.5rem;
  max-width: 42rem;
}

@media (min-width: 1024px) {
  .hero-description { margin: 0 0 1.5rem; }
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .hero-buttons { flex-direction: row; }
}

@media (min-width: 1024px) {
  .hero-buttons { justify-content: flex-start; }
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .hero-features { justify-content: flex-start; }
}

.feature-item { display: flex; align-items: center; gap: 0.5rem; }

/* ===========================
   HERO VIDEO + DOCKED PLAYER (CLEAN)
   Fixes: z-index + invalid !important + duplicates
   =========================== */

/* Sentinel */
.dock-sentinel { height: 1px; width: 100%; }

/* Base video wrapper (normal state) */
.hero-video-wrapper {
  position: relative;
  width: min(620px, 100%);
  max-width: 100%;
  margin: 0 auto;
  transition: opacity 220ms ease, transform 220ms ease, width 220ms ease;
  will-change: transform, opacity;
}

/* When NOT docked, keep normal flow */
.hero-video-wrapper:not(.is-docked) {
  right: auto;
  bottom: auto;
  z-index: auto;
}

/* Container holds frame + badges */
.hero-video-container {
  position: relative;
  width: 100%;
  overflow: visible; /* IMPORTANT: don't clip floating badges */
}

/* Frame clips only the video */
.hero-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
  background: #000;
  box-shadow: var(--shadow);
}

.hero-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Floating badges */
.floating-badge {
  position: absolute;
  background: var(--color-secondary);
  color: #fff;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  border: 4px solid #fff;
  animation: float 3s ease-in-out infinite;
  box-shadow: var(--shadow);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 2;
}

.badge-1 {
  bottom: -1.25rem;
  left: -1.25rem;
  background: var(--color-secondary);
  transform: rotate(-6deg);
  display: none;
}

@media (min-width: 640px) {
  .badge-1 { display: block; }
}

.badge-2 {
  top: -1.25rem;
  right: -1.25rem;
  background: var(--color-accent);
  color: var(--color-foreground);
  transform: rotate(6deg);
  animation-delay: 1s;
  display: none;
}

@media (min-width: 1024px) {
  .badge-2 { display: block; }
}

.badge-number {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.badge-text {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Hide badges on hover/focus so controls are usable */
.hero-video-container:hover .floating-badge,
.hero-video-container:focus-within .floating-badge,
.hero-video-wrapper:hover .floating-badge {
  opacity: 0;
  transform: scale(0.98);
  pointer-events: none;
}

/* Close button (only when docked on desktop) */
.video-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3; /* above iframe */
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  display: none;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

/* DOCKED MINI PLAYER (desktop only) */
@media (min-width: 1024px) {
  /* In hero (desktop): align left instead of centered */
  .hero-video-wrapper { margin: 0; }

  /* Fade helper while switching */
  .hero-video-wrapper.is-transitioning {
    opacity: 0;
    transform: translateY(10px);
  }

  .hero-video-wrapper.is-docked {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 400px;
    max-width: calc(100vw - 2rem);
    margin: 0;
    opacity: 1;
    transform: none;

    /* ✅ The z-index fix */
    z-index: 2147483647 !important; /* correct syntax */
    isolation: isolate;             /* separate stacking context */
    pointer-events: auto;

    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.25));
  }

  .hero-video-wrapper.is-docked .hero-video-frame {
    box-shadow: var(--shadow-lg);
  }

  /* badges never block docked player */
  .hero-video-wrapper.is-docked .floating-badge {
    display: none !important;
  }

  .hero-video-wrapper.is-docked .video-close {
    display: inline-grid;
    place-items: center;
  }
}

/* If you ever allow dock on tiny screens */
@media (max-width: 480px) {
  .hero-video-wrapper.is-docked { width: 320px; }
}

/* Optional: if you use the close button "hide" state */
.hero-video-wrapper.is-hidden { display: none !important; }

/* Disable docking on mobile entirely */
@media (max-width: 1023px) {
  .hero-video-wrapper.is-docked {
    position: static !important;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    z-index: auto;
  }

  .floating-badge { display: none !important; }
}

/* ===========================
   SECTION SHARED
   =========================== */
.section-content {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .section-title { font-size: 3rem; }
}

@media (min-width: 1024px) {
  .section-title { font-size: 3.75rem; }
}

.section-subtitle {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

/* ========== PAIN ========== */
.pain-section {
  position: relative;
  padding: 5rem 0;
  background: #fff;
}

@media (min-width: 1024px) {
  .pain-section { padding: 8rem 0; }
}

.pain-section .bg-1 {
  top: 2.5rem;
  right: 2.5rem;
  width: 8rem;
  height: 8rem;
  background: hsla(330, 100%, 70%, 0.1);
}

.pain-section .bg-2 {
  bottom: 5rem;
  left: 5rem;
  width: 6rem;
  height: 6rem;
  background: hsla(185, 100%, 55%, 0.1);
}

.pain-grid { display: grid; gap: 1.5rem; margin-bottom: 3rem; }

@media (min-width: 640px) {
  .pain-grid { grid-template-columns: repeat(3, 1fr); }
}

.pain-card {
  color: #fff;
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 4px solid #fff;
  transition: var(--transition);
}

.pain-card:hover {
  transform: translateY(-8px) rotate(2deg);
  box-shadow: var(--shadow-lg);
}

.pain-primary { background: var(--color-primary); }
.pain-secondary { background: var(--color-secondary); }
.pain-accent { background: var(--color-accent); color: var(--color-foreground); }

.pain-icon { width: 4rem; height: 4rem; margin: 0 auto 1rem; }

.pain-card p { font-weight: 700; font-size: 1.125rem; }

.callout-box {
  background: hsla(185, 100%, 55%, 0.1);
  border: 4px solid var(--color-secondary);
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.callout-box p {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

/* ========== PROMISE ========== */
.promise-section {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(
    135deg,
    hsla(185, 100%, 55%, 0.2),
    hsla(330, 100%, 70%, 0.1),
    hsla(48, 100%, 60%, 0.2)
  );
  overflow: hidden;
}

@media (min-width: 1024px) {
  .promise-section { padding: 8rem 0; }
}

.promise-section .promise-circle-1 {
  top: 5rem;
  left: 2.5rem;
  width: 5rem;
  height: 5rem;
  background: var(--color-primary);
  opacity: 0.3;
}

.promise-section .promise-circle-2 {
  top: 10rem;
  right: 5rem;
  width: 4rem;
  height: 4rem;
  background: var(--color-accent);
  opacity: 0.4;
  animation-delay: 0.5s;
}

.promise-section .promise-circle-3 {
  bottom: 5rem;
  left: 33%;
  width: 6rem;
  height: 6rem;
  background: var(--color-secondary);
  opacity: 0.3;
  animation-delay: 1s;
}

.promise-content { margin-top: 1.5rem; }

.promise-headline {
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .promise-headline { font-size: 2.25rem; }
}

.promise-subtext {
  font-size: 1.25rem;
  font-weight: 500;
  max-width: 42rem;
  margin: 0 auto;
}

/* ========== FEATURES ========== */
.features-section { padding: 5rem 0; background: #fff; }

@media (min-width: 1024px) {
  .features-section { padding: 8rem 0; }
}

.features-grid {
  display: grid;
  gap: 2rem;
  max-width: 88rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .features-grid { grid-template-columns: repeat(3, 1fr); }
}

.feature-card {
  background: #fff;
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 4px solid var(--color-border);
  transition: var(--transition);
}

.feature-card:hover {
  transform: translateY(-8px) rotate(1deg);
  box-shadow: var(--shadow-lg);
}

.feature-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  border: 4px solid #fff;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.feature-card:hover .feature-icon { transform: scale(1.1) rotate(12deg); }

.feature-icon svg {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  color: #fff;
}

.feature-icon-primary { background: var(--color-primary); }
.feature-icon-secondary { background: var(--color-secondary); }
.feature-icon-accent { background: var(--color-accent); }

.feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.feature-description,
.feature-detail {
  color: var(--color-muted-foreground);
  font-weight: 500;
}

.feature-description { margin-bottom: 1rem; }
.feature-detail { font-size: 0.875rem; }

/* ===========================
   IS THIS FOR YOU (aligned gutters + widths)
   =========================== */
.is-this-for-you-section {
  padding: 4rem 0;
  background: #fff;
}

@media (min-width: 1024px) {
  .is-this-for-you-section { padding: 5.5rem 0; }
}

/* Optional inner wrapper if you want to constrain max width a bit */
.is-this-for-you-inner {
  max-width: 1100px; /* matches your earlier intent */
  margin: 0 auto;
}

/* Grid */
.is-this-for-you-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .is-this-for-you-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

/* Cards */
.for-you-card,
.not-for-you-card {
  border-radius: 1.5rem;
  padding: 1.5rem;
  border: 4px solid #fff;
  box-shadow: 0 8px 25px -6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
  .for-you-card,
  .not-for-you-card {
    padding: 2rem;
  }
}

.for-you-card { background: hsla(185, 100%, 55%, 0.10); }
.not-for-you-card { background: hsl(330, 100%, 97%); }

/* Header row */
.card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.card-title {
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0;
}

/* Icon */
.card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.card-icon-yes { background: var(--color-secondary); }
.card-icon-no { background: hsla(330, 100%, 70%, 0.30); }

.card-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.card-icon-yes svg { color: #fff; }
.card-icon-no svg { color: var(--color-primary); }

/* List */
.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.05rem;
}

.card-list li {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
  align-items: flex-start;
}

.card-list li:last-child { margin-bottom: 0; }

.arrow-yes,
.arrow-no {
  font-weight: 800;
  margin-top: 0.1rem;
}

.arrow-yes { color: var(--color-secondary); }
.arrow-no { color: var(--color-primary); }

/* Footer note */
.card-footer {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid hsla(330, 30%, 90%, 0.6);
}

.card-footer p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-muted-foreground);
  font-style: italic;
}

/* Mobile tweak */
@media (max-width: 768px) {
  .card-list { font-size: 1rem; }
}

/* ======== FAQ ======== */
.sales-faq {
  position: relative;
  padding: 4rem 0;
  background: hsla(330, 100%, 70%, 0.12); /* soft pink wash */
  overflow: hidden;
}

@media (min-width: 1024px) {
  .sales-faq { padding: 5.5rem 0; }
}

/* Decorative circles (optional) */
.sales-faq .decorative-circle {
  position: absolute;
  border-radius: 50%;
  animation: float 5s ease-in-out infinite;
  pointer-events: none;
}

.sales-faq .circle-1 {
  top: 3rem;
  left: 3rem;
  width: 5.5rem;
  height: 5.5rem;
  background: hsla(48, 100%, 60%, 0.22);
}

.sales-faq .circle-2 {
  top: 7rem;
  right: 3.5rem;
  width: 3.75rem;
  height: 3.75rem;
  background: hsla(185, 100%, 55%, 0.22);
  animation-delay: 1.5s;
}

.sales-faq .circle-3 {
  bottom: 4.5rem;
  left: 36%;
  width: 6.5rem;
  height: 6.5rem;
  background: hsla(330, 100%, 70%, 0.20);
  animation-delay: 3s;
}

/* Header */
.sales-faq__header {
  text-align: center;
  max-width: 52rem;
  margin: 0 auto 1.75rem;
  position: relative;
}

.sales-faq__title {
  margin: 0 0 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.sales-faq__subtitle {
  margin: 0;
  color: var(--color-muted-foreground);
  font-size: 1.05rem;
  font-weight: 500;
}

/* List */
.sales-faq__list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 0.75rem;
  width: 100%;
  padding:.5rem;
}

/* Item card */
.sales-faq__item {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid hsla(330, 30%, 85%, 1);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.sales-faq__item:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px -14px rgba(0, 0, 0, 0.18);
}

/* Summary / question row */
.sales-faq__q {
  list-style: none;
  cursor: pointer;
  padding: 1.05rem 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 600; /* toned down */
  font-size: 1.02rem;
  color: var(--color-foreground);
}

/* Remove default marker */
.sales-faq__q::-webkit-details-marker { display: none; }
.sales-faq__q::marker { content: ""; }

/* Chevron button */
.sales-faq__chev {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid hsla(330, 30%, 85%, 1);
  display: inline-grid;
  place-items: center;
  background: #fff;
  color: var(--color-foreground);
  transition: transform 180ms ease;
  flex: 0 0 auto;
}

.sales-faq__chev svg {
  width: 16px;
  height: 16px;
  display: block;
}

/* Open state: rotate chevron */
.sales-faq__item[open] .sales-faq__chev { transform: rotate(180deg); }

/* Answer */
.sales-faq__a {
  padding: 0 1.15rem 1.15rem;
  color: var(--color-muted-foreground);
  font-size: 0.98rem;
  line-height: 1.65;
}

.sales-faq__a p { margin: 0; }

.sales-faq__item[open] .sales-faq__a {
  border-top: 1px solid hsla(330, 30%, 88%, 1);
  padding-top: 0.9rem;
}

/* Keyboard focus */
.sales-faq__q:focus-visible {
  outline: 3px solid hsla(185, 100%, 55%, 0.35);
  outline-offset: 3px;
  border-radius: 8px;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .sales-faq { padding: 3.25rem 0; }
  .sales-faq__q { font-size: 1rem; }
  .sales-faq__a { font-size: 0.95rem; }
}

/* ========== TESTIMONIALS ========== */
.testimonials-section {
  position: relative;
  padding: 5rem 0;
  background: #fff;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .testimonials-section { padding: 8rem 0; }
}

.testimonials-section .testimonial-bg-1 {
  top: 2.5rem;
  left: 2.5rem;
  width: 10rem;
  height: 10rem;
  background: hsla(185, 100%, 55%, 0.1);
}

.testimonials-section .testimonial-bg-2 {
  bottom: 5rem;
  right: 5rem;
  width: 8rem;
  height: 8rem;
  background: hsla(330, 100%, 70%, 0.1);
}

.testimonials-content {
  max-width: 96rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.testimonials-grid {
  display: grid;
  gap: 2rem;
  margin-top: 4rem;
  text-align: left;
}

@media (min-width: 768px) {
  .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
}

.testimonial-card {
  background: #fff;
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.testimonial-card:hover {
  transform: translateY(-8px) rotate(2deg);
  box-shadow: var(--shadow-lg);
}

.card-border-primary { border: 4px solid var(--color-primary); }
.card-border-secondary { border: 4px solid var(--color-secondary); }
.card-border-accent { border: 4px solid var(--color-accent); }

.stars { display: flex; gap: 0.25rem; margin-bottom: 1rem; }
.star { width: 1.5rem; height: 1.5rem; color: var(--color-accent); }

.testimonial-card blockquote {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.testimonial-author {
  padding-top: 1rem;
  border-top: 4px solid var(--color-border);
  text-align: center;
}

.author-name { font-weight: 700; font-size: 1.125rem; }
.author-store { font-size: 0.875rem; color: var(--color-muted-foreground); font-weight: 500; }

/* ========== PRICING ========== */

.price-old {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-muted-foreground, hsl(0, 0%, 65%));
  text-decoration: line-through;
  opacity: 0.8;
  margin-right: 0.35rem;
}

.price {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  color: var(--color-foreground, hsl(0, 0%, 15%));
}

.pricing-section {
  padding: 3rem 1rem;
  background: linear-gradient(
    135deg,
    hsla(330, 100%, 70%, 0.08),
    hsla(185, 100%, 55%, 0.04),
    hsla(48, 100%, 60%, 0.08)
  );
}

@media (min-width: 768px) {
  .pricing-section {
    padding: 5rem 2rem;
  }
}

@media (min-width: 1024px) {
  .pricing-section {
    padding: 8rem 2rem;
  }
}

.pricing-content {
  max-width: 72rem;
  margin-inline: auto;
  text-align: center;
}

.pricing-grid {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* Card */
.pricing-card {
  position: relative;
  background: #fff;
  padding: 2.5rem 1.5rem 2rem;
  border-radius: 1rem;
  border: 3px solid var(--color-primary, hsl(330, 80%, 65%));
  box-shadow: 0 8px 30px -8px hsla(330, 100%, 70%, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 420px;
}

@media (min-width: 480px) {
  .pricing-card {
    padding: 2.5rem 2rem 2rem;
    border-radius: 1.25rem;
  }
}

@media (min-width: 768px) {
  .pricing-card {
    max-width: 480px;
    padding: 3rem 2.5rem 2.5rem;
    border-radius: 1.5rem;
  }
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px -12px hsla(330, 100%, 70%, 0.3);
}

/* Badge */
.popular-badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--color-primary, hsl(330, 80%, 65%));
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px hsla(330, 100%, 70%, 0.25);
  white-space: nowrap;
}

.popular-badge .icon {
  width: 12px;
  height: 12px;
}

/* Header */
.pricing-header {
  text-align: center;
  padding-top: 0.75rem;
}

.pricing-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary, hsl(330, 80%, 65%));
  margin-bottom: 0.375rem;
}

.pricing-title {
  font-size: 1.37rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

@media (min-width: 480px) {
  .pricing-title {
    font-size: 2rem;
  }
}

.pricing-tagline {
  font-size: 0.9rem;
  color: var(--color-muted-foreground, hsl(0, 0%, 50%));
  margin-bottom: 1.25rem;
  line-height: 1.4;
}

/* Price */
.pricing-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 0.375rem;
}

.price {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  color: var(--color-foreground, hsl(0, 0%, 15%));
}

@media (min-width: 480px) {
  .price {
    font-size: 3.25rem;
  }
  
 
}

.period {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-muted-foreground, hsl(0, 0%, 50%));
}

.pricing-breakdown {
  font-size: 0.85rem;
  color: var(--color-muted-foreground, hsl(0, 0%, 50%));
  margin-bottom: 0.375rem;
}

.pricing-lock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-primary, hsl(330, 80%, 65%));
  margin-bottom: 1.5rem;
}

/* CTA Button */
.pricing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: var(--color-primary, hsl(330, 80%, 65%));
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.pricing-cta:hover {
  background: var(--color-primary-hover, hsl(330, 80%, 58%));
  transform: translateY(-2px);
}

/* Divider */
.pricing-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.5rem 0 1.25rem;
}

.pricing-divider::before,
.pricing-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--color-border, hsl(0, 0%, 88%));
}

.pricing-divider span {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-muted-foreground, hsl(0, 0%, 50%));
}

/* Features */
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  text-align: left;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.4rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-foreground, hsl(0, 0%, 20%));
  line-height: 1.4;
}

.pricing-features .icon-check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 0.1rem;
  color: var(--color-primary, hsl(330, 80%, 65%));
}

/* Footer */
.pricing-footer {
  text-align: center;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border, hsl(0, 0%, 90%));
}

.pricing-footer p {
  font-size: 0.8rem;
  font-style: italic;
  color: var(--color-muted-foreground, hsl(0, 0%, 50%));
  margin: 0;
  line-height: 1.4;
}

.pricing-footer strong {
  color: var(--color-foreground, hsl(0, 0%, 25%));
}


/* ========== FINAL CTA ========== */
.final-cta {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(
    135deg,
    var(--color-primary),
    var(--color-secondary),
    var(--color-accent)
  );
  overflow: hidden;
  color: #fff;
}

@media (min-width: 1024px) {
  .final-cta { padding: 8rem 0; }
}

.final-cta .cta-circle-1 {
  top: 2.5rem;
  left: 2.5rem;
  width: 8rem;
  height: 8rem;
  background: rgba(255, 255, 255, 0.2);
}

.final-cta .cta-circle-2 {
  top: 10rem;
  right: 5rem;
  width: 6rem;
  height: 6rem;
  background: rgba(255, 255, 255, 0.2);
  animation-delay: 1s;
}

.final-cta .cta-circle-3 {
  bottom: 5rem;
  left: 33%;
  width: 10rem;
  height: 10rem;
  background: rgba(255, 255, 255, 0.2);
  animation-delay: 2s;
}

.final-cta .cta-circle-4 {
  bottom: 10rem;
  right: 25%;
  width: 5rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0.2);
  animation-delay: 1.5s;
}

.cta-content {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.cta-title { color: #fff; }

.cta-subtitle {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .cta-subtitle { font-size: 1.875rem; }
}

/* Sticky CTA bar */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 12px 14px;
  display: flex;
  justify-content: center;
  pointer-events: none; /* only the inner content is clickable */
  transform: translateY(110%);
  opacity: 0;
  transition: transform 200ms ease, opacity 200ms ease;
}

.sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.sticky-cta__inner {
  width: min(980px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
  pointer-events: auto;
  border: 4px solid var(--color-border);
}

.sticky-cta__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.1;
}

.sticky-cta__title {
  font-family: "Fredoka", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}

.sticky-cta__sub {
  font-family: "Fredoka", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  opacity: 0.85;
}

@media (max-width: 768px) {
  body { padding-bottom: 92px; }

  .sticky-cta__inner { border-radius: 16px; }

  .sticky-cta__text {
    display: none; /* clean mobile */
  }

  .sticky-cta .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .sticky-cta { transition: none; }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1023px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-content { text-align: center; }
  .hero-logo-wrapper { justify-content: center; }

  .hero-buttons,
  .hero-features { justify-content: center; }

  .badge-2 { display: none; }

  .pain-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .features-grid { grid-template-columns: repeat(2, 1fr); }

  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-grid { padding: 0 0.5rem; }
}

@media (max-width: 768px) {
  .section-title { font-size: 2.25rem; }

  .feature-card,
  .testimonial-card,
  .pricing-card { padding: 1.5rem; }

  .price { font-size: 3rem; }
}

/* Phone: 1 col */
@media (max-width: 767px) {
  .features-grid {
    grid-template-columns: 1fr !important;
    max-width: 520px;
    margin: 0 auto;
  }

  .popular-badge { font-size: 0.70rem; }
}

/* Tablet: 2 col */
@media (min-width: 768px) and (max-width: 1023px) {
  .features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video-wrapper,
  .floating-badge,
  .btn {
    transition: none !important;
    animation: none !important;
  }
}

/* Ensure docked video always sits above all page sections */
.hero-video-wrapper.is-docked {
  position: fixed !important;
  z-index: 2147483647 !important;
  isolation: isolate;          /* creates a new stacking context */
  transform: none !important;  /* prevents transform-based stacking weirdness */
}

/* Your full-bleed sections use positioning; keep them below */
.edge { z-index: 0; }

/* If any section sets a z-index, make sure it's below docked video */
.pain-section,
.pain-section.edge {
  position: relative;
  z-index: 0;
}

/* Prevent theme wrappers from creating stacking contexts that trap fixed children */
body {
  transform: none !important;
  filter: none !important;
  perspective: none !important;
}/* End custom CSS */