.ai-home,
.ai-page,
.ai-admin {
  --ai-primary: #0f5a97;
  --ai-secondary: #0d2f4f;
  --ai-accent: #f0b323;
  --ai-surface: #ffffff;
  --ai-page-bg: #f4f7fb;
  --ai-footer-bg: #0d2f4f;
  --ai-footer-text: #ffffff;
  --ai-section-quick-bg: #eef5ff;
  --ai-section-quick-text: #123456;
  --ai-section-news-bg: #fff6e8;
  --ai-section-news-text: #3d2d14;
  --ai-section-services-bg: #edf9f1;
  --ai-section-services-text: #143827;
  --ai-section-data-bg: #f3ecff;
  --ai-section-data-text: #2f2049;
  --ai-section-highlights-bg: #fff1f1;
  --ai-section-highlights-text: #4a1f1f;
  --ai-section-map-bg: #eaf5ff;
  --ai-section-map-text: #16324a;
}

.ai-home,
.ai-page {
  background: var(--ai-page-bg);
}

.ai-home {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.ai-page {
  border-radius: 18px;
  padding: 24px;
}

.ai-home-shell {
  padding: 28px 0 0;
}

.ai-home > .ai-hero-slider:first-child {
  margin-top: 0;
}

.ai-home-shell {
  position: relative;
}

.ai-home-shell--standard-sections {
  padding-top: 30px;
  padding-bottom: 0;
}

.ai-hero-slider {
  position: relative;
  top: 0;
  overflow: hidden;
  border-radius: 0;
  min-height: 420px;
  background: linear-gradient(135deg, var(--ai-secondary), var(--ai-primary));
  color: #fff;
  box-shadow: none;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
}

.ai-slide {
  position: relative;
  display: none;
  min-height: 420px;
  padding: 48px clamp(24px, 5vw, 72px);
  align-items: end;
  background-size: cover;
  background-position: center;
}

.ai-slide.is-active {
  display: flex;
}

.ai-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 24, 42, 0.82), rgba(7, 24, 42, 0.35));
}

.ai-slide-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 24px));
  max-width: 1180px;
  margin: 0 auto;
}

.ai-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(240, 179, 35, 0.18);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.24);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.ai-slide h1,
.ai-page h1,
.ai-page h2,
.ai-home h2,
.ai-admin h1,
.ai-admin h2 {
  margin-top: 0;
}

.ai-slide h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 12px;
}

.ai-slide p {
  max-width: 620px;
  font-size: 1.04rem;
  line-height: 1.65;
  margin-bottom: 18px;
}

.ai-slider-controls {
  position: absolute;
  right: clamp(24px, 5vw, 72px);
  bottom: 22px;
  display: flex;
  gap: 8px;
  z-index: 2;
}

.ai-slider-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,0.45);
  cursor: pointer;
}

.ai-slider-dot.is-active {
  background: var(--ai-accent);
}

.ai-quick-row,
.ai-service-grid,
.ai-news-grid,
.ai-data-grid,
.ai-footer-grid,
.ai-admin-grid,
.ai-admin-cards {
  display: grid;
  gap: 18px;
}

.ai-quick-row {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin: 24px 0 30px;
}

.ai-quick-row--inside {
  margin: 0;
}

.ai-section-block {
  padding: 26px;
  border-radius: 24px;
  margin-top: 30px;
}

.ai-section-block:first-child {
  margin-top: 0;
}

.ai-section-quick {
  background: var(--ai-section-quick-bg);
  color: var(--ai-section-quick-text);
}

.ai-section-news {
  background: var(--ai-section-news-bg);
  color: var(--ai-section-news-text);
}

.ai-section-services {
  background: var(--ai-section-services-bg);
  color: var(--ai-section-services-text);
}

.ai-section-data {
  background: var(--ai-section-data-bg);
  color: var(--ai-section-data-text);
}

.ai-section-highlights {
  background: var(--ai-section-highlights-bg);
  color: var(--ai-section-highlights-text);
}

.ai-section-map {
  background: var(--ai-section-map-bg);
  color: var(--ai-section-map-text);
}
.ai-section-surveys {
  background: linear-gradient(180deg, rgba(15, 90, 151, 0.08), rgba(255, 255, 255, 0.96));
  color: var(--ai-secondary);
}


