.elementor-121629 .elementor-element.elementor-element-a4b0996{--display:flex;}/* Start custom CSS for html, class: .elementor-element-82dee5b *//* =============================================
   SEXY CLUBE LANDING PAGE - CSS COMPLETO
   Versao para WordPress
   ============================================= */

/* Reset e Variaveis */
.sc-landing {
  --sc-bg: hsl(10, 10%, 5%);
  --sc-fg: hsl(0, 0%, 95%);
  --sc-card: hsl(10, 10%, 10%);
  --sc-primary: hsl(350, 85%, 55%);
  --sc-accent: hsl(45, 90%, 55%);
  --sc-muted: hsl(0, 0%, 60%);
  --sc-border: hsl(0, 0%, 20%);
  --sc-secondary: hsl(10, 10%, 15%);
  --sc-destructive: hsl(0, 84%, 60%);
  --sc-green: hsl(142, 76%, 36%);
  
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: var(--sc-bg);
  color: var(--sc-fg);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sc-landing * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.sc-landing img {
  max-width: 100%;
  height: auto;
}

.sc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.sc-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Text Gradient */
.sc-text-gradient {
  background: linear-gradient(135deg, var(--sc-primary), var(--sc-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sc-primary { color: var(--sc-primary); }
.sc-accent { color: var(--sc-accent); font-weight: 600; }

/* Section Header */
.sc-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.sc-section-header h2 {
  font-size: clamp(1.5rem, 5vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
}

.sc-section-header p {
  color: var(--sc-muted);
  font-size: 1.125rem;
  max-width: 500px;
  margin: 0 auto;
}

/* Glow Backgrounds */
.sc-glow-bg {
  position: absolute;
  border-radius: 50%;
  filter: blur(150px);
  pointer-events: none;
}

.sc-glow-top { top: 0; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: rgba(229, 62, 85, 0.05); }
.sc-glow-left { top: 50%; left: 0; transform: translateX(-50%); width: 400px; height: 400px; background: rgba(229, 62, 85, 0.05); }
.sc-glow-right { top: 50%; right: 0; transform: translateX(50%); width: 400px; height: 400px; background: rgba(234, 179, 8, 0.05); }
.sc-glow-center { top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 600px; background: rgba(229, 62, 85, 0.1); }
.sc-glow-bottom-left { bottom: 0; left: 0; width: 400px; height: 400px; background: rgba(234, 179, 8, 0.05); }
.sc-glow-top-right { top: 0; right: 0; width: 300px; height: 300px; background: rgba(229, 62, 85, 0.05); }

/* =============================================
   HERO SECTION
   ============================================= */
.sc-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sc-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.sc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, 
    hsla(10, 10%, 5%, 0.3) 0%, 
    hsla(10, 10%, 5%, 0.7) 50%, 
    hsla(10, 10%, 5%, 0.95) 100%
  );
  z-index: 1;
}

.sc-hero-glow {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.sc-hero-glow::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 25%;
  width: 384px;
  height: 384px;
  background: rgba(229, 62, 85, 0.1);
  border-radius: 50%;
  filter: blur(120px);
}

.sc-hero-glow::after {
  content: '';
  position: absolute;
  bottom: 25%;
  right: 25%;
  width: 320px;
  height: 320px;
  background: rgba(234, 179, 8, 0.05);
  border-radius: 50%;
  filter: blur(100px);
}

.sc-hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 80px 16px;
  max-width: 800px;
}

/* Badge */
.sc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 9999px;
  background: rgba(229, 62, 85, 0.1);
  border: 1px solid rgba(229, 62, 85, 0.3);
  color: var(--sc-primary);
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 24px;
  animation: sc-fadeInUp 0.6s ease-out forwards;
}

.sc-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sc-primary);
  animation: sc-pulse 2s ease-in-out infinite;
}

/* Headline */
.sc-headline {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  animation: sc-fadeInUp 0.6s ease-out 0.1s forwards;
  opacity: 0;
}

