/* =========================================================
   LINHA 1 — Modelagem e Otimização de Biossistemas
   Tokens de paleta "tech" desta linha (azul/roxo profundo)
   ========================================================= */
:root {
    --primary: #00303a;
    --secondary: #266054;
    --accent: #19a340;

    --l1-bg: #14172E;
    --l1-accent: #8B7FFF;
    --l1-accent-soft: #C9C3FF;
    --l1-text-secondary: #C7CADC;

    --l1-highlight: #faba76;   /* destaque — "para quem é a linha" */
    --l1-neutral: #fdfef8;     /* transição entre seções coloridas */
    --l1-teal: #008a78;        /* acento secundário (Observatory) */
    --l1-rose: #f34768;        /* acento pontual (Carnation) */

    --l2-bg: #1B2E1F;
    --l2-accent: #4F9D6E;
    --l2-accent-soft: #A9D4B8;
    --l2-highlight: #C97B4A;
    --l2-neutral: #fdfef8;
    --l2-ochre: #B08D3E;
    --l2-rust: #A8503A;

    --font-display: "Plus Jakarta Sans", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-body: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

body[data-line="linha-2"] {
    --l1-bg: var(--l2-bg);
    --l1-accent: var(--l2-accent);
    --l1-accent-soft: var(--l2-accent-soft);
    --l1-highlight: var(--l2-highlight);
    --l1-neutral: var(--l2-neutral);
    --l1-teal: var(--l2-ochre);
    --l1-rose: var(--l2-rust);
    --l1-text-secondary: #D7E6D9;
}

/* ===================== ROLAGEM SUAVE ===================== */
html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-h, 80px);
}
 
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}


body[data-page="linhaPesquisa1"] {
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--paper);
    line-height: 1.55;
}
 
body[data-page="linhaPesquisa1"] h1,
body[data-page="linhaPesquisa1"] h2,
body[data-page="linhaPesquisa1"] h3 {
    font-family: var(--font-display);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 250, 248, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.navbar {
  min-height: 70px;
}
.logo-image img {
  height: 54px;
}
.lang-flags span {
  cursor: pointer;
}

/* ===================== HERO ===================== */
.section-hero {
    background-color: var(--l1-bg);
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 96px 0;
}

.hero-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.hero-title {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1.05;
    color: var(--l1-accent);
    margin: 0 0 24px;
}

.hero-subtitle {
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    line-height: 1.5;
    color: var(--l1-text-secondary);
    max-width: 560px;
    margin: 0 auto 40px;
}

.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.btn-hero:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.btn-hero-solid {
    background-color: #FFFFFF;
    color: var(--l1-bg);
}

.btn-hero-outline {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-hero-outline i {
    font-size: 0.75rem;
}

@media (max-width: 576px) {
    .section-hero {
        padding: 64px 0;
        min-height: auto;
    }

    .hero-ctas {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-hero {
        justify-content: center;
    }
}
/* ===================== SOBRE A LINHA ===================== */
.section-sobre-linha {
    background-color: var(--l1-neutral);
    padding: 96px 0;
}

.sobre-linha-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.sobre-linha-text .eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--l1-accent);
    margin-bottom: 12px;
}

.sobre-linha-text h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.2;
    color: var(--primary);
    margin: 0 0 24px;
}

.sobre-linha-text p {
    font-family: var(--font-body);
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--secondary);
    margin: 0 0 32px;
}

.btn-sobre-linha {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: 999px;
    background-color: var(--l1-accent);
    color: #FFFFFF;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}

.sobre-linha-topicos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
}

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

.topico-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #F1EFFE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--l1-accent);
    font-size: 1.1rem;
}

.topico-item:nth-child(even) .topico-icon {
    background-color: #E1F2EF;
    color: var(--l1-teal);
}

.topico-item span:last-child {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--primary);
    line-height: 1.3;
}

.sobre-linha-stats {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 20px;
}

.stat-card {
    position: relative;
    overflow: hidden;
    min-height: 148px;
    background-color: #FFFFFF;
    border: 1px solid #E9E7F5;
    border-radius: var(--border-radius-lg, 12px);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    box-shadow: 0 14px 36px rgba(20, 23, 46, 0.08);
}

.stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--l1-accent);
}

.stat-card:nth-child(2)::before {
    background-color: var(--l1-teal);
}

.stat-number {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.35rem;
    line-height: 1.1;
    color: var(--l1-accent);
}

.stat-card:nth-child(2) .stat-number {
    color: var(--l1-teal);
}

.stat-label {
    font-family: var(--font-body);
    font-size: 0.92rem;
    line-height: 1.45;
    color: var(--secondary);
}

@media (max-width: 768px) {
    .sobre-linha-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sobre-linha-topicos {
        grid-template-columns: 1fr;
    }

    .sobre-linha-stats {
        grid-template-columns: 1fr;
    }
}

/* ===================== PARA QUEM É A LINHA ===================== */
.section-para-quem-e {
    position: relative;
}

.para-quem-e-media {
    position: relative;
    width: 100%;
    min-height: 560px;
}

.para-quem-e-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.para-quem-e-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: flex;
    align-items: center;
    background: linear-gradient(
        90deg,
        rgba(20, 23, 46, 0.78) 0%,
        rgba(20, 23, 46, 0.55) 35%,
        rgba(20, 23, 46, 0.05) 60%,
        rgba(20, 23, 46, 0) 100%
    );
}

.para-quem-e-content {
    max-width: 480px;
}

.para-quem-e-content .eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--l1-highlight);
    margin-bottom: 12px;
}

.para-quem-e-content h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 28px;
}

.checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.checklist i {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--l1-highlight);
    color: var(--l1-bg);
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.checklist span {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.5;
    color: #F3F2FA;
}

@media (max-width: 768px) {
    .para-quem-e-media {
        min-height: auto;
    }

    .para-quem-e-overlay {
        min-height: auto;
        padding: 48px 0;
        background: linear-gradient(
            180deg,
            rgba(20, 23, 46, 0.85) 0%,
            rgba(20, 23, 46, 0.6) 60%,
            rgba(20, 23, 46, 0.3) 100%
        );
    }

    .para-quem-e-content {
        max-width: 100%;
    }
}
/* ===================== TEMAS DE PESQUISA ===================== */
@import url("https://fonts.googleapis.com/css2?family=Baloo+2&display=swap");
$main-green: #79dd09 !default;
$main-green-rgb-015: rgba(121, 221, 9, 0.1) !default;
$main-yellow: #bdbb49 !default;
$main-yellow-rgb-015: rgba(189, 187, 73, 0.1) !default;
$main-red: #bd150b !default;
$main-red-rgb-015: rgba(189, 21, 11, 0.1) !default;
$main-blue: #0076bd !default;
$main-blue-rgb-015: rgba(0, 118, 189, 0.1) !default;

.light {
	background: #f3f5f7;
}
.temas-pesquisa a, a:hover {
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}
#pageHeaderTitle {
	margin: 2rem 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.5rem;
}

