/* Google Fonts loaded via <link> in HTML for better performance (no @import blocking) */

/* --- 0. RESET & BASE STYLES --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #020617;
  color: #f8fafc;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}


/* --- SITE MAIN WRAPPER FOR FLUID BACKGROUND --- */
.site-main-wrapper {
  background-color: #020617;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* --- GLOBAL UI ENHANCEMENTS --- */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #020617;
}

::-webkit-scrollbar-thumb {
  background: #1e293b;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #334155;
}

::selection {
  background: rgba(124, 58, 237, 0.3);
  color: #f8fafc;
}

button,
a {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Helper Classes to replace Webflow's w-embed and div-block */
.w-embed {
  display: block;
  width: 100%;
}

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

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

/* TAG: HERO V17 (Mobile Padding Reduced to 100px) */
/* --- 1. GLOBAL & DESKTOP (BASE) --- */
.social2-hero {
  padding: 80px 5% 60px 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* Backgrounds */
.social2-hero__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* --- Floating Background Blobs --- */
.bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  /* Levemente reduzido para mais visibilidade */
  z-index: 0;
  pointer-events: none;
  opacity: 0.75;
  /* Aumentado de 0.6 */
  animation: floatBlob 20s ease-in-out infinite alternate;
}

.bg-blob-purple {
  top: 5%;
  left: 10%;
  width: 600px;
  /* Reduzido de 800px */
  height: 600px;
  background: radial-gradient(circle,
      rgba(124, 58, 237, 0.5) 0%,
      transparent 70%);
  /* Opacidade aumentada */
  animation-delay: 0s;
}

.bg-blob-orange {
  bottom: 5%;
  right: 10%;
  width: 500px;
  /* Reduzido de 700px */
  height: 500px;
  background: radial-gradient(circle,
      rgba(249, 115, 22, 0.45) 0%,
      transparent 70%);
  /* Opacidade aumentada */
  animation-direction: alternate-reverse;
}

.bg-blob-blue {
  bottom: -15%;
  left: -10%;
  width: 450px;
  /* Reduzido de 650px */
  height: 450px;
  background: radial-gradient(circle,
      rgba(59, 130, 246, 0.45) 0%,
      transparent 70%);
  /* Opacidade aumentada */
  animation-delay: 2s;
}

.bg-blob-pink {
  top: -15%;
  right: -10%;
  width: 550px;
  /* Reduzido de 750px */
  height: 550px;
  background: radial-gradient(circle,
      rgba(236, 72, 153, 0.45) 0%,
      transparent 70%);
  /* Opacidade aumentada */
  animation-direction: alternate-reverse;
  animation-delay: 1s;
}

section {
  position: relative;
}

@keyframes floatBlob {
  0% {
    transform: translate(0vw, 0vh) scale(1);
  }

  33% {
    transform: translate(6vw, -6vh) scale(1.1);
  }

  66% {
    transform: translate(-4vw, 4vh) scale(0.9);
  }

  100% {
    transform: translate(8vw, 4vh) scale(1.05);
  }
}

/* Container */
.social2-hero__container {
  max-width: 1280px;
  width: 100%;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  z-index: 3;
  position: relative;
}

/* --- 2. TEXTOS & CONTEÚDO --- */
.social2-hero__content {
  position: relative;
  z-index: 5;
  width: 100%;
}

.social2-hero__badge {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 100px;
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.social2-hero__badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
  transform: skewX(-20deg);
  animation: btnShimmer 3s infinite;
  pointer-events: none;
}


.social2-hero__badge-text {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.social2-hero__headline {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color: #f8fafc;
  max-width: 600px;
}

.text-gradient {
  background: linear-gradient(90deg, #f09433, #dc2743, #bc1888, #dc2743, #f09433);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: s2TargetGradient 4s linear infinite;
  display: inline-block;
}

.social2-hero__subheadline {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #94a3b8;
  max-width: 520px;
  margin-bottom: 40px;
}

/* --- HERO TRUST & SOCIAL PROOF --- */
.s2-hero-trust-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  align-items: flex-start;
}

/* Row 1: Checks */
.s2-hero-checks-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.s2-hero-check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: #f8fafc;
  font-weight: 500;
}

.s2-check-icon {
  color: #3b82f6;
  font-size: 0.85rem;
  opacity: 0.6;
}

/* Row 2: Social Proof */
.s2-hero-social-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.s2-social-logos {
  display: flex;
  align-items: center;
}

.s2-social-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  /* Efeito glass ultra-suave */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: -12px;
  /* Tighter overlap */
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.5);
  transition:
    transform 0.2s ease,
    z-index 0s;
}

.s2-social-circle:hover {
  transform: scale(1.1);
  z-index: 10;
}

.s2-social-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  background: transparent;
  /* Removido fundo sólido para permitir o efeito glass do container */
}

