/* ============================================================
   MAARTORI — central-entregaveis v1 (repaginação editorial)
   Padrão visual v2.1 (Fraunces + sage).
   Anatomia: como-funciona.html (5 tabs + FAQ + CTA + footer).
   Isola overrides visuais desta página — não mexe em components.css.
   ============================================================ */

/* ---------------- MENU FLUTUANTE (pílula glass-blur) ----------------
   Copiado do home.css pra página funcionar sem importar home.css. */
.floatnav {
  position: fixed;
  top: 20px; left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  display: flex; align-items: center; gap: 6px;
  padding: 8px 8px 8px 22px;
  background: rgba(15,17,20,0.55);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  box-shadow:
    0 12px 40px rgba(15,17,20,0.30),
    0 2px 8px rgba(15,17,20,0.15);
  max-width: calc(100vw - 32px);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.floatnav-logo {
  font-family: var(--font);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-l);
  padding-right: 18px;
  margin-right: 6px;
  position: relative;
  flex-shrink: 0;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.floatnav-logo::after {
  content: '';
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 22px;
  background: rgba(255,255,255,0.20);
}
.floatnav-links { display: flex; align-items: center; gap: 2px; }
.floatnav-link {
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.floatnav-link:hover { background: var(--sage-15); color: var(--white); text-shadow: none; }
.floatnav-link[aria-current="page"] { background: var(--sage-d); color: var(--white); text-shadow: none; }
.floatnav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  margin-left: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  background: var(--sage-d);
  border-radius: 999px;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 10px rgba(74,85,50,0.40);
}
.floatnav-cta:hover {
  background: var(--sage);
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(74,85,50,0.50);
}
.floatnav-cta i { font-size: 14px; }
.floatnav-hamburger { display: none; }
.floatnav--on-light {
  background: var(--deep);
  border-color: rgba(255,255,255,0.08);
  box-shadow:
    0 12px 40px rgba(15,17,20,0.25),
    0 2px 8px rgba(15,17,20,0.10);
}
@media (max-width: 960px) {
  .floatnav { padding: 8px 8px 8px 16px; top: 14px; }
  .floatnav-logo { font-size: 15px; padding-right: 12px; }
  .floatnav-logo::after { display: none; }
  .floatnav-links { display: none; }
  .floatnav-cta { display: none; }
  .floatnav-hamburger {
    display: flex;
    align-items: center; justify-content: center;
    width: 40px; height: 40px;
    background: var(--deep); color: var(--white);
    border: none; border-radius: 50%;
    font-size: 18px; cursor: pointer;
  }
  .ce-hero { min-height: 100svh; }
}

/* ---------------- SPLASH — desliga em mobile ---------------- */
@media (max-width: 768px) {
  .splash { display: none !important; }
}

/* ---------------- FOOTER — Fraunces no logo ---------------- */
.ft-logo {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-l);
  margin-bottom: 6px;
}
.ft-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  line-height: 1.4;
  color: var(--on-dark-secondary);
  margin-bottom: 14px;
}
.ft-link:hover { color: var(--sage-l); padding-left: 4px; }
.ft-link { transition: color 0.2s ease, padding-left 0.2s ease; }
.ft-col-title {
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-l);
  margin-bottom: 14px;
}
.ft-empresa {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
}

