/* ══ VARIABLES ══ */
:root {
    --azul-profundo: #003A70;
    --azul-medio: #0057A8;
    --azul-claro: #4A90D9;
    --azul-palido: #A8C8EC;
    --azul-gelo: #D6E8F7;
    --dourado: #C9A84C;
    --dourado-profundo: #645426;
    --dourado-medio: #a0863c;
    --dourado-claro: #d3b96f;
    --dourado-gelo: #e9dcb7;
    --branco: #FFFFFF;
    --cinza-claro: #F5F8FC;
    --cinza-texto: #4A4A4A;
    --sombra: 0 4px 24px rgba(0,58,112,0.12);
  }

/* ══ ANIMATIONS ══ */
@keyframes sgmFadeIn {
    from { opacity:0; transform:translateX(20px); }
    to   { opacity:1; transform:translateX(0); }
  }
@keyframes muFade {
    from { opacity:0; transform:translateY(12px); }
    to   { opacity:1; transform:translateY(0); }
  }
@keyframes fadeIn { from{opacity:0}to{opacity:1} }
@keyframes slideUp { from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)} }
@keyframes slideInL { from{opacity:0;transform:translateX(-18px)}to{opacity:1;transform:translateX(0)} }
@keyframes scrollPulse { 0%,100%{opacity:.25}50%{opacity:.65} }


/* ══ BASE & RESET ══ */
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Source Sans 3', sans-serif;
  color: var(--cinza-texto);
  background: var(--branco);
  overflow-x: hidden;
}

/* ══ SEÇÕES GERAIS ══ */
.sec-bg {
  background: var(--cinza-claro);
  position: relative;
}
.sec-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #0057A8;
  margin-bottom: 12px;
}
.sec-title {
  font-family: 'Playfair Display',serif;
  font-size: clamp(28px,4vw,46px);
  font-weight: 700;
  color: #001F40;
  line-height: 1.18;
  margin-bottom: 20px;
}
.sec-divider {
  width: 48px;
  height: 2px;
  background: var(--dourado);
  margin: 0 0 44px;
}
.sec-lead {
  font-size: 17px;
  font-weight: 300;
  color: #2C4A62;
  max-width: 560px;
  line-height: 1.85;
  letter-spacing: 0;
}
.sec-label, .cn-label, .cn-cta, .mu-label, .mu-right-label, .mu-meta-label, .mu-badge-atual, .mu-cargo, .hr-badge, .hr-scroll, .hl-inst, .hl-senate, .hl-year, .nav-l, .nav-r, .tl-per-l, .tl-tag, .tl-tag.td, .dest-data, .s-mes, .s-alt, .sessao-label, .sgm-badge-atual, .sgm-cargo, .ac-label, .f-sub, .f-right, .hred-mon, .hr-event-info span, .logo-lbl, .destaque-data, .m-ey, .tl-tag, .badge-mes, .badge-hora, .footer-sub, .sgm-evento-info {
  font-size: 12px;
  line-height: 1.6;
}
.sec-lead, .mu-desc, .hl-tagline p, .hero-desc, .hero-sub, .cn-desc, .ac-desc, .sgm-evento-info, .sessao-desc, .m-det {
  font-size: 16px;
  line-height: 1.85;
}
.tl-det, .dest-desc, .ac-desc, .cn-item, .section-lead, .sec-lead {
  color: #4A5D6E;
}
.tl-det, .dest-desc, .ac-desc, .cn-desc, .mu-desc, .sec-lead, .sessao-desc, .m-det, .hl-tagline p {
  letter-spacing: 0;
}
.sec-title, .cn-titulo, .mu-title, .hr-title, .sessao-title, .dest-titulo, .ac-titulo, .hero-title, .mu-nome {
  line-height: 1.2;
}

