/* Página inicial 2026 — camada visual isolada e compatível com os módulos legados. */
:root {
  --home-ink: #102f35;
  --home-muted: #62767a;
  --home-primary: #087d80;
  --home-primary-dark: #034c4d;
  --home-accent: #27b7bd;
  --home-surface: #f4f8f8;
  --home-border: #dce8e8;
  --home-shadow: 0 16px 42px rgba(3, 76, 77, .10);
}

body.home-modern { color: var(--home-ink); background: #fff; overflow-x: hidden; }
.home-modern #ct-root.ct-hidden { display: none !important; visibility: hidden !important; pointer-events: none !important; }
.home-modern #ct-root:not(.ct-active) { pointer-events: none !important; }
.home-modern .home-ticker { min-width: 0; overflow: hidden; white-space: nowrap; border: 1px solid rgba(255,255,255,.55); border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 8px 24px rgba(0,44,46,.16); mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent); }
.home-modern .home-ticker-track { display: inline-flex; align-items: center; gap: .65rem; min-width: max-content; padding-inline: 1rem; animation: homeTicker 26s linear infinite; will-change: transform; }
.home-modern .home-ticker-track strong { color: #123d42; font-weight: 800; }
.home-modern .home-ticker-track a { color: #006f73 !important; font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.home-modern .home-ticker-track:hover { animation-play-state: paused; }
@keyframes homeTicker { from { transform: translateX(0); } to { transform: translateX(-100%); } }
.home-modern img.is-image-missing { display: none !important; }
.home-modern .home-channel-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .75rem; }
.home-modern .home-channel-links a { display: flex; min-height: 58px; align-items: center; justify-content: center; gap: .55rem; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.45); border-radius: 14px; color: #fff; background: rgba(0,72,75,.35); font-weight: 700; text-align: center; transition: transform .2s ease,background-color .2s ease; }
.home-modern .home-channel-links a:hover,
.home-modern .home-channel-links a:focus-visible { color: #fff; background: rgba(0,72,75,.72); transform: translateY(-2px); }
.home-modern .home-commission-panel { scroll-margin-top: 110px; }
.home-modern main { overflow: hidden; }
.home-modern main > section,
.home-modern main > div { scroll-margin-top: 92px; }
.home-modern .container { max-width: 1220px; }
.home-modern .section-title h2,
.home-modern .section-title .link-h2,
.home-modern main > section h2 { color: var(--home-ink); letter-spacing: -.025em; text-transform: none; }
.home-modern .section-title p { color: var(--home-muted); font-size: 1rem; line-height: 1.7; }

/* Hero institucional */
.home-modern #parallax {
  min-height: 650px;
  padding: 92px 0 72px;
  background: radial-gradient(circle at 18% 18%, rgba(39,183,189,.12), transparent 32%),
              linear-gradient(125deg, #f9fcfc 0 56%, #064f50 56% 100%) !important;
}
.home-modern #parallax::after {
  content: ""; position: absolute; inset: auto -8% -38% auto; width: 620px; height: 620px;
  border-radius: 50%; border: 90px solid rgba(255,255,255,.06); pointer-events: none;
}
.home-modern #parallax .slider-shape { opacity: .08; }
.home-modern #parallax .slider-shape,
.home-modern #parallax .s-img,
.home-modern #parallax::after { pointer-events: none !important; }
.home-modern #parallax .slider-content { padding-top: 35px; position: relative; z-index: 20; }
.home-modern #parallax .home-hero-actions,
.home-modern #parallax .home-hero-links { position: relative; z-index: 30; pointer-events: auto; }
.home-modern #parallax .home-hero-actions a,
.home-modern #parallax .home-hero-links a { position: relative; z-index: 31; pointer-events: auto; }
.home-modern #parallax .small-title { display: none; }
.home-modern .home-eyebrow {
  display: inline-flex; padding: 8px 13px; border: 1px solid #b9dfe0; border-radius: 999px;
  color: var(--home-primary); background: #edf9f9; font-size: .78rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
}
.home-modern #parallax h2 { max-width: 650px; margin: 20px 0 18px; color: var(--home-ink); font-size: clamp(2.5rem, 4.5vw, 4.7rem); line-height: 1.02; }
.home-modern #parallax h2 span { color: var(--home-primary); }
.home-modern #parallax p { max-width: 620px; color: #526b70; font-size: 1.12rem; line-height: 1.7; }
.home-modern #parallax .s-img { width: min(100%, 500px); filter: drop-shadow(0 28px 38px rgba(0,0,0,.18)); position: relative; z-index: 2; }
.home-modern .home-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-modern .home-hero-actions .btn { min-height: 50px; display: inline-flex; align-items: center; gap: 9px; border-radius: 12px; padding: 0 20px; }
.home-modern .home-btn-secondary { border: 1px solid #bad5d5; background: #fff; color: var(--home-primary-dark); font-weight: 700; box-shadow: 0 8px 20px rgba(3,76,77,.08); }
.home-modern .home-btn-secondary:hover { color: #fff; background: var(--home-primary-dark); border-color: var(--home-primary-dark); }
.home-modern .home-hero-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.home-modern .home-hero-links a { display: inline-flex; align-items: center; gap: 7px; color: #456267; font-size: .9rem; font-weight: 700; padding: 8px 10px; border-radius: 9px; }
.home-modern .home-hero-links a:hover { color: var(--home-primary); background: #eaf7f7; }

/* Notícias e licitações */
.home-modern #noticias { padding: 32px 0 48px !important; background: linear-gradient(135deg,#087f82,#033f40) !important; }
.home-modern .top-header { margin-bottom: 22px; }
.home-modern .top-header .content {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg,rgba(3,76,77,.82),rgba(1,53,55,.68)) !important;
  box-shadow: 0 12px 30px rgba(0,37,39,.16);
}
.home-modern .top-header .content .left-content {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.home-modern .top-header .content .left-content .heading {
  display: flex !important;
  align-items: center;
  min-width: 0;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: 11px;
  margin: 0;
  background: rgba(255,255,255,.12) !important;
  border: 1px solid rgba(255,255,255,.16);
}
.home-modern .top-header .content .left-content .heading span {
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .035em;
  white-space: nowrap;
}
.home-modern .top-header .content .right-content {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: static;
  width: 210px;
  min-width: 210px;
  min-height: 44px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 11px;
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.home-modern .top-header .content .right-content .date-now:empty { display: none; }
.home-modern .top-header .content .right-content .time-now {
  display: block;
  width: 100%;
  margin-left: 0;
  text-wrap: balance;
}
.home-modern .top-header .content .left-content .marquee {
  position: relative;
  top: auto;
  width: auto;
  min-width: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.home-modern .top-header marquee { max-width: 100%; }
.home-modern .top-header marquee a { color: #ecffff; font-weight: 700; }
.home-modern .hero-area .single-news,
.home-modern .hero-area .content-wrapper { border-radius: 16px; overflow: hidden; }
.home-modern .hero-area .single-news { box-shadow: 0 16px 38px rgba(0,0,0,.2); }

/* Seções e cartões */
.home-modern #vereadores,
.home-modern #diretora,
.home-modern #atendimento,
.home-modern #licitacao,
.home-modern #leiorc,
.home-modern #perguntas,
.home-modern #comissoes,
.home-modern #leiacesso { padding-top: 76px !important; padding-bottom: 76px !important; background-image: none !important; }
.home-modern #vereadores,
.home-modern #diretora,
.home-modern #licitacao,
.home-modern #perguntas { background-color: #fff !important; }

/* Canais de atendimento */
.home-modern #atendimento {
  position: relative;
  background:
    radial-gradient(circle at 10% 15%,rgba(39,183,189,.10),transparent 28%),
    linear-gradient(180deg,#f7fbfb 0%,#edf6f6 100%) !important;
}
.home-modern #atendimento .section-title { margin-bottom: 42px !important; }
.home-modern #atendimento .section-title h2 { margin-bottom: 12px; }
.home-modern #atendimento .section-title p { max-width: 650px; margin-inline: auto; }
.home-modern #atendimento .row:last-child { align-items: stretch; }
.home-modern #atendimento .row:last-child > div { display: flex; }
.home-modern #atendimento .home-service-card {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 410px;
  flex-direction: column;
  align-items: center;
  padding: 30px 28px 26px;
  overflow: hidden;
  border: 1px solid #d9e8e8;
  border-radius: 22px;
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 16px 38px rgba(3,76,77,.09);
  transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.home-modern #atendimento .home-service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg,var(--home-primary),var(--home-accent));
}
.home-modern #atendimento .home-service-card:hover {
  transform: translateY(-7px);
  border-color: #abd7d8;
  box-shadow: 0 24px 48px rgba(3,76,77,.15);
}
.home-modern #atendimento .home-service-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 20px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e9f7f7;
  color: var(--home-primary-dark);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.home-modern #atendimento .home-service-icon {
  display: grid;
  width: 132px;
  height: 132px;
  margin: 0 auto 24px;
  place-items: center;
  border: 1px solid #d9eeee;
  border-radius: 32px;
  background: linear-gradient(145deg,#f8ffff,#e6f5f5);
  box-shadow: inset 0 1px 0 #fff,0 12px 28px rgba(3,76,77,.10);
}
.home-modern #atendimento .home-service-icon img {
  display: block;
  width: 92px !important;
  height: 92px !important;
  object-fit: contain;
}
.home-modern #atendimento .second-services-content {
  display: flex;
  min-height: 174px;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.home-modern #atendimento .second-services-content h5 {
  margin-bottom: 10px;
  color: var(--home-ink);
  font-size: 1.28rem;
  font-weight: 800;
}
.home-modern #atendimento .second-services-content p {
  max-width: 310px;
  margin-bottom: 22px;
  color: var(--home-muted);
  font-size: .94rem;
  line-height: 1.6;
}
.home-modern #atendimento .home-service-link {
  display: inline-flex;
  width: auto;
  height: auto;
  min-height: 44px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 17px;
  border-radius: 12px;
  background: var(--home-primary-dark);
  color: #fff;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.35;
  text-shadow: none;
  box-shadow: 0 9px 20px rgba(3,76,77,.18);
}
.home-modern #atendimento .home-service-link::after { display: none; }
.home-modern #atendimento .home-service-link:hover,
.home-modern #atendimento .home-service-link:focus-visible {
  background: var(--home-primary);
  color: #fff !important;
}

/* Perguntas frequentes */
.home-modern #perguntas {
  position: relative;
  background:
    radial-gradient(circle at 90% 5%,rgba(39,183,189,.08),transparent 25%),
    #fff !important;
}
.home-modern #perguntas .home-faq-visual {
  position: sticky;
  top: 105px;
  display: flex;
  min-height: 610px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px;
  overflow: hidden;
  border: 1px solid #d8e8e8;
  border-radius: 28px;
  background: linear-gradient(145deg,#effafa 0%,#e5f3f3 100%);
  box-shadow: 0 18px 44px rgba(3,76,77,.10);
  text-align: center !important;
}
.home-modern #perguntas .home-faq-visual::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  top: -145px;
  right: -120px;
  border: 54px solid rgba(39,183,189,.09);
  border-radius: 50%;
}
.home-modern #perguntas .home-faq-eyebrow {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid #bfe1e2;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--home-primary-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.home-modern #perguntas .home-faq-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%,390px) !important;
  height: auto !important;
  margin: 0 auto 22px;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(3,76,77,.10));
}
.home-modern #perguntas .home-faq-note {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 5px;
  max-width: 330px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 16px;
  background: rgba(255,255,255,.66);
  color: var(--home-muted);
  font-size: .86rem;
  line-height: 1.5;
}
.home-modern #perguntas .home-faq-note strong { color: var(--home-ink); font-size: .95rem; }
.home-modern #perguntas .section-title { margin: 4px 0 30px !important; }
.home-modern #perguntas .section-title h2 { margin-bottom: 12px; }
.home-modern #perguntas .section-title p { max-width: 680px; }
.home-modern #perguntas #accordionExample { counter-reset: home-faq; }
.home-modern #perguntas #accordionExample .card {
  counter-increment: home-faq;
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid #d9e7e7 !important;
  border-radius: 16px !important;
  background: #fff;
  box-shadow: 0 7px 20px rgba(3,76,77,.055);
  transition: border-color .2s ease,box-shadow .2s ease;
}
.home-modern #perguntas #accordionExample .card:has(.faq-btn:not(.collapsed)) {
  border-color: #9dcfd0 !important;
  box-shadow: 0 13px 28px rgba(3,76,77,.10);
}
.home-modern #perguntas #accordionExample .card-header {
  padding: 0;
  border: 0;
  background: transparent;
}
.home-modern #perguntas #accordionExample .faq-btn {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 66px;
  align-items: center;
  padding: 15px 62px 15px 68px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--home-ink);
  font-family: inherit;
  font-size: .94rem;
  font-weight: 750;
  line-height: 1.45;
  text-align: left;
  text-decoration: none;
  box-shadow: none;
}
.home-modern #perguntas #accordionExample .faq-btn::before {
  content: counter(home-faq,decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 50%;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  background: #e7f6f6;
  color: var(--home-primary-dark);
  font-size: .72rem;
  font-weight: 900;
  transform: translateY(-50%);
}
.home-modern #perguntas #accordionExample .faq-btn::after {
  content: "+" !important;
  position: absolute;
  right: 18px !important;
  top: 50% !important;
  display: grid !important;
  width: 34px !important;
  height: 34px !important;
  left: auto !important;
  place-items: center;
  border: 1px solid #c8dede;
  border-radius: 50%;
  background: #f5fbfb !important;
  color: var(--home-primary-dark);
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1;
  opacity: 1 !important;
  transform: translateY(-50%) !important;
}
.home-modern #perguntas #accordionExample .faq-btn:not(.collapsed) {
  background: linear-gradient(90deg,var(--home-primary),var(--home-primary-dark));
  color: #fff;
}
.home-modern #perguntas #accordionExample .faq-btn:not(.collapsed)::before {
  background: rgba(255,255,255,.16);
  color: #fff;
}
.home-modern #perguntas #accordionExample .faq-btn:not(.collapsed)::after {
  content: "−" !important;
  border-color: rgba(255,255,255,.30);
  background: rgba(255,255,255,.14) !important;
  color: #fff;
}
.home-modern #perguntas #accordionExample .card-body {
  padding: 20px 24px 22px 68px;
  border: 0;
  background: #fff;
  color: #526b70;
  font-size: .93rem;
  line-height: 1.7;
}

