/* ============================================================
   10ª EAFExp — FOLHA DE ESTILOS

   ÍNDICE PARA EDIÇÃO
   1. Variáveis, reset e estrutura geral
   2. Cabeçalho e navegação
   3. Página inicial e componentes compartilhados
   4. Páginas internas e módulos
   5. Rodapé e faixa de encerramento
   6. Ajustes finais e regras específicas da página inicial
   7. Grade editorial dos módulos
   8. Navegação persistente
   9. Página CBPF
      9.1 Marca e infraestrutura
      9.2 Diversidade e formação integral
      9.3 O Rio visto do CBPF

   IMPORTANTE
   As regras posteriores podem complementar ou sobrescrever regras anteriores.
   A ordem foi preservada para não alterar a aparência atual do site.
   ============================================================ */

/* 1. VARIÁVEIS, RESET E ESTRUTURA GERAL
   ------------------------------------------------------------ */

   :root {
    --navy: #080b18;
    --paper: #f5f1eb;
    --coral: #df6166;
    --teal: #43a7ad;
    --aqua: #b5e8e9;
    --lime: #d8eb74;
    --ink: #121827;
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial,Helvetica,sans-serif;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  img {
    max-width: 100%;
  }
  
  .shell {
    width: min(1180px,calc(100% - 48px));
    margin: auto;
  }
  
  /* 2. CABEÇALHO E NAVEGAÇÃO
     ------------------------------------------------------------ */
  
  .site-header,.dark,.hero {
    background: var(--navy);
    color: #fff;
  }
  
  .nav {
    min-height: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  
  .brand img {
    display: block;
    width: 205px;
  }
  
  .links {
    display: flex;
    align-items: center;
    gap: 28px;
    color: #d0d9e6;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  
  .links a:hover {
    color: var(--aqua);
  }
  
  .tools {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  
  .lang {
    display: grid;
    width: 40px;
    height: 34px;
    place-items: center;
    border: 1px solid #43a7ad88;
    color: var(--aqua);
    font-size: 11px;
    font-weight: 900;
  }
  
  .contact {
    color: var(--aqua);
    font-size: 12px;
    font-weight: 900;
  }
  
  /* 3. PÁGINA INICIAL E COMPONENTES COMPARTILHADOS
     ------------------------------------------------------------ */
  
  .hero {
    position: relative;
    overflow: hidden;
    padding: 30px 0 60px;
  }
  
  .hero:before,.dark:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('images/eafexp-section-wave.png') right top/60% auto no-repeat;
    opacity: .14;
    pointer-events: none;
  }
  
  .hero .shell,.dark .shell {
    position: relative;
  }
  
  .hero-poster {
    border: 1px solid #43a7ad55;
    box-shadow: 18px 20px 0 #43a7ad22,0 30px 80px #0008;
  }
  
  .hero-poster img {
    display: block;
    width: 100%;
  }
  
  .datebar {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: end;
    margin-top: 28px;
    padding: 20px 24px;
    border-left: 5px solid var(--coral);
    background: linear-gradient(90deg,#12192f,#10243a);
  }
  
  .datebar small {
    display: block;
    color: var(--aqua);
    font-weight: 900;
    letter-spacing: .12em;
  }
  
  .datebar strong {
    display: block;
    font-size: clamp(25px,4vw,42px);
  }
  
  .datebar span {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  
  .actions {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    margin-top: 28px;
  }
  
  .button {
    display: inline-flex;
    padding: 16px 20px;
    background: var(--teal);
    color: #08101d;
    font-size: 12px;
    font-weight: 900;
  }
  
  .stats {
    background: linear-gradient(90deg,var(--teal),#68c9b4 55%,var(--coral));
  }
  
  .stats .shell {
    display: grid;
    grid-template-columns: repeat(5,1fr);
  }
  
  .stats div div {
    padding: 24px;
    border-right: 1px solid #07101c22;
  }
  
  .stats strong,.stats span {
    display: block;
  }
  
  .stats strong {
    font-size: 30px;
  }
  
  .stats span {
    font-size: 20px;
  }
  
  .section,.dark {
    position: relative;
    padding: 105px 0;
  }
  
  .split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
  }
  
  .eyebrow {
    color: var(--coral);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  
  h1,h2 {
    margin: 0;
    line-height: .92;
    letter-spacing: -.055em;
  }
  
  h1 {
    font-size: clamp(54px,8vw,92px);
  }
  
  h2 {
    font-size: clamp(46px,6vw,76px);
  }
  
  h2 span {
    color: var(--coral);
  }
  
  p {
    line-height: 1.7;
  }
  
  .copy {
    color: #5d6470;
    font-size: 17px;
  }
  
  /* 4. PÁGINAS INTERNAS
     ------------------------------------------------------------ */
  
  .page-hero {
    padding: 95px 0;
    background: #080b18 url('images/eafexp-section-wave.png') right center/auto 100% no-repeat;
    color: #fff;
  }
  
  .page-hero p {
    max-width: 680px;
    color: #bdc8d6;
    font-size: 18px;
  }
  
  .page-hero h1 {
    margin: 24px 0;
  }
  
  .grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
  }
  
  .card {
    overflow: hidden;
    background: #11172a;
    color: #fff;
    border: 1px solid #ffffff20;
  }
  
  .card>img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
  
  .card-body {
    padding: 24px;
  }
  
  .card small {
    color: var(--aqua);
    font-weight: 900;
  }
  
  .card h3 {
    font-size: 23px;
  }
  
  .list {
    margin-top: 55px;
    border-top: 1px solid #ffffff28;
  }
  
  .list>div {
    display: grid;
    grid-template-columns: 150px 1fr 1.3fr;
    gap: 28px;
    padding: 25px 0;
    border-bottom: 1px solid #ffffff28;
  }
  
  .list b {
    color: var(--lime);
  }
  
  .list h3,.list p {
    margin: 0;
  }
  
  .list p {
    color: #aeb9c9;
  }
  
  .notice {
    margin-top: 38px;
    padding: 28px;
    border-left: 5px solid var(--coral);
    background: #ffffff0c;
  }
  
  .poster-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px 22px;
    margin-top: 55px;
  }
  
  .poster-grid img {
    width: 100%;
    aspect-ratio: 3/4.2;
    object-fit: cover;
  }
  
  .poster-grid b,.poster-grid small {
    display: block;
    margin-top: 8px;
  }
  
  .poster-grid small {
    color: #8d9aad;
  }
  
  .people {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 35px;
  }
  
  .sticker {
    padding: 12px 12px 18px;
    background: linear-gradient(155deg,#17223a,#0d1426);
    border: 1px solid #ffffff24;
    box-shadow: 0 16px 35px #0005;
    color: #fff;
  }
  
  .portrait {
    height: 220px;
    padding: 7px;
    background: linear-gradient(135deg,var(--aqua),#52c9d7 45%,var(--coral));
    clip-path: polygon(2% 4%,98% 1%,100% 95%,4% 100%);
  }
  
  .portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 23%;
    background: #dce7e8;
  }
  
  .sticker h3 {
    margin: 16px 5px 5px;
  }
  
  .sticker small {
    display: block;
    margin: 0 5px 12px;
    color: #8f9daf;
  }
  
  .sticker a {
    margin: 0 5px;
    color: var(--aqua);
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
  }
  
  .registration {
    display: grid;
    grid-template-columns: 1.2fr .72fr;
    gap: 80px;
  }
  
  .registration aside {
    padding: 38px;
    background: #08101f;
    color: #fff;
    border-top: 6px solid var(--teal);
  }
  
  .steps>div {
    padding: 18px 0;
    border-bottom: 1px solid #cbc8c0;
  }
  
  .steps b {
    color: var(--coral);
    margin-right: 18px;
  }
  
  .fee {
    margin: 25px 0;
    padding: 22px;
    background: #ffffff0c;
  }
  
  .fee b {
    display: block;
    color: var(--lime);
    font-size: 34px;
  }
  
  /* 5. RODAPÉ
     ------------------------------------------------------------ */
  
  footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    min-height: 180px;
    background: #080b18;
    color: #aeb9c9;
    font-size: 11px;
  }
  
  footer .brand img {
    width: 190px;
  }
  
  .footer-wrap {
    background: #080b18;
  }
  
  .mobile-toggle {
    display: none;
    background: none;
    border: 1px solid #43a7ad88;
    color: #fff;
    padding: 9px 11px;
  }
  
  @media(max-width:900px) {
    .mobile-toggle {
      display: block;
    }
  
    .links {
      display: none;
      position: absolute;
      top: 98px;
      left: 0;
      right: 0;
      z-index: 20;
      padding: 20px 24px;
      background: #0d1324;
      flex-direction: column;
      align-items: flex-start;
    }
  
    .links.open {
      display: flex;
    }
  
    .contact {
      display: none;
    }
  
    .split,.registration {
      grid-template-columns: 1fr;
    }
  
    .grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .poster-grid {
      grid-template-columns: repeat(3,1fr);
    }
  
  }
  
  @media(max-width:620px) {
    .shell {
      width: calc(100% - 28px);
    }
  
    .brand img {
      width: 155px;
    }
  
    .nav {
      min-height: 82px;
    }
  
    .links {
      top: 82px;
    }
  
    .hero {
      padding-top: 18px;
    }
  
    .hero-poster {
      overflow: hidden;
    }
  
    .hero-poster img {
      width: 175%;
      max-width: none;
      transform: translateX(-36%);
    }
  
    .datebar {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .actions {
      flex-direction: column;
    }
  
    .stats .shell {
      grid-template-columns: 1fr 1fr;
    }
  
    .section,.dark {
      padding: 72px 0;
    }
  
    .page-hero {
      padding: 65px 0;
    }
  
    .page-hero h1 {
      font-size: 46px;
    }
  
    .grid,.people {
      grid-template-columns: 1fr;
    }
  
    .list>div {
      grid-template-columns: 1fr;
      gap: 9px;
    }
  
    .poster-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .portrait {
      height: 270px;
    }
  
    footer {
      flex-direction: column;
      align-items: flex-start;
      padding: 42px 0;
    }
  
    .footer-wrap footer {
      width: calc(100% - 28px);
    }
  
  }
  
  /* 4.1 DETALHES DOS MÓDULOS
     ------------------------------------------------------------ */
  
  .card>a {
    display: block;
    overflow: hidden;
  }
  
  .card>a img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform .35s;
  }
  
  .card:hover>a img {
    transform: scale(1.035);
  }
  
  .card h3 a:hover {
    color: var(--aqua);
  }
  
  .module-link {
    display: inline-block;
    margin-top: 16px;
    padding-bottom: 5px;
    color: var(--aqua);
    border-bottom: 1px solid #43a7ad88;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  
  .module-detail {
    background: var(--paper);
  }
  
  .module-detail-grid {
    display: grid;
    grid-template-columns: 1.4fr .7fr;
    gap: 90px;
  }
  
  .module-detail h2 {
    margin-bottom: 38px;
  }
  
  .topic-list {
    list-style: none;
    padding: 0;
    border-top: 1px solid #cbc8c0;
  }
  
  .topic-list li {
    padding: 16px 0;
    border-bottom: 1px solid #cbc8c0;
    line-height: 1.55;
  }
  
  .team-list>div {
    padding: 17px 0;
    border-bottom: 1px solid #cbc8c0;
  }
  
  .team-list h3 {
    margin: 0 0 5px;
  }
  
  .team-list p {
    margin: 0 0 8px;
    color: #69717c;
  }
  
  .team-list a {
    color: #16777d;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }
  
  .module-cover {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border: 1px solid #43a7ad66;
    box-shadow: 18px 18px 0 #43a7ad1d;
  }
  
  .back {
    display: inline-block;
    margin-bottom: 25px;
    color: var(--aqua);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }
  
  .detail-note {
    margin-top: 28px;
    padding: 20px;
    border-left: 5px solid var(--coral);
    background: #e9e5de;
  }
  
  .poster-grid a {
    transition: transform .2s;
  }
  
  .poster-grid a:hover {
    transform: translateY(-5px);
  }
  
  @media(max-width:800px) {
    .module-detail-grid {
      grid-template-columns: 1fr;
      gap: 55px;
    }
  
    .module-cover {
      height: 280px;
    }
  
  }
  
  /* 5.1 FAIXA DE ENCERRAMENTO
     ------------------------------------------------------------ */
  
  .closing-banner {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    color: #fff;
    background: linear-gradient(110deg,#07101ee8,#192042d9 48%,#711761d0),url('images/eafexp-hero-wide.png') center/cover;
  }
  
  .closing-banner:before {
    content: "";
    position: absolute;
    inset: -20%;
    background: url('images/eafexp-section-wave.png') center/cover;
    opacity: .28;
    transform: rotate(-4deg);
  }
  
  .closing-banner .shell {
    position: relative;
    display: grid;
    grid-template-columns: 190px 1fr auto;
    gap: 45px;
    align-items: center;
  }
  
  .closing-banner img {
    width: 180px;
    filter: drop-shadow(0 10px 25px #0008);
  }
  
  .closing-banner p {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
    color: var(--aqua);
  }
  
  .closing-banner h2 {
    font-size: clamp(38px,5vw,64px);
  }
  
  .closing-banner h2 span {
    color: #fff;
  }
  
  .closing-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .closing-links>a:last-child {
    padding-bottom: 6px;
    border-bottom: 1px solid #ffffff88;
    font-size: 11px;
    font-weight: 900;
  }
  
  .footer-wrap footer>img {
    width: 185px;
  }
  
  .feature-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    margin-top: 55px;
    background: #cbc8c0;
  }
  
  .feature-grid article {
    padding: 35px;
    background: #fff;
  }
  
  .feature-grid b {
    color: var(--coral);
    font-size: 11px;
  }
  
  .feature-grid h3 {
    font-size: 23px;
    margin: 35px 0 12px;
  }
  
  .location-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
  }
  
  .location-panel img {
    width: 100%;
    min-height: 380px;
    object-fit: cover;
  }
  
  .module-all-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
    margin-top: 55px;
  }
  
  .module-tile {
    background: #11172a;
    border: 1px solid #ffffff20;
    color: #fff;
    overflow: hidden;
  }
  
  .module-tile>a:first-child {
    display: block;
    height: 190px;
    background: linear-gradient(145deg,#43a7ad55,#df616655),url('images/eafexp-section-art.png') center/cover;
  }
  
  .module-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .module-tile .card-body {
    min-height: 230px;
  }
  
  .module-tile h3 {
    font-size: 19px;
  }
  
  .module-tile p {
    color: #aeb9c9;
    font-size: 13px;
  }
  
  .committee-lead {
    display: grid;
    grid-template-columns: repeat(2,minmax(240px,360px));
    gap: 28px;
    margin: 45px 0 80px;
  }
  
  .committee-lead .portrait {
    height: 310px;
  }
  
  .committee-group {
    margin-top: 70px;
  }
  
  .committee-group h3 {
    font-size: 28px;
    color: var(--aqua);
    border-bottom: 1px solid #ffffff30;
    padding-bottom: 15px;
  }
  
  .testimonials {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    margin-top: 45px;
  }
  
  .video-card {
    aspect-ratio: 16/9;
    border: 1px solid #ffffff24;
    background: #050712;
  }
  
  .video-card iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  .module-placeholder {
    min-height: 520px;
  }
  
  @media(max-width:900px) {
    .closing-banner .shell {
      grid-template-columns: 1fr;
    }
  
    .closing-banner img {
      width: 160px;
    }
  
    .feature-grid,.module-all-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .location-panel {
      grid-template-columns: 1fr;
    }
  
    .testimonials {
      grid-template-columns: 1fr;
    }
  
  }
  
  @media(max-width:620px) {
    .feature-grid,.module-all-grid,.committee-lead {
      grid-template-columns: 1fr;
    }
  
    .closing-banner {
      padding: 70px 0;
    }
  
    .closing-links {
      width: 100%;
    }
  
    .testimonials {
      gap: 16px;
    }
  
  }
  
  .footer-wrap:not(:last-child) {
    display: none;
  }
  
  .closing-banner {
    min-height: 390px;
    padding: 55px 0;
    background: #211b2b url('images/banner-fundo.png') center/cover no-repeat;
  }
  
  .closing-banner:before {
    inset: 18px auto 18px max(20px,calc((100% - 1180px)/2));
    width: min(780px,68vw);
    background: url('images/banner-data-logo.png') left center/contain no-repeat;
    opacity: 1;
    transform: none;
    mix-blend-mode: screen;
  }
  
  .closing-banner .shell {
    min-height: 280px;
    grid-template-columns: 1fr auto;
    justify-items: end;
  }
  
  .closing-banner .shell>img,.closing-banner .shell>div:first-of-type {
    display: none;
  }
  
  .closing-links {
    position: relative;
    z-index: 2;
    align-self: end;
    padding: 24px;
    background: #080b18d9;
    border-left: 4px solid var(--teal);
    box-shadow: 0 18px 45px #0007;
  }
  
  .closing-links .button {
    background: var(--coral);
    color: #fff;
  }
  
  @media(max-width:900px) {
    .closing-banner {
      min-height: 470px;
      padding-top: 285px;
      background-position: center;
    }
  
    .closing-banner:before {
      inset: 20px 18px auto;
      width: auto;
      height: 285px;
      background-position: center top;
    }
  
    .closing-banner .shell {
      min-height: auto;
      display: block;
    }
  
    .closing-links {
      max-width: 420px;
      margin: auto;
      align-items: stretch;
    }
  
    .closing-links a {
      text-align: center;
      justify-content: center;
    }
  
  }
  
  /* 6. AJUSTES FINAIS DE PROPORÇÃO, CABEÇALHOS E IDENTIDADE
     ------------------------------------------------------------ */
  .hero-poster img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: none;
    object-fit: contain;
  }
  
  .page-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 105px 0 95px;
    background: #080b18 url('images/eafexp-section-wave.png') right bottom/auto 100% no-repeat;
    color: #fff;
  }
  
  .page-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg,#080b18 0%,#080b18 52%,rgba(8,11,24,.92) 72%,rgba(8,11,24,.70) 100%);
  }
  
  .page-hero:after {
    content: "10";
    position: absolute;
    right: 6vw;
    bottom: -.2em;
    z-index: -1;
    color: rgba(255,255,255,.045);
    font-size: 330px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.12em;
  }
  
  .page-hero .shell {
    position: relative;
    z-index: 1;
  }
  
  .eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  
  .eyebrow:before {
    content: "";
    flex: 0 0 42px;
    width: 42px;
    height: 2px;
    background: currentColor;
  }
  
  .page-hero .eyebrow {
    color: var(--aqua);
  }
  
  figure img,.poster-grid img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .poster-grid img {
    aspect-ratio: 3/4.2;
    object-fit: contain;
    background: #fff;
  }
  
  .module-cover {
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  
  .location-panel>img {
    height: auto;
    min-height: 0;
    object-fit: contain;
  }
  
  .cbpf-mark {
    display: block;
    width: min(520px,100%);
    height: auto;
    margin: 0 0 45px;
  }
  
  .inst-logos {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto;
  }
  
  .inst-logos .cbpf-footer {
    width: 210px;
    height: auto;
    filter: grayscale(1) brightness(0) invert(1);
    opacity: .82;
  }
  
  .inst-logos .mcti-footer {
    width: 177px;
    height: auto;
  }
  
  .footer-wrap footer {
    flex-wrap: wrap;
  }
  
  @media(max-width:620px) {
    .page-hero {
      padding: 72px 0 68px;
      background-position: 78% bottom;
      background-size: auto 72%;
    }
  
    .page-hero:after {
      right: 10px;
      bottom: -.1em;
      font-size: 190px;
    }
  
    .page-hero h1 {
      max-width: 100%;
      font-size: clamp(43px,13vw,58px);
    }
  
    .hero-poster img {
      width: 100%;
      max-width: 100%;
      transform: none;
    }
  
    .eyebrow:before {
      flex-basis: 34px;
      width: 34px;
    }
  
    .inst-logos {
      width: 100%;
      margin: 15px 0 0;
      flex-wrap: wrap;
    }
  
    .inst-logos .cbpf-footer {
      width: 180px;
    }
  
    .inst-logos .mcti-footer {
      width: 150px;
    }
  
  }
  
  .cbpf-mark {
    filter: grayscale(1) brightness(0) invert(1);
    opacity: .88;
  }
  
  /* 6.1 PÁGINA INICIAL — AJUSTES SEM ALTERAR PÁGINAS INTERNAS
     ------------------------------------------------------------ */
  .home .hero-poster {
    position: relative;
    padding: 9px;
    background: linear-gradient(135deg,#43a7ad99,#1b2841 44%,#df616688);
    border: 1px solid #b5e8e955;
    box-shadow: 14px 16px 0 #43a7ad1d,0 26px 65px #0007;
  }
  
  .home .hero-poster img {
    filter: brightness(.79) saturate(.84) contrast(.96);
  }
  
  .home .hero-poster:after {
    content: "";
    position: absolute;
    right: 26px;
    bottom: 24px;
    width: 230px;
    height: 96px;
    padding: 10px 14px;
    border-radius: 4px;
    background: #f5f1ebe8 url('images/cbpf-logo-gray.png') center/88% auto no-repeat;
    box-shadow: 0 10px 30px #0008;
  }
  
  .home .feature-grid {
    gap: 18px;
    background: transparent;
  }
  
  .home .feature-grid article {
    position: relative;
    overflow: hidden;
    min-height: 270px;
    padding: 38px;
    background: linear-gradient(145deg,#151e34,#0c1222 72%);
    border: 1px solid #43a7ad55;
    color: #fff;
    box-shadow: 0 18px 45px #0003;
  }
  
  .home .feature-grid article:after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border: 1px solid #43a7ad55;
    border-radius: 50%;
  }
  
  .home .feature-grid b {
    display: block;
    font-size: 42px;
    line-height: 1;
    color: #df6166;
  }
  
  .home .feature-grid h3 {
    margin: 32px 0 14px;
    font-size: 27px;
  }
  
  .home .feature-grid p {
    font-size: 16px;
    line-height: 1.65;
    color: #c2ccda;
  }
  
  .home .feature-grid .module-link {
    font-size: 11px;
  }
  
  .home-future {
    background: linear-gradient(120deg,#f5f1eb,#e9f1ee);
  }
  
  .rio-visual {
    position: relative;
  }
  
  .rio-visual>img:first-child {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #43a7ad66;
    box-shadow: 18px 20px 0 #43a7ad1d;
  }
  
  .rio-cbpf-logo {
    position: absolute;
    right: 24px;
    bottom: 22px;
    width: 230px!important;
    height: auto!important;
    padding: 10px 14px;
    background: #f5f1ebea;
    border-radius: 3px;
  }
  
  .home .closing-banner {
    min-height: 430px;
    background: #211b2b url('images/banner-fundo.png') center/100% 100% no-repeat;
  }
  
  .home .closing-banner:before {
    inset: 24px max(24px,calc((100% - 1180px)/2)) 20px auto;
    width: min(610px,52vw);
    height: auto;
    background: url('images/banner-data-logo.png') right bottom/contain no-repeat;
    opacity: 1;
    transform: none;
    mix-blend-mode: screen;
    filter: contrast(1.25) saturate(1.18);
  }
  
  .home .closing-banner .shell {
    justify-items: start;
  }
  
  .home .closing-links {
    align-self: end;
    margin: 0;
    background: #080b18ed;
  }
  
  @media(max-width:700px) {
    .home .hero-poster {
      padding: 5px;
    }
  
    .home .hero-poster:after {
      right: 12px;
      bottom: 12px;
      width: 145px;
      height: 62px;
    }
  
    .home .feature-grid article {
      min-height: 235px;
    }
  
    .rio-cbpf-logo {
      right: 12px;
      bottom: 12px;
      width: 155px!important;
    }
  
    .home .closing-banner {
      min-height: 560px;
      padding-top: 350px;
      background-size: auto 100%;
      background-position: left top;
    }
  
    .home .closing-banner:before {
      inset: 20px 14px auto;
      width: auto;
      height: 330px;
      background-position: center bottom;
    }
  
    .home .closing-links {
      margin: auto;
    }
  
  }
  
  .home .eyebrow {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .15em;
    margin-bottom: 24px;
  }
  
  .home .eyebrow:before {
    flex-basis: 54px;
    width: 54px;
    height: 3px;
  }
  
  @media(max-width:620px) {
    .home .eyebrow {
      font-size: 12px;
    }
  
    .home .eyebrow:before {
      flex-basis: 42px;
      width: 42px;
    }
  
  }
  
  .poster-download {
    background: #0b1020;
    color: #fff;
  }
  
  .poster-download-grid {
    display: grid;
    grid-template-columns: minmax(260px,380px) 1fr;
    gap: 90px;
    align-items: center;
  }
  
  .poster-preview {
    display: block;
    padding: 12px;
    background: linear-gradient(145deg,#43a7ad,#18233a 48%,#df6166);
    box-shadow: 18px 20px 0 #43a7ad1d,0 28px 65px #0007;
    transition: transform .25s;
  }
  
  .poster-preview:hover {
    transform: translateY(-6px);
  }
  
  .poster-preview img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .poster-download .copy {
    max-width: 570px;
    color: #c1ccda;
  }
  
  .poster-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 30px;
  }
  
  .poster-download .module-link {
    font-size: 11px;
  }
  
  @media(max-width:760px) {
    .poster-download-grid {
      grid-template-columns: 1fr;
      gap: 55px;
    }
  
    .poster-preview {
      max-width: 360px;
      margin: auto;
    }
  
    .poster-actions {
      align-items: flex-start;
      flex-direction: column;
    }
  
  }
  
  .home .hero-poster:after {
    display: none;
  }
  
  .home .datebar {
    display: grid;
    grid-template-columns: minmax(0,1fr) 220px auto;
    align-items: center;
  }
  
  .datebar-cbpf {
    display: block;
    width: 210px;
    height: auto;
    padding: 7px 10px;
    background: #fff;
    border-radius: 3px;
    justify-self: center;
  }
  
.home .rio-visual>img:first-child {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}
  
  .home .rio-cbpf-logo {
    width: 270px!important;
    padding: 9px 12px;
    background: #fff;
  }
  
  .home .closing-banner {
    min-height: 500px;
    padding-bottom: 25px;
  }
  
  .home .closing-banner .shell {
    min-height: 390px;
  }
  
  .home .closing-links {
    transform: translateY(66px);
  }
  
  @media(max-width:760px) {
    .home .datebar {
      display: flex;
    }
  
    .datebar-cbpf {
      width: 190px;
      justify-self: auto;
    }
  
    .home .closing-banner {
      min-height: 620px;
      padding-bottom: 25px;
    }
  
    .home .closing-links {
      transform: translateY(40px);
    }
  
  }
  
  /* 7. GRADE EDITORIAL DOS MÓDULOS
     ------------------------------------------------------------ */
  .links {
    font-size: 14px;
  }
  
  .modules-showcase {
    padding-top: 70px;
  }
  
  .modules-intro {
    max-width: 650px;
    margin: 0 0 42px auto;
    color: #bdc8d6;
    font-size: 18px;
  }
  
  .module-card-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 28px;
    margin-top: 35px;
  }
  
  .module-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    background: #11172a;
    border: 1px solid #ffffff24;
    color: #fff;
    box-shadow: 0 24px 55px #0003;
    transition: transform .25s,border-color .25s;
  }
  
  .module-card:hover {
    transform: translateY(-7px);
    border-color: #b5e8e988;
  }
  
  .module-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #080b18;
  }
  
  .module-card-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transition: transform .45s,filter .45s;
  }
  
  .module-card:hover .module-card-image {
    transform: scale(1.045);
    filter: brightness(.62) saturate(.9);
  }
  
  .module-card-image--rotated {
    inset: 50% auto auto 50%;
    width: auto;
    height: 75%;
    object-fit: contain;
    transform: translate(-50%,-50%) rotate(-90deg);
  }
  
  .module-card:hover .module-card-image--rotated {
    transform: translate(-50%,-50%) rotate(-90deg) scale(1.045);
  }
  
  .module-card-coordination {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px 15px;
    background: var(--coral);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  
  .module-card-hover {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    background: linear-gradient(115deg,#080b18ec,#112136d5);
    opacity: 0;
    transition: opacity .35s;
  }
  
  .module-card-hover b {
    color: var(--aqua);
    font-size: 52px;
    line-height: 1;
  }
  
  .module-card-hover strong {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.25;
  }
  
  .module-card:hover .module-card-hover,.module-card:focus-within .module-card-hover {
    opacity: 1;
  }
  
  .module-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 27px;
  }
  
  .module-card-body small {
    color: var(--aqua);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  
  .module-card-body h3 {
    margin: 18px 0 13px;
    font-size: 22px;
    line-height: 1.16;
  }
  
  .module-card-body h3 a:hover {
    color: var(--aqua);
  }
  
  .module-card-body>p {
    margin: 0;
    color: #b9c4d3;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .module-card-lead {
    display: flex;
    gap: 8px;
    margin-top: 18px!important;
    padding-top: 16px;
    border-top: 1px solid #ffffff1c;
    color: #fff!important;
    font-size: 12px!important;
  }
  
  .module-card-lead span {
    color: var(--coral);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  
  .module-card-body .module-link {
    margin-top: auto;
    padding-top: 22px;
    align-self: flex-start;
  }
  
  .module-page-hero h1 {
    max-width: 1050px;
    font-size: clamp(44px,6vw,78px);
    line-height: .98;
  }
  
  .module-detail-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    margin-bottom: 48px;
    background: #060914;
    border: 1px solid #43a7ad66;
    box-shadow: 18px 18px 0 #43a7ad1d;
  }
  
  .module-detail-media .module-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    max-width: none;
    object-fit: contain;
    border: 0;
    box-shadow: none;
  }
  
  .module-detail-media .module-detail-image--rotated {
    inset: 50% auto auto 50%;
    width: auto;
    height: 75%;
    transform: translate(-50%,-50%) rotate(-90deg);
  }
  
  .module-detail .copy {
    margin-bottom: 40px;
  }
  
  .module-detail h3 {
    margin-top: 42px;
  }
  
  .module-bibliography {
    margin-top: 58px;
  }
  
  /* 7.1 FAIXA INFERIOR IDÊNTICA EM TODAS AS PÁGINAS
     ------------------------------------------------------------ */
  .closing-banner,.home .closing-banner {
    min-height: 500px;
    padding: 55px 0 25px;
    background: #211b2b url('images/banner-fundo.png') center/100% 100% no-repeat;
  }
  
  .closing-banner:before,.home .closing-banner:before {
    inset: 24px max(24px,calc((100% - 1180px)/2)) 20px auto;
    width: min(610px,52vw);
    height: auto;
    background: url('images/banner-data-logo.png') right bottom/contain no-repeat;
    opacity: 1;
    transform: none;
    mix-blend-mode: screen;
    filter: contrast(1.25) saturate(1.18);
  }
  
  .closing-banner .shell,.home .closing-banner .shell {
    min-height: 390px;
    grid-template-columns: 1fr auto;
    justify-items: start;
  }
  
  .closing-links,.home .closing-links {
    align-self: end;
    margin: 0;
    transform: translateY(66px);
    background: #080b18ed;
  }
  
  @media(max-width:980px) {
    .module-card-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
  
  }
  
  @media(max-width:760px) {
    .links {
      font-size: 14px;
    }
  
    .module-card-grid {
      grid-template-columns: 1fr;
    }
  
    .module-card-body h3 {
      font-size: 21px;
    }
  
    .module-page-hero h1 {
      font-size: clamp(39px,11vw,56px);
    }
  
    .closing-banner,.home .closing-banner {
      min-height: 620px;
      padding-top: 350px;
      padding-bottom: 25px;
      background-size: auto 100%;
      background-position: left top;
    }
  
    .closing-banner:before,.home .closing-banner:before {
      inset: 20px 14px auto;
      width: auto;
      height: 330px;
      background-position: center bottom;
    }
  
    .closing-banner .shell,.home .closing-banner .shell {
      min-height: auto;
      display: block;
    }
  
    .closing-links,.home .closing-links {
      max-width: 420px;
      margin: auto;
      transform: translateY(40px);
      align-items: stretch;
    }
  
  }
  
  /* 8. NAVEGAÇÃO PERSISTENTE EM TODAS AS PÁGINAS
     ------------------------------------------------------------ */
  body {
    padding-top: 98px;
  }
  
  .site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    background: #080b18f7;
    border-bottom: 1px solid #43a7ad38;
    box-shadow: 0 12px 34px #0005;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  
  .site-header .nav {
    position: relative;
  }
  
  .site-header .links a {
    position: relative;
  }
  
  .site-header .links a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 2px;
    background: var(--teal);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s;
  }
  
  .site-header .links a:hover:after,.site-header .links a:focus-visible:after {
    transform: scaleX(1);
  }
  
  @media(max-width:900px) {
    .site-header .links a:after {
      bottom: -5px;
    }
  
    .site-header .links {
      max-height: calc(100vh - 98px);
      overflow: auto;
      box-shadow: 0 24px 40px #0008;
    }
  
  }
  
  @media(max-width:620px) {
    body {
      padding-top: 82px;
    }
  
    .site-header .links {
      max-height: calc(100vh - 82px);
    }
  
  }
  
  /* 9. PÁGINA CBPF — MARCA, FOTOGRAFIA E INFRAESTRUTURA
     ------------------------------------------------------------ */
  .cbpf-location .location-panel {
    grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr);
    gap: 80px;
    align-items: stretch;
  }
  
  .cbpf-location-visual {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
  
  .cbpf-location-visual .cbpf-mark {
    width: min(285px,62%);
    height: auto;
    min-height: 0;
    margin: 0;
    object-fit: contain;
    object-position: left center;
  }
  
  .cbpf-location-visual .cbpf-entrance-photo {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1.35/1;
    object-fit: cover;
    object-position: center;
    border: 1px solid #43a7ad66;
    box-shadow: 18px 20px 0 #43a7ad1d;
  }
  
  .cbpf-location-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  
  .cbpf-location-copy h2 {
    max-width: 530px;
  }
  
  .cbpf-location-copy>p:not(.eyebrow) {
    max-width: 540px;
    color: #bdc8d6;
    font-size: 17px;
  }
  
  .cbpf-location-copy .button {
    margin-top: 16px;
  }
  
  @media(max-width:900px) {
    .cbpf-location .location-panel {
      grid-template-columns: 1fr;
      gap: 58px;
    }
  
    .cbpf-location-visual .cbpf-mark {
      width: min(260px,68%);
    }
  
    .cbpf-location-copy {
      min-height: 0;
    }
  
  }
  
  .team-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
  }
  
  /* 9.2 DIVERSIDADE, EQUIDADE E FORMAÇÃO INTEGRAL
     ------------------------------------------------------------ */
  .home-values {
    overflow: hidden;
    background: radial-gradient(circle at 10% 15%,#43a7ad24 0,transparent 34%), radial-gradient(circle at 90% 85%,#df616624 0,transparent 30%), var(--navy);
  }
  
  .values-lead,.values-detail-intro,.beyond-panel {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 80px;
    align-items: end;
  }
  
  .values-lead .copy,.values-detail-intro .copy {
    color: #bdc8d6;
    font-size: 18px;
  }
  
  .values-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 22px;
    margin-top: 58px;
  }
  
  .value-card {
    position: relative;
    overflow: hidden;
    min-height: 390px;
    padding: 36px;
    background: linear-gradient(155deg,#151e34,#0b1020 78%);
    border: 1px solid #ffffff20;
    border-top: 5px solid var(--teal);
    box-shadow: 0 24px 58px #0005;
  }
  
  .value-card:after {
    content: "";
    position: absolute;
    right: -75px;
    bottom: -78px;
    width: 210px;
    height: 210px;
    border: 1px solid #43a7ad50;
    border-radius: 50%;
    box-shadow: 0 0 0 28px #43a7ad0c,0 0 0 58px #df61660a;
  }
  
  .value-card-equity {
    border-top-color: #f578cf;
  }
  
  .value-card-diversity {
    border-top-color: var(--teal);
  }
  
  .value-card-beyond {
    border-top-color: var(--lime);
  }
  
  .value-stat {
    display: block;
    min-height: 74px;
    color: #fff;
    font-size: clamp(44px,5vw,68px);
    line-height: 1;
    letter-spacing: -.06em;
  }
  
  .value-kicker {
    min-height: 42px;
    margin: 14px 0 28px;
    color: var(--aqua);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1.45;
    text-transform: uppercase;
  }
  
  .value-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 15px;
    font-size: 26px;
    line-height: 1.1;
  }
  
  .value-card>p:last-of-type {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #bdc8d6;
    font-size: 15px;
    line-height: 1.65;
  }
  
  .values-more {
    display: inline-block;
    margin-top: 34px;
    padding-bottom: 7px;
    border-bottom: 1px solid #b5e8e988;
    color: var(--aqua);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  
  .values-detail {
    overflow: hidden;
    background: radial-gradient(circle at 85% 10%,#df61661b,transparent 28%), linear-gradient(180deg,#080b18,#0b1020);
  }
  
  .values-detail-intro {
    align-items: start;
  }
  
  .equity-panel {
    display: grid;
    grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr);
    gap: 58px;
    align-items: center;
    margin-top: 78px;
    padding-top: 60px;
    border-top: 1px solid #ffffff22;
  }
  
  .equity-chart {
    margin: 0;
    padding: 10px;
    background: linear-gradient(135deg,#43a7ad,#1b2841 45%,#df6166);
    box-shadow: 18px 20px 0 #43a7ad1d,0 28px 65px #0006;
  }
  
  .equity-chart img {
    display: block;
    width: 100%;
    height: 100%;
    background: #080d19;
  }
  
  .equity-chart figcaption {
    padding: 14px 8px 5px;
    color: #aeb9c9;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .equity-copy>strong {
    display: block;
    color: #f578cf;
    font-size: clamp(48px,5vw,72px);
    line-height: .92;
    letter-spacing: -.06em;
  }
  
  .equity-copy h3 {
    margin: 22px 0 15px;
    font-size: 30px;
    line-height: 1.08;
  }
  
  .equity-copy p,.beyond-panel>div:last-child>p {
    color: #bdc8d6;
    font-size: 16px;
    line-height: 1.72;
  }
  
  .beyond-panel {
    align-items: start;
    margin-top: 95px;
    padding-top: 70px;
    border-top: 1px solid #ffffff22;
  }
  
  .topic-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0;
  }
  
  .topic-cloud span {
    padding: 11px 14px;
    background: #ffffff0b;
    border: 1px solid #43a7ad66;
    color: #eaf8f8;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
  }
  
  .values-note {
    margin-top: 28px;
    padding: 24px;
    border-left: 5px solid var(--coral);
    background: #ffffff0b;
    color: #fff!important;
  }
  
  @media(max-width:900px) {
    .values-lead,.values-detail-intro,.beyond-panel,.equity-panel {
      grid-template-columns: 1fr;
      gap: 42px;
    }
  
    .values-grid {
      grid-template-columns: 1fr;
    }
  
    .value-card {
      min-height: 0;
    }
  
    .equity-copy {
      max-width: 650px;
    }
  
  }
  
  @media(max-width:620px) {
    .values-lead,.values-detail-intro,.beyond-panel {
      gap: 30px;
    }
  
    .values-grid {
      margin-top: 42px;
    }
  
    .value-card {
      padding: 28px;
    }
  
    .value-kicker {
      min-height: 0;
    }
  
    .equity-panel {
      margin-top: 58px;
      padding-top: 45px;
    }
  
    .equity-chart {
      padding: 6px;
      box-shadow: 10px 12px 0 #43a7ad1d;
    }
  
    .beyond-panel {
      margin-top: 70px;
      padding-top: 50px;
    }
  
  }
  
  .cbpf-rio, .cbpf-rio * {
    box-sizing: border-box;
  }
  
  /* 9.3 O RIO VISTO DO CBPF
     ------------------------------------------------------------ */
  
  .cbpf-rio {
    --cbpf-bg: #0b1020;
    --cbpf-paper: #f5f1eb;
    --cbpf-coral: #df6166;
    --cbpf-aqua: #b5e8e9;
    --cbpf-teal: #43a7ad;
    --cbpf-ink: #121827;
    position: relative;
    overflow: hidden;
    padding: 115px 0;
    background: var(--cbpf-bg);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .cbpf-rio::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#43a7ad10 1px, transparent 1px), linear-gradient(90deg, #43a7ad10 1px, transparent 1px);
    background-size: 80px 80px;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 68%);
    mask-image: linear-gradient(to bottom, black, transparent 68%);
    pointer-events: none;
  }
  
  .cbpf-rio::after {
    content: "10";
    position: absolute;
    top: -0.2em;
    right: -0.05em;
    color: #ffffff08;
    font-size: 330px;
    font-weight: 900;
    letter-spacing: -0.12em;
    line-height: 1;
    pointer-events: none;
  }
  
  .cbpf-rio__container {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
  }
  
  .cbpf-rio__header {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 90px;
    align-items: end;
    margin-bottom: 62px;
  }
  
  .cbpf-rio__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 28px;
    color: var(--cbpf-aqua);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  
  .cbpf-rio__eyebrow::before {
    content: "";
    width: 25px;
    height: 2px;
    background: currentColor;
  }
  
  .cbpf-rio__title {
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 700;
    letter-spacing: -0.065em;
    line-height: 0.91;
  }
  
  .cbpf-rio__title span {
    color: var(--cbpf-coral);
  }
  
  .cbpf-rio__intro {
    max-width: 520px;
    margin: 0;
    color: #b9c5d3;
    font-size: 16px;
    line-height: 1.75;
  }
  
  .cbpf-rio__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  
  .cbpf-rio__grid figure {
    margin: 0;
  }
  
  .cbpf-rio__hero {
    position: relative;
    grid-column: 1 / -1;
    overflow: hidden;
    aspect-ratio: 2048 / 1150;
    background: #142d47;
    border: 1px solid #ffffff25;
    box-shadow: 20px 20px 0 #43a7ad18;
  }
  
  .cbpf-rio__hero picture, .cbpf-rio__hero img {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .cbpf-rio__hero img, .cbpf-rio__sugarloaf img {
    object-fit: cover;
  }
  
  .cbpf-rio__hero::after, .cbpf-rio__sugarloaf::after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent, #070914e8);
    pointer-events: none;
  }
  
  .cbpf-rio__photo-caption {
    position: absolute;
    z-index: 2;
    right: 28px;
    bottom: 24px;
    left: 28px;
  }
  
  .cbpf-rio__photo-caption strong {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-size: 19px;
  }
  
  .cbpf-rio__photo-caption span {
    color: #d9e4ed;
    font-size: 11px;
    line-height: 1.5;
  }
  
  .cbpf-rio__sugarloaf {
    position: relative;
    overflow: hidden;
    min-height: 470px;
    background: #18202d;
    border: 1px solid #ffffff25;
  }
  
  .cbpf-rio__sugarloaf img {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .cbpf-rio__experiment {
    display: grid;
    grid-template-columns: 1.28fr 0.9fr;
    min-height: 470px;
    overflow: hidden;
    background: var(--cbpf-paper);
    color: var(--cbpf-ink);
    border-top: 6px solid var(--cbpf-coral);
  }
  
  .cbpf-rio__experiment > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  
  .cbpf-rio__experiment-text {
    align-self: center;
    padding: 30px 28px;
  }
  
  .cbpf-rio__experiment-text .cbpf-rio__eyebrow {
    margin-bottom: 21px;
    color: var(--cbpf-coral);
    font-size: 8px;
  }
  
  .cbpf-rio__experiment-title {
    margin: 0 0 18px;
    color: var(--cbpf-ink);
    font-size: 31px;
    letter-spacing: -0.045em;
    line-height: 1.02;
  }
  
  .cbpf-rio__experiment-description {
    margin: 0;
    color: #5d6470;
    font-size: 12px;
    line-height: 1.6;
  }
  
  .cbpf-rio__metrics {
    margin: 24px 0 0;
    border-top: 1px solid #cbc8c0;
  }
  
  .cbpf-rio__metric {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid #cbc8c0;
  }
  
  .cbpf-rio__metric dt {
    color: #777d87;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  
  .cbpf-rio__metric dd {
    margin: 0;
    color: #16777d;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.03em;
  }
  
  .cbpf-rio__credit {
    margin: 19px 0 0;
    color: #7f8da0;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: right;
    text-transform: uppercase;
  }
  
  @media (max-width: 1000px) {
    .cbpf-rio__header {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  
    .cbpf-rio__intro {
      max-width: 720px;
    }
  
    .cbpf-rio__grid {
      grid-template-columns: 1fr;
    }
  
    .cbpf-rio__hero {
      grid-column: auto;
    }
  
    .cbpf-rio__sugarloaf {
      min-height: 520px;
    }
  
    .cbpf-rio__experiment {
      min-height: 540px;
    }
  
  }
  
  @media (max-width: 700px) {
    .cbpf-rio {
      padding: 82px 0;
    }
  
    .cbpf-rio::after {
      font-size: 220px;
    }
  
    .cbpf-rio__header {
      margin-bottom: 42px;
    }
  
    .cbpf-rio__grid {
      gap: 16px;
    }
  
    .cbpf-rio__sugarloaf {
      min-height: 390px;
    }
  
    .cbpf-rio__experiment {
      grid-template-columns: 1fr;
      min-height: 0;
    }
  
    .cbpf-rio__experiment > img {
      height: auto;
      aspect-ratio: 1224 / 1530;
    }
  
    .cbpf-rio__experiment-text {
      padding: 30px 25px;
    }
  
    .cbpf-rio__credit {
      text-align: left;
      line-height: 1.5;
    }
  
  }
  
  @media (max-width: 620px) {
    .cbpf-rio__container {
      width: calc(100% - 28px);
    }
  
    .cbpf-rio__hero {
      aspect-ratio: 3 / 4;
    }
  
    .cbpf-rio__hero img {
      object-position: center bottom;
    }
  
    .cbpf-rio__photo-caption {
      right: 19px;
      bottom: 18px;
      left: 19px;
    }
  
    .cbpf-rio__sugarloaf {
      min-height: 300px;
    }
  
    .cbpf-rio__title {
      font-size: 44px;
    }
  
    .cbpf-rio__intro {
      font-size: 15px;
    }
  
    .cbpf-rio__experiment-title {
      font-size: 29px;
    }
  
  }
  
  /* ==================================================
     INFRAESTRUTURA CIENTÍFICA DO CBPF
     ================================================== */
  
  .cbpf-infrastructure {
    overflow: hidden;
    background:
      linear-gradient(135deg, #f5f1eb 0%, #eef3ef 100%);
  }
  
  
  /* ABERTURA */
  
  .cbpf-infrastructure-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: end;
    margin-bottom: clamp(50px, 7vw, 85px);
  }
  
  .cbpf-infrastructure-header h2 {
    max-width: 780px;
  }
  
  .cbpf-infrastructure-header .copy {
    max-width: 560px;
  }
  
  
  /* FOTOGRAFIA E TEXTO */
  
  .cbpf-infrastructure-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    background: #080b18;
    box-shadow: 22px 24px 0 rgba(67, 167, 173, 0.12);
  }
  
  .cbpf-infrastructure-photo {
    position: relative;
    min-height: 620px;
    margin: 0;
    overflow: hidden;
    background: #11172a;
  }
  
  .cbpf-infrastructure-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .cbpf-infrastructure-photo::after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background:
      linear-gradient(
        to bottom,
        transparent,
        rgba(8, 11, 24, 0.92)
      );
  }
  
  .cbpf-infrastructure-photo figcaption {
    position: absolute;
    right: 32px;
    bottom: 30px;
    left: 32px;
    z-index: 1;
  }
  
  .cbpf-infrastructure-photo figcaption strong,
  .cbpf-infrastructure-photo figcaption span {
    display: block;
  }
  
  .cbpf-infrastructure-photo figcaption strong {
    margin-bottom: 8px;
    color: #fff;
    font-size: 22px;
  }
  
  .cbpf-infrastructure-photo figcaption span {
    max-width: 520px;
    color: #c5cfdb;
    font-size: 13px;
    line-height: 1.55;
  }
  
  
  /* CARTÃO DE CONTEÚDO */
  
  .cbpf-infrastructure-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 5vw, 68px);
    color: #fff;
    border-top: 6px solid var(--coral);
  }
  
  .cbpf-infrastructure-card .eyebrow {
    color: var(--aqua);
  }
  
  .cbpf-infrastructure-card h3 {
    margin: 24px 0 28px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1;
    letter-spacing: -0.045em;
  }
  
  .cbpf-infrastructure-card > p {
    margin: 0 0 18px;
    color: #bbc6d4;
    line-height: 1.7;
  }
  
  
  /* ÁREAS DE PESQUISA */
  
  .cbpf-research-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
  }
  
  .cbpf-research-areas span {
    padding: 8px 11px;
    color: var(--aqua);
    border: 1px solid rgba(181, 232, 233, 0.25);
    background: rgba(181, 232, 233, 0.06);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }
  
  
  /* LINKS */
  
  .cbpf-infrastructure-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 24px;
    background: #cbc8c0;
  }
  
  .cbpf-resource-link {
    position: relative;
    display: grid;
    gap: 10px;
    min-height: 145px;
    padding: 28px 70px 28px 28px;
    background: #fff;
    transition:
      color 0.25s,
      background 0.25s,
      transform 0.25s;
  }
  
  .cbpf-resource-link small {
    color: var(--coral);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  
  .cbpf-resource-link strong {
    max-width: 260px;
    font-size: 18px;
    line-height: 1.3;
  }
  
  .cbpf-resource-link > span {
    position: absolute;
    right: 28px;
    bottom: 28px;
    color: var(--teal);
    font-size: 22px;
    font-weight: 900;
  }
  
  .cbpf-resource-link:hover {
    color: #fff;
    background: #11172a;
    transform: translateY(-4px);
  }
  
  
  /* TABLETS */
  
  @media (max-width: 960px) {
    .cbpf-infrastructure-header {
      grid-template-columns: 1fr;
      gap: 32px;
    }
  
    .cbpf-infrastructure-grid {
      grid-template-columns: 1fr;
    }
  
    .cbpf-infrastructure-photo {
      min-height: 540px;
    }
  
    .cbpf-infrastructure-links {
      grid-template-columns: 1fr;
    }
  }
  
  
  /* CELULARES */
  
  @media (max-width: 620px) {
    .cbpf-infrastructure-photo {
      min-height: 430px;
    }
  
    .cbpf-infrastructure-photo figcaption {
      right: 20px;
      bottom: 20px;
      left: 20px;
    }
  
    .cbpf-infrastructure-card {
      padding: 34px 24px;
    }
  
    .cbpf-infrastructure-card h3 {
      font-size: 34px;
    }
  
    .cbpf-resource-link {
      min-height: 125px;
      padding: 24px 65px 24px 24px;
    }
  }
  /* ==================================================
   PÁGINA CBPF — INFRAESTRUTURA E EQUIPAMENTOS
   ================================================== */


/* ESPAÇAMENTO ENTRE O TEXTO E AS IMAGENS */

.cbpf-infrastructure-intro {
    margin-bottom: clamp(48px, 7vw, 90px);
  }
  
  
  /* BOTÕES DA SEÇÃO */
  
  .cbpf-infrastructure-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
  }
  
  .cbpf-infrastructure-links .button {
    margin: 0;
  }
  
  
  /* ==================================================
     COMPOSIÇÃO: FOTOGRAFIA + VÍDEO
     ================================================== */
  
  .cbpf-equipment-showcase {
    display: grid;
  
    /* Fotografia com aproximadamente 65% da largura */
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.75fr);
  
    gap: clamp(16px, 2vw, 28px);
    align-items: stretch;
  }
  
  
  /* CARTÕES DA FOTO E DO VÍDEO */
  
  .cbpf-equipment-photo,
  .cbpf-equipment-video {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
  
    min-width: 0;
    min-height: clamp(480px, 48vw, 680px);
  
    margin: 0;
    overflow: hidden;
  
    background: #07101f;
    color: #ffffff;
  }
  
  
  /* FOTO PRINCIPAL */
  
  .cbpf-equipment-photo img {
    display: block;
  
    width: 100%;
    height: 100%;
    min-height: 0;
  
    object-fit: cover;
    object-position: center;
  }
  
  
  /* VÍDEO VERTICAL */
  
  .cbpf-equipment-video video {
    display: block;
  
    width: 100%;
    height: 100%;
    min-height: 0;
  
    object-fit: cover;
    object-position: center;
  
    background: #000000;
  }
  
  
  /* LEGENDAS */
  
  .cbpf-equipment-photo figcaption,
  .cbpf-equipment-video figcaption {
    display: grid;
    gap: 7px;
  
    padding: clamp(18px, 2.5vw, 28px);
  
    background: #07101f;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  
  .cbpf-equipment-photo figcaption strong,
  .cbpf-equipment-video figcaption strong {
    color: #ffffff;
    font-size: clamp(17px, 1.5vw, 22px);
    line-height: 1.25;
  }
  
  .cbpf-equipment-photo figcaption span,
  .cbpf-equipment-video figcaption span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.55;
  }
  
  
  /* PEQUENO DESTAQUE NA FOTO PRINCIPAL */
  
  .cbpf-equipment-photo {
    box-shadow: 18px 18px 0 rgba(38, 123, 138, 0.1);
  }
  
  
  /* ==================================================
     TABLETS
     ================================================== */
  
  @media (max-width: 950px) {
  
    .cbpf-equipment-showcase {
      grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
    }
  
    .cbpf-equipment-photo,
    .cbpf-equipment-video {
      min-height: 520px;
    }
  
  }
  
  
  /* ==================================================
     CELULARES
     ================================================== */
  
  @media (max-width: 720px) {
  
    .cbpf-infrastructure-links {
      align-items: stretch;
      flex-direction: column;
    }
  
    .cbpf-infrastructure-links .button {
      width: 100%;
      justify-content: center;
      text-align: center;
    }
  
    .cbpf-equipment-showcase {
      grid-template-columns: 1fr;
    }
  
    .cbpf-equipment-photo,
    .cbpf-equipment-video {
      min-height: 0;
    }
  
    .cbpf-equipment-photo img {
      aspect-ratio: 4 / 3;
      height: auto;
    }
  
    .cbpf-equipment-video video {
      aspect-ratio: 9 / 14;
      height: auto;
      max-height: 660px;
    }
  
    .cbpf-equipment-photo {
      box-shadow: none;
    }
  
  }
  
  
  /* ==================================================
     ACESSIBILIDADE — REDUZIR MOVIMENTOS
     ================================================== */
  
  @media (prefers-reduced-motion: reduce) {
  
    .cbpf-equipment-video video {
      /* O visitante ainda poderá iniciar o vídeo pelos controles. */
      animation: none;
    }
  
  }
  /* ==================================================
   SOBRE — CRÉDITOS ACADÊMICOS
   ================================================== */