.ai-section-block .ai-section-head p,
.ai-section-block .ai-muted,
.ai-section-block .ai-news-meta,
.ai-section-block .ai-news-body p,
.ai-section-block .ai-data-card span {
  color: inherit;
  opacity: 0.82;
}

.ai-section-block .ai-badge {
  background: rgba(255,255,255,0.62);
  color: inherit;
}

.ai-section-block .ai-data-card strong,
.ai-section-block .ai-news-body h3,
.ai-section-block .ai-quick-card,
.ai-section-block .ai-service-card {
  color: inherit;
}

.ai-quick-card,
.ai-service-card,
.ai-news-card,
.ai-data-card,
.ai-footer-card,
.ai-admin-card,
.ai-empty,
.ai-filter-card,
.ai-table-card {
  background: var(--ai-surface);
  border-radius: 18px;
  border: 1px solid rgba(13, 47, 79, 0.08);
  box-shadow: 0 10px 28px rgba(13, 47, 79, 0.08);
}

.ai-quick-card,
.ai-service-card,
.ai-data-card,
.ai-footer-card,
.ai-admin-card,
.ai-empty,
.ai-filter-card,
.ai-table-card {
  padding: 20px;
}

.ai-quick-card,
.ai-service-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: #123;
}

.ai-quick-card:hover,
.ai-service-card:hover,
.ai-news-card:hover {
  transform: translateY(-2px);
  transition: transform .18s ease, box-shadow .18s ease;
  text-decoration: none;
}

.ai-icon-box {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  font-size: 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15, 90, 151, 0.12), rgba(240, 179, 35, 0.18));
}

.ai-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ai-section-head p {
  margin: 6px 0 0;
  color: #526172;
}


.ai-section-full {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 30px;
  margin-bottom: 0;
  padding: 34px 0;
}

.ai-section-full__inner {
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto;
}

.ai-highlight-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.ai-highlight-card {
  background: var(--ai-surface);
  border-radius: 18px;
  border: 1px solid rgba(13, 47, 79, 0.08);
  box-shadow: 0 10px 28px rgba(13, 47, 79, 0.08);
  padding: 18px;
  min-height: 100%;
}

.ai-highlight-card__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.ai-highlight-card__head h3 {
  margin: 0;
  font-size: 1rem;
}

.ai-highlight-card__head a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.ai-highlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.ai-highlight-list li {
  display: grid;
  gap: 6px;
}

.ai-highlight-list a {
  color: inherit;
  text-decoration: none;
  line-height: 1.55;
  font-weight: 600;
}

.ai-highlight-list span {
  font-size: 12px;
  opacity: 0.72;
}

.ai-map-frame-wrap {
  margin-top: 18px;
  overflow: hidden;
  border-radius: 24px;
  border: 0;
  box-shadow: 0 12px 30px rgba(13, 47, 79, 0.16);
}

.ai-map-frame-wrap iframe {
  width: 100%;
  height: 460px;
  border: 0;
  display: block;
}

.ai-service-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.ai-service-card {
  align-items: center;
  justify-content: center;
  min-height: 170px;
  text-align: center;
  font-weight: 700;
}

.ai-service-card .ai-icon-box {
  width: 76px;
  height: 76px;
  font-size: 34px;
}

.ai-news-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.ai-news-card {
  overflow: hidden;
  color: inherit;
}

.ai-news-thumb {
  aspect-ratio: 9 / 16;
  background: linear-gradient(135deg, rgba(15, 90, 151, 0.14), rgba(240, 179, 35, 0.24));
}

.ai-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ai-news-body {
  padding: 20px;
}

.ai-news-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #5f6d7b;
  margin-bottom: 8px;
}

.ai-news-body h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.ai-news-body p {
  margin: 0;
  color: #526172;
  line-height: 1.65;
}

.ai-data-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 18px;
}

.ai-data-grid--edge {
  width: 100%;
  margin-top: 18px;
  padding: 0 16px 18px;
  box-sizing: border-box;
}

.ai-section-data--fullwidth {
  margin-top: 30px;
  border-radius: 0;
}

.ai-section-data--fullwidth .ai-section-head--edge {
  padding-bottom: 0;
}

.ai-data-card strong {
  display: block;
  font-size: clamp(1.65rem, 4vw, 2.3rem);
  color: var(--ai-secondary);
  margin-top: 12px;
}