.sc-subheadline {
  font-size: clamp(1rem, 3vw, 1.25rem);
  color: var(--sc-muted);
  margin-bottom: 32px;
  animation: sc-fadeInUp 0.6s ease-out 0.2s forwards;
  opacity: 0;
}

.sc-subheadline strong {
  color: var(--sc-fg);
}

/* Price Box */
.sc-price-box {
  display: inline-block;
  padding: 24px 32px;
  border-radius: 16px;
  border: 2px solid rgba(234, 179, 8, 0.5);
  background: rgba(234, 179, 8, 0.05);
  box-shadow: 0 0 30px rgba(234, 179, 8, 0.2), 0 0 60px rgba(234, 179, 8, 0.1);
  margin-bottom: 32px;
  animation: sc-fadeInUp 0.6s ease-out 0.3s forwards;
  opacity: 0;
}

.sc-price {
  font-size: clamp(3rem, 8vw, 3.75rem);
  font-weight: 900;
  color: var(--sc-accent);
  margin-bottom: 4px;
}

.sc-price-label {
  color: var(--sc-muted);
  font-size: 0.875rem;
}

/* CTA Button */
.sc-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 56px;
  padding: 0 32px;
  background: var(--sc-primary);
  color: white !important;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: sc-pulseGlow 2s ease-in-out infinite;
}

.sc-cta-hero {
  animation: sc-fadeInUp 0.6s ease-out 0.4s forwards, sc-pulseGlow 2s ease-in-out infinite;
  opacity: 0;
}

.sc-cta-button:hover {
  background: hsl(350, 85%, 48%);
  transform: translateY(-2px);
  color: white !important;
  text-decoration: none !important;
}

.sc-cta-button svg {
  transition: transform 0.3s ease;
}

.sc-cta-button:hover svg {
  transform: translateX(4px);
}

/* =============================================
   FIX DEFINITIVO: CTA abaixo do preço (HERO)
   ============================================= */

/* 1) Garante que o conteúdo do hero empilhe tudo em coluna e centralize */
.sc-hero-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 2) Centraliza e controla espaçamento do preço */
.sc-hero-content .sc-price-box{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px; /* espaço entre preço e CTA */
}

/* 3) Força o CTA a quebrar linha e ficar centralizado logo abaixo do preço */
.sc-hero-content .sc-price-box + .sc-cta-button,
.sc-hero-content .sc-price-box + a.sc-cta-button,
.sc-hero-content .sc-price-box + .sc-cta-hero,
.sc-hero-content .sc-price-box + a.sc-cta-hero{
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}

/* 4) Se algum builder estiver colocando preço+botão dentro de um flex-row, derruba para coluna */
.sc-hero-content > .sc-cta-wrapper,
.sc-hero-content > .sc-cta-row,
.sc-hero-content > .sc-cta-area{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}


/* Security */
.sc-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--sc-muted);
  font-size: 0.875rem;
  margin-top: 24px;
  animation: sc-fadeInUp 0.6s ease-out 0.5s forwards;
  opacity: 0;
}

/* Scroll Indicator */
.sc-scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  animation: sc-bounce 2s ease-in-out infinite;
}

.sc-scroll-mouse {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 8px;
}

.sc-scroll-wheel {
  width: 6px;
  height: 12px;
  background: rgba(255,255,255,0.5);
  border-radius: 3px;
}

/* =============================================
   CLICKABLE ELEMENTS
   ============================================= */
