/* =============================================
   KLIPSCUT — Premium Dark Landing Page
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #080a0f;
  --bg-1: #0d1018;
  --bg-2: #111520;
  --bg-card: #0f1219;
  --border: rgba(255,255,255,0.07);
  --border-hover: rgba(255,255,255,0.14);
  --text: #f0f2f7;
  --text-muted: #7a8197;
  --text-dim: #4a5068;
  --accent: #6c63ff;
  --accent-2: #a78bfa;
  --accent-glow: rgba(108,99,255,0.35);
  --green: #22c55e;
  --red: #ef4444;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 4px 32px rgba(0,0,0,0.5);
  --shadow-glow: 0 0 80px rgba(108,99,255,0.15);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- TYPOGRAPHY ---- */
h1,h2,h3,h4 { line-height: 1.15; letter-spacing: -0.03em; }
h1 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }
p { color: var(--text-muted); }

.gradient-text {
  background: linear-gradient(135deg, #6c63ff 0%, #a78bfa 50%, #c4b5fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---- BADGE ---- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(108,99,255,0.12);
  border: 1px solid rgba(108,99,255,0.3);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent-2);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.badge-light { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.15); color: var(--text-muted); }

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
}
.btn-sm { padding: 8px 16px; font-size: 0.85rem; background: rgba(255,255,255,0.07); color: var(--text); border: 1px solid var(--border); }
.btn-sm:hover { background: rgba(255,255,255,0.12); border-color: var(--border-hover); }
.btn-primary {
  background: linear-gradient(135deg, #6c63ff, #8b5cf6);
  color: #fff;
  padding: 14px 28px;
  font-size: 1rem;
  box-shadow: 0 0 30px rgba(108,99,255,0.4);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 50px rgba(108,99,255,0.6); }
.btn-lg { padding: 16px 32px; font-size: 1.05rem; }
.btn-xl { padding: 20px 42px; font-size: 1.15rem; font-weight: 700; box-shadow: 0 0 60px rgba(108,99,255,0.5); }
.btn-xl:hover { transform: translateY(-3px); box-shadow: 0 0 90px rgba(108,99,255,0.7); }
.btn-full { width: 100%; justify-content: center; }

/* ---- SECTION SHARED ---- */
.section { padding: 120px 0; }
.section-header { text-align: center; max-width: 700px; margin: 0 auto 5rem; }
.section-title { margin-bottom: 1rem; }
.section-sub { font-size: 1.1rem; color: var(--text-muted); max-width: 560px; margin: 0 auto; }

/* ---- NAV ---- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 16px 0;
  background: rgba(8,10,15,0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.logo {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -0.04em;
}
.logo span { color: var(--accent); }
.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--text); }

/* ---- HERO ---- */
.hero {
  padding: 160px 0 100px;
  background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(108,99,255,0.12) 0%, transparent 70%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236c63ff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
}
.hero-text { max-width: 780px; text-align: center; }
.hero-text { max-width: 580px; }
.hero-title { margin-bottom: 1.5rem; }
.hero-sub { font-size: 1.15rem; color: var(--text-muted); margin-bottom: 2.5rem; max-width: 580px; line-height: 1.7; margin-left: auto; margin-right: auto; }
.hero-cta-group { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 2.5rem; justify-content: center; }
.hero-note { font-size: 0.85rem; color: var(--text-dim); }
.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--text-muted);
  justify-content: center;
}
.sp-avatars { display: flex; }
.sp-avatars img {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 2px solid var(--bg);
  margin-left: -8px;
  object-fit: cover;
}
.sp-avatars img:first-child { margin-left: 0; }

