:root {
  --green: #1F7A4D; --green-dark: #175E3C; --green-soft: #E6F2EA;
  --yellow: #F0C848; --dark: #17201B; --ink-soft: #3A423C; --muted: #5E665F;
  --border: #E3E0D8; --border-strong: #D5D1C7; --bg: #F5F3EE; --surface: #FFFFFF;
}
* { box-sizing: border-box; }
body {
  margin: 0; background: var(--bg); color: var(--dark);
  font-family: 'Instrument Sans', system-ui, sans-serif; font-size: 17px; line-height: 1.6;
}
h1, h2, h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; letter-spacing: -0.5px; color: var(--dark); }
a { color: var(--green); }
a:hover { color: var(--green-dark); }
.header {
  display: flex; align-items: center; gap: 12px; padding: 20px 24px;
  background: var(--surface); border-bottom: 1px solid var(--border);
}
.header img { width: 36px; height: 36px; border-radius: 9px; }
.header .brand { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 19px; }
.header nav { margin-left: auto; display: flex; gap: 20px; font-size: 14px; font-weight: 600; }
.wrap { max-width: 760px; margin: 0 auto; padding: 48px 24px 96px; }
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--green); }
h1 { font-size: 34px; margin: 8px 0 4px; }
.updated { color: var(--muted); font-size: 14px; margin-bottom: 32px; }
.card {
  background: var(--surface); border: 1px solid var(--border); border-radius: 16px;
  padding: 20px 24px; margin: 24px 0;
}
.card.notice { background: #FFF6DA; border-color: var(--yellow); }
.toc { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 20px 24px; margin: 24px 0; }
.toc h2 { font-size: 15px; margin: 0 0 10px; }
.toc ol { margin: 0; padding-left: 20px; font-size: 15px; }
.toc li { margin-bottom: 4px; }
section { margin: 36px 0; }
section h2 { font-size: 22px; margin-bottom: 10px; }
section h3 { font-size: 17px; margin: 18px 0 6px; }
p { margin: 0 0 14px; }
ul, ol { padding-left: 22px; }
li { margin-bottom: 6px; }
table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 15px; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--border); }
th { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; background: var(--green-soft); }
.placeholder { background: #FFF6DA; padding: 1px 6px; border-radius: 4px; font-family: monospace; font-size: 0.92em; }
.footer { text-align: center; color: var(--muted); font-size: 13px; padding: 32px 24px 48px; }
.footer a { color: var(--muted); text-decoration: underline; }

/* ===================== Landing page ===================== */
.lp-header {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; gap: 12px; padding: 14px 24px;
  background: rgba(245,243,238,0.9); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.lp-header img { width: 32px; height: 32px; border-radius: 8px; }
.lp-header .brand { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 18px; }
.lp-cta-mini {
  margin-left: auto; display: inline-flex; align-items: center; height: 40px; padding: 0 18px;
  background: var(--green); color: #FFF !important; border-radius: 20px; font-weight: 700; font-size: 14px;
  text-decoration: none;
}

section.lp { padding: 72px 24px; }
section.lp.dark { background: var(--dark); color: #FFF; }
section.lp.dark h2, section.lp.dark h3 { color: #FFF; }
section.lp.dark p { color: #C9CDC8; }
.lp-inner { max-width: 1080px; margin: 0 auto; }
.lp-inner.narrow { max-width: 720px; }

.hero { padding: 56px 24px 40px; background: linear-gradient(180deg, #FFFFFF 0%, var(--bg) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; max-width: 1120px; margin: 0 auto; }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; } .hero-phone-wrap { order: -1; } }
.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 20px;
  background: var(--green-soft); color: var(--green-dark); font-size: 13px; font-weight: 700;
}
.hero h1 { font-size: 44px; line-height: 1.08; letter-spacing: -1.2px; margin: 18px 0 16px; }
.hero h1 .sub { display: block; color: var(--green); }
@media (max-width: 500px) { .hero h1 { font-size: 32px; } }
.hero p.lead { font-size: 19px; color: var(--muted); line-height: 1.5; max-width: 480px; }
@media (max-width: 860px) { .hero p.lead { margin: 0 auto; } }
.store-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
@media (max-width: 860px) { .store-buttons { justify-content: center; } }
.store-btn {
  display: inline-flex; align-items: center; gap: 10px; height: 56px; padding: 0 20px;
  background: var(--dark); color: #FFF; border-radius: 14px; text-decoration: none;
}
.store-btn .lines { display: flex; flex-direction: column; line-height: 1.2; }
.store-btn .lines .small { font-size: 11px; color: #B8C2BB; }
.store-btn .lines .big { font-size: 16px; font-weight: 700; font-family: 'Bricolage Grotesque', sans-serif; }
.store-btn img, .store-btn svg { width: 24px; height: 24px; flex-shrink: 0; }
.hero-note { margin-top: 14px; font-size: 13px; color: var(--muted); }

/* Phone mockup */
.phone { width: 280px; height: 572px; border-radius: 38px; background: #0E1310; padding: 10px; box-shadow: 0 30px 60px -20px rgba(23,32,27,0.35), 0 8px 20px -8px rgba(23,32,27,0.2); position: relative; margin: 0 auto; }
.phone::before { content: ''; position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 90px; height: 20px; background: #0E1310; border-radius: 10px; z-index: 3; }
.phone .screen { width: 100%; height: 100%; border-radius: 28px; background: var(--bg); overflow: hidden; position: relative; font-family: 'Instrument Sans', sans-serif; }
.phone-small { width: 220px; height: 449px; }
.phone-small::before { width: 70px; height: 16px; top: 16px; }
.scr-pad { padding: 44px 18px 16px; box-sizing: border-box; height: 100%; display: flex; flex-direction: column; gap: 12px; }
.scr-row { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--muted); font-weight: 600; }
.scr-label { font-size: 13px; color: var(--muted); font-weight: 600; }
.scr-net { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 42px; color: var(--green); letter-spacing: -1.5px; line-height: 1.05; }
.scr-sub { font-size: 13px; color: var(--muted); }
.scr-card { background: #FFF; border: 1px solid var(--border); border-radius: 14px; padding: 12px 14px; }
.scr-bar { height: 8px; border-radius: 4px; background: var(--border); overflow: hidden; margin-top: 8px; }
.scr-bar > div { height: 100%; background: var(--green); }
.scr-kpis { display: flex; gap: 8px; }
.scr-kpi { flex: 1; background: #FFF; border: 1px solid var(--border); border-radius: 12px; padding: 8px 10px; }
.scr-kpi .l { font-size: 10px; color: var(--muted); font-weight: 700; }
.scr-kpi .v { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 15px; }
.scr-btn { margin-top: auto; height: 46px; border-radius: 12px; background: var(--green); color: #FFF; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; gap: 6px; }
.scr-btn.yellow { background: var(--yellow); color: var(--dark); }
.scr-chip { display: inline-flex; align-items: center; padding: 6px 12px; border-radius: 16px; font-size: 12px; font-weight: 700; }
.scr-chip.on { background: var(--green-soft); color: var(--green-dark); border: 1.5px solid var(--green); }
.scr-chip.off { background: #FFF; border: 1px solid var(--border-strong); color: var(--muted); }
.scr-field { background: #FFF; border: 1.5px solid var(--green); border-radius: 12px; padding: 10px 14px; display: flex; align-items: baseline; gap: 6px; }
.scr-field .pre { font-size: 13px; color: var(--muted); }
.scr-field .val { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 22px; }

/* Números da conta pública */
.sums { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 32px; }
@media (max-width: 760px) { .sums { grid-template-columns: 1fr 1fr; } }
.sum-card { text-align: center; padding: 20px 12px; }
.sum-card .op { font-size: 24px; color: #6C7772; margin-bottom: 4px; }
.sum-card .n { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 30px; letter-spacing: -1px; }
.sum-card .n.pos { color: var(--yellow); }
.sum-card .l { font-size: 13px; color: #B8C2BB; margin-top: 4px; }

/* Passos */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 40px; align-items: start; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; max-width: 320px; margin-left: auto; margin-right: auto; } }
.step { text-align: center; }
.step .num { display: inline-flex; width: 32px; height: 32px; border-radius: 16px; background: var(--green); color: #FFF; align-items: center; justify-content: center; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 15px; margin-bottom: 16px; }
.step h3 { font-size: 18px; margin: 0 0 6px; }
.step p { color: var(--muted); font-size: 14px; margin: 0 0 20px; }

/* Simulador */
.simulator { background: #FFF; border: 1px solid var(--border); border-radius: 24px; padding: 32px; margin-top: 32px; }
.sim-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
@media (max-width: 760px) { .sim-grid { grid-template-columns: 1fr; } }
.sim-field { margin-bottom: 16px; }
.sim-field label { display: block; font-size: 13px; font-weight: 700; color: var(--ink-soft); margin-bottom: 6px; }
.sim-field input, .sim-field select {
  width: 100%; height: 52px; border-radius: 12px; border: 1px solid var(--border-strong);
  padding: 0 14px; font-size: 18px; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  background: var(--bg); color: var(--dark); box-sizing: border-box;
}
.sim-field .tweak { display: flex; align-items: center; gap: 8px; margin-top: 4px; }
.sim-field .tweak input { height: 36px; font-size: 14px; font-weight: 600; width: 90px; flex: none; }
.sim-field .tweak span { font-size: 12px; color: var(--muted); }
.sim-result { background: var(--dark); border-radius: 18px; padding: 28px; color: #FFF; text-align: center; }
.sim-result .l { font-size: 13px; font-weight: 700; color: var(--green-pale, #9FCFB2); text-transform: uppercase; letter-spacing: 1px; }
.sim-result .n { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 48px; letter-spacing: -1.5px; margin: 8px 0; }
.sim-result .n.neg { color: #F0A0A0; }
.sim-breakdown { text-align: left; font-size: 13px; margin-top: 16px; display: flex; flex-direction: column; gap: 6px; }
.sim-breakdown div { display: flex; justify-content: space-between; color: #C9CDC8; }
.sim-breakdown b { color: #FFF; font-weight: 700; }

/* Benefícios */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
@media (max-width: 860px) { .benefits { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .benefits { grid-template-columns: 1fr; } }
.benefit { background: #FFF; border: 1px solid var(--border); border-radius: 18px; padding: 24px; }
.benefit .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--green-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.benefit h3 { font-size: 16px; margin: 0 0 6px; }
.benefit p { font-size: 14px; color: var(--muted); margin: 0; }

/* Para quem é */
.audience-grid { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; justify-content: center; }
.audience-tag { padding: 10px 20px; border-radius: 24px; background: #FFF; border: 1px solid var(--border-strong); font-weight: 700; font-size: 15px; }
.vehicle-row { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 20px; }
.vehicle-tag { padding: 8px 16px; border-radius: 20px; background: var(--green-soft); color: var(--green-dark); font-size: 13px; font-weight: 700; }

/* Planos */
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 32px; align-items: stretch; }
@media (max-width: 900px) { .plans-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .plans-grid { grid-template-columns: 1fr; } }
.plan-card { background: #FFF; border: 1px solid var(--border); border-radius: 18px; padding: 24px 20px; display: flex; flex-direction: column; position: relative; }
.plan-card.highlight { border: 2px solid var(--green); }
.plan-badge { position: absolute; top: -12px; left: 20px; background: var(--green); color: #FFF; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.plan-card h3 { font-size: 16px; margin: 4px 0 4px; }
.plan-price { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 30px; letter-spacing: -1px; margin: 8px 0 2px; }
.plan-price span { font-size: 13px; font-weight: 600; color: var(--muted); }
.plan-card ul { list-style: none; padding: 0; margin: 16px 0 0; font-size: 13px; color: var(--ink-soft); flex-grow: 1; }
.plan-card li { padding: 5px 0 5px 22px; position: relative; }
.plan-card li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.trial-badge { display: inline-block; margin-top: 12px; font-size: 12px; font-weight: 700; color: var(--green); background: var(--green-soft); padding: 4px 10px; border-radius: 8px; }

/* FAQ */
.faq-list { max-width: 720px; margin: 32px auto 0; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { padding: 18px 4px; font-weight: 700; font-size: 16px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 22px; color: var(--green); font-weight: 400; transition: transform .15s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 4px 18px; color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0; }

/* CTA final */
.cta-final { text-align: center; padding: 80px 24px; }
.cta-final h2 { font-size: 32px; }

/* Footer LP */
.lp-footer { background: var(--dark); color: #B8C2BB; padding: 48px 24px 32px; }
.lp-footer .cols { display: flex; gap: 48px; flex-wrap: wrap; max-width: 1080px; margin: 0 auto; }
.lp-footer .col { flex: 1; min-width: 180px; }
.lp-footer h4 { color: #FFF; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 14px; }
.lp-footer a { color: #B8C2BB; text-decoration: none; display: block; margin-bottom: 10px; font-size: 14px; }
.lp-footer a:hover { color: #FFF; }
.lp-footer .bottom { max-width: 1080px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid #2E3A32; font-size: 13px; color: #7B857F; }

/* Waitlist inline form */
.waitlist { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.waitlist input[type=email] { flex: 1; min-width: 200px; height: 48px; border-radius: 12px; border: 1px solid var(--border-strong); padding: 0 16px; font-size: 15px; }
.waitlist button { height: 48px; padding: 0 20px; border-radius: 12px; background: var(--green); color: #FFF; border: none; font-weight: 700; font-size: 14px; cursor: pointer; }