.sc-clickable {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.sc-content-card.sc-clickable:hover {
  transform: scale(1.03);
  border-color: var(--sc-primary);
}

.sc-locked-thumb.sc-clickable:hover .sc-lock-overlay {
  background: rgba(12, 10, 9, 0.2);
}

.sc-locked-thumb.sc-clickable:hover .sc-lock-overlay svg {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* =============================================
   CONTENT CARDS
   ============================================= */
.sc-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.sc-content-card {
  position: relative;
  background: var(--sc-card);
  border: 1px solid var(--sc-border);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
  animation: sc-scaleIn 0.4s ease-out forwards;
  opacity: 0;
}

.sc-content-card:nth-child(1) { animation-delay: 0ms; }
.sc-content-card:nth-child(2) { animation-delay: 150ms; }
.sc-content-card:nth-child(3) { animation-delay: 300ms; }

.sc-content-card:hover {
  transform: scale(1.02);
  box-shadow: 0 0 30px rgba(229, 62, 85, 0.2);
}

.sc-card-logo {
  height: 40px;
  width: auto;
  margin-bottom: 16px;
}

.sc-content-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.sc-features {
  list-style: none;
}

.sc-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--sc-muted);
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.sc-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sc-primary);
  margin-top: 8px;
  flex-shrink: 0;
}

.sc-card-highlight {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--sc-border);
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--sc-accent);
  font-size: 0.875rem;
  font-weight: 500;
}

.sc-highlight-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sc-accent);
}

/* =============================================
   LOCKED CONTENT
   ============================================= */
.sc-locked-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 0 auto 40px;
}

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

.sc-locked-thumb {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.sc-locked-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(20px) brightness(0.6);
  transition: all 0.5s ease;
}

.sc-locked-thumb:hover img {
  filter: blur(12px) brightness(0.7);
}

.sc-lock-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 10, 9, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.sc-lock-overlay svg {
  color: var(--sc-primary);
}

.sc-lock-overlay span {
  font-size: 0.75rem;
  color: var(--sc-muted);
}

.sc-locked-thumb:hover .sc-lock-overlay {
  background: rgba(12, 10, 9, 0.3);
}

/* =============================================
   CTA WRAPPER (FIX: PREÇO EM CIMA + CTA EMBAIXO, CENTRALIZADO)
   ============================================= */
.sc-cta-wrapper {
  text-align: center;

  /* FIX */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* FIX: quando preço e botão estão no wrapper, o espaçamento vem do gap */
.sc-cta-wrapper .sc-price-box {
  margin-bottom: 0;
}

/* FIX: garante centralização do botão dentro do wrapper */
.sc-cta-wrapper .sc-cta-button {
  margin-left: auto;
  margin-right: auto;
}

/* (Opcional/robusto) Centraliza preço/cta mesmo se o tema mudar display/margens */
.sc-price-box {
  margin-left: auto;
  margin-right: auto;
}

.sc-cta-price {
  margin-top: 12px;
  color: var(--sc-muted);
  font-size: 0.875rem;
}

/* =============================================
   DIFFERENTIATION
   ============================================= */
.sc-differentiation {
  background: hsla(10, 10%, 15%, 0.3);
}

.sc-diff-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto;
}

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

.sc-diff-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: var(--sc-card);
  border: 1px solid var(--sc-border);
  border-radius: 12px;
}

.sc-diff-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sc-negative .sc-diff-icon {
  background: rgba(239, 68, 68, 0.2);
  color: var(--sc-destructive);
}

.sc-positive .sc-diff-icon {
  background: rgba(34, 197, 94, 0.2);
  color: var(--sc-green);
}

.sc-negative span { color: var(--sc-muted); }
.sc-positive span { color: var(--sc-fg); font-weight: 500; }

/* =============================================
   SOCIAL PROOF / STATS
   ============================================= */
.sc-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.sc-stat {
  text-align: center;
  padding: 24px;
}

.sc-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(234, 179, 8, 0.1);
  color: var(--sc-accent);
  margin-bottom: 16px;
}

.sc-stat-value {
  font-size: clamp(1.875rem, 5vw, 2.5rem);
  font-weight: 900;
  margin-bottom: 4px;
}

.sc-stat-label {
  font-size: 0.875rem;
  color: var(--sc-muted);
}

.sc-trust-line {
  text-align: center;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--sc-border);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.sc-trust-line p {
  color: var(--sc-muted);
  font-size: 0.875rem;
  font-style: italic;
}

