body {
  margin: 0;
  padding: 0;
  background: #eef2f6;
  color: #24364b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

p {
  margin: 0 0 18px 0;
}

ul,
ol {
  margin: 0 0 18px 24px;
  padding: 0;
}

li {
  margin-bottom: 8px;
}

.TextFont1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #24364b;
  line-height: 1.75;
}

.TextFont2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #5f7288;
  line-height: 1.6;
}

.TextTit1 {
  display: block;
  font-size: 26px;
  line-height: 1.25;
  font-weight: bold;
  color: #123d70;
  margin: 0 0 18px 0;
}

.TextTit2 {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  color: #123d70;
  margin: 34px 0 16px 0;
}

.TextTit3 {
  display: block;
  font-size: 18px;
  line-height: 1.35;
  font-weight: bold;
  color: #123d70;
  margin: 28px 0 12px 0;
}

/* topo superior fino */
.TopStrip,
.DomTop {
  background: #123d70;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  padding: 6px 14px;
}

.TopStrip a,
.TopStrip a:link,
.TopStrip a:visited,
.DomTop a,
.DomTop a:link,
.DomTop a:visited {
  color: #ffffff;
  font-weight: bold;
}

/* cabeçalho principal */
.HeaderBrand {
  background: linear-gradient(90deg, #2d75d1, #1f5ead);
  color: #ffffff;
}

.HeaderInner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.BrandBlock {
  flex: 1;
}

.BrandTitle {
  font-size: 34px;
  line-height: 1.1;
  font-weight: bold;
  margin: 0;
  color: #ffffff;
}

.BrandTag {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #eef5ff;
}

.MenuToggle {
  display: none;
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
  padding: 8px 10px;
  border-radius: 8px;
}

.MenuToggle:hover {
  background: rgba(255,255,255,0.12);
}

/* navegação principal */
.MainNav,
.TopNav {
  background: #ffffff;
  border-bottom: 1px solid #d7e0ea;
}

.MainNav ul,
.TopNavInner ul {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 12px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.MainNav li,
.TopNavInner li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.MainNav a,
.MainNav a:link,
.MainNav a:visited,
.TopNavInner a,
.TopNavInner a:link,
.TopNavInner a:visited {
  display: block;
  color: #123d70;
  font-weight: bold;
  font-size: 15px;
  padding: 14px 14px;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}

.MainNav a:hover,
.TopNavInner a:hover {
  background: #eef4fb;
  color: #0c3361;
}

/* estrutura principal */
.MainWrap {
  max-width: 1120px;
  margin: 24px auto 32px auto;
  padding: 0 16px;
}

.ContentCard {
  background: #ffffff;
  border: 1px solid #d7e0ea;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(18, 61, 112, 0.05);
  overflow: hidden;
}

.ContentInner {
  padding: 26px 24px 28px 24px;
}

/* botões principais */
.HeroButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 18px 0;
}

.BtnLink,
.BtnLink:link,
.BtnLink:visited {
  display: inline-block;
  background: #123d70;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  transition: background 0.2s ease;
}

.BtnLink:hover {
  background: #0f335d;
  color: #ffffff;
}

/* tags */
.TagList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 22px 0;
}

.Tag {
  display: inline-block;
  padding: 6px 10px;
  background: #eef4fb;
  color: #123d70;
  border: 1px solid #d7e5f6;
  border-radius: 999px;
  font-size: 13px;
  font-weight: bold;
}

/* cards da home e seções */
.CardGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 14px 0 28px 0;
}

.MiniCard {
  background: #f9fbfd;
  border: 1px solid #dbe6f0;
  border-radius: 14px;
  padding: 18px 16px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.MiniCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(18, 61, 112, 0.08);
  border-color: #c9d8e8;
}

.MiniCard h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 1.35;
  color: #123d70;
}

.MiniCard p {
  margin: 0 0 14px 0;
  font-size: 15px;
  color: #32495f;
  line-height: 1.65;
}

.MiniCard a,
.MiniCard a:link,
.MiniCard a:visited {
  color: #123d70;
  font-weight: bold;
}

.MiniCard a:hover {
  color: #0c3361;
}

/* caixas de aviso */
.InfoBox {
  background: #eef6ff;
  border: 1px solid #cfe0f4;
  border-radius: 14px;
  padding: 16px 18px;
  margin: 22px 0 12px 0;
  color: #254361;
}