/* ══ HERO ══ */
.hero-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  font-family: 'Source Sans 3', sans-serif;
}
.hero-left {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px 48px 44px;
  position: relative;
  border-right: 1px solid #E0EAF5;
}
.hero-left::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 10%;
  bottom: 10%;
  width: 4px;
  background: linear-gradient(to bottom, transparent, #4A90D9, transparent);
}
.hero-left-inner {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}
.hl-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  animation: fadeIn .6s ease both;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8EFF7;
}
.hl-inst {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #0057A8;
}
.hl-sep {
  color: #A8C8EC;
  font-size: 16px;
}
.hl-senate {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4A6A88;
  font-weight: 400;
}
.hl-logo-wrap {
  animation: slideUp .7s .1s ease both;
  margin-bottom: 24px;
  margin-top: 0;
}
.hl-logo-img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  filter: none;
}
.hl-tagline {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 32px;
  animation: slideUp .7s .2s ease both;
  margin-top: 0;
}
.hl-line {
  width: 3px;
  min-height: 48px;
  background: linear-gradient(to bottom, #0057A8, #A8C8EC);
  flex-shrink: 0;
  margin-top: 3px;
  border-radius: 2px;
}
.hl-tagline p {
  font-size: 17px;
  font-weight: 400;
  color: #1C2E3E;
  line-height: 1.8;
  margin: 0;
  letter-spacing: 0;
}
.hl-ctas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  animation: slideUp .7s .3s ease both;
  flex-direction: row;
}
.hl-btn-prim {
  background: #003A70;
  color: #FFFFFF;
  padding: 13px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
  border: 2px solid #003A70;
  width: auto;
  display: inline-block;
  min-width: 150px;
  text-align: center;
  flex: 1;
}
.hl-btn-prim:hover {
  background: #0057A8;
  transform: translateY(-2px);
  border-color: #0057A8;
}
.hl-btn-sec {
  background: transparent;
  color: #003A70;
  padding: 12px 28px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #A8C8EC;
  transition: all .2s;
  width: auto;
  display: inline-block;
  min-width: 150px;
  text-align: center;
  flex: 1;
}
.hl-btn-sec:hover {
  border-color: #003A70;
  color: #003A70;
  transform: translateY(-2px);
}
.hl-year {
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  letter-spacing: unset;
  color: unset;
  line-height: unset;
  animation: fadeIn .7s .5s ease both;
  margin-top: 0;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid #E8EFF7;
}
.hero-right {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 80px 40px 60px;
}
.hero-circles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(168,200,236,0.18);
}
.nav-l {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--azul-palido);
}
.nav-r {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero-content {
  text-align: center;
  z-index: 2;
  max-width: 860px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--azul-palido);
  margin-bottom: 16px;
  animation: slideUp .8s .2s ease both;
}
.hero-title {
  font-family: 'Playfair Display',serif;
  font-size: clamp(48px,9vw,90px);
  font-weight: 400;
  color: var(--branco);
  line-height: 1.05;
  letter-spacing: 8px;
  text-transform: uppercase;
  animation: slideUp .8s .4s ease both;
}
.hero-title span {
  color: var(--azul-claro);
}
.hero-divider {
  width: 56px;
  height: 2px;
  background: var(--dourado);
  margin: 28px auto;
  animation: slideUp .8s .6s ease both;
}
.hero-sub {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255,255,255,0.72);
  letter-spacing: .5px;
  line-height: 1.6;
  animation: slideUp .8s .7s ease both;
}
.hero-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.5);
  max-width: 520px;
  margin: 16px auto 44px;
  line-height: 1.85;
  animation: slideUp .8s .8s ease both;
}
.btn-p {
  background: var(--azul-claro);
  color: #fff;
  padding: 14px 32px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .2s,transform .2s;
}
.btn-p:hover {
  background: var(--azul-medio);
  transform: translateY(-2px);
}
.btn-o {
  background: transparent;
  color: rgba(255,255,255,.75);
  padding: 14px 32px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.28);
  cursor: pointer;
  transition: all .2s;
}
.btn-o:hover {
  border-color: rgba(255,255,255,.7);
  color: #fff;
  transform: translateY(-2px);
}
.scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.25);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  animation: fadeIn 1s 1.5s ease both;
}
.scroll-hint::after {
  content: '';
  display: block;
  width: 1px;
  height: 38px;
  background: rgba(255,255,255,.18);
  animation: scrollPulse 2s infinite;
}
.mu-meta-label, .hr-scroll, .hl-senate, .nav-r {
  color: rgba(255,255,255,0.46);
}
.hero-nav, .nav-l, .nav-r {
  border-bottom-color: rgba(255,255,255,0.12);
}
.hl-year svg text[font-size="7.5"], .hl-year svg text[font-size="8"], .hl-year svg text[font-size="9"], .hl-year svg text[font-size="10"] {
  font-size: 10px;
}