/* ---------------- HERO ---------------- */
.ce-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: var(--deep);
  color: var(--on-dark);
  overflow: hidden;
}
.ce-hero-img {
  position: absolute; inset: 0;
  background-image: url('/assets/img/hero.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.ce-hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(15,17,20,0.55) 0%, rgba(15,17,20,0.78) 100%),
    radial-gradient(ellipse at 70% 30%, rgba(151,165,121,0.18), transparent 60%);
  z-index: 1;
}
.ce-hero > .container { position: relative; z-index: 2; text-align: center; }
.ce-hero .label { color: var(--sage-l); justify-content: center; }
.ce-hero .label .label-dot { background: var(--sage-l); }
.ce-hero h1.ce-hero-title,
.ce-hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--white);
  width: 100%;
  max-width: 22ch;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: var(--space-3);
  text-align: center;
  display: block;
}
.ce-hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--sage-l);
}
.ce-hero p.lead {
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  max-width: 78ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}
.ce-hero-selos {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 26px 14px;
  margin-top: var(--space-3);
  max-width: max-content;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.ce-hero-selo {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ce-hero-selo:hover {
  background: var(--sage-15);
  border-color: var(--sage-l);
  transform: translateY(-10px);
}
.ce-hero-selo i { color: var(--sage-l); font-size: 16px; }

/* ---------------- TABS SECTION ---------------- */
.ce-tabs-section { padding: var(--space-6) 0; background: var(--surface); }
.ce-tabs-section .container { text-align: center; }
.ce-tabs-section .section-header { text-align: center; margin-left: auto; margin-right: auto; margin-bottom: var(--space-3); }
.ce-tabs-section .section-header .label { justify-content: center; color: var(--accent); }
.ce-tabs-section .section-header h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 44px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ---------------- TABS WIDGET (replica do como-funciona.css) ---------------- */
.cf-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}
.cf-tab {
  padding: 12px 22px;
  background: var(--white);
  border: 1.5px solid var(--gray-100);
  border-radius: 999px;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-700);
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.cf-tab:hover {
  border-color: var(--sage-d);
  color: var(--sage-d);
}
.cf-tab[aria-selected="true"] {
  background: var(--sage-d);
  border-color: var(--sage-d);
  color: var(--white);
}
.cf-panel {
  display: none;
  padding: 28px 32px 26px;
  background: var(--white);
  border: 1.5px solid var(--sage-30);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(74,85,50,0.10);
  animation: cfPanelIn 0.4s ease;
}
.cf-panel.is-active { display: block; }
@keyframes cfPanelIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.cf-panel-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1.5px dashed var(--sage-30);
  text-align: center;
}
.cf-panel-meta {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-d);
  background: var(--sage-15);
  padding: 6px 14px;
  border-radius: 999px;
}
.cf-panel-meta i { font-size: 13px; }
.cf-panel-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -0.015em;
  color: var(--deep);
  line-height: 1.1;
  margin: 0;
}
.cf-panel-sub {
  font-size: 14px;
  color: var(--gray-700);
  margin: 0;
  font-style: italic;
  font-family: var(--font-display);
}

/* ---------------- COMPARATIVO (tabela) — replica do como-funciona.css ---------------- */
.cf-comp-table-wrap {
  border-radius: 14px;
  overflow: hidden;
  border: 1.5px solid var(--gray-100);
  background: var(--white);
}
.cf-comp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.cf-comp-table thead th {
  background: var(--sage-d);
  color: var(--white);
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 18px;
  text-align: left;
  border-left: 1px dashed rgba(255,255,255,0.25);
}
.cf-comp-table thead th:first-child {
  background: var(--deep);
  border-left: none;
}
.cf-comp-table tbody td {
  padding: 14px 18px;
  border-bottom: 1px dashed var(--sage-30);
  border-left: 1px dashed var(--sage-30);
  color: var(--gray-700);
  vertical-align: middle;
}
.cf-comp-table tbody tr:last-child td { border-bottom: 1px dashed var(--sage-30); }
.cf-comp-table tbody tr:nth-child(even) td { background: var(--sage-15); }
.cf-comp-table td:first-child { border-left: none; }
.cf-comp-table td.hl {
  font-weight: 600;
  color: var(--deep);
}
.cf-comp-table td.criterio {
  font-weight: 600;
  color: var(--deep);
  background: var(--white) !important;
  width: 22%;
}
.cf-comp-table .ok { color: var(--sage-d); font-size: 18px; }
.cf-comp-table .no { color: var(--gray-300); font-size: 18px; }
.cf-comp-table tr.t-sep td {
  background: var(--sage-15);
  color: var(--sage-d);
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 18px;
  border-left: none;
}
.cf-comp-table tr.t-sep td i { display: none; }

/* ---------------- PASTAS — grid intro (estilo Verona spec card) + lista numerada ---------------- */
.ce-pastas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: var(--space-4);
}
.ce-pasta-ce {
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding: 0;
  background: var(--white);
  border: 1.5px solid var(--gray-100);
  border-radius: 14px;
  overflow: hidden;
  min-height: 130px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}