.InfoBox p {
  margin: 0;
}

.QuickBox {
  background: #f8fbff;
  border: 1px solid #d7e5f6;
  border-radius: 12px;
  padding: 14px 16px;
  margin: 20px 0;
}

.QuickBox p {
  margin: 0;
}

/* bloco de anúncio */
.AdBox {
  margin: 28px 0;
  padding: 10px 0;
  text-align: center;
}

/* tabelas simples */
table {
  border-collapse: collapse;
}

.TableWrap {
  overflow-x: auto;
  margin: 16px 0 24px 0;
  border: 1px solid #dbe6f0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 61, 112, 0.06);
}

.CompareTable {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
}

.CompareTable th {
  padding: 14px 16px;
  text-align: left;
  background: #123d70;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-right: 1px solid rgba(255,255,255,0.12);
}

.CompareTable th:last-child {
  border-right: 0;
}

.CompareTable td {
  padding: 13px 16px;
  border-top: 1px solid #e7eef6;
  color: #1f2937;
  vertical-align: top;
}

.CompareTable tr:nth-child(even) td {
  background: #f8fbfe;
}

.CompareTable tr:hover td {
  background: #eef4fb;
}

.CompareTable td:first-child {
  font-weight: bold;
  color: #123d70;
}

.CompareTable td:not(:first-child) {
  white-space: nowrap;
}

.TableDefault {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #d7e0ea;
}

.TableDefault th,
.TableDefault td {
  border: 1px solid #d7e0ea;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.TableDefault th {
  background: #eef4fb;
  color: #123d70;
}

/* links em conteúdo */
.ContentInner a:not(.BtnLink),
.ContentInner a:not(.BtnLink):link,
.ContentInner a:not(.BtnLink):visited {
  color: #123d70;
}

.ContentInner a:not(.BtnLink):hover {
  color: #0c3361;
  text-decoration: underline;
}

/* rodapé */
.FooterWrap {
  background: #16365c;
  color: #e8f1fb;
  margin-top: 36px;
}

.FooterInner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 18px 18px 18px;
}

.FooterCols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.FooterTitle {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 12px;
}

.FooterWrap p {
  margin: 0 0 14px 0;
  font-size: 14px;
  line-height: 1.75;
  color: #d8e6f5;
}

.FooterWrap a,
.FooterWrap a:link,
.FooterWrap a:visited {
  color: #ffffff;
}

.FooterWrap a:hover {
  text-decoration: underline;
}

.FooterSmall {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-size: 13px;
  line-height: 1.7;
  color: #d8e6f5;
}

/* seção índice */
.SectionIntro {
  margin-bottom: 24px;
}

.SectionIntro p:last-child {
  margin-bottom: 0;
}

/* listas destacadas */
.LinkList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
  margin: 18px 0 26px 0;
  padding: 0;
  list-style: none;
}

.LinkList li {
  margin: 0;
}

.LinkList a,
.LinkList a:link,
.LinkList a:visited {
  color: #123d70;
  font-weight: bold;
}

.LinkList a:hover {
  text-decoration: underline;
}

/* responsivo */
@media (max-width: 980px) {
  .CardGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .FooterCols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .LinkList {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .HeaderInner {
    padding: 22px 16px;
  }

  .BrandTitle {
    font-size: 28px;
  }

  .BrandTag {
    font-size: 14px;
  }

  .MenuToggle {
    display: block;
  }

  .MainNav ul,
  .TopNavInner ul {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 14px 14px 14px;
  }

  .MainNav.active ul,
  .TopNav.active .TopNavInner ul {
    display: flex;
  }

  .MainNav a,
  .MainNav a:link,
  .MainNav a:visited,
  .TopNavInner a,
  .TopNavInner a:link,
  .TopNavInner a:visited {
    padding: 12px 12px;
    border-radius: 8px;
  }
}

@media (max-width: 680px) {
  .MainWrap {
    margin-top: 18px;
    padding: 0 10px;
  }

  .ContentInner {
    padding: 20px 16px 22px 16px;
  }

  .TextTit1 {
    font-size: 24px;
  }

  .TextTit2 {
    font-size: 20px;
  }

  .CardGrid {
    grid-template-columns: 1fr;
  }

  .FooterCols {
    grid-template-columns: 1fr;
  }

  .HeroButtons {
    flex-direction: column;
    align-items: stretch;
  }

  .BtnLink,
  .BtnLink:link,
  .BtnLink:visited {
    text-align: center;
  }
}
/* ajustes estruturais 2026-04-01 */
.TopStripInner {
  max-width: 1180px;
  margin: 0 auto;
}

.TopStripText {
  display: inline;
}

.TopStripDivider {
  display: inline-block;
  margin: 0 8px;
  opacity: 0.55;
}

.BrandEyebrow {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d7e8ff;
  margin-bottom: 10px;
  font-weight: bold;
}

.BrandLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.BrandLinks a,
.BrandLinks a:link,
.BrandLinks a:visited {
  display: inline-block;
  color: #ffffff;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: bold;
}

.BrandLinks a:hover {
  background: rgba(255,255,255,0.18);
}

.HeaderAside {
  display: flex;
  align-items: center;
  gap: 14px;
}

.HeaderHighlight {
  width: 250px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 16px;
  padding: 14px 16px;
  color: #ffffff;
}

.HeaderHighlightTitle {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 8px;
}

.HeaderHighlight p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #edf5ff;
}