.academic-credits .copy {
  color: #202a36;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.7;
}

.academic-credits .copy p {
  color: inherit;
  opacity: 1;
}

/* Primeiro parágrafo com um pouco mais de destaque */
.academic-credits .copy p:first-child {
  font-weight: 600;
}

/* Observação sobre a validação na instituição de origem */
.academic-credits .credits-note {
  margin-top: 24px;
  padding: 18px 20px;

  color: #34414d;
  font-size: 0.95rem;
  line-height: 1.6;

  background: rgba(38, 123, 138, 0.08);
  border-left: 4px solid #267b8a;
}
/* ==================================================
   MAPA DE PARTICIPANTES — AMPLIAÇÃO
   ================================================== */

   .reach-map {
    margin: 0;
  }
  
  
  /* BOTÃO QUE CONTÉM O MAPA */
  
  .reach-map-open {
    position: relative;
    display: block;
  
    width: 100%;
    padding: 0;
    overflow: hidden;
  
    cursor: zoom-in;
  
    background: transparent;
    border: 0;
  }
  
  .reach-map-open img {
    display: block;
  
    width: 100%;
    height: auto;
  
    transition:
      transform 0.35s ease,
      filter 0.35s ease;
  }
  
  
  /* PEQUENO AVISO SOBRE A AMPLIAÇÃO */
  
  .reach-map-hint {
    position: absolute;
    right: 16px;
    bottom: 16px;
  
    padding: 8px 12px;
  
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  
    background: rgba(7, 16, 31, 0.82);
    border-radius: 4px;
  
    opacity: 0;
    transform: translateY(6px);
  
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
  }
  
  
  /* EFEITO AO PASSAR O MOUSE */
  
  .reach-map-open:hover img,
  .reach-map-open:focus-visible img {
    transform: scale(1.04);
    filter: brightness(0.9);
  }
  
  .reach-map-open:hover .reach-map-hint,
  .reach-map-open:focus-visible .reach-map-hint {
    opacity: 1;
    transform: translateY(0);
  }
  
  
  /* JANELA COM O MAPA AMPLIADO */
  
  /* ==================================================
   MAPA AMPLIADO — TELA INTEIRA
   ================================================== */

