/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: #f7f9fb;
  color: #0f172a;
}

/* ================= VARIÁVEIS ================= */
:root {
  --dark: #0b1220;
  --dark-2: #0f172a;
  --green: #10b981;
  --green-soft: #34d399;
  --text-light: #cbd5e1;
  --glass: rgba(15, 42, 47, 0.55);
}

/* ================= CONTAINER ================= */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* ================= HEADER ================= */
.header {
  background: #0b1220;
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}

.logo {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav a {
  color: #cbd5e1;
  margin-left: 24px;
  text-decoration: none;
  font-weight: 500;
}

.btn.whatsapp {
  background: var(--green);
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
}

/* ================= HERO ================= */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: linear-gradient(120deg, #0b1220 20%, #0f3d3a 100%);
  color: #fff;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(16,185,129,.18), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(6,182,212,.18), transparent 45%),
    linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.45));
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16,185,129,.15);
  border: 1px solid rgba(16,185,129,.3);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  color: #a7f3d0;
  margin-bottom: 20px;
}

.hero-badge i {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
}

.hero h1 {
  font-size: 64px;
  line-height: 1.05;
  margin-bottom: 18px;
}

.hero h1 span {
  color: var(--green-soft);
}

.hero p {
  font-size: 17px;
  color: #d1d5db;
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  gap: 18px;
}

.btn-primary {
  background: var(--green);
  color: #fff;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(16,185,129,.35);
}

.btn-secondary {
  color: #e5e7eb;
  font-weight: 600;
}

/* ================= HERO CARD ================= */
.hero-card {
  background: var(--glass);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 25px 60px rgba(0,0,0,.45);
}

.hero-numbers {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.hero-numbers strong {
  font-size: 32px;
}

.hero-numbers span {
  font-size: 13px;
  color: #cbd5e1;
}

.hero-numbers .green strong {
  color: var(--green-soft);
}

/* barras */
.hero-bars div {
  margin-bottom: 14px;
  font-size: 14px;
}

.hero-bars span {
  float: right;
  color: #9ca3af;
}

.track {
  margin-top: 6px;
  height: 8px;
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  overflow: hidden;
}

.track i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--green-soft));
}

/* ================= RESPONSIVO ================= */
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 44px;
  }
}
.hero-numbers div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.hero-numbers span {
  display: block;
}
/* ================= BOTÕES HERO ================= */

/* botão principal */
.btn-primary {
  background: var(--green);
  color: #fff;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(16,185,129,.35);
  transition: all .25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* hover botão principal */
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(16,185,129,.45);
  background: #12c58a;
}

/* botão secundário (Solicitar Amostra) */
.btn-secondary {
  border: 1.5px solid rgba(255,255,255,.35);
  color: #e5e7eb;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  transition: all .25s ease;
  display: inline-flex;
  align-items: center;
}

/* hover botão secundário */
.btn-secondary:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.6);
  transform: translateY(-2px);
}
.btn-primary,
.btn-secondary {
  cursor: pointer;
}

.btn-primary:focus,
.btn-secondary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(16,185,129,.35);
}
/* ================= LINKS ================= */

/* remove sublinhado de TODOS os links */
a {
  text-decoration: none;
}

/* garante que botões nunca tenham sublinhado */
.btn-primary,
.btn-secondary,
.btn.whatsapp,
.cta-btn {
  text-decoration: none;
}
/* ================= FEATURES ================= */
.features {
  background: #ffffff;
  padding-bottom: 100px;
}

/* trust bar */
.trust-bar {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 20px;
  border-bottom: 1px solid #eef2f7;
  font-size: 14px;
  color: #475569;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.avatars {
  display: flex;
}

.avatars span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #10b981;
  border: 2px solid #fff;
  margin-left: -8px;
}

/* título */
.section-tag {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  color: #10b981;
  letter-spacing: 1px;
}

.features h2 {
  font-size: 48px;
  margin-bottom: 14px;
}

.features h2 span {
  color: #10b981;
}

.section-subtitle {
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 16px;
  color: #64748b;
}

/* cards */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  text-align: left;
}

.feature-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(16,185,129,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
}

