* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
}

.landing-port .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── HEADER ── */
header {
  background-color: #2c3fcc;
  height: 64px;
}

header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.header-logo img {
  height: 36px;
  display: block;
}

nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  max-width: 72px;
  opacity: 0.92;
  transition: opacity 0.2s;
}

nav a:hover {
  opacity: 1;
}

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

.btn-trial {
  background-color: #ffffff;
  color: #2c3fcc;
  border: none;
  border-radius: 24px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-family: inherit;
  transition: background-color 0.2s;
}

.btn-trial:hover {
  background-color: #e8ecff;
}

.btn-trial svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.btn-login {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-family: inherit;
  transition: border-color 0.2s;
}

.btn-login:hover {
  border-color: #ffffff;
}

.btn-login svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, #f8faff 0%, #e8f2ff 100%);
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
}

.hero .container {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 60px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.1;
  color: #0d0d0d;
}

.hero-title .highlight {
  color: #3b7fef;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 32px;
  line-height: 1.6;
}

.hero-stats {
  font-size: 0.88rem;
  font-weight: 700;
  color: #0d0d0d;
  margin-bottom: 36px;
  white-space: nowrap;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.btn-hero-primary {
  background-color: #2c3fcc;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: inherit;
  transition: background-color 0.2s;
}

.btn-hero-primary:hover {
  background-color: #1f2fa8;
}

.btn-hero-whatsapp {
  background-color: #25a244;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: inherit;
  transition: background-color 0.2s;
}

.btn-hero-whatsapp:hover {
  background-color: #1e8a38;
}

.hero-features {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 20px;
}

.hero-features span {
  font-size: 0.82rem;
  color: #444;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.hero-features .check-icon {
  width: 18px;
  height: 18px;
  background-color: #25a244;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-features .check-icon svg {
  width: 10px;
  height: 10px;
  stroke: #fff;
  stroke-width: 3;
  fill: none;
}

.hero-price-note {
  font-size: 0.82rem;
  color: #555;
  white-space: nowrap;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-dashboard {
  background: #fff;
  border-radius: 20px;
  box-shadow:
    0 24px 64px rgba(44, 63, 204, 0.12),
    0 4px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  max-width: 520px;
  width: 100%;
}

.hero-dashboard img {
  width: 100%;
  display: block;
}

/* ── O QUE É NFCOM ── */
.nfcom-intro {
  background: #fff;
  padding: 96px 0;
}

.section-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3b7fef;
  margin-bottom: 16px;
}

.section-title {
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0d0d0d;
  margin-bottom: 24px;
  max-width: 640px;
}

.section-title .highlight {
  color: #3b7fef;
}

.section-body {
  font-size: 1.15rem;
  color: #444;
  line-height: 1.6;
  max-width: 680px;
}

.section-body strong {
  color: #0d0d0d;
  font-weight: 700;
}

/* ── CARDS NFCOM ── */
.nfcom-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.nfcom-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(44, 63, 204, 0.06);
}

.nfcom-card-icon {
  width: 64px;
  height: 64px;
  background-color: #2c3fcc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.nfcom-card-icon svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nfcom-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0d0d0d;
  line-height: 1.3;
  margin-bottom: 16px;
}

.nfcom-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
}

.nfcom-card p strong {
  color: #0d0d0d;
  font-weight: 700;
}

/* ── PASSO A PASSO ── */
.como-emitir {
  background: #f8faff;
  padding: 96px 0;
}

.como-emitir .section-intro {
  margin-bottom: 48px;
}

.como-emitir .section-title {
  font-size: 1.75rem;
  max-width: 100%;
}

.como-emitir .section-body {
  margin-top: 16px;
}

.steps-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.step-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(44, 63, 204, 0.06);
}

.step-card-icon {
  width: 64px;
  height: 64px;
  background-color: #2c3fcc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.step-card-icon svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0d0d0d;
  line-height: 1.3;
  margin-bottom: 16px;
}

.step-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
}

.step-card p strong {
  color: #0d0d0d;
  font-weight: 700;
}

/* ── CONVERSÃO 21/22 ── */
.conversao {
  background: #fff;
  padding: 96px 0;
}