/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;

	&.dark {
		background-color: #18151f;
	}
	&.light {
		background-color: #e1e5ea;
	}
	
	.t-dark {
		color: #18151f;
	}
	
  a {
    color: inherit;
  }
	
	h1,	.h1 {
		margin-bottom: 0.5rem;
		font-weight: 500;
		line-height: 1.2;
	}
	
	.small {
		font-size: 80%;
	}

  .postcard__title {
    font-size: 1.75rem;
  }

  .postcard__img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
  }

  .postcard__img_link {
    display: contents;
  }

  .postcard__bar {
    width: 50px;
    height: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
  }

  .postcard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
  }

  .postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0 0 0;
		padding: 0;
    justify-content: center;

    .tag__item {
      display: inline-block;
      background: rgba(83, 83, 83, 0.4);
      border-radius: 3px;
      padding: 2.5px 10px;
      margin: 0 5px 5px 0;
      cursor: default;
      user-select: none;
      transition: background-color 0.3s;

      &:hover {
        background: rgba(83, 83, 83, 0.8);
      }
    }
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 1;
    border-radius: 10px;
  }

  &:hover .postcard__bar {
    width: 100px;
  }
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;

    .postcard__title {
      font-size: 2rem;
    }

    .postcard__tagbox {
      justify-content: start;
    }

    .postcard__img {
      max-width: 300px;
      max-height: 100%;
      transition: transform 0.3s ease;
    }

    .postcard__text {
      padding: 3rem;
      width: 100%;
    }

    .media.postcard__text:before {
      content: "";
      position: absolute;
      display: block;
      background: #18151f;
      top: -20%;
      height: 130%;
      width: 55px;
    }

    &:hover .postcard__img {
      transform: scale(1.1);
    }

    &:nth-child(2n+1) {
      flex-direction: row;
    }

    &:nth-child(2n+0) {
      flex-direction: row-reverse;
    }

    &:nth-child(2n+1) .postcard__text::before {
      left: -12px !important;
      transform: rotate(4deg);
    }

    &:nth-child(2n+0) .postcard__text::before {
      right: -12px !important;
      transform: rotate(-4deg);
    }
  }
}
@media screen and (min-width: 1024px){
		.postcard__text {
      padding: 2rem 3.5rem;
    }
		
		.postcard__text:before {
      content: "";
      position: absolute;
      display: block;
      
      top: -20%;
      height: 130%;
      width: 55px;
    }
	
  .postcard.dark {
		.postcard__text:before {
			background: #18151f;
		}
  }
	.postcard.light {
		.postcard__text:before {
			background: #e1e5ea;
		}
  }
}

/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
	background: $main-green;
	color: black;
}
.green .postcard__title:hover {
	color: $main-green;
}
.green .postcard__bar {
	background-color: $main-green;
}
.green::before {
	background-image: linear-gradient(
		-30deg,
		$main-green-rgb-015,
		transparent 50%
	);
}
.green:nth-child(2n)::before {
	background-image: linear-gradient(30deg, $main-green-rgb-015, transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
	background: $main-blue;
}
.blue .postcard__title:hover {
	color: $main-blue;
}
.blue .postcard__bar {
	background-color: $main-blue;
}
.blue::before {
	background-image: linear-gradient(-30deg, $main-blue-rgb-015, transparent 50%);
}
.blue:nth-child(2n)::before {
	background-image: linear-gradient(30deg, $main-blue-rgb-015, transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
	background: $main-red;
}
.red .postcard__title:hover {
	color: $main-red;
}
.red .postcard__bar {
	background-color: $main-red;
}
.red::before {
	background-image: linear-gradient(-30deg, $main-red-rgb-015, transparent 50%);
}
.red:nth-child(2n)::before {
	background-image: linear-gradient(30deg, $main-red-rgb-015, transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
	background: $main-yellow;
	color: black;
}
.yellow .postcard__title:hover {
	color: $main-yellow;
}
.yellow .postcard__bar {
	background-color: $main-yellow;
}
.yellow::before {
	background-image: linear-gradient(
		-30deg,
		$main-yellow-rgb-015,
		transparent 50%
	);
}
.yellow:nth-child(2n)::before {
	background-image: linear-gradient(
		30deg,
		$main-yellow-rgb-015,
		transparent 50%
	);
}

@media screen and (min-width: 769px) {
	.green::before {
		background-image: linear-gradient(
			-80deg,
			$main-green-rgb-015,
			transparent 50%
		);
	}
	.green:nth-child(2n)::before {
		background-image: linear-gradient(
			80deg,
			$main-green-rgb-015,
			transparent 50%
		);
	}

	.blue::before {
		background-image: linear-gradient(
			-80deg,
			$main-blue-rgb-015,
			transparent 50%
		);
	}
	.blue:nth-child(2n)::before {
		background-image: linear-gradient(80deg, $main-blue-rgb-015, transparent 50%);
	}

	.red::before {
		background-image: linear-gradient(-80deg, $main-red-rgb-015, transparent 50%);
	}
	.red:nth-child(2n)::before {
		background-image: linear-gradient(80deg, $main-red-rgb-015, transparent 50%);
	}
	
	.yellow::before {
		background-image: linear-gradient(
			-80deg,
			$main-yellow-rgb-015,
			transparent 50%
		);
	}
	.yellow:nth-child(2n)::before {
		background-image: linear-gradient(
			80deg,
			$main-yellow-rgb-015,
			transparent 50%
		);
	}
}

/* ===================== TEMAS DE PESQUISA - AJUSTES ===================== */
.section-temas-pesquisa {
    background-color: var(--l1-neutral);
    padding: 96px 0;
}

.section-temas-pesquisa .container {
    max-width: 1120px;
}

#pageHeaderTitle {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1.1;
    letter-spacing: 0;
    color: var(--primary) !important;
    margin: 0 0 48px;
}

.section-temas-pesquisa a,
.section-temas-pesquisa a:hover {
    color: inherit;
    text-decoration: none;
}

.section-temas-pesquisa .postcard {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    margin: 0 0 2rem;
    color: var(--primary);
    border-radius: 12px;
    border: 1px solid rgba(139, 127, 255, 0.18);
    box-shadow: 0 18px 48px rgba(20, 23, 46, 0.12);
}

.section-temas-pesquisa .postcard__img_link {
    display: contents;
}

.section-temas-pesquisa .postcard__img {
    width: 100%;
    max-height: 210px;
    object-fit: cover;
    position: relative;
}

.section-temas-pesquisa .postcard__text {
    width: 100%;
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.section-temas-pesquisa .tema-modelagem {
    background-color: #FFFFFF;
    color: var(--primary);
}

.section-temas-pesquisa .tema-modelagem::before {
    background-image: linear-gradient(
        120deg,
        rgba(139, 127, 255, 0.16),
        rgba(0, 138, 120, 0.08) 46%,
        transparent 70%
    );
}

.section-temas-pesquisa .tema-modelagem .postcard__title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--primary);
}

.section-temas-pesquisa .tema-modelagem .postcard__title:hover {
    color: var(--l1-accent);
}

.postcard__kicker {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    background-color: #F1EFFE;
    color: var(--l1-accent);
    padding: 7px 12px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
}

.section-temas-pesquisa .tema-modelagem .postcard__bar {
    width: 72px;
    height: 6px;
    margin: 18px 0;
    background-color: var(--l1-teal);
}

.section-temas-pesquisa .tema-modelagem:hover .postcard__bar {
    width: 120px;
}

.section-temas-pesquisa .tema-modelagem .postcard__preview-txt {
    height: auto;
    overflow: visible;
    text-align: left;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--secondary);
}