/* Hero Video */
.hero-video { position: relative; width: 100%; max-width: 900px; }
.video-wrapper {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow), var(--shadow-glow);
}
.video-placeholder {
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: linear-gradient(135deg, #0d1018 0%, #111520 100%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.video-placeholder:hover { background: linear-gradient(135deg, #111520 0%, #161c2e 100%); }
.video-placeholder p { color: var(--text-muted); font-size: 0.95rem; font-weight: 500; }
.play-btn {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, #6c63ff, #8b5cf6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 0 30px rgba(108,99,255,0.5);
  transition: all 0.3s ease;
}
.play-btn:hover { transform: scale(1.1); box-shadow: 0 0 50px rgba(108,99,255,0.7); }

/* ---- PLATFORMS ---- */
.platforms {
  padding: 40px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-1);
}
.platforms-label {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.platforms-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.platform-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  transition: all 0.2s;
}
.platform-pill:hover { border-color: var(--border-hover); background: var(--bg-2); }

/* ---- CARROSSEL DE NICHOS ---- */
.nicho-section { overflow: hidden; padding-bottom: 20px; }
.nicho-section .section-header { margin-bottom: 3rem; }

/* DESKTOP: grid centralizado, sem animação */
.carousel-outer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.carousel-track {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: nowrap;
  animation: none;
}

.nicho-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  width: 200px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.nicho-card:hover { transform: translateY(-6px); }

.nicho-img-wrap {
  width: 200px;
  height: 355px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-card);
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.nicho-card:hover .nicho-img-wrap {
  border-color: rgba(108,99,255,0.4);
  box-shadow: 0 16px 48px rgba(108,99,255,0.2);
}
.nicho-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nicho-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
  text-align: center;
  transition: color 0.3s;
}
.nicho-card:hover .nicho-label { color: var(--text); }

/* MOBILE: carrossel com scroll horizontal */
@media (max-width: 768px) {
  .nicho-section { overflow: hidden; }

  .carousel-outer {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 24px 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 6%, black 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, black 6%, black 94%, transparent 100%);
  }
  .carousel-outer::-webkit-scrollbar { display: none; }

  .carousel-track {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 1rem;
    width: max-content;
    animation: none;
  }

  .nicho-card { width: 150px; }
  .nicho-img-wrap { width: 150px; height: 266px; }
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
}
.step-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
.step-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(108,99,255,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.step-card:hover {
  border-color: rgba(108,99,255,0.3);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4), 0 0 30px rgba(108,99,255,0.1);
}
.step-num {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
  opacity: 0.7;
}
.step-icon { font-size: 2rem; margin-bottom: 1rem; }
.step-card h3 { color: var(--text); margin-bottom: 0.75rem; font-size: 1.1rem; }
.step-card p { font-size: 0.9rem; line-height: 1.6; }

/* ---- VIDEO SECTION ---- */
.video-section { padding: 0 0 80px; }
.video-block { max-width: 900px; margin: 0 auto; }
.video-label {
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em;
}
.video-wide .video-placeholder { aspect-ratio: 16/9; }

/* Iframe embed responsivo */
.video-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0 !important;
  overflow: hidden;
  border-radius: 20px;
}
.video-embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
}

/* ---- BENEFITS GRID ---- */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.benefit-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.benefit-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(108,99,255,0.4), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.benefit-card:hover { border-color: rgba(108,99,255,0.25); transform: translateY(-3px); }
.benefit-card:hover::after { opacity: 1; }
.benefit-icon { font-size: 1.8rem; margin-bottom: 1rem; }
.benefit-card h4 { color: var(--text); margin-bottom: 0.6rem; }
.benefit-card p { font-size: 0.88rem; line-height: 1.65; }