.SubNav {
  background: #f7fbff;
  border-bottom: 1px solid #d7e0ea;
}

.SubNavInner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.SubNavInner a,
.SubNavInner a:link,
.SubNavInner a:visited {
  display: inline-block;
  color: #123d70;
  background: #ffffff;
  border: 1px solid #d7e5f6;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: bold;
}

.SubNavInner a:hover {
  background: #eef4fb;
}

.HomeHero {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.95fr);
  gap: 22px;
  margin-bottom: 24px;
}

.HomeHeroMain {
  min-width: 0;
}

.HomeHeroSide {
  display: grid;
  gap: 16px;
}

.HomeEyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef4fb;
  color: #123d70;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.HomeLead {
  font-size: 19px;
  line-height: 1.8;
  color: #203d5b;
}

.HomePanel {
  background: #f8fbfe;
  border: 1px solid #dbe6f0;
  border-radius: 16px;
  padding: 18px 18px 14px 18px;
}

.PanelTitle {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #123d70;
  margin-bottom: 10px;
}

.HomeList {
  margin: 0;
  padding-left: 18px;
}

.HomeList li {
  margin-bottom: 8px;
}

.HomeList a,
.HomeList a:link,
.HomeList a:visited {
  color: #123d70;
  font-weight: bold;
}

.QuickLinkGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 30px 0;
}

.QuickLinkItem,
.QuickLinkItem:link,
.QuickLinkItem:visited {
  display: block;
  background: #f8fbfe;
  border: 1px solid #dbe6f0;
  border-radius: 12px;
  padding: 12px 14px;
  color: #123d70;
  font-weight: bold;
  text-align: center;
}

.QuickLinkItem:hover {
  background: #eef4fb;
}

.SectionSplit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.SectionBadge {
  flex-shrink: 0;
  display: inline-block;
  background: #123d70;
  color: #ffffff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: bold;
}

.FooterIntro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.FooterIntroTitle {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}

.FooterIntroLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.FooterIntroLinks a,
.FooterIntroLinks a:link,
.FooterIntroLinks a:visited {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}

@media (max-width: 980px) {
  .QuickLinkGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .HomeHero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .HeaderHighlight {
    display: none;
  }

  .SubNavInner {
    padding: 10px 12px;
  }
}

@media (max-width: 680px) {
  .QuickLinkGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .FooterIntro {
    flex-direction: column;
  }

  .SectionSplit {
    flex-direction: column;
  }

  .BrandLinks {
    gap: 8px;
  }

  .TopStripDivider {
    display: none;
  }
}
.FooterCols {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.CalcGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.CalcField label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  color: #11386b;
}

.CalcField input,
.CalcField select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #c7d6ec;
  border-radius: 12px;
  background: #fff;
  color: #1f2937;
  box-sizing: border-box;
  font-size: 15px;
}

.CalcActions {
  margin: 8px 0 18px;
}

button.CalcButton {
  border: 0;
  cursor: pointer;
}

.CalcResult {
  margin: 18px 0 8px;
}

@media (max-width: 900px) {
  .CalcGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .CalcGrid {
    grid-template-columns: 1fr;
  }
}

.CalcGuidance {
  margin-top: 14px;
}

.CalcGuidance ul {
  margin: 10px 0 0 18px;
}

.CalcGuidanceLinks {
  margin-top: 12px;
}

.CalcGuidanceLinks a {
  font-weight: 700;
}

