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

:root {
  --bg-dark: #080B14;
  --bg-card: #0E1320;
  --bg-card2: #111827;
  --border: rgba(255,255,255,0.08);
  --border-glow: rgba(66,133,244,0.35);
  --text-primary: #F0F4FF;
  --text-secondary: #8B9CC8;
  --text-muted: #5A6A8A;
  --blue: #4285F4;
  --purple: #9334E6;
  --red: #EA4335;
  --yellow: #FBBC04;
  --green: #34A853;
  --gradient-main: linear-gradient(135deg, #4285F4 0%, #9334E6 50%, #EA4335 100%);
  --gradient-gem: linear-gradient(135deg, #4285F4, #9334E6, #EA4335, #FBBC04);
  --glow-blue: 0 0 40px rgba(66,133,244,0.3);
  --glow-purple: 0 0 40px rgba(147,52,230,0.3);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
}

html { scroll-behavior: smooth; }

/* Scroll-margin para compensar a barra superior fixa em âncoras */
section[id], #comprar, #comparativo, #faq, #provas, #beneficios, #como-funciona {
  scroll-margin-top: 80px;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: auto;
}

input, textarea, select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

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

/* =============================================
   TYPOGRAPHY UTILITIES
   ============================================= */
.gradient-text {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =============================================
   LAYOUT
   ============================================= */
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.section {
  padding: 60px 0;
}

@media (min-width: 768px) {
  .container { padding: 0 24px; }
  .section { padding: 100px 0; }
}

/* =============================================
   TOP BAR (AVISO DE ARMAZENAMENTO & OFERTA)
   ============================================= */
.top-bar {
  background: linear-gradient(90deg, #1e3a8a, #2563eb, #7c3aed, #2563eb);
  background-size: 250%;
  animation: barShift 6s linear infinite;
  text-align: center;
  padding: 9px 16px;
  font-size: 13.5px;
  font-weight: 500;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

@keyframes barShift {
  0% { background-position: 0%; }
  100% { background-position: 250%; }
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  flex-wrap: wrap;
  line-height: 1.4;
}

.top-bar-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.top-bar-pain {
  color: #fed7aa;
  font-weight: 700;
}

.top-bar-highlight {
  color: #ffffff;
  font-weight: 600;
}

.top-bar-pill {
  background: rgba(16, 185, 129, 0.25);
  border: 1px solid rgba(52, 211, 153, 0.5);
  color: #6ee7b7;
  font-size: 11.5px;
  font-weight: 800;
  padding: 2px 10px;
  border-radius: 20px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .top-bar {
    padding: 8px 12px;
    font-size: 12.5px;
  }
  .top-bar-inner {
    gap: 4px;
  }
}

/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding: 80px 16px 48px;
  gap: 36px;
  max-width: 1180px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .hero {
    flex-direction: row;
    text-align: left;
    min-height: 100vh;
    padding: 100px 24px 60px;
    gap: 60px;
    align-items: center;
  }
}

.hero-bg {
  position: fixed;
  inset: 0;
  background: url('hero_bg.webp') center/cover no-repeat;
  opacity: 0.12;
  z-index: -2;
  pointer-events: none;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(66,133,244,0.15) 0%, transparent 70%),
              radial-gradient(ellipse 60% 40% at 80% 30%, rgba(147,52,230,0.12) 0%, transparent 60%);
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.particle {
  position: absolute;
  border-radius: 50%;
  animation: floatParticle linear infinite;
  opacity: 0;
}

@keyframes floatParticle {
  0% { transform: translateY(100vh) scale(0); opacity: 0; }
  10% { opacity: 0.6; }
  90% { opacity: 0.2; }
  100% { transform: translateY(-100px) scale(1); opacity: 0; }
}

.hero-content {
  flex: 1;
  max-width: 100%;
  z-index: 1;
  width: 100%;
}

@media (min-width: 900px) {
  .hero-content { max-width: 620px; }
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(66,133,244,0.12);
  border: 1px solid rgba(66,133,244,0.3);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #7EB3FF;
  margin-bottom: 24px;
  animation: fadeInDown 0.6s ease;
}

.badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #4285F4;
  box-shadow: 0 0 8px #4285F4;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 6px #4285F4; transform: scale(1); }
  50% { box-shadow: 0 0 16px #4285F4; transform: scale(1.2); }
}

.hero-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 22px;
  animation: fadeInUp 0.7s ease 0.1s both;
}

.hero-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  color: var(--text-secondary);
  margin-bottom: 36px;
  line-height: 1.7;
  animation: fadeInUp 0.7s ease 0.2s both;
}

.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  animation: fadeInUp 0.7s ease 0.3s both;
  justify-content: center;
}

@media (min-width: 900px) {
  .hero-ctas { justify-content: flex-start; margin-bottom: 40px; gap: 16px; }
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  animation: fadeInUp 0.7s ease 0.4s both;
  justify-content: center;
}

@media (min-width: 900px) {
  .hero-trust { justify-content: flex-start; gap: 16px; }
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--text-secondary);
}

.trust-divider {
  width: 1px; height: 20px;
  background: var(--border);
}

/* =============================================
   BUTTONS
   ============================================= */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--gradient-main);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 32px rgba(147,52,230,0.4);
  width: 100%;
  max-width: 360px;
}

@media (min-width: 768px) {
  .btn-primary { font-size: 16px; padding: 16px 32px; width: auto; max-width: none; }
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 40px rgba(147,52,230,0.55);
}