/* Prévia das comissões */
.home-modern #comissoes {
  padding-bottom: 30px !important;
  background:
    radial-gradient(circle at 85% 10%,rgba(39,183,189,.11),transparent 26%),
    linear-gradient(180deg,#f5fafa 0%,#fff 100%) !important;
}
.home-modern #comissoes::before,
.home-modern #comissoes::after { pointer-events: none !important; }
.home-modern #comissoes > .container,
.home-modern #comissoes .home-commission-intro {
  position: relative;
  z-index: 5;
}
.home-modern #comissoes .home-commission-intro { max-width: 790px; margin-inline: auto; }
.home-modern #comissoes .home-commission-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  padding: 7px 13px;
  border: 1px solid #bcdfe0;
  border-radius: 999px;
  background: #eaf8f8;
  color: var(--home-primary-dark);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.home-modern #comissoes .home-commission-intro h2 { margin-bottom: 13px; }
.home-modern #comissoes .home-commission-intro p { max-width: 740px; margin: 0 auto 23px; }
.home-modern #comissoes .home-commission-cta {
  position: relative;
  z-index: 10;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 19px;
  border-radius: 13px;
  background: linear-gradient(90deg,var(--home-primary),var(--home-primary-dark));
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  box-shadow: 0 11px 24px rgba(3,76,77,.18);
  transition: transform .2s ease,box-shadow .2s ease;
  pointer-events: auto;
}
.home-modern #comissoes .home-commission-cta:hover,
.home-modern #comissoes .home-commission-cta:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(3,76,77,.24);
}
.home-modern .home-commission-preview { padding-bottom: 70px; }
body.home-modern .home-commission-preview #accordionExampleComissao .card { margin-bottom: 12px; }
body.home-modern .home-commission-preview #accordionExampleComissao .faq-btn {
  min-height: 58px;
  padding: 15px 19px;
  border: 1px solid #d7e6e6;
  border-radius: 15px;
  background: rgba(255,255,255,.92);
  color: var(--home-ink);
  box-shadow: 0 8px 22px rgba(3,76,77,.07);
  font-size: .9rem;
}
body.home-modern .home-commission-preview #accordionExampleComissao .faq-btn:not(.collapsed) {
  border-color: #9bcfd0;
  background: linear-gradient(90deg,#eaf8f8,#fff);
}
body.home-modern .home-commission-preview #accordionExampleComissao .card-body {
  padding: 16px !important;
  border: 1px solid #dce9e9;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(3,76,77,.09);
}
body.home-modern .home-commission-preview #accordionExampleComissao .testimonial-area {
  padding: 30px 22px 22px !important;
  border-radius: 16px;
  background: linear-gradient(145deg,#f7fbfb,#edf7f7) !important;
}
body.home-modern .home-commission-preview #accordionExampleComissao .testimonial-area .container { padding-inline: 14px; }
body.home-modern .home-commission-preview #accordionExampleComissao .testimonial-area .col-lg-6 {
  width: 100%;
  margin: 0 auto;
}
body.home-modern .home-commission-preview #accordionExampleComissao .testimonial-area .section-title {
  max-width: 860px;
  margin: 0 auto 25px !important;
  padding: 0 !important;
  text-align: center;
}
body.home-modern .home-commission-preview #accordionExampleComissao .testimonial-area .section-title h2 {
  margin-bottom: 8px;
  color: var(--home-primary);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
