/* ===== GLOBAL OVERFLOW FIXES ===== */
/* CSS rules moved to main block below */

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  overflow-x: hidden;
  /* Prevent container burst */
}

/* Ensure tracks don't force page width */
.mini-gallery-track {
  max-width: 100vw;
  overflow-x: auto;
  touch-action: pan-y;
  /* Fix for mobile vertical scroll locking */
}

/* Fix Upsell Modal Overflow */
.upsell-content {
  max-width: 90vw;
  /* Responsive width */
  width: 100%;
  margin: 0 auto;
}

:root {
  --bg: #050505;
  --bg-elevated: #0a0a0a;
  --bg-card: #0d0d0d;
  --bg-card-hover: #111111;
  --border-subtle: rgba(255, 255, 255, 0.04);
  --border-light: rgba(255, 255, 255, 0.08);
  --accent: #FFD60A;
  --accent-warm: #FFAA00;
  --accent-hot: #FF8800;
  --accent-dim: rgba(255, 214, 10, 0.10);
  --accent-medium: rgba(255, 214, 10, 0.20);
  --accent-gradient: linear-gradient(135deg, #FFD60A 0%, #FFAA00 50%, #FF8800 100%);
  --accent-gradient-text: linear-gradient(135deg, #FFD60A 0%, #FFAA00 100%);
  --danger: #FF4444;
  --danger-dim: rgba(255, 68, 68, 0.10);
  --success: #22C55E;
  --white: #FFFFFF;
  --white-90: rgba(255, 255, 255, 0.9);
  --white-70: rgba(255, 255, 255, 0.7);
  --muted: #999999;
  --muted-light: #555555;
  --radius: 20px;
  --radius-sm: 12px;
  --radius-xs: 8px;
  --glow: 0 0 60px rgba(255, 214, 10, 0.08), 0 0 120px rgba(255, 170, 0, 0.04);
  --glow-strong: 0 0 80px rgba(255, 214, 10, 0.15), 0 0 160px rgba(255, 170, 0, 0.06);
  --glow-btn: 0 0 24px rgba(255, 214, 10, 0.35), 0 0 60px rgba(255, 170, 0, 0.12);
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.3);
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

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

/* ===== MANDATORY GLOBAL SCROLL FIXES ===== */
html,
body {
  height: auto !important;
  min-height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
  touch-action: pan-y;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--bg);
  color: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  width: 100%;
}

main,
.page,
.container,
.wrapper,
.content,
.section {
  overflow: visible !important;
  height: auto !important;
}

.ag-carousel-fix {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
}

.ag-carousel-fix>* {
  scroll-snap-align: start;
}

.ag-carousel-fix img,
.ag-carousel-fix a,
.ag-carousel-fix button {
  -webkit-user-drag: none;
  user-select: none;
}

/* ========================================= */
/* Font settings moved or corrected elsewhere */

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ===== UTILITY ===== */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 110px 0;
  position: relative;
  content-visibility: auto;
  contain-intrinsic-size: 1px 500px;
}

.hero {
  content-visibility: visible !important;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
  padding: 8px 20px;
  border: 1px solid var(--accent-dim);
  border-radius: 100px;
  background: var(--accent-dim);
  backdrop-filter: blur(4px);
}

.section-title {
  font-size: clamp(1.8rem, 5vw, 3rem);
  margin-bottom: 20px;
  color: var(--white);
}

.section-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  color: var(--muted);
  max-width: 580px;
  line-height: 1.8;
}

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.accent {
  background: var(--accent-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.danger {
  color: var(--danger);
}

/* ===== NOISE TEXTURE OVERLAY ===== */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.015;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ===== CTA BUTTON ===== */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 48px;
  font-family: 'Sora', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0a0a0a;
  background: var(--accent-gradient);
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: var(--glow-btn);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  overflow: hidden;
}

.cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: 0.7s;
}

.cta-btn:hover::before {
  left: 100%;
}

.cta-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 0 40px rgba(255, 214, 10, 0.45), 0 0 80px rgba(255, 170, 0, 0.2);
}

.cta-btn:active {
  transform: translateY(0) scale(0.98);
}

.cta-btn-sm {
  padding: 16px 36px;
  font-size: 0.9rem;
}