.ai-data-card span {
  color: #667789;
}

.ai-footer {
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
  background: var(--ai-footer-bg);
  color: var(--ai-footer-text);
  border-radius: 0;
  padding: 36px 0;
}

.ai-footer > .container {
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto;
}

.ai-footer-grid {
  grid-template-columns: 1.3fr 1fr 1fr;
}

.ai-footer a {
  color: var(--ai-footer-text);
}

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

.ai-socials a {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  text-decoration: none;
}

.ai-sitemap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.ai-sitemap ul ul {
  margin-left: 16px;
  margin-top: 8px;
}

.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 90, 151, 0.1);
  color: var(--ai-primary);
  font-weight: 700;
  font-size: 13px;
}

.ai-btn,
.ai-btn-light,
.ai-btn-accent,
.ai-pagination a,
.ai-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
}

.ai-btn { background: var(--ai-primary); color: #fff; }
.ai-btn-light { background: #fff; color: var(--ai-secondary); border-color: rgba(13, 47, 79, 0.18); }
.ai-btn-accent { background: var(--ai-accent); color: #1d2026; }

.ai-filter-form,
.ai-admin-form,
.ai-inline-form {
  display: grid;
  gap: 14px;
}

.ai-filter-grid,
.ai-admin-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-admin-cards {
  grid-template-columns: 1.1fr 1fr;
}

.ai-admin .table,
.ai-page .table {
  width: 100%;
  border-collapse: collapse;
}

.ai-admin .table th,
.ai-admin .table td,
.ai-page .table th,
.ai-page .table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(13, 47, 79, 0.08);
  vertical-align: top;
}

.ai-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ai-muted { color: #69798c; }
.ai-small { font-size: 13px; }
.ai-empty { color: #5f6d7b; }
.ai-stack { display: grid; gap: 12px; }

.ai-pagination {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.ai-pagination .is-current {
  background: var(--ai-secondary);
  color: #fff;
}

.ai-help {
  background: rgba(15, 90, 151, 0.08);
  border-left: 4px solid var(--ai-primary);
  padding: 14px 16px;
  border-radius: 12px;
}

@media (max-width: 920px) {
  .ai-footer-grid,
  .ai-admin-cards,
  .ai-filter-grid,
  .ai-admin-grid,
  .ai-highlight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .ai-page { padding: 16px; }
  .ai-home-shell { padding: 20px 0 24px; }
  .ai-home-shell--standard-sections { padding-top: 24px; }
  .ai-slide { min-height: 320px; padding: 28px 16px; }
  .ai-slide-content { width: min(1180px, calc(100% - 32px)); }
  .ai-slide h1 { font-size: 1.8rem; }
  .ai-section-head { flex-direction: column; align-items: flex-start; }
  .ai-section-block { padding: 18px; }
  .ai-section-full { padding: 24px 0; }
  .ai-data-grid--edge { padding-left: 12px; padding-right: 12px; padding-bottom: 12px; }
  .ai-map-frame-wrap iframe { height: 340px; }
}


/* Garante slide sem respiro superior */
.ai-home,
.ai-home > .ai-hero-slider:first-child,
.ai-home .ai-hero-slider {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


.page-content--home-full .ai-footer {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-bottom: 0;
  margin-left: -50vw;
}

.page-content--home-full .ai-home {
  margin-bottom: 0;
}

.page-content--home-full .ai-home-shell {
  margin-bottom: 0;
}

.ai-section-map--last + .ai-footer {
  margin-top: 0;
}


.ai-section-full--flush {
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.ai-section-full__inner--flush {
  width: 100%;
  max-width: 100%;
}

.ai-section-head--edge {
  margin-bottom: 0;
  padding: 24px 16px 0;
}

.ai-public-tabs {
  width: 100%;
  margin-top: 18px;
  border-top: 1px solid rgba(13, 47, 79, 0.10);
}

.ai-public-tabs--standard {
  border: 1px solid rgba(13, 47, 79, 0.10);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.40);
}

.ai-public-tabs__nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  background: rgba(255, 255, 255, 0.28);
  border-top: 1px solid rgba(13, 47, 79, 0.08);
  border-bottom: 1px solid rgba(13, 47, 79, 0.08);
}

.ai-public-tab {
  appearance: none;
  border: 0;
  border-right: 1px solid rgba(13, 47, 79, 0.10);
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
  text-align: left;
  padding: 16px 20px;
  cursor: pointer;
}

.ai-public-tab:last-child {
  border-right: 0;
}

.ai-public-tab.is-active {
  background: rgba(255, 255, 255, 0.75);
}

.ai-public-tabs__content {
  width: 100%;
  background: rgba(255, 255, 255, 0.66);
}

.ai-public-panel {
  display: none;
  padding: 0 16px 16px;
}

.ai-public-panel.is-active {
  display: block;
}

.ai-public-list {
  list-style: none;
  margin: 0;
  padding: 18px 20px;
  max-height: 520px;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 0.82);
}

.ai-public-list li + li {
  margin-top: 16px;
}

.ai-public-list a {
  color: #1579ef;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.55;
}

.ai-public-list a:hover {
  text-decoration: underline;
}

.ai-empty--tab {
  margin: 18px 16px 16px;
}

.ai-map-frame-wrap--flush {
  margin-top: 18px;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}

.ai-map-frame-wrap--flush iframe {
  width: 100%;
  height: 560px;
  display: block;
  border: 0;
}

.ai-survey-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.ai-survey-row--edge {
  padding: 0 16px 18px;
  box-sizing: border-box;
}

.ai-survey-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(13, 47, 79, 0.10);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(13, 47, 79, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ai-survey-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(13, 47, 79, 0.12);
  border-color: rgba(15, 90, 151, 0.22);
  text-decoration: none;
}

.ai-survey-link__kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(15, 90, 151, 0.10);
  color: var(--ai-primary);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.ai-survey-link__title {
  font-size: 1.06rem;
  line-height: 1.55;
}

.ai-survey-link__meta {
  color: #536475;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .ai-public-tabs__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ai-section-head--edge {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ai-public-tabs__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-public-tab {
    padding: 14px 12px;
    font-size: 14px;
  }

  .ai-public-panel {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .ai-public-list {
    max-height: 420px;
    padding: 16px 14px;
  }

  .ai-survey-row--edge {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }

  .ai-survey-link {
    padding: 18px;
  }

  .ai-map-frame-wrap--flush iframe {
    height: 420px;
  }
}

/* ===== Espelhamento visual estilo Caiçara do Rio do Vento ===== */
.crv-home {
  background: #bfeef2;
  padding: 0 0 34px;
  color: #2e2e2e;
}

.crv-shell {
  width: min(1280px, calc(100% - 12px));
  margin: 0 auto;
}

.crv-banner {
  position: relative;
  left: 50%;
  right: 50%;
  width: calc(100vw - 40px);
  max-width: calc(100vw - 40px);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: calc(-50vw + 20px);
  margin-right: calc(-50vw + 20px);
  background: #fff;
  border: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.crv-banner__image {
  display: block;
  width: 100%;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
}

.crv-banner__fallback {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr);
  align-items: center;
  gap: 24px;
  min-height: 400px;
  padding: 26px 32px;
  background: linear-gradient(135deg, #081e68 0%, #102e8b 60%, #eadd7f 100%);
  color: #fff;
}

.crv-banner__copy h1 {
  margin: 8px 0 10px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: .96;
  text-transform: uppercase;
}

.crv-banner__copy p {
  max-width: 580px;
  margin: 0 0 20px;
  font-size: 1.05rem;
  line-height: 1.45;
}

.crv-banner__kicker {
  display: inline-block;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.24);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.crv-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  background: #0a5b20;
  color: #fff;
  font-weight: 700;
}

.crv-banner__seal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.crv-banner__seal img {
  max-width: 210px;
  max-height: 180px;
  object-fit: contain;
}

.crv-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 42px 18px;
  background: #fff;
  border-left: 1px solid rgba(0,0,0,.08);
  border-right: 1px solid rgba(0,0,0,.08);
}

.crv-shortcut {
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  background: #005b1a;
  color: #fff;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .02em;
}

.crv-shortcut:hover {
  background: #004413;
  text-decoration: none;
}

.crv-news-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32%;
  gap: 10px;
  align-items: stretch;
  background: #fff;
  border-left: 1px solid rgba(0,0,0,.08);
  border-right: 1px solid rgba(0,0,0,.08);
  padding: 8px 42px 0;
}

.crv-news-feature__left,
.crv-news-feature__right {
  min-width: 0;
}

.crv-slider {
  position: relative;
  background: #fff;
}

.crv-slide {
  display: none;
}

.crv-slide.is-active {
  display: block;
}

.crv-slide__media {
  display: block;
  min-height: 460px;
  background: #f1f4f8;
}

.crv-slide__media img {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.crv-slide__placeholder,
.crv-card__placeholder {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 20px;
  background: linear-gradient(135deg, #1c61b7, #0a2f74);
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.crv-slider__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0 2px;
}

.crv-slider__arrow {
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #0a5b20;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.crv-slider__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
}

.crv-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: #c6ccd4;
  cursor: pointer;
}

.crv-slider__dot.is-active {
  background: #7b8ca1;
}

.crv-news-feature__right {
  padding: 6px 0 0;
}

.crv-side-item {
  padding: 6px 0 14px;
  border-bottom: 1px solid #ededed;
}

.crv-side-item:last-child {
  border-bottom: 0;
}

.crv-side-item h3 {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  color: #333;
}

.crv-side-item h3 a,
.crv-card__body h3 a {
  color: inherit;
}

.crv-side-item p,
.crv-card__body p {
  margin: 0 0 10px;
  color: #707070;
  font-size: 12px;
  line-height: 1.55;
}

.crv-side-item.is-active h3,
.crv-card__body h3 {
  color: #2d2d2d;
}

.crv-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 10px;
  border-radius: 2px;
  background: #63bf63;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.crv-readmore:hover {
  background: #4aa84a;
  text-decoration: none;
}

.crv-news-grid-block {
  background: #fff;
  border-left: 1px solid rgba(0,0,0,.08);
  border-right: 1px solid rgba(0,0,0,.08);
  padding: 10px 42px 24px;
}

.crv-section-title {
  margin: 10px 0 14px;
  color: #4492d3;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.crv-news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.crv-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.crv-card__image {
  display: block;
  background: #f3f5f8;
}

.crv-card__image img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.crv-card__placeholder {
  min-height: 200px;
}

.crv-card__body {
  padding-top: 10px;
}

.crv-card__body h3 {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
}

.crv-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
}

.crv-pagination__link,
.crv-pagination__ellipsis {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6dce5;
  color: #6b7a90;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
}

.crv-pagination__link.is-active {
  background: #2e6fba;
  border-color: #2e6fba;
  color: #fff;
}

.crv-pntp {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 110px;
  margin: 0;
  padding: 18px 42px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  color: #626262;
  overflow: hidden;
}

.crv-pntp::before,
.crv-pntp::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  opacity: .24;
  background: radial-gradient(circle at center, #34b5c7 0, #34b5c7 14%, transparent 15%),
              radial-gradient(circle at center, #f1bc22 0, #f1bc22 14%, transparent 15%);
  background-size: 42px 42px;
}

.crv-pntp::before { left: -22px; bottom: -44px; }
.crv-pntp::after { right: -8px; top: -46px; }

.crv-pntp__seal {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 34px;
  font-weight: 900;
  color: #1d73b8;
  background: linear-gradient(135deg, #fff 20%, #d7f2fb 100%);
  border: 4px solid #52b7cd;
}

.crv-pntp__text {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
}

.crv-pntp__text small {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
}

.crv-pntp__text strong {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: .95;
  color: #707070;
}

.crv-tv-section {
  margin-top: 0;
  background: #15277d;
  color: #fff;
  padding: 28px 0 34px;
}

.crv-tv-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.crv-tv-section__head h2 {
  margin: 0;
  color: #71cbff;
  font-size: 22px;
  text-transform: uppercase;
}

.crv-tv-section__head a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.crv-tv-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.crv-tv-card {
  display: grid;
  gap: 10px;
  color: #fff;
}

.crv-tv-card__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}

.crv-tv-card__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.crv-tv-card strong {
  font-size: 12px;
  line-height: 1.45;
  text-transform: uppercase;
}

.crv-tv-card__link {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
}



.crv-satisfaction-section {
  background: #ffffff;
  padding: 28px 0 0;
}

.crv-satisfaction {
  width: 100%;
  background: #f6f8fb;
  border: 1px solid rgba(4, 106, 40, .12);
  padding: 24px;
  box-sizing: border-box;
}

.crv-satisfaction__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.crv-satisfaction__head h2 {
  margin: 0 0 6px;
  color: #046a28;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 800;
  text-transform: uppercase;
}

.crv-satisfaction__head p {
  margin: 0;
  color: #4d5a6b;
  font-size: 14px;
  line-height: 1.6;
}

.crv-satisfaction__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  background: #046a28;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.crv-satisfaction__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.crv-satisfaction-card {
  display: grid;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(13, 24, 79, .08);
  padding: 20px;
}

.crv-satisfaction-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 10px;
  background: #59cd69;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.crv-satisfaction-card h3 {
  margin: 0;
  color: #0d184f;
  font-size: 20px;
  line-height: 1.3;
}