/* =============================================
   PRIVACY
   ============================================= */
.sc-privacy {
  background: hsla(10, 10%, 15%, 0.3);
}

.sc-privacy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}

.sc-privacy-item {
  text-align: center;
  padding: 24px;
}

.sc-privacy-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: hsla(10, 10%, 20%, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--sc-fg);
}

.sc-privacy-item h3 {
  font-weight: 600;
  margin-bottom: 4px;
}

.sc-privacy-item p {
  font-size: 0.875rem;
  color: var(--sc-muted);
}

/* =============================================
   OFFER CARD
   ============================================= */
.sc-offer-card {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  background: var(--sc-card);
  border: 2px solid rgba(229, 62, 85, 0.3);
  border-radius: 24px;
  padding: 32px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(229, 62, 85, 0.4), 0 0 40px rgba(229, 62, 85, 0.2);
}

.sc-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  background-size: 200% 100%;
  animation: sc-shimmer 2s infinite;
  pointer-events: none;
}

.sc-offer-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  background: var(--sc-primary);
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0 0 12px 12px;
}

.sc-offer-price-wrapper {
  text-align: center;
  margin: 32px 0;
}

.sc-offer-label {
  color: var(--sc-muted);
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.sc-offer-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.sc-offer-currency {
  font-size: 1.5rem;
  color: var(--sc-muted);
}

.sc-offer-value {
  font-size: clamp(3.5rem, 10vw, 4.5rem);
  font-weight: 900;
}

.sc-offer-note {
  color: var(--sc-accent);
  font-weight: 500;
  margin-top: 8px;
}

.sc-offer-benefits {
  list-style: none;
  margin-bottom: 32px;
}

.sc-offer-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  margin-bottom: 12px;
}

.sc-check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.2);
  color: var(--sc-green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sc-cta-full {
  width: 100%;
}

.sc-offer-microcopy {
  text-align: center;
  color: var(--sc-muted);
  font-size: 0.75rem;
  margin-top: 16px;
}

/* =============================================
   FAQ
   ============================================= */
.sc-faq {
  background: hsla(10, 10%, 15%, 0.3);
}

.sc-faq-list {
  max-width: 640px;
  margin: 0 auto;
}

.sc-faq-item {
  background: var(--sc-card);
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.sc-faq-item.open {
  border-color: rgba(229, 62, 85, 0.3);
}

.sc-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: none;
  border: none;
  color: var(--sc-fg);
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.sc-faq-trigger:hover {
  background: rgba(255, 255, 255, 0.02);
}

.sc-faq-chevron {
  transition: transform 0.3s ease;
  color: var(--sc-muted);
  flex-shrink: 0;
}

.sc-faq-item.open .sc-faq-chevron {
  transform: rotate(180deg);
}

.sc-faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sc-faq-item.open .sc-faq-content {
  max-height: 200px;
}

.sc-faq-content p {
  padding: 0 24px 20px;
  color: var(--sc-muted);
  line-height: 1.6;
}

/* =============================================
   FOOTER
   ============================================= */
.sc-footer {
  padding: 32px 0;
  border-top: 1px solid var(--sc-border);
  text-align: center;
}

.sc-footer p {
  color: var(--sc-muted);
  font-size: 0.875rem;
}

.sc-footer-note {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-top: 8px;
}

/* =============================================
   STICKY CTA (Mobile)
   ============================================= */
.sc-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 16px;
  background: rgba(12, 10, 9, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--sc-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease;
}

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

@media (min-width: 768px) {
  .sc-sticky-cta {
    display: none !important;
  }
}

.sc-sticky-price {
  flex-shrink: 0;
}

.sc-sticky-label {
  display: block;
  font-size: 0.75rem;
  color: var(--sc-muted);
}

.sc-sticky-value {
  font-size: 1.25rem;
  font-weight: 900;
}

.sc-sticky-button {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  background: var(--sc-primary);
  color: white !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  border-radius: 8px;
  animation: sc-pulseGlow 2s ease-in-out infinite;
}

.sc-sticky-button:hover {
  background: hsl(350, 85%, 48%);
  color: white !important;
  text-decoration: none !important;
}

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes sc-fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sc-scaleIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes sc-pulseGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(229, 62, 85, 0.4), 0 0 40px rgba(229, 62, 85, 0.2); }
  50% { box-shadow: 0 0 30px rgba(229, 62, 85, 0.6), 0 0 60px rgba(229, 62, 85, 0.3); }
}