/* ---- COMPARISON ---- */
.comparison-section { background: var(--bg-1); }
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
.comparison-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2.5rem;
  position: relative;
}
.comparison-good {
  border-color: rgba(108,99,255,0.4);
  background: linear-gradient(180deg, rgba(108,99,255,0.06) 0%, var(--bg-card) 100%);
  box-shadow: 0 0 60px rgba(108,99,255,0.1);
}
.comp-header { margin-bottom: 2rem; }
.comp-badge-best {
  display: inline-block;
  padding: 4px 12px;
  background: linear-gradient(135deg, #6c63ff, #8b5cf6);
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.comp-icon { font-size: 2rem; margin-bottom: 0.75rem; display: block; }
.comparison-card h3 { color: var(--text); margin-bottom: 0.4rem; }
.comp-sub { font-size: 0.85rem; color: var(--text-dim); }
.comp-list { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; }
.comp-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.92rem; color: var(--text-muted); }
.comp-list .x { color: var(--red); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.comp-list .check { color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }

/* ---- AUDIENCE ---- */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.audience-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  transition: all 0.3s ease;
  text-align: center;
}
.audience-card:hover { border-color: rgba(108,99,255,0.25); transform: translateY(-3px); }
.audience-icon { font-size: 2.2rem; margin-bottom: 1rem; display: block; }
.audience-card h4 { color: var(--text); margin-bottom: 0.6rem; }
.audience-card p { font-size: 0.87rem; }

/* ---- RESULTS / SOCIAL PROOF ---- */
.results-section { background: var(--bg-1); }
.screenshots-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.screenshot-card { border-radius: var(--radius); overflow: hidden; }
.screenshot-placeholder {
  aspect-ratio: 16/9;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dim);
  font-size: 0.9rem;
  font-weight: 500;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  transition: all 0.3s ease;
}
.testimonial-card:hover { border-color: rgba(108,99,255,0.25); }
.stars { color: #f59e0b; font-size: 0.95rem; margin-bottom: 1rem; letter-spacing: 2px; }
.testimonial-card > p { font-size: 0.92rem; color: var(--text); line-height: 1.7; margin-bottom: 1.25rem; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-author img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.testimonial-author strong { display: block; color: var(--text); font-size: 0.9rem; font-weight: 700; }
.testimonial-author span { color: var(--text-dim); font-size: 0.8rem; }

/* ---- FAQ ---- */
.faq-list {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item + .faq-item { margin-top: 8px; }
.faq-item:hover { border-color: var(--border-hover); }
.faq-item[open] { border-color: rgba(108,99,255,0.3); }
.faq-item summary {
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  font-size: 0.97rem;
  color: var(--text);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.3rem;
  color: var(--accent);
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item > p {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
  padding-top: 1rem;
}

/* ---- PRICING ---- */
.pricing-wrapper {
  display: flex;
  justify-content: center;
}
.pricing-card {
  background: var(--bg-card);
  border: 1px solid rgba(108,99,255,0.4);
  border-radius: 24px;
  padding: 3rem;
  max-width: 520px;
  width: 100%;
  position: relative;
  box-shadow: 0 0 80px rgba(108,99,255,0.15), var(--shadow);
  background: linear-gradient(180deg, rgba(108,99,255,0.07) 0%, var(--bg-card) 50%);
}
.pricing-popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #6c63ff, #8b5cf6);
  color: white;
  padding: 5px 18px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.pricing-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--accent-2);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 1.25rem;
}
.price-currency { font-size: 1.5rem; font-weight: 800; color: var(--text); }
.price-value { font-size: 5rem; font-weight: 900; color: var(--text); line-height: 1; letter-spacing: -0.04em; }
.price-cents { font-size: 2rem; font-weight: 800; color: var(--text); }
.price-period { font-size: 1rem; color: var(--text-muted); margin-left: 4px; }
.pricing-desc { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 2rem; line-height: 1.6; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; margin-bottom: 2.5rem; }
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.93rem;
  color: var(--text);
}
.pricing-features .check { color: var(--green); font-weight: 700; flex-shrink: 0; }
.pricing-features .soon { color: var(--text-dim); font-size: 1rem; flex-shrink: 0; }
.badge-soon {
  margin-left: 6px;
  padding: 2px 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.pricing-guarantee {
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-dim);
  margin-top: 1.25rem;
}

/* ---- CTA FINAL ---- */
.cta-final {
  padding: 140px 0;
  background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(108,99,255,0.14) 0%, transparent 70%);
  border-top: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.cta-final-inner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cta-glow {
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(108,99,255,0.2) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.cta-final-title {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 900;
  margin-bottom: 1.5rem;
}
.cta-final-sub {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 3rem;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.cta-final-note {
  margin-top: 1.25rem;
  font-size: 0.85rem;
  color: var(--text-dim);
}

/* ---- FOOTER ---- */
.footer {
  padding: 60px 0 0;
  border-top: 1px solid var(--border);
  background: var(--bg-1);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  padding-bottom: 3rem;
}
.footer-brand p {
  margin-top: 0.75rem;
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.7;
}
.footer-links { display: flex; gap: 4rem; }
.footer-col { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-col strong { color: var(--text); font-size: 0.9rem; font-weight: 700; margin-bottom: 0.25rem; }
.footer-col a { color: var(--text-dim); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--text-muted); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 0;
}
.footer-bottom p { font-size: 0.82rem; color: var(--text-dim); text-align: center; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .hero-text { max-width: 100%; }
  .hero-video { max-width: 680px; margin: 0 auto; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .screenshots-row { grid-template-columns: repeat(2, 1fr); }
  .screenshots-row > *:last-child { display: none; }
}

@media (max-width: 768px) {
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.6rem; }
  .section { padding: 80px 0; }
  .nav-links { display: none; }
  .hero { padding: 120px 0 80px; }
  .steps-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .comparison-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .screenshots-row { grid-template-columns: 1fr; }
  .screenshots-row > *:last-child { display: block; }
  .footer-inner { flex-direction: column; gap: 2rem; }
  .footer-links { flex-wrap: wrap; gap: 2rem; }
  .pricing-card { padding: 2rem; }
  .price-value { font-size: 4rem; }
}

@media (max-width: 480px) {
  .hero-cta-group { flex-direction: column; align-items: center; text-align: center; }
  .audience-grid { grid-template-columns: 1fr; }
  .btn-xl { padding: 16px 28px; font-size: 1rem; }
  .btn-lg { font-size: 0.85rem; padding: 12px 20px; }
  .btn-full { font-size: 0.85rem; white-space: nowrap; }
}

/* ---- ANIMATIONS ---- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-text > * {
  animation: fadeUp 0.7s ease forwards;
  opacity: 0;
}
.hero-text > *:nth-child(1) { animation-delay: 0.1s; }
.hero-text > *:nth-child(2) { animation-delay: 0.2s; }
.hero-text > *:nth-child(3) { animation-delay: 0.3s; }
.hero-text > *:nth-child(4) { animation-delay: 0.4s; }
.hero-text > *:nth-child(5) { animation-delay: 0.5s; }
.hero-video { animation: fadeUp 0.9s 0.3s ease forwards; opacity: 0; }

/* Garante que o hero-video sempre apareça mesmo se a animação não disparar */
@media (max-width: 1024px) {
  .hero-video {
    animation: fadeUp 0.6s 0.1s ease forwards;
  }
}

/* Setas do carrossel — só no mobile */
.carousel-arrows {
  display: none;
}
@media (max-width: 768px) {
  .nicho-section { overflow: hidden; }

  .carousel-outer {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 24px 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 6%, black 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, black 6%, black 94%, transparent 100%);
  }
  .carousel-outer::-webkit-scrollbar { display: none; }

  .carousel-track {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 1rem;
    width: max-content;
    animation: none;
  }

  .nicho-card { width: 150px; }
  .nicho-img-wrap { width: 150px; height: 266px; }

  .carousel-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 0 24px;
  }

  .carousel-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--bg-card);
    border: 1px solid var(--border);
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
  }
  .carousel-btn:hover {
    background: rgba(108,99,255,0.15);
    border-color: rgba(108,99,255,0.4);
    color: var(--accent-2);
  }
  .carousel-btn:active {
    transform: scale(0.93);
  }
}