/* ===== DECORATIVE GRID ===== */
.bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  mask: radial-gradient(ellipse at center, black 30%, transparent 70%);
}

/* ===== HERO ===== */
.hero {
  /* min-height: 100vh; Removed to fix separated scroll feel */
  display: flex;
  align-items: flex-start;
  /* Changed from center to flex-start to fix top spacing */
  padding: 180px 0 100px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255, 214, 10, 0.06) 0%, rgba(255, 170, 0, 0.02) 40%, transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -10%;
  background: radial-gradient(circle, rgba(255, 136, 0, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

/* ===== STICKY BAR ===== */
.sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background: #050505;
  border-bottom: 1px solid #1C1C22;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 100%;
}

.bar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--accent);
  animation: bar-pulse 2s infinite;
}

@keyframes bar-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.bar-messages {
  position: relative;
  height: 44px;
  /* Explicit height */
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 600px;
  /* Explicit width */
  max-width: 100%;
  /* Fallback for smaller screens */
  justify-content: center;
  z-index: 10;
  /* Ensure on top */
}

.bar-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.bar-msg.active {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.bar-msg .highlight {
  color: var(--accent);
  font-weight: 700;
  text-shadow: 0 0 10px rgba(255, 214, 10, 0.3);
}

/* ===== HEADER ===== */
.main-header {
  position: absolute;
  top: 44px;
  /* Push down for sticky bar */
  left: 0;
  width: 100%;
  padding: 32px 0;
  z-index: 100;
}

.header-logo {
  height: 48px;
  width: auto;
  filter: drop-shadow(0 0 20px rgba(255, 214, 10, 0.2));
}

@media (max-width: 768px) {
  .sticky-bar {
    height: 48px;
  }

  .main-header {
    top: 48px;
    display: flex;
    justify-content: center;
    padding: 24px 0;
  }

  .header-logo {
    height: 40px;
  }

  .bar-icon {
    display: flex;
  }

  .bar-messages {
    width: auto;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
  }

  .bar-msg {
    display: none;
    font-size: 0.75rem;
    white-space: normal;
    line-height: 1.2;
    position: static;
    width: auto;
    text-align: left;
    margin: 0;
    padding: 0;
    transform: none;
    opacity: 1;
    transition: none;
  }

  .bar-msg.active {
    display: block;
    transform: none;
  }


}

.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ===== PREMIUM HERO BADGE ===== */
.hero-tag-premium {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(20, 20, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 24px 8px 8px;
  /* Less left padding for pile */
  border-radius: 100px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-bottom: 64px;
  /* Increased from 32px */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, border-color 0.3s ease;
  cursor: default;
}

.hero-tag-premium:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 214, 10, 0.3);
}

.avatars-pile {
  display: flex;
  margin-right: 4px;
}

.avatars-pile img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #000;
  margin-left: -12px;
  object-fit: cover;
  background: #222;
}

.avatars-pile img:first-child {
  margin-left: 0;
}

.tag-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.3;
  text-align: left;
}

.tag-text .stars {
  color: #FFB800;
  font-size: 0.7rem;
  letter-spacing: 2px;
}

.tag-text span:last-child {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-bottom: 24px;
  color: var(--white);
}

.hero h1 .accent {
  background: var(--accent-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero .subtitle {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: var(--muted);
  margin-bottom: 32px;
  line-height: 1.85;
  max-width: 580px;
  text-align: center;
}

.hero-image {
  margin: 8px 0 24px;
  display: flex;
  justify-content: center;
}

.hero-image .hero-mockup {
  max-width: 480px;
  width: 100%;
  border-radius: 24px;
  filter: drop-shadow(0 20px 60px rgba(255, 214, 10, 0.08));
  animation: float 6s ease-in-out infinite;
}

/* New Gallery Mini (Hero) */
.gallery-mini-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 24px;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
}

.gallery-mini-track {
  display: flex;
  gap: 12px;
  width: max-content;
  padding: 10px 0;
}


.gallery-item-mini {
  flex: 0 0 140px;
  aspect-ratio: 9 / 16;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border-light);
  background: linear-gradient(180deg, var(--bg-card-hover) 0%, var(--bg-card) 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

/* Plan Micro Gallery */
.gallery-item-micro,
.plan-item-gif {
  flex: 0 0 70px;
  min-width: 70px;
  aspect-ratio: 9 / 16;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  background: linear-gradient(180deg, var(--bg-card-hover) 0%, var(--bg-card) 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item-micro img,
.plan-item-gif img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0.8;
}

.plan-card:hover .gallery-item-micro img,
.plan-card:hover .plan-item-gif img {
  opacity: 1;
}

.gallery-item-micro:hover img,
.plan-item-gif:hover img {
  transform: scale(1.05);
}

.editaveis-carousel-wrapper {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
}

.editaveis-track {
  display: flex;
  gap: 12px;
  animation: scroll-editaveis 25s linear infinite;
  width: max-content;
  padding: 10px 0;
  will-change: transform;
}

@keyframes scroll-editaveis {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 6px));
  }
}