@keyframes sc-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

@keyframes sc-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

@keyframes sc-shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* =============================================
   RESPONSIVE ADJUSTMENTS
   ============================================= */
@media (max-width: 480px) {
  .sc-section {
    padding: 60px 0;
  }
  
  .sc-hero-content {
    padding: 60px 16px;
  }
  
  .sc-price-box {
    padding: 20px 24px;
  }
  
  .sc-cta-button {
    height: 52px;
    padding: 0 24px;
    font-size: 1rem;
  }
  
  .sc-offer-card {
    padding: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a4b0996 *//* =============================================
   SEXY CLUBE LANDING PAGE - CSS COMPLETO
   Versao para WordPress
   ============================================= */

/* Reset e Variaveis */
.sc-landing {
  --sc-bg: hsl(10, 10%, 5%);
  --sc-fg: hsl(0, 0%, 95%);
  --sc-card: hsl(10, 10%, 10%);
  --sc-primary: hsl(350, 85%, 55%);
  --sc-accent: hsl(45, 90%, 55%);
  --sc-muted: hsl(0, 0%, 60%);
  --sc-border: hsl(0, 0%, 20%);
  --sc-secondary: hsl(10, 10%, 15%);
  --sc-destructive: hsl(0, 84%, 60%);
  --sc-green: hsl(142, 76%, 36%);
  
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: var(--sc-bg);
  color: var(--sc-fg);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sc-landing * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.sc-landing img {
  max-width: 100%;
  height: auto;
}

.sc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.sc-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Text Gradient */
.sc-text-gradient {
  background: linear-gradient(135deg, var(--sc-primary), var(--sc-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sc-primary { color: var(--sc-primary); }
.sc-accent { color: var(--sc-accent); font-weight: 600; }

/* Section Header */
.sc-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.sc-section-header h2 {
  font-size: clamp(1.5rem, 5vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
}

.sc-section-header p {
  color: var(--sc-muted);
  font-size: 1.125rem;
  max-width: 500px;
  margin: 0 auto;
}

/* Glow Backgrounds */
.sc-glow-bg {
  position: absolute;
  border-radius: 50%;
  filter: blur(150px);
  pointer-events: none;
}

.sc-glow-top { top: 0; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: rgba(229, 62, 85, 0.05); }
.sc-glow-left { top: 50%; left: 0; transform: translateX(-50%); width: 400px; height: 400px; background: rgba(229, 62, 85, 0.05); }
.sc-glow-right { top: 50%; right: 0; transform: translateX(50%); width: 400px; height: 400px; background: rgba(234, 179, 8, 0.05); }
.sc-glow-center { top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 600px; background: rgba(229, 62, 85, 0.1); }
.sc-glow-bottom-left { bottom: 0; left: 0; width: 400px; height: 400px; background: rgba(234, 179, 8, 0.05); }
.sc-glow-top-right { top: 0; right: 0; width: 300px; height: 300px; background: rgba(229, 62, 85, 0.05); }

/* =============================================
   HERO SECTION
   ============================================= */
.sc-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sc-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.sc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, 
    hsla(10, 10%, 5%, 0.3) 0%, 
    hsla(10, 10%, 5%, 0.7) 50%, 
    hsla(10, 10%, 5%, 0.95) 100%
  );
  z-index: 1;
}

.sc-hero-glow {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.sc-hero-glow::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 25%;
  width: 384px;
  height: 384px;
  background: rgba(229, 62, 85, 0.1);
  border-radius: 50%;
  filter: blur(120px);
}

.sc-hero-glow::after {
  content: '';
  position: absolute;
  bottom: 25%;
  right: 25%;
  width: 320px;
  height: 320px;
  background: rgba(234, 179, 8, 0.05);
  border-radius: 50%;
  filter: blur(100px);
}

.sc-hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 80px 16px;
  max-width: 800px;
}

/* Badge */
.sc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 9999px;
  background: rgba(229, 62, 85, 0.1);
  border: 1px solid rgba(229, 62, 85, 0.3);
  color: var(--sc-primary);
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 24px;
  animation: sc-fadeInUp 0.6s ease-out forwards;
}

.sc-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sc-primary);
  animation: sc-pulse 2s ease-in-out infinite;
}

/* Headline */
.sc-headline {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  animation: sc-fadeInUp 0.6s ease-out 0.1s forwards;
  opacity: 0;
}

.sc-subheadline {
  font-size: clamp(1rem, 3vw, 1.25rem);
  color: var(--sc-muted);
  margin-bottom: 32px;
  animation: sc-fadeInUp 0.6s ease-out 0.2s forwards;
  opacity: 0;
}

.sc-subheadline strong {
  color: var(--sc-fg);
}

/* Price Box */
.sc-price-box {
  display: inline-block;
  padding: 24px 32px;
  border-radius: 16px;
  border: 2px solid rgba(234, 179, 8, 0.5);
  background: rgba(234, 179, 8, 0.05);
  box-shadow: 0 0 30px rgba(234, 179, 8, 0.2), 0 0 60px rgba(234, 179, 8, 0.1);
  margin-bottom: 32px;
  animation: sc-fadeInUp 0.6s ease-out 0.3s forwards;
  opacity: 0;
}

.sc-price {
  font-size: clamp(3rem, 8vw, 3.75rem);
  font-weight: 900;
  color: var(--sc-accent);
  margin-bottom: 4px;
}

.sc-price-label {
  color: var(--sc-muted);
  font-size: 0.875rem;
}

/* CTA Button */
.sc-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 56px;
  padding: 0 32px;
  background: var(--sc-primary);
  color: white !important;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: sc-pulseGlow 2s ease-in-out infinite;
}