.feature-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* responsivo */
@media (max-width: 768px) {
  .trust-bar {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
/* ================= FEATURES GRID ================= */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

/* card base */
.feature-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
  border: 1px solid #eef2f7;
  transition: all .25s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

/* ícone */
.feature-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(16,185,129,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 22px;
  color: #10b981;
}

/* título */
.feature-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f172a;
}

/* texto */
.feature-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}

/* ================= CARD EM DESTAQUE ================= */
.feature-card.featured {
  border: 2px solid #10b981;
  box-shadow: 0 20px 45px rgba(16,185,129,.15);
}

.feature-card.featured .icon {
  background: #10b981;
  color: #ffffff;
}

/* ================= RESPONSIVO ================= */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
/* ================= SEÇÃO DE VÍDEO ================= */
.video-section {
  background: linear-gradient(120deg, #0b1220, #062a2f);
  padding: 80px 0 120px; /* menos espaço em cima */
  color: #fff;
 
}


.video-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* texto */
.video-text h2 {
  font-size: 42px;
  margin-bottom: 16px;
}

.video-text p {
  color: #cbd5e1;
  font-size: 16px;
  margin-bottom: 24px;
  max-width: 520px;
}

/* lista */
.video-list {
  list-style: none;
  margin-top: 10px;
}

.video-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #e5e7eb;
}

.video-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
}

/* vídeo */
.video-box {
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,.45);
}

.video-box iframe {
  width: 100%;
  height: 315px;
  display: block;
}

/* responsivo */
@media (max-width: 900px) {
  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-box iframe {
    height: 240px;
  }
}
/* ================= CAMPOS DE INFORMAÇÃO ================= */
.fields-section {
  background: #ffffff;
  padding: 120px 0;
}

.fields-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* texto */
.fields-text h2 {
  font-size: 42px;
  margin-bottom: 16px;
}

.fields-text p {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 32px;
  max-width: 520px;
}

/* lista */
.fields-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 40px;
}

.fields-list span {
  font-size: 15px;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 8px;
}

.fields-list span::before {
  content: "✔";
  color: #10b981;
  font-weight: bold;
}

/* imagem */
.fields-image {
  position: relative;
}

.fields-image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0,0,0,.15);
}

/* badge */
.formats-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  font-size: 14px;
  color: #0f172a;
}

.formats-badge strong {
  display: block;
  margin-bottom: 2px;
}

/* responsivo */
@media (max-width: 900px) {
  .fields-grid {
    grid-template-columns: 1fr;
  }

  .formats-badge {
    left: 20px;
  }
}
/* ================= OFERTA ================= */
.offer-section {
  background: #ffffff;
  padding: 120px 0;
}

.offer-section h2 {
  margin-bottom: 60px;
}

/* box principal */
.offer-box {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 26px;
  border: 2px solid #10b981;
  box-shadow: 0 30px 70px rgba(16,185,129,.25);
  padding: 60px;
}

/* selo */
.offer-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #f97316;
  color: #fff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

/* grid */
.offer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
}

/* lista */
.offer-left h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.offer-left ul {
  list-style: none;
}

.offer-left li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #0f172a;
}

.offer-left li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
}

/* preço */
.offer-right {
  text-align: center;
}

.old-price {
  text-decoration: line-through;
  color: #94a3b8;
  font-size: 14px;
}

.price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  margin: 12px 0;
}

.price span {
  font-size: 20px;
  margin-top: 10px;
}

.price strong {
  font-size: 64px;
  font-weight: 800;
}

.price small {
  font-size: 20px;
  margin-top: 10px;
}

.price-note {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 22px;
}

/* botão */
.btn-primary.big {
  padding: 18px 36px;
  font-size: 16px;
}

/* segurança */
.security {
  margin-top: 14px;
  font-size: 13px;
  color: #64748b;
}

/* responsivo */
@media (max-width: 900px) {
  .offer-box {
    padding: 40px 24px;
  }

  .offer-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .offer-right {
    text-align: center;
  }
}
/* ================= FAQ ================= */
.faq-section {
  background: #ffffff;
  padding: 120px 0;
}

.faq-section h2 {
  margin-bottom: 50px;
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #eef2f7;
  overflow: hidden;
  transition: all .3s ease;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 26px;
  font-weight: 600;
  cursor: pointer;
}

.faq-question i {
  font-style: normal;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: transform .3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 26px;
  transition: all .35s ease;
}