.btn-primary:hover::before { opacity: 1; }
.btn-primary:active { transform: scale(0.98); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 14px;
  padding: 14px 24px;
  border-radius: 50px;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  max-width: 360px;
}

.btn-ghost:hover {
  border-color: rgba(66,133,244,0.5);
  background: rgba(66,133,244,0.08);
  color: #7EB3FF;
}

@media (min-width: 768px) {
  .btn-ghost { font-size: 15px; padding: 15px 28px; width: auto; max-width: none; }
}

.btn-lg { padding: 18px 32px; font-size: 16px; }
@media (min-width: 768px) { .btn-lg { padding: 20px 44px; font-size: 18px; } }

/* =============================================
   HERO VISUAL / PRODUCT CARD
   ============================================= */
.hero-visual {
  flex: none;
  width: 100%;
  display: flex;
  justify-content: center;
  animation: fadeInUp 0.8s ease 0.2s both;
  z-index: 1;
}

@media (min-width: 900px) {
  .hero-visual {
    flex: 0 0 380px;
    animation: fadeInRight 0.8s ease 0.2s both;
  }
}

.product-card-glow {
  position: relative;
}

.product-card-glow::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: radial-gradient(ellipse, rgba(147,52,230,0.35) 0%, transparent 70%);
  border-radius: 50%;
  animation: glowPulse 3s ease-in-out infinite;
  z-index: -1;
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

.product-card {
  background: rgba(14,19,32,0.95);
  border: 1px solid rgba(66,133,244,0.25);
  border-radius: var(--radius-xl);
  padding: 24px;
  width: 100%;
  max-width: 380px;
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(66,133,244,0.1);
  animation: cardFloat 4s ease-in-out infinite;
}

@media (min-width: 900px) {
  .product-card { width: 340px; padding: 32px; }
}

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

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.gemini-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 16px;
}

.gemini-icon { width: 28px; height: 28px; }

.card-badge {
  background: var(--gradient-main);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  border-radius: 20px;
}

.card-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.feat-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--text-secondary);
}

.feat-check {
  color: #4285F4;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.card-price-area {
  background: rgba(66,133,244,0.08);
  border: 1px solid rgba(66,133,244,0.15);
  border-radius: var(--radius-md);
  padding: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.price-from {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.price-from s { text-decoration: line-through; color: #EA4335; }

.price-main {
  font-size: 12px;
  color: var(--text-secondary);
  margin-bottom: 4px;
}

.price-value {
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
}

.price-number { color: #4285F4; }

.price-note {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 4px;
}

.btn-card-cta {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--gradient-main);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 13px;
  border-radius: 12px;
  transition: opacity 0.2s, transform 0.2s;
}

.btn-card-cta:hover { opacity: 0.9; transform: scale(1.02); }

/* =============================================
   SOCIAL PROOF BAR
   ============================================= */
.social-proof-bar {
  background: rgba(14,19,32,0.8);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(20px);
}

.spb-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.spb-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.spb-num {
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.spb-label {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.spb-divider {
  width: 1px; height: 36px;
  background: var(--border);
}

/* =============================================
   SECTION HEADERS
   ============================================= */
.section-tag {
  display: inline-block;
  background: rgba(66,133,244,0.12);
  border: 1px solid rgba(66,133,244,0.25);
  color: #7EB3FF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.section-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.6rem, 6vw, 2.8rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 14px;
}

.section-subtitle {
  font-size: 0.95rem;
  color: var(--text-secondary);
  max-width: 100%;
  line-height: 1.7;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .section-subtitle { font-size: 1.05rem; max-width: 620px; margin-bottom: 56px; }
}

/* =============================================
   FEATURES GRID
   ============================================= */
.features-section { background: transparent; }

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 600px) {
  .features-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
}

@media (min-width: 1024px) {
  .features-grid { grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 20px; }
}

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gradient-main);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.feature-card:hover {
  border-color: rgba(66,133,244,0.3);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
}

.feature-card:hover::before { transform: scaleX(1); }

.feature-card.featured {
  background: linear-gradient(135deg, rgba(66,133,244,0.12), rgba(147,52,230,0.08));
  border-color: rgba(66,133,244,0.25);
  grid-column: span 1;
}

@media (min-width: 600px) {
  .feature-card.featured { grid-column: span 2; }
}

.feat-icon-wrap {
  width: 52px; height: 52px;
  background: rgba(var(--ic, 66,133,244), 0.12);
  border: 1px solid rgba(var(--ic, 66,133,244), 0.2);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  font-size: 24px;
}

.feature-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}

.feat-tag {
  display: inline-block;
  background: rgba(66,133,244,0.12);
  border: 1px solid rgba(66,133,244,0.2);
  color: #7EB3FF;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
}

/* Card compacto com lista de benefícios adicionais */
.feature-card.extra-benefits-card {
  background: linear-gradient(135deg, rgba(22, 27, 46, 0.95), rgba(16, 185, 129, 0.08));
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.extra-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.extra-benefits-list li {
  font-size: 13.5px;
  color: var(--text-secondary);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.45;
}

.extra-benefits-list li strong {
  color: #fff;
}

.extra-check {
  color: #10B981;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
}

/* =============================================
   HOW IT WORKS / STEPS
   ============================================= */
.how-section {
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(66,133,244,0.05) 0%, transparent 70%);
}

.steps-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 600px) {
  .steps-container { grid-template-columns: 1fr 1fr; gap: 20px; }
}

@media (min-width: 900px) {
  .steps-container { grid-template-columns: repeat(4, 1fr); gap: 24px; }
}

.step-line {
  display: none;
}

.step {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  position: relative;
  transition: all 0.3s;
}

.step:hover {
  border-color: rgba(66,133,244,0.3);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

.step-num {
  font-family: 'Outfit', sans-serif;
  font-size: 42px;
  font-weight: 900;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 14px;
}

.step-content h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.step-content p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* =============================================
   ACTIVATION VIDEO / VTURB SHOWCASE
   ============================================= */
.activation-video-wrapper {
  margin-top: 48px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.activation-video-card {
  background: linear-gradient(145deg, rgba(22, 27, 46, 0.85) 0%, rgba(13, 15, 26, 0.95) 100%);
  border: 1px solid rgba(99, 102, 241, 0.35);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 35px rgba(99, 102, 241, 0.18);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.activation-video-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #4285F4, #9B72CF, #00C853, transparent);
}

.video-header {
  text-align: center;
  margin-bottom: 22px;
}

.video-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.45);
  color: #fca5a5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.video-live-badge .pulse-dot {
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
  box-shadow: 0 0 8px #ef4444;
  animation: liveDotPulse 1.6s infinite ease-in-out;
}

@keyframes liveDotPulse {
  0% { transform: scale(0.9); opacity: 0.8; }
  50% { transform: scale(1.35); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.8; }
}

.video-card-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(20px, 3.2vw, 26px);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.3;
}

