/* Paleta */
:root {
  --primary: #06f;
  --dark: #444;
  --accent: #ffec41;
  --bg: #f7f9fc;
  --white: #fff;
  --max: 1120px;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  color: var(--dark);
  background: var(--bg);
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 16px;
}
.btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 10px;
  border: 2px solid transparent;
  font-weight: 700;
}
.btn-cta {
  background: var(--primary);
  color: var(--white);

  margin: 50px 0px 50px 0px;
}
.btn-cta:hover {
  filter: brightness(0.95);
}
.link {
  color: var(--primary);
  text-decoration: underline;
}

.site-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(150%) blur(8px);
  border-bottom: 1px solid #eaeef3;
  z-index: 10;
}
.site-header.elevate {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.nav a {
  margin-left: 16px;
  text-transform: uppercase;
  font-size: 14px;
}
.nav a:hover {
  color: var(--primary);
}
.nav .btn-cta {
  margin-left: 24px;
}

.btn-cta:hover {
  filter: brightness(0.95);
  background-color: var(--accent);
  color: #000;
  transition: all 1s ease;
}

.hero {
  padding: 96px 0 72px;
  background: radial-gradient(
      1200px 300px at 50% -50%,
      rgba(0, 102, 255, 0.25),
      transparent 60%
    ),
    linear-gradient(180deg, #fff, rgba(0, 102, 255, 0.06));
}
.hero--photo {
  background: linear-gradient(298deg, rgb(4 68 165), rgb(6 45 98)) center /
    cover no-repeat;
  color: #fff;
}
.hero--photo .btn-cta {
  background: var(--accent);
  color: #000;
}
.hero--photo .btn-sec {
  border-color: #fff;
  color: #fff;
}
.eyebrow {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 700;
  color: var(--accent);
  background: rgba(255, 236, 65, 0.2);
  padding: 4px 8px;
  border-radius: 999px;
}
.hero-points {
  display: flex;
  gap: 16px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.hero-points li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-points li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
}
.hero h1 {
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 1.15;
}
.hero h1 {
  letter-spacing: -0.02em;
}
.hero p {
  margin: 0 0 20px;
  font-size: 18px;
  color: #e1e1e1;
}
.cta-group .btn {
  margin-right: 12px;
}
.btn-sec {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: transparent;
}
.btn-sec:hover {
  background: rgba(0, 102, 255, 0.06);
}

.section {
  padding: 64px 0;
}
.section {
  scroll-margin-top: 80px;
}
.section.alt {
  background: #fff;
}
.section h2 {
  margin: 0 0 16px;
  font-size: 32px;
}
.section h2 {
  letter-spacing: -0.01em;
}
.lead {
  color: #555;
}
.center {
  text-align: center;
}
.mt {
  margin-top: 24px;
}
.note {
  color: #555;
}

.logo-carousel {
  display: flex;
  gap: 12px;
  overflow: auto;
  padding: 8px 0;
}
.logo-item {
  min-width: 140px;
  height: 56px;
  border: 1px dashed #cfe0ff;
  color: #5b7bd4;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cards {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.cards.three {
  grid-template-columns: repeat(3, 1fr);
}
.cards.four {
  grid-template-columns: repeat(4, 1fr);
}
.card {
  background: #fff;
  border: 1px solid #eaeef3;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.card {
  transform: translateY(6px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card:hover {
  transform: translateY(0);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.card h3 {
  margin: 0 0 6px;
  font-size: 20px;
}
.card h4 {
  margin: 0 0 4px;
  font-size: 18px;
}
.tag {
  display: inline-block;
  margin-top: 2px;
  color: #666;
  font-weight: 600;
}

.img-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 16px 0;
}
.step {
  background: #fff;
  border: 1px solid #eaeef3;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 8px;
}
.step h4 {
  margin: 0 0 6px;
  font-size: 18px;
}
.step p {
  margin: 0;
  color: #555;
}

.table-wrap {
  overflow: auto;
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
th,
td {
  padding: 12px 14px;
  border: 1px solid #e5e9f0;
  background: #fff;
}
th {
  background: #f3f6fb;
  text-align: left;
}

/* Tabela comparativa destacada */
.compare--styled {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.compare--styled thead th {
  border: none;
  background: transparent;
  padding: 0 14px 8px;
}
.compare--styled tbody tr {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.compare--styled tbody td {
  border-top: 1px solid #eef2f8;
  border-bottom: 1px solid #eef2f8;
}
.compare--styled tbody td:first-child {
  border-left: 1px solid #eef2f8;
  border-radius: 10px 0 0 10px;
  font-weight: 700;
  background: #fff;
}
.compare--styled tbody td:last-child {
  border-right: 1px solid #eef2f8;
  border-radius: 0 10px 10px 0;
}
.compare--styled .pill {
  display: inline-block;
  margin-left: 8px;
  background: var(--accent);
  color: #000;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
}
.ico {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  transform: translateY(-1px);
}
.ico-good {
  background: #2ecc71;
}
.ico-bad {
  background: #e74c3c;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
blockquote {
  margin: 0;
  padding: 18px;
  border-left: 6px solid var(--accent);
  background: #fff;
  border-radius: 10px;
}
blockquote {
  position: relative;
  overflow: hidden;
}
blockquote:after {
  content: "\201D";
  position: absolute;
  right: 12px;
  bottom: -4px;
  font-size: 64px;
  color: rgba(68, 68, 68, 0.08);
  font-weight: 800;
}
cite {
  display: block;
  margin-top: 8px;
  color: #666;
  font-style: normal;
}
.badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.badge {
  background: #fff;
  border: 1px dashed #e0e6ef;
  border-radius: 999px;
  padding: 10px 14px;
}

.band {
  background: linear-gradient(
    90deg,
    rgba(0, 102, 255, 0.08),
    rgba(0, 102, 255, 0.02)
  );
  padding: 18px 0;
  border-top: 1px solid #eaeef3;
  border-bottom: 1px solid #eaeef3;
}
.stats-wrap {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
}
.stat strong {
  font-size: 28px;
  color: var(--primary);
}
.stat span {
  color: #666;
}

.band.cta {
  background: linear-gradient(135deg, var(--primary), #0047cc);
  color: #fff;
}
.cta-wrap {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.cta-wrap h3 {
  margin: 0;
  font-size: 24px;
}
.band.cta .btn-cta {
  background: var(--accent);
  color: #000;
}

.lead-form .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.lead-form label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
.lead-form label span {
  margin-bottom: 6px;
}
input,
textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #dfe5ec;
  background: #fff;
  font: inherit;
}
.full {
  grid-column: 1/-1;
}

.site-footer {
  background: var(--dark);
  color: #d1d6df;
}
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
}
.brand-foot p {
  margin: 6px 0 0;
}
.foot-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #d1d6df;
}
.social-links a:hover {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #25d366;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  font-weight: 700;
}
.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

/* efeitos de entrada */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* FAQ estilizada */
.faq {
  max-width: 860px;
  margin: 16px auto 0;
}
.faq-item {
  border: 1px solid #eaeef3;
  background: #fff;
  border-radius: 12px;
  margin: 10px 0;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  font-weight: 700;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary span {
  display: inline-block;
}
.faq-item summary:after {
  content: "+";
  font-weight: 800;
  color: var(--primary);
  transition: transform 0.2s ease;
}
.faq-item[open] summary {
  background: linear-gradient(180deg, rgba(0, 102, 255, 0.06), #fff);
}
.faq-item[open] summary:after {
  content: "–";
  color: #000;
}
.faq-content {
  padding: 0 18px 16px;
  color: #555;
}

/* Planos em cards */
.plan-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}
.plan-card {
  background: #fff;
  border: 1px solid #eaeef3;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}
.plan-card.recommended {
  border-color: var(--primary);
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.12);
}
.plan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.plan-head h3 {
  margin: 0;
  font-size: 20px;
}
.plan-badge {
  display: inline-block;
  background: #eef4ff;
  color: #0047cc;
  border: 1px solid #d9e6ff;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.badge-primary {
  background: var(--accent);
  color: #000;
  border-color: var(--accent);
}
.plan-who {
  margin: 8px 0 12px;
  color: #555;
}
.plan-features {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.plan-features .feat {
  position: relative;
  padding-left: 22px;
  margin: 8px 0;
}
.plan-features .feat:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2ecc71;
}
.plan-cta {
  align-self: flex-start;
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero--photo {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.45),
        rgba(0, 0, 0, 0.25)
      ),
      url("assets/fundo-baner-mobile.webp") center/cover no-repeat;
  }
  .cards.three {
    grid-template-columns: 1fr;
  }
  .cards.four {
    grid-template-columns: 1fr 1fr;
  }
  .testimonials {
    grid-template-columns: 1fr;
  }
  .lead-form .grid {
    grid-template-columns: 1fr;
  }
  .stats-wrap {
    justify-content: center;
  }
  .cta-wrap {
    flex-direction: column;
    text-align: center;
  }
  .plan-cards {
    grid-template-columns: 1fr;
  }
  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