/* ══ CARDS NARRATIVOS ══ */
.cards-narrativos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: var(--azul-profundo);
}
.cn-card {
  padding: 56px 44px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background .35s;
  border-right: 1px solid rgba(255,255,255,.08);
}
.cn-card:last-child {
  border-right: none;
}
.cn-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(74,144,217,.0);
  transition: background .35s;
}
.cn-card:hover::before {
  background: rgba(74,144,217,.07);
}
.cn-numero {
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255,255,255,.08);
  position: absolute;
  top: 20px;
  right: 24px;
  transition: color .35s, transform .35s;
  user-select: none;
}
.cn-card:hover .cn-numero {
  color: rgba(255,255,255,.14);
  transform: scale(1.08) translateY(-4px);
}
.cn-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  color: var(--azul-claro);
  opacity: .85;
  transition: transform .3s, opacity .3s;
}
.cn-card:hover .cn-icon {
  transform: translateY(-3px);
  opacity: 1;
}
.cn-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #7EC8F0;
  margin-bottom: 12px;
  display: block;
}
.cn-titulo {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 6px;
}
.cn-titulo em {
  font-style: italic;
  color: #A8D4F0;
}
.cn-desc {
  font-size: 15px;
  font-weight: 300;
  color: #D0E8F8;
  line-height: 1.85;
  margin-bottom: 28px;
  letter-spacing: 0;
}
.cn-divider {
  width: 36px;
  height: 3px;
  background: #C9A84C;
  margin-bottom: 20px;
  transition: width .35s;
}
.cn-card:hover .cn-divider {
  width: 56px;
}
.cn-itens {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cn-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #B8D8F2;
  transition: color .2s;
  line-height: 1.65;
}
.cn-card:hover .cn-item {
  color: rgba(255,255,255,.82);
}
.cn-item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7EC8F0;
  flex-shrink: 0;
  opacity: 1;
}
.cn-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7EC8F0;
  text-decoration: none;
  margin-top: 28px;
  border-bottom: 1px solid rgba(74,144,217,.3);
  padding-bottom: 4px;
  transition: color .2s, border-color .2s, gap .2s;
  border-bottom-color: rgba(126,200,240,.4);
}
.cn-cta:hover {
  color: #FFFFFF;
  border-color: rgba(255,255,255,.5);
  gap: 12px;
  border-bottom-color: rgba(255,255,255,.6);
}
.tl-det, .dest-desc, .ac-desc, .cn-desc, .hr-event-info strong, .mu-meta-value, .mu-periodo, .sgm-periodo, .m-det, .destaque-desc, .mesa-detalhes, .sessao-desc, .tl-c .tl-det, .cn-item, .hr-event-info, .footer-sub {
  font-size: 14px;
  line-height: 1.75;
}
.tl-title, .dest-titulo, .mu-meta-value, .hr-event-info strong, .cn-item, .ac-titulo {
  font-size: 15px;
  line-height: 1.45;
}
.mu-nome, .hr-title, .sessao-title, .mu-meta-value, .cn-titulo, .hr-event-info strong, .hred-day, .badge-dia, .s-dia, .m-ti {
  color: rgba(255,255,255,0.96);
}
.mu-desc, .cn-desc, .m-det, .sessao-desc, .hr-event-info span, .mu-nome-evento {
  color: rgba(255,255,255,0.68);
}
.tl-title, .dest-titulo, .ac-titulo, .destaque-titulo, .cn-titulo {
  color: #1C2B3A;
}