.video-card-sub {
  font-size: 14px;
  color: var(--text-secondary);
  margin: 0 auto;
  max-width: 600px;
  line-height: 1.5;
}

.video-player-frame {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
  background: #000000;
}

.video-footer-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 28px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vft-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #cbd5e1;
  font-weight: 500;
}

.vft-item span {
  font-size: 16px;
}

@media (max-width: 640px) {
  .activation-video-wrapper {
    margin-top: 36px;
  }
  .activation-video-card {
    padding: 20px 14px;
    border-radius: 16px;
  }
  .video-footer-trust {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

/* =============================================
   TESTIMONIALS
   ============================================= */
.testimonials-section {
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(147,52,230,0.07) 0%, transparent 70%);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

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

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: all 0.3s;
}

.testimonial-card.featured-t {
  background: linear-gradient(135deg, rgba(66,133,244,0.1), rgba(147,52,230,0.08));
  border-color: rgba(66,133,244,0.25);
  position: relative;
}

.testimonial-card.featured-t::before {
  content: '⭐ CLIENTE VERIFICADO';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradient-main);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

.stars { font-size: 16px; margin-bottom: 14px; }

.testimonial-card > p {
  font-size: 14.5px;
  color: var(--text-secondary);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
}

/* =============================================
   VITRINE DE PROVAS SOCIAIS — SHOWCASE PREMIUM
   Design vitrine de loja: proporção smartphone, deslizamento fluído,
   interatividade por toque/mouse e modal lightbox em alta definição.
   ============================================= */
.proofs-vitrine-wrapper {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 0 20px;
}

/* Header de Status da Vitrine */
.proofs-vitrine-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 0 8px;
}

.proofs-live-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: 20px;
  padding: 5px 14px;
}

.proofs-live-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 10px #10b981;
  animation: pulseProofDot 2s infinite ease-in-out;
}

@keyframes pulseProofDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.5; }
}

.proofs-live-text {
  font-size: 12.5px;
  font-weight: 600;
  color: #34d399;
  letter-spacing: 0.02em;
}

.proofs-counter-badge {
  font-size: 12px;
  font-weight: 700;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  padding: 4px 12px;
}

.proofs-counter-badge span {
  color: #fff;
}

/* Container do Carrossel */
.proofs-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 16px;
}

/* Gradientes suaves de profundidade nas extremidades */
.proofs-carousel-container::before,
.proofs-carousel-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 5;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.proofs-carousel-container::before {
  left: 0;
  background: linear-gradient(90deg, #07090e 0%, rgba(7, 9, 14, 0.7) 40%, transparent 100%);
}

.proofs-carousel-container::after {
  right: 0;
  background: linear-gradient(-90deg, #07090e 0%, rgba(7, 9, 14, 0.7) 40%, transparent 100%);
}

/* Track de Deslizamento */
.proofs-track {
  display: flex;
  gap: 20px;
  padding: 6px 2px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 0.45s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.proofs-track.is-dragging {
  cursor: grabbing;
  transition: none !important;
}

/* Card de Vitrine (Proporção Fiel de Smartphone 9 / 19.5) */
.proof-slide {
  position: relative;
  flex: 0 0 clamp(255px, 22vw, 290px);
  aspect-ratio: 9 / 19.5;
  display: flex;
  flex-direction: column;
  padding: 8px;
  background: linear-gradient(160deg, rgba(24, 29, 48, 0.95) 0%, rgba(12, 14, 25, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  contain: content;
  transform: scale(0.94);
  opacity: 0.65;
  transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.3, 1), opacity 0.4s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.proof-slide.is-active {
  transform: scale(1);
  opacity: 1;
  border-color: rgba(66, 133, 244, 0.55);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.65), 0 0 28px rgba(66, 133, 244, 0.25);
}

.proof-slide:hover {
  opacity: 1;
  transform: scale(0.97) translateY(-3px);
  border-color: rgba(66, 133, 244, 0.4);
}

.proof-slide.is-active:hover {
  transform: scale(1.02) translateY(-3px);
  border-color: rgba(66, 133, 244, 0.7);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.75), 0 0 32px rgba(66, 133, 244, 0.35);
}

.proof-slide.featured-proof {
  border-color: rgba(16, 185, 129, 0.35);
}

.proof-slide.featured-proof.is-active {
  border-color: rgba(16, 185, 129, 0.75);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.65), 0 0 30px rgba(16, 185, 129, 0.3);
}

.proof-slide.featured-proof.is-active:hover {
  border-color: rgba(16, 185, 129, 0.9);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.75), 0 0 36px rgba(16, 185, 129, 0.4);
}

.proof-slide.featured-proof::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #10b981, transparent);
  z-index: 3;
}