.sc-cta-hero {
  animation: sc-fadeInUp 0.6s ease-out 0.4s forwards, sc-pulseGlow 2s ease-in-out infinite;
  opacity: 0;
}

.sc-cta-button:hover {
  background: hsl(350, 85%, 48%);
  transform: translateY(-2px);
  color: white !important;
  text-decoration: none !important;
}

.sc-cta-button svg {
  transition: transform 0.3s ease;
}

.sc-cta-button:hover svg {
  transform: translateX(4px);
}

/* Security */
.sc-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--sc-muted);
  font-size: 0.875rem;
  margin-top: 24px;
  animation: sc-fadeInUp 0.6s ease-out 0.5s forwards;
  opacity: 0;
}

/* Scroll Indicator */
.sc-scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  animation: sc-bounce 2s ease-in-out infinite;
}

.sc-scroll-mouse {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 8px;
}

.sc-scroll-wheel {
  width: 6px;
  height: 12px;
  background: rgba(255,255,255,0.5);
  border-radius: 3px;
}

/* =============================================
   CONTENT CARDS
   ============================================= */
.sc-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.sc-content-card {
  position: relative;
  background: var(--sc-card);
  border: 1px solid var(--sc-border);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
  animation: sc-scaleIn 0.4s ease-out forwards;
  opacity: 0;
}

.sc-content-card:nth-child(1) { animation-delay: 0ms; }
.sc-content-card:nth-child(2) { animation-delay: 150ms; }
.sc-content-card:nth-child(3) { animation-delay: 300ms; }

.sc-content-card:hover {
  transform: scale(1.02);
  box-shadow: 0 0 30px rgba(229, 62, 85, 0.2);
}