/* ── ECOSSISTEMA ── */
.ecossistema {
  background: linear-gradient(135deg, #f8faff 0%, #e8f2ff 100%);
  padding: 96px 0;
  text-align: center;
}

.ecossistema .section-eyebrow {
  text-align: center;
}

.ecossistema .section-title {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.75rem;
}

.ecossistema .section-body {
  max-width: 640px;
  margin: 16px auto 0;
  text-align: center;
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 56px;
}

.logo-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  box-shadow: 0 2px 8px rgba(44, 63, 204, 0.05);
}

.logo-card img {
  max-height: 40px;
  max-width: 140px;
  object-fit: contain;
  display: block;
}

/* ── DEPOIMENTOS ── */
.depoimentos {
  background: #fff;
  padding: 96px 0;
}

.depoimentos .section-title {
  font-size: 1.75rem;
  max-width: 580px;
}

.depoimentos .section-body {
  margin-top: 16px;
}

.depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.depoimento-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(44, 63, 204, 0.06);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.depoimento-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.depoimento-stars svg {
  width: 20px;
  height: 20px;
  fill: #f5a623;
}

.depoimento-quote {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.7;
  font-style: italic;
  flex: 1;
}

.depoimento-author {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.depoimento-avatar {
  width: 44px;
  height: 44px;
  background-color: #2c3fcc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.depoimento-info {
  text-align: left;
}

.depoimento-info strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0d0d0d;
}

.depoimento-info span {
  font-size: 0.82rem;
  color: #888;
}

/* ── CTA BANNER ── */
.cta-banner {
  background-color: #2c3fcc;
  padding: 80px 0;
}

.cta-banner .container {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 60px;
  align-items: center;
}

.cta-content {
  color: #fff;
}

.cta-title {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  color: #fff;
}

.cta-text {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.cta-text strong {
  color: #fff;
  font-weight: 700;
}

.cta-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.btn-cta {
  background-color: #2c3fcc;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
  width: 100%;
  transition: background-color 0.2s;
}

.btn-cta:hover {
  background-color: #1f2fa8;
}

.btn-cta svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.cta-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
  color: #555;
  line-height: 1.5;
}

.cta-note svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── FAQ ── */
.faq {
  background: linear-gradient(135deg, #f8faff 0%, #e8f2ff 100%);
  padding: 96px 0;
}

.faq .section-title {
  font-size: 1.75rem;
  max-width: 680px;
}

.faq .section-body {
  margin-top: 16px;
  max-width: 520px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin-top: 48px;
  align-items: start;
}

.faq-item {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0d0d0d;
  cursor: pointer;
  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #3b7fef;
  transition: transform 0.25s ease;
}

.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
}

.faq-body {
  padding: 0 24px 20px;
  font-size: 0.92rem;
  color: #555;
  line-height: 1.7;
  border-top: 1px solid #f0f4ff;
}

/* ── CTA FINAL ── */
.cta-final {
  background: linear-gradient(135deg, #2c3fcc 0%, #4a5ce8 100%);
  padding: 80px 0;
}

.cta-final .container {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 60px;
  align-items: center;
}

.cta-final-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 16px;
}

.cta-final-title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 20px;
}

.cta-final-title .highlight-yellow {
  color: #f5c842;
}

.cta-final-text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.cta-final-text strong {
  color: #fff;
}

.cta-final-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta-final-card-label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.cta-final-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-whatsapp-final {
  background-color: #25a244;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  white-space: nowrap;
  transition: background-color 0.2s;
}

.btn-whatsapp-final:hover {
  background-color: #1e8a38;
}

.btn-whatsapp-final svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.btn-outline-final {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  transition: border-color 0.2s, background-color 0.2s;
}

.btn-outline-final:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

/* ── FOOTER ── */
footer {
  background-color: #111827;
  padding: 64px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 48px;
}

.footer-brand img {
  height: 34px;
  display: block;
  margin-bottom: 20px;
}

.footer-brand p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
}

.footer-col h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul li a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: #fff;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 10px;
}

.footer-contact-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.footer-bottom p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.35);
}