/* Top bar com avatar, nome e selo oficial */
.pfc-top-bar {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  z-index: 2;
  pointer-events: none;
}

.pfc-user-info {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(10, 13, 22, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  padding: 4px 12px 4px 5px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.pfc-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.pfc-meta {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.pfc-meta strong {
  font-size: 12.5px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.pfc-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #34d399;
  font-weight: 600;
}

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

/* Área da Imagem de Prova — ocupa 100% da moldura interna */
.pfc-img-wrap {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #080b12;
  display: block;
  position: relative;
}

.pfc-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  pointer-events: none;
  transition: transform 0.35s ease;
}

.proof-slide:hover .pfc-img {
  transform: scale(1.03);
}

/* Selo Flutuante "Toque para ampliar" */
.pfc-zoom-hint {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  opacity: 0;
  background: rgba(10, 13, 22, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 11.5px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 3;
}

.pfc-zoom-hint svg {
  color: #60a5fa;
}

.proof-slide:hover .pfc-zoom-hint {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Controles de Navegação da Vitrine */
.proofs-nav-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
}

.proofs-nav-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  flex-shrink: 0;
  backdrop-filter: blur(8px);
}

.proofs-nav-btn:hover {
  background: rgba(66, 133, 244, 0.25);
  border-color: rgba(66, 133, 244, 0.6);
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(66, 133, 244, 0.35);
}

.proofs-nav-btn:active {
  transform: scale(0.95);
}

/* Container de Dots / Pílulas da Vitrine */
.proofs-dots-container {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  backdrop-filter: blur(6px);
  max-width: 280px;
  overflow-x: auto;
  scrollbar-width: none;
}

.proofs-dots-container::-webkit-scrollbar {
  display: none;
}

.proof-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 1);
  flex-shrink: 0;
}

.proof-dot:hover {
  background: rgba(255, 255, 255, 0.5);
}

.proof-dot.active {
  width: 22px;
  border-radius: 8px;
  background: linear-gradient(90deg, #4285f4, #9334e6);
  box-shadow: 0 0 10px rgba(66, 133, 244, 0.5);
}

.proofs-nav-hint {
  font-size: 12px;
  color: var(--text-muted, #94a3b8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  margin-top: 10px;
}

/* =============================================
   MODAL LIGHTBOX DE PROVAS REAIS (ZOOM EM ALTA DEFINIÇÃO)
   ============================================= */
.proof-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  padding: 16px;
}

.proof-modal.open,
.proof-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.proof-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 13, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
}

.proof-modal-dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 440px;
  max-height: 94vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, #131726 0%, #0c0e18 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 45px rgba(66, 133, 244, 0.2);
  overflow: hidden;
  transform: scale(0.92);
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.proof-modal.open .proof-modal-dialog {
  transform: scale(1);
}

.proof-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: all 0.2s ease;
}

.proof-modal-close:hover {
  background: rgba(239, 68, 68, 0.35);
  border-color: rgba(239, 68, 68, 0.6);
  transform: rotate(90deg);
}

.proof-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 54px 14px 18px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.proof-modal-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.proof-modal-meta {
  display: flex;
  flex-direction: column;
}

.proof-modal-meta strong {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.proof-modal-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #34d399;
  font-weight: 600;
}

.proof-modal-counter {
  font-size: 12px;
  font-weight: 700;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.06);
  padding: 4px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.proof-modal-body {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  background: #080b12;
  overflow: hidden;
}