.ce-pasta-ce:hover {
  border-color: var(--sage-d);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(74,85,50,0.12);
}
.ce-pasta-ce-icon {
  flex: 0 0 auto;
  width: 78px;
  display: flex; align-items: center; justify-content: center;
  background: var(--sage-15);
  border-right: 1.5px solid var(--sage-30);
  font-size: 26px;
  color: var(--sage-d);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.ce-pasta-ce:hover .ce-pasta-ce-icon {
  background: var(--sage-d);
  color: var(--white);
  border-color: var(--sage-d);
}
.ce-pasta-ce-body {
  flex: 1 1 auto;
  padding: 18px 20px 18px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  text-align: left;
}
.ce-pasta-ce h4 {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--deep);
  margin-bottom: 6px;
  line-height: 1.3;
  text-align: left;
}
.ce-pasta-ce p { font-size: 13.5px; line-height: 1.55; color: var(--gray-700); text-align: left; margin: 0; }

.ce-pastas-list {
  list-style: none; padding: 0; margin: 0 auto;
  border: 1.5px solid var(--sage-30);
  border-radius: 16px;
  background: var(--white);
  overflow: hidden;
  max-width: 760px;
}
.ce-pasta {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 22px;
  border-bottom: 1px dashed var(--sage-30);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.25s ease, box-shadow 0.25s ease;
  text-align: left;
}
.ce-pasta:last-child { border-bottom: none; }
.ce-pasta:hover { background: var(--sage-15); }
.ce-pasta.ce-pasta--root:hover { background: var(--deep); }
.ce-pasta > div { text-align: left; flex: 1 1 auto; }
.ce-pasta i.ti-folder-filled {
  font-size: 22px; color: var(--sage-d); flex-shrink: 0; margin-top: 2px;
}
.ce-pasta-num {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--sage-d);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 14px;
  flex-shrink: 0;
}
.ce-pasta h5 {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--deep);
  line-height: 1.3;
  text-align: left;
}
.ce-pasta p { font-size: 13px; color: var(--gray-700); line-height: 1.55; margin-bottom: 8px; text-align: left; }
.ce-pasta-files { display: flex; gap: 6px; flex-wrap: wrap; }
.ce-pasta-file {
  font-size: 11px;
  background: var(--surface);
  border: 1px solid var(--sage-30);
  border-radius: 6px;
  padding: 3px 9px;
  color: var(--gray-700);
  font-family: var(--font);
  font-weight: 500;
}
.ce-pasta--root {
  background: var(--deep);
  color: var(--white);
  padding: 22px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: flex-start;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px dashed var(--sage-30);
}
.ce-pasta--root > div { text-align: left; flex: 1 1 auto; min-width: 0; }
.ce-pasta--root i.ti-folder-filled {
  color: var(--sage-l);
  font-size: 38px;
  flex-shrink: 0;
  margin-top: 0;
  align-self: center;
}
.ce-pasta--root h5 { color: var(--white); font-size: 17px; font-weight: 600; margin-bottom: 2px; text-align: left; letter-spacing: -0.005em; }
.ce-pasta--root p { color: var(--on-dark-secondary); margin: 0; text-align: left; font-size: 13.5px; }

/* ---------------- PRANCHAS — grid 3 colunas ---------------- */
.ce-pranchas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: var(--space-3);
}
.ce-prancha {
  padding: 20px 18px 18px;
  background: var(--white);
  border: 1.5px solid var(--gray-100);
  border-radius: 14px;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.ce-prancha:hover {
  border-color: var(--sage-d);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(74,85,50,0.12);
}
.ce-prancha-badge {
  display: inline-block;
  padding: 4px 10px;
  background: var(--sage-d);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 12px;
}
.ce-prancha h4 {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--deep);
  margin-bottom: 6px;
  line-height: 1.3;
}
.ce-prancha p { font-size: 13px; line-height: 1.55; color: var(--gray-700); margin-bottom: 10px; }
.ce-prancha-para {
  font-size: 11px !important;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--sage-d) !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.ce-pranchas-editaveis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: var(--space-3);
}
.ce-prancha-ed {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0;
  background: var(--white);
  border: 1.5px solid var(--sage-30);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s ease;
  min-height: 130px;
}
.ce-prancha-ed:hover { border-color: var(--sage-d); }
.ce-prancha-ed-icon {
  flex: 0 0 auto;
  width: 88px;
  display: flex; align-items: center; justify-content: center;
  background: var(--sage-15);
  color: var(--sage-d);
  border-right: 1.5px solid var(--sage-30);
  font-size: 30px;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.ce-prancha-ed:hover .ce-prancha-ed-icon {
  background: var(--sage-d);
  color: var(--white);
  border-color: var(--sage-d);
}
.ce-prancha-ed-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  padding: 18px 22px 18px 22px;
}
.ce-prancha-ed h4 {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
  color: var(--deep);
  line-height: 1.3;
  margin: 0;
  text-align: left;
}
.ce-prancha-ed p { font-size: 13.5px; line-height: 1.55; color: var(--gray-700); margin: 0; text-align: left; }