/* ══ DESTAQUES ══ */
.dest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 2px;
  margin-top: 56px;
  background: var(--azul-palido);
}
.dest-card {
  background: #fff;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  transition: transform .3s;
}
.dest-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--azul-claro);
  transition: height .4s;
}
.dest-card:hover::before {
  height: 100%;
}
.dest-card:hover {
  transform: translateY(-4px);
}
.dest-data {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0057A8;
  margin-bottom: 10px;
}
.dest-titulo {
  font-family: 'Playfair Display',serif;
  font-size: 18px;
  font-weight: 700;
  color: #001F40;
  margin-bottom: 10px;
  line-height: 1.3;
}
.dest-desc {
  font-size: 14px;
  color: #2C4A62;
  line-height: 1.75;
}
.dest-num {
  position: absolute;
  bottom: 16px;
  right: 24px;
  font-family: 'Playfair Display',serif;
  font-size: 60px;
  font-weight: 900;
  color: var(--azul-gelo);
  line-height: 1;
  user-select: none;
}

/* ══ MESA REDONDA ══ */
.mesa-unificada {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
  background: #fff;
}
.mu-left {
  background: var(--azul-profundo);
  padding: 72px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.mu-left::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 360px;
  line-height: 1;
  color: rgba(255,255,255,.04);
  position: absolute;
  top: -40px;
  left: 20px;
  pointer-events: none;
}
.mu-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--dourado);
  margin-bottom: 18px;
}
.mu-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
}
.mu-title em {
  font-style: italic;
  color: var(--azul-palido);
}
.mu-desc {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,.62);
  line-height: 1.85;
  margin-bottom: 36px;
  max-width: 420px;
}
.mu-divider {
  width: 40px;
  height: 2px;
  background: var(--dourado);
  margin-bottom: 36px;
}
.mu-metas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.mu-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  background: rgba(255,255,255,.06);
  border-left: 3px solid rgba(74,144,217,.5);
  transition: background .2s, border-color .2s;
}
.mu-meta:hover {
  background: rgba(255,255,255,.1);
  border-left-color: var(--azul-claro);
}
.mu-meta-icon {
  color: var(--azul-claro);
  flex-shrink: 0;
  opacity: .8;
}
.mu-meta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mu-meta-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
}
.mu-meta-value {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.mu-nome-evento {
  font-size: 12px;
  font-style: italic;
  color: rgba(255,255,255,.38);
  line-height: 1.6;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 20px;
}
.mu-right {
  background: var(--cinza-claro);
  padding: 56px 52px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.mu-right-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--azul-claro);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.mu-right-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--azul-palido);
  opacity: .5;
}
.mu-carousel {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mu-slide {
  display: none;
  gap: 36px;
  animation: muFade .45s ease;
  align-items: center;
}
.mu-slide.active {
  display: flex;
  align-items: center;
}
.mu-photo {
  width: 220px;
  height: 280px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.mu-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,29,56,.3) 0%, transparent 60%);
}
.mu-photo-ph {
  background: var(--azul-gelo);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mu-photo-ph span {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--azul-medio);
  opacity: .5;
}
.mu-info {
  flex: 1;
}
.mu-badge-atual {
  display: inline-block;
  padding: 3px 10px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--azul-gelo);
  color: var(--azul-medio);
  margin-bottom: 10px;
}
.mu-nome {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 900;
  color: #001F40;
  line-height: 1.1;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}