.proof-modal-img-container {
  width: 100%;
  height: 100%;
  max-height: 68vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proof-modal-img {
  max-width: 100%;
  max-height: 68vh;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  transition: opacity 0.2s ease;
}

.proof-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(11, 14, 24, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  backdrop-filter: blur(8px);
  transition: all 0.2s ease;
}

.proof-modal-nav.prev { left: 8px; }
.proof-modal-nav.next { right: 8px; }

.proof-modal-nav:hover {
  background: rgba(66, 133, 244, 0.4);
  border-color: rgba(66, 133, 244, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.proof-modal-footer {
  padding: 12px 18px 16px;
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.proof-modal-trust {
  font-size: 11.5px;
  color: #94a3b8;
  text-align: center;
}

.proof-modal-cta {
  width: 100%;
  justify-content: center;
  padding: 12px 20px;
  font-size: 14.5px;
}

/* Bottom CTA & Trust */
.proofs-bottom-cta {
  text-align: center;
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.pbc-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  font-size: 13px;
  color: #94a3b8;
  font-weight: 500;
}

.pbc-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* =============================================
   RESPONSIVIDADE DA VITRINE
   ============================================= */
@media (min-width: 1024px) {
  .proof-slide {
    flex: 0 0 clamp(260px, 24vw, 290px);
  }
}

/* Mobile: Card em destaque com peek elegante dos cards vizinhos */
@media (max-width: 768px) {
  .testimonials-section {
    padding-bottom: 90px; /* Evita que o float-cta cubra os controles da vitrine */
  }

  .proofs-vitrine-wrapper {
    padding: 6px 0 16px;
  }

  .proofs-carousel-container {
    padding: 4px 0 12px;
  }

  .proofs-carousel-container::before,
  .proofs-carousel-container::after {
    width: 28px;
  }

  .proofs-track {
    gap: 14px;
  }

  .proof-slide {
    flex: 0 0 clamp(240px, 76vw, 280px);
    aspect-ratio: 9 / 19.5;
    padding: 6px;
    border-radius: 20px;
    transform: scale(0.92);
    opacity: 0.65;
  }

  .proof-slide.is-active {
    transform: scale(1);
    opacity: 1;
  }

  /* No mobile, o hint de zoom fica discretamente visível */
  .pfc-zoom-hint {
    opacity: 0.88;
    transform: translateX(-50%) translateY(0);
    font-size: 10.5px;
    padding: 5px 12px;
  }

  .pfc-user-info {
    padding: 3px 10px 3px 4px;
    gap: 8px;
  }

  .pfc-avatar {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

  .pfc-meta strong {
    font-size: 11.5px;
  }

  .pfc-badge {
    font-size: 9.5px;
  }

  .proofs-nav-btn {
    width: 40px;
    height: 40px;
  }

  .proofs-dots-container {
    max-width: 200px;
    padding: 6px 12px;
  }

  .proof-dot {
    width: 6px;
    height: 6px;
  }

  .proof-dot.active {
    width: 16px;
  }

  .proofs-nav-hint {
    font-size: 11px;
  }

  .pbc-trust {
    flex-direction: column;
    gap: 8px;
  }

  .proof-modal {
    padding: 8px;
  }

  .proof-modal-dialog {
    max-height: 96vh;
    border-radius: 18px;
  }

  .proof-modal-img {
    max-height: 60vh;
  }
}

/* Proof Video Vertical Showcase */
.proof-video-wrapper {
  max-width: 440px;
  margin: 32px auto 10px auto;
  background: linear-gradient(145deg, rgba(22, 27, 46, 0.95) 0%, rgba(13, 15, 26, 0.98) 100%);
  border: 1px solid rgba(66, 133, 244, 0.35);
  border-radius: 24px;
  padding: 20px 16px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6), 0 0 30px rgba(66, 133, 244, 0.15);
  position: relative;
  overflow: hidden;
}

.proof-video-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #4285F4, #9334E6, #34A853);
}

.proof-video-header {
  text-align: center;
  margin-bottom: 16px;
}

.proof-video-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #34D058;
  background: rgba(52, 208, 88, 0.12);
  border: 1px solid rgba(52, 208, 88, 0.35);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.proof-video-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.proof-video-subtitle {
  font-size: 13px;
  color: var(--text-secondary, #94a3b8);
  line-height: 1.4;
  margin: 0;
}

.proof-video-player-box {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

/* =============================================
   PRICING
   ============================================= */
.pricing-section {
  background: radial-gradient(ellipse 70% 50% at 50% 50%, rgba(147,52,230,0.08) 0%, transparent 70%);
}

.pricing-card-wrap {
  display: flex;
  justify-content: center;
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid rgba(66,133,244,0.3);
  border-radius: var(--radius-xl);
  padding: 24px 18px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(66,133,244,0.1);
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .pricing-card { padding: 48px; }
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gradient-main);
}

.pricing-header {
  text-align: center;
  margin-bottom: 40px;
}

.pricing-badge {
  display: inline-block;
  background: linear-gradient(135deg, #EA4335, #FBBC04);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 16px;
  animation: priceBadgePulse 2s ease-in-out infinite;
}

@keyframes priceBadgePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(234,67,53,0.4); }
  50% { box-shadow: 0 0 0 8px rgba(234,67,53,0); }
}

.pricing-title {
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
}

.pricing-from {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.pricing-from s { color: #EA4335; }

.pricing-price {
  font-family: 'Outfit', sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing-price span { font-size: 52px; }

@media (min-width: 768px) {
  .pricing-price { font-size: 62px; }
  .pricing-price span { font-size: 62px; }
}

.pricing-period {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 8px;
}

.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}

.pf-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  color: var(--text-secondary);
}

.pf-check { flex-shrink: 0; font-size: 16px; }

.btn-buy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  background: var(--gradient-main);
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  padding: 20px;
  border-radius: var(--radius-md);
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0 8px 32px rgba(147,52,230,0.5);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.btn-buy::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
  transform: translateX(-100%);
  animation: shimmer 2.5s infinite;
}

@keyframes shimmer {
  100% { transform: translateX(100%); }
}

.btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(147,52,230,0.65);
}

.btn-buy small {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.8;
}

.pricing-security {
  display: flex;
  justify-content: center;
  gap: 16px;
  font-size: 12.5px;
  color: var(--text-muted);
  flex-wrap: wrap;
}

/* =============================================
   FAQ
   ============================================= */
.faq-section { background: transparent; }

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 820px;
  margin: 0 auto;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.3s;
}

.faq-item.open {
  border-color: rgba(66,133,244,0.3);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: var(--text-primary);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  transition: color 0.2s;
}

.faq-question:hover { color: #7EB3FF; }

.faq-arrow {
  font-size: 11px;
  transition: transform 0.3s;
  flex-shrink: 0;
  color: var(--text-muted);
}

.faq-item.open .faq-arrow { transform: rotate(180deg); color: #4285F4; }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
}

.faq-item.open .faq-answer {
  max-height: 600px;
  padding-bottom: 20px;
}

.faq-answer p {
  padding: 0 24px;
  font-size: 14.5px;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* =============================================
   FINAL CTA
   ============================================= */
.final-cta-section {
  position: relative;
  padding: 64px 16px;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .final-cta-section { padding: 120px 24px; }
}

.final-cta-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(66,133,244,0.12) 0%, rgba(147,52,230,0.08) 40%, transparent 70%);
}

.final-cta-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gemini-logo-large {
  margin-bottom: 24px;
  animation: spin 8s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.final-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  margin-bottom: 16px;
  max-width: 700px;
}

.final-sub {
  font-size: 1.05rem;
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 560px;
  line-height: 1.7;
}

.final-trust-line {
  margin-top: 24px;
  font-size: 13px;
  color: var(--text-secondary);
  text-align: center;
  opacity: 0.8;
  letter-spacing: 0.01em;
}

/* =============================================
   FOOTER
   ============================================= */
.footer {
  background: #060910;
  border-top: 1px solid var(--border);
  padding-top: 48px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .footer-inner { flex-direction: row; gap: 48px; padding-bottom: 40px; }
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}

.footer-brand p, .footer-info p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 360px;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 24px;
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
}