.CalcGuidanceLinks span {
  color: #6b7a90;
  margin: 0 6px;
}


.MiniCard.is-clickable {
  cursor: pointer;
}

.MiniCard.is-clickable:focus {
  outline: 2px solid #7aa6d9;
  outline-offset: 2px;
}

.MiniCardTitleLink,
.MiniCardTitleLink:link,
.MiniCardTitleLink:visited {
  color: #123d70;
  text-decoration: none;
}

.MiniCard:hover .MiniCardTitleLink,
.MiniCard:focus-within .MiniCardTitleLink {
  text-decoration: underline;
}

.MiniCardActionLink {
  display: none;
}


.HeaderSearch {
  margin-top: 18px;
  max-width: 760px;
  position: relative;
}

.SearchForm {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.SearchInput {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.18);
  color: #ffffff;
  padding: 13px 14px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.4;
  outline: none;
}

.SearchInput::placeholder {
  color: rgba(255,255,255,0.82);
}

.SearchInput:focus {
  background: rgba(255,255,255,0.24);
  border-color: rgba(255,255,255,0.68);
}

.SearchButton {
  border: 0;
  background: #ffffff;
  color: #123d70;
  font-weight: bold;
  font-size: 14px;
  padding: 0 16px;
  border-radius: 12px;
  cursor: pointer;
}

.SearchResults {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #d7e0ea;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(18, 61, 112, 0.12);
  overflow: hidden;
  z-index: 40;
}

.SearchResultItem,
.SearchResultItem:link,
.SearchResultItem:visited {
  display: block;
  padding: 13px 14px;
  border-bottom: 1px solid #edf2f7;
  color: #123d70;
}

.SearchResultItem:last-child {
  border-bottom: 0;
}

.SearchResultItem:hover,
.SearchResultItem.is-active {
  background: #f3f8fd;
}