.section-temas-pesquisa .postcard__tagbox {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
}

.section-temas-pesquisa .tema-modelagem .postcard__tagbox {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 24px;
}

.section-temas-pesquisa .tema-modelagem .tag__item {
    background-color: rgba(0, 138, 120, 0.1);
    border: 1px solid rgba(0, 138, 120, 0.18);
    border-radius: 999px;
    color: var(--primary);
    padding: 7px 12px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
}

.section-temas-pesquisa .tema-card {
    --tema-accent: var(--l1-accent);
    --tema-soft: #F1EFFE;
    --tema-gradient: rgba(139, 127, 255, 0.16);
    --tema-tag-bg: rgba(139, 127, 255, 0.12);
    --tema-tag-border: rgba(139, 127, 255, 0.2);
    background-color: #FFFFFF;
    color: var(--primary);
}

.section-temas-pesquisa .tema-ia {
    --tema-accent: var(--l1-rose);
    --tema-soft: #FFECEF;
    --tema-gradient: rgba(243, 71, 104, 0.14);
    --tema-tag-bg: rgba(243, 71, 104, 0.1);
    --tema-tag-border: rgba(243, 71, 104, 0.18);
}

.section-temas-pesquisa .tema-energia {
    --tema-accent: var(--l1-teal);
    --tema-soft: #E1F2EF;
    --tema-gradient: rgba(0, 138, 120, 0.14);
    --tema-tag-bg: rgba(0, 138, 120, 0.1);
    --tema-tag-border: rgba(0, 138, 120, 0.18);
}