.faq-answer p {
  padding-bottom: 22px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

/* ativo */
.faq-item.active {
  border-color: #10b981;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-item.active .faq-question i {
  transform: rotate(45deg);
  background: #10b981;
  color: #fff;
}
/* ================= CTA FINAL ================= */
.cta-final {
  background: linear-gradient(120deg, #0b1220, #063c36);
  padding: 120px 0;
  color: #fff;
}

.cta-final h2 {
  font-size: 42px;
  margin-bottom: 16px;
}

.cta-final p {
  color: #cbd5e1;
  max-width: 640px;
  margin: 0 auto 40px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  color: #0f172a;
  padding: 18px 34px;
  border-radius: 999px;
  font-weight: 600;
  transition: all .25s ease;
}

.cta-btn img {
  width: 22px;
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.cta-final small {
  display: block;
  margin-top: 18px;
  font-size: 13px;
  color: #94a3b8;
}
/* ================= FOOTER ================= */
.footer {
  background: #0b1220;
  color: #cbd5e1;
}

.footer-top {
  background: #0f172a;
  text-align: center;
  padding: 12px;
  font-size: 13px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 50px;
  padding: 80px 0;
}

.footer-logo {
  font-size: 18px;
  margin-bottom: 12px;
}

.footer-col h4 {
  margin-bottom: 14px;
  font-size: 15px;
}

.footer-col p,
.footer-col a {
  font-size: 14px;
  color: #94a3b8;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-col a:hover {
  color: #10b981;
}

.contact a {
  color: #10b981;
  font-weight: 600;
}

.muted {
  color: #64748b;
}

.footer-bottom {
  border-top: 1px solid #1e293b;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-links a {
  color: #64748b;
}

.footer-links a:hover {
  color: #10b981;
}

/* responsivo */
@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
/* garante centralização real da CTA final */
.cta-final .container {
  display: flex;
  flex-direction: column;
  align-items: center;   /* centraliza horizontalmente */
  text-align: center;    /* centraliza texto */
}

/* limita altura da lista de estados */
.hero-bars {
  max-height: 260px;          /* altura do card */
  overflow-y: auto;           /* ativa rolagem vertical */
  padding-right: 6px;
}

/* scrollbar discreta (Chrome / Edge) */
.hero-bars::-webkit-scrollbar {
  width: 6px;
}

.hero-bars::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.25);
  border-radius: 6px;
}

.hero-bars::-webkit-scrollbar-track {
  background: transparent;
}


/* ================= CONTROLE FINAL DE ESPAÇAMENTO (CORRIGIDO) ================= */
section {
  margin: 0;
  padding: 80px 0;
}

.hero {
  padding: 120px 0;
}

.video-section,
.offer-section {
  padding: 100px 0;
}

.faq-section,
.fields-section {
  padding: 90px 0;
}
/* ===== CORREÇÃO DEFINITIVA DO ESPAÇO NO HERO ===== */

.hero {
  min-height: calc(100vh - 80px); /* compensa altura do header */
  padding-top: 40px;              /* reduz o buraco inicial */
}

.hero-grid {
  align-items: center;            /* garante alinhamento correto */
}

.header {
  position: relative;             /* evita empurrar o hero */
}
/* ===== CORREÇÃO DEFINITIVA DE ESPAÇO NO TOPO DAS SECTIONS ===== */

/* remove margem do primeiro elemento dentro de cada section */
section > *:first-child {
  margin-top: 0 !important;
}

/* segurança extra para títulos */
section h1:first-child,
section h2:first-child,
section h3:first-child,
section .section-tag:first-child {
  margin-top: 0 !important;
}
/* ===== RESET DEFINITIVO DE INÍCIO DAS SECTIONS ===== */

html, body {
  scroll-padding-top: 0 !important;
}

section {
  scroll-margin-top: 0 !important;
  padding-top: 0 !important;
}
.cta-note {
  display:block;
  margin-top:8px;
  font-size:13px;
  color:#6b7280;
}
.how-it-works {
  background: #f8fafc;
}

.how-it-works h2 {
  text-align: center;
  margin-bottom: 40px;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.how-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
}

.how-icon {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 12px;
}

.how-item h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.how-item p {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}