/* =============================================
   FLOATING CTA
   ============================================= */
.float-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--gradient-main);
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 24px;
  border-radius: 0;
  box-shadow: 0 -4px 24px rgba(147,52,230,0.5);
  z-index: 998;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s;
  pointer-events: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.float-cta.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (min-width: 768px) {
  .float-cta {
    bottom: 24px;
    left: auto;
    right: 24px;
    border-radius: 50px;
    padding: 14px 24px;
    transform: translateY(20px);
    box-shadow: 0 8px 28px rgba(147,52,230,0.5);
  }
  .float-cta.visible { transform: translateY(0); }
  .float-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(147,52,230,0.65); }
}

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

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Scroll animation triggers */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

/* =============================================
   RESPONSIVE
   ============================================= */
/* Mobile: badge pill centrado */
.badge-pill { margin: 0 auto 24px; }
@media (min-width: 900px) { .badge-pill { margin: 0 0 24px; } }

/* Mobile: social proof bar */
.spb-inner { gap: 20px; padding: 20px 16px; }
.spb-divider { display: none; }
@media (min-width: 600px) {
  .spb-inner { gap: 48px; padding: 24px; }
  .spb-divider { display: block; }
}

/* Mobile: comparison grid */
.comparison-grid { grid-template-columns: 1fr; margin-top: 32px; }
.featured-comp { transform: none; }
@media (min-width: 768px) {
  .comparison-grid { grid-template-columns: 1fr 1fr; margin-top: 50px; }
  .featured-comp { transform: scale(1.02); }
}



/* =============================================
   COMPARISON SECTION
   ============================================= */
.comparison-section {
  background: linear-gradient(180deg, var(--bg-dark) 0%, #0c1020 50%, var(--bg-dark) 100%);
  padding: 90px 0;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 32px;
  align-items: stretch;
}

@media (min-width: 768px) {
  .comparison-grid { grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 50px; }
}

.comp-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

.comp-other {
  opacity: 0.85;
  background: rgba(15, 20, 32, 0.6);
  border-color: rgba(255, 255, 255, 0.08);
}

.featured-comp {
  background: linear-gradient(165deg, #13192f 0%, #0a0d18 100%);
  border: 2px solid #4285F4;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 45px rgba(66, 133, 244, 0.25);
  transform: scale(1.02);
}

.comp-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #EA4335, #9334E6);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 5px 16px;
  border-radius: 999px;
  box-shadow: 0 4px 15px rgba(234, 67, 53, 0.4);
}

.comp-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 6px;
  margin-bottom: 16px;
  align-self: flex-start;
}

.comp-badge-gray {
  background: rgba(255, 255, 255, 0.06);
  color: #94a3b8;
}

.comp-badge-blue {
  background: rgba(66, 133, 244, 0.15);
  color: #60a5fa;
  border: 1px solid rgba(66, 133, 244, 0.35);
}

.comp-header h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
}

.comp-price-wrap {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.comp-price {
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--text-primary);
}

.comp-price span {
  font-size: 15px;
  color: var(--text-secondary);
  font-weight: 500;
}

.comp-price-highlight {
  color: #34D399;
  font-size: 40px;
  font-weight: 900;
  text-shadow: 0 0 20px rgba(52, 211, 153, 0.3);
}

.comp-price-highlight span {
  font-size: 16px;
  color: #93c5fd;
}

.comp-note {
  font-size: 13px;
  color: #94a3b8;
  margin-top: 4px;
}

.comp-note-highlight {
  font-size: 13px;
  font-weight: 700;
  color: #60a5fa;
  margin-top: 4px;
}

.comp-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-grow: 1;
}

.comp-list li {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.comp-bad {
  color: #94a3b8;
}

.comp-good {
  color: #e2e8f0;
}

.comp-good strong {
  color: #fff;
}

.btn-comp-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 20px;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 800;
  border-radius: var(--radius-md);
  background: var(--gradient-main);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(66, 133, 244, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  margin-top: auto;
}

.btn-comp-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(66, 133, 244, 0.6);
}