/* ---------------- DOCUMENTOS — grid 3 colunas ---------------- */
.ce-docs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ce-doc {
  position: relative;
  padding: 24px 22px 22px;
  background: var(--white);
  border: 1.5px solid var(--gray-100);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.ce-doc:hover {
  border-color: var(--sage-d);
  box-shadow: 0 12px 28px rgba(74,85,50,0.10);
}
.ce-doc-icon {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  background: transparent;
  color: var(--sage-d);
  border: 1.5px solid var(--sage-30);
  border-radius: 14px;
  font-size: 26px;
  margin-bottom: 14px;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.ce-doc:hover .ce-doc-icon {
  background: var(--sage-d);
  color: var(--white);
  border-color: var(--sage-d);
}
.ce-doc h4 {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--deep);
  margin: 0 0 6px;
  line-height: 1.3;
}
.ce-doc p { font-size: 13.5px; line-height: 1.55; color: var(--gray-700); margin: 0 0 14px; }
.ce-doc-tag {
  display: inline-block;
  padding: 4px 10px;
  background: var(--sage-15);
  color: var(--sage-d);
  border: 1px solid var(--sage-30);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
}

/* ---------------- CERTIFICADO — card destaque + 4 cards ---------------- */
.ce-cert-card {
  display: flex; align-items: stretch; gap: 24px;
  padding: 28px 28px 26px;
  background: var(--deep);
  color: var(--white);
  border-radius: 18px;
  margin-bottom: var(--space-3);
  position: relative;
  overflow: hidden;
}
.ce-cert-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(151,165,121,0.18), transparent 60%);
  pointer-events: none;
}
.ce-cert-card > i {
  font-size: clamp(64px, 9vw, 120px);
  line-height: 1;
  color: var(--sage-l);
  flex-shrink: 0;
  position: relative;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ce-cert-card > div { position: relative; }
.ce-cert-card h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.015em;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.15;
}
.ce-cert-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--on-dark-secondary);
  margin-bottom: 14px;
}
.ce-cert-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  background: var(--sage-15);
  border: 1px solid var(--sage-l);
  color: var(--sage-l);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
}
.ce-cert-tag i { font-size: 13px; }
.ce-cert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.ce-cert-item {
  display: flex;
  align-items: stretch;
  gap: 18px;
  padding: 0;
  background: var(--white);
  border: 1.5px solid var(--gray-100);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.ce-cert-item:hover { border-color: var(--sage-d); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(74,85,50,0.12); }
.ce-cert-item-body {
  flex: 1 1 auto;
  padding: 22px 22px 20px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.ce-cert-icon {
  flex: 0 0 auto;
  width: 80px;
  display: flex; align-items: center; justify-content: center;
  background: var(--sage-15);
  color: var(--sage-d);
  border-right: 1.5px solid var(--sage-30);
  font-size: 30px;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  align-self: stretch;
}
.ce-cert-item:hover .ce-cert-icon {
  background: var(--sage-d);
  color: var(--white);
  border-color: var(--sage-d);
}
.ce-cert-item h4 {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
  color: var(--deep);
  margin-bottom: 6px;
  line-height: 1.3;
  text-align: left;
}
.ce-cert-item p { font-size: 13.5px; line-height: 1.55; color: var(--gray-700); margin: 0; text-align: left; }

/* ---------------- FAQ ---------------- */
.ce-faq-section { padding: var(--space-6) 0; background: var(--white); }
.ce-faq-section .container { max-width: 860px; }
.ce-faq-section .section-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-4);
}
.ce-faq-section .section-header .label { justify-content: center; color: var(--accent); }
.ce-faq-section .section-header h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 44px);
  letter-spacing: -0.02em;
  line-height: 1.05;
}