.section-temas-pesquisa .tema-urbana {
    --tema-accent: var(--l1-highlight);
    --tema-soft: #FFF2DF;
    --tema-gradient: rgba(250, 186, 118, 0.18);
    --tema-tag-bg: rgba(250, 186, 118, 0.16);
    --tema-tag-border: rgba(250, 186, 118, 0.28);
}

.section-temas-pesquisa .tema-card::before {
    background-image: linear-gradient(
        120deg,
        var(--tema-gradient),
        rgba(139, 127, 255, 0.06) 46%,
        transparent 70%
    );
}

.section-temas-pesquisa .tema-card .postcard__title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--primary);
}

.section-temas-pesquisa .tema-card .postcard__title:hover {
    color: var(--tema-accent);
}

.section-temas-pesquisa .tema-card .postcard__kicker {
    background-color: var(--tema-soft);
    color: var(--tema-accent);
}

.section-temas-pesquisa .tema-card .postcard__bar {
    width: 72px;
    height: 6px;
    margin: 18px 0;
    background-color: var(--tema-accent);
}

.section-temas-pesquisa .tema-card:hover .postcard__bar {
    width: 120px;
}

.section-temas-pesquisa .tema-card .postcard__preview-txt {
    height: auto;
    overflow: visible;
    text-align: left;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--secondary);
}

.section-temas-pesquisa .tema-card .postcard__tagbox {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 24px;
}

.section-temas-pesquisa .tema-card .tag__item {
    background-color: var(--tema-tag-bg);
    border: 1px solid var(--tema-tag-border);
    border-radius: 999px;
    color: var(--primary);
    padding: 7px 12px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
}

.btn-temas-cta {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 34px auto 0;
    padding: 14px 26px;
    border-radius: 999px;
    background-color: var(--l1-bg);
    color: #FFFFFF !important;
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-weight: 700;
    box-shadow: 0 16px 36px rgba(20, 23, 46, 0.16);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-temas-cta:hover {
    background-color: var(--l1-accent);
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .section-temas-pesquisa {
        padding: 64px 0;
    }

    #pageHeaderTitle {
        margin-bottom: 32px;
    }

    .postcard__kicker {
        white-space: normal;
    }

    .btn-temas-cta {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 769px) {
    .section-temas-pesquisa .postcard {
        flex-wrap: nowrap;
    }

    .section-temas-pesquisa .postcard:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .section-temas-pesquisa .postcard__img {
        max-width: 320px;
        max-height: none;
        min-height: 100%;
        transition: transform 0.3s ease;
    }

    .section-temas-pesquisa .postcard:hover .postcard__img {
        transform: scale(1.04);
    }

    .section-temas-pesquisa .postcard__text {
        padding: 2.6rem 3rem;
    }
}
/* ===================== ÁREAS DE IMPACTO ===================== */
.section-areas-impacto {
    background-color: var(--l1-teal);
    padding: 96px 0;
}

.section-areas-impacto .eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--l1-highlight);
    margin-bottom: 12px;
}

.section-areas-impacto h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    color: #FFFFFF;
    max-width: 680px;
    margin: 0 0 18px;
}

.impacto-intro {
    max-width: 720px;
    margin: 0 0 40px;
    font-family: var(--font-body);
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.86);
}

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

.impacto-card {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.impacto-card:hover {
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.16);
    border-color: rgba(250, 186, 118, 0.72);
}

.impacto-card i {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(250, 186, 118, 0.18);
    color: var(--l1-highlight);
    font-size: 1.25rem;
}

.impacto-card h3 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
}

.impacto-card p {
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
}

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

@media (max-width: 576px) {
    .section-areas-impacto {
        padding: 64px 0;
    }

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

    .impacto-card {
        min-height: auto;
    }
}

/* ===================== ODS PRIORITÁRIAS ===================== */
.section-ods-prioritarias {
    background-color: var(--l1-neutral);
    padding: 96px 0;
}

.ods-hero {
    overflow: hidden;
    max-width: 920px;
    border-radius: 12px;
    background-color: transparent;
    margin: 0 auto 36px;
}