.sc-card-logo {
  height: 40px;
  width: auto;
  margin-bottom: 16px;
}

.sc-content-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.sc-features {
  list-style: none;
}

.sc-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--sc-muted);
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.sc-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sc-primary);
  margin-top: 8px;
  flex-shrink: 0;
}

.sc-card-highlight {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--sc-border);
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--sc-accent);
  font-size: 0.875rem;
  font-weight: 500;
}

.sc-highlight-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sc-accent);
}

/* =============================================
   LOCKED CONTENT
   ============================================= */
.sc-locked-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 0 auto 40px;
}

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

.sc-locked-thumb {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.sc-locked-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(20px) brightness(0.6);
  transition: all 0.5s ease;
}

.sc-locked-thumb:hover img {
  filter: blur(12px) brightness(0.7);
}

.sc-lock-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 10, 9, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.sc-lock-overlay svg {
  color: var(--sc-primary);
}

.sc-lock-overlay span {
  font-size: 0.75rem;
  color: var(--sc-muted);
}

.sc-locked-thumb:hover .sc-lock-overlay {
  background: rgba(12, 10, 9, 0.3);
}

.sc-cta-wrapper {
  text-align: center;
}

.sc-cta-price {
  margin-top: 12px;
  color: var(--sc-muted);
  font-size: 0.875rem;
}

/* =============================================
   DIFFERENTIATION
   ============================================= */
.sc-differentiation {
  background: hsla(10, 10%, 15%, 0.3);
}

.sc-diff-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto;
}

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

.sc-diff-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: var(--sc-card);
  border: 1px solid var(--sc-border);
  border-radius: 12px;
}

.sc-diff-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sc-negative .sc-diff-icon {
  background: rgba(239, 68, 68, 0.2);
  color: var(--sc-destructive);
}

.sc-positive .sc-diff-icon {
  background: rgba(34, 197, 94, 0.2);
  color: var(--sc-green);
}

.sc-negative span { color: var(--sc-muted); }
.sc-positive span { color: var(--sc-fg); font-weight: 500; }

/* =============================================
   SOCIAL PROOF / STATS
   ============================================= */
.sc-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.sc-stat {
  text-align: center;
  padding: 24px;
}

.sc-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(234, 179, 8, 0.1);
  color: var(--sc-accent);
  margin-bottom: 16px;
}

.sc-stat-value {
  font-size: clamp(1.875rem, 5vw, 2.5rem);
  font-weight: 900;
  margin-bottom: 4px;
}

.sc-stat-label {
  font-size: 0.875rem;
  color: var(--sc-muted);
}

.sc-trust-line {
  text-align: center;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--sc-border);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.sc-trust-line p {
  color: var(--sc-muted);
  font-size: 0.875rem;
  font-style: italic;
}

/* =============================================
   PRIVACY
   ============================================= */
.sc-privacy {
  background: hsla(10, 10%, 15%, 0.3);
}

.sc-privacy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}

.sc-privacy-item {
  text-align: center;
  padding: 24px;
}

.sc-privacy-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: hsla(10, 10%, 20%, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--sc-fg);
}

.sc-privacy-item h3 {
  font-weight: 600;
  margin-bottom: 4px;
}

.sc-privacy-item p {
  font-size: 0.875rem;
  color: var(--sc-muted);
}

/* =============================================
   OFFER CARD
   ============================================= */
.sc-offer-card {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  background: var(--sc-card);
  border: 2px solid rgba(229, 62, 85, 0.3);
  border-radius: 24px;
  padding: 32px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(229, 62, 85, 0.4), 0 0 40px rgba(229, 62, 85, 0.2);
}

.sc-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  background-size: 200% 100%;
  animation: sc-shimmer 2s infinite;
  pointer-events: none;
}

.sc-offer-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  background: var(--sc-primary);
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0 0 12px 12px;
}