/* Hero Mini items hover */
.gallery-item-mini:hover {
  border-color: rgba(255, 214, 10, 0.25);
  transform: scale(1.05);
}

@keyframes scrollGallery {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 6px));
  }
}

/* Fix Mini & Plan Carousel Layout on Mobile */
@media (max-width: 768px) {

  .gallery-mini-track,
  .gallery-track,
  .editaveis-track {
    width: max-content !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    justify-content: flex-start !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex !important;
  }
}

.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--border-subtle);
}

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

.hero-stat .number {
  font-family: 'Sora', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  background: var(--accent-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-stat .label {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-15px) rotate(0.5deg);
  }
}

/* ===== VSL SECTION ===== */
.vsl-section {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-elevated) 50%, var(--bg) 100%);
}

.vsl-wrapper {
  max-width: 380px;
  margin: 32px auto 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--glow), var(--shadow-card);
  border: 1px solid rgba(255, 214, 10, 0.08);
  background: var(--bg-card);
  aspect-ratio: 9 / 16;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.vsl-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent-gradient);
}

.vsl-placeholder {
  text-align: center;
  color: var(--muted);
  padding: 40px;
}

.vsl-placeholder .play-icon {
  width: 80px;
  height: 80px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  cursor: pointer;
  transition: var(--transition);
  background: var(--accent-dim);
}

.vsl-placeholder .play-icon:hover {
  background: var(--accent-medium);
  transform: scale(1.08);
  box-shadow: 0 0 40px rgba(255, 214, 10, 0.2);
}

.vsl-placeholder .play-icon svg {
  width: 28px;
  height: 28px;
  fill: var(--accent);
  margin-left: 4px;
}

.vsl-placeholder p {
  font-size: 0.85rem;
  font-weight: 500;
}

/* ===== PAIN SECTION ===== */
.pain-section {
  background: linear-gradient(180deg, var(--bg) 0%, #0a0505 50%, var(--bg) 100%);
}

.pain-card {
  background: var(--bg-card);
  border: 1px solid rgba(255, 68, 68, 0.12);
  border-radius: var(--radius);
  padding: 48px;
  max-width: 780px;
  margin: 40px auto 0;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}

.pain-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--danger), transparent);
}