/* ---------------- CTA FINAL — mesmo padrão do home-cta-final ---------------- */
.home-cta-final { padding: var(--space-6) 0; background: var(--deep); }
.home-cta-final .container { position: relative; }
.home-cta-final .cta-band {
  border-radius: 24px;
  background: #1f2024;
  border: 2px solid var(--sage-d);
  color: var(--white);
  padding: var(--space-7) var(--space-6);
  position: relative; overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.4s ease, border-color 0.4s ease, border-width 0.4s ease, box-shadow 0.4s ease;
}
.home-cta-final .cta-band:hover {
  transform: scale(1.02);
  border-color: var(--sage);
  border-width: 3px;
  box-shadow:
    0 0 90px 0 rgba(110,123,82,0.65),
    0 0 0 1px rgba(110,123,82,0.35);
}
.home-cta-final .label { justify-content: center; color: var(--sage-l); margin-bottom: var(--space-1); }
.home-cta-final .label .label-dot { background: var(--sage-l); }
.home-cta-final .cta-band h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 144;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 12px;
  text-wrap: balance;
}
.home-cta-final .cta-band p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  color: var(--on-dark-secondary);
  margin-bottom: 26px;
  line-height: 1.4;
}
.home-cta-final .cta-band-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.home-cta-final .cta-band .btn-outline {
  background: transparent;
  border-color: rgba(255,255,255,0.35);
  color: var(--white);
}
.home-cta-final .cta-band .btn-outline:hover {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.home-cta-final .btn-primary { animation: btnPulseFast 0.7s ease-out 1; }
@keyframes btnPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.5); }
  50%      { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
}
@keyframes btnPulseFast {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0.6); }
  100% { box-shadow: 0 0 0 14px rgba(255,255,255,0); }
}

/* ---------------- RESPONSIVO ---------------- */
@media (max-width: 960px) {
  .ce-pastas-grid { grid-template-columns: 1fr; }
  .ce-pranchas-grid { grid-template-columns: repeat(2, 1fr); }
  .ce-docs-grid { grid-template-columns: repeat(2, 1fr); }
  .ce-pranchas-editaveis { grid-template-columns: 1fr; }
  .ce-cert-grid { grid-template-columns: 1fr; }
  .cf-comp-table { font-size: 13px; }
  .cf-comp-table thead th,
  .cf-comp-table tbody td { padding: 10px 12px; }
  .ce-hero { padding: 100px 0 var(--space-4); }
}
@media (max-width: 640px) {
  .ce-pranchas-grid { grid-template-columns: 1fr; }
  .ce-docs-grid { grid-template-columns: 1fr; }
  .ce-hero-selos { gap: 8px; }
  .ce-hero-selo { font-size: 12px; padding: 8px 12px; }
  .home-cta-final .cta-band { padding: 32px 22px; }
  .home-cta-final .cta-band-btns { flex-direction: column; }
  .cf-tab { padding: 10px 16px; font-size: 13px; }
  .ce-cert-card { flex-direction: column; gap: 14px; padding: 22px 20px; }
  .ce-cert-card > i { font-size: 44px; }
  /* Tabela vira cards por entregável */
  .cf-comp-table thead { display: none; }
  .cf-comp-table, .cf-comp-table tbody, .cf-comp-table tr, .cf-comp-table td {
    display: block; width: 100%;
  }
  .cf-comp-table tr {
    margin-bottom: 12px;
    border: 1.5px solid var(--gray-100);
    border-radius: 12px;
    overflow: hidden;
    background: var(--white);
  }
  .cf-comp-table tbody td {
    border-bottom: 1px solid var(--gray-100);
    text-align: right;
    padding-left: 50%;
    position: relative;
  }
  .cf-comp-table tbody td:last-child { border-bottom: none; }
  .cf-comp-table td.criterio {
    width: 100%; text-align: left;
    background: var(--sage-d) !important;
    color: var(--white);
    padding-left: 16px;
  }
  .cf-comp-table td:not(.criterio)::before {
    content: attr(data-plano);
    position: absolute;
    left: 14px;
    width: calc(50% - 20px);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gray-700);
    text-align: left;
  }
  .ce-pasta { padding: 14px 16px; gap: 12px; }
  .ce-pasta-files { gap: 4px; }
}