@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700&family=Barlow+Condensed:wght@400;600&display=swap');

:root {
  --font-heading: "Barlow Condensed", system-ui, sans-serif;
  --font-body: "Barlow", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  background: #f3f4f6;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: #1f2937;
  min-height: 100vh;
}

a { color: #3f6fb5; text-decoration: none; }
a:hover { color: #2f558c; }
.lk:hover { color: #111827 !important; }
.cta:hover { background: #416a94 !important; }
.ghost:hover { background: #f8f9fb !important; }
.faq:hover { background: #f8f9fb; }
.cta:focus-visible, .ghost:focus-visible, .faq:focus-visible, input.fld:focus-visible {
  outline: 2px solid #5980a6;
  outline-offset: 2px;
}
input.fld { font-family: var(--font-body); }
input.fld::placeholder { color: #9ca3af; }

button { font: inherit; }

/* Logo mark */
.mark {
  width: 34px; height: 34px;
  object-fit: contain;
  flex: none;
}
.mark-sm { width: 26px; height: 26px; }

/* NAV */
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e9ebef;
}
.site-header .wrap {
  max-width: 1160px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 10px; color: #111827; }
.brand-name { font-family: var(--font-heading); font-weight: 600; font-size: 22px; letter-spacing: 0.01em; }
.nav-links { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap; font-size: 14px; }
.nav-links a { color: #4b5563; }

.cta {
  background: #4f7ba8; color: #fff; border-radius: 10px;
  padding: 10px 16px; font-size: 14px; font-weight: 500; white-space: nowrap;
  display: inline-flex; align-items: center;
}

.nav-toggle {
  display: none; flex: none; margin-left: auto;
  width: 36px; height: 36px; border: 0; background: transparent;
  cursor: pointer; padding: 0; flex-direction: column; justify-content: center; gap: 5px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: #111827; margin: 0 auto; }
.mobile-menu { display: none; }

@media (max-width: 760px) {
  .site-header .wrap { gap: 12px; }
  .nav-links, .site-header .wrap > .cta { display: none; }
  .nav-toggle { display: flex; }
  .mobile-menu {
    flex-direction: column; gap: 4px; padding: 8px 24px 18px;
    border-top: 1px solid #e9ebef;
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu .lk { padding: 10px 0; font-size: 15px; }
  .mobile-menu .cta { justify-content: center; margin-top: 8px; }
}

/* HERO */
.hero {
  max-width: 1160px; margin: 0 auto; padding: 64px 24px 72px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
  gap: 48px; align-items: center;
}
.hero-copy { display: flex; flex-direction: column; gap: 22px; }
.eyebrow {
  align-self: flex-start; background: #eef2f7; color: #3f6fb5;
  border-radius: 99px; padding: 6px 13px; font-size: 13px; font-weight: 500;
}
h1 {
  font-family: var(--font-heading); font-weight: 600;
  font-size: clamp(40px, 6vw, 64px); line-height: 1.02;
  margin: 0; color: #111827; text-wrap: balance;
}
.hero-copy p {
  font-size: 18px; line-height: 1.55; color: #4b5563; margin: 0;
  max-width: 520px; text-wrap: pretty;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.play-btn {
  display: flex; align-items: center; gap: 10px;
  background: #20293a; color: #fff; border-radius: 12px; padding: 13px 20px;
}
.play-btn .lines { display: flex; flex-direction: column; line-height: 1.15; }
.play-btn .small { font-size: 11px; color: #b6c1d0; }
.play-btn .big { font-size: 16px; font-weight: 500; }
.ghost {
  display: flex; align-items: center; background: #fff; color: #374151;
  border: 1px solid #e5e7eb; border-radius: 12px; padding: 13px 20px;
  font-size: 15px; font-weight: 500;
}
.hero-badges { display: flex; gap: 22px; flex-wrap: wrap; font-size: 13px; color: #6b7280; }
.hero-badges span { display: flex; align-items: center; gap: 6px; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: #1e7a45; }

/* Phone mock */
.phone-wrap { display: flex; justify-content: center; }
.phone {
  width: 300px; background: #1b1f27; border-radius: 42px; padding: 11px;
  box-shadow: 0 30px 60px rgba(17,24,39,0.22);
}
.phone-screen {
  background: #f3f4f6; border-radius: 32px; overflow: hidden;
  height: 600px; display: flex; flex-direction: column;
}
.phone-top { background: #fff; padding: 22px 16px 14px; border-bottom: 1px solid #e9ebef; }
.phone-greet { font-size: 11px; color: #8a94a6; }
.phone-name { font-family: var(--font-heading); font-weight: 600; font-size: 18px; color: #111827; }
.phone-tabs { display: flex; gap: 3px; margin-top: 10px; background: #f3f4f6; border-radius: 9px; padding: 3px; }
.phone-tabs span { flex: 1; text-align: center; font-size: 10px; color: #6b7280; padding: 6px 0; }
.phone-tabs span.active { color: #fff; background: #4f7ba8; border-radius: 7px; }
.phone-body { padding: 12px; display: flex; flex-direction: column; gap: 10px; }
.kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.kpi-card {
  background: #fff; border-radius: 11px; box-shadow: 0 1px 3px rgba(17,24,39,0.07); padding: 10px;
}
.kpi-chip { width: 22px; height: 22px; border-radius: 7px; margin-bottom: 7px; }
.kpi-value { font-family: var(--font-heading); font-weight: 600; font-size: 15px; color: #111827; }
.kpi-label { font-size: 10px; color: #6b7280; }
.trip-card {
  background: #fff; border-radius: 11px; box-shadow: 0 1px 3px rgba(17,24,39,0.07);
  padding: 12px; display: flex; flex-direction: column; gap: 6px;
}
.trip-top { display: flex; justify-content: space-between; align-items: center; }
.trip-top .lbl { font-size: 10px; color: #8a94a6; }
.trip-badge { background: #eef2f7; color: #3f6fb5; border-radius: 99px; padding: 2px 7px; font-size: 9px; }
.trip-route { font-family: var(--font-heading); font-weight: 600; font-size: 15px; color: #111827; }
.trip-meta { font-size: 10px; color: #6b7280; }
.trip-open {
  background: #4f7ba8; color: #fff; border-radius: 8px; padding: 8px;
  text-align: center; font-size: 11px; margin-top: 4px;
}
.receivables { background: #fff; border-radius: 11px; box-shadow: 0 1px 3px rgba(17,24,39,0.07); padding: 12px; }
.rec-head { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 4px; }
.rec-head .t { font-family: var(--font-heading); font-weight: 600; color: #111827; }
.rec-head .v { color: #a06a00; font-size: 10px; }
.rec-row {
  display: flex; justify-content: space-between; font-size: 10px; padding: 7px 0;
  border-bottom: 1px solid #f1f2f5;
}
.rec-row:last-child { border-bottom: 0; }
.rec-row .name { color: #111827; }

/* Sections */
section h2 {
  font-family: var(--font-heading); font-weight: 600;
  font-size: clamp(30px, 4vw, 42px); line-height: 1.08;
  margin: 6px 0 0; color: #111827;
}
.kicker { font-size: 13px; color: #3f6fb5; font-weight: 500; }

.section-como {
  background: #fff; border-top: 1px solid #e9ebef; border-bottom: 1px solid #e9ebef;
}
.section-como .wrap, .section-recursos, .section-planos .wrap {
  max-width: 1160px; margin: 0 auto; padding: 72px 24px;
  display: flex; flex-direction: column; gap: 36px;
}
.section-recursos { max-width: 1160px; margin: 0 auto; padding: 72px 24px; display: flex; flex-direction: column; gap: 36px; }
.section-header { max-width: 620px; }
h2.balance { text-wrap: balance; }

.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 16px; }
.step-card {
  background: #f8f9fb; border: 1px solid #eef0f4; border-radius: 16px; padding: 24px;
  display: flex; flex-direction: column; gap: 12px;
}
.step-num {
  width: 40px; height: 40px; border-radius: 12px; background: #4f7ba8; color: #fff;
  display: grid; place-items: center; font-family: var(--font-heading); font-weight: 600; font-size: 20px;
}
.step-title { font-family: var(--font-heading); font-weight: 600; font-size: 22px; color: #111827; }
.step-desc { font-size: 15px; line-height: 1.55; color: #4b5563; text-wrap: pretty; }

.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 16px; }
.feature-card {
  background: #fff; border: 1px solid #e9ebef; border-radius: 16px;
  box-shadow: 0 1px 3px rgba(17,24,39,0.05); padding: 22px;
  display: flex; flex-direction: column; gap: 12px;
}
.feature-icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; }
.feature-title { font-family: var(--font-heading); font-weight: 600; font-size: 20px; color: #111827; }
.feature-desc { font-size: 15px; line-height: 1.55; color: #4b5563; text-wrap: pretty; }

.section-planos { background: #fff; border-top: 1px solid #e9ebef; border-bottom: 1px solid #e9ebef; }
.planos-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.seg-toggle { display: inline-flex; background: #f3f4f6; border-radius: 11px; padding: 3px; gap: 2px; }
.seg-toggle button {
  cursor: pointer; border: 0; border-radius: 9px; padding: 9px 14px;
  font-size: 14px; font-weight: 500; font-family: var(--font-body);
  background: transparent; color: #4b5563;
}
.seg-toggle button.active { background: #4f7ba8; color: #fff; }

.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 16px; align-items: stretch; }
.plan-card {
  background: #fff; border: 1px solid #e9ebef; border-radius: 16px; padding: 26px;
  display: flex; flex-direction: column; gap: 16px;
}
.plan-name { font-family: var(--font-heading); font-weight: 600; font-size: 24px; color: #111827; }
.plan-sub { font-size: 14px; color: #6b7280; }
.plan-price-row { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.plan-price { font-family: var(--font-heading); font-weight: 600; font-size: 44px; line-height: 1; color: #111827; }
.plan-per { font-size: 14px; color: #9ca3af; }
.plan-items { display: flex; flex-direction: column; gap: 10px; flex: 1; }
.plan-items div { display: flex; gap: 10px; font-size: 15px; color: #374151; }
.plan-items svg { flex: none; margin-top: 2px; }

.plan-card.pro {
  background: #20293a; border-radius: 16px; color: #fff;
  box-shadow: 0 20px 40px rgba(17,24,39,0.18); border: none;
}
.pro-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.pro-head .plan-sub { color: #b6c1d0; }
.badge-pill { background: #4f7ba8; color: #fff; border-radius: 99px; padding: 4px 11px; font-size: 12px; font-weight: 500; }
.plan-card.pro .plan-name { color: #fff; }
.plan-card.pro .plan-price { color: #fff; }
.plan-card.pro .plan-per { color: #b6c1d0; }
.plan-card.pro .plan-items div { color: #e5e7eb; }
.plan-note { font-size: 12px; color: #9fb0c4; text-align: center; }

/* FAQ */
.section-duvidas { max-width: 820px; margin: 0 auto; padding: 72px 24px; display: flex; flex-direction: column; gap: 28px; }
.faq-list { background: #fff; border: 1px solid #e9ebef; border-radius: 16px; overflow: hidden; }
.faq-item { border-bottom: 1px solid #f1f2f5; }
.faq-item:last-child { border-bottom: 0; }
.faq-q {
  width: 100%; cursor: pointer; border: 0; background: transparent; text-align: left;
  padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: var(--font-body); font-size: 16px; font-weight: 500; color: #111827;
}
.faq-sign {
  flex: none; width: 28px; height: 28px; border-radius: 8px; background: #f3f4f6;
  display: grid; place-items: center; color: #4b5563; font-size: 18px; line-height: 1;
}
.faq-a {
  padding: 0 22px 18px; font-size: 15px; line-height: 1.6; color: #4b5563; text-wrap: pretty;
  display: none;
}
.faq-item.open .faq-a { display: block; }

/* CTA final */
.section-baixar { max-width: 1160px; margin: 0 auto; padding: 0 24px 72px; }
.cta-box {
  background: #20293a; border-radius: 24px; padding: clamp(32px, 6vw, 60px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 32px; align-items: center; color: #fff;
}
.cta-copy { display: flex; flex-direction: column; gap: 14px; }
.cta-copy h2 { color: #fff; font-size: clamp(32px, 4.5vw, 48px); line-height: 1.05; text-wrap: balance; }
.cta-copy p { font-size: 17px; color: #b6c1d0; margin: 0; line-height: 1.55; }
.cta-actions { display: flex; flex-direction: column; gap: 14px; }
.cta-play {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: #4f7ba8; color: #fff; border-radius: 12px; padding: 15px 20px; font-size: 16px; font-weight: 500;
}
.iphone-form { display: flex; gap: 8px; flex-wrap: wrap; }
.iphone-form input {
  flex: 1; min-width: 180px; border: 1px solid #3a4759; border-radius: 12px;
  padding: 14px; font-size: 15px; background: #2a3548; color: #fff;
}
.iphone-form button {
  cursor: pointer; border: 1px solid #3a4759; background: #2a3548; color: #fff;
  border-radius: 12px; padding: 14px 18px; font-size: 15px; font-weight: 500; font-family: var(--font-body);
}
.notice-ok { background: #2a3548; border-radius: 12px; padding: 14px; font-size: 15px; color: #a9d5bb; display: none; }
.notice-err { font-size: 13px; color: #f3b4ae; display: none; }

/* Footer */
.site-footer { border-top: 1px solid #e9ebef; background: #fff; }
.site-footer .wrap {
  max-width: 1160px; margin: 0 auto; padding: 28px 24px;
  display: flex; gap: 20px; align-items: center; flex-wrap: wrap;
  font-size: 14px; color: #6b7280;
}
.footer-brand { display: flex; align-items: center; gap: 9px; }
.footer-brand span { font-family: var(--font-heading); font-weight: 600; font-size: 17px; color: #111827; }
.footer-links { display: flex; gap: 18px; margin-left: auto; flex-wrap: wrap; }
.footer-links a { color: #6b7280; }