.SearchTitleRow {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.SearchTitle {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}

.SearchDesc {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.45;
  color: #526679;
}

.SearchType {
  flex: 0 0 auto;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #45698d;
  background: #eef4fb;
  border: 1px solid #d7e5f6;
  border-radius: 999px;
  padding: 5px 8px;
}

.SearchEmpty {
  padding: 14px;
  font-size: 14px;
  color: #4d6278;
}

@media (max-width: 860px) {
  .HeaderSearch {
    max-width: 100%;
  }

  .SearchForm {
    flex-direction: column;
  }

  .SearchButton {
    min-height: 44px;
  }
}
/* reforco mobile-first 2026-04-08 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.TopStripInner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.BrandBlock {
  min-width: 0;
}

.SearchInput,
.SearchButton,
.BtnLink,
.QuickLinkItem,
.BrandLinks a {
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1100px) {
  .HeaderInner {
    align-items: flex-start;
  }

  .FooterCols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .TopStrip {
    padding: 8px 12px;
    text-align: left;
  }

  .TopStripInner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2px;
  }

  .TopStripText {
    display: block;
  }

  .HeaderInner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 18px 14px 16px 14px;
  }

  .BrandTitle {
    font-size: 28px;
  }

  .BrandTag {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
  }

  .BrandLinks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .BrandLinks a,
  .BrandLinks a:link,
  .BrandLinks a:visited {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 14px;
    text-align: center;
  }

  .HeaderAside {
    width: 100%;
    justify-content: flex-end;
  }

  .MenuToggle {
    margin-left: auto;
  }

  .SubNavInner {
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 12px 12px 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .SubNavInner a,
  .SubNavInner a:link,
  .SubNavInner a:visited {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .HomeLead {
    font-size: 17px;
    line-height: 1.7;
  }

  .HomePanel {
    padding: 16px 16px 12px 16px;
  }

  .FooterIntroLinks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .FooterIntroLinks a,
  .FooterIntroLinks a:link,
  .FooterIntroLinks a:visited {
    text-align: center;
  }

  .FooterCols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .MainWrap {
    margin-top: 14px;
    margin-bottom: 22px;
    padding: 0 8px;
  }

  .ContentCard {
    border-radius: 14px;
  }

  .ContentInner {
    padding: 18px 14px 20px 14px;
  }

  .TextTit1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .TextTit2 {
    font-size: 22px;
    line-height: 1.28;
    margin: 28px 0 14px 0;
  }

  .TextTit3 {
    font-size: 19px;
  }

  .BrandEyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }

  .BrandTitle {
    font-size: 26px;
  }

  .BrandLinks {
    grid-template-columns: 1fr;
  }

  .HeaderSearch {
    margin-top: 14px;
  }

  .SearchForm {
    gap: 8px;
  }

  .SearchInput {
    min-height: 48px;
    padding: 12px 13px;
    border-radius: 14px;
    font-size: 16px;
  }

  .SearchButton {
    min-height: 48px;
    width: 100%;
    border-radius: 14px;
    font-size: 15px;
  }

  .SearchResults {
    top: calc(100% + 6px);
    border-radius: 12px;
  }

  .SearchResultItem,
  .SearchResultItem:link,
  .SearchResultItem:visited {
    padding: 12px 12px;
  }

  .SearchTitleRow {
    align-items: flex-start;
  }

  .SearchTitle {
    font-size: 14px;
  }

  .SearchDesc {
    font-size: 12px;
  }

  .HeroButtons {
    gap: 8px;
    margin: 18px 0 16px 0;
  }

  .BtnLink,
  .BtnLink:link,
  .BtnLink:visited {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .TagList {
    gap: 6px;
    margin-bottom: 18px;
  }

  .Tag {
    padding: 6px 9px;
    font-size: 12px;
  }

  .CardGrid {
    gap: 12px;
    margin-bottom: 24px;
  }

  .MiniCard {
    padding: 16px 14px;
    border-radius: 12px;
  }

  .MiniCard h3 {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .MiniCard p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .QuickLinkGrid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .QuickLinkItem,
  .QuickLinkItem:link,
  .QuickLinkItem:visited {
    min-height: 46px;
    padding: 12px 14px;
    text-align: left;
  }

  .HomeHero {
    gap: 16px;
    margin-bottom: 20px;
  }

  .HomePanel {
    border-radius: 14px;
    padding: 15px 14px 12px 14px;
  }

  .HomeList {
    padding-left: 16px;
  }

  .PanelTitle {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .InfoBox,
  .QuickBox {
    border-radius: 12px;
    padding: 14px 14px;
  }

  .TableWrap {
    margin: 14px 0 20px 0;
    border-radius: 12px;
  }

  .CompareTable {
    min-width: 640px;
    font-size: 14px;
  }

  .CompareTable th,
  .CompareTable td,
  .TableDefault th,
  .TableDefault td {
    padding: 10px 12px;
  }

  .FooterInner {
    padding: 26px 14px 16px 14px;
  }

  .FooterIntro {
    gap: 14px;
    padding-bottom: 16px;
    margin-bottom: 18px;
  }

  .FooterIntroTitle {
    font-size: 22px;
  }

  .FooterIntroLinks {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .FooterCols {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .FooterSmall {
    margin-top: 18px;
    padding-top: 14px;
  }
}





.MenuOverlay {
  display: none;
}

/* overlay do menu mobile 2026-04-08 */
@media (max-width: 860px) {
  .MenuOverlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(10, 24, 43, 0.42);
    z-index: 60;
  }

  .MenuOverlay.active {
    display: block;
  }

  .MainNav.active + .MenuOverlay {
    display: block;
  }

  .MenuToggle {
    min-width: 46px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .MainNav.active ~ .HeaderBrand .MenuToggle,
  .MenuToggle[aria-expanded="true"] {
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.28);
  }

  .MainNav.active .MobileMenuHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: fixed;
    top: 74px;
    left: 10px;
    right: 10px;
    padding: 12px 12px 8px 12px;
    background: #ffffff;
    border: 1px solid #d7e0ea;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 18px 40px rgba(18, 61, 112, 0.18);
    z-index: 71;
  }
}
/* dropdown do menu mobile 2026-04-08 */
@media (max-width: 860px) {
  .MainNav {
    position: relative;
  }

  .MainNav.active ul,
  .TopNav.active .TopNavInner ul {
    position: fixed;
    top: 136px;
    left: 10px;
    right: 10px;
    max-height: calc(100vh - 154px);
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #d7e0ea;
    border-top: 0;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 18px 40px rgba(18, 61, 112, 0.18);
    z-index: 70;
    padding: 0 10px 10px 10px;
  }

  .MainNav li,
  .TopNavInner li {
    width: 100%;
  }

  .MainNav a,
  .MainNav a:link,
  .MainNav a:visited,
  .TopNavInner a,
  .TopNavInner a:link,
  .TopNavInner a:visited {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .MainNav.active .MobileMenuHeader {
    top: 70px;
    left: 8px;
    right: 8px;
    padding: 11px 11px 7px 11px;
    border-radius: 14px 14px 0 0;
  }

  .MainNav.active ul,
  .TopNav.active .TopNavInner ul {
    top: 130px;
    left: 8px;
    right: 8px;
    max-height: calc(100vh - 144px);
    border-radius: 0 0 14px 14px;
    padding: 0 8px 8px 8px;
  }
}
/* reposicionamento do menu mobile 2026-04-08 */
@media (max-width: 860px) {
  .HeaderInner {
    position: relative;
    padding-top: 20px;
    padding-right: 72px;
  }

  .HeaderAside {
    position: absolute;
    top: 14px;
    right: 14px;
    width: auto;
    z-index: 72;
  }

  .MenuToggle {
    margin-left: 0;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.18);
  }
}