.crv-satisfaction-card p {
  margin: 0;
  color: #5a6676;
  font-size: 14px;
  line-height: 1.6;
}

.crv-satisfaction-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  background: #15277d;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .03em;
}

.crv-map-section {
  background: #ffffff;
  padding: 0;
}

.crv-map-section__intro {
  padding: 18px 0 14px;
}

.crv-map-section__intro h2 {
  margin: 0 0 6px;
  color: #046a28;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 800;
  text-transform: uppercase;
}

.crv-map-section__intro p {
  margin: 0;
  color: #4d5a6b;
  font-size: 14px;
  line-height: 1.6;
}

.crv-map-section__frame {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #ffffff;
}

.crv-map-section__frame iframe {
  display: block;
  width: 100vw;
  max-width: 100vw;
  height: 520px;
  border: 0;
}

.crv-footer {
  background: #0d184f;
  color: #dfe7ff;
  padding: 24px 0 28px;
}

.crv-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 26px;
}

.crv-footer__inner strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.crv-footer__inner p,
.crv-footer__inner span,
.crv-footer__inner a {
  display: block;
  color: #dfe7ff;
  font-size: 13px;
  line-height: 1.6;
}

.crv-empty-box {
  display: grid;
  place-items: center;
  min-height: 160px;
  border: 1px dashed rgba(0,0,0,.18);
  background: rgba(255,255,255,.72);
  color: #516173;
  text-align: center;
  padding: 24px;
}