.ods-hero img {
    display: block;
    width: 100%;
    max-height: 430px;
    object-fit: contain;
}

.ods-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 28px;
    align-items: stretch;
}

.ods-intro,
.ods-focus {
    border: 1px solid rgba(139, 127, 255, 0.16);
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 14px 36px rgba(20, 23, 46, 0.08);
    padding: 28px;
}

.ods-intro .eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--l1-accent);
    margin-bottom: 12px;
}

.ods-intro h2 {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.18;
    color: var(--primary);
    margin: 0 0 22px;
}

.ods-intro p {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.68;
    color: var(--secondary);
    margin: 0 0 16px;
}

.ods-intro p:last-child {
    margin-bottom: 0;
}

.ods-focus {
    display: flex;
    flex-direction: column;
}

.ods-focus h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--primary);
    margin: 0 0 18px;
}

.ods-focus p {
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.58;
    color: var(--secondary);
    margin: 18px 0 0;
}

.ods-mini-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.ods-mini-grid img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 10px 22px rgba(20, 23, 46, 0.12);
    transition: transform 0.2s ease;
}

.ods-mini-grid img:hover {
    transform: translateY(-2px);
}

body[data-line="linha-2"] .ods-mini-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 992px) {
    .ods-content-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .section-ods-prioritarias {
        padding: 64px 0;
    }

    .ods-hero {
        border-radius: 10px;
        margin-bottom: 24px;
    }

    .ods-hero img {
        max-height: 260px;
        min-height: 0;
        object-fit: cover;
        object-position: 58% center;
    }

    .ods-intro,
    .ods-focus {
        padding: 22px;
    }

    .ods-mini-grid {
        grid-template-columns: repeat(5, minmax(48px, 1fr));
        gap: 7px;
    }

    .ods-focus p {
        font-size: 0.9rem;
    }
}
/* ===================== PROBLEMAS REAIS QUE VOCÊ PODE RESOLVER ===================== */
.section-problemas-reais {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            90deg,
            rgba(20, 23, 46, 0.94) 0%,
            rgba(20, 23, 46, 0.82) 36%,
            rgba(20, 23, 46, 0.42) 62%,
            rgba(20, 23, 46, 0.08) 100%
        ),
        url("../img/linhasPesquisa/problema.png") center right / cover no-repeat;
    padding: 96px 0;
}

.problemas-content {
    max-width: 620px;
}

.section-problemas-reais .eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--l1-highlight);
    margin-bottom: 12px;
}

.section-problemas-reais h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    color: #FFFFFF;
    margin: 0 0 18px;
    max-width: 600px;
}

.problemas-lead {
    font-family: var(--font-body);
    font-size: 1.04rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 34px;
}

.problemas-list {
    display: grid;
    gap: 16px;
}

.problema-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.problema-item:hover {
    transform: translateY(-2px);
    border-color: rgba(250, 186, 118, 0.55);
    background-color: rgba(255, 255, 255, 0.09);
}

.problema-item__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(250, 186, 118, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: var(--l1-highlight);
}

.problema-item p {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.58;
    color: #F3F2FA;
    margin: 0;
    max-width: 720px;
}

@media (max-width: 992px) {
    .section-problemas-reais {
        min-height: auto;
        background:
            linear-gradient(
                90deg,
                rgba(20, 23, 46, 0.95) 0%,
                rgba(20, 23, 46, 0.86) 48%,
                rgba(20, 23, 46, 0.48) 100%
            ),
            url("../img/linhasPesquisa/problema.png") center right / cover no-repeat;
    }
}

@media (max-width: 576px) {
    .section-problemas-reais {
        padding: 64px 0;
        background:
            linear-gradient(
                180deg,
                rgba(20, 23, 46, 0.95) 0%,
                rgba(20, 23, 46, 0.88) 62%,
                rgba(20, 23, 46, 0.7) 100%
            ),
            url("../img/linhasPesquisa/problema.png") center center / cover no-repeat;
    }

    .problema-item {
        gap: 14px;
        padding: 18px;
    }

    .problema-item__icon {
        width: 40px;
        height: 40px;
    }

    .problemas-lead {
        font-size: 0.96rem;
        margin-bottom: 24px;
    }
}
/* ===================== PROJETOS — DOCENTES ===================== */
.section-projetos {
    background-color: #ffffff;
    padding: 88px 0;
}