/* Glass esbranquiçado específico para melhor visibilidade de logos escuros (L1/Meta) de volta mas sutil */
.s2-social-circle.l1,
.s2-social-circle.l2,
.s2-social-circle.l3 {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.s2-social-circle:first-child {
  margin-left: 0;
  z-index: 3;
}

.s2-social-circle:nth-child(2) {
  z-index: 2;
}

.s2-social-circle:nth-child(3) {
  z-index: 1;
}

.s2-social-rating {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.9rem;
  color: #e2e8f0;
}

.s2-stars {
  color: #fbbf24;
  font-size: 0.9rem;
  display: flex;
  gap: 2px;
}

/* --- 3. RADAR SYSTEM (DESKTOP) --- */
.social2-hero__visual-wrapper {
  position: relative;
  height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
}

.social2-radar {
  position: relative;
  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.social2-radar__circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.social2-radar__circle--1 {
  width: 140px;
  height: 140px;
  border-color: rgba(124, 58, 237, 0.3);
}

.social2-radar__circle--2 {
  width: 300px;
  height: 300px;
  opacity: 0.6;
}

.social2-radar__circle--3 {
  width: 480px;
  height: 480px;
  opacity: 0.3;
}

.social2-radar__scan-beam {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: conic-gradient(from 0deg,
      transparent 40%,
      rgba(236, 72, 153, 0.05) 80%,
      rgba(236, 72, 153, 0.25) 100%);
  /* Animation moved to JS for perfect synchronization with icons hit detection */
  filter: blur(1px);
}

.social2-radar__center {
  width: 80px;
  height: 80px;
  background: #0f172a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(124, 58, 237, 0.5);
  z-index: 10;
  box-shadow: 0 0 30px rgba(124, 58, 237, 0.4);
}

.social2-radar__logo-img {
  width: 40px;
}

/* Icons Layer */
.social2-radar__icons-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.social2-radar__item {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social2-radar__glass-bubble {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  animation: scaleHit 6s ease-in-out infinite;
}

.social2-radar__glass-bubble svg {
  width: 20px;
  height: 20px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

/* Posições Desktop */
.social2-radar__item {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Center items for JS orbiting logic */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social2-radar__item--insta .social2-radar__glass-bubble {
  animation-delay: 0s;
}

.social2-radar__item--yt .social2-radar__glass-bubble {
  animation-delay: 0.8s;
}

.social2-radar__item--linkedin .social2-radar__glass-bubble {
  animation-delay: 1.5s;
}

.social2-radar__item--x .social2-radar__glass-bubble {
  animation-delay: 4.5s;
}

.social2-radar__item--fb .social2-radar__glass-bubble {
  animation-delay: 5.2s;
}

/* --- 4. ANIMAÇÕES FLUTUANTES (DESKTOP) --- */
.social2-animation-group {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* --- INFINITE STACK ANIMATION STYLES --- */
.s2-card-stack {
  position: absolute;
  bottom: 60px;
  right: -20px;
  /* Moved further right to uncover the logo */
  width: 300px;
  height: 400px;
  /* Approximate height of card */
  perspective: 1000px;
  z-index: 20;
}

/* --- HIGH FIDELITY INSTAGRAM POST CARD --- */
.social2-post-card {
  position: absolute;
  width: 100%;
  /* Remove previous fixed positioning as it's now inside stack */
  top: 0;
  left: 0;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  /* iOS style */
  padding: 0;
  /* Content goes edge to edge mostly */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  /* GSAP will handle transforms */
  opacity: 0;
  transform-origin: center bottom;
}

/* Header */
.s2-post-header {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.s2-post-avatar-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2-post-avatar-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 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;
}

.s2-post-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #334155, #1e293b);
  border: 1px solid #0f172a;
}

.s2-post-user-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s2-post-username {
  font-size: 0.85rem;
  font-weight: 600;
  color: #f8fafc;
  display: flex;
  align-items: center;
  gap: 4px;
}

.verified-badge {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233897f0'%3E%3Cpath d='M22.5 12.5c0-1.58-.875-2.95-2.148-3.6.154-.435.238-.905.238-1.4 0-2.21-1.71-3.998-3.818-3.998-.47 0-.92.084-1.336.25C14.818 2.415 13.51 1.5 12 1.5s-2.816.917-3.437 2.25c-.415-.165-.866-.25-1.336-.25-2.11 0-3.818 1.79-3.818 4 0 .495.083.965.238 1.4-1.272.65-2.147 2.018-2.147 3.6 0 1.495.782 2.798 1.942 3.486-.02.17-.032.34-.032.514 0 2.21 1.708 4 3.818 4 .47 0 .92-.086 1.335-.25.62 1.334 1.926 2.25 3.437 2.25 1.512 0 2.818-.916 3.437-2.25.415.163.865.248 1.336.248 2.11 0 3.818-1.79 3.818-4 0-.174-.012-.344-.033-.513 1.158-.687 1.943-1.99 1.943-3.484zm-6.616-3.334l-4.334 6.5c-.145.217-.382.334-.625.334-.143 0-.288-.04-.416-.126l-.115-.094-2.415-2.415c-.293-.293-.293-.768 0-1.06s.768-.294 1.06 0l1.77 1.767 3.825-5.74c.23-.345.696-.436 1.04-.207.346.23.44.696.21 1.04z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.s2-post-location {
  font-size: 0.7rem;
  color: #94a3b8;
}

.dot {
  width: 3px;
  height: 3px;
  background-color: #f8fafc;
  border-radius: 50%;
}

/* Image Area */
.social2-post-card__image-area {
  width: 100%;
  aspect-ratio: 4/5;
  background: #020617;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.social2-post-card__final-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.social2-post-card__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* NEW: Checkered Sparkle Effect */
/* NEW: Dynamic Glitch Grid Effect */
/* Soci AI Animation Styles */
.s2-card-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
  opacity: 1;
}

.s2-soci-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  /* Start hidden */
}

.s2-soci-avatar {
  width: 120px;
  /* Larger as requested */
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
  transform: scale(0.9);
}

.generating-text .typing-text {
  font-size: 1rem;
  font-weight: 600;
  color: #f8fafc;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Cleanup old loader if necessary, but ensuring structure is clean */
.social2-post-card__image-area {
  position: relative;
  background: #0f172a;
  /* Fallback */
}

.generating-text {
  font-size: 0.9rem;
  color: #a78bfa;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 3;
}

.social2-post-card__success-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(4px);
  z-index: 5;
  opacity: 0;
}

.success-check-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #10b981;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
  transform: scale(0);
}

/* Actions Bar */
.s2-post-actions-bar {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
}

.s2-actions-left {
  display: flex;
  gap: 16px;
}

.s2-action-btn svg {
  width: 24px;
  height: 24px;
  stroke: #f8fafc;
  stroke-width: 1.8px;
  cursor: pointer;
  transition: transform 0.2s;
  flex-shrink: 0;
}

.s2-action-btn:hover svg {
  transform: scale(1.1);
}

/* Footer */

/* Hide Webflow Badge */

/* --- KEYFRAMES GERAIS --- */
@keyframes shimmerText {
  to {
    background-position: 200% center;
  }
}

@keyframes radarSpin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes scaleHit {
  0% {
    transform: scale(1);
    border-color: rgba(255, 255, 255, 0.1);
  }

  2% {
    transform: scale(1.3);
    border-color: var(--brand-color);
    filter: brightness(1.3);
  }

  15% {
    transform: scale(1);
    border-color: rgba(255, 255, 255, 0.1);
    filter: brightness(1);
  }

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

@keyframes cardCycle {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  10%,
  92% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@keyframes loaderCycle {

  0%,
  10% {
    opacity: 0;
  }

  15%,
  25% {
    opacity: 1;
  }

  30%,
  100% {
    opacity: 0;
  }
}

@keyframes textOverlayCycle {

  0%,
  25% {
    opacity: 0;
    transform: scale(0.9);
  }

  28%,
  32% {
    opacity: 1;
    transform: scale(1);
  }

  35%,
  100% {
    opacity: 0;
  }
}

@keyframes imageRevealCycle {

  0%,
  32% {
    opacity: 0;
  }

  35%,
  100% {
    opacity: 1;
  }
}

@keyframes btnFloatingCycle {

  0%,
  38% {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
    pointer-events: none;
  }

  40%,
  58% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  60% {
    transform: translateY(2px) scale(0.95);
  }

  62%,
  100% {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }
}

@keyframes cursorAdvancedCycle {

  0%,
  44% {
    opacity: 0;
    top: 120%;
    right: 0;
  }

  45% {
    opacity: 1;
    top: 120%;
    right: 0;
  }

  55% {
    top: calc(100% - 90px);
    right: 290px;
    transform: scale(1);
  }

  60% {
    transform: scale(0.8);
  }

  65% {
    opacity: 0;
    top: calc(100% - 90px);
    right: 290px;
  }

  100% {
    opacity: 0;
  }
}

@keyframes heartFillCycle {

  0%,
  65% {
    fill: none;
    stroke: #f2f2f2;
    transform: scale(1);
  }

  68% {
    transform: scale(1.3);
  }

  70%,
  100% {
    fill: #ef4444;
    stroke: #ef4444;
    transform: scale(1);
  }
}

@keyframes toastCycle {

  0%,
  62% {
    opacity: 0;
    transform: translateY(20px);
  }

  65%,
  85% {
    opacity: 1;
    transform: translateY(0);
  }

  90%,
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

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

/* --- RESPONSIVIDADE CORRIGIDA (MOBILE FIXO) --- */
@media (max-width: 1024px) {
  .social2-hero {
    /* PADDING TOPO: Reduzido de 140px para 100px */
    padding: 100px 24px 280px 24px !important;
    flex-direction: column !important;
    height: auto !important;
    display: block !important;
  }

  .social2-hero__container {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .social2-hero__content {
    text-align: center !important;
    width: 100% !important;
    padding: 0 10px;
  }

  /* Headline Fluida */
  .social2-hero__headline {
    font-size: clamp(1.8rem, 7vw, 2.5rem) !important;
    line-height: 1.2 !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    word-wrap: break-word !important;
  }

  .social2-hero__subheadline {
    font-size: 1rem !important;
    max-width: 100% !important;
    margin: 0 auto 30px auto !important;
  }

  .s2-hero-trust-container {
    align-items: center !important;
  }

  .s2-hero-checks-row,
  .s2-hero-social-row {
    justify-content: center !important;
  }

  /* RADAR RESPONSIVO */
  .social2-hero__visual-wrapper {
    width: 100% !important;
    height: 420px !important;
    margin-top: 140px !important;
    display: flex !important;
    justify-content: center !important;
    transform: scale(0.65) !important;
    transform-origin: center top !important;
  }

  /* --- AJUSTES SOLICITADOS (MOBILE) --- */
  /* 1. Ocultar Header do Card (Foto/Nome) para diminuir altura */

  /* 2. Card Post mais baixo */
  .social2-post-card {
    right: auto !important;
    left: 50% !important;
    /* Movido para baixo para liberar o centro do radar */
    bottom: -150px !important;
    transform: translateX(-50%) !important;
    animation: cardCycleMobile 12s cubic-bezier(0.4, 0, 0.2, 1) infinite !important;
  }

  /* 3. Botão Flutuante acompanha o card */

  /* 4. Toast (Feedback) movido para a parte INFERIOR */
}

/* Animações Mobile Específicas (Mantendo Centralização) */
@keyframes cardCycleMobile {
  0% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }

  10%,
  92% {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
}

@keyframes btnFloatingCycleMobile {

  0%,
  38% {
    opacity: 0;
    transform: translate(-50%, 10px) scale(0.9);
  }

  40%,
  58% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }

  60% {
    transform: translate(-50%, 2px) scale(0.95);
  }

  62%,
  100% {
    opacity: 0;
    transform: translate(-50%, -10px);
  }
}

@keyframes toastCycleMobile {

  0%,
  62% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }

  65%,
  85% {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  90%,
  100% {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
}

/* --- Imports --- */
/* --- Container Principal --- */
.social-proof-section {
  background-color: transparent;
  /* Dark Background */
  padding: 16px 0;
  width: 100%;
  position: relative;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* --- Headline --- */
.sp-headline {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875rem;
  /* 14px */
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
  /* Slate 400 */
  text-align: center;
  margin: 0 0 32px 0;
  z-index: 2;
}

/* --- Big Numbers Section --- */
.s2-sp-bignumbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin: 1.5rem 0 2rem 0;
  padding: 2.5rem 4rem;
  background: transparent;
  border: none;
  backdrop-filter: none;
  position: relative;
  z-index: 2;
}

.s2-bn-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.s2-bn-number {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
  /* Gradient handled by .text-gradient class */
}

/* Suffix handled via pseudo-element */
.s2-bn-number::after {
  content: attr(data-suffix);
  font-size: 2.5rem;
  margin-left: 2px;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  vertical-align: middle;
  opacity: 1;
  position: relative;
  top: -4px;
  /* Slight adjustment for visual centering */
}

.s2-bn-label.pill-badge {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 8px 16px;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.s2-bn-label.pill-badge:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  transform: translateY(-2px);
}

.s2-bn-divider {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom,
      transparent,
      rgba(255, 255, 255, 0.1),
      transparent);
}

@media (max-width: 768px) {
  .s2-sp-bignumbers {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    width: 100%;
  }

  .s2-bn-divider {
    width: 60px;
    height: 1px;
    background: linear-gradient(to right,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent);
  }

  .s2-bn-number {
    font-size: 2.5rem;
  }

  .s2-bn-number::after {
    font-size: 1.75rem;
  }
}

/* --- Wrapper do Slider (Máscara) --- */
.sp-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  /* Efeito de Fade nas laterais */
  mask-image: linear-gradient(to right,
      transparent 0%,
      black 10%,
      black 90%,
      transparent 100%);
  -webkit-mask-image: linear-gradient(to right,
      transparent 0%,
      black 10%,
      black 90%,
      transparent 100%);
  display: flex;
}

/* --- A Pista (Track) --- */
.sp-marquee-track {
  display: flex;
  align-items: center;
  gap: 0;
  /* Gap handled by groups */
  width: max-content;
  will-change: transform;
  animation: scrollInfinite 45s linear infinite;
}

.sp-marquee-group {
  display: flex;
  align-items: center;
  gap: 80px;
  padding-right: 80px;
  flex-shrink: 0;
}

/* --- Logos (Padrão) --- */
.sp-logo {
  height: 32px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.8);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  user-select: none;
  -webkit-user-drag: none;
}

.sp-logo:hover {
  filter: brightness(0) invert(1) opacity(1);
  transform: scale(1.05);
}

/* --- Logos Escuras (Invertidas) --- */
.sp-logo--dark {
  filter: brightness(0) invert(1) opacity(0.8);
}

.sp-logo--dark:hover {
  filter: brightness(0) invert(1) opacity(1);
  transform: scale(1.05);
}

/* --- Animação --- */
@keyframes scrollInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* --- Decoração (BEAMS RESTAURADOS) --- */

/* --- Responsividade --- */
@media (max-width: 768px) {
  .social-proof-section {
    padding: 16px 0;
    gap: 16px;
  }

  .sp-marquee-track {
    gap: 40px;
    animation-duration: 30s;
  }

  .sp-logo {
    height: 24px;
  }
}

/* --- IMPORTS --- */
/* --- LAYOUT DA SEÇÃO (SAMPLES) --- */
.social2-samples-section {
  /* Dark Background */
  position: relative;

  padding-top: 60px;
  padding-bottom: 20px;
  /* BORDAS REMOVIDAS AQUI */
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- HEADLINE (UNIFICADA & SHIMMER) --- */
.social2-samples-headline-wrapper {
  text-align: center;
  max-width: 900px;
  padding: 0 24px;
  margin-bottom: 40px;
  z-index: 2;
}

.social2-samples-headline-unified {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.25rem;
  /* Tamanho equilibrado para frase longa */
  font-weight: 700;
  color: #f8fafc;
  /* Branco Off-white */
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0;
}

/* EFEITO SHIMMER (Destaque) */
.social2-text-shimmer {
  background: linear-gradient(90deg, #f09433, #dc2743, #bc1888, #dc2743, #f09433);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: s2TargetGradient 4s linear infinite;
  display: inline-block;
}

@keyframes social2ShimmerAnim {
  to {
    background-position: 200% center;
  }
}

/* --- COMPONENTE LOOP (V3) --- */
#social2-infinite-loop-system {
  --loop-height-desktop: 280px;
  --loop-height-mobile: 180px;
  --loop-gap: 24px;
  --loop-speed: 60s;
  width: 100%;
  position: relative;
  z-index: 2;
}

.social2-loop-wrapper {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background: transparent;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.social2-loop-mask {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /* Fade lateral */
  -webkit-mask-image: linear-gradient(90deg,
      transparent 0%,
      #000 10%,
      #000 90%,
      transparent 100%);
  mask-image: linear-gradient(90deg,
      transparent 0%,
      #000 10%,
      #000 90%,
      transparent 100%);
}

.social2-loop-track {
  display: flex;
  align-items: center;
  gap: 0;
  /* Gap handled by groups */
  width: max-content;
  animation: social2SamplesScroll var(--loop-speed) linear infinite;
  will-change: transform;
  padding: 30px 0;
}

.social2-loop-group {
  display: flex;
  align-items: center;
  gap: var(--loop-gap);
  padding-right: var(--loop-gap);
  flex-shrink: 0;
}

.social2-loop-wrapper:hover .social2-loop-track {
  animation-play-state: paused;
}

/* --- ESTILO DAS IMAGENS --- */
.social2-loop-item {
  height: var(--loop-height-desktop);
  aspect-ratio: 0.8 / 1;
  width: auto;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  user-select: none;
  -webkit-user-drag: none;
  flex-shrink: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 8px;
  box-sizing: border-box;
}

.social2-loop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  user-select: none;
  -webkit-user-drag: none;
}

.social2-loop-item:hover {
  transform: scale(1.05);
  border-color: rgba(167, 139, 250, 0.5);
  /* #a78bfa */
  box-shadow: 0 10px 30px -5px rgba(124, 58, 237, 0.3), inset 0 0 0 1px rgba(167, 139, 250, 0.2);
  z-index: 10;
  background: rgba(30, 41, 59, 0.8);
}

@keyframes social2SamplesScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* --- Big Numbers Gradients --- */
.grad-1 {
  background: linear-gradient(90deg, #f472b6 0%, #a78bfa 50%, #f472b6 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmerText 4s linear infinite;
}

.grad-2 {
  background: linear-gradient(90deg, #facc15 0%, #f97316 50%, #facc15 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmerText 4s linear infinite;
  animation-delay: 1s;
}

.grad-3 {
  background: linear-gradient(90deg, #38bdf8 0%, #10b981 50%, #38bdf8 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmerText 4s linear infinite;
  animation-delay: 2s;
}

/* --- Mobile Slider Controls (Default Hidden) --- */
.s2-mobile-controls {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.s2-slider-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.s2-slider-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}

.s2-slider-btn svg {
  width: 20px;
  height: 20px;
}

.s2-slider-dots {
  display: flex;
  gap: 8px;
}

.s2-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.s2-dot.active {
  background: #a78bfa;
  transform: scale(1.3);
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 768px) {
  .social2-samples-headline-unified {
    font-size: 1.75rem;
  }

  .desktop-break {
    display: none;
  }

  /* Remove quebra de linha forçada no mobile */
  #social2-infinite-loop-system {
    --loop-speed: 40s;
  }

  .social2-loop-item {
    height: var(--loop-height-mobile);
    border-radius: 8px;
  }

  /* Mobile Slider for Social Proof */
  #s2-social-proof-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 16px;
    padding-bottom: 20px;
    /* Space for scrollbar if visible, though likely hidden */
    -webkit-overflow-scrolling: touch;
    /* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  #s2-social-proof-grid::-webkit-scrollbar {
    display: none;
  }

  .s2-masonry-item {
    flex: 0 0 calc(100% - 32px);
    /* Full width minus margin */
    scroll-snap-align: center;
    margin-bottom: 0;
    /* Remove masonry bottom margin */
  }

  .s2-mobile-controls {
    display: flex;
  }
}

/* =========================================
   TARGET AUDIENCE SECTION
   ========================================= */

.s2-target-wrapper {
  position: relative;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
}

.s2-target-section {
  position: relative;
  width: 100%;
  padding: 80px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Trazendo blobs para o centro da tela */
.s2-target-section .bg-blob-pink {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
}

.s2-target-section .bg-blob-orange {
  bottom: auto;
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
}

.s2-target-container {
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2-target-headline {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  font-weight: 800;
  color: #f8fafc;
  line-height: 1.1;
  margin: 0;
  position: relative;
  z-index: 10;
  letter-spacing: -0.02em;
}

.s2-target-headline em {
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.3;
  padding-bottom: 0.15em;
  display: inline-block;
  background: linear-gradient(90deg, #f09433, #dc2743, #bc1888, #dc2743, #f09433);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: s2TargetGradient 4s linear infinite;
  padding-left: 4px;
  padding-right: 4px;
}

@keyframes s2TargetGradient {
  to {
    background-position: 200% center;
  }
}

.s2-target-items {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.s2-target-item {
  position: absolute;
  background: rgba(30, 41, 59, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  border-radius: 40px;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #e2e8f0;
  pointer-events: auto;
  cursor: default;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: s2TargetFloat 6s ease-in-out infinite alternate;
}

.s2-target-item:hover {
  transform: scale(1.1) translateY(-8px) !important;
  background: rgba(30, 41, 59, 0.8);
  border-color: rgba(167, 139, 250, 0.5);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(167, 139, 250, 0.2);
  z-index: 20;
}

.s2-t-icon {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Positioning Elements around the center text */
.s2-t-item-1 {
  top: 12%;
  left: 18%;
  animation-delay: 0s;
}

.s2-t-item-2 {
  bottom: 15%;
  left: 20%;
  animation-delay: 1.2s;
}

.s2-t-item-3 {
  top: 15%;
  right: 18%;
  animation-delay: 2.1s;
}

.s2-t-item-4 {
  bottom: 12%;
  right: 20%;
  animation-delay: 0.5s;
}

.s2-t-item-5 {
  top: 30%;
  left: 2%;
  animation-delay: 1.7s;
}

.s2-t-item-6 {
  bottom: 30%;
  right: 2%;
  animation-delay: 2.8s;
}

.s2-t-item-7 {
  top: 2%;
  left: 45%;
  animation-delay: 1.5s;
}

.s2-t-item-8 {
  bottom: 2%;
  left: 45%;
  animation-delay: 3.2s;
}

.s2-t-item-9 {
  top: 30%;
  right: 2%;
  animation-delay: 0.9s;
}

.s2-t-item-10 {
  bottom: 30%;
  left: 2%;
  animation-delay: 2.3s;
}

/* Ajustes de responsividade para MacBooks e Notebooks (~13 polegadas / 1440px) */
@media (max-width: 1440px) {

  .s2-t-item-5,
  .s2-t-item-10 {
    left: 1%;
  }

  .s2-t-item-6,
  .s2-t-item-9 {
    right: 1%;
  }

  .s2-t-item-1,
  .s2-t-item-2 {
    left: 10%;
  }

  .s2-t-item-3,
  .s2-t-item-4 {
    right: 10%;
  }

  .s2-target-container {
    max-width: 1000px;
  }
}

@media (max-width: 1100px) {

  .s2-t-item-5,
  .s2-t-item-10 {
    left: 2%;
  }

  .s2-t-item-6,
  .s2-t-item-9 {
    right: 2%;
  }

  .s2-t-item-1,
  .s2-t-item-2 {
    left: 8%;
  }

  .s2-t-item-3,
  .s2-t-item-4 {
    right: 8%;
  }

  .s2-target-container {
    max-width: 800px;
  }
}

@keyframes s2TargetFloat {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(6px, -12px);
  }

  100% {
    transform: translate(-6px, 6px);
  }
}

@media (max-width: 1024px) {
  .s2-target-section {
    padding: 100px 24px;
  }

  .s2-target-container {
    min-height: 550px;
  }

  .s2-target-headline {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .s2-target-headline {
    font-size: 2.5rem;
  }
}

/* 3. TRENDS */

.c1 {
  border-left: 3px solid #ec4899;
  animation-delay: 0s;
}

.c2 {
  border-left: 3px solid #f59e0b;
  animation-delay: 1s;
}

.c3 {
  border-left: 3px solid #3b82f6;
  animation-delay: 2s;
}

@keyframes floatUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}

/* 4. CREATE */

.cursor {
  animation: blink 1s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes postAppear {

  0%,
  40% {
    opacity: 0;
    transform: scale(0.8);
  }

  50%,
  90% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
  }
}

/* 5. EDITOR */

@keyframes slide1 {

  0%,
  100% {
    left: 20%;
  }

  50% {
    left: 70%;
  }
}

@keyframes slide2 {

  0%,
  100% {
    left: 50%;
  }

  50% {
    left: 20%;
  }
}

@keyframes slide3 {

  0%,
  100% {
    left: 80%;
  }

  50% {
    left: 40%;
  }
}

/* 6. SCHEDULE */

@keyframes dayPop {

  0%,
  20% {
    transform: scale(0);
  }

  30%,
  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes badgeFade {

  0%,
  30% {
    opacity: 0;
    transform: translateY(10px);
  }

  40%,
  80% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .s2-how-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .s2-visual-sticky-box {
    order: -1;
    position: relative;
    top: 0;
    aspect-ratio: 16/9;
    margin-bottom: 20px;
  }

  /* Remove linha no mobile pois vira carrossel */
  .s2-step-number {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    color: #a78bfa;
    margin: 0;
    font-weight: 700;
  }

  .s2-how-step.active .s2-step-desc {
    max-height: 500px;
  }
}

/* --- IMPORTS --- */
/* --- LAYOUT SECTION --- */
.s2-features-section {
  position: relative;
  padding: 80px 24px;
  display: flex;
  justify-content: center;
  border: none;
}

.s2-features-container {
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* --- GLOW CENTRALIZADO (VERDE/AZUL) --- */
.s2-features-glow-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}

.s2-features-glow {
  width: 60%;
  height: 60%;
  max-width: 800px;
  max-height: 800px;
  border-radius: 50%;
  /* Glow com tons de Laranja e Rosa para combinar com o novo gradiente */
  background: radial-gradient(circle,
      rgba(249, 115, 22, 0.15) 0%,
      rgba(236, 72, 153, 0.1) 60%,
      transparent 70%);
  filter: blur(90px);
  opacity: 0.8;
}

/* --- HEADER --- */
.s2-features-header {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* BADGE (Azul Claro) */
.s2-features-badge {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #f97316;
  /* Laranja padrão */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.s2-features-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #f8fafc;
  line-height: 1.2;
  margin-bottom: 24px;
}

/* --- SHIMMER TEXT ÚNICO (VERDE E AZUL) --- */
/* Substituí a classe genérica pela nova classe única */
.s2-features-title-shimmer {
  background: linear-gradient(90deg, #f09433, #dc2743, #bc1888, #dc2743, #f09433);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: s2TargetGradient 4s linear infinite;
  display: inline-block;
}

@keyframes s2FeaturesShimmerMove {
  to {
    background-position: 200% center;
  }
}

.s2-features-subtitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* --- FEATURES SLIDER --- */
.s2-features-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2-features-slider {
  display: flex;
  gap: 24px;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 20px 0;
  padding-left: calc(50% - 180px);
  padding-right: calc(50% - 180px);
  /* Hide scrollbar */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.s2-features-slider::-webkit-scrollbar {
  display: none;
}

/* Nav Buttons */
.s2-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.s2-slider-btn:hover {
  background: rgba(249, 115, 22, 0.2);
  border-color: rgba(249, 115, 22, 0.5);
}

.s2-slider-btn.prev {
  left: -24px;
}

.s2-slider-btn.next {
  right: -24px;
}

/* --- CARD --- */
.s2-features-slider .s2-feature-card {
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 360px;
  scroll-snap-align: center;
  opacity: 0.3 !important;
  transform: scale(0.75) !important;
  filter: blur(4px) !important;
}

.s2-features-slider .s2-feature-card.active {
  opacity: 1 !important;
  transform: scale(1) !important;
  filter: blur(0) !important;
  border-color: rgba(249, 115, 22, 0.5);
  box-shadow: 0 0 30px rgba(249, 115, 22, 0.3);
  background: rgba(15, 23, 42, 0.8);
  z-index: 2;
}

/* Visual Area */
.s2-feature-visual {
  width: 100%;
  aspect-ratio: 16/9;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}

/* Badge Upload (Verde) */

@keyframes floatBadge {

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

  50% {
    transform: translateY(-4px);
  }
}

/* Content */
.s2-feature-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.s2-feature-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #f8fafc;
  margin: 0;
}

.s2-feature-desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.95rem;
  color: #94a3b8;
  line-height: 1.5;
  margin: 0;
}

/* Mobile */
@media (max-width: 1024px) {
  .s2-slider-btn.prev {
    left: 0;
  }

  .s2-slider-btn.next {
    right: 0;
  }
}

@media (max-width: 768px) {
  .s2-features-header {
    text-align: left;
  }

  .s2-features-title {
    font-size: 2rem;
  }

  .s2-features-slider {
    padding-left: calc(50% - 42.5vw);
    padding-right: calc(50% - 42.5vw);
  }

  .s2-feature-card {
    width: 85vw;
  }
}

/* --- INFINITE POSSIBILITIES (VIDEO TABS) --- */
.s2-video-section {
  position: relative;
  padding: 60px 24px;
  /* Dark background */
}

.s2-video-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.s2-video-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.s2-video-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 24px;
}

.s2-video-subtitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* Tabs Layout */
.s2-tabs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.s2-tab-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.s2-tab-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  color: #94a3b8;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.s2-tab-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.s2-tab-btn.active {
  background: rgba(139, 92, 246, 0.15);
  border-color: #8b5cf6;
  color: #fff;
  box-shadow:
    0 0 25px rgba(139, 92, 246, 0.25),
    inset 0 0 0 1px rgba(139, 92, 246, 0.1);
  transform: translateX(5px);
}

.s2-tab-icon {
  font-size: 1.25rem;
  filter: grayscale(1);
  transition: all 0.3s ease;
}

.s2-tab-btn.active .s2-tab-icon {
  filter: grayscale(0);
  transform: scale(1.1);
}

/* Video Area */
.s2-tab-content-area {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 1100px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 24px;
  padding: 24px;
  perspective: 1200px;
  /* added for 3D depth to the video panes */
}

/* Background Blob for Video Section */
.s2-tab-content-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.15) 0%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: -1;
}

@keyframes completeContainerPop {
  0% {
    transform: scale(1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
  }

  50% {
    transform: scale(0.95);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
  }
}

.s2-tab-content-area.tab-switch-anim {
  animation: completeContainerPop 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.s2-video-glow {
  position: absolute;
  inset: -50%;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: radial-gradient(circle at center,
      rgba(139, 92, 246, 0.2),
      transparent 60%);
  pointer-events: none;
  z-index: 1;
  filter: blur(60px);
  opacity: 0.8;
  animation: pulseGlow 4s ease-in-out infinite;
}

@keyframes pulseGlow {

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

  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

.s2-video-pane {
  position: absolute;
  top: 24px;
  left: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transform: translateY(-20px) scale(0.95) rotateX(10deg);
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 0;
  pointer-events: none;
}

.s2-video-pane.active {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: translateY(0) scale(1) rotateX(0deg);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0.1s;
  z-index: 2;
  pointer-events: auto;
}

.s2-video-frame {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

.s2-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile */
@media (max-width: 1024px) {
  .s2-tabs-wrapper {
    gap: 24px;
    flex-direction: column-reverse;
  }

  .s2-tab-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    gap: 12px;
    justify-content: flex-start;
    width: 100%;
    scroll-snap-type: x mandatory;
  }

  .s2-tab-btn {
    flex-shrink: 0;
    scroll-snap-align: start;
    white-space: nowrap;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .s2-tab-content-area {
    padding: 12px;
    border-radius: 16px;
  }

  .s2-video-pane {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }
}

/* --- HOW IT WORKS --- */
.s2-how-section {
  position: relative;
  padding: 40px 24px;
  height: 800px;
  display: flex;
  align-items: center;
}

.s2-how-beam {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg,
      transparent,
      rgba(167, 139, 250, 0.2),
      transparent);
}

.s2-how-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  position: relative;
  z-index: 2;
}

/* Left Column */
.s2-how-content {
  display: flex;
  flex-direction: column;
}

/* Refactored How It Works (Ultra Compact) */
.s2-how-header {
  margin-bottom: 20px;
  /* Reduced further */
}

/* NEW: Animated Gradient Text */
.s2-text-gradient {
  background: linear-gradient(90deg, #f09433, #dc2743, #bc1888, #dc2743, #f09433);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: s2TargetGradient 4s linear infinite;
  display: inline-block;
}

.s2-how-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.25rem;
  /* Slightly smaller to fit better */
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.s2-how-steps-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.s2-how-steps-wrapper::before {
  display: none;
}

.s2-how-step {
  padding: 16px 20px;
  padding-left: 56px;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0.7;
  position: relative;
}

.s2-how-step:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.03);
}

.s2-how-step.active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
  transform: translateX(0);
}

/* Progress Line Marker */
.s2-progress-line {
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  overflow: hidden;
  display: block;
  z-index: 2;
  transition: top 0.3s ease, bottom 0.3s ease, border-radius 0.3s ease;
}

.s2-how-step.active .s2-progress-line {
  top: 16px;
  bottom: 16px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 5px rgba(167, 139, 250, 0.2);
}

.s2-progress-fill {
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #a78bfa 0%, #ec4899 100%);
  box-shadow: 0 0 10px rgba(167, 139, 250, 0.8);
  border-radius: 2px;
  transition: height 0.05s linear;
}

.s2-step-number {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  color: #a78bfa;
  margin: 0;
  font-weight: 700;
}

.s2-step-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  /* Smaller */
  color: #fff;
  margin: 0;
  font-weight: 600;
}

/* Accordion Logic */
.s2-step-content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}

.s2-how-step.active .s2-step-content-wrapper {
  grid-template-rows: 1fr;
}

.s2-step-desc {
  font-size: 0.9rem;
  /* Smaller */
  color: #94a3b8;
  line-height: 1.4;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  display: none;
  /* Hide via display to remove layout space immediately for inactive */
  transform: translateY(-5px);
}

/* override display:none for active */
.s2-how-step.active .s2-step-desc {
  display: block;
  padding-top: 6px;
  animation: slideDownFade 0.3s forwards;
}

@keyframes slideDownFade {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Right Column */
.s2-how-visuals {
  position: relative;
  height: 100%;
}

.s2-visual-sticky-box {
  position: sticky;
  top: 120px;
  width: 100%;
  aspect-ratio: 1/1;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.s2-visual-glow {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  background: radial-gradient(circle,
      rgba(167, 139, 250, 0.15),
      transparent 70%);
  filter: blur(60px);
}

.s2-visual-frame {
  position: relative;
  width: 100%;
  height: 100%;
}

.s2-visual-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  transform: scale(0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: transparent;
  pointer-events: none;
}

.s2-visual-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
}

.s2-visual-item.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

/* Visual Placeholders/Cards */
.anim-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hifi-brand-card {
  width: 100%;
  height: 100%;
  background: rgba(30, 41, 59, 0.5);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-family: monospace;
}

/* Mobile */
@media (max-width: 1024px) {
  .s2-how-section {
    height: auto;
    padding: 60px 20px;
  }

  .s2-how-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .s2-visual-sticky-box {
    position: relative;
    top: 0;
    max-width: 500px;
    margin: 0 auto;
  }
}

/* --- IMPORTS --- */
/* --- LAYOUT --- */
.s2-guarantee-section {
  position: relative;
  padding: 60px 24px;

  display: flex;
  justify-content: center;
  border: none;
}

.s2-guarantee-container {
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Glow de Fundo (Rosa/Laranja) */
.s2-guarantee-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  height: 500px;
  background: radial-gradient(circle,
      rgba(236, 72, 153, 0.15) 0%,
      transparent 70%);
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

/* --- ANIMAÇÃO CENTRAL --- */
.s2-energy-core-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* SVG Lines */
.s2-energy-path {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1200px;
  z-index: 1;
  opacity: 0.6;
}

/* Logo Central */
.s2-core-logo {
  width: 100px;
  height: 100px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(236, 72, 153, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 40px rgba(249, 115, 22, 0.15);
  /* Glow Laranja */
  backdrop-filter: blur(10px);
}

.s2-logo-img {
  width: 50%;
  height: auto;
}

/* Anéis Pulsantes */
.s2-core-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(236, 72, 153, 0.6);
  animation: ripple 2s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.ring-2 {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    border-width: 1px;
  }

  100% {
    width: 220%;
    height: 220%;
    opacity: 0;
    border-width: 0px;
  }
}

/* --- ÍCONES E LÓGICA DE TEMPO (SVG BASED WITH SMIL) --- */
.s2-svg-flow-item {
  /* Basic style for group if needed, but opacity/transform handled by SMIL */
  /* Ensure no CSS interferes with SVG attributes */
  pointer-events: none;
}

/* End of animation */

/* --- TEXTO --- */
.s2-guarantee-text-wrapper {
  text-align: center;
  max-width: 600px;
  z-index: 10;
}

.s2-guarantee-headline {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 16px;
}

/* Shimmer Text (Laranja/Rosa) */
.s2-text-shimmer {
  background: linear-gradient(90deg, #f09433, #dc2743, #bc1888, #dc2743, #f09433);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: s2TargetGradient 4s linear infinite;
  display: inline-block;
}

@keyframes textShimmerMove {
  to {
    background-position: 200% center;
  }
}

.s2-guarantee-sub {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.1rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 32px;
}

.highlight {
  color: #ec4899;
  font-weight: 600;
}

/* Botão */
.s2-cta-guarantee {
  display: inline-block;
  background: linear-gradient(135deg, #f97316 0%, #ec4899 100%);
  color: #fff;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(236, 72, 153, 0.4);
}

.s2-cta-guarantee:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(249, 115, 22, 0.5);
  filter: brightness(1.1);
}

/* Mobile */
@media (max-width: 768px) {
  .s2-energy-core-wrapper {
    height: 150px;
    transform: scale(0.8);
    margin-bottom: 20px;
  }

  .s2-guarantee-headline {
    font-size: 2rem;
  }
}

/* --- IMPORTS --- */
/* --- LAYOUT SECTION --- */
.s2-pricing-section {
  position: relative;
  padding: 60px 24px;

  border: none;
}

.s2-pricing-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Glow Ambiental */
.s2-pricing-glow {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 800px;
  background: radial-gradient(circle,
      rgba(236, 72, 153, 0.08) 0%,
      transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* --- HEADER --- */
.s2-pricing-header {
  text-align: center;
  margin-bottom: 60px;
}

.s2-pricing-badge {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #f97316;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.s2-pricing-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #f8fafc;
  margin-bottom: 16px;
  line-height: 1.2;
}

.s2-text-shimmer {
  background: linear-gradient(90deg, #f09433, #dc2743, #bc1888, #dc2743, #f09433);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: s2TargetGradient 4s linear infinite;
}

@keyframes textShimmer {
  to {
    background-position: 200% center;
  }
}

.s2-pricing-sub {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  color: #94a3b8;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* --- TOGGLE SWITCH --- */
.s2-toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.s2-toggle-label {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: 0.3s;
}

.s2-toggle-label.active {
  color: #f8fafc;
}

.s2-switch {
  width: 56px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.s2-switch-handle {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.s2-switch.active {
  background: #ec4899;
  border-color: #ec4899;
}

.s2-switch.active .s2-switch-handle {
  transform: translateX(24px);
}

.s2-discount-chip {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
}

/* --- Tooltips --- */
.s2-tooltip-trigger {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 10px;
  color: #94a3b8;
  margin-left: 6px;
  position: relative;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.s2-tooltip-trigger:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.s2-tooltip-content {
  position: absolute;
  bottom: 140%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 260px;
  max-width: calc(100vw - 40px);
  /* Garante que caiba na tela */
  padding: 12px 16px;
  background: rgba(15, 23, 42, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #f1f5f9;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.6);
  font-weight: 400;
  text-transform: none;
}

.s2-tooltip-trigger:hover .s2-tooltip-content {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.s2-tooltip-content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(15, 23, 42, 0.95) transparent transparent transparent;
}

/* --- Tess AI Button Style --- */
.s2-btn-tess {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 16px 20px;
  background: #ffffff;
  border: none;
  border-radius: 14px;
  color: #0f172a !important;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
  margin-bottom: 8px;
  text-align: center;
  cursor: pointer;
}

.s2-btn-tess:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 24px -5px rgba(0, 0, 0, 0.3);
}

/* Variante PRO (Instagram) */
.s2-btn-tess.grad-pro {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff !important;
}

.s2-btn-tess.grad-pro .s2-btn-tess__main {
  color: #ffffff;
}

.s2-btn-tess.grad-pro .s2-btn-tess__sub {
  color: rgba(255, 255, 255, 0.85);
}

.s2-btn-tess.grad-pro .s2-btn-tess__sub i {
  color: #ffffff;
}

/* Variante Advanced (Azul/Roxo) */
.s2-btn-tess.grad-adv {
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  color: #ffffff !important;
}

.s2-btn-tess.grad-adv .s2-btn-tess__main {
  color: #ffffff;
}

.s2-btn-tess.grad-adv .s2-btn-tess__sub {
  color: rgba(255, 255, 255, 0.85);
}

.s2-btn-tess.grad-adv .s2-btn-tess__sub i {
  color: #ffffff;
}

.s2-btn-tess__main {
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.s2-btn-tess__sub {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.s2-btn-tess__sub i {
  color: #10b981;
  font-size: 0.85rem;
}

/* --- Model List (Advanced Plan) --- */
.s2-model-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 12px 0 12px 28px;
  /* Recuado para alinhar abaixo do texto */
  padding: 0;
  list-style: none;
}

.s2-model-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: #e2e8f0;
  font-weight: 500;
}

.s2-model-icon-circle {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.s2-model-icon-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.s2-model-more {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.s2-model-stack {
  display: flex;
  align-items: center;
}

.s2-model-stack-img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #0f172a;
  margin-left: -8px;
  background: #fff;
  object-fit: contain;
  padding: 3px;
}

.s2-model-stack-img:first-child {
  margin-left: 0;
}

.s2-model-more-text {
  font-size: 0.85rem;
  color: #94a3b8;
  font-weight: 500;
}

/* --- CARDS GRID --- */
.s2-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 80px;
  align-items: stretch;
}

.s2-price-card {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  backdrop-filter: blur(12px);
  transition: 0.3s;
}

.s2-price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Card Featured (PRO) */
.s2-price-card.featured {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(236, 72, 153, 0.5);
  box-shadow: 0 20px 50px -10px rgba(236, 72, 153, 0.15);
  z-index: 2;
  transform: scale(1.05);
}

.s2-price-card.featured:hover {
  transform: scale(1.08);
}

.s2-popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #f97316 0%, #ec4899 100%);
  color: white;
  padding: 6px 16px;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* Plan Info */
.s2-plan-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px 0;
}

.s2-plan-desc {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  color: #94a3b8;
  height: 40px;
  margin-bottom: 16px;
}

/* Price Box & CORREÇÃO DO MOEDA */
.s2-price-box {
  margin-bottom: 24px;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s2-price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

/* CORREÇÃO DO "R$" AQUI: */
.s2-currency {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #f8fafc;
  /* Branco explícito */
}

.s2-amount {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
}

.s2-period {
  color: #94a3b8;
  font-weight: 500;
}

.s2-price-detail {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-top: 4px;
}

.s2-save-highlight {
  font-size: 0.85rem;
  color: #10b981;
  font-weight: 600;
  display: block;
  margin-top: 4px;
}

/* Buttons */
.s2-btn-price {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 14px;
  border-radius: 100px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s;
  font-family: "Inter", sans-serif;
}

.s2-btn-price.ghost {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.s2-btn-price.ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* CTA PRIMARY COM SHIMMER */
.s2-btn-price.primary {
  background: linear-gradient(90deg, #f97316 0%, #ec4899 100%);
  color: #fff;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.s2-btn-price.primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
  transform: skewX(-20deg);
  animation: btnShimmer 3s infinite;
  pointer-events: none;
}

@keyframes btnShimmer {
  0% {
    left: -150%;
  }

  20% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

.s2-btn-price.primary:hover {
  box-shadow: 0 8px 20px rgba(236, 72, 153, 0.4);
  transform: translateY(-2px);
}

.s2-btn-price.advanced {
  background: rgba(139, 92, 246, 0.2);
  color: #a78bfa;
  border: 1px solid rgba(139, 92, 246, 0.4);
}

.s2-btn-price.advanced:hover {
  background: rgba(139, 92, 246, 0.3);
  color: #fff;
}

/* Features List & AI Tags */
.s2-feat-list {
  list-style: none;
  padding: 0;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.s2-feat-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #94a3b8;
}

.s2-feat-list li.highlight {
  color: #fff;
  font-weight: 600;
}

.s2-feat-list svg {
  width: 18px;
  height: 18px;
  color: #10b981;
  flex-shrink: 0;
}

.complex-item {
  align-items: flex-start !important;
  flex-direction: column;
  gap: 4px !important;
}

.s2-feat-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.s2-model-wrapper {
  margin-top: 8px;
  margin-left: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.s2-ai-tag {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 3px 8px;
  border-radius: 6px;
  white-space: nowrap;
  transition: 0.2s;
}

.s2-ai-tag:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

/* --- TABELA COMPARATIVA --- */
.s2-table-wrapper {
  margin-top: 40px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.3);
}

.s2-table-title {
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.5rem;
  margin: 30px 0 10px;
  color: #fff;
}

.s2-table-scroll {
  overflow-x: auto;
}

.s2-pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.s2-pricing-table th {
  padding: 20px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}

.s2-pricing-table td {
  padding: 16px 20px;
  text-align: center;
  color: #94a3b8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.col-feature {
  text-align: left !important;
  padding-left: 40px !important;
  width: 40%;
  font-weight: 600;
}

.row-cat td {
  background: rgba(255, 255, 255, 0.05);
  color: #f8fafc;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 40px;
  font-weight: 700;
  text-align: left;
}

.col-pro {
  background: rgba(236, 72, 153, 0.05);
  border-left: 1px solid rgba(236, 72, 153, 0.1);
  border-right: 1px solid rgba(236, 72, 153, 0.1);
}

th.col-pro {
  color: #ec4899;
  border-top: 3px solid #ec4899;
}

/* Mobile */
@media (max-width: 991px) {
  .s2-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto 60px;
  }

  .s2-price-card.featured {
    transform: none;
    order: -1;
    margin-bottom: 20px;
  }

  .s2-price-card.featured:hover {
    transform: none;
  }

  .s2-table-wrapper {
    display: none;
  }
}

/* --- IMPORTS --- */
/* --- LAYOUT SECTION --- */
.s2-about-section {
  position: relative;
  padding: 80px 24px;
}

.s2-about-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 2 Colunas no Desktop */
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* --- COLUNA DE TEXTO (Esquerda) --- */
.s2-about-text-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s2-about-badge {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #f97316;
  /* Laranja da marca */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.s2-about-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #f8fafc;
  margin-bottom: 24px;
  line-height: 1.1;
}

/* Efeito Shimmer no Texto */
.s2-text-shimmer {
  background: linear-gradient(90deg, #f09433, #dc2743, #bc1888, #dc2743, #f09433);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: s2TargetGradient 4s linear infinite;
}

@keyframes textShimmer {
  to {
    background-position: 200% center;
  }
}

.s2-about-description {
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
  color: #94a3b8;
  /* Slate 400 */
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 500px;
}

/* Bloco de Stats (Credibilidade) */
.s2-about-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.s2-stat-item {
  display: flex;
  flex-direction: column;
}

.s2-stat-num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #f8fafc;
}

.s2-stat-label {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  color: #64748b;
  margin-top: 4px;
}

.s2-stat-separator {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
}

/* --- COLUNA DA IMAGEM (Direita) --- */
.s2-about-image-col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s2-about-abstract-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  position: relative;
  z-index: 2;
  border-radius: 24px;
  /* Arredondamento suave na foto */
  /* Sombra e leve animação para dar profundidade */
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  animation: floatImage 6s ease-in-out infinite;
}

@keyframes floatImage {

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

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

/* Glow atrás da imagem */
.s2-image-glow-back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  /* Gradiente Laranja/Rosa bem suave */
  background: radial-gradient(circle,
      rgba(249, 115, 22, 0.15) 0%,
      rgba(236, 72, 153, 0.05) 50%,
      transparent 70%);
  filter: blur(60px);
  z-index: 1;
  opacity: 0.8;
}

/* --- RESPONSIVO --- */
@media (max-width: 991px) {
  .s2-about-container {
    grid-template-columns: 1fr;
    /* Empilha no mobile */
    gap: 60px;
    text-align: center;
  }

  .s2-about-text-col {
    align-items: center;
    /* Centraliza texto no mobile */
  }

  .s2-about-stats {
    justify-content: center;
  }

  .s2-about-image-col {
    order: -1;
    /* Imagem sobe para o topo no mobile */
  }

  .s2-about-title {
    font-size: 2rem;
  }
}

/* --- IMPORTS --- */
/* --- LAYOUT SECTION --- */
.s2-faq-section {
  /* Dark Background */
  position: relative;
  padding: 80px 24px;
}

.s2-faq-container {
  max-width: 900px;
  /* Largura ideal para leitura */
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Glow de Fundo */
.s2-faq-glow {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle,
      rgba(249, 115, 22, 0.08) 0%,
      transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* --- HEADER --- */
.s2-faq-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.s2-faq-badge {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ec4899;
  /* Rosa */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.s2-faq-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 16px;
  line-height: 1.2;
}

.s2-text-shimmer {
  background: linear-gradient(90deg, #f09433, #dc2743, #bc1888, #dc2743, #f09433);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: s2TargetGradient 4s linear infinite;
  display: inline-block;
}

@keyframes textShimmer {
  to {
    background-position: 200% center;
  }
}

.s2-faq-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* --- ACCORDION WRAPPER --- */
.s2-faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* FAQ ITEM */
.s2-faq-item {
  background: rgba(30, 41, 59, 0.4);
  /* Fundo Glass */
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.s2-faq-item:hover {
  background: rgba(30, 41, 59, 0.6);
  border-color: rgba(249, 115, 22, 0.3);
  /* Borda Laranja no Hover */
}

/* FAQ Item Ativo */
.s2-faq-item.active {
  background: rgba(15, 23, 42, 0.8);
  border-color: #ec4899;
  /* Borda Rosa quando aberto */
  box-shadow: 0 10px 30px -10px rgba(236, 72, 153, 0.15);
}

/* Botão da Pergunta */
.s2-faq-question {
  width: 100%;
  padding: 24px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f8fafc;
  transition: color 0.3s;
}

.s2-faq-item.active .s2-faq-question {
  color: #ec4899;
}

/* Ícone (+ / -) */
.s2-faq-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
  flex-shrink: 0;
}

/* Rotação do ícone quando ativo */
.s2-faq-item.active .s2-faq-icon {
  transform: rotate(45deg);
  /* Vira um X */
  color: #ec4899;
}

/* Área da Resposta */
.s2-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.s2-answer-content {
  padding: 0 24px 24px 24px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .s2-faq-title {
    font-size: 2rem;
  }

  .s2-faq-question {
    font-size: 1rem;
    padding: 20px;
  }
}

/* --- HIGH-FIDELITY VISUALS STYLES --- */

/* COMMON CARD STYLES */

.hifi-brand-card {
  background: rgba(30, 41, 59, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  width: 90%;
  max-width: 340px;
  padding: 20px;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.s2-visual-item.active .hifi-brand-card {
  opacity: 1;
  transform: translateY(0);
}

/* 1. CONNECT CARD */
.hifi-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.hifi-avatar-group {
  display: flex;
}

.hifi-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #475569;
  border: 2px solid #1e293b;
  margin-left: -10px;
}

.hifi-avatar:first-child {
  margin-left: 0;
}

.hifi-badge {
  font-size: 0.65rem;
  background: #3b82f6;
  color: white;
  padding: 4px 8px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.hifi-connect-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hifi-platform-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px;
  border-radius: 8px;
}

.hifi-platform-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: white;
}

.hifi-platform-icon.insta {
  background: linear-gradient(45deg,
      #f09433,
      #e6683c,
      #dc2743,
      #cc2366,
      #bc1888);
}

.hifi-platform-icon.linkedin {
  background: #0077b5;
}

.hifi-platform-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hifi-line {
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.hifi-line.title {
  width: 60%;
}

.hifi-line.sub {
  width: 40%;
}

.hifi-toggle {
  width: 36px;
  height: 20px;
  background: #334155;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
}

.hifi-toggle::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  transition: 0.3s;
}

.hifi-toggle.active {
  background: #10b981;
}

.hifi-toggle.active::after {
  transform: translateX(16px);
}

.s2-visual-item.active .hifi-toggle.active {
  animation: toggleOn 1s ease 0.5s backwards;
}

@keyframes toggleOn {
  from {
    background: #334155;
  }

  to {
    background: #10b981;
  }
}

.hifi-connect-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #10b981;
  font-weight: 600;
  margin-top: 8px;
  opacity: 0;
}

.s2-visual-item.active .hifi-connect-status {
  animation: fadeIn 0.5s ease 1.5s forwards;
}

.hifi-status-dot {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  animation: pulseDot 2s infinite;
}

/* 2. BRAND BRAND */
.hifi-brand-header {
  text-align: center;
  margin-bottom: 20px;
}

.hifi-brand-logo-circle {
  width: 48px;
  height: 48px;
  background: #a78bfa;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(167, 139, 250, 0.4);
}

.hifi-brand-title {
  color: white;
  font-weight: 700;
}

.hifi-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.hifi-brand-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 10px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.color-palette {
  flex-direction: row;
  gap: 4px;
}

.hifi-color-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: scale(0);
}

.c1 {
  background: #a78bfa;
}

.c2 {
  background: #ec4899;
}

.c3 {
  background: #f59e0b;
}

.s2-visual-item.active .hifi-color-dot {
  animation: popIn 0.4s ease forwards;
}

.c1 {
  animation-delay: 0.2s;
}

.c2 {
  animation-delay: 0.4s;
}

.c3 {
  animation-delay: 0.6s;
}

/* 3. TRENDS */

/* 4. CREATE PROMPT */

/* 5. EDITOR */

/* 6. CALENDAR */
.hifi-cal-header {
  display: flex;
  justify-content: space-between;
  color: white;
  font-weight: 700;
  margin-bottom: 12px;
}

/* ANIMATION KEYFRAMES */
@keyframes pulseDot {

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

  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }

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

@keyframes fadeInOverlay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes floatUpToast {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes loaderFill {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@keyframes cardPop {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideKnob {
  0% {
    left: 0%;
  }

  100% {
    left: 80%;
  }
}

@keyframes slideKnobOpposite {
  0% {
    left: 60%;
  }

  100% {
    left: 20%;
  }
}

@keyframes dropIn {
  0% {
    opacity: 0;
    transform: scale(2);
  }

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- GLOBAL ANIMATIONS & FLUIDITY --- */

/* Reveal on Scroll */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

/* Staggered Delays for Groups */
.reveal-delay-100 {
  transition-delay: 0.1s;
}

.reveal-delay-200 {
  transition-delay: 0.2s;
}

/* Ambient Float */
@keyframes floatAmbient {

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

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

/* Glow Pulse */
@keyframes pulseGlow {

  0%,
  100% {
    box-shadow: 0 0 20px rgba(167, 139, 250, 0.2);
  }

  50% {
    box-shadow: 0 0 40px rgba(167, 139, 250, 0.5);
  }
}

/* HERO ENHANCEMENTS */

/* RADAR ENHANCEMENTS */
.social2-radar__circle {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.social2-radar__item {
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.social2-radar__item:hover {
  transform: scale(1.2);
  filter: drop-shadow(0 0 10px var(--brand-color));
  z-index: 10;
}

/* FEATURES CARD HOVER */
.s2-feature-card {
  transition:
    transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}


/* BUTTON GLOW */

/* =========================================
   MANIFESTO ICON ANIMATIONS
   ========================================= */

/* 1. Checklist Animation */

@keyframes drawCheck {

  0%,
  30% {
    stroke-dashoffset: 10;
    opacity: 0;
  }

  60%,
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes fadeInLines {

  0%,
  30% {
    opacity: 0;
    transform: translateX(-2px);
  }

  60%,
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 2. Crown Animation */

@keyframes jewelPulse {

  0%,
  100% {
    opacity: 0.6;
    transform: scale(0.9);
    transform-origin: center;
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
    transform-origin: center;
    fill: #fff;
    filter: drop-shadow(0 0 2px #fff);
  }
}

/* 3. Diamond Animation */

@keyframes sparkleSpin {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(180deg);
    opacity: 1;
  }

  100% {
    transform: scale(0) rotate(360deg);
    opacity: 0;
  }
}

/* 4. Clock Animation */

@keyframes clockSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* 5. User Animation */

@keyframes notifyPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
  }

  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
  }
}

/* 6. Tools Animation */

@keyframes wrenchRock {

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

  25% {
    transform: rotate(-12deg);
  }

  75% {
    transform: rotate(12deg);
  }
}

@keyframes sparkFlash {

  0%,
  100% {
    opacity: 0;
    transform: scale(0.5);
    transform-origin: center;
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
    transform-origin: center;
    filter: drop-shadow(0 0 4px #fbbf24);
  }
}

/* Transition removed */

/* =========================================
   HIGH FIDELITY UI SIMULATIONS (How It Works)
   ========================================= */

/* --- SHARED STYLES --- */
.hifi-card {
  background: rgba(30, 41, 59, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
}

.hifi-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 16px;
  margin-bottom: 8px;
}

.hifi-avatar-group {
  display: flex;
  padding-left: 10px;
}

.hifi-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #475569;
  border: 2px solid #1e293b;
  margin-left: -10px;
}

.hifi-badge {
  background: rgba(139, 92, 246, 0.2);
  color: #a78bfa;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  border: 1px solid rgba(139, 92, 246, 0.3);
}

/* --- STEP 1: INTEGRATIONS --- */
.hifi-connect-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hifi-platform-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px;
  border-radius: 10px;
  transition: background 0.3s;
}

.hifi-platform-row:hover {
  background: rgba(255, 255, 255, 0.06);
}

.hifi-platform-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.hifi-platform-icon.insta {
  background: linear-gradient(45deg,
      #f09433,
      #e6683c,
      #dc2743,
      #cc2366,
      #bc1888);
  color: white;
}

.hifi-platform-icon.linkedin {
  background: #0077b5;
  color: white;
}

.hifi-platform-info {
  flex: 1;
}

.hifi-line {
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin-bottom: 6px;
}

.hifi-line.title {
  width: 60%;
  background: rgba(255, 255, 255, 0.3);
}

.hifi-line.sub {
  width: 40%;
}

.hifi-toggle {
  width: 36px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.hifi-toggle::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  transition: all 0.3s;
}

.hifi-toggle.active {
  background: #8b5cf6;
}

.hifi-toggle.active::after {
  transform: translateX(16px);
}

.hifi-connect-status {
  margin-top: 8px;
  font-size: 11px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hifi-status-dot {
  width: 6px;
  height: 6px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10b981;
}

/* --- STEP 2: BRAND KIT --- */
.hifi-brand-card {
  background: linear-gradient(135deg,
      rgba(30, 41, 59, 1) 0%,
      rgba(15, 23, 42, 1) 100%);
}

.hifi-brand-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.hifi-brand-logo-circle {
  width: 64px;
  height: 64px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: black;
  font-size: 18px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  position: relative;
}

/* Simulate Nike Swoosh roughly with css or just N */
.hifi-brand-logo-circle::after {
  content: "N";
}

.hifi-brand-title {
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.hifi-brand-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

.hifi-brand-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hifi-brand-label {
  font-size: 10px;
  color: #94a3b8;
  text-transform: uppercase;
}

.hifi-color-dot {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: inline-block;
}

.hifi-color-dot.c1 {
  background: #000000;
  border: 1px solid #333;
}

.hifi-color-dot.c2 {
  background: #ffffff;
}

.hifi-color-dot.c3 {
  background: #fca5a5;
}

.hifi-tag {
  font-size: 11px;
  background: rgba(139, 92, 246, 0.15);
  color: #c4b5fd;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 4px;
}

/* --- STEP 3: INSPIRATION GRID --- */
.hifi-masonry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 80px);
  gap: 10px;
  width: 100%;
}

.hifi-insp-card {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.hifi-insp-card:hover {
  transform: scale(1.03);
  box-shadow: 0 5px 15px rgba(139, 92, 246, 0.3);
}

.hifi-insp-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.hifi-insp-card.large {
  grid-row: span 2;
  background-image: url("https://images.unsplash.com/photo-1571019614242-c5c5dee9f50b?q=80&w=300&auto=format&fit=crop");
}

.hifi-insp-card.small-1 {
  background-image: url("https://images.unsplash.com/photo-1517836357463-d25dfeac3438?q=80&w=300&auto=format&fit=crop");
}

.hifi-insp-card.small-2 {
  background-image: url("https://images.unsplash.com/photo-1534438327276-14e5300c3a48?q=80&w=300&auto=format&fit=crop");
}

.hifi-insp-tag {
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: white;
  font-size: 10px;
  z-index: 1;
  font-weight: 500;
}

/* --- STEP 4: AI CHAT --- */
.hifi-chat-interface {
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: flex-end;
}

.hifi-chat-bubble {
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.4;
  max-width: 85%;
  margin-bottom: 12px;
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}

.hifi-chat-bubble.user {
  background: #334155;
  color: white;
  align-self: flex-end;
  border-bottom-right-radius: 2px;
}

.hifi-chat-bubble.ai {
  background: linear-gradient(135deg, #7c3aed 0%, #db2777 100%);
  color: white;
  align-self: flex-start;
  border-bottom-left-radius: 2px;
  animation-delay: 1s;
}

.hifi-chat-input-area {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hifi-typing-dot {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-right: 4px;
  animation: typing 1.4s infinite ease-in-out both;
}

.hifi-typing-dot:nth-child(1) {
  animation-delay: -0.32s;
}

.hifi-typing-dot:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes typing {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }

  from {
    opacity: 0;
    transform: translateY(10px);
  }
}

/* --- STEP 5: MAGIC EDITOR --- */
.hifi-post-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 380px;
}

.hifi-post-image {
  width: 100%;
  height: 180px;
  background-image: url("https://images.unsplash.com/photo-1552519507-da3b142c6e3d?q=80&w=400&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}

.hifi-post-footer {
  padding: 12px;
}

.hifi-post-text-line {
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  margin-bottom: 6px;
}

.hifi-editor-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #8b5cf6;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(139, 92, 246, 0.4);
  animation: floatBadge 3s infinite ease-in-out;
  display: flex;
  align-items: center;
  gap: 4px;
}

@keyframes floatBadge {

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

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

/* --- STEP 6: CALENDAR --- */
.hifi-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  text-align: center;
}

.hifi-cal-header {
  font-size: 10px;
  color: #94a3b8;
  margin-bottom: 8px;
}

.hifi-cal-day {
  aspect-ratio: 1;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
  font-size: 10px;
  color: #cbd5e1;
  position: relative;
}

.hifi-cal-day.active {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(139, 92, 246, 0.5);
}

.hifi-cal-pill {
  width: 100%;
  height: 4px;
  background: #8b5cf6;
  border-radius: 2px;
  margin-top: auto;
  opacity: 0.8;
}

.hifi-cal-pill.ghost {
  background: #cbd5e1;
  opacity: 0.2;
}

/* --- Animated Palette Icon --- */
.s2-palette-anim {
  width: 32px;
  /* Fixed size to preserve coordinate system */
  height: 32px;
  position: relative;
  display: flex;
  /* Flex to center content if needed, though kids are absolute */
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* Prevent squishing */
}

.s2-palette-board {
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50% 50% 50% 10% / 50% 50% 50% 40%;
  transform: rotate(15deg);
  position: absolute;
  backdrop-filter: blur(2px);
}

.s2-palette-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: scale(0);
  animation: paletteFill 2s infinite ease-in-out;
}

.s2-palette-dot.d1 {
  top: 8px;
  left: 8px;
  background: #fa5252;
  /* Red/Pink */
  animation-delay: 0s;
}

.s2-palette-dot.d2 {
  top: 6px;
  right: 8px;
  background: #4c6ef5;
  /* Blue */
  animation-delay: 0.3s;
}

.s2-palette-dot.d3 {
  bottom: 9px;
  left: 14px;
  background: #fcc419;
  /* Yellow */
  animation-delay: 0.6s;
}

@keyframes paletteFill {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  20% {
    transform: scale(1.2);
    opacity: 1;
  }

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

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

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

/* --- SOCIAL PROOF (WALL OF LOVE) --- */
.s2-social-proof-section {
  padding: 100px 5%;
  position: relative;
  color: #f8fafc;
}

.s2-sp-container {
  max-width: 1280px;
  margin: 0 auto;
}

.s2-sp-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.s2-sp-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.s2-sp-subtitle {
  font-size: 1.125rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* Masonry Grid */
.s2-masonry-grid {
  column-count: 1;
  column-gap: 24px;
}

@media (min-width: 768px) {
  .s2-masonry-grid {
    column-count: 2;
  }
}

@media (min-width: 1024px) {
  .s2-masonry-grid {
    column-count: 3;
  }
}

/* Masonry Item (Card) */
.s2-masonry-item {
  break-inside: avoid;
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;

  background: #1e293b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: default;
}

.s2-masonry-item:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.s2-masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.95;
  transition: opacity 0.3s ease;
}

.s2-masonry-item:hover img {
  opacity: 1;
}

/* --- HYBRID TESTIMONIAL CARD STYLES --- */
.s2-testi-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #0f172a;
  border-color: rgba(255, 255, 255, 0.08);
  /* Override border */
}

.s2-testi-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.s2-testi-avatar-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.s2-testi-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s2-testi-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.s2-testi-name {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #f8fafc;
  line-height: 1.2;
}

.s2-testi-role {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  font-size: 0.9rem;
  color: #94a3b8;
}

.s2-testi-text {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #e2e8f0;
  font-style: normal;
}

.s2-testi-attachment {
  margin-top: 8px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.s2-testi-attachment img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.s2-testi-card:hover .s2-testi-attachment img {
  transform: scale(1.03);
}

.s2-floating-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

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

.s2-cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  height: 800px;
  background: radial-gradient(circle,
      rgba(59, 130, 246, 0.15) 0%,
      transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.s2-cta-container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s2-cta-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: #f8fafc;
  margin-bottom: 24px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.s2-cta-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  color: #94a3b8;
  max-width: 600px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.s2-cta-button {
  background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
  color: #fff;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  padding: 18px 48px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 4px 6px -1px rgba(139, 92, 246, 0.2),
    0 10px 15px -3px rgba(139, 92, 246, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.s2-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #a78bfa 0%, #f472b6 100%);
  z-index: -1;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.s2-cta-button:hover {
  transform: translateY(-4px);
  box-shadow:
    0 20px 25px -5px rgba(139, 92, 246, 0.4),
    0 10px 10px -5px rgba(139, 92, 246, 0.2);
}

.s2-cta-button:hover::before {
  opacity: 1;
}

.s2-cta-checks {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.s2-cta-checks span {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: #cbd5e1;
  display: flex;
  align-items: center;
}

.s2-cta-numbers-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.s2-cta-num-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.s2-cta-num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f8fafc;
}

.s2-cta-label {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  color: #64748b;
}

@media (max-width: 768px) {
  .s2-cta-title {
    font-size: 2.5rem;
  }

  .s2-cta-numbers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .s2-cta-num-item:last-child {
    grid-column: span 2;
  }
}

/* =========================================
   MOBILE RESPONSIVENESS AND OPTIMIZATIONS
   ========================================= */
@media screen and (max-width: 768px) {

  /* 1. Global Overflow Fix */
  body,
  html {
    overflow-x: hidden !important;
    max-width: 100vw;
  }

  /* 2. Blob Elements Width Fix */
  .bg-blob {
    max-width: 100vw;
    overflow: hidden;
  }

  /* 3. "Sua agência de IA em 6 passos" Fix */
  .s2-how-steps-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 1rem !important;
  }

  .s2-how-step {
    width: 100% !important;
    padding-left: 56px !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Hide vertical line on mobile if it exists in the center */
  .s2-how-beam {
    display: none !important;
  }

  .s2-progress-line {
    display: block !important;
  }

  /* Target Audience responsive fixes - showing ALL pills */
  .s2-target-item {
    display: flex !important;
    padding: 6px 12px !important;
    font-size: 0.8rem !important;
    gap: 6px !important;
    white-space: nowrap !important;
    border-radius: 20px !important;
  }

  .s2-t-icon {
    font-size: 0.95rem !important;
  }

  .s2-target-headline {
    font-size: 2.1rem !important;
    z-index: 10 !important;
  }

  .s2-target-container {
    min-height: 480px !important;
  }

  /* Distributing 10 elements on small screens */
  .s2-t-item-1 {
    top: 12% !important;
    left: 2% !important;
  }

  .s2-t-item-3 {
    top: 12% !important;
    right: 2% !important;
    left: auto !important;
  }

  .s2-t-item-5 {
    top: 32% !important;
    left: -2% !important;
    z-index: 11 !important;
  }

  .s2-t-item-9 {
    top: 32% !important;
    right: -2% !important;
    left: auto !important;
    z-index: 11 !important;
  }

  .s2-t-item-7 {
    top: -2% !important;
    left: 50% !important;
    margin-left: -60px !important;
    right: auto !important;
  }

  .s2-t-item-2 {
    bottom: 32% !important;
    left: -2% !important;
    top: auto !important;
    z-index: 11 !important;
  }

  .s2-t-item-4 {
    bottom: 32% !important;
    right: -2% !important;
    top: auto !important;
    left: auto !important;
    z-index: 11 !important;
  }

  .s2-t-item-10 {
    bottom: 12% !important;
    left: 2% !important;
    top: auto !important;
  }

  .s2-t-item-6 {
    bottom: 12% !important;
    right: 2% !important;
    top: auto !important;
    left: auto !important;
  }

  .s2-t-item-8 {
    bottom: -2% !important;
    left: 50% !important;
    margin-left: -50px !important;
    top: auto !important;
    right: auto !important;
  }

  /* 5. Images cut off inside feature cards */
  .s2-feature-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  /* 6. Marquee track overflow */
  .sp-marquee-wrapper {
    overflow-x: hidden !important;
    width: 100vw !important;
    max-width: 100% !important;
  }

  /* Ensure the track scales properly or keeps animation without pushing page layout */
  .sp-marquee-track {
    width: max-content !important;
  }

  /* Ajustes Mobile Hero Input Stage to avoid overflow */
  .h-input-stage {
    max-width: 90vw !important;
  }

  .h-pill {
    padding: 8px 12px 8px 16px !important;
    gap: 12px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .h-pill-text {
    min-width: 0 !important;
    font-size: 0.85rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .h-pill-btn {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }

  /* Ajustes Mobile Hero: Social Icons, Brand Grid, Blobs */
  .s2-social-circle {
    width: 36px !important;
    height: 36px !important;
  }

  .s2-hero-check-item {
    font-size: 0.85rem !important;
  }

  .h-brand-layer {
    max-width: 100vw;
    grid-template-columns: 165px 165px !important;
    grid-template-rows: 140px 90px 90px 90px !important;
    gap: 8px !important;
    transform: scale(1) !important;
    transform-origin: center center !important;
  }

  .c-logo {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;
  }

  .c-logo img {
    width: 80px !important;
    max-width: 85% !important;
    height: auto !important;
  }

  .c-typo {
    grid-column: 2 / 3 !important;
    grid-row: 1 / 2 !important;
  }

  .c-colors {
    grid-column: 1 / 3 !important;
    grid-row: 2 / 3 !important;
  }

  .c-desc {
    grid-column: 1 / 3 !important;
    grid-row: 3 / 4 !important;
  }

  .c-assets {
    grid-column: 1 / 3 !important;
    grid-row: 4 / 5 !important;
  }

  .h-grid-item {
    width: 150px !important;
  }

  .mobile-blob {
    display: block !important;
  }

  .m-blob-1 {
    top: 20%;
    left: -20%;
    width: 300px;
    height: 300px;
  }

  .m-blob-2 {
    top: 75%;
    right: -25%;
    width: 280px;
    height: 280px;
  }

  .social2-hero .bg-blob-purple:not(.mobile-blob) {
    top: -5%;
    left: -10%;
    width: 250px;
    height: 250px;
  }

  .social2-hero .bg-blob-orange:not(.mobile-blob) {
    top: 40%;
    right: -15%;
    width: 250px;
    height: 250px;
  }


  /* 7. Hero and Section Titles Size Adjustment to Avoid Overflow/Cut */
  .social2-hero__headline {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
  }

  .s2-video-title,
  .social2-samples-headline-unified,
  .s2-how-title {
    font-size: 1.8rem !important;
    line-height: 1.25 !important;
  }

  /* 8. Fix showcases (cards going out of screen) */
  /* Assuming s2-visual-frame or s2-card-stack bounds */
  .s2-how-visuals,
  .s2-visual-frame,
  .anim-container {
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  /* 9. Testimonials layout - cards amontoados */
  .s2-testi-card {
    margin-bottom: 1rem !important;
  }

  .social2-loop-wrapper {
    max-width: 100vw !important;
  }
}

/* =========================================
   NEW HERO ANIMATION CSS (GLASSMORPHISM & WIPE)
   ========================================= */

.hero-animation-canvas {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-layer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Glassmorphism Premium Utility */
.glass-panel {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  border-radius: 20px;
}

/* Fase 1 & 4 Grid (Radial Distribution) */
.h-grid-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.h-grid-item {
  position: absolute;
  border-radius: 12px;
  opacity: 0;
  width: 170px;
  aspect-ratio: 4 / 5;
  padding: 8px;
  /* Inner padding for image */
  box-sizing: border-box;
  transform-origin: center;
}

.h-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  /* Curve inner image */
  opacity: 0;
  /* Revealed in Phase 4 */
}

/* Fase 2 & 3 Mask Layer */
.h-mask-wipe {
  /* We use GSAP to animate --wipe variable */
  --wipe: 0%;
  -webkit-mask-image: radial-gradient(circle at center, black calc(var(--wipe) - 30%), transparent var(--wipe));
  mask-image: radial-gradient(circle at center, black calc(var(--wipe) - 30%), transparent var(--wipe));
  background: transparent;
  z-index: 10;
}

.h-layer-content {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Fase 2 Input Stage */
.h-input-layer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-pill {
  display: flex;
  align-items: center;
  padding: 12px 16px 12px 32px;
  border-radius: 100px;
  gap: 24px;
}

.h-pill-text {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  color: #f8fafc;
  min-width: 250px;
}

.h-pill-text::after {
  content: '|';
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.h-pill-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.h-pill-logo {
  width: 24px;
}

/* Fase 3 Brand Stage */
.h-brand-layer {
  position: absolute;
  inset: 0;
  perspective: 1000px;
  display: grid;
  grid-template-columns: 220px 180px 140px;
  grid-template-rows: 140px 110px 90px;
  gap: 16px;
  justify-content: center;
  align-content: center;
}

.h-brand-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px;
  opacity: 0;
  transform: scale(0.8) translateZ(-100px);
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.card-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: auto;
  align-self: flex-start;
}

.c-logo {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* Centered */
}

.c-logo .card-title {
  margin-top: auto;
  align-self: center;
  /* Centered */
}

.c-logo img {
  width: 110px;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}

.c-typo {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  align-items: center;
}

.c-typo span {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f8fafc;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 4px;
}

.c-typo small {
  color: #CBD5E1;
  font-size: 0.85rem;
  margin-bottom: auto;
}

.c-colors {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  align-items: center;
}

.color-spheres-wrap {
  display: flex;
  gap: 8px;
  margin-top: 32px;
  margin-bottom: auto;
}

.color-sphere {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.c-desc {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}

.c-desc p {
  font-size: 0.9rem;
  color: #e2e8f0;
  line-height: 1.4;
  margin: 0;
  margin-bottom: auto;
  align-self: flex-start;
}

.c-assets {
  grid-column: 1 / 4;
  grid-row: 3 / 4;
  align-items: center;
  flex-direction: row;
}

.assets-preview {
  display: flex;
  gap: 24px;
  font-size: 1.8rem;
  color: #a78bfa;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.c-assets .card-title {
  margin-top: 0;
  margin-left: auto;
  margin-right: 20px;
  align-self: center;
}

/* ========================================= */
/* USER FLOW SECTION                         */
/* ========================================= */
.s2-user-flow-section {
  padding: 20px 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.s2-user-flow-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 900px;
  position: relative;
}

.s2-uf-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}

.s2-uf-col-main-line {
  flex: 1;
  /* stretchy */
  min-width: 60px;
  height: 64px;
  /* matches node height */
}

.s2-uf-col-branches {
  flex: 2;
  /* 2 times bigger than main line */
  min-width: 100px;
  height: 480px;
  /* Needs to match platforms span */
}

.s2-uf-col-platforms {
  height: 480px;
  /* 5 platforms spaced */
  justify-content: space-between;
}

.s2-uf-svg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.s2-uf-node {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(30, 41, 59, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 28px;
  color: #fff;
  z-index: 3;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.s2-uf-node:hover {
  transform: translateY(-2px) scale(1.05);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.s2-uf-bc {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 40px rgba(167, 139, 250, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.s2-uf-bc img {
  width: 44px;
  height: auto;
}

.uf-path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  /* subtle lines */
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
}

/* --- MASK WIPING LOGIC (Vibiz Match) --- */
.uf-active {
  clip-path: inset(-20% 100% -20% 0%);
  animation: sweepTravel 4s infinite linear;
}

@keyframes sweepTravel {
  0% {
    clip-path: inset(-20% 100% -20% 0%);
    opacity: 0;
  }

  5% {
    opacity: 1;
    clip-path: inset(-20% 100% -20% 0%);
  }

  /* Left side fully visible immediately but mask is at 0 width */
  35% {
    clip-path: inset(-20% 40% -20% 0%);
  }

  /* Hits BC Logo */
  60% {
    clip-path: inset(-20% 0% -20% 0%);
  }

  /* Fully completely covered platforms */
  65% {
    clip-path: inset(-20% 0% -20% 0%);
  }

  /* Quick hold */
  85% {
    clip-path: inset(-20% 0% -20% 100%);
    opacity: 1;
  }

  /* Trail catches up and hides right side */
  100% {
    clip-path: inset(-20% 0% -20% 100%);
    opacity: 0;
  }
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .s2-user-flow-container {
    transform: scale(0.6);
    transform-origin: center;
    width: 100%;
  }

  .s2-target-headline {
    font-size: 2.2rem;
  }
}

.s2-comp-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.s2-uf-headline {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 500;
  color: #f8fafc;
  line-height: 1.1;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  z-index: 10;
  letter-spacing: -0.01em;
}

.s2-uf-headline em {
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

/* Social Proof Blur and Icons */
@media (min-width: 768px) {
  #s2-social-proof-grid:not(.expanded) {
    max-height: 720px;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  }
}

.s2-sp-actions {
  position: relative;
  z-index: 10;
  margin-top: -60px;
}

.s2-platform-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 20px;
  color: #64748b;
  opacity: 0.8;
}

/* --- S2 TESTIMONIAL & BEFORE/AFTER SECTION --- */
.s2-testimonial-ba-section {
  padding: 40px 5%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.s2-tba-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.s2-tba-left {
  flex: 0 0 55%;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0) 100%);
}

.s2-tba-left-glow {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.s2-tba-quote-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 120px;
  color: rgba(255, 255, 255, 0.03);
  z-index: 0;
  pointer-events: none;
  transform: rotate(-10deg);
}

.s2-tba-profile {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.s2-tba-avatar-wrapper {
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2-tba-avatar-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(135deg, #a78bfa, #ec4899, #f97316);
  -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;
  animation: rotateRing 4s linear infinite;
}

@keyframes rotateRing {
  100% {
    transform: rotate(360deg);
  }
}

.s2-tba-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0f172a;
}

.s2-tba-profile-info h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.15rem;
  color: #f8fafc;
  margin-bottom: 4px;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
}

.s2-tba-profile-info span {
  font-size: 0.9rem;
  color: #94a3b8;
  font-weight: 500;
}

.s2-tba-quote {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #f1f5f9;
  font-weight: 500;
  margin-bottom: 40px;
  font-family: inherit;
  letter-spacing: -0.01em;
}

.s2-tba-highlight {
  color: #94a3b8;
  font-weight: 500;
}

.s2-tba-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.s2-tba-stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
}

.s2-tba-stat-val {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #f8fafc;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.s2-tba-stat-val i {
  font-size: 1.1rem;
}

.s2-tba-stat-label {
  font-size: 0.8rem;
  color: #94a3b8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.s2-tba-right {
  flex: 0 0 45%;
  position: relative;
  background: linear-gradient(135deg, rgba(30, 41, 59, 1), rgba(15, 23, 42, 1));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.s2-ba-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: auto;
  opacity: 0.2;
  pointer-events: none;
  z-index: 5;
}

.s2-ba-slider-sys {
  width: 100%;
  height: 100%;
  min-height: 480px;
  position: relative;
}

.s2-ba-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.s2-ba-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.s2-ba-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.s2-ba-image-base,
.s2-ba-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.s2-ba-image-base {
  background-color: #334155;
}

.s2-ba-image-overlay {
  background-color: #1e293b;
  width: 30%;
  overflow: hidden;
  border-right: none;
}

.s2-ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30%;
  width: 40px;
  transform: translateX(-50%);
  z-index: 10;
  cursor: ew-resize;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2-ba-handle-line {
  width: 2px;
  height: 100%;
  background: #f8fafc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
}

.s2-ba-handle-btn {
  width: 40px;
  height: 40px;
  background: #f8fafc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e293b;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: transform 0.2s ease;
}

.s2-ba-handle:hover .s2-ba-handle-btn {
  transform: scale(1.1);
}

.s2-ba-controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 20;
}

.s2-ba-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  border: none;
  padding: 0;
  transition: all 0.3s ease;
}

.s2-ba-dot.active {
  background: #f8fafc;
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .s2-tba-container {
    flex-direction: column;
  }

  .s2-tba-left {
    flex: 0 0 auto;
    padding: 40px 20px;
  }

  .s2-tba-right {
    flex: 0 0 400px;
  }

  .s2-tba-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .s2-tba-stat-val {
    font-size: 1.4rem;
  }

  .s2-tba-stat-label {
    font-size: 0.75rem;
  }

  .s2-tba-quote {
    font-size: 1.2rem;
  }

  .s2-tba-quote-icon {
    font-size: 80px;
    top: 20px;
    right: 20px;
  }

  .s2-ba-slider-sys {
    min-height: 400px;
  }
}

/* --- 16. TOP ANNOUNCEMENT BAR --- */
.s2-top-bar {
  position: relative;
  width: 100%;
  z-index: 100;
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.s2-top-bar__container {
  max-width: 1280px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
}

.s2-top-bar__pill {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 100px;
  box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  font-size: 0.7rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.s2-top-bar__pill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  transform: skewX(-20deg);
  animation: btnShimmer 3s infinite;
  pointer-events: none;
}

.s2-top-bar__text {
  font-size: 0.85rem;
  font-weight: 500;
  color: #f8fafc;
  text-align: center;
  line-height: 1.4;
}

.s2-top-bar__close {
  position: absolute;
  right: -10px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 8px;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2-top-bar__close:hover {
  color: #fff;
  transform: scale(1.1);
}

/* Push site wrapper down to accommodate fixed top bar */
body {
  padding-top: 0;
}

@media (max-width: 768px) {
  .s2-top-bar__container {
    gap: 8px;
    width: 95%;
  }

  .s2-top-bar__pill {
    display: none !important;
  }

  .s2-top-bar__text {
    font-size: 0.75rem;
    padding-right: 20px;
  }

  .s2-top-bar__close {
    right: -5px;
  }

  /* --- AJUSTES DE COMPACTAÇÃO MOBILE --- */

  /* Redução de Padding Geral de Seções - Mais Agressiva */
  .social2-hero,
  .social-proof-section,
  .social2-samples-section,
  .s2-target-wrapper,
  .s2-target-section,
  .s2-testimonial-ba-section,
  .s2-video-section,
  .s2-how-section,
  .s2-features-section,
  .s2-social-proof-section,
  .s2-guarantee-section,
  .s2-pricing-section,
  .s2-about-section,
  .s2-final-cta,
  .s2-faq-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  /* Ajuste Fino para Hero (vido ao radar) */
  .social2-hero {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }

  .social2-hero__visual-wrapper {
    margin-top: 80px !important;
    height: 350px !important;
  }

  /* Gap de Seções e Containers */
  .social2-hero__container,
  .s2-video-container,
  .s2-how-container,
  .s2-features-container,
  .s2-pricing-grid,
  .s2-about-container,
  .s2-cta-container,
  .s2-faq-wrapper,
  .s2-tabs-wrapper,
  .s2-how-steps-wrapper,
  .s2-target-section,
  .s2-target-items {
    gap: 24px !important;
  }

  /* Redução de espaçamento nos headers de seção */
  .s2-video-header,
  .s2-how-header,
  .s2-features-header,
  .s2-pricing-header,
  .s2-sp-header,
  .s2-faq-header {
    margin-bottom: 24px !important;
  }

  /* Seção Target Audience */
  .s2-target-container {
    min-height: 440px !important;
  }

  .s2-target-headline {
    font-size: 2rem !important;
  }

  .s2-target-item {
    padding: 8px 16px !important;
    font-size: 0.85rem !important;
    gap: 6px !important;
  }

  /* Tabs de Vídeo */
  .s2-tab-nav {
    gap: 8px !important;
  }

  .s2-tab-btn {
    padding: 10px 16px !important;
    font-size: 0.9rem !important;
    gap: 8px !important;
  }

  .s2-tab-content-area {
    padding: 8px !important;
    border-radius: 12px !important;
  }

  /* Testimonials & Before/After */
  .s2-tba-left {
    padding: 30px 20px !important;
  }

  .s2-tba-quote {
    font-size: 1.1rem !important;
    margin-bottom: 20px !important;
    line-height: 1.5 !important;
  }

  .s2-tba-profile {
    margin-bottom: 20px !important;
    gap: 12px !important;
  }

  .s2-tba-stat-card {
    padding: 12px 14px !important;
    gap: 4px !important;
  }

  .s2-tba-stat-val {
    font-size: 1.2rem !important;
  }

  /* How it Works */
  .s2-how-step {
    gap: 12px !important;
  }

  .s2-step-header {
    gap: 8px !important;
  }

  .s2-step-title {
    font-size: 1.1rem !important;
  }

  /* Features */
  .s2-feature-content {
    padding: 20px !important;
  }

  .s2-feature-name {
    font-size: 1.1rem !important;
    margin-bottom: 8px !important;
  }

  /* Pricing */
  .s2-pricing-title {
    font-size: 1.75rem !important;
  }

  .s2-pricing-header {
    margin-bottom: 30px !important;
  }

  .s2-price-card {
    padding: 20px !important;
  }

  .s2-price-box {
    margin-bottom: 16px !important;
    min-height: auto !important;
  }

  .s2-amount {
    font-size: 2rem !important;
  }

  .s2-feat-list {
    margin-top: 16px !important;
    gap: 8px !important;
  }

  .s2-table-wrapper {
    margin-top: 24px !important;
  }

  /* FAQ */
  .s2-faq-question {
    padding: 14px 16px !important;
    font-size: 0.95rem !important;
  }

  .s2-faq-answer {
    padding: 0 !important;
  }

  /* Social proof masonry items */
  .s2-masonry-item {
    margin-bottom: 16px !important;
  }

  /* Removendo paddings e margins específicos */
  .social2-loop-wrapper {
    padding: 0 !important;
  }

  .s2-uf-headline {
    margin-bottom: 0 !important;
  }

  .s2-uf-master-wrapper {
    padding: 0 !important;
  }

  .social2-hero__badge {
    margin-bottom: 0 !important;
  }

  .s2-hero-checks-row {
    flex-wrap: wrap !important;
    gap: 12px !important;
  }

  .s2-sp-bignumbers {
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 24px !important;
    padding: 24px !important;
  }

  .s2-bn-divider {
    display: none !important;
  }
}

/* ===================== PERFORMANCE OPTIMIZATIONS ===================== */

/* GPU acceleration for animated blobs - prevents layout thrashing */
.bg-blob {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  contain: layout style;
}

/* content-visibility for below-fold sections - browser skips rendering until needed */
.social2-samples-section,
.s2-target-wrapper,
.s2-testimonial-ba-section,
.s2-video-section,
.s2-how-section,
.s2-features-section,
.s2-social-proof-section,
.s2-guarantee-section,
.s2-pricing-section,
.s2-about-section,
.s2-final-cta,
.s2-faq-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}

/* Hardware acceleration for marquee animations */
.sp-marquee-track,
.social2-loop-track {
  will-change: transform;
  transform: translateZ(0);
}

/* Reduce paint area for glass panels */
.glass-panel {
  contain: layout paint;
}

/* Optimize SVG animations */
.s2-energy-path,
.s2-uf-svg-lines {
  contain: layout style;
  will-change: auto;
}

/* =====================================================================
   COMPREHENSIVE MOBILE RESPONSIVENESS FIX (iPhone 13 / 390px)
   ===================================================================== */

@media (max-width: 768px) {

  /* ===== GLOBAL OVERFLOW PROTECTION ===== */
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  .site-main-wrapper {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  /* ===== 1. FAQ ACCORDION FIX (CRITICAL) ===== */
  /* Issue: Answer text bleeds through closed accordion items */
  .s2-faq-item {
    overflow: hidden !important;
    position: relative !important;
  }

  .s2-faq-answer {
    max-height: 0;
    overflow: hidden !important;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1),
      opacity 0.3s ease;
    padding: 0 !important;
  }

  .s2-faq-item.active .s2-faq-answer {
    opacity: 1;
    overflow: hidden !important;
    padding: 0 !important;
  }

  .s2-answer-content {
    padding: 0 16px 16px 16px !important;
  }

  .s2-faq-question {
    padding: 16px !important;
    font-size: 0.9rem !important;
    gap: 12px !important;
    line-height: 1.3 !important;
  }

  .s2-faq-icon {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    font-size: 0.85rem !important;
  }

  .s2-faq-wrapper {
    gap: 10px !important;
  }

  .s2-faq-title {
    font-size: 1.75rem !important;
    line-height: 1.2 !important;
  }

  .s2-faq-subtitle {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }

  /* ===== 2. SOCIAL PROOF MOBILE SLIDER FIX ===== */
  /* Issue: Cards too wide, dots too many, arrows bleeding */
  #s2-social-proof-grid {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    gap: 12px !important;
    padding: 0 16px 16px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  #s2-social-proof-grid::-webkit-scrollbar {
    display: none !important;
  }

  .s2-masonry-item {
    flex: 0 0 85vw !important;
    max-width: 85vw !important;
    scroll-snap-align: center !important;
    margin-bottom: 0 !important;
  }

  /* Testimonial cards in slider - constrain image */
  .s2-testi-card {
    padding: 16px !important;
    gap: 12px !important;
  }

  .s2-testi-attachment {
    max-height: 300px !important;
    overflow: hidden !important;
  }

  .s2-testi-attachment img {
    max-height: 300px !important;
    object-fit: cover !important;
  }

  .s2-testi-text {
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
  }

  /* Mobile slider controls */
  .s2-mobile-controls {
    display: flex !important;
    padding: 0 16px !important;
  }

  .s2-slider-dots {
    gap: 6px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    max-width: 200px !important;
  }

  .s2-dot {
    width: 6px !important;
    height: 6px !important;
  }

  .s2-dot.active {
    transform: scale(1.4) !important;
  }

  /* Social Proof section title */
  .s2-sp-title {
    font-size: 1.75rem !important;
    line-height: 1.2 !important;
  }

  .s2-sp-subtitle {
    font-size: 0.9rem !important;
  }

  .s2-sp-header {
    margin-bottom: 30px !important;
    padding: 0 16px !important;
  }

  /* ===== 3. FEATURES SLIDER FIX ===== */
  /* Issue: Nav arrows partially off-screen */
  .s2-features-slider-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
  }

  .s2-features-slider-wrapper .s2-slider-btn {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.8rem !important;
  }

  .s2-features-slider-wrapper .s2-slider-btn.prev {
    left: 4px !important;
  }

  .s2-features-slider-wrapper .s2-slider-btn.next {
    right: 4px !important;
  }

  .s2-features-slider .s2-feature-card {
    width: 80vw !important;
  }

  .s2-features-title {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }

  .s2-features-subtitle {
    font-size: 0.9rem !important;
  }

  /* ===== 4. VIDEO TABS FIX ===== */
  /* Issue: Tab buttons cut off on right edge */
  .s2-tab-nav {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    padding: 0 16px 8px !important;
    gap: 8px !important;
    /* Fade effect on right to indicate more tabs */
    -webkit-mask-image: linear-gradient(to right, black 85%, transparent 100%) !important;
    mask-image: linear-gradient(to right, black 85%, transparent 100%) !important;
  }

  .s2-tab-nav::-webkit-scrollbar {
    display: none !important;
  }

  .s2-tab-btn {
    padding: 10px 14px !important;
    font-size: 0.8rem !important;
    gap: 6px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    min-height: 44px !important;
  }

  .s2-tab-btn lord-icon,
  .s2-tab-btn .s2-tab-emoji {
    width: 20px !important;
    height: 20px !important;
    font-size: 16px !important;
  }

  .s2-tab-content-area {
    border-radius: 12px !important;
    margin: 0 8px !important;
  }

  .s2-video-title {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }

  /* ===== 5. PRICING SECTION FIX ===== */
  /* Issue: Toggle too small, cards too long */
  .s2-billing-toggle {
    min-height: 44px !important;
    gap: 12px !important;
  }

  .s2-billing-toggle label {
    font-size: 0.9rem !important;
    padding: 8px 4px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
  }

  .s2-switch {
    width: 52px !important;
    height: 28px !important;
    min-width: 52px !important;
  }

  .s2-pricing-grid {
    gap: 16px !important;
    padding: 0 8px !important;
  }

  .s2-price-card {
    padding: 20px 16px !important;
  }

  .s2-pricing-title {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }

  /* Comparison table scroll */
  .s2-table-wrapper {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    margin: 0 -16px !important;
    padding: 0 16px !important;
  }

  /* ===== 6. HERO SECTION FIX ===== */
  .social2-hero {
    padding-top: 16px !important;
    padding-bottom: 0 !important;
  }

  .social2-hero__headline {
    font-size: 2rem !important;
    line-height: 1.15 !important;
    margin-bottom: 16px !important;
  }

  .social2-hero__subheadline {
    font-size: 0.95rem !important;
    margin-bottom: 20px !important;
    line-height: 1.5 !important;
  }

  /* Hero check items */
  .s2-hero-checks-row {
    gap: 8px 16px !important;
  }

  .s2-hero-check-item {
    font-size: 0.8rem !important;
    gap: 4px !important;
  }

  /* Hero social proof */
  .s2-hero-social-row {
    gap: 10px !important;
    flex-wrap: nowrap !important;
  }

  .s2-social-circle {
    width: 34px !important;
    height: 34px !important;
    margin-left: -8px !important;
  }

  .s2-social-rating {
    font-size: 0.75rem !important;
  }

  .s2-stars {
    font-size: 0.7rem !important;
  }

  /* ===== 7. TESTIMONIAL (FEATURED) FIX ===== */
  .s2-tba-container {
    border-radius: 16px !important;
  }

  .s2-tba-left {
    padding: 24px 16px !important;
  }

  .s2-tba-quote {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }

  .s2-tba-quote-icon {
    font-size: 50px !important;
    top: 12px !important;
    right: 12px !important;
    opacity: 0.08 !important;
  }

  .s2-tba-right {
    flex: 0 0 300px !important;
    max-height: 300px !important;
  }

  .s2-tba-stats {
    gap: 8px !important;
  }

  .s2-tba-stat-card {
    padding: 10px 12px !important;
  }

  /* ===== 8. HOW IT WORKS FIX ===== */
  .s2-how-title {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }

  .s2-step-desc {
    font-size: 0.85rem !important;
    line-height: 1.4 !important;
  }

  .s2-visual-sticky-box {
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  /* ===== 9. GUARANTEE SECTION FIX ===== */
  .s2-guarantee-headline {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }

  .s2-guarantee-subtitle {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    padding: 0 8px !important;
  }

  /* ===== 10. ABOUT SECTION FIX ===== */
  .s2-about-title {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }

  .s2-about-text {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }

  .s2-about-abstract-img {
    border-radius: 12px !important;
    max-height: 300px !important;
    object-fit: cover !important;
  }

  /* ===== 11. FINAL CTA FIX ===== */
  .s2-cta-title {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
  }

  .s2-cta-subtitle {
    font-size: 0.9rem !important;
  }

  .s2-cta-button {
    font-size: 1rem !important;
    padding: 14px 32px !important;
    min-height: 48px !important;
  }

  .s2-cta-numbers-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px 16px !important;
    margin-top: 40px !important;
  }

  .s2-cta-num {
    font-size: 1.5rem !important;
  }

  .s2-cta-label {
    font-size: 0.75rem !important;
  }

  /* ===== 12. SAMPLES / CAROUSEL FIX ===== */
  .social2-samples-headline-unified {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    padding: 0 16px !important;
  }

  /* ===== 13. GLOBAL TOUCH TARGETS ===== */
  /* Ensure all interactive elements meet 44px minimum */
  .s2-slider-btn,
  .s2-tab-btn,
  .s2-faq-question,
  .s2-billing-toggle label,
  .s2-cta-button {
    min-height: 44px !important;
  }

  /* ===== 14. TOP BAR FIX ===== */
  .s2-top-bar {
    padding: 8px 0 !important;
  }

  .s2-top-bar__text {
    font-size: 0.7rem !important;
    line-height: 1.3 !important;
  }

  /* ===== 15. PREVENT HORIZONTAL OVERFLOW ===== */
  section,
  .s2-features-section,
  .s2-video-section,
  .s2-how-section,
  .s2-social-proof-section,
  .s2-guarantee-section,
  .s2-pricing-section,
  .s2-about-section,
  .s2-final-cta,
  .s2-faq-section {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  /* Blobs - prevent horizontal overflow */
  .bg-blob {
    max-width: 300px !important;
    max-height: 300px !important;
  }

  #global-blobs {
    overflow: hidden !important;
  }

  /* ===== 16. HERO BRAND-LAYER FIX (Issue #1) ===== */
  /* Logo too big for container, description text being cut off */
  .h-brand-layer {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 120px 80px 70px 70px !important;
    gap: 6px !important;
    padding: 0 8px !important;
    max-width: 340px !important;
    margin: 0 auto !important;
  }

  .c-logo {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;
  }

  .c-logo img {
    width: 60px !important;
    max-width: 70% !important;
    height: auto !important;
  }

  .c-typo {
    grid-column: 2 / 3 !important;
    grid-row: 1 / 2 !important;
  }

  .c-typo span {
    font-size: 1.8rem !important;
    margin-top: 8px !important;
  }

  .c-typo small {
    font-size: 0.7rem !important;
  }

  .c-colors {
    grid-column: 1 / 3 !important;
    grid-row: 2 / 3 !important;
  }

  .color-spheres-wrap {
    margin-top: 12px !important;
  }

  .color-sphere {
    width: 20px !important;
    height: 20px !important;
  }

  .c-desc {
    grid-column: 1 / 3 !important;
    grid-row: 3 / 4 !important;
    overflow: visible !important;
    min-height: auto !important;
  }

  .c-desc p {
    font-size: 0.75rem !important;
    line-height: 1.3 !important;
    overflow: hidden !important;
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
  }

  .c-assets {
    grid-column: 1 / 3 !important;
    grid-row: 4 / 5 !important;
  }

  .assets-preview {
    font-size: 1.2rem !important;
    gap: 16px !important;
    margin-left: 12px !important;
  }

  .c-assets .card-title {
    margin-right: 12px !important;
  }

  .h-brand-card {
    padding: 10px !important;
  }

  .card-title {
    font-size: 0.55rem !important;
  }

  /* ===== 17. TARGET SECTION FIX (Issue #2) ===== */
  /* Headline should wrap properly on mobile, IA Estratégica pill less isolated */
  .s2-target-headline {
    font-size: 1.8rem !important;
    line-height: 1.25 !important;
    padding: 0 16px !important;
    text-align: center !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .s2-target-container {
    min-height: 400px !important;
    padding: 0 8px !important;
  }

  /* Better pill distribution - less isolation */
  .s2-target-item {
    padding: 8px 14px !important;
    font-size: 0.8rem !important;
    gap: 6px !important;
    white-space: nowrap !important;
    border-radius: 20px !important;
  }

  /* Move IA Estratégica (item-8) closer to center group */
  .s2-t-item-8 {
    bottom: 3% !important;
    left: 50% !important;
    margin-left: -65px !important;
    top: auto !important;
    right: auto !important;
  }

  /* Adjust items to be more compact so nothing floats alone */
  .s2-t-item-1 {
    top: 10% !important;
    left: 4% !important;
  }

  .s2-t-item-3 {
    top: 10% !important;
    right: 4% !important;
    left: auto !important;
  }

  .s2-t-item-5 {
    top: 28% !important;
    left: 0% !important;
    z-index: 11 !important;
  }

  .s2-t-item-9 {
    top: 28% !important;
    right: 0% !important;
    left: auto !important;
    z-index: 11 !important;
  }

  .s2-t-item-2 {
    bottom: 28% !important;
    left: 0% !important;
    top: auto !important;
    z-index: 11 !important;
  }

  .s2-t-item-4 {
    bottom: 28% !important;
    right: 0% !important;
    top: auto !important;
    left: auto !important;
    z-index: 11 !important;
  }

  .s2-t-item-10 {
    bottom: 10% !important;
    left: 4% !important;
    top: auto !important;
  }

  .s2-t-item-6 {
    bottom: 10% !important;
    right: 4% !important;
    top: auto !important;
    left: auto !important;
  }

  /* ===== 18. TESTIMONIAL SECTION FIX (Issue #3) ===== */
  /* Elements overlapping on mobile */
  .s2-tba-container {
    flex-direction: column !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  .s2-tba-left {
    flex: 0 0 auto !important;
    padding: 24px 16px !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .s2-tba-right {
    flex: 0 0 auto !important;
    max-height: 350px !important;
    min-height: 280px !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .s2-ba-slider-sys {
    min-height: 280px !important;
    height: 280px !important;
  }

  .s2-tba-quote {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    margin-bottom: 16px !important;
  }

  .s2-tba-profile {
    margin-bottom: 16px !important;
    gap: 10px !important;
  }

  .s2-tba-stats {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }

  .s2-tba-stat-card {
    padding: 10px 12px !important;
  }

  .s2-tba-stat-val {
    font-size: 1.1rem !important;
  }

  .s2-tba-stat-label {
    font-size: 0.7rem !important;
  }

  .s2-tba-quote-icon {
    font-size: 40px !important;
    top: 10px !important;
    right: 10px !important;
    opacity: 0.06 !important;
  }

  .s2-ba-watermark {
    width: 40px !important;
    opacity: 0.1 !important;
  }

  .s2-ba-controls {
    padding: 8px !important;
    gap: 4px !important;
  }

  .s2-ba-dot {
    width: 6px !important;
    height: 6px !important;
  }

  /* ===== 19. HOW-IT-WORKS TEXT PADDING FIX (Issue #4) ===== */
  /* Step description text overflowing container padding */
  .s2-how-step {
    width: 100% !important;
    padding: 14px 16px 14px 50px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .s2-how-step.active {
    padding: 16px 16px 16px 50px !important;
  }

  .s2-step-desc {
    font-size: 0.85rem !important;
    line-height: 1.4 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    padding-right: 4px !important;
  }

  .s2-step-content-wrapper {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  /* ===== 20. SOCIAL PROOF IMAGES & SLIDER FIX (Issue #5) ===== */
  /* Images cut off by overflow; arrow buttons removed */
  .s2-masonry-item {
    overflow: visible !important;
    border-radius: 12px !important;
  }

  .s2-masonry-item img {
    border-radius: 12px !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  /* Hide arrow buttons on mobile (swipe to scroll) */
  .s2-mobile-controls .s2-slider-btn {
    display: none !important;
  }

  /* Big Numbers - ensure distinct gradients visible */
  .s2-sp-bignumbers {
    flex-direction: column !important;
    gap: 1.5rem !important;
    padding: 1.5rem 1rem !important;
  }

  .s2-bn-number {
    font-size: 2.8rem !important;
  }

  .s2-bn-divider {
    display: none !important;
  }

  .s2-bn-label.pill-badge {
    font-size: 0.65rem !important;
    padding: 6px 12px !important;
  }

  /* ===== 21. GUARANTEE SECTION FIX (Issue #6) ===== */
  /* Social icons too small, not centered with BestContent logo */
  .s2-energy-core-wrapper {
    height: 180px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .s2-energy-path {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }

  /* Make the SVG foreignObject icons bigger on mobile */
  .s2-svg-flow-item foreignObject {
    width: 56px !important;
    height: 56px !important;
    x: -28 !important;
    y: -28 !important;
  }

  .s2-svg-flow-item foreignObject>div {
    width: 56px !important;
    height: 56px !important;
    font-size: 28px !important;
  }

  /* Core logo - slightly smaller to balance with icons */
  .s2-core-logo {
    width: 80px !important;
    height: 80px !important;
  }

  .s2-logo-img {
    width: 45% !important;
  }

  /* Rings */
  .s2-core-ring {
    border-color: rgba(236, 72, 153, 0.4) !important;
  }

  .s2-guarantee-headline {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }

  .s2-guarantee-sub {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    padding: 0 8px !important;
  }
}