.pain-card .warning-placeholder {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 32px;
  aspect-ratio: 9/16;
  background: linear-gradient(180deg, #1a0808, #0f0404);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 68, 68, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--danger);
  font-size: 0.85rem;
  text-align: center;
  padding: 24px;
  font-weight: 500;
}

.pain-text {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.pain-text strong {
  color: var(--white);
  font-weight: 700;
}

.pain-text .highlight-danger {
  color: var(--danger);
  font-weight: 700;
}

.pain-list {
  list-style: none;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pain-list li {
  padding: 8px 16px;
  color: var(--muted);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: var(--radius-xs);
  transition: var(--transition-fast);
}

.pain-list li:hover {
  background: var(--danger-dim);
}

.pain-list li .icon {
  color: var(--danger);
  font-weight: 700;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.pain-transition {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--border-subtle);
  color: var(--white);
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ===== COMPARISON ===== */
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 48px auto 40px;
}

.comparison-col {
  border-radius: var(--radius);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.comparison-col::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}

.comparison-col.amador {
  background: linear-gradient(180deg, #0d0808 0%, var(--bg-card) 100%);
  border: 1px solid rgba(255, 68, 68, 0.12);
}

.comparison-col.amador::before {
  background: linear-gradient(90deg, transparent, var(--danger), transparent);
}

.comparison-col.profissional {
  background: linear-gradient(180deg, #0d0b05 0%, var(--bg-card) 100%);
  border: 1px solid rgba(255, 214, 10, 0.15);
  box-shadow: var(--glow), var(--shadow-card);
}

.comparison-col.profissional::before {
  background: var(--accent-gradient);
}

.comparison-col .col-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.comparison-col.amador .col-badge {
  background: var(--danger-dim);
  color: var(--danger);
  border: 1px solid rgba(255, 68, 68, 0.2);
}

.comparison-col.profissional .col-badge {
  background: var(--accent-dim);
  color: var(--accent);
  border: 1px solid var(--accent-medium);
}

.comparison-col h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.comparison-list {
  list-style: none;
}

.comparison-list li {
  padding: 12px 0;
  font-size: 0.9rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--border-subtle);
}

.comparison-list li:last-child {
  border-bottom: none;
}

.comparison-list .icon-x {
  color: var(--danger);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  opacity: 0.8;
}

.comparison-list .icon-check {
  color: var(--accent);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

.comparison-bottom {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white-90);
}

/* ===== GALLERY / CAROUSEL ===== */
.gallery-section {
  overflow: hidden;
}

.gallery-track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 40px 24px 20px;
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-item {
  flex: 0 0 240px;
  scroll-snap-align: start;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-light);
  background: #111;
  /* Better placeholder color */
  background: linear-gradient(180deg, var(--bg-card-hover) 0%, var(--bg-card) 100%);
  transition: var(--transition);
  aspect-ratio: 9 / 16;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.editaveis-item {
  flex: 0 0 200px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border-light);
  background: #111;
  /* Better placeholder color */
  transition: var(--transition);
  aspect-ratio: 9 / 16;
}

.gallery-item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 214, 10, 0.0) 0%, rgba(255, 214, 10, 0.0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: var(--transition);
  pointer-events: none;
}

.gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--glow), var(--shadow-card);
  border-color: rgba(255, 214, 10, 0.15);
}

.gallery-item:hover::before {
  background: linear-gradient(180deg, rgba(255, 214, 10, 0.2) 0%, rgba(255, 214, 10, 0.0) 100%);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item .placeholder-card {
  text-align: center;
  color: var(--muted-light);
  font-size: 0.8rem;
  padding: 20px;
}

.gallery-item .placeholder-card .number {
  font-family: 'Sora', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  background: var(--accent-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.25;
  margin-bottom: 8px;
}

.gallery-caption {
  text-align: center;
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.9rem;
}

.gallery-caption strong {
  color: var(--accent);
}

/* ===== HOW IT WORKS ===== */
/* ===== HOW IT WORKS (Vertical Timeline) ===== */
.steps-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 20px;
  padding-bottom: 40px;
  margin-top: 48px;
}

/* The Line */
.steps-grid::before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 49px;
  /* Aligns with center of number */
  width: 2px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
}

.step-card {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 24px 24px 24px 80px;
  /* Space for timeline */
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  position: relative;
  text-align: left;
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  opacity: 0.4;
  /* Dimmed by default */
  transform: scale(0.98);
  box-shadow: var(--shadow-card);
}

.step-card:hover {
  border-color: rgba(255, 214, 10, 0.12);
  transform: translateY(-6px);
  box-shadow: var(--glow), var(--shadow-card);
  opacity: 1;
  /* Highlight on hover too */
}

/* Active State (Triggered by JS) */
.step-card.active {
  opacity: 1;
  transform: scale(1);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 255, 136, 0.3);
  box-shadow: 0 0 30px rgba(0, 255, 136, 0.1);
}

/* The Number/Node */
.step-card .step-number {
  position: absolute;
  top: 50%;
  left: 29px;
  /* Centered on the line */
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #050505;
  color: var(--muted);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 2;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0 0 16px rgba(255, 214, 10, 0.2);
  margin: 0;
  /* Reset margin */
}

.step-card.active .step-number {
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 0 15px var(--accent);
  background: #000;
  transform: translateY(-50%) scale(1.1);
}

/* Hide Icon on mobile timeline for cleaner look, or keep small? */
.step-card .step-icon {
  display: none;
}