.mu-cargo {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #0057A8;
  margin-bottom: 12px;
}
.mu-periodo {
  font-size: 15px;
  font-weight: 300;
  color: #2C4A62;
  padding-left: 14px;
  border-left: 3px solid #C9A84C;
  line-height: 1.5;
}
.mu-nav-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #E8EFF7;
}
.mu-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #D0DFF0;
  background: #fff;
  color: var(--azul-medio);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  flex-shrink: 0;
}
.mu-nav-btn:hover {
  background: var(--azul-profundo);
  border-color: var(--azul-profundo);
  color: #fff;
}
.mu-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}
.mu-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--azul-palido);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all .25s;
}
.mu-dot.active {
  background: var(--azul-medio);
  width: 24px;
  border-radius: 4px;
}
.mu-counter {
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  color: var(--azul-claro);
  letter-spacing: 1px;
}
.mesa-card {
  background: linear-gradient(135deg,var(--azul-profundo) 0%,var(--azul-medio) 100%);
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 56px;
  align-items: center;
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin-top: 56px;
}
.mesa-card::after {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 40px solid rgba(255,255,255,.05);
}
.m-ey {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--azul-palido);
  margin-bottom: 10px;
}
.m-ti {
  font-family: 'Playfair Display',serif;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.3;
}
.m-det {
  font-size: 14px;
  color: rgba(255,255,255,.62);
  line-height: 1.8;
}
.m-badge {
  flex-shrink: 0;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  padding: 26px 34px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.b-dia {
  font-family: 'Playfair Display',serif;
  font-size: 54px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.b-mes {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--azul-palido);
  margin-top: 4px;
}
.b-hr {
  font-size: 12.5px;
  color: rgba(255,255,255,.45);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,.14);
}

/* ══ CARROSSEL SGMs ══ */
.sgm-carousel-section {
  background: #fff;
  border-top: 1px solid #E8EFF7;
}
.sgm-carousel {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 52px;
  position: relative;
}
.sgm-track {
  flex: 1;
  overflow: hidden;
  position: relative;
  min-height: 340px;
}
.sgm-slide {
  display: none;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: center;
  animation: sgmFadeIn .5s ease;
}
.sgm-slide.active {
  display: grid;
}
.sgm-photo {
  width: 260px;
  height: 300px;
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
}
.sgm-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,29,56,.35) 0%, transparent 60%);
}
.sgm-photo-placeholder {
  background: var(--azul-gelo);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sgm-photo-placeholder span {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 700;
  color: var(--azul-medio);
  opacity: .6;
}
.sgm-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sgm-badge-atual {
  display: inline-block;
  padding: 4px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--azul-gelo);
  color: var(--azul-medio);
  margin-bottom: 4px;
  width: fit-content;
}
.sgm-nome {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: var(--azul-profundo);
  line-height: 1.15;
  margin: 0;
}
.sgm-cargo {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--azul-claro);
  margin: 4px 0 0;
}
.sgm-periodo {
  font-size: 16px;
  font-weight: 300;
  color: #888;
  margin: 8px 0 0;
  letter-spacing: .5px;
  padding-left: 12px;
  border-left: 3px solid var(--dourado);
}
.sgm-nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #E0EAF5;
  background: #fff;
  color: var(--azul-medio);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .2s;
}
.sgm-nav:hover {
  background: var(--azul-profundo);
  border-color: var(--azul-profundo);
  color: #fff;
}
.sgm-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 32px;
}
.sgm-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: var(--azul-palido);
  cursor: pointer;
  transition: all .25s;
  padding: 0;
}
.sgm-dot-active {
  background: var(--azul-medio);
  width: 28px;
  border-radius: 4px;
}
.sgm-evento-info {
  margin-top: 36px;
  padding: 16px 20px;
  background: var(--cinza-claro);
  border-left: 3px solid var(--azul-claro);
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}
.sgm-evento-info strong {
  color: var(--azul-profundo);
}
.sgm-evento-info em {
  color: var(--azul-medio);
  font-style: italic;
}