.section-projetos .eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--l1-accent);
    margin-bottom: 10px;
    text-align: center;
}

.section-projetos h2 {
    max-width: 680px;
    margin: 0 auto 58px;
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--primary);
    text-align: center;
}

.docentes-card-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 56px 34px;
    align-items: start;
}

.docente-card {
    min-width: 0;
    text-align: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.docente-card__foto {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    object-fit: contain;
    object-position: center;
    background-color: #f7faf8;
    border: 1px solid rgba(0, 48, 58, 0.08);
    padding: 5px;
    margin-bottom: 22px;
}

.docente-card__nome {
    font-family: var(--font-display);
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.22;
    color: var(--primary);
    margin: 0 0 6px;
}

.docente-card__formacao {
    font-family: var(--font-body);
    font-size: 0.84rem;
    line-height: 1.35;
    color: var(--secondary);
    margin: 0 0 8px;
}

.docente-card__projeto {
    max-width: 180px;
    min-height: 45px;
    font-family: var(--font-body);
    font-size: 0.74rem;
    line-height: 1.35;
    color: rgba(38, 96, 84, 0.88);
    margin: 0 0 20px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Links: e-mail + Lattes */
.docente-card__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.docente-card__link {
    width: 25px;
    height: 25px;
    border: 0;
    background: transparent;
    color: #9aa3af;
    font-size: 1.18rem;
    line-height: 1;
    text-decoration: none;
    padding: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.docente-card__link span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.docente-card__link:hover,
.docente-card__link:focus {
    color: var(--l1-accent);
    transform: translateY(-2px);
}

.docente-card__lattes-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.58;
    transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.docente-card__link:hover .docente-card__lattes-icon,
.docente-card__link:focus .docente-card__lattes-icon {
    filter: grayscale(0);
    opacity: 1;
}

.docente-card__link-disabled,
.docente-card__link-disabled:hover,
.docente-card__link-disabled:focus {
    cursor: not-allowed;
    opacity: 0.28;
    color: #9aa3af;
    transform: none;
}

/* Responsividade */
@media (max-width: 1199px) {
    .docentes-card-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .docentes-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 48px 28px;
    }
}

@media (max-width: 575px) {
    .section-projetos {
        padding: 64px 0;
    }

    .section-projetos h2 {
        margin-bottom: 38px;
    }

    .docentes-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 18px;
    }

    .docente-card {
        padding: 0 2px;
    }

    .docente-card__foto {
        width: 112px;
        height: 112px;
        margin-bottom: 16px;
    }

    .docente-card__nome {
        font-size: 0.82rem;
    }

    .docente-card__formacao {
        font-size: 0.72rem;
    }

    .docente-card__projeto {
        max-width: 140px;
        min-height: 34px;
        font-size: 0.66rem;
        margin-bottom: 15px;
    }

    .docente-card__links {
        gap: 15px;
    }

    .docente-card__link {
        width: 22px;
        height: 22px;
        font-size: 1.05rem;
    }

    .docente-card__lattes-icon {
        width: 20px;
        height: 20px;
    }
}
/* ===================== PERFIL DO EGRESSO — cards com imagem de fundo ===================== */
.section-perfil-egresso {
    background-color: var(--l1-neutral);
    padding: 96px 0;
}

.perfil-egresso-heading {
    max-width: 720px;
    margin-bottom: 44px;
}

.perfil-egresso-heading .eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--l1-accent);
    margin-bottom: 12px;
}

.perfil-egresso-heading h2 {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.18;
    color: var(--primary);
    margin: 0;
}