@media (max-width: 680px) {
  .HeaderInner {
    padding-right: 64px;
  }

  .HeaderAside {
    top: 12px;
    right: 12px;
  }

  .MenuToggle {
    padding: 7px 9px;
  }
}
/* ajustes finos de legibilidade mobile 2026-04-08 */
@media (max-width: 860px) {
  .MainNav a,
  .MainNav a:link,
  .MainNav a:visited,
  .TopNavInner a,
  .TopNavInner a:link,
  .TopNavInner a:visited {
    font-size: 16px;
    line-height: 1.35;
  }

  .SubNavInner a,
  .SubNavInner a:link,
  .SubNavInner a:visited {
    font-size: 14px;
    padding: 9px 13px;
  }

  .BrandLinks a,
  .BrandLinks a:link,
  .BrandLinks a:visited {
    font-size: 14px;
    line-height: 1.35;
  }

  .FooterIntroLinks a,
  .FooterIntroLinks a:link,
  .FooterIntroLinks a:visited {
    font-size: 14px;
    line-height: 1.35;
  }

  .MenuToggle {
    font-size: 30px;
  }
}

@media (max-width: 680px) {
  .TopStrip {
    font-size: 13px;
    line-height: 1.55;
  }

  .TopStripText {
    font-size: 13px;
  }

  .BrandEyebrow {
    font-size: 12px;
  }

  .BrandTag {
    font-size: 15px;
    line-height: 1.7;
  }

  .MainNav a,
  .MainNav a:link,
  .MainNav a:visited,
  .TopNavInner a,
  .TopNavInner a:link,
  .TopNavInner a:visited {
    font-size: 16px;
    padding: 13px 12px;
  }

  .SubNavInner a,
  .SubNavInner a:link,
  .SubNavInner a:visited {
    font-size: 14px;
  }

  .BrandLinks a,
  .BrandLinks a:link,
  .BrandLinks a:visited,
  .FooterIntroLinks a,
  .FooterIntroLinks a:link,
  .FooterIntroLinks a:visited {
    font-size: 14px;
  }

  .SearchInput {
    font-size: 16px;
  }

  .SearchButton {
    font-size: 16px;
  }

  .QuickLinkItem,
  .QuickLinkItem:link,
  .QuickLinkItem:visited {
    font-size: 15px;
    line-height: 1.35;
  }
}
@media (max-width: 480px) {
  .TopStrip {
    font-size: 12px;
    line-height: 1.5;
  }

  .TopStripText {
    font-size: 12px;
  }

  .HeaderInner {
    padding: 16px 12px 14px 12px;
  }

  .BrandTitle {
    font-size: 24px;
  }

  .BrandTag {
    font-size: 13px;
  }

  .TextTit1 {
    font-size: 25px;
  }

  .TextTit2 {
    font-size: 21px;
  }

  .HomeEyebrow,
  .SectionBadge,
  .SearchType,
  .Tag {
    font-size: 11px;
  }

  .MiniCard,
  .HomePanel,
  .InfoBox,
  .QuickBox {
    padding-left: 13px;
    padding-right: 13px;
  }

  .SearchTitleRow {
    flex-direction: column;
    gap: 6px;
  }

  .SearchType {
    align-self: flex-start;
  }
}
.MobileMenuHeader {
  display: none;
}

.MobileMenuTitle {
  font-size: 16px;
  font-weight: bold;
  color: #123d70;
}

.MobileMenuClose {
  border: 0;
  background: #eef4fb;
  color: #123d70;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}