/* ══ TIMELINE ══ */
.tl-wrap {
  position: relative;
  margin-top: 56px;
  z-index: 1;
}
.tl-line {
  position: absolute;
  left: 76px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom,transparent,var(--azul-palido),transparent);
}
.tl-item {
  display: grid;
  grid-template-columns: 76px 36px 1fr;
  gap: 0 18px;
  margin-bottom: 12px;
  cursor: pointer;
}
.tl-per {
  text-align: right;
  padding-top: 14px;
}
.tl-per-l {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0057A8;
  white-space: nowrap;
}
.tl-dot-w {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
}
.tl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--azul-claro);
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--azul-claro);
  flex-shrink: 0;
  transition: transform .3s, box-shadow .3s, background .3s;
}
.tl-dot.d {
  background: var(--dourado);
  box-shadow: 0 0 0 2px var(--dourado);
  width: 18px;
  height: 18px;
}
.tl-item:hover .tl-dot {
  transform: scale(1.35);
  box-shadow: 0 0 0 4px rgba(74,144,217,.3);
}
.tl-item:hover .tl-dot.d {
  box-shadow: 0 0 0 4px rgba(201,168,76,.3);
}
.tl-c {
  background: var(--cinza-claro);
  border: 1px solid #E8EFF7;
  border-left: 3px solid transparent;
  padding: 14px 22px;
  transition: border-color .3s,
      box-shadow .3s,
      padding .35s ease,
      background .3s;
  overflow: hidden;
  position: relative;
}
.tl-c::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--azul-claro);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform .35s ease;
}
.tl-c.di::before {
  background: var(--dourado);
}
.tl-item:hover .tl-c {
  background: #fff;
  box-shadow: 0 8px 32px rgba(0,58,112,.13);
  padding: 20px 26px 22px;
}
.tl-item:hover .tl-c::before {
  transform: scaleY(1);
}
.tl-c.di {
  background: #FFFDF6;
  border-color: rgba(201,168,76,.2);
}
.tl-item:hover .tl-c.di {
  background: #FFFEF8;
  box-shadow: 0 8px 32px rgba(201,168,76,.12);
}
.tl-title {
  font-size: 15px;
  font-weight: 700;
  color: #001F40;
  margin: 0 0 0;
  line-height: 1.4;
  transition: color .2s;
}
.tl-item:hover .tl-title {
  color: var(--azul-medio);
}
.tl-det {
  font-size: 14px;
  color: #2C4A62;
  line-height: 1.75;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  transition: max-height .4s ease, opacity .35s ease, margin .35s ease;
}
.tl-item:hover .tl-det {
  max-height: unset;
  opacity: 1;
  margin-top: 8px;
}
.tl-tag {
  display: inline-block;
  padding: 3px 10px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #ddeef8;
  color: #1A5080;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .4s .05s ease, opacity .35s .05s ease, margin .35s .05s ease;
  margin-top: 0;
}
.tl-item:hover .tl-tag {
  max-height: 40px;
  opacity: 1;
  margin-top: 10px;
}
.tl-tag.td {
  background: #FFF0CC;
  color: #7A5010;
}
.tl-dot-line {
  width: 2px;
  flex: 1;
  background: var(--azul-palido);
  margin-top: 6px;
  opacity: .4;
  transition: opacity .3s;
}
.tl-item:hover .tl-dot-line {
  opacity: 1;
}

/* ══ LOGOMARCA ══ */
.logo-sec {
  background: var(--azul-gelo);
  padding: 96px 60px;
  text-align: center;
}
.logo-show {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
  flex-wrap: wrap;
  margin-top: 56px;
}
.logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.logo-disp {
  background: #fff;
  padding: 36px;
  box-shadow: var(--sombra);
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--azul-medio);
}