/* ================================================
   SEÇÃO TRANSFORMAÇÃO
   ================================================ */
.transform-section { background: var(--bg-1); }

/* --- Cards principais --- */
.transform-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 6rem;
}

.transform-card {
  border-radius: 24px;
  padding: 2.5rem;
  border: 1px solid var(--border);
  background: var(--bg-card);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.transform-card:hover { transform: translateY(-4px); }

.transform-card--template {
  border-color: rgba(108,99,255,0.35);
  background: linear-gradient(160deg, rgba(108,99,255,0.08) 0%, var(--bg-card) 60%);
  box-shadow: 0 0 60px rgba(108,99,255,0.1);
}
.transform-card--clean {
  border-color: rgba(108,99,255,0.35);
  background: linear-gradient(160deg, rgba(108,99,255,0.08) 0%, var(--bg-card) 60%);
  box-shadow: 0 0 60px rgba(108,99,255,0.1);
}

.transform-card-header h3 { color: var(--text); margin-bottom: 0.5rem; font-size: 1.3rem; }
.transform-card-header p { font-size: 0.9rem; color: var(--text-muted); }

.tc-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.tc-badge--purple { background: rgba(108,99,255,0.15); border: 1px solid rgba(108,99,255,0.35); color: var(--accent-2); }
.tc-badge--gray   { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: var(--text-dim); }

/* --- Mockup Phone --- */
.tc-mockup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 0;
}
.mock-phone {
  width: 160px;
  background: #0a0c14;
  border-radius: 28px;
  border: 2px solid rgba(255,255,255,0.1);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.05);
  position: relative;
  z-index: 2;
}
.mock-screen {
  padding: 10px 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 280px;
  position: relative;
  overflow: hidden;
}
.mock-screen--branded { background: linear-gradient(180deg, #1a0533 0%, #0d0a1f 100%); }
.mock-screen--clean   { background: #0f1219; }

.mock-bg-gradient {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at top, rgba(108,99,255,0.2) 0%, transparent 60%);
  pointer-events: none;
}
.mock-brand-bar {
  display: flex; align-items: center; gap: 5px; z-index: 1; position: relative;
}
.mock-brand-bar--clean { opacity: 0.6; }
.mock-avatar {
  width: 18px; height: 18px; border-radius: 50%;
  background: linear-gradient(135deg, #6c63ff, #a78bfa);
}
.mock-avatar--clean { background: #333; }
.mock-brand-name {
  width: 55px; height: 6px; border-radius: 3px;
  background: rgba(255,255,255,0.3);
}
.mock-brand-name--clean { background: rgba(255,255,255,0.15); }

.mock-title-chip {
  background: linear-gradient(135deg, #6c63ff, #8b5cf6);
  color: white;
  font-size: 0.5rem;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: 6px;
  text-align: center;
  z-index: 1; position: relative;
  letter-spacing: 0.03em;
}
.mock-title-chip--clean {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.7);
  font-weight: 600;
}

.mock-video-area {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 100px;
  z-index: 1;
}
.mock-video-area--branded {
  background: linear-gradient(180deg, #2a1060 0%, #150830 100%);
  border: 1px solid rgba(108,99,255,0.3);
}
.mock-video-area--clean {
  background: #1a1a2e;
  border: 1px solid rgba(255,255,255,0.07);
}
.mock-person {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 50px; height: 80px;
  background: linear-gradient(180deg, rgba(200,180,255,0.4) 0%, rgba(100,80,200,0.2) 100%);
  border-radius: 50% 50% 0 0;
}
.mock-person--clean {
  background: linear-gradient(180deg, rgba(180,180,200,0.3) 0%, rgba(80,80,120,0.15) 100%);
}
.mock-glow-effect {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  width: 60px; height: 30px;
  background: radial-gradient(ellipse, rgba(108,99,255,0.4) 0%, transparent 70%);
}

.mock-caption-bar {
  padding: 4px 6px; border-radius: 5px; text-align: center;
  z-index: 1; position: relative;
  display: flex; justify-content: center; gap: 3px; flex-wrap: wrap;
}
.mock-caption-bar--branded { background: rgba(0,0,0,0.5); }
.mock-caption-bar--clean   { background: rgba(0,0,0,0.3); }
.mock-caption-bar--2 { margin-top: -4px; }
.mock-word { font-size: 0.55rem; font-weight: 700; color: rgba(255,255,255,0.85); }
.mock-word--highlight { color: #f59e0b; }
.mock-word--white { color: white; }

.mock-cta-strip {
  background: linear-gradient(135deg, #6c63ff, #8b5cf6);
  color: white; font-size: 0.5rem; font-weight: 800;
  padding: 5px; border-radius: 6px; text-align: center;
  z-index: 1; position: relative; letter-spacing: 0.05em;
}
.mock-cta-strip--clean {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.8);
}

/* Floating elements around card 1 */
.mock-elements { position: absolute; inset: 0; pointer-events: none; }
.mock-element {
  position: absolute;
  background: rgba(108,99,255,0.15);
  border: 1px solid rgba(108,99,255,0.3);
  border-radius: 8px;
  padding: 5px 8px;
  font-size: 0.75rem;
  color: var(--accent-2);
  font-weight: 700;
  backdrop-filter: blur(8px);
  animation: float 3s ease-in-out infinite;
}
.mock-element--1 { top: 10px; right: 10px; animation-delay: 0s; }
.mock-element--2 { bottom: 40px; right: 5px; animation-delay: 1s; font-size: 0.65rem; }
.mock-element--3 { bottom: 40px; left: 5px; animation-delay: 2s; }
@keyframes float {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

/* Benefits list inside cards */
.tc-benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.tc-benefits li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--text);
}
.tc-benefits .check { color: var(--green); font-weight: 700; flex-shrink: 0; }

/* --- Antes e Depois --- */
.before-after-wrap {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 3rem;
}
.before-after-title { font-size: clamp(1.4rem, 3vw, 2rem); color: var(--text); margin-bottom: 0.5rem; }

.before-after-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
}

/* BA Cards */
.ba-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  transition: transform 0.3s;
}
.ba-card--after {
  border-color: rgba(108,99,255,0.35);
  background: linear-gradient(160deg, rgba(108,99,255,0.07) 0%, var(--bg-card) 70%);
}

.ba-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 100px;
}
.ba-label--before { background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.25); color: #ef4444; }
.ba-label--after  { background: rgba(34,197,94,0.1);  border: 1px solid rgba(34,197,94,0.25);  color: #22c55e; }

/* ANTES mockup — horizontal */
.ba-mockup--before {
  width: 100%;
  max-width: 240px;
}
.ba-screen--before {
  background: #0d0f14;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ba-horizontal-video {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
}
.ba-person-before {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 30px; height: 50px;
  background: rgba(150,150,180,0.2);
  border-radius: 50% 50% 0 0;
}
.ba-noise {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,0.01) 2px, rgba(255,255,255,0.01) 4px);
}
.ba-raw-info { display: flex; flex-direction: column; gap: 4px; }
.ba-raw-line { height: 5px; border-radius: 3px; background: rgba(255,255,255,0.08); width: 80%; }
.ba-raw-line--sm { width: 50%; }
.ba-timeline {
  height: 4px; background: rgba(255,255,255,0.05); border-radius: 2px; position: relative;
}
.ba-timeline-bar {
  width: 35%; height: 100%; background: rgba(255,255,255,0.15); border-radius: 2px;
}
.ba-timeline-cursor {
  position: absolute; top: -3px; left: 35%;
  width: 10px; height: 10px; background: rgba(255,255,255,0.4); border-radius: 50%;
}

.ba-desc {
  display: flex; flex-direction: column; gap: 0.4rem;
  font-size: 0.82rem; color: var(--text-muted); text-align: center;
}
.ba-desc--after { color: var(--text); }
.ba-x { color: var(--red); font-weight: 700; margin-right: 4px; }

/* Seta central */
.ba-arrow {
  display: flex; align-items: center; justify-content: center;
}
.ba-arrow-inner {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: var(--accent-2);
  background: rgba(108,99,255,0.1);
  border: 1px solid rgba(108,99,255,0.25);
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* DEPOIS mockup — vertical */
.ba-mockup--after { display: flex; justify-content: center; }
.ba-phone-after {
  width: 120px;
  background: #0a0c14;
  border-radius: 22px;
  border: 2px solid rgba(108,99,255,0.3);
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(108,99,255,0.2);
}
.ba-screen--after {
  padding: 8px 6px 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 210px;
  background: linear-gradient(180deg, #1a0533 0%, #0d0a1f 100%);
  position: relative;
  overflow: hidden;
}
.ba-after-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at top, rgba(108,99,255,0.25) 0%, transparent 65%);
}
.ba-after-brand {
  display: flex; align-items: center; gap: 4px; position: relative; z-index: 1;
}
.ba-after-dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: linear-gradient(135deg, #6c63ff, #a78bfa);
}
.ba-after-name {
  width: 45px; height: 5px; border-radius: 3px;
  background: rgba(255,255,255,0.3);
}
.ba-after-title {
  font-size: 0.42rem; font-weight: 800; color: white;
  background: linear-gradient(135deg, #6c63ff, #8b5cf6);
  padding: 3px 5px; border-radius: 4px; text-align: center;
  position: relative; z-index: 1;
}
.ba-after-video {
  flex: 1; min-height: 80px;
  background: linear-gradient(180deg, #2a1060 0%, #150830 100%);
  border-radius: 8px; position: relative; overflow: hidden;
  border: 1px solid rgba(108,99,255,0.2);
  z-index: 1;
}
.ba-after-person {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 38px; height: 65px;
  background: linear-gradient(180deg, rgba(200,180,255,0.4) 0%, rgba(100,80,200,0.2) 100%);
  border-radius: 50% 50% 0 0;
}
.ba-after-caption {
  background: rgba(0,0,0,0.6); padding: 3px 5px; border-radius: 4px;
  font-size: 0.44rem; font-weight: 700; color: white; text-align: center;
  position: relative; z-index: 1;
}
.ba-cap-highlight { color: #f59e0b; }
.ba-after-platforms {
  display: flex; justify-content: center; gap: 4px;
  position: relative; z-index: 1;
}
.ba-after-platforms span {
  font-size: 0.38rem; font-weight: 800;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
  padding: 2px 5px; border-radius: 4px; color: rgba(255,255,255,0.7);
}

/* Responsive */
@media (max-width: 768px) {
  .transform-cards { grid-template-columns: 1fr; }
  .before-after-grid { grid-template-columns: 1fr; }
  .ba-arrow-inner svg { transform: rotate(90deg); }
  .before-after-wrap { padding: 1.5rem; }
}

/* Mockup com imagem real — Card Template */
.mock-phone-img {
  width: 160px;
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid rgba(108,99,255,0.4);
  box-shadow: 0 20px 60px rgba(108,99,255,0.25), 0 0 0 1px rgba(255,255,255,0.05);
  position: relative;
  z-index: 2;
}
.mock-phone-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Mockup com imagem real — Card Sem Template */
.mock-phone-img--clean {
  width: 160px;
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid rgba(108,99,255,0.4);
  box-shadow: 0 20px 60px rgba(108,99,255,0.25), 0 0 0 1px rgba(255,255,255,0.05);
}
