.landing-zero{position:relative;z-index:1;padding:34px 0 20px}
.hero-zero{
    display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:30px;align-items:center;
    padding:34px;border-radius:38px;background:rgba(255,255,255,.88);
    border:1px solid rgba(148,163,184,.18);backdrop-filter:blur(16px);box-shadow:0 28px 80px rgba(15,23,42,.08);
}
.hero-zero__left{display:grid;align-content:start;gap:20px}
.hero-zero__tag{
    display:inline-flex;align-items:center;justify-content:center;justify-self:flex-start;
    min-height:38px;padding:8px 14px;border-radius:999px;background:color-mix(in srgb, var(--primaria-sistema) 9%, #fff);
    color:var(--primaria-sistema);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
}
.hero-zero__title{display:grid;gap:6px;font-size:clamp(2.5rem,5.2vw,4.9rem);line-height:.94}
.hero-zero__lead{max-width:640px;font-size:1.08rem;line-height:1.8;color:color-mix(in srgb, var(--texto-sistema) 72%, #fff)}
.hero-zero__eyeblocks,.hero__miniinfos{display:flex;gap:10px;flex-wrap:wrap}
.hero-zero__eyeblocks span,.hero__miniinfos span,.pill{
    display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 14px;border-radius:999px;
    background:#fff;border:1px solid rgba(148,163,184,.18);font-weight:700;color:var(--texto-sistema)
}
.hero-zero__actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-zero__button{
    display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:18px;
    background:#fff;border:1px solid rgba(148,163,184,.18);font-weight:800;color:var(--texto-sistema);box-shadow:0 14px 30px rgba(15,23,42,.06)
}
.hero-zero__button--primary{background:var(--primaria-sistema);border-color:var(--primaria-sistema);color:#fff}
.hero-zero__features,.metrics-zero,.steps-zero,.profiles-zero,.faq-zero{display:grid;gap:16px}
.hero-zero__features{grid-template-columns:repeat(3,minmax(0,1fr))}
.mini-card,.metric-card,.step-card,.profile-card-zero,.faq-card-zero,.empty-zero{
    padding:20px;border-radius:24px;background:#fff;border:1px solid rgba(148,163,184,.16);box-shadow:0 16px 34px rgba(15,23,42,.06)
}
.mini-card strong,.metric-card strong,.step-card h3,.profile-card-zero h3,.faq-card-zero h3{display:block;color:var(--texto-sistema)}
.mini-card p,.metric-card p,.step-card p,.profile-card-zero p,.faq-card-zero p{margin-top:8px;line-height:1.7}
.hero-zero__right{position:relative;min-height:620px;display:grid;place-items:center}
.phone-stack{
    position:absolute;width:min(100%,360px);padding:18px;border-radius:34px;background:#fff;border:1px solid rgba(148,163,184,.16);box-shadow:0 24px 60px rgba(15,23,42,.12)
}
.phone-stack--back{transform:translate(-60px,24px) rotate(-10deg);opacity:.76}
.phone-stack--front{transform:translate(60px,-10px) rotate(8deg)}
.phone-stack__banner{height:138px;border-radius:24px;background:linear-gradient(135deg,var(--primaria-sistema), color-mix(in srgb, var(--primaria-sistema) 58%, #fff));margin-bottom:18px}
.phone-stack__avatar{width:90px;height:90px;border-radius:26px;background:#e2e8f0;border:4px solid #fff;box-shadow:0 10px 20px rgba(15,23,42,.08);margin:-62px auto 14px}
.phone-stack h3{text-align:center;font-size:1.2rem}
.phone-stack>span,.phone-stack>p{display:block;text-align:center}
.phone-stack>span{margin-top:6px;font-weight:700;color:#64748b}
.phone-stack>p{margin-top:10px;line-height:1.6}
.phone-stack__links{display:grid;gap:10px;margin-top:18px}
.phone-stack__links b{display:flex;align-items:center;min-height:46px;padding:0 14px;border-radius:16px;background:#f8fafc;border:1px solid rgba(148,163,184,.16)}
.metrics-zero{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:24px}
.metric-card strong{font-size:2rem;line-height:1}
.metric-card span{display:block;margin-top:10px;font-size:12px;font-weight:800;letter-spacing:.12em;color:#64748b}
.section-zero{padding:32px 0 0;display:grid;gap:18px}
.section-zero__head,.section-zero__row,.section-zero__head--faq{display:flex;align-items:end;justify-content:space-between;gap:18px;flex-wrap:wrap}
.section-zero__head h2,.section-zero__row h2,.section-zero__head--faq h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.02;max-width:760px}
.steps-zero{grid-template-columns:repeat(3,minmax(0,1fr))}
.step-card span{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:16px;background:var(--primaria-sistema);color:#fff;font-weight:800;margin-bottom:16px}
.ghost-cta,.profile-card-zero__button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 18px;border-radius:16px;background:#fff;border:1px solid rgba(148,163,184,.18);font-weight:700}
.profiles-zero{grid-template-columns:repeat(4,minmax(0,1fr))}
.profile-card-zero{display:grid;gap:16px}
.profile-card-zero__top{display:grid;grid-template-columns:64px minmax(0,1fr);gap:14px;align-items:center}
.profile-card-zero__avatar{width:64px;height:64px;border-radius:20px;background:#dbeafe;background-size:cover;background-position:center}
.profile-card-zero__avatar--fallback{display:grid;place-items:center;font-size:1.15rem;font-weight:900;color:var(--primaria-sistema)}
.profile-card-zero__top strong{display:block;margin-top:4px;color:#64748b}
.profile-card-zero__top small{display:block;margin-top:4px}
.profile-card-zero__button{margin-top:auto}
.faq-zero{grid-template-columns:repeat(2,minmax(0,1fr))}
.faq-card-zero{display:grid;gap:12px}
.faq-placeholder{padding:22px;border-radius:24px;border:1px dashed rgba(148,163,184,.34);text-align:center;color:#64748b;background:#fff}

.planos-publicos,.como-funciona-publico{position:relative;z-index:1}

.site-footer__brand p{max-width:560px;line-height:1.75}

@media (max-width: 1100px){
    .hero-zero{grid-template-columns:1fr}
    .hero-zero__right{min-height:500px}
    .metrics-zero{grid-template-columns:repeat(2,minmax(0,1fr))}
    .hero-zero__features,.steps-zero,.profiles-zero,.faq-zero{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 760px){
    .landing-zero{padding-top:22px}
    .hero-zero{padding:22px;border-radius:28px}
    .hero-zero__title{font-size:clamp(2rem,12vw,3.2rem)}
    .hero-zero__lead{font-size:.98rem}
    .hero-zero__actions,.hero-zero__features,.metrics-zero,.steps-zero,.profiles-zero,.faq-zero{grid-template-columns:1fr}
    .hero-zero__actions>*{width:100%}
    .hero-zero__right{min-height:440px}
    .phone-stack{width:min(100%,290px);padding:14px}
    .phone-stack--back{transform:translate(-14px,26px) rotate(-8deg)}
    .phone-stack--front{transform:translate(14px,-8px) rotate(6deg)}
    .section-zero{padding-top:20px}
    .section-zero__head,.section-zero__row,.section-zero__head--faq{align-items:start}
}


/* patch v8: rodape totalmente transparente e sem estrutura de tabela */
.site-footer,
.site-footer--clean{
  background:transparent !important;
  padding:32px 0 22px !important;
}
.site-footer .container{
  gap:10px !important;
}
.site-footer__top,
.site-footer__top--clean{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:22px;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
.site-footer__brand,
.site-footer__brand .marca,
.site-footer__brand .marca__logo-wrap{
  background:transparent !important;
  box-shadow:none !important;
}
.site-footer__brand{
  gap:12px !important;
}
.site-footer__brand p{
  margin:0 !important;
  max-width:640px !important;
  color:#5f6d81 !important;
}
.site-footer__menu{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px 18px;
}
.site-footer__menu a{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 !important;
  margin:0;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  color:#15213a !important;
  font-weight:700;
}
.site-footer__menu a:hover{
  color:var(--primaria-sistema) !important;
  text-decoration:underline;
}
.site-footer__cta-row,
.site-footer__cols,
.site-footer__col{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}
.site-footer__bottom,
.site-footer__bottom--clean{
  padding:8px 0 0 !important;
  margin:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  text-align:left !important;
}
.site-footer__bottom p,
.site-footer__bottom--clean p{
  margin:0 !important;
  color:#7a8698 !important;
  font-size:13px !important;
}
@media (max-width: 920px){
  .site-footer__top,
  .site-footer__top--clean{
    grid-template-columns:1fr;
    align-items:start;
  }
  .site-footer__menu{
    justify-content:flex-start;
    gap:8px 16px;
  }
}