.step-card h4 {
  font-size: 1.1rem;
  margin-bottom: 4px;
  color: var(--white);
  font-weight: 700;
}

.step-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.step-time {
  text-align: center;
  margin-top: 36px;
  font-size: 1.1rem;
  color: var(--muted);
}

.step-time strong {
  background: var(--accent-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}

/* ===== EDITAVEIS ===== */
.editaveis-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg) 0%, rgba(20, 20, 20, 0.5) 100%);
}

.editaveis-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.editaveis-content {
  text-align: left;
}

.editaveis-text {
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 32px;
}

.editaveis-list {
  list-style: none;
  margin-bottom: 32px;
}

.editaveis-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: var(--white);
  margin-bottom: 14px;
}

.editaveis-list li .icon-check {
  color: var(--accent);
  font-weight: 700;
}

.editaveis-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--accent);
  background: rgba(255, 214, 10, 0.1);
  padding: 8px 16px;
  border-radius: 100px;
  font-weight: 600;
}

.editaveis-visual {
  min-width: 0;
  /* Prevents grid blowout */
  position: relative;
}

.editaveis-note .dot {
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--accent);
}

.editaveis-visual {
  position: relative;
}

.editaveis-carousel-wrapper {
  position: relative;
  margin-right: -40px;
  /* Pull to edge on desktop for better feel */
}

.editaveis-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 20px 40px 40px 0;
  /* Details at bottom/right */
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.editaveis-track::-webkit-scrollbar {
  display: none;
}

.editaveis-item {
  flex: 0 0 220px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  border: 1px solid var(--border-light);
  position: relative;
  aspect-ratio: 9/16;
}

.editaveis-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.editaveis-item:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: 0 0 25px rgba(255, 214, 10, 0.2);
  z-index: 2;
}

.editaveis-carousel-wrapper .floating-badge {
  position: absolute;
  bottom: 60px;
  left: -20px;
  /* Move to left side for balance? or keep right */
  right: auto;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  padding: 12px 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow-card);
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--white);
  animation: float 4s ease-in-out infinite;
  z-index: 5;
}

/* ===== PLANS PREMIUM SAAS ===== */
.plans-section {
  position: relative;
}

.plans-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  /* Wider gap */
  max-width: 1000px;
  /* Wider container */
  margin: 64px auto 0;
  align-items: stretch;
  /* Cards same height */
}

/* Base Card Style */
.plan-card {
  background: #0f0f0f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  /* Smooth large gloss */
  padding: 0;
  /* Content padding handled inside */
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
  /* Safari border-radius fix */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.15);
}