body.home-modern .home-commission-preview #accordionExampleComissao .testimonial-area .section-title h3 {
  margin-bottom: 10px;
  color: var(--home-ink);
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1.25;
}
body.home-modern .home-commission-preview #accordionExampleComissao .testimonial-area .section-title p {
  max-width: 850px;
  margin: 0 auto;
  color: var(--home-muted);
  font-size: .9rem !important;
  line-height: 1.65;
}
body.home-modern .home-commission-preview #accordionExampleComissao .single-testimonial {
  min-height: 180px;
  border: 1px solid #d8e7e7;
  background: #fff;
}
body.home-modern .home-commission-preview #accordionExampleComissao .single-testimonial .qutation { display: none; }
body.home-modern .home-commission-preview .home-commission-detail { padding: 26px 22px !important; }
body.home-modern .home-commission-preview .home-commission-summary {
  max-width: 850px;
  margin: 0 auto 24px;
  text-align: center;
}
body.home-modern .home-commission-preview .home-commission-label {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #dff4f4;
  color: var(--home-primary-dark);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
body.home-modern .home-commission-preview .home-commission-summary h3 {
  margin-bottom: 8px;
  color: var(--home-ink);
  font-size: 1.35rem;
  font-weight: 850;
}
body.home-modern .home-commission-preview .home-commission-summary p {
  margin: 0;
  color: var(--home-muted);
  font-size: .9rem;
}
body.home-modern .home-commission-preview .home-commission-member-card {
  min-height: 118px !important;
  height: 100%;
  margin: 0 !important;
  padding: 20px !important;
  border-radius: 17px !important;
  box-shadow: 0 10px 24px rgba(3,76,77,.08) !important;
}
body.home-modern .home-commission-preview .home-commission-member-card .testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
body.home-modern .home-commission-preview .home-commission-member-card .testi-author > img,
body.home-modern .home-commission-preview .home-commission-member-card .home-commission-member-photo img {
  width: 70px !important;
  height: 70px !important;
  flex: 0 0 70px;
  margin: 0 !important;
  border: 3px solid #fff;
  border-radius: 50% !important;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 7px 18px rgba(3,76,77,.18);
}
body.home-modern .home-commission-preview .home-commission-member-photo {
  display: block;
  flex: 0 0 70px;
  border-radius: 50%;
  transition: transform .2s ease,box-shadow .2s ease;
}
body.home-modern .home-commission-preview .home-commission-member-photo:hover,
body.home-modern .home-commission-preview .home-commission-member-photo:focus-visible {
  transform: translateY(-2px);
  outline: 3px solid rgba(15,157,163,.2);
  outline-offset: 3px;
}
body.home-modern .home-commission-preview .home-commission-member-card h6 {
  margin: 0 0 6px;
  color: var(--home-ink);
  font-size: 1rem;
  line-height: 1.3;
}
body.home-modern .home-commission-preview .home-commission-member-name {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}
body.home-modern .home-commission-preview .home-commission-member-name:hover,
body.home-modern .home-commission-preview .home-commission-member-name:focus-visible {
  color: var(--home-primary);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
body.home-modern .home-commission-preview .home-commission-member-card .ta-info span {
  display: inline-flex;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--home-primary);
  color: #fff;
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.home-modern .home-commission-preview .home-commission-empty {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  border: 1px dashed #a9d4d5;
  border-radius: 16px;
  background: #f3fbfb;
  color: #41666b;
  font-weight: 700;
}
body.home-modern .home-commission-preview .home-commission-empty-inline { min-height: 74px; }
.home-modern #playcamara,
.home-modern #publioficial,
.home-modern #atendimento,
.home-modern #leiorc,
.home-modern #comissoes,
.home-modern #leiacesso { background-color: var(--home-surface) !important; }
.home-modern #vereadores .swiper-slide { border-radius: 20px; overflow: hidden; box-shadow: var(--home-shadow); }
.home-modern #vereadores .swiper-slide img { border-radius: 20px; }
.home-modern #vereadores .swiper-slide-active::before { display: none !important; content: none !important; }
.home-modern #vereadores .swiper-slide-active img,
.home-modern #vereadores .swiper-slide-active .feature-two__content + img {
  padding: 0 !important;
  left: 0 !important;
  scale: 1 !important;
  transform: none !important;
  max-width: 100%;
  height: auto !important;
  object-fit: contain !important;
  object-position: center top !important;
}
.home-modern .playcam-area { padding: 76px 0 !important; }
.home-modern .publi-skin .cmt-card,
.home-modern #leiacesso .cmt-card,
.home-modern #accordionExampleComissao .card { border: 1px solid var(--home-border) !important; box-shadow: var(--home-shadow) !important; border-radius: 16px !important; }
.home-modern #atendimento .services-box { border-radius: 18px; }
.home-modern #atendimento img { max-height: 210px; object-fit: contain; }
/* Licitações */
.home-modern .home-procurement-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 !important;
  background:
    radial-gradient(circle at 8% 15%,rgba(37,191,190,.14),transparent 26%),
    linear-gradient(180deg,#f7fbfb,#edf7f7) !important;
}
.home-modern .home-procurement-card {
  display: grid;
  grid-template-columns: minmax(360px,.9fr) minmax(0,1.1fr);
  min-height: 480px;
  overflow: hidden;
  border: 1px solid #d5e7e7;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(3,76,77,.13);
}
.home-modern .home-procurement-visual {
  position: relative;
  display: flex;
  min-height: 430px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(145deg,rgba(3,53,54,.98),rgba(3,105,106,.94)),
    #034c4d;
}
.home-modern .home-procurement-visual::after {
  content: "";
  position: absolute;
  inset: auto -12% -28% 10%;
  height: 58%;
  border-radius: 50%;
  background: rgba(90,225,199,.2);
  filter: blur(2px);
}
.home-modern .home-procurement-visual img {
  position: relative;
  z-index: 3;
  width: min(82%,430px);
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(0,0,0,.25));
}
.home-modern .home-procurement-orbit {
  position: absolute;
  border: 1px solid rgba(160,244,229,.25);
  border-radius: 50%;
}
.home-modern .home-procurement-orbit-one { width: 340px; height: 340px; }
.home-modern .home-procurement-orbit-two { width: 470px; height: 470px; }
.home-modern .home-procurement-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(34px,5vw,72px);
}
.home-modern .home-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e5f6f6;
  color: var(--home-primary-dark);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.home-modern .home-procurement-content h2,