.perfil-egresso-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.egresso-card {
    position: relative;
    isolation: isolate;
    min-height: 310px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    border-radius: 12px;
    background-color: var(--l1-bg);
    box-shadow: 0 18px 42px rgba(20, 23, 46, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.egresso-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 56px rgba(20, 23, 46, 0.2);
}

.egresso-card__img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0);
    transform: scale(1.02);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.egresso-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        180deg,
        rgba(20, 23, 46, 0.16) 0%,
        rgba(20, 23, 46, 0.48) 44%,
        rgba(20, 23, 46, 0.86) 100%
    );
    transition: background 0.3s ease;
}

.egresso-card:hover .egresso-card__img {
    filter: grayscale(1);
    transform: scale(1.07);
}

.egresso-card:hover::before {
    background: linear-gradient(
        180deg,
        rgba(20, 23, 46, 0.42) 0%,
        rgba(20, 23, 46, 0.72) 46%,
        rgba(20, 23, 46, 0.94) 100%
    );
}

.egresso-card__content {
    width: 100%;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px;
    color: #FFFFFF;
}

.egresso-card__top h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.18;
    color: #FFFFFF;
    margin: 0 0 10px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.egresso-card__top span {
    display: inline-block;
    max-width: 92%;
    padding: 7px 10px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.86);
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.25;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.egresso-card__content p {
    max-width: 560px;
    font-family: var(--font-display);
    font-size: clamp(1.22rem, 2.1vw, 1.65rem);
    font-weight: 800;
    line-height: 1.18;
    color: #FFFFFF;
    margin: 0;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
    transform: translateY(6px);
    transition: transform 0.25s ease;
}

.egresso-card:hover .egresso-card__top span {
    background-color: var(--l1-highlight);
    color: var(--l1-bg);
}

.egresso-card:hover .egresso-card__content p {
    transform: translateY(0);
}

@media (max-width: 992px) {
    .perfil-egresso-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .section-perfil-egresso {
        padding: 64px 0;
    }

    .perfil-egresso-heading {
        margin-bottom: 32px;
    }

    .egresso-card,
    .egresso-card__content {
        min-height: 280px;
    }

    .egresso-card__content {
        padding: 22px;
    }
}

/* ===================== FOOTER ===================== */
.site-footer {
    background-color: var(--l1-bg);
    color: rgba(255, 255, 255, 0.82);
    padding: 56px 0 32px;
    border-top: 4px solid var(--l1-teal);
}

.footer-grid {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 0.8fr 0.8fr;
    gap: 36px;
}

.footer-brand,
.site-footer h5 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--l1-highlight);
    margin-bottom: 12px;
}

.footer-small,
.site-footer p {
    font-family: var(--font-body);
    font-size: 0.94rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 10px;
}

.site-footer strong {
    display: block;
    font-family: var(--font-display);
    font-size: 0.98rem;
    font-weight: 800;
    color: var(--l1-highlight);
    margin-bottom: 14px;
}

.footer-links,
.footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-social li {
    margin-bottom: 10px;
}

.site-footer a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer a:hover {
    color: var(--l1-highlight);
}

.footer-social i {
    font-size: 1.05rem;
}

.footer-bottom {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 22px;
    margin-top: 6px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 768px) {
    .site-footer {
        padding: 44px 0 28px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}
/* ===================== CTA FINAL ===================== */
.section-cta-final {
    background-color: var(--l1-teal);
    padding: 110px 0;
}

.section-cta-final h2 {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #FFFFFF;
    margin: 0 0 16px;
}

.section-cta-final p {
    font-family: var(--font-body);
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.86);
    max-width: 520px;
    margin: 0 auto 40px;
}

.cta-final-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    border-radius: 999px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.btn-cta:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.btn-cta-solid {
    background-color: #FFFFFF;
    color: var(--l1-bg) !important;
    box-shadow: 0 14px 30px rgba(20, 23, 46, 0.16);
}

.btn-cta-whatsapp {
    background-color: #25D366;
    color: #FFFFFF !important;
    box-shadow: 0 14px 30px rgba(20, 23, 46, 0.16);
}

.btn-cta-whatsapp i {
    display: inline-flex;
    font-size: 1.15rem;
    font-weight: 400;
}

@media (max-width: 576px) {
    .cta-final-buttons {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
}