/* ══ SESSÃO ESPECIAL ══ */
.sessao {
  background: var(--azul-profundo);
  padding: 96px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  overflow: hidden;
}
.sessao::before {
  content: '80';
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Playfair Display',serif;
  font-size: 280px;
  font-weight: 900;
  color: rgba(255,255,255,.035);
  line-height: 1;
  pointer-events: none;
}
.sessao-txt {
  max-width: 580px;
  position: relative;
  z-index: 2;
}
.sessao-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--dourado);
  margin-bottom: 14px;
}
.sessao-title {
  font-family: 'Playfair Display',serif;
  font-size: clamp(26px,4vw,46px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 18px;
}
.sessao-desc {
  font-size: 15.5px;
  color: rgba(255,255,255,.62);
  line-height: 1.85;
}
.sessao-box {
  flex-shrink: 0;
  text-align: center;
  border: 1px solid rgba(255,255,255,.18);
  padding: 36px 44px;
  position: relative;
  z-index: 2;
}
.s-mes {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--azul-palido);
  margin-bottom: 6px;
}
.s-dia {
  font-family: 'Playfair Display',serif;
  font-size: 70px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}
.s-alt {
  font-size: 12px;
  color: rgba(255,255,255,.38);
  letter-spacing: 1px;
}

/* ══ AÇÕES CONTÍNUAS ══ */
.ac-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 22px;
  margin-top: 40px;
}
.ac-card {
  border: 1px solid #E8EFF7;
  padding: 30px 26px;
  background: var(--cinza-claro);
}
.ac-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--azul-claro);
  margin-bottom: 8px;
}
.ac-titulo {
  font-family: 'Playfair Display',serif;
  font-size: 17px;
  color: var(--azul-profundo);
  margin-bottom: 9px;
}
.ac-desc {
  font-size: 13px;
  color: #777;
  line-height: 1.7;
}