@media (max-width: 840px) {
  .fsb-grid {
    grid-template-columns: 1fr;
  }
  .comparison-grid {
    grid-template-columns: 1fr;
  }
  .featured-comp {
    transform: none;
  }
}

/* =============================================
   PROOF SECTION — PROVAS VISUAIS REAIS
   ============================================= */
.proof-section {
  background: linear-gradient(180deg, var(--bg-dark) 0%, #0a0f1e 100%);
}
.proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 32px;
}

@media (min-width: 768px) {
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 48px; }
}
.proof-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.proof-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(66,133,244,0.15);
}
.proof-card.proof-featured {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .proof-card.proof-featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.proof-card.proof-featured .proof-img-wrap {
  border-radius: 0;
  max-height: 240px;
}

@media (min-width: 768px) {
  .proof-card.proof-featured .proof-img-wrap { max-height: 340px; }
}
.proof-card.proof-featured .proof-label,
.proof-card.proof-featured .proof-desc {
  padding: 20px;
}

@media (min-width: 768px) {
  .proof-card.proof-featured .proof-label,
  .proof-card.proof-featured .proof-desc { padding: 28px 32px; }
}
.proof-label {
  padding: 14px 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
  background: rgba(66,133,244,0.08);
  border-bottom: 1px solid var(--border);
}
.proof-img-wrap {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  max-height: 260px;
  background: #0d1424;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .proof-img-wrap { min-height: 260px; max-height: 300px; }
}
.proof-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.4s ease;
}
.proof-card:hover .proof-img { transform: scale(1.02); }

/* Ajustes específicos para a prova de 5TB (Drive) - imagem vertical completa sem cortes */
.proof-card-drive .proof-img-wrap {
  min-height: 420px;
  max-height: 480px;
  background: #f8fafd;
  padding: 6px 0;
}
.proof-card-drive .proof-img {
  width: 100%;
  height: auto;
  max-height: 470px;
  object-fit: contain;
  object-position: center;
}

/* Ajustes específicos para o painel de benefícios */
.proof-card-benefits .proof-img-wrap {
  min-height: 380px;
  max-height: 440px;
  background: #fff;
  padding: 6px 0;
}
.proof-card-benefits .proof-img {
  width: 100%;
  height: auto;
  max-height: 430px;
  object-fit: contain;
  object-position: top center;
}