/* Featured (Elite) Card with Animated Border */
/* Featured (Elite) Card Override */
.plan-card.featured {
  background: linear-gradient(180deg, #141310 0%, #050500 100%);
  border: 1px solid rgba(255, 214, 10, 0.3);
  box-shadow: 0 0 60px rgba(255, 214, 10, 0.1);
  transform: scale(1.05);
  /* Slightly bigger */
  z-index: 2;
}

.plan-card.featured:hover {
  transform: scale(1.05) translateY(-8px);
  box-shadow: 0 0 80px rgba(255, 214, 10, 0.2);
  border-color: var(--accent);
}

/* Header Section */
.plan-header {
  padding: 48px 40px 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.plan-card.featured .plan-header {
  background: linear-gradient(180deg, rgba(255, 214, 10, 0.05) 0%, transparent 100%);
  border-bottom: 1px solid rgba(255, 214, 10, 0.1);
}

/* Badge centered for Elite */
.plan-badge {
  display: inline-block;
  background: rgba(255, 214, 10, 0.15);
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}

.plan-name {
  font-family: 'Sora', sans-serif;
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.plan-name-icon {
  width: 24px;
  height: 24px;
}

.plan-name-icon.elite-icon {
  width: 28px;
  height: 28px;
  color: var(--accent);
  fill: rgba(255, 214, 10, 0.2);
  filter: drop-shadow(0 0 8px rgba(255, 214, 10, 0.5));
  animation: pulse-crown 2s infinite ease-in-out;
}

@keyframes pulse-crown {

  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 8px rgba(255, 214, 10, 0.5));
  }

  50% {
    transform: scale(1.1);
    filter: drop-shadow(0 0 12px rgba(255, 214, 10, 0.8));
  }
}

.plan-card.featured .plan-name {
  color: var(--accent);
  font-size: 1.75rem;
  font-weight: 700;
}

.plan-price {
  font-family: 'Sora', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}

.plan-card.featured .plan-price {
  font-size: 4.5rem;
  /* Massive price */
  background: var(--accent-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.plan-price small {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--muted);
  margin-top: 8px;
  /* Top align currency */
  -webkit-text-fill-color: var(--muted);
}

.plan-price .period {
  font-size: 1rem;
  color: var(--muted-light);
  font-weight: 400;
  align-self: flex-end;
  margin-bottom: 8px;
  -webkit-text-fill-color: var(--muted-light);
}

/* Plan Icon (iPhone Style) */
/* Plan Icon (iPhone Style) */
.plan-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  margin: 0 auto 24px;
  /* Centered */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
}

/* Premium Marquee (Safari-Safe Architecture) */
.premium-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -20px;
  margin-bottom: 0;
  background: var(--bg-card);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.premium-marquee+.premium-marquee {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.marquee-content {
  display: flex;
  gap: 8px;
  width: max-content;
  padding: 16px 0;
}


/* Body Section */
.plan-body {
  padding: 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plan-features {
  list-style: none;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 1.05rem;
  color: var(--muted-light);
  line-height: 1.4;
}

.plan-features li strong {
  color: var(--white);
  font-weight: 600;
}

.plan-features li .check {
  color: var(--accent);
  font-weight: 700;
  margin-top: 2px;
  font-size: 1.1rem;
}

/* Buttons */
.plan-cta {
  width: 100%;
  padding: 22px;
  border-radius: 16px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  margin-top: auto;
}

.plan-cta.outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--white);
}

.plan-cta.outline:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--white);
}

.plan-card.featured .plan-cta:not(.outline) {
  background: var(--accent);
  color: #000;
  border: none;
  box-shadow: 0 10px 30px rgba(255, 214, 10, 0.3);
}

.plan-card.featured .plan-cta:not(.outline):hover {
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.2);
}

.plans-roi {
  margin-top: 48px;
  font-size: 1.1rem;
  color: var(--muted);
}

/* ===== GUARANTEE ===== */
.guarantee-card {
  max-width: 580px;
  margin: 40px auto 0;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 48px;
  display: flex;
  align-items: center;
  gap: 32px;
  box-shadow: var(--shadow-card);
}

.guarantee-badge {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--accent-dim);
  box-shadow: 0 0 30px rgba(255, 214, 10, 0.1);
}

.guarantee-badge .number {
  font-family: 'Sora', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  background: var(--accent-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.guarantee-badge .text {
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent);
}

.guarantee-content h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.guarantee-content p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.8;
}

/* ===== FAQ ===== */
.faq-list {
  max-width: 680px;
  margin: 48px auto 0;
}

