/* ── page-simple.css ──────────────────────────────────────────
   Shell leve para páginas novas de Produto / Soluções / Conteúdo
   (mesma linguagem visual do hero da home: Bricolage Grotesque + Inter,
   #142540 / #f05162 / #f5f5f5). */

* { box-sizing: border-box; }

body {
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #142540;
  line-height: 1.5;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
@media(max-width: 640px) { .container { padding: 0 20px; } }

/* ── footer (essas páginas não carregam page-index.css, então o
   rodapé precisa do próprio CSS aqui — mesmo padrão da home) ── */
.listio-footer { background: #142540; color: #fff; padding: 56px 0 0; }
.listio-footer__inner { display: flex; flex-direction: column; gap: 0; }
.listio-footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
@media(max-width: 860px) { .listio-footer__top { grid-template-columns: 1fr 1fr; } }
@media(max-width: 500px) { .listio-footer__top { grid-template-columns: 1fr; } }
.listio-footer__logo { margin-bottom: 14px; }
.listio-footer__desc { font-family: 'Inter', sans-serif; font-size: 13px; line-height: 1.65; color: rgba(255,255,255,.55); margin-bottom: 16px; max-width: 240px; }
.listio-footer__pill { display: inline-block; font-family: 'Bricolage Grotesque', sans-serif; font-size: 13px; font-weight: 700; color: #f5f5f5; background: #d3374e; padding: 7px 16px; border-radius: 100px; text-decoration: none; transition: background .15s; }
.listio-footer__pill:hover { background: #bd2f45; }
.listio-footer__title { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 14px; display: block; }
.listio-footer__col { display: flex; flex-direction: column; gap: 10px; }
.listio-footer__link { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255,255,255,.55); text-decoration: none; transition: color .15s; }
.listio-footer__link:hover { color: #fff; }
.listio-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.listio-footer__copy { font-family: 'Inter', sans-serif; font-size: 12px; color: rgba(255,255,255,.45); }
.listio-footer__mini-links { display: flex; gap: 16px; flex-wrap: wrap; row-gap: 6px; }
.listio-footer__mini-links a { font-family: 'Inter', sans-serif; font-size: 12px; color: rgba(255,255,255,.45); text-decoration: none; }
.listio-footer__mini-links a:hover { color: #fff; }

.lm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(20, 37, 64, 0.5);
  margin-bottom: 20px;
}

.lm-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: #142540; opacity: 0.5; }

.simple-hero-wrap { background: #f5f5f5; }

.simple-hero {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 40px 96px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.simple-hero__title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #142540;
  margin: 0 0 20px;
}

.simple-hero__desc {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: rgba(20, 37, 64, 0.6);
  line-height: 1.65;
  max-width: 540px;
  margin: 0 0 36px;
}

.simple-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.simple-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #142540;
  color: #f5f5f5;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 13px 13px 24px;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.15s;
}

.simple-hero__cta:hover { background: #1e3350; }

.simple-hero__cta-circle {
  width: 28px; height: 28px; border-radius: 50%; background: #f05162;
  display: flex; align-items: center; justify-content: center;
}

.simple-hero__cta-circle svg { width: 12px; height: 12px; fill: none; stroke: #f5f5f5; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.simple-hero__back {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(20, 37, 64, 0.55);
  text-decoration: none;
  padding: 10px 6px;
  transition: color 0.15s;
}

.simple-hero__back:hover { color: #142540; }
.simple-final .simple-hero__back { color: rgba(245, 245, 245, .75); }
.simple-final .simple-hero__back:hover { color: #f5f5f5; }

.simple-hero__note {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(20, 37, 64, 0.4);
  max-width: 480px;
}

/* ── conteúdo extra: páginas com fluxo/passos (ex: como-funciona) ── */
.simple-section { max-width: 900px; margin: 0 auto; padding: 0 40px 96px; }

.simple-flow { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin: 0 0 56px; }
.simple-flow__step { font-family: 'Bricolage Grotesque', sans-serif; font-size: 14px; font-weight: 700; color: #142540; background: #fff; border: 1px solid #dce1e8; padding: 10px 18px; border-radius: 100px; }
.simple-flow__step--accent { background: #d3374e; border-color: transparent; color: #fff; }
.simple-flow__arrow { color: rgba(20, 37, 64, .3); flex-shrink: 0; display: flex; }

.simple-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 32px; margin-bottom: 64px; }
.simple-step__num { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 13px; color: #fff; background: #d3374e; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.simple-step__title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 17px; color: #142540; margin-bottom: 8px; }
.simple-step__text { font-family: 'Inter', sans-serif; font-size: 14px; line-height: 1.6; color: rgba(20, 37, 64, .6); }

.simple-final { background: #f05162; padding: 64px 40px; border-radius: 24px; text-align: center; }
.simple-final__title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: clamp(24px, 3vw, 32px); color: #f5f5f5; margin: 0 0 24px; }