.home-modern .home-live-content h2 {
  margin-bottom: 15px;
  color: var(--home-ink);
  font-size: clamp(2rem,3.4vw,3.15rem);
  font-weight: 850;
  line-height: 1.05;
}
.home-modern .home-procurement-content > p,
.home-modern .home-live-content > p {
  max-width: 620px;
  margin-bottom: 22px;
  color: var(--home-muted);
  line-height: 1.75;
}
.home-modern .home-procurement-features {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
}
.home-modern .home-procurement-features span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid #d3e7e7;
  border-radius: 10px;
  background: #f7fbfb;
  color: #31565b;
  font-size: .8rem;
  font-weight: 750;
}
.home-modern .home-procurement-features i { color: var(--home-primary); }
.home-modern .home-primary-action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 20px;
  border-radius: 13px;
  background: linear-gradient(90deg,var(--home-primary),var(--home-primary-dark));
  color: #fff;
  font-weight: 850;
  box-shadow: 0 12px 25px rgba(3,76,77,.2);
  transition: transform .2s ease,box-shadow .2s ease;
}
.home-modern .home-primary-action:hover,
.home-modern .home-primary-action:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(3,76,77,.27);
}

/* Sessões e transmissões */
.home-modern .home-live-section {
  padding: 88px 0;
  background: #fff;
}
.home-modern .home-live-grid {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr);
  gap: clamp(34px,6vw,78px);
  align-items: center;
}
.home-modern .home-live-stage {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  overflow: hidden;
  padding: 25px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 75% 20%,rgba(52,202,197,.2),transparent 28%),
    linear-gradient(145deg,#082f35,#034d51 72%,#076a6d);
  color: #fff;
  box-shadow: 0 24px 55px rgba(3,59,61,.24);
}
.home-modern .home-live-stage::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -105px;
  bottom: -135px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.02);
}
.home-modern .home-live-stage-top,
.home-modern .home-live-stage-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.home-modern .home-live-status,
.home-modern .home-live-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .75rem;
  font-weight: 800;
}
.home-modern .home-live-status {
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  background: rgba(0,0,0,.18);
}
.home-modern .home-live-status i { color: #b7c8ca; font-size: .55rem; }
.home-modern .home-live-brand { color: rgba(255,255,255,.78); }
.home-modern .home-live-stage-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  max-width: 500px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 30px 15px;
  text-align: center;
}
.home-modern .home-live-icon {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  color: #83dfd9;
  font-size: 2rem;
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.025);
}
.home-modern .home-live-stage-center h3 { margin-bottom: 10px; color: #fff; font-size: 1.5rem; font-weight: 850; }
.home-modern .home-live-stage-center p { max-width: 470px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.65; }
.home-modern .home-live-stage-actions { justify-content: center; flex-wrap: wrap; }
.home-modern .home-live-stage-actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid #4fc8c6;
  border-radius: 12px;
  background: #29aeb0;
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
}
.home-modern .home-live-stage-actions a.is-secondary { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.home-modern .home-live-stage-actions a:hover,
.home-modern .home-live-stage-actions a:focus-visible { color: #fff; transform: translateY(-1px); }
.home-modern .home-live-schedule { display: grid; gap: 11px; }
.home-modern .home-live-schedule > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  border: 1px solid #dae8e8;
  border-radius: 14px;
  background: #f8fbfb;
}
.home-modern .home-live-schedule > div > i {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 11px;
  background: #e2f5f5;
  color: var(--home-primary);
}
.home-modern .home-live-schedule span { display: flex; flex-direction: column; }
.home-modern .home-live-schedule strong { color: var(--home-ink); font-size: .88rem; }
.home-modern .home-live-schedule small { margin-top: 2px; color: var(--home-muted); font-size: .75rem; }
.home-modern .home-live-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 18px 0 0 !important;
  color: #60777b !important;
  font-size: .78rem;
  line-height: 1.55 !important;
}
.home-modern .home-live-note i { margin-top: 3px; color: var(--home-primary); }
.home-modern #perguntas .faq-wrap .card { border: 1px solid var(--home-border); border-radius: 12px; margin-bottom: 10px; overflow: hidden; box-shadow: 0 6px 16px rgba(3,76,77,.06); }
.home-modern #perguntas .faq-btn { min-height: 54px; font-size: .98rem; text-align: left; }
.home-modern #comissoes + .container { margin-bottom: 76px; }
.home-modern #leiacesso .cmt-card-title { font-size: 1.2rem; }