.faq-item {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
  overflow: hidden;
  background: var(--bg-card);
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.faq-item:hover {
  border-color: rgba(255, 214, 10, 0.1);
}

.faq-item.active {
  border-color: rgba(255, 214, 10, 0.2);
  box-shadow: var(--glow);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  transition: var(--transition-fast);
  user-select: none;
}

.faq-question:hover {
  color: var(--accent);
}

.faq-arrow {
  width: 18px;
  height: 18px;
  transition: transform 0.35s ease;
  flex-shrink: 0;
  color: var(--muted);
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
  color: var(--accent);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-answer-inner {
  padding: 0 24px 20px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.8;
}

/* ===== FINAL CTA ===== */
.final-cta {
  text-align: center;
  padding: 80px 0 100px;
  position: relative;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 214, 10, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

.final-cta h2 {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.final-cta .cta-btn {
  position: relative;
  z-index: 1;
}

/* ===== FOOTER ===== */
.footer {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid var(--border-subtle);
  color: var(--muted-light);
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

.footer p+p {
  margin-top: 6px;
}

/* SCROLL ANIMATIONS DISABLED */
.reveal {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  transition: none !important;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1,
.reveal-delay-2,
.reveal-delay-3,
.reveal-delay-4 {
  transition-delay: 0s !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero-image .hero-mockup {
    max-width: 360px;
  }

  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .guarantee-card {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .section {
    padding: 72px 0;
  }

  .container {
    padding: 0 18px;
  }

  .hero {
    min-height: auto;
    padding: 140px 0 60px;
    /* Increased from 60px to 140px for better mobile spacing */
  }

  .hero h1 {
    font-size: 1.6rem;
  }

  .hero-stats {
    gap: 20px;
    flex-wrap: wrap;
  }

  .hero-stat .number {
    font-size: 1.3rem;
  }

  /* Bounce Animation for Arrows */
  @keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateX(-50%) translateY(0);
    }

    40% {
      transform: translateX(-50%) translateY(-10px);
    }

    60% {
      transform: translateX(-50%) translateY(-5px);
    }
  }

  /* Steps Styles Moved to Global */

  .cta-btn {
    padding: 18px 28px;
    font-size: 0.9rem;
    width: 100%;
  }



  .pain-card {
    padding: 32px 20px;
  }

  .editaveis-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 32px;
  }

  .plans-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .plan-card.featured {
    transform: none;
    padding: 0;
    /* Remove padding so header fills card */
    border-color: rgba(255, 214, 10, 0.5);
    box-shadow: 0 8px 32px rgba(255, 214, 10, 0.15);
    margin: 16px 0;
  }

  /* Upsell Popup styles moved to global */

  /* Optimize Plan Inner Spacing on Mobile */
  .plan-header,
  .plan-body {
    padding: 32px 24px;
  }

  .plan-card.featured:hover {
    transform: translateY(-5px);
  }

  .gallery-item {
    flex: 0 0 190px;
  }

  .section-title {
    font-size: clamp(1.5rem, 5vw, 2.6rem);
  }
}

/* ======================== UPSELL MODAL (GLOBAL) ======================== */
.upsell-modal {
  position: fixed;
  inset: 0;
  /* Top, Right, Bottom, Left: 0 */
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
}

.upsell-modal.show {
  opacity: 1;
  pointer-events: auto;
}

.upsell-content {
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.95), rgba(10, 10, 10, 0.98));
  border: 1px solid rgba(255, 215, 0, 0.15);
  /* Subtle Gold Border */
  padding: 32px;
  border-radius: 20px;
  max-width: 480px;
  width: 100%;
  text-align: center;
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);

  /* Mobile Scroll Fixes */
  max-height: 90vh;
  overflow-y: auto;
  scrollbar-width: none;
  position: relative;
  /* Essential for absolute X button */
}

/* Close 'X' Button */
.close-modal-x {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 10;
  padding: 5px;
}

.close-modal-x:hover {
  color: #fff;
  transform: scale(1.1);
}

.upsell-modal.show .upsell-content {
  transform: scale(1);
}

.upsell-badge {
  display: inline-block;
  background: #ff004c;
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(255, 0, 76, 0.4);
  letter-spacing: 1px;
}

.upsell-content h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 12px;
  color: white;
}

.upsell-content p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 24px;
  line-height: 1.5;
}

.upsell-comparison {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.upsell-item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  font-size: 0.9rem;
  align-items: start;
}

.upsell-item.wrong {
  color: var(--text-muted);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
}

.upsell-item.correct {
  color: white;
}

.upsell-item.correct strong {
  color: var(--accent);
}

.cross {
  color: #555;
  font-weight: bold;
}

.check {
  color: var(--accent);
  font-weight: bold;
}

.upsell-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Shared Button Base */
.upsell-btn-final {
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
}

/* Primary Action (Gold) */
.btn-primary-final {
  background: var(--accent);
  color: black;
  box-shadow: 0 4px 15px rgba(255, 214, 10, 0.2);
  animation: pulse-gold 2s infinite;
}

.btn-primary-final:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

/* Secondary Action (Red/Gray) */
.btn-secondary-final {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-top: 8px;
  /* Small space between buttons */
  text-decoration: none !important;
}

.btn-secondary-final:hover {
  background: rgba(220, 38, 38, 0.2) !important;
  /* Subtle Red Hover */
  color: #fff !important;
  border-color: rgba(220, 38, 38, 0.5) !important;
  transform: translateY(-2px);
  text-decoration: none !important;
}

@keyframes pulse-gold {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 214, 10, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 214, 10, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 214, 10, 0);
  }
}