.reach-map-dialog {
  position: fixed;

  inset: 0;

  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;

  margin: 0 !important;
  padding: 60px 24px 24px;
  box-sizing: border-box;

  overflow: hidden;

  background: #f5f2eb;
  border: 0;
}

.reach-map-dialog[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reach-map-dialog::backdrop {
  background: rgba(3, 8, 16, 0.92);
  backdrop-filter: blur(5px);
}


/* IMAGEM OCUPANDO A ÁREA DISPONÍVEL */

.reach-map-dialog img {
  display: block;

  width: calc(100vw - 48px) !important;
  height: calc(100vh - 84px) !important;
  max-width: none !important;
  max-height: none !important;

  object-fit: contain;
}


/* BOTÃO DE FECHAR */

.reach-map-close {
  position: fixed;
  z-index: 10;

  top: 12px;
  right: 18px;

  width: 44px;
  height: 44px;
  padding: 0;

  color: #07101f;
  font-size: 36px;
  line-height: 1;

  cursor: pointer;

  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 50%;
}


/* CELULARES */

@media (max-width: 720px) {

  .reach-map-dialog {
    padding: 56px 8px 8px;
  }

  .reach-map-dialog img {
    width: calc(100vw - 16px) !important;
    height: calc(100vh - 64px) !important;
  }

}
  
  
  /* CELULARES */
  
  @media (max-width: 720px) {
  
    .reach-map-hint {
      opacity: 1;
      transform: none;
    }
  
    .reach-map-dialog {
      width: 96vw;
      padding: 48px 12px 12px;
    }
  
  }
  
  
  /* REDUÇÃO DE MOVIMENTOS */
  
  @media (prefers-reduced-motion: reduce) {
  
    .reach-map-open img,
    .reach-map-hint {
      transition: none;
    }
  
    .reach-map-open:hover img,
    .reach-map-open:focus-visible img {
      transform: none;
    }
  
  }

  /* ==================================================
   MAPA — AMPLIAÇÃO FORA DO CONTÊINER
   ================================================== */

/* Permite que o mapa ultrapasse os limites da seção */
.reach-section,
.reach-section .shell,
.reach-section .split,
.reach-map,
.reach-map-open {
  overflow: visible !important;
}


/* Prepara a figura para ficar acima dos outros elementos */
.reach-map {
  position: relative;
  z-index: 1;
}

.reach-map:hover,
.reach-map:focus-within {
  z-index: 100;
}


/* Imagem normal */
.reach-map-open img {
  position: relative;
  z-index: 1;

  transform-origin: center;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}


/* Imagem realmente ampliada */
.reach-map-open:hover img,
.reach-map-open:focus-visible img {
  z-index: 101;

  transform: scale(1.7);

  background: #ffffff;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.35),
    0 0 0 12px #ffffff;
}


/* Mantém o aviso acima da imagem */
.reach-map-hint {
  z-index: 102;
}


/* No celular, a ampliação ocorre somente pelo clique */
@media (max-width: 720px) {

  .reach-map-open:hover img,
  .reach-map-open:focus-visible img {
    transform: none;
    box-shadow: none;
  }

}
/* ==================================================
   AMPLIAÇÃO GERAL DE IMAGENS
   ================================================== */

   .zoomable {
    cursor: zoom-in;
  
    transition:
      transform 0.25s ease,
      filter 0.25s ease;
  }
  
  .zoomable:hover,
  .zoomable:focus-visible {
    transform: scale(1.02);
    filter: brightness(0.94);
  }
  
  
  /* JANELA EM TELA CHEIA */
  
  .image-lightbox {
    position: fixed;
  
    inset: 0;
  
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
  
    margin: 0;
    padding: 50px 18px 18px;
    box-sizing: border-box;
  
    overflow: hidden;
  
    background: rgba(3, 8, 16, 0.96);
    border: 0;
  }
  
  .image-lightbox[open] {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .image-lightbox::backdrop {
    background: rgba(3, 8, 16, 0.96);
  }
  
  
  /* IMAGEM AMPLIADA */
  
  .image-lightbox img {
    display: block;
  
    width: calc(100vw - 36px);
    height: calc(100vh - 68px);
  
    object-fit: contain;
  }
  
  
  /* BOTÃO DE FECHAR */
  
  .image-lightbox-close {
    position: fixed;
    z-index: 10;
  
    top: 10px;
    right: 16px;
  
    width: 42px;
    height: 42px;
    padding: 0;
  
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
  
    cursor: pointer;
  
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
  }
  
  
  /* CELULARES */
  
  @media (max-width: 720px) {
  
    .zoomable:hover,
    .zoomable:focus-visible {
      transform: none;
    }
  
    .image-lightbox {
      padding: 50px 6px 6px;
    }
  
    .image-lightbox img {
      width: calc(100vw - 12px);
      height: calc(100vh - 56px);
    }
  
  }
  /* ==================================================
   SOBRE — ESCOLA PRÁTICA, DIVERSA E COMPLETA
   ================================================== */

.complete-education {
  padding: clamp(90px, 11vw, 160px) 0;

  color: #f7f4ee;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(38, 123, 138, 0.13),
      transparent 35%
    ),
    #07101f;
}


/* ==================================================
   ABERTURA
   ================================================== */

.complete-education-intro,
.complete-training-header {
  display: grid;
  grid-template-columns:
    minmax(0, 0.95fr)
    minmax(320px, 1.05fr);

  gap: clamp(50px, 9vw, 140px);
  align-items: center;
}

.complete-education-intro {
  padding-bottom: clamp(65px, 8vw, 110px);

  border-bottom:
    1px solid
    rgba(255, 255, 255, 0.12);
}

.complete-education .eyebrow {
  color: #75d6dc;
}

.complete-education-intro h2,
.complete-training-header h2 {
  margin: 22px 0 0;

  color: #ffffff;
  font-size: clamp(48px, 6.7vw, 100px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.complete-education-intro h2 span,
.complete-training-header h2 span {
  color: #efc21a;
}

.complete-education-copy {
  max-width: 640px;
}

.complete-education-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
}


/* ==================================================
   PARTICIPAÇÃO FEMININA
   ================================================== */

.gender-evolution {
  display: grid;
  grid-template-columns:
    minmax(0, 2.1fr)
    minmax(280px, 0.9fr);

  gap: clamp(30px, 4vw, 60px);
  align-items: stretch;

  padding: clamp(65px, 8vw, 110px) 0;

  border-bottom:
    1px solid
    rgba(255, 255, 255, 0.12);
}


/* GRÁFICO */

.gender-chart {
  margin: 0;
  padding: clamp(16px, 2vw, 28px);

  background: rgba(3, 9, 20, 0.55);
  border: 1px solid rgba(111, 211, 217, 0.28);
  box-shadow: 16px 16px 0 rgba(42, 138, 153, 0.08);
}

.gender-chart img {
  display: block;

  width: 100%;
  height: auto;
}

.gender-chart figcaption {
  margin-top: 16px;

  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.5;
}


/* DESTAQUE LATERAL */

.gender-highlight {
  position: relative;
  overflow: hidden;

  display: flex;
  align-items: center;

  padding: clamp(28px, 4vw, 50px);

  background:
    linear-gradient(
      145deg,
      rgba(208, 91, 190, 0.16),
      rgba(38, 123, 138, 0.07)
    );

  border-top: 4px solid #d05bbe;
}

.gender-highlight-symbol {
  position: absolute;
  top: 50%;
  right: -28px;

  color: rgba(217, 107, 199, 0.16);
  font-family: Arial, sans-serif;
  font-size: clamp(270px, 27vw, 440px);
  line-height: 0.8;

  transform: translateY(-50%);

  pointer-events: none;
}

.gender-highlight-content {
  position: relative;
  z-index: 1;
}

.gender-highlight-label {
  margin: 0 0 20px;

  color: #efc21a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gender-highlight h3 {
  margin: 0 0 28px;

  color: #ffffff;
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.gender-highlight-number {
  display: flex;
  align-items: baseline;
  gap: 12px;

  margin: 0 0 24px;
}

.gender-highlight-number strong {
  color: #d96bc7;
  font-size: clamp(52px, 6vw, 86px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.gender-highlight-number span {
  max-width: 80px;

  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}

.gender-highlight-content > p:not(
  .gender-highlight-label,
  .gender-highlight-number
) {
  color: rgba(255, 255, 255, 0.77);
  font-size: 15px;
  line-height: 1.7;
}


/* ==================================================
   FORMAÇÃO COMPLETA
   ================================================== */

.complete-training {
  padding-top: clamp(70px, 9vw, 125px);
}

.complete-training-header {
  margin-bottom: clamp(55px, 7vw, 90px);
}


/* ==================================================
   QUATRO EIXOS
   ================================================== */

.training-axes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 20px;
}

.training-axis {
  position: relative;

  min-height: 300px;
  padding: clamp(26px, 3.5vw, 45px);

  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.training-axis::before {
  content: "";

  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  height: 4px;

  background: #75d6dc;
}

.training-axis-yellow::before {
  background: #efc21a;
}

.training-axis-coral::before {
  background: #df6269;
}

.training-axis-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  margin-bottom: 35px;
}

.training-axis-icon {
  display: grid;
  place-items: center;

  width: 48px;
  height: 48px;

  color: #75d6dc;
  font-size: 23px;

  border: 1px solid rgba(117, 214, 220, 0.35);
}

.training-axis-yellow .training-axis-icon {
  color: #efc21a;
  border-color: rgba(239, 194, 26, 0.4);
}

.training-axis-coral .training-axis-icon {
  color: #df6269;
  border-color: rgba(223, 98, 105, 0.4);
}

.training-axis-number {
  color: rgba(255, 255, 255, 0.12);
  font-size: 30px;
  font-weight: 800;
}

.training-axis h3 {
  margin: 0 0 24px;

  color: #ffffff;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.25;
}

.training-axis ul {
  display: grid;
  gap: 11px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.training-axis li {
  position: relative;

  padding-left: 20px;

  color: rgba(255, 255, 255, 0.67);
  font-size: 15px;
  line-height: 1.5;
}

.training-axis li::before {
  content: "";

  position: absolute;
  top: 0.65em;
  left: 0;

  width: 6px;
  height: 6px;

  background: #75d6dc;
}

.training-axis-yellow li::before {
  background: #efc21a;
}

.training-axis-coral li::before {
  background: #df6269;
}


/* FRASE FINAL */

.complete-training-closing {
  margin: clamp(45px, 6vw, 75px) 0 0;

  color: #75d6dc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-align: center;
  text-transform: uppercase;
}


/* ==================================================
   RESPONSIVIDADE
   ================================================== */

@media (max-width: 900px) {

  .complete-education-intro,
  .complete-training-header,
  .gender-evolution {
    grid-template-columns: 1fr;
  }

  .gender-highlight {
    min-height: 440px;
  }

  .gender-highlight-content {
    max-width: 580px;
  }

  .gender-highlight-symbol {
    right: 5%;
    font-size: clamp(280px, 50vw, 440px);
  }

}


@media (max-width: 680px) {

  .training-axes {
    grid-template-columns: 1fr;
  }

  .training-axis {
    min-height: auto;
  }

  .complete-education-intro h2,
  .complete-training-header h2 {
    font-size: clamp(48px, 15vw, 72px);
  }

}
/* Links para conhecer o CBPF */
.cbpf-infrastructure-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  margin-top: 32px;
}

.cbpf-resource-link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  column-gap: 20px;
  row-gap: 8px;
  min-height: 130px;
  padding: 24px;

  color: #ffffff;
  text-decoration: none;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.025)
    );
  border: 1px solid rgba(102, 210, 216, 0.32);
  border-top: 3px solid #66d2d8;
  border-radius: 8px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.14);

  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.cbpf-resource-link small {
  grid-column: 1;
  color: #66d2d8;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cbpf-resource-link strong {
  grid-column: 1;
  align-self: end;
  color: #ffffff;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 600;
  line-height: 1.25;
}

.cbpf-resource-link span {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  color: #081321;
  background: #66d2d8;
  border-radius: 50%;

  font-size: 1.1rem;
  line-height: 1;

  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.cbpf-resource-link:hover,
.cbpf-resource-link:focus-visible {
  color: #ffffff;
  background-color: rgba(102, 210, 216, 0.1);
  border-color: rgba(102, 210, 216, 0.7);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
  transform: translateY(-4px);
}

.cbpf-resource-link:hover span,
.cbpf-resource-link:focus-visible span {
  background: #f1c232;
  transform: scale(1.08);
}

.cbpf-resource-link:focus-visible {
  outline: 2px solid #f1c232;
  outline-offset: 4px;
}

/* Tablet */
@media (max-width: 850px) {
  .cbpf-infrastructure-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbpf-resource-link:last-child {
    grid-column: 1 / -1;
  }
}

/* Celular */
@media (max-width: 560px) {
  .cbpf-infrastructure-links {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cbpf-resource-link,
  .cbpf-resource-link:last-child {
    grid-column: auto;
  }

  .cbpf-resource-link {
    min-height: 110px;
    padding: 20px;
  }
}

/* ==================================================
   INTEGRAÇÃO DA FORMAÇÃO COMPLETA AO VISUAL DO SITE
   ================================================== */

   .complete-education {
    padding: clamp(72px, 9vw, 120px) 0;
    color: #ffffff;
    background: var(--navy);
    font-family: inherit;
  }
  
  /* Títulos */
  
  .complete-education-intro h2,
  .complete-training-header h2 {
    margin: 20px 0 0;
    color: #ffffff;
    font-family: inherit;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.045em;
  }
  
  .complete-education-intro h2 span,
  .complete-training-header h2 span {
    color: var(--coral);
  }
  
  /* Pequenos títulos superiores */
  
  .complete-education .eyebrow {
    color: var(--aqua);
    font-family: inherit;
  }
  
  /* Textos corridos */
  
  .complete-education-copy p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.76);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.7;
  }
  
  /* Separadores */
  
  .complete-education-intro,
  .gender-evolution {
    border-color: rgba(181, 232, 233, 0.16);
  }
  
  /* Gráfico */
  
  .gender-chart {
    background: rgba(255, 255, 255, 0.025);
    border-color: rgba(181, 232, 233, 0.25);
    box-shadow: 14px 14px 0 rgba(67, 167, 173, 0.09);
  }
  
  .gender-chart figcaption {
    color: rgba(255, 255, 255, 0.58);
  }
  
  /* Destaque feminino */
  
  .gender-highlight {
    background:
      linear-gradient(
        145deg,
        rgba(223, 97, 102, 0.14),
        rgba(67, 167, 173, 0.07)
      );
    border-top-color: var(--coral);
  }
  
  .gender-highlight-symbol {
    color: rgba(223, 97, 102, 0.12);
  }
  
  .gender-highlight-label {
    color: var(--aqua);
  }
  
  .gender-highlight-number strong {
    color: var(--coral);
  }
  
  .gender-highlight h3 {
    color: #ffffff;
    font-family: inherit;
  }
  
  /* Cartões dos eixos */
  
  .training-axis {
    min-height: 280px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(181, 232, 233, 0.15);
    border-radius: 0;
    box-shadow: none;
  }
  
  .training-axis::before {
    background: var(--teal);
  }
  
  .training-axis-yellow::before {
    background: var(--lime);
  }
  
  .training-axis-coral::before {
    background: var(--coral);
  }
  
  .training-axis-icon {
    color: var(--aqua);
    background: rgba(181, 232, 233, 0.04);
    border-color: rgba(181, 232, 233, 0.3);
  }
  
  .training-axis-yellow .training-axis-icon {
    color: var(--lime);
    border-color: rgba(216, 235, 116, 0.35);
  }
  
  .training-axis-coral .training-axis-icon {
    color: var(--coral);
    border-color: rgba(223, 97, 102, 0.35);
  }
  
  .training-axis h3 {
    color: #ffffff;
    font-family: inherit;
    font-size: clamp(21px, 2vw, 27px);
    font-weight: 700;
  }
  
  .training-axis li {
    color: rgba(255, 255, 255, 0.7);
    font-family: inherit;
  }
  
  .training-axis li::before {
    background: var(--teal);
  }
  
  .training-axis-yellow li::before {
    background: var(--lime);
  }
  
  .training-axis-coral li::before {
    background: var(--coral);
  }
  
  .complete-training-closing {
    color: var(--aqua);
  }
  
  /* Interação discreta */
  
  .training-axis {
    transition:
      transform 0.2s ease,
      background-color 0.2s ease,
      border-color 0.2s ease;
  }
  
  .training-axis:hover {
    background-color: rgba(181, 232, 233, 0.045);
    border-color: rgba(181, 232, 233, 0.32);
    transform: translateY(-3px);
  }
  
  /* Celular */
  
  @media (max-width: 700px) {
    .complete-education-intro,
    .complete-training-header,
    .gender-evolution,
    .training-axes {
      grid-template-columns: 1fr;
    }
  
    .complete-education-intro h2,
    .complete-training-header h2 {
      font-size: clamp(38px, 12vw, 54px);
    }
  }
  /* ==================================================
   CORREÇÃO FINAL DOS BOTÕES DO CBPF
   Mantém o visual original e o alinhamento horizontal
   ================================================== */

.cbpf-infrastructure-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  margin-top: 24px;
  background: #cbc8c0;
}