/* Newsletter */
.home-modern .newslater-area:not(#noticias) { padding: 68px 0 !important; background: linear-gradient(135deg,#087f82,#033f40) !important; }
.home-modern .newslater-area:not(#noticias) h2,
.home-modern .newslater-area:not(#noticias) p { color: #fff !important; }
.home-modern .newslater-area .newslater { max-width: 650px; margin: auto; }
.home-modern .newslater-area .form-control { min-height: 52px; border-radius: 12px 0 0 12px; }
.home-modern .newslater-area .btn-custom { min-height: 52px; border-radius: 0 12px 12px 0; }

/* Elementos legados sem arquivo correspondente */
.home-modern img[src*="feature-two-star-"] { display: none !important; }
.home-modern img:not([alt]) { opacity: 1; }

/* Rodapé */
.home-modern + #site-footer,
body.home-modern #site-footer { margin-top: 0; }
#site-footer .footer-card { border-radius: 16px; }

@media (max-width: 991px) {
  .home-modern #parallax { min-height: auto; padding: 44px 0 58px; background: linear-gradient(165deg,#f8fcfc 0 76%,#e7f4f4 76%) !important; }
  .home-modern #parallax .slider-content { padding-top: 0; }
  .home-modern #parallax h2 { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .home-modern #parallax p { font-size: 1rem; }
  .home-modern #parallax .s-img { display: block; width: min(70vw, 320px); margin: 30px auto 0; }
  .home-modern .home-hero-actions .btn { flex: 1 1 100%; justify-content: center; }
  .home-modern .home-hero-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-modern .home-hero-links a { justify-content: center; background: #edf7f7; }
  .home-modern .top-header .content { display: grid; grid-template-columns: 1fr; }
  .home-modern .top-header .content .left-content .heading { min-width: 0; text-align: center; }
  .home-modern .top-header .content .right-content { display: none !important; }
  .home-modern #vereadores,
  .home-modern #diretora,
  .home-modern #atendimento,
  .home-modern #licitacao,
  .home-modern #leiorc,
  .home-modern #perguntas,
  .home-modern #comissoes,
  .home-modern #leiacesso,
  .home-modern .playcam-area { padding-top: 54px !important; padding-bottom: 54px !important; }
  .home-modern .section-title { margin-bottom: 30px !important; padding-left: 0 !important; padding-right: 0 !important; }
  .home-modern .section-title h2 { font-size: 1.75rem; }
  .home-modern #licitacao .choose-img { margin-bottom: 30px; }
  .home-modern #perguntas .faq-img { display: none; }
  .home-modern .home-procurement-card,
  .home-modern .home-live-grid { grid-template-columns: 1fr; }
  .home-modern .home-procurement-visual { min-height: 330px; }
  .home-modern .home-procurement-visual img { max-height: 300px; }
  .home-modern .home-procurement-content { padding: 38px; }
  .home-modern .home-live-section { padding: 60px 0; }
  .home-modern .home-live-content { order: -1; }
}

@media (max-width: 575px) {
  .home-modern .home-procurement-section,
  .home-modern .home-live-section { padding: 46px 0 !important; }
  .home-modern .home-procurement-card,
  .home-modern .home-live-stage { border-radius: 21px; }
  .home-modern .home-procurement-visual { min-height: 255px; }
  .home-modern .home-procurement-visual img { width: 84%; max-height: 235px; }
  .home-modern .home-procurement-orbit-one { width: 240px; height: 240px; }
  .home-modern .home-procurement-orbit-two { width: 330px; height: 330px; }
  .home-modern .home-procurement-content { padding: 28px 23px 31px; }
  .home-modern .home-procurement-content h2,
  .home-modern .home-live-content h2 { font-size: 2rem; }
  .home-modern .home-primary-action { width: 100%; }
  .home-modern .home-live-stage { min-height: 470px; padding: 19px; }
  .home-modern .home-live-stage-top { align-items: flex-start; }
  .home-modern .home-live-brand { max-width: 95px; justify-content: flex-end; text-align: right; }
  .home-modern .home-live-stage-actions { display: grid; grid-template-columns: 1fr; }
  .home-modern .home-live-stage-actions a { width: 100%; }
}

@media (max-width: 575px) {
  .home-modern .home-channel-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-modern .home-ticker-track { animation-duration: 25s; }
  .home-modern .top-header .content { padding: 10px !important; background: rgba(0,72,75,.38); }
  .home-modern .top-header .left-content { width: 100%; min-width: 0; }
  .home-modern .top-header .content .left-content .heading { display: none !important; }
  .home-modern .home-ticker { width: 100%; min-height: 44px; display: flex; align-items: center; mask-image: none; }
  .home-modern .home-ticker-track { padding: 9px 16px; }

  /* Preserva o enquadramento completo dos retratos no carrossel móvel. */
  .home-modern #vereadores .swiper-slide { width: min(72vw, 280px) !important; height: auto !important; overflow: visible; }
  .home-modern #vereadores .swiper-slide img,
  .home-modern #vereadores .swiper-slide-active .feature-two__content + img {
    position: relative !important;
    inset: auto !important;
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center top !important;
    scale: 1 !important;
    transform: none !important;
  }
  .home-modern #vereadores .swiper-slide-active .feature-two__content {
    position: absolute !important;
    inset: auto 12px 18px !important;
    top: auto !important;
    left: 12px !important;
    z-index: 3;
  }
  .home-modern #parallax { padding-top: 32px; }
  .home-modern #parallax h2 { font-size: 2.15rem; }
  .home-modern .home-eyebrow { font-size: .68rem; }
  .home-modern .home-hero-links { grid-template-columns: 1fr 1fr; }
  .home-modern .hero-area .container { padding-inline: 14px; }
  .home-modern #atendimento .section-title { margin-bottom: 28px !important; }
  .home-modern #atendimento .home-service-card { min-height: 0; padding: 26px 20px 22px; border-radius: 18px; }
  .home-modern #atendimento .home-service-icon { width: 112px; height: 112px; margin-bottom: 20px; border-radius: 28px; }
  .home-modern #atendimento .home-service-icon img { width: 78px !important; height: 78px !important; }
  .home-modern #atendimento .second-services-content { min-height: 0; }
  .home-modern #atendimento .home-service-link { width: 100%; margin-top: 0; }
  .home-modern #perguntas #accordionExample .faq-btn { min-height: 62px; padding: 13px 50px 13px 54px; font-size: .88rem; }
  .home-modern #perguntas #accordionExample .faq-btn::before { left: 12px; width: 31px; height: 31px; border-radius: 9px; }
  .home-modern #perguntas #accordionExample .faq-btn::after { right: 12px !important; width: 30px !important; height: 30px !important; }
  .home-modern #perguntas #accordionExample .card-body { padding: 17px 18px 20px; font-size: .89rem; }
  .home-modern #comissoes .home-commission-cta { width: 100%; }
  .home-modern .home-commission-preview { padding-inline: 14px; padding-bottom: 48px; }
  body.home-modern .home-commission-preview #accordionExampleComissao .faq-btn { min-height: 56px; padding: 13px 15px; font-size: .8rem; line-height: 1.35; }
  body.home-modern .home-commission-preview #accordionExampleComissao .card-body { padding: 10px !important; }
  body.home-modern .home-commission-preview #accordionExampleComissao .testimonial-area { padding: 22px 10px 12px !important; }
  body.home-modern .home-commission-preview #accordionExampleComissao .testimonial-area .section-title h3 { font-size: 1.1rem; }
  body.home-modern .home-commission-preview #accordionExampleComissao .single-testimonial { min-height: 0; margin-bottom: 12px; }
  .home-modern .top-header .marquee { width: 100%; }
  .home-modern .newslater-area .form-group { display: grid !important; gap: 10px; }
  .home-modern .newslater-area .form-control,
  .home-modern .newslater-area .btn-custom { width: 100%; border-radius: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-modern .home-ticker { overflow-x: auto; mask-image: none; }
  .home-modern .home-ticker-track { animation-name: homeTicker !important; animation-duration: 40s !important; animation-timing-function: linear !important; animation-iteration-count: infinite !important; }
  .home-modern *, .home-modern *::before, .home-modern *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