.crv-empty-box--dark {
  min-height: 120px;
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.04);
  color: #dfe7ff;
}

@media (max-width: 1100px) {
  .crv-shortcuts,
  .crv-news-feature,
  .crv-news-grid-block,
  .crv-pntp {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .crv-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
  }

  .crv-news-feature {
    grid-template-columns: 1fr;
  }

  .crv-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crv-tv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crv-satisfaction__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crv-footer__inner {
    grid-template-columns: 1fr;
  }

  .crv-publication-panel {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

@media (max-width: 720px) {
  .crv-banner__fallback {
    grid-template-columns: 1fr;
    min-height: 400px;
    padding: 24px 18px;
  }

  .crv-banner__image {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .crv-slide__media,
  .crv-slide__media img {
    min-height: 280px;
    height: 280px;
  }

  .crv-news-grid {
    grid-template-columns: 1fr;
  }

  .crv-shortcuts {
    grid-template-columns: 1fr;
  }

  .crv-pntp {
    flex-direction: column;
    align-items: flex-start;
  }

  .crv-satisfaction {
    padding: 18px;
  }

  .crv-satisfaction__head {
    flex-direction: column;
    align-items: stretch;
  }

  .crv-satisfaction__all {
    width: 100%;
  }

  .crv-satisfaction__grid {
    grid-template-columns: 1fr;
  }

  .crv-pntp__text strong {
    font-size: 2rem;
  }

  .crv-publication-section {
    padding-top: 16px;
  }

  .crv-publication-panel__tabs {
    gap: 8px;
    padding-top: 14px;
  }

  .crv-publication-panel__tab {
    flex: 1 1 auto;
    min-width: 0;
    padding: 14px 18px;
  }

  .crv-publication-panel__list {
    padding-left: 0;
    padding-right: 0;
    max-height: 360px;
  }

  .crv-publication-panel__list a {
    font-size: 16px;
  }

  .crv-map-section__frame iframe {
    height: 380px;
  }
}


.crv-publication-section {
  background: #efefef;
  padding: 18px 0 0;
}

.crv-publication-panel {
  width: min(980px, 100%);
  margin: 0 auto;
}

.crv-publication-panel__title {
  background: #046a28;
  color: #fff;
  text-align: center;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 800;
  text-transform: uppercase;
  padding: 14px 18px;
}

.crv-publication-panel__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 0 12px;
}

.crv-publication-panel__tab {
  appearance: none;
  border: 0;
  background: #dddddd;
  color: #596575;
  min-width: 82px;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.crv-publication-panel__tab.is-active {
  background: #59cd69;
  color: #fff;
}

.crv-publication-panel__content {
  background: #efefef;
}

.crv-publication-panel__pane {
  display: none;
}

.crv-publication-panel__pane.is-active {
  display: block;
}

.crv-publication-panel__list {
  list-style: none;
  margin: 0;
  padding: 0 10px 24px 10px;
  max-height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
}

.crv-publication-panel__list li + li {
  margin-top: 12px;
}

.crv-publication-panel__list a {
  display: block;
  color: #0033cc;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  text-transform: uppercase;
}

.crv-publication-panel__list a:hover {
  text-decoration: underline;
}

.crv-publication-panel__empty {
  min-height: 140px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #5d6875;
  font-size: 16px;
  padding: 24px 16px 34px;
}


/* Ajuste 2026-04-19: mídias da home em proporção 4:5, preservando o slide principal com 400px */
.crv-card__image,
.crv-card__placeholder,
.crv-tv-card__frame {
  aspect-ratio: 4 / 5;
}

.crv-card__image,
.crv-tv-card__frame {
  display: block;
  width: 100%;
}

.crv-card__image img,
.crv-tv-card__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.crv-card__image img {
  aspect-ratio: 4 / 5;
  height: auto;
  min-height: 0;
  object-fit: cover;
}

.crv-card__placeholder {
  min-height: 0;
}

.crv-tv-card__frame {
  padding-top: 0;
}

@supports not (aspect-ratio: 4 / 5) {
  .crv-card__image,
  .crv-tv-card__frame {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 125%;
  }

  .crv-card__image img,
  .crv-tv-card__frame iframe,
  .crv-card__placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}


/* Ajuste 2026-04-19: bloco destaque de notícias também em proporção 4:5 */
.crv-slide__media {
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
}

.crv-slide__media img,
.crv-slide__placeholder {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
}

.crv-slide__media img {
  object-fit: cover;
}

.crv-slide__placeholder {
  min-height: 0;
}

/* Ajuste 2026-04-19: imagem do destaque de notícias 40% menor, mantendo 4:5 */
.crv-news-feature__left .crv-slide__media {
  width: min(60%, 216px);
  max-width: 100%;
  margin: 0 auto;
}


/* Ajuste 2026-04-19: sessão destaque das notícias meio a meio */
.crv-news-feature {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.crv-news-feature__left,
.crv-news-feature__right {
  width: 100%;
}

.crv-news-feature__left .crv-slide__media {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.crv-news-feature__right {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  align-content: stretch;
  gap: 0;
  padding-top: 0;
}

.crv-side-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}

@media (max-width: 1100px) {
  .crv-news-feature__right {
    grid-template-rows: none;
  }
}

/* Ajuste 2026-04-19: destaque das notícias realmente em 50% imagem / 50% lista */
.crv-news-feature {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: start;
}

.crv-news-feature__left,
.crv-news-feature__right {
  width: 100%;
}

.crv-news-feature__right {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 0;
}

.crv-news-feature__left .crv-slider,
.crv-news-feature__left .crv-slide,
.crv-news-feature__left .crv-slide.is-active {
  width: 100%;
}

.crv-news-feature__left .crv-slide__media,
.crv-news-feature__left .crv-slide__media img,
.crv-news-feature__left .crv-slide__placeholder {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1100px) {
  .crv-news-feature {
    grid-template-columns: 1fr !important;
  }
}


/* Ajuste 2026-04-19: botão Leia Mais alinhado à esquerda no destaque das notícias */
.crv-news-feature .crv-side-item .crv-readmore {
  display: inline-flex;
  justify-content: flex-start;
  align-self: flex-start;
  margin-left: 0;
  margin-right: auto;
}