.cbpf-resource-link {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 145px;
  padding: 28px 70px 28px 28px;

  color: var(--ink);
  background: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;

  transition:
    color 0.25s,
    background 0.25s,
    transform 0.25s;
}

.cbpf-resource-link small {
  grid-column: auto;
  display: block;

  color: var(--coral);
  font-size: 9px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cbpf-resource-link strong {
  grid-column: auto;
  display: block;
  align-self: auto;

  max-width: 260px;
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.cbpf-resource-link > span {
  position: absolute;
  right: 28px;
  bottom: 28px;

  display: block;
  width: auto;
  height: auto;

  color: var(--teal);
  background: transparent;
  border-radius: 0;

  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.cbpf-resource-link:hover,
.cbpf-resource-link:focus-visible {
  color: #ffffff;
  background: #11172a;
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-4px);
}

.cbpf-resource-link:hover > span,
.cbpf-resource-link:focus-visible > span {
  color: var(--aqua);
  background: transparent;
  transform: none;
}

.cbpf-resource-link:focus-visible {
  outline: 2px solid var(--aqua);
  outline-offset: 3px;
}

/* Tablet */

@media (max-width: 850px) {
  .cbpf-infrastructure-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbpf-resource-link:last-child {
    grid-column: 1 / -1;
  }
}

/* Celular */

@media (max-width: 560px) {
  .cbpf-infrastructure-links {
    grid-template-columns: 1fr;
  }

  .cbpf-resource-link,
  .cbpf-resource-link:last-child {
    grid-column: auto;
  }
}

/* Alternância visual da página Sobre */

.academic-credits {
  background: #eef4f1;
  border-top: 6px solid var(--teal);
}

.academic-credits h2,
.history-section h2,
.testimonials-section h2 {
  color: var(--ink);
}

.academic-credits h2 span,
.history-section h2 span,
.testimonials-section h2 span {
  color: var(--coral);
}

.academic-credits p {
  color: rgba(18, 24, 39, 0.78);
}

.academic-credits .values-note {
  color: rgba(18, 24, 39, 0.66);
  border-left-color: var(--coral);
}

.history-section {
  background: var(--paper);
  color: var(--ink);
}

.history-section .eyebrow {
  color: var(--teal);
}

.testimonials-section {
  background: #e5f1f0;
  color: var(--ink);
}

.testimonials-section .eyebrow {
  color: var(--teal);
}

.gender-evolution {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(290px, 0.9fr);
  align-items: stretch;
}

.gender-chart,
.gender-highlight {
  height: 100%;
  margin: 0;
}

.gender-chart {
  display: flex;
  flex-direction: column;
}

.gender-chart img {
  display: block;
  flex: 1;
  width: 100%;
  min-height: 0;
  object-fit: contain;
}

.gender-chart figcaption {
  flex: 0 0 auto;
}

.gender-highlight {
  align-self: stretch;
}

@media (max-width: 900px) {
  .gender-evolution {
    grid-template-columns: 1fr;
  }

  .gender-chart,
  .gender-highlight {
    height: auto;
  }
}

.complete-education-intro h2,
.complete-training-header h2 {
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 700;
  line-height: 0.98;
}

.complete-education-copy p,
.gender-highlight-content > p {
  font-size: 16px;
  line-height: 1.7;
}

.complete-education-intro,
.gender-evolution,
.complete-training {
  padding-top: clamp(64px, 8vw, 100px);
  padding-bottom: clamp(64px, 8vw, 100px);
}

.organization-callout {
  background: var(--paper);
  border-top: 1px solid rgba(18, 24, 39, 0.12);
}

.organization-callout-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.organization-callout h2 {
  margin-bottom: 0;
}

.organization-callout h2 span {
  color: var(--coral);
}

@media (max-width: 700px) {
  .organization-callout-content {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* Chamada para a página Organização */

.organization-callout {
  background: var(--paper);
  color: var(--ink);
  border-top: 1px solid rgba(18, 24, 39, 0.12);
}

.organization-callout-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.organization-callout h2 {
  margin-bottom: 0;
}

.organization-callout h2 span {
  color: var(--coral);
}

@media (max-width: 700px) {
  .organization-callout-content {
    align-items: flex-start;
    flex-direction: column;
  }
}

  /* Estilos exclusivos da página CBPF.
   Carregue este arquivo depois de assets/style.css. */

.cbpf2027-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(60, 204, 214, .16), transparent 34%),
    linear-gradient(135deg, #08101f 0%, #0d2032 100%);
}

.cbpf2027-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
}

.cbpf2027-hero h1 span,
.cbpf2027-heading-grid h2 span,
.cbpf2027-education h2 span,
.cbpf2027-students h2 span {
  color: var(--coral, #df6166);
}

.cbpf2027-hero-mark {
  padding: clamp(1.4rem, 4vw, 2.7rem);
  background: rgba(245, 241, 235, .96);
  border-left: 5px solid var(--coral, #df6166);
  box-shadow: 18px 20px 0 rgba(67, 167, 173, .13), 0 28px 60px rgba(0, 0, 0, .3);
}

.cbpf2027-hero-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.cbpf2027-heading-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.cbpf2027-heading-grid h2,
.cbpf2027-education h2,
.cbpf2027-students h2 {
  max-width: 13ch;
  margin-bottom: 1.25rem;
}

.cbpf2027-copy,
.cbpf2027-education-grid > div,
.cbpf2027-students-grid > div {
  color: var(--ink, #172438);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.75;
}

.dark .cbpf2027-copy,
.dark.cbpf2027-students .cbpf2027-students-grid > div {
  color: rgba(255, 255, 255, .8);
}

.cbpf2027-copy p + p,
.cbpf2027-education-grid p + p,
.cbpf2027-students-grid p + p {
  margin-top: 1rem;
}

.cbpf2027-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(2.5rem, 6vw, 5rem);
  background: rgba(13, 32, 50, .13);
  border: 1px solid rgba(13, 32, 50, .13);
}

.cbpf2027-facts article {
  min-height: 145px;
  padding: 1.5rem;
  background: #fff;
}

.cbpf2027-facts strong,
.cbpf2027-education-stats strong {
  display: block;
  color: var(--cyan, #2aa7b0);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1;
}

.cbpf2027-facts span,
.cbpf2027-education-stats span {
  display: block;
  margin-top: .7rem;
  line-height: 1.45;
}

.cbpf2027-areas-label {
  margin: clamp(2.5rem, 5vw, 4rem) 0 1rem;
  color: var(--coral, #df6166);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.cbpf2027-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 0;
}

.cbpf2027-tags span {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 118px;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(13, 32, 50, .15);
  border-top: 4px solid var(--teal, #43a7ad);
  background: #fff;
  box-shadow: 0 13px 30px rgba(13, 32, 50, .07);
  font-size: clamp(.95rem, 1.5vw, 1.12rem);
  font-weight: 800;
  line-height: 1.25;
}

.cbpf2027-tags span:nth-child(3n + 2) { border-top-color: var(--coral, #df6166); }
.cbpf2027-tags span:nth-child(3n) { border-top-color: var(--lime, #d8eb74); }

.cbpf2027-tags b {
  position: absolute;
  top: .8rem;
  right: 1rem;
  color: rgba(18, 24, 39, .13);
  font-size: 1.7rem;
  line-height: 1;
}

/* Quatro coordenações científicas */
.cbpf2027-coordination-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.cbpf2027-coordination-card {
  --card-accent: var(--cyan, #2aa7b0);
  position: relative;
  min-height: 280px;
  padding: 1.75rem 1.8rem 1.55rem;
  overflow: hidden;
  border: 1px solid rgba(13, 32, 50, .14);
  border-top: 5px solid var(--card-accent);
  background: #fff;
  box-shadow: 0 14px 35px rgba(13, 32, 50, .07);
}

.cbpf2027-coordination-card--coral { --card-accent: var(--coral, #df6166); }
.cbpf2027-coordination-card--yellow { --card-accent: var(--yellow, #e7b725); }
.cbpf2027-coordination-card--aqua { --card-accent: var(--aqua, #74cbd0); }
.cbpf2027-coordination-number { position: absolute; top: 1.2rem; right: 1.35rem; color: rgba(13,32,50,.08); font-size: 2.8rem; font-weight: 900; line-height: 1; }
.cbpf2027-coordination-acronym { margin: 0 0 .65rem; color: var(--card-accent); font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.cbpf2027-coordination-card h3 { max-width: 85%; margin: 0 0 1.1rem; color: var(--ink, #172438); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.18; }
.cbpf2027-coordination-card ul { display: grid; gap: .48rem; margin: 0; padding: 0; list-style: none; }
.cbpf2027-coordination-card li { position: relative; padding-left: 1rem; color: rgba(23,36,56,.78); font-size: .93rem; line-height: 1.4; }
.cbpf2027-coordination-card li::before { content: ""; position: absolute; top: .58em; left: 0; width: 5px; height: 5px; background: var(--card-accent); }

.cbpf2027-labs {
  background:
    linear-gradient(135deg, rgba(26, 79, 101, .28), transparent 48%),
    #07111f;
}

.cbpf2027-media-mosaic {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: repeat(2, 205px);
  gap: .85rem;
  width: min(100%, 940px);
  margin-top: clamp(2rem, 4vw, 3.5rem);
  margin-right: auto;
  margin-left: auto;
}

.cbpf2027-media-mosaic figure,
.cbpf2027-feature-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #0b1726;
}

.cbpf2027-media-main {
  grid-row: 1 / 3;
}

.cbpf2027-media-mosaic img,
.cbpf2027-media-mosaic video,
.cbpf2027-feature-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.cbpf2027-media-mosaic img,
.cbpf2027-media-mosaic video {
  aspect-ratio: auto;
}

.cbpf2027-media-main video {
  min-height: 0;
  object-position: center;
}

/* Ampliação da imagem dos cálculos sem recorte pelo quadro.
   A especificidade vence as regras gerais de style.css. */
.cbpf-rio .cbpf-rio__grid .cbpf-rio__experiment {
  position: relative;
  z-index: 5;
  overflow: visible !important;
}

.cbpf-rio .cbpf-rio__experiment > .cbpf-rio__calculation-image {
  position: relative;
  z-index: 1;
  cursor: zoom-in !important;
  transition: transform .34s ease, box-shadow .34s ease !important;
  transform-origin: center center;
}

.cbpf-rio .cbpf-rio__experiment:hover {
  z-index: 40;
}

.cbpf-rio .cbpf-rio__experiment > .cbpf-rio__calculation-image:hover,
.cbpf-rio .cbpf-rio__experiment > .cbpf-rio__calculation-image:focus-visible {
  z-index: 45;
  transform: scale(1.8) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .55);
  outline: 3px solid var(--coral, #df6166);
  outline-offset: 4px;
}

.cbpf2027-media-mosaic figcaption,
.cbpf2027-feature-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.7rem 1.2rem 1.1rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(4, 10, 20, .9));
}

.cbpf2027-media-mosaic figcaption strong,
.cbpf2027-media-mosaic figcaption span,
.cbpf2027-feature-photo figcaption strong,
.cbpf2027-feature-photo figcaption span {
  display: block;
}

.cbpf2027-media-mosaic figcaption span,
.cbpf2027-feature-photo figcaption span {
  margin-top: .25rem;
  color: rgba(255, 255, 255, .76);
  font-size: .85rem;
}

.cbpf2027-resource-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1.2rem;
}

.cbpf2027-resource-links a {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: .35rem 1rem;
  min-height: 116px;
  padding: 1.15rem;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .045);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.cbpf2027-resource-links a:hover,
.cbpf2027-resource-links a:focus-visible {
  transform: translateY(-3px);
  border-color: var(--cyan, #43c5cc);
  background: rgba(67, 197, 204, .11);
}

.cbpf2027-resource-links small {
  grid-column: 1;
  color: var(--cyan, #66d0d6);
  text-transform: uppercase;
  letter-spacing: .09em;
}

.cbpf2027-resource-links strong { grid-column: 1; align-self: end; }
.cbpf2027-resource-links span { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 1.35rem; }

.cbpf2027-education {
  background: #f3f1ea;
}

.cbpf2027-education-grid,
.cbpf2027-students-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(2.3rem, 7vw, 7rem);
  align-items: center;
}

.cbpf2027-feature-photo {
  min-height: 540px;
}

.cbpf2027-education-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2rem;
  border: 1px solid rgba(13, 32, 50, .12);
  background: rgba(13, 32, 50, .12);
}

.cbpf2027-education-stats article {
  min-height: 135px;
  padding: 1.2rem;
  background: rgba(255, 255, 255, .72);
}

.cbpf2027-education-stats span { font-size: .88rem; }

.cbpf2027-inline-links { margin-top: 1.4rem; }
.cbpf2027-inline-links a { color: inherit; font-weight: 700; text-underline-offset: .25em; }

.cbpf2027-students {
  background:
    radial-gradient(circle at 15% 35%, rgba(69, 192, 200, .12), transparent 32%),
    #0c1728;
}

.cbpf2027-students-grid {
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
}

.cbpf2027-map-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(100%, 430px);
  margin-top: 1.8rem;
  padding: 1rem 1.15rem;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .06);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.cbpf2027-map-button:hover,
.cbpf2027-map-button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--cyan, #43c5cc);
  background: rgba(67, 197, 204, .12);
}

.cbpf2027-map-button small,
.cbpf2027-map-button strong { display: block; }
.cbpf2027-map-button small { margin-bottom: .2rem; color: var(--cyan, #66d0d6); text-transform: uppercase; letter-spacing: .08em; }
.cbpf2027-map-button b { font-size: 1.4rem; }

@media (max-width: 960px) {
  .cbpf2027-resource-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cbpf2027-media-mosaic { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .cbpf2027-hero-grid,
  .cbpf2027-heading-grid,
  .cbpf2027-education-grid,
  .cbpf2027-students-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .cbpf2027-students-grid .cbpf2027-feature-photo { order: -1; }
  .cbpf2027-facts { grid-template-columns: 1fr; }
  .cbpf2027-facts article { min-height: auto; }
  .cbpf2027-tags { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cbpf2027-coordination-grid { grid-template-columns: 1fr; }
  .cbpf2027-media-mosaic { grid-template-columns: 1fr 1fr; }
  .cbpf2027-media-mosaic { grid-template-rows: auto; }
  .cbpf2027-media-main { grid-column: 1 / 3; grid-row: auto; }
  .cbpf2027-media-main video { min-height: 320px; }
  .cbpf2027-feature-photo { min-height: 430px; }

  .cbpf-rio .cbpf-rio__experiment > .cbpf-rio__calculation-image:hover,
  .cbpf-rio .cbpf-rio__experiment > .cbpf-rio__calculation-image:focus-visible {
    transform: none;
    box-shadow: none;
    outline: none;
  }
}

@media (max-width: 520px) {
  .cbpf2027-media-mosaic,
  .cbpf2027-resource-links,
  .cbpf2027-education-stats { grid-template-columns: 1fr; }
  .cbpf2027-media-main { grid-column: auto; }
  .cbpf2027-media-main video,
  .cbpf2027-media-mosaic img { min-height: 300px; }
  .cbpf2027-feature-photo { min-height: 360px; }
  .cbpf2027-tags { grid-template-columns: 1fr; }
  .cbpf2027-tags span { min-height: 96px; }
}

@media (prefers-reduced-motion: reduce) {
  .cbpf2027-resource-links a,
  .cbpf2027-map-button { transition: none; }
}

/* 10. Navegação trilíngue, materiais e patrocínio
   ------------------------------------------------------------ */
.tools {
  gap: 5px;
  flex: 0 0 auto;
}

.lang {
  width: 34px;
  height: 32px;
}

.lang.active {
  color: var(--navy);
  border-color: var(--aqua);
  background: var(--aqua);
}

.institutional-grid,
.sponsor-lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  margin-top: 2.2rem;
}

.institutional-card {
  min-height: 220px;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid rgba(18, 24, 39, .14);
  background: rgba(255, 255, 255, .58);
}

.institutional-card-logo img {
  display: block;
  width: min(100%, 380px);
  max-height: 120px;
  object-fit: contain;
  object-position: left center;
}

.institutional-card-mcti {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.institutional-card-mcti > img {
  width: min(100%, 390px);
  height: 126px;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.institutional-card-mcti p {
  margin-top: .75rem;
}

.institutional-card p {
  margin: 1.2rem 0 0;
}

.institutional-card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 6px solid var(--teal);
}

.institutional-card-text small,
.resource-card > span {
  color: var(--teal);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.institutional-card-text strong {
  display: block;
  max-width: 560px;
  margin-top: .55rem;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.08;
}

.institutional-note,
.sponsor-empty-intro {
  max-width: 760px;
  margin-top: 1.1rem;
  color: #4b5565;
}

.sponsor-invite {
  position: relative;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.sponsor-lead-grid {
  align-items: start;
}

.sponsor-lead-grid .button {
  display: inline-flex;
  margin-top: 1rem;
}

.sponsorship-options {
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.sponsorship-options > h3 {
  max-width: 820px;
  margin: .45rem 0 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: .98;
}

.sponsorship-options-intro {
  max-width: 760px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, .76);
}

.sponsorship-tier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 1rem;
  margin-top: 2.4rem;
}

.sponsorship-tier {
  display: flex;
  min-height: 310px;
  padding: 1.45rem;
  flex-direction: column;
  border: 2px solid currentColor;
  border-radius: 15px;
  background: rgba(5, 16, 31, .58);
}

.sponsorship-tier:nth-child(2) { min-height: 340px; }
.sponsorship-tier:nth-child(3) { min-height: 370px; }
.sponsorship-tier:nth-child(4) { min-height: 400px; }

.sponsorship-tier .tier-name {
  margin: 0;
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sponsorship-tier > strong {
  display: block;
  margin-top: .55rem;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.sponsorship-tier h4 {
  margin: 1.15rem 0 .65rem;
  padding-top: 1.1rem;
  border-top: 1px solid currentColor;
  color: #fff;
  font-size: 1rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sponsorship-tier > p:not(.tier-name) {
  margin: 0;
  color: rgba(255, 255, 255, .83);
  line-height: 1.5;
}

.sponsorship-tier small {
  margin-top: auto;
  padding-top: 1.25rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tier-bronze { color: #d88b50; }
.tier-silver { color: #bdc9d1; }
.tier-gold { color: #f1c62d; }
.tier-platinum { color: #69d6e8; }

.sponsorship-impact {
  max-width: 920px;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, .75);
}

.sponsorship-impact strong {
  color: var(--aqua);
}

.partner-showcase {
  position: relative;
  overflow: hidden;
  background: #f3f7f6;
}

.partner-showcase::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: -180px;
  right: -120px;
  border: 70px solid rgba(10, 163, 154, .08);
  border-radius: 50%;
  pointer-events: none;
}

.partner-intro {
  max-width: 850px;
  margin: 1rem 0 0;
  color: #586474;
  font-size: 1.05rem;
}

.partner-tier {
  position: relative;
  border: 1px solid rgba(18, 24, 39, .12);
  border-top: 7px solid var(--teal);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(18, 24, 39, .08);
}

.partner-tier > span,
.partner-tier-heading > span,
.institutional-partner span {
  display: inline-block;
  color: #536171;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.partner-tier h3,
.institutional-partner h3 {
  margin: .55rem 0 .4rem;
  color: var(--navy);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.05;
}

.partner-tier p,
.institutional-partner p {
  margin: .4rem 0 0;
  color: #5d6877;
}

.partner-tier-platinum {
  display: block;
  width: min(100%, 900px);
  margin: 2rem auto 0;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border-top-color: #4b6475;
}

.partner-tier-platinum .partner-tier-heading {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 0 1.1rem;
  max-width: none;
  margin-bottom: 1rem;
  align-items: center;
}

.partner-tier-platinum .partner-tier-heading > span {
  grid-column: 1 / -1;
}

.partner-tier-platinum .partner-tier-heading > p {
  margin: 0;
}

.elsevier-brand {
  display: flex;
  width: 145px;
  min-height: 88px;
  margin: .55rem 0 0;
  padding: .6rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(18, 24, 39, .1);
  border-radius: 12px;
  background: #fff;
}

.elsevier-brand img {
  display: block;
  width: 100%;
  height: 70px;
  object-fit: contain;
}

.journal-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.journal-logos figure {
  display: flex;
  min-height: 265px;
  margin: 0;
  padding: .7rem;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(18, 24, 39, .1);
  border-radius: 12px;
  background: #fafaf7;
  text-align: center;
}

.journal-logos img {
  display: block;
  width: 100%;
  height: clamp(185px, 22vw, 220px);
  object-fit: contain;
}

.journal-logos figcaption {
  margin-top: .55rem;
  color: #384557;
  font-size: .7rem;
  font-weight: 800;
  line-height: 1.3;
}

.partner-tier-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.partner-tier-grid .partner-tier {
  display: flex;
  min-height: 370px;
  padding: 1.5rem;
  flex-direction: column;
}

.partner-tier-silver { border-top-color: #9aa6ad; }
.partner-tier-bronze { border-top-color: #a8623b; }

.partner-logo-frame {
  display: flex;
  height: 180px;
  margin: 1.15rem 0 .5rem;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f8faf9;
}

.partner-logo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-tier .provisional-note {
  margin-top: auto;
  padding-top: .7rem;
  color: #788391;
  font-size: .82rem;
}

.institutional-partner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(1.4rem, 4vw, 2.5rem);
  align-items: center;
  margin-top: 1rem;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  border: 1px solid rgba(18, 24, 39, .12);
  border-left: 7px solid var(--coral);
  border-radius: 16px;
  background: #fff;
}

.institutional-partner-logo {
  display: flex;
  height: 190px;
  align-items: center;
  justify-content: center;
}

.institutional-partner-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.institutional-wordmark {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.institutional-wordmark > strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 6.8rem);
  line-height: .85;
  letter-spacing: -.04em;
}

.sponsor-level-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

.sponsor-level {
  grid-column: span 4;
  min-height: 220px;
  padding: 1.6rem;
  border-top: 7px solid var(--teal);
  background: #fff;
  box-shadow: 0 18px 45px rgba(18, 24, 39, .08);
}

.sponsor-level:nth-child(4),
.sponsor-level:nth-child(5) {
  grid-column: span 6;
}

.sponsor-level small {
  color: #77808e;
  font-weight: 900;
  letter-spacing: .12em;
}

.sponsor-level h3 {
  margin: 2.7rem 0 .65rem;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.sponsor-level p {
  color: #667080;
}

.sponsor-level-platinum { border-color: #4b6475; }
.sponsor-level-gold { border-color: #d1a82c; }
.sponsor-level-silver { border-color: #9aa6ad; }
.sponsor-level-bronze { border-color: #a8623b; }
.sponsor-level-support { border-color: var(--coral); }

.resource-hub {
  position: relative;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  background: #eaf3f5;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

.resource-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 1.6rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(18, 24, 39, .1);
  box-shadow: 0 18px 45px rgba(18, 24, 39, .07);
}

.resource-card h3 {
  margin: 2.1rem 0 .8rem;
  font-size: 1.55rem;
  line-height: 1.08;
}

.resource-card p {
  color: #586170;
  line-height: 1.6;
}

.resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: auto;
  padding-top: 1rem;
}

.resource-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: .58rem .78rem;
  color: #087f82;
  background: transparent;
  border: 1px solid rgba(20, 152, 155, .55);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.resource-actions a[download] {
  color: #08101d;
  background: var(--teal);
  border-color: var(--teal);
}

.resource-actions a:hover,
.resource-actions a:focus-visible {
  color: #fff;
  border-color: var(--coral);
  background: var(--coral);
}

.poster-actions .button {
  min-height: 40px;
  padding: .58rem .78rem;
  border: 1px solid var(--teal);
  font-size: .76rem;
  line-height: 1.25;
}

.compact-outreach {
  padding-top: clamp(2.75rem, 5vw, 4rem);
  padding-bottom: clamp(2.75rem, 5vw, 4rem);
}

.compact-outreach .poster-download-grid {
  grid-template-columns: minmax(190px, 270px) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
}

.compact-outreach h2 {
  margin: .35rem 0 .85rem;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  line-height: 1;
}

.compact-outreach .copy {
  margin-bottom: 0;
  font-size: .95rem;
  line-height: 1.55;
}

.compact-outreach .poster-actions {
  flex-wrap: wrap;
  gap: .65rem 1rem;
  margin-top: 1.15rem;
}

.compact-outreach .sponsorship-inline {
  margin-top: 0;
}

.compact-outreach .home-downloads {
  margin-top: 1.25rem;
  padding-top: 1rem;
}

.compact-outreach .home-downloads p {
  font-size: .9rem;
}

.compact-outreach .home-downloads .home-downloads-secondary {
  margin-top: 1rem;
  padding-top: .9rem;
}

.compact-outreach .resource-actions {
  padding-top: .65rem;
}

.inline-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--teal);
  font-size: .84rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .24em;
}

.inline-link:hover,
.inline-link:focus-visible {
  color: var(--coral);
}

.home-resources {
  background: #ece9e2;
}

.home-downloads {
  margin-top: 1.7rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(18, 24, 39, .16);
}

.home-downloads p {
  margin: 0;
  line-height: 1.55;
}

.home-downloads .home-downloads-secondary {
  margin-top: 1.45rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.featured-video-section {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  color: var(--ink);
  background: #f2ece5;
}

.featured-video-section::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -130px;
  top: -160px;
  border-radius: 50%;
  background: rgba(20, 152, 155, .12);
}

.featured-video-intro {
  position: relative;
  max-width: 780px;
  margin-bottom: 2.5rem;
}

.featured-video-intro h2 {
  margin: .45rem 0 1rem;
}

.featured-video-intro h2 span {
  color: var(--coral);
}

.featured-video-intro > p:not(.eyebrow) {
  color: #505b69;
  font-size: 1.06rem;
  line-height: 1.7;
}

.featured-video-pair {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.featured-video-item {
  min-width: 0;
}

.featured-video-item-copy {
  min-height: 155px;
}

.featured-video-item-copy h3 {
  margin: .35rem 0 .7rem;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
}

.featured-video-item-copy > p:not(.eyebrow) {
  margin: 0 0 1.25rem;
  color: #505b69;
  line-height: 1.6;
}

.video-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 1rem;
}

.video-actions a:last-child {
  color: var(--ink);
  background: transparent;
  border-color: rgba(18, 24, 39, .28);
}

.video-actions a:last-child:hover,
.video-actions a:last-child:focus-visible {
  color: #fff;
  border-color: var(--coral);
  background: var(--coral);
}

.featured-video-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.35fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.featured-video-copy h2 {
  margin: .45rem 0 1.25rem;
}

.featured-video-copy h2 span {
  color: var(--coral);
}

.featured-video-copy > p:not(.eyebrow):not(.video-language-note) {
  color: #505b69;
  font-size: 1.06rem;
  line-height: 1.7;
}

.featured-video-copy .resource-actions {
  margin-top: .5rem;
}

.video-related-link {
  margin-top: 1.15rem;
}

.watch-links {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
}

.watch-links a {
  justify-content: flex-start;
  min-height: 0;
  padding: .35rem 0;
  border: 0;
  border-bottom: 1px solid rgba(20, 152, 155, .3);
  text-align: left;
}

.watch-links a:hover,
.watch-links a:focus-visible {
  color: var(--coral);
  background: transparent;
  border-color: var(--coral);
}

.video-language-note {
  margin: .8rem 0 0;
  color: var(--teal);
  font-size: .88rem;
  font-weight: 800;
}

.featured-video-card {
  margin: 0;
  overflow: hidden;
  background: #090d18;
  border: 1px solid rgba(18, 24, 39, .14);
  box-shadow: 0 28px 70px rgba(18, 24, 39, .18);
}

.featured-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #050712;
}

.featured-video-card figcaption {
  padding: .9rem 1rem;
  color: #d8e0e9;
  background: #0b1020;
  font-size: .82rem;
  line-height: 1.45;
}

.module-room-card {
  margin-top: 1.25rem;
  padding: 1.35rem;
  border: 1px solid rgba(18, 24, 39, .14);
  border-top: 4px solid var(--coral);
  background: #f4f1ea;
}

.module-room-card h3 {
  margin: .35rem 0 .65rem;
  font-size: 1.35rem;
}

.module-room-card p:not(.eyebrow) {
  margin: 0 0 1rem;
  color: #4f5968;
  line-height: 1.6;
}

.module-room-card .button {
  width: 100%;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1100px) {
  .nav { gap: 14px; }
  .brand img { width: 170px; }
  .links { gap: 16px; font-size: 11px; }
}

@media (max-width: 900px) {
  .tools { margin-left: auto; }
  .institutional-grid,
  .sponsor-lead-grid,
  .featured-video-grid,
  .resource-grid { grid-template-columns: 1fr; }
  .featured-video-pair { grid-template-columns: 1fr; gap: 3.5rem; }
  .featured-video-item-copy { min-height: 0; }
  .sponsor-level { grid-column: span 6; }
  .sponsor-level:last-child { grid-column: 4 / span 6; }
  .sponsorship-tier-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
  .sponsorship-tier,
  .sponsorship-tier:nth-child(2),
  .sponsorship-tier:nth-child(3),
  .sponsorship-tier:nth-child(4) { min-height: 320px; }
  .partner-tier-platinum { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .compact-outreach .poster-download-grid {
    grid-template-columns: 1fr;
  }

  .compact-outreach .poster-preview {
    max-width: 250px;
  }
}

@media (max-width: 620px) {
  .video-actions { grid-template-columns: 1fr; }
}

/* Confirmed partners: one visual system, ordered by sponsorship level. */
.confirmed-partner-stack {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.sponsor-entry,
.partner-tier-platinum.sponsor-entry,
.institutional-partner.sponsor-entry {
  display: grid;
  grid-template-columns: 160px 260px minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  width: 100%;
  min-height: 210px;
  margin: 0;
  padding: clamp(1.15rem, 3vw, 1.75rem);
  align-items: center;
  border-left: 1px solid rgba(18, 24, 39, .12);
}

.institutional-partner.sponsor-entry {
  margin-top: 1rem;
  border-top: 7px solid var(--coral);
}

.sponsor-entry .partner-level {
  align-self: start;
  color: #536171;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.sponsor-entry .partner-logo-frame {
  display: flex;
  width: 260px;
  height: 150px;
  margin: 0;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(18, 24, 39, .1);
  border-radius: 12px;
  background: #f8faf9;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sponsor-entry .partner-logo-frame:hover,
.sponsor-entry .partner-logo-frame:focus-visible {
  border-color: var(--teal);
  box-shadow: 0 12px 28px rgba(18, 24, 39, .12);
  transform: translateY(-2px);
}

.sponsor-entry .partner-logo-frame:focus-visible {
  outline: 3px solid rgba(10, 163, 154, .22);
  outline-offset: 3px;
}

.sponsor-entry .partner-logo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sponsor-entry .partner-details h3 {
  margin-top: 0;
}

.journal-link-list {
  display: grid;
  gap: .45rem;
  margin: .85rem 0 0;
  padding: 0;
  list-style: none;
}

.journal-link-list a {
  color: var(--teal-dark, #087d76);
  font-weight: 800;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-color: rgba(10, 163, 154, .35);
  text-underline-offset: .2em;
}

.journal-link-list a:hover,
.journal-link-list a:focus-visible {
  color: var(--navy);
  text-decoration-color: currentColor;
}

@media (max-width: 900px) {
  .sponsor-entry,
  .partner-tier-platinum.sponsor-entry,
  .institutional-partner.sponsor-entry {
    grid-template-columns: 130px 220px minmax(0, 1fr);
  }

  .sponsor-entry .partner-logo-frame {
    width: 220px;
  }
}

@media (max-width: 700px) {
  .sponsor-entry,
  .partner-tier-platinum.sponsor-entry,
  .institutional-partner.sponsor-entry {
    grid-template-columns: 1fr;
    gap: .9rem;
  }

  .sponsor-entry .partner-logo-frame {
    width: min(100%, 300px);
    height: 160px;
  }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 30px, 1180px); }
  .brand img { width: 145px; }
  .tools { gap: 3px; }
  .lang { width: 31px; height: 30px; }
  .sponsor-level-grid { grid-template-columns: 1fr; }
  .sponsor-level,
  .sponsor-level:nth-child(4),
  .sponsor-level:nth-child(5),
  .sponsor-level:last-child { grid-column: auto; min-height: 180px; }
  .resource-card { min-height: 270px; }
  .sponsorship-tier-grid { grid-template-columns: 1fr; }
  .sponsorship-tier,
  .sponsorship-tier:nth-child(2),
  .sponsorship-tier:nth-child(3),
  .sponsorship-tier:nth-child(4) { min-height: 270px; }
  .partner-tier-grid,
  .journal-logos { grid-template-columns: 1fr; }
  .partner-tier-grid .partner-tier { min-height: 330px; }
  .institutional-partner { grid-template-columns: 1fr; }
  .institutional-partner-logo { width: 190px; height: 175px; }
  .partner-tier-platinum .partner-tier-heading { grid-template-columns: 115px minmax(0, 1fr); }
  .elsevier-brand { width: 115px; min-height: 78px; }
  .elsevier-brand img { height: 58px; }
  .institutional-card-mcti > img { height: 105px; }
}

     