.sc-offer-price-wrapper {
  text-align: center;
  margin: 32px 0;
}

.sc-offer-label {
  color: var(--sc-muted);
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.sc-offer-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.sc-offer-currency {
  font-size: 1.5rem;
  color: var(--sc-muted);
}

.sc-offer-value {
  font-size: clamp(3.5rem, 10vw, 4.5rem);
  font-weight: 900;
}

.sc-offer-note {
  color: var(--sc-accent);
  font-weight: 500;
  margin-top: 8px;
}

.sc-offer-benefits {
  list-style: none;
  margin-bottom: 32px;
}

.sc-offer-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  margin-bottom: 12px;
}

.sc-check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.2);
  color: var(--sc-green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sc-cta-full {
  width: 100%;
}

.sc-offer-microcopy {
  text-align: center;
  color: var(--sc-muted);
  font-size: 0.75rem;
  margin-top: 16px;
}

/* =============================================
   FAQ
   ============================================= */
.sc-faq {
  background: hsla(10, 10%, 15%, 0.3);
}

.sc-faq-list {
  max-width: 640px;
  margin: 0 auto;
}

.sc-faq-item {
  background: var(--sc-card);
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.sc-faq-item.open {
  border-color: rgba(229, 62, 85, 0.3);
}

.sc-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: none;
  border: none;
  color: var(--sc-fg);
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.sc-faq-trigger:hover {
  background: rgba(255, 255, 255, 0.02);
}

.sc-faq-chevron {
  transition: transform 0.3s ease;
  color: var(--sc-muted);
  flex-shrink: 0;
}

.sc-faq-item.open .sc-faq-chevron {
  transform: rotate(180deg);
}

.sc-faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sc-faq-item.open .sc-faq-content {
  max-height: 200px;
}

.sc-faq-content p {
  padding: 0 24px 20px;
  color: var(--sc-muted);
  line-height: 1.6;
}

/* =============================================
   FOOTER
   ============================================= */
.sc-footer {
  padding: 32px 0;
  border-top: 1px solid var(--sc-border);
  text-align: center;
}

.sc-footer p {
  color: var(--sc-muted);
  font-size: 0.875rem;
}

.sc-footer-note {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-top: 8px;
}

/* =============================================
   STICKY CTA (Mobile)
   ============================================= */
.sc-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 16px;
  background: rgba(12, 10, 9, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--sc-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease;
}

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

@media (min-width: 768px) {
  .sc-sticky-cta {
    display: none !important;
  }
}

.sc-sticky-price {
  flex-shrink: 0;
}

.sc-sticky-label {
  display: block;
  font-size: 0.75rem;
  color: var(--sc-muted);
}

.sc-sticky-value {
  font-size: 1.25rem;
  font-weight: 900;
}

.sc-sticky-button {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  background: var(--sc-primary);
  color: white !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  border-radius: 8px;
  animation: sc-pulseGlow 2s ease-in-out infinite;
}

.sc-sticky-button:hover {
  background: hsl(350, 85%, 48%);
  color: white !important;
  text-decoration: none !important;
}

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes sc-fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sc-scaleIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes sc-pulseGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(229, 62, 85, 0.4), 0 0 40px rgba(229, 62, 85, 0.2); }
  50% { box-shadow: 0 0 30px rgba(229, 62, 85, 0.6), 0 0 60px rgba(229, 62, 85, 0.3); }
}

@keyframes sc-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

@keyframes sc-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

@keyframes sc-shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* =============================================
   RESPONSIVE ADJUSTMENTS
   ============================================= */
@media (max-width: 480px) {
  .sc-section {
    padding: 60px 0;
  }
  
  .sc-hero-content {
    padding: 60px 16px;
  }
  
  .sc-price-box {
    padding: 20px 24px;
  }
  
  .sc-cta-button {
    height: 52px;
    padding: 0 24px;
    font-size: 1rem;
  }
  
  .sc-offer-card {
    padding: 24px;
  }
}/* End custom CSS */