/* ══ FOOTER ══ */
footer {
  background: #001F3F;
  padding: 44px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.f-name {
  font-family: 'Playfair Display',serif;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
.f-sub {
  font-size: 11px;
  color: rgba(255,255,255,.38);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 6px;
}
.f-right {
  font-size: 11px;
  color: rgba(255,255,255,.28);
  letter-spacing: 1px;
  text-align: right;
}

/* ══ STAMP DECORATIVO ══ */
.stamp {
  display: inline-block;
  width: var(--sz,120px);
  height: var(--sz,120px);
  color: var(--stamp-color,#4A90D9);
  opacity: var(--stamp-op,.18);
  pointer-events: none;
  user-select: none;
}
.stamp svg {
  width: 100%;
  height: 100%;
}
.stamp-abs {
  position: absolute;
}

/* ══ UTILITÁRIOS ══ */
.hr-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      160deg,
      rgba(0,29,56,0.82) 0%,
      rgba(0,58,112,0.70) 40%,
      rgba(0,20,45,0.88) 100%
    );
}
.hr-content {
  position: relative;
  z-index: 2;
  padding: 56px 52px;
  width: 100%;
}
.hr-badge {
  display: inline-block;
  padding: 5px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #4A90D9;
  border: 1px solid rgba(74,144,217,.4);
  margin-bottom: 24px;
  animation: fadeIn .6s .1s ease both;
}
.hr-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 4.5vw, 62px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 40px;
  letter-spacing: -1px;
  animation: slideUp .7s .2s ease both;
}
.hr-title em {
  font-style: italic;
  color: #A8C8EC;
}
.hr-events {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 44px;
  animation: slideUp .7s .3s ease both;
}
.hr-event {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  transition: background .2s;
}
.hr-event:first-child {
  border-top: 1px solid rgba(255,255,255,.1);
}
.hr-event--destaque {
  background: rgba(74,144,217,.12);
  margin: 0 -52px;
  padding: 16px 52px;
}
.hr-event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 44px;
  flex-shrink: 0;
}
.hred-day {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.hred-mon {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #4A90D9;
  text-transform: uppercase;
}
.hr-event-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.hr-event-info strong {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.hr-event-info span {
  font-size: 12px;
  color: rgba(255,255,255,.55);
  letter-spacing: .3px;
}
.hr-scroll {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  animation: fadeIn 1s .8s ease both;
  cursor: pointer;
}
.hr-scroll:hover {
  color: rgba(255,255,255,.65);
}
.hr-scroll svg {
  color: rgba(255,255,255,.35);
}
.cd {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(168,200,236,0.13);
}
.c1 {
  width: 800px;
  height: 800px;
  top: -200px;
  right: -200px;
}
.c2 {
  width: 600px;
  height: 600px;
  top: -100px;
  right: -100px;
}
.c3 {
  width: 400px;
  height: 400px;
  top: 0;
  right: 0;
}
.c4 {
  width: 500px;
  height: 500px;
  bottom: -150px;
  left: -150px;
  border-color: rgba(168,200,236,0.08);
}
.c5 {
  width: 300px;
  height: 300px;
  bottom: -50px;
  left: -50px;
  border-color: rgba(168,200,236,0.06);
}
.logo-mark {
  width: 130px;
  height: 130px;
  margin: 0 auto 32px;
  animation: fadeIn 1s ease forwards;
}
.logo-mark svg {
  width: 100%;
  height: 100%;
}
.cta-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  animation: slideUp .8s 1s ease both;
}
.sec {
  padding: 90px 60px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ══ MEDIA QUERIES ══ */
@media (max-width: 900px) {
  .hero-new {
    grid-template-columns: 1fr;
  }
  .hero-left {
    padding: 40px 24px 36px;
  }
  .hero-left::after {
    display: none;
  }
  .hero-right {
    min-height: 60vh;
  }
  .hr-content {
    padding: 40px 24px;
  }
  .hr-event--destaque {
    margin: 0 -24px;
    padding: 16px 24px;
  }
  .cards-narrativos {
    grid-template-columns: 1fr;
  }
  .cn-card {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 44px 28px;
  }
  .cn-card:last-child {
    border-bottom: none;
  }
  .mesa-unificada {
    grid-template-columns: 1fr;
  }
  .mu-left {
    padding: 56px 28px;
  }
  .mu-right {
    padding: 44px 28px;
  }
  .mu-photo {
    width: 110px;
    height: 132px;
  }
  .hl-logo-img {
    max-width: 100%;
  }
  .hl-tagline p {
    font-size: 16px;
  }
  .hl-ctas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hl-btn-prim, .hl-btn-sec {
    flex: 1 1 130px;
    min-width: 130px;
    max-width: 200px;
    text-align: center;
    font-size: 11px;
    padding: 12px 20px;
  }
  .hl-year svg {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .sgm-slide {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sgm-photo {
    width: 100%;
    height: 220px;
  }
  .sgm-carousel {
    gap: 10px;
  }
  .sgm-nav {
    width: 38px;
    height: 38px;
  }
  .mu-photo {
    width: 100%;
    height: 260px;
    flex-shrink: unset;
  }
  .mu-slide.active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .mu-info {
    width: 100%;
    padding: 0 4px;
  }
  .mu-nome {
    font-size: 26px;
    font-weight: 900;
    color: #001F40;
    line-height: 1.15;
  }
  .mu-cargo {
    font-size: 11px;
    letter-spacing: 2px;
    color: #0057A8;
  }
  .mu-periodo {
    font-size: 14px;
    color: #2C4A62;
  }
  .mu-nav-row {
    margin-top: 20px;
    padding-top: 16px;
  }
}
@media(max-width:768px) {
  .sec,.sessao,.logo-sec,.mesa-card {
    padding: 56px 22px;
  }
  .hero {
    padding: 90px 22px 56px;
  }
  .hero-nav {
    padding: 18px 22px;
  }
  .sessao {
    flex-direction: column;
    text-align: center;
  }
  .sessao::before {
    display: none;
  }
  .mesa-card {
    grid-template-columns: 1fr;
  }
  .tl-line {
    display: none;
  }
  footer {
    flex-direction: column;
    text-align: center;
  }
  .f-right {
    text-align: center;
  }
}