/* Badge de verificação flutuante no topo, sem degradê cobrindo o texto do print */
.proof-overlay {
  position: absolute;
  top: 12px;
  left: 12px;
  bottom: auto;
  right: auto;
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}
.proof-overlay-badge {
  font-size: 0.72rem;
  font-weight: 700;
  color: #34D058;
  background: rgba(8, 12, 24, 0.9);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(52, 208, 88, 0.4);
  padding: 5px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  letter-spacing: 0.02em;
}
.proof-desc {
  padding: 16px 20px;
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.6;
}
.proof-desc strong { color: var(--text-primary); }
.proof-cta-wrap {
  text-align: center;
  margin-top: 28px;
  padding: 24px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

@media (min-width: 768px) {
  .proof-cta-wrap { margin-top: 48px; padding: 36px; }
}
.proof-cta-text {
  font-size: 1.05rem;
  color: var(--text-secondary);
  margin-bottom: 20px;
}
.proof-cta-text strong { color: var(--text-primary); }

/* =============================================
   JIO SECTION — POR QUE TÃO BARATO
   ============================================= */
.jio-section {
  background: linear-gradient(180deg, #0a0f1e 0%, #0d0e15 100%);
}
.jio-card {
  background: var(--bg-card);
  border: 1px solid rgba(66,133,244,0.25);
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin-top: 40px;
  box-shadow: 0 0 60px rgba(66,133,244,0.08);
}
.jio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

@media (min-width: 900px) {
  .jio-grid { grid-template-columns: 1fr 1fr; }
}
.jio-left {
  padding: 24px 16px;
  border-right: none;
  border-bottom: 1px solid var(--border);
}

.jio-right { padding: 24px 16px; }

@media (min-width: 900px) {
  .jio-left { padding: 40px; border-right: 1px solid var(--border); border-bottom: none; }
  .jio-right { padding: 40px; }
}
.jio-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  background: rgba(66,133,244,0.1);
  border: 1px solid rgba(66,133,244,0.25);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}
.jio-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.4;
}
.jio-title strong {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.jio-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 14px;
}
.jio-desc strong { color: var(--text-primary); }
.jio-proof-badge {
  margin-top: 24px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
}
.jio-proof-img { width: 100%; display: block; background: #fff; }
.jio-proof-caption {
  display: block;
  font-size: 0.72rem;
  color: var(--text-muted);
  padding: 10px 14px;
  background: rgba(255,255,255,0.03);
  border-top: 1px solid var(--border);
}
.jio-comparison {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 24px;
}
.jio-comp-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  margin-bottom: 0;
}
.jio-comp-item + .jio-comp-item { margin-top: 0; }
.jio-comp-item.jio-comp-highlight {
  background: rgba(66,133,244,0.08);
  border-color: rgba(66,133,244,0.25);
}
.jio-comp-item.jio-comp-win {
  background: linear-gradient(135deg, rgba(52,168,83,0.12), rgba(66,133,244,0.12));
  border-color: rgba(52,168,83,0.35);
}
.jio-comp-icon { font-size: 1.5rem; min-width: 36px; text-align: center; }
.jio-comp-text { display: flex; flex-direction: column; gap: 2px; }
.jio-comp-text strong { font-size: 0.9rem; color: var(--text-primary); }
.jio-comp-text span { font-size: 0.78rem; color: var(--text-secondary); }
.jio-price-highlight { font-size: 1rem !important; font-weight: 800 !important; color: #34D058 !important; }
.jio-arrow { text-align: center; font-size: 1.4rem; color: var(--text-muted); padding: 6px 0; }
.jio-disclaimer {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(251,188,4,0.06);
  border: 1px solid rgba(251,188,4,0.2);
  border-radius: var(--radius-md);
  padding: 16px;
  margin-top: 16px;
}
.jio-disclaimer-icon { font-size: 1.2rem; min-width: 24px; }
.jio-disclaimer p { font-size: 0.8rem; color: var(--text-secondary); line-height: 1.6; }
.jio-disclaimer strong { color: #FBBC04; }

/* =============================================
   JIO INVITE SHOWCASE — PROVA DO CONVITE OFICIAL
   ============================================= */
.jio-invite-banner {
  padding: 28px 18px;
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(66, 133, 244, 0.04) 0%, rgba(52, 208, 88, 0.03) 100%);
}
@media (min-width: 900px) {
  .jio-invite-banner { padding: 40px 44px; }
}
.jio-invite-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #34D058;
  background: rgba(52, 208, 88, 0.1);
  border: 1px solid rgba(52, 208, 88, 0.28);
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.jio-invite-headline {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.4;
}
.jio-invite-headline strong {
  color: var(--blue);
}
.jio-invite-sub {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 780px;
  margin-bottom: 24px;
}
.jio-invite-sub strong {
  color: var(--text-primary);
}
.jio-invite-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}
@media (min-width: 900px) {
  .jio-invite-row {
    grid-template-columns: 360px 1fr;
    gap: 36px;
  }
}
.jio-invite-mockup {
  min-height: 350px;
  max-width: 320px;
  margin: 0 auto;
  background: #000;
  border-radius: 24px;
  padding: 8px;
  border: 2px solid rgba(66, 133, 244, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(66, 133, 244, 0.15);
  text-align: center;
}
@media (min-width: 900px) {
  .jio-invite-mockup {
    min-height: 380px;
    max-width: 360px;
    margin: 0;
  }
}
.jio-invite-img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
}
.jio-invite-zoom-hint {
  display: block;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 8px;
  padding-bottom: 4px;
  font-weight: 600;
}
.jio-invite-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.jio-point-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.jio-point-card:hover {
  border-color: rgba(66, 133, 244, 0.35);
  transform: translateX(3px);
}
.jio-point-card-highlight {
  background: linear-gradient(135deg, rgba(66, 133, 244, 0.08), rgba(52, 208, 88, 0.08));
  border-color: rgba(52, 208, 88, 0.3);
}
.jio-point-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.jio-point-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(66, 133, 244, 0.2);
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.jio-point-card-highlight .jio-point-num {
  background: rgba(52, 208, 88, 0.2);
  color: #34D058;
}
.jio-point-header strong {
  font-size: 0.88rem;
  color: var(--text-primary);
}
.jio-point-card p {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.55;
  margin: 0;
  padding-left: 34px;
}
.jio-point-card code {
  background: rgba(255, 255, 255, 0.08);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #a8c7fa;
}

.jio-examples {
  padding: 20px 16px;
  border-top: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
}

@media (min-width: 768px) {
  .jio-examples { padding: 28px 40px; }
}
.jio-example-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.jio-examples-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 768px) {
  .jio-examples-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}
.jio-example-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  background: var(--bg-card2);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.5;
}
.jio-example-icon { font-size: 1.2rem; min-width: 24px; }

/* Mobile-first: proof & jio — already set above via min-width queries */


/* =============================================
   FLOATING WHATSAPP BUTTON
   ============================================= */
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 84px;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45);
  z-index: 999;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.6);
  color: #ffffff;
}

.whatsapp-float:active {
  transform: scale(0.95);
}

.whatsapp-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.whatsapp-float-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #25D366;
  opacity: 0.6;
  z-index: 1;
  animation: waPulse 2s infinite cubic-bezier(0.25, 0, 0, 1);
  pointer-events: none;
}

@keyframes waPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.45);
    opacity: 0;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

.whatsapp-tooltip {
  position: absolute;
  right: 68px;
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  background: rgba(13, 20, 36, 0.94);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(13, 20, 36, 0.94);
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (min-width: 768px) {
  .whatsapp-float {
    right: 26px;
    bottom: 92px;
    width: 58px;
    height: 58px;
  }
  .whatsapp-tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}




/* ===== Nota de upgrade p/ quem ja assina Google One ===== */
.pricing-upgrade-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(52,168,83,0.28);
  border-radius: var(--radius-sm);
  background: rgba(52,168,83,0.07);
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
  text-decoration: none;
  transition: background .25s ease, border-color .25s ease;
}
.pricing-upgrade-note:hover {
  background: rgba(52,168,83,0.13);
  border-color: rgba(52,168,83,0.5);
}
.pricing-upgrade-note .pun-icon { flex: 0 0 auto; font-size: 15px; line-height: 1.3; }
.pricing-upgrade-note .pun-text { flex: 1 1 auto; }
.pricing-upgrade-note u { color: var(--green); text-underline-offset: 2px; white-space: nowrap; }
@media (max-width: 480px) {
  .pricing-upgrade-note { font-size: 12.5px; padding: 11px 12px; }
}
