@font-face {
  font-family: "Flink Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Flink Regular"), url("../fonts/FlinkRegular.woff") format("woff");
}
@font-face {
  font-family: "Flink Regular Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Flink Regular Italic"), url("../fonts/FlinkRegularItalic.woff") format("woff");
}
@font-face {
  font-family: "Flink Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Flink Thin"), url("../fonts/FlinkThin.woff") format("woff");
}
@font-face {
  font-family: "Flink Thin Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Flink Thin Italic"), url("../fonts/FlinkThinItalic.woff") format("woff");
}
@font-face {
  font-family: "Flink ExtraLight";
  font-style: normal;
  font-weight: normal;
  src: local("Flink ExtraLight"), url("../fonts/FlinkExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Flink ExtraLight Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Flink ExtraLight Italic"), url("../fonts/FlinkExtraLightItalic.woff") format("woff");
}
@font-face {
  font-family: "Flink Light";
  font-style: normal;
  font-weight: normal;
  src: local("Flink Light"), url("../fonts/FlinkLight.woff") format("woff");
}
@font-face {
  font-family: "Flink Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Flink Light Italic"), url("../fonts/FlinkLightItalic.woff") format("woff");
}
@font-face {
  font-family: "Flink Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Flink Medium"), url("../fonts/FlinkMedium.woff") format("woff");
}
@font-face {
  font-family: "Flink Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Flink Medium Italic"), url("../fonts/FlinkMediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Flink Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Flink Bold"), url("../fonts/FlinkBold.woff") format("woff");
}
@font-face {
  font-family: "Flink Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Flink Bold Italic"), url("../fonts/FlinkBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Flink ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: local("Flink ExtraBold"), url("../fonts/FlinkExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Flink ExtraBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Flink ExtraBold Italic"), url("../fonts/FlinkExtraBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Flink Black";
  font-style: normal;
  font-weight: normal;
  src: local("Flink Black"), url("../fonts/FlinkBlack.woff") format("woff");
}
@font-face {
  font-family: "Flink Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Flink Black Italic"), url("../fonts/FlinkBlackItalic.woff") format("woff");
}
:root {
  --ds-primary-dark-teal: #242a40;
  --ds-primary-bright-teal: #4f5e88;
  --ds-white: #fff;
  --ds-light-cream: #e6e6de;
  --ds-off-white: #f8f9fa;
  --ds-light-gray: #e5e7eb;
  --ds-medium-gray: #6b7280;
  --ds-dark-gray: #374151;
  --ds-success: #10b981;
  --ds-checkmark: #4f5e88;
  --ds-spacing-xs: 0.5rem;
  --ds-spacing-sm: 1rem;
  --ds-spacing-md: 1.5rem;
  --ds-spacing-lg: 2rem;
  --ds-spacing-xl: 3rem;
  --ds-spacing-2xl: 4rem;
  --ds-spacing-3xl: 6rem;
  --ds-spacing-4xl: 8rem;
  --ds-radius-sm: 0.5rem;
  --ds-radius-md: 0.75rem;
  --ds-radius-lg: 1rem;
  --ds-radius-xl: 1.5rem;
  --ds-shadow-card:
    0 4px 6px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.03);
  --ds-shadow-card-hover:
    0 12px 24px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.06);
  --ds-shadow-elevated: 0 20px 40px rgba(0, 0, 0, 0.1);
  --ds-shadow-button-hover: 0 8px 16px rgba(0, 159, 227, 0.3);
  --ds-transition-default: all 0.3s ease;
  --ds-transition-fast: all 0.15s ease;
  --ds-transition-slow: all 0.5s ease;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  font-size: 1rem;
  background-color: var(--ds-off-white);
  color: var(--ds-primary-dark-teal);
}

main {
  margin: 110px 0 0;
}

section {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
}

section > * {
  scroll-snap-align: center;
}

h1,
.h1 {
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h2,
.h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 600;
}

.lead {
  font-size: 1.25rem;
  line-height: 1.6;
}

.text-muted {
  color: var(--ds-medium-gray) !important;
}

.titulo,
.titulo-center {
  font-family: "Flink Bold", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 1.25rem;
}
.titulo::after,
.titulo-center::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 5px;
  border-bottom: 4px solid #009fe3;
}

.titulo-center::after {
  margin: 5px auto 0;
}

@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
  }
}
.btn {
  padding: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  transition: var(--ds-transition-default);
  border: none;
  min-width: 44px;
}
.btn:focus {
  box-shadow: 0 0 0 3px rgba(0, 159, 227, 0.3);
}

.btn-primary {
  background-color: var(--ds-primary-bright-teal);
  color: var(--ds-white);
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #009fe3;
  color: var(--ds-white);
  transform: translateY(-2px);
  box-shadow: var(--ds-shadow-button-hover);
}
.btn-primary:active {
  transform: translateY(0);
}

.btn-secondary {
  background-color: transparent;
  color: var(--ds-primary-dark-teal);
  border: 2px solid var(--ds-primary-dark-teal);
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: var(--ds-primary-dark-teal);
  color: var(--ds-white);
  border-color: var(--ds-primary-dark-teal);
}

.btn-outline-light {
  background-color: transparent;
  color: var(--ds-white);
  border: 2px solid var(--ds-white);
}
.btn-outline-light:hover, .btn-outline-light:focus {
  background-color: var(--ds-white);
  color: var(--ds-primary-dark-teal);
}

.btn-ghost {
  background-color: transparent;
  color: var(--ds-primary-bright-teal);
  padding: 0.5rem 1rem;
}
.btn-ghost:hover, .btn-ghost:focus {
  background-color: rgba(0, 159, 227, 0.1);
  color: var(--ds-primary-bright-teal);
}

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
}

header {
  margin-top: 30px;
  position: relative;
  color: var(--ds-white);
  border-bottom: none;
  background-color: var(--ds-primary-dark-teal);
}
header .navbar {
  padding: 1rem 0;
}
header .nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  transition: var(--ds-transition-fast);
  min-height: 44px;
  min-width: 44px;
}
header .nav-link:hover, header .nav-link:focus {
  color: var(--ds-primary-bright-teal);
}
@media (min-width: 768px) {
  header .nav-link {
    font-size: 0.85rem;
  }
}
@media (min-width: 992px) {
  header .nav-link {
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  header .nav-link {
    font-size: 1rem;
  }
}
header .navbar-brand img {
  height: 5rem;
}

#pagina-em-desenvolvimento {
  background: radial-gradient(circle at 12% 16%, rgba(79, 94, 136, 0.16) 0%, rgba(79, 94, 136, 0) 38%), radial-gradient(circle at 88% 80%, rgba(0, 159, 227, 0.1) 0%, rgba(0, 159, 227, 0) 35%), var(--ds-off-white);
}

.topo-simples {
  margin-top: 0;
  background-color: var(--ds-primary-dark-teal);
  border-bottom: none;
}
.topo-simples .navbar {
  padding: 0.9rem 0;
}
.topo-simples .navbar-brand {
  display: inline-flex;
  align-items: center;
}
.topo-simples .navbar-brand img {
  height: 4.2rem;
  width: auto;
}

main.main-em-desenvolvimento {
  margin-top: 96px;
  padding: var(--ds-spacing-2xl) 0;
  display: flex;
  align-items: center;
}

.pagina-status {
  width: 100%;
  min-height: clamp(360px, 62vh, 640px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: visible;
  scroll-snap-type: none;
}
.pagina-status > * {
  scroll-snap-align: none;
}

.pagina-status__card {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.25rem);
  text-align: center;
  border-radius: var(--ds-radius-xl);
  border: 1px solid rgba(79, 94, 136, 0.2);
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: var(--ds-shadow-card-hover);
  backdrop-filter: blur(3px);
}

.pagina-status__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ds-primary-bright-teal);
  font-weight: 700;
  margin-bottom: var(--ds-spacing-sm);
}

.pagina-status__title {
  margin-bottom: var(--ds-spacing-md);
}

.pagina-status__description {
  margin: 0 auto var(--ds-spacing-lg);
  max-width: 34ch;
  color: var(--ds-dark-gray);
  font-size: 1.1rem;
}

@media (max-width: 767.98px) {
  .topo-simples .navbar-brand img {
    height: 3.4rem;
  }
  main.main-em-desenvolvimento {
    margin-top: 82px;
    padding: var(--ds-spacing-xl) 0;
  }
  .pagina-status {
    min-height: clamp(300px, 58vh, 500px);
  }
  .pagina-status__card {
    padding: var(--ds-spacing-lg) var(--ds-spacing-md);
  }
}
#navegacao-portais {
  background-color: #181c2e;
  padding: 0.25rem 0;
}
#navegacao-portais .nav-item a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  transition: var(--ds-transition-fast);
}
#navegacao-portais .nav-item a:hover {
  color: var(--ds-primary-bright-teal);
}
#navegacao-portais .nav-item a i {
  font-size: 0.875rem;
}

#topo-imagem, #topo-imagem-animate {
  padding: var(--ds-spacing-3xl) 0;
  position: relative;
  overflow: hidden;
  color: var(--ds-white);
  background: linear-gradient(135deg, #3d496b 0%, #181c2e 100%);
  min-height: 70vh;
  display: flex;
  align-items: center;
  background-image: url("../images/bg-linhas.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#topo-imagem .overlay-imagem, #topo-imagem-animate .overlay-imagem {
  width: 100%;
}
#topo-imagem .overlay-imagem .imagem-content, #topo-imagem-animate .overlay-imagem .imagem-content {
  padding: 0;
}
#topo-imagem h1,
#topo-imagem .h1, #topo-imagem-animate h1,
#topo-imagem-animate .h1 {
  color: var(--ds-white);
  margin-bottom: var(--ds-spacing-md);
}
#topo-imagem h3,
#topo-imagem .h3, #topo-imagem-animate h3,
#topo-imagem-animate .h3 {
  color: var(--ds-white);
  font-size: 2.5rem;
  margin-bottom: var(--ds-spacing-sm);
}
#topo-imagem p, #topo-imagem-animate p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: var(--ds-spacing-sm);
}
#topo-imagem .lead, #topo-imagem-animate .lead {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.25rem;
}
#topo-imagem img, #topo-imagem-animate img {
  border-radius: var(--ds-radius-lg);
}
#topo-imagem .btn-primary, #topo-imagem-animate .btn-primary {
  margin-right: var(--ds-spacing-sm);
}
@media (max-width: 767.98px) {
  #topo-imagem, #topo-imagem-animate {
    min-height: auto;
    padding: var(--ds-spacing-2xl) 0;
  }
  #topo-imagem h3,
  #topo-imagem .h3, #topo-imagem-animate h3,
  #topo-imagem-animate .h3 {
    font-size: 1.75rem;
  }
  #topo-imagem .btn, #topo-imagem-animate .btn {
    width: 100%;
    margin-bottom: var(--ds-spacing-sm);
  }
}
@media (min-width: 768px) {
  #topo-imagem, #topo-imagem-animate {
    min-height: 50vh;
  }
  #topo-imagem::before, #topo-imagem-animate::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url("../images/globe_technology.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 95% auto;
    z-index: 0;
    opacity: 0;
    transform: translateX(100px);
    animation: fadeLeft 0.6s ease 0.3s forwards, floatLayer1 6s ease-in-out 0.9s infinite;
  }
  #topo-imagem > .container-lg, #topo-imagem-animate > .container-lg {
    position: relative;
    z-index: 1;
  }
}

#topo-imagem-animate {
  position: relative;
}
#topo-imagem-animate .overlay-imagem-animate {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}
#topo-imagem-animate .overlay-imagem-animate #globe-group {
  width: min(62vw, 760px);
  height: auto;
  margin-right: -6vw;
  opacity: 0.85;
}
#topo-imagem-animate .overlay-imagem-animate #globe-group #inovacoes,
#topo-imagem-animate .overlay-imagem-animate #globe-group #conexao,
#topo-imagem-animate .overlay-imagem-animate #globe-group #dados {
  pointer-events: auto;
  cursor: pointer;
}
#topo-imagem-animate .overlay-imagem {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
#topo-imagem-animate .overlay-imagem a, #topo-imagem-animate .overlay-imagem button, #topo-imagem-animate .overlay-imagem .btn {
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  #topo-imagem-animate .overlay-imagem-animate #globe-group {
    width: min(110vw, 560px);
    margin-right: -30vw;
    opacity: 0.45;
  }
}
@media (min-width: 768px) {
  #topo-imagem-animate::before {
    background-image: none !important;
  }
}

.parallax-mockups {
  position: relative;
  width: 100%;
  height: 500px;
  perspective: 1000px;
}
@media (max-width: 767.98px) {
  .parallax-mockups {
    height: 300px;
    margin: var(--ds-spacing-lg) 0;
  }
}

.parallax-layer {
  position: absolute;
  max-width: 100%;
  height: auto;
  transition: transform 0.1s ease-out;
  will-change: transform;
  border-radius: var(--ds-radius-lg);
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}
.parallax-layer.layer-1 {
  z-index: 1;
  top: 90px;
  left: calc(0% - 7vw);
  width: 100%;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .parallax-layer.layer-1 {
    top: 0;
    left: 10%;
    width: 100%;
  }
}
.parallax-layer.layer-2 {
  z-index: 2;
  top: 60px;
  left: calc(5% - 10vw);
  width: 90%;
}
@media (max-width: 767.98px) {
  .parallax-layer.layer-2 {
    top: 30px;
    left: 5%;
    width: 100%;
  }
}
.parallax-layer.layer-3 {
  z-index: 3;
  top: 360px;
  left: calc(10% - 13vw);
  width: 85%;
}
@media (max-width: 767.98px) {
  .parallax-layer.layer-3 {
    top: 60px;
    left: 0;
    width: 100%;
  }
}

#sobre {
  padding: var(--ds-spacing-3xl) 0;
  background-color: var(--ds-off-white);
  position: relative;
  overflow: hidden;
}
#sobre h2 {
  color: var(--ds-primary-dark-teal);
  margin-bottom: var(--ds-spacing-md);
}
#sobre .lead {
  color: var(--ds-dark-gray);
  font-size: 1.25rem;
}
#sobre p {
  color: var(--ds-medium-gray);
  line-height: 1.8;
}
#sobre .fw-bold {
  color: var(--ds-primary-dark-teal);
}

#funcionalidades {
  padding: var(--ds-spacing-3xl) 0;
  background-color: var(--ds-light-cream);
}
#funcionalidades h2 {
  color: var(--ds-primary-dark-teal);
  margin-bottom: var(--ds-spacing-xl);
}

.funcionalidade-item {
  background-color: var(--ds-white);
  padding: var(--ds-spacing-lg);
  border-radius: var(--ds-radius-lg);
  text-align: center;
  height: 100%;
  box-shadow: var(--ds-shadow-card);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: var(--ds-transition-default);
}
.funcionalidade-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--ds-shadow-card-hover);
}
.funcionalidade-item i {
  color: var(--ds-primary-bright-teal);
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto var(--ds-spacing-sm);
  background-color: rgba(0, 159, 227, 0.1);
  border-radius: 50%;
}
.funcionalidade-item h5 {
  color: var(--ds-primary-dark-teal);
  font-weight: 600;
  margin-bottom: var(--ds-spacing-xs);
}
.funcionalidade-item p {
  color: var(--ds-medium-gray);
  font-size: 0.95rem;
  margin: 0;
}

#destaques {
  padding: var(--ds-spacing-2xl) 0;
  background-color: var(--ds-light-cream);
}
#destaques h2 {
  color: var(--ds-primary-dark-teal);
  margin-bottom: var(--ds-spacing-sm);
}
#destaques .lead {
  color: var(--ds-dark-gray);
}
#destaques .text-muted {
  color: var(--ds-medium-gray) !important;
}
#destaques .fw-bold {
  color: var(--ds-primary-dark-teal);
}
#destaques .destaques-swiper {
  /* padding: var(--ds-spacing-lg) 0 var(--ds-spacing-3xl) !important; */
  padding: 0 0 50px !important;
}
#destaques .destaques-swiper .swiper-button-prev,
#destaques .destaques-swiper .swiper-button-next {
  top: auto !important;
  bottom: 0 !important;
  border: 2px solid var(--ds-primary-dark-teal);
  border-radius: 50%;
  padding: 20px !important;
  margin-top: 60px !important;
  color: var(--ds-primary-dark-teal);
  transition: var(--ds-transition-default);
}
#destaques .destaques-swiper .swiper-button-prev:hover,
#destaques .destaques-swiper .swiper-button-next:hover {
  color: var(--ds-white);
  background-color: var(--ds-primary-dark-teal);
}
#destaques .destaques-swiper .swiper-button-prev::after,
#destaques .destaques-swiper .swiper-button-next::after {
  font-size: 1rem;
  font-weight: 700;
}
#destaques .destaques-swiper .swiper-button-prev {
  left: auto;
  right: 70px;
} 
#destaques .card {
  border: none;
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-card);
  transition: var(--ds-transition-default);
  overflow: hidden;
}
#destaques .card:hover {
  transform: translateY(-8px);
  box-shadow: var(--ds-shadow-card-hover);
}
#destaques .card:hover .card-img {
  transform: scale(1.05);
}
#destaques .card .card-img-container {
  overflow: hidden;
  border-radius: var(--ds-radius-lg) var(--ds-radius-lg) 0 0;
  
}
#destaques .card .card-img-container .card-img {
  transition: transform 0.5s ease;
  background-color: #fff !important;
}
#destaques .card .card-body {
  padding: var(--ds-spacing-xs);
  /* background-color: var(--ds-light-gray) !important; */
  background-color: #fff !important;

}
#destaques .card .badge {
  font-weight: 500;
  padding: 0.3rem 0.75rem;
  border-radius: var(--ds-radius-sm);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#destaques .card .titulo-card {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ds-primary-dark-teal);
  margin-top: var(--ds-spacing-sm);
  margin-bottom: var(--ds-spacing-xs);
}
#destaques .card .card-text {
  color: var(--ds-medium-gray);
  line-height: 1.6;
}

#cadastro-info {
  color: var(--ds-white);
  padding: var(--ds-spacing-3xl) 0;
  background-color: var(--ds-primary-dark-teal);
}
#cadastro-info h2 {
  margin-bottom: var(--ds-spacing-md);
}
#cadastro-info .card {
  background-color: var(--ds-primary-dark-teal);
  border: 4px solid var(--ds-white);
  border-radius: var(--ds-radius-xl);
  box-shadow: var(--ds-shadow-elevated);
  transition: var(--ds-transition-default);
  overflow: hidden;
}
#cadastro-info .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
#cadastro-info .card .card-body {
  padding: var(--ds-spacing-lg);
}
#cadastro-info .card i {
  color: #009fe3;
  font-size: 3.5rem;
  margin-bottom: var(--ds-spacing-sm);
}
#cadastro-info .card .card-title {
  color: var(--ds-white);
  font-weight: 700;
  margin-bottom: var(--ds-spacing-sm);
}
#cadastro-info .card .card-text {
  color: var(--ds-white);
  line-height: 1.7;
}
#cadastro-info .cadastro-link-card {
  display: block;
  color: var(--ds-white);
  cursor: pointer;
}
#cadastro-info .cadastro-link-card:visited {
  color: var(--ds-white);
}
#cadastro-info .cadastro-link-card:hover, #cadastro-info .cadastro-link-card:focus-visible {
  background-color: #009fe3;
  color: var(--ds-white);
  transform: translateY(-2px);
  box-shadow: var(--ds-shadow-button-hover);
  text-decoration: none;
}
#cadastro-info .cadastro-link-card:hover i, #cadastro-info .cadastro-link-card:focus-visible i {
  color: var(--ds-white);
}
#cadastro-info .cadastro-link-card:focus-visible {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  outline: 3px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}
#cadastro-info .btn-primary {
  background-color: var(--ds-primary-bright-teal);
  color: var(--ds-white);
}
#cadastro-info .btn-primary i {
  color: var(--ds-white);
  font-size: 1rem;
  margin: 0;
}
#cadastro-info .btn-primary:hover {
  background-color: #009fe3;
  transform: translateY(-2px);
  box-shadow: var(--ds-shadow-button-hover);
}

#faq {
  padding: var(--ds-spacing-3xl) 0;
  background-color: var(--ds-white);
}
#faq h2 {
  color: var(--ds-primary-dark-teal);
}
#faq .accordion {
  border: none;
}
#faq .accordion-item {
  border: 1px solid var(--ds-light-gray);
  border-radius: var(--ds-radius-lg) !important;
  margin-bottom: var(--ds-spacing-sm);
  overflow: hidden;
  background-color: var(--ds-white);
  transition: var(--ds-transition-default);
}
#faq .accordion-item:hover {
  box-shadow: var(--ds-shadow-card);
}
#faq .accordion-button {
  background-color: var(--ds-white);
  color: var(--ds-primary-dark-teal);
  font-weight: 600;
  font-size: 1.1rem;
  padding: var(--ds-spacing-md) var(--ds-spacing-lg);
  border: none;
  transition: var(--ds-transition-default);
}
#faq .accordion-button:not(.collapsed) {
  background-color: var(--ds-off-white);
  color: var(--ds-primary-dark-teal);
  box-shadow: none;
}
#faq .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(0, 159, 227, 0.2);
  border: none;
}
#faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23242a40'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: var(--ds-transition-default);
}
#faq .accordion-body {
  padding: var(--ds-spacing-md) var(--ds-spacing-lg);
  color: var(--ds-medium-gray);
  line-height: 1.8;
}
#faq .accordion-body a {
  color: var(--ds-primary-bright-teal);
  text-decoration: none;
  font-weight: 500;
  transition: var(--ds-transition-fast);
}
#faq .accordion-body a:hover {
  color: #00a8a3;
  text-decoration: underline;
}

.card-startup,
.card-projeto {
  cursor: pointer;
}

.card {
  background-color: var(--ds-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-card);
  transition: var(--ds-transition-default);
}
.card:hover {
  box-shadow: var(--ds-shadow-card-hover);
}
.card:hover .card-img {
  transform: scale(1.05);
}
.card .titulo-card {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  font-weight: 600;
  color: var(--ds-primary-dark-teal);
  margin: 0;
  margin-top: var(--ds-spacing-sm);
}
.card .titulo-noticia-lista {
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  font-weight: 600;
  margin: 0;
  margin-top: var(--ds-spacing-sm);
}
.card .chamada {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  margin-bottom: 0;
  color: var(--ds-medium-gray);
}
.card .ratio-9x16 {
  --bs-aspect-ratio: 180%;
}
.card .card-img-container {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-radius: var(--ds-radius-lg) var(--ds-radius-lg) 0 0;
  align-items: start;
}
.card .card-img-container .card-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  background-color: var(--ds-light-cream);
}
.card .card-img-container .video-play-icon {
  font-size: 3rem;
  color: var(--ds-white);
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  transition: var(--ds-transition-default);
  pointer-events: none;
  align-content: center;
  text-align: center;
  z-index: 999;
}
.card .card-img-container:hover .video-play-icon {
  background-color: rgba(28, 63, 58, 0.3);
  opacity: 1;
}
.card .card-body {
  padding: var(--ds-spacing-md);
}
.card .card-footer {
  font-size: 0.85rem;
  border: none;
  background-color: transparent;
  color: var(--ds-medium-gray);
  padding: var(--ds-spacing-sm) var(--ds-spacing-lg);
}

.border-pojeto-inovador {
  border-bottom: 4px solid #ffc107;
}

.checkmark-item {
  display: flex;
  align-items: flex-start;
  gap: var(--ds-spacing-sm);
  margin-bottom: var(--ds-spacing-sm);
}
.checkmark-item .checkmark-icon {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  background-color: rgba(0, 159, 227, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkmark-item .checkmark-icon i {
  color: var(--ds-primary-bright-teal);
  font-size: 1rem;
}
.checkmark-item .checkmark-text {
  color: var(--ds-dark-gray);
  line-height: 1.6;
}

.badge {
  font-weight: 500;
  border-radius: var(--ds-radius-sm);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.text-bg-primary {
  background-color: var(--ds-primary-bright-teal) !important;
  color: var(--ds-white) !important;
}

.text-bg-secondary {
  background-color: var(--ds-primary-dark-teal) !important;
  color: var(--ds-white) !important;
}

#footer {
  display: block;
  position: relative;
  margin: 0;
  padding: var(--ds-spacing-2xl) var(--ds-spacing-lg) var(--ds-spacing-lg);
  font-size: 0.95rem;
  color: var(--ds-white);
  clear: both;
  background-color: var(--ds-primary-dark-teal);
  border-top: none;
}

.cmp-revoke-consent{
  position: relative;
  padding: 0;
  bottom: auto;
  left: auto;
}
#footer a {
  color: var(--ds-light-cream);
  text-decoration: none;
  transition: var(--ds-transition-fast);
  opacity: 0.8;
}
#footer a:hover {
  color: #33d9d5;
  text-decoration: underline;
.cmp-revoke-consent:focus {
  outline: 2px solid var(--ds-primary-bright-teal);
  outline-offset: 2px;
}
}
#footer img {
  height: 2.5rem;
}
#footer .bloco_enderecos {
  padding-left: var(--ds-spacing-xs);
  margin-top: var(--ds-spacing-md);
}
#footer .bloco_enderecos:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  #footer .bloco_enderecos {
    border-left: 1px solid var(--ds-medium-gray);
    margin-top: 0;
  }
}
#footer .enderecos {
  position: relative;
  padding: 0;
  display: inline-table;
}
#footer .enderecos:last-child {
  padding-right: 0;
}
#footer .enderecos p {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
}
#footer .enderecos p strong {
  color: var(--ds-white);
  font-weight: 600;
}
#footer .enderecos p a {
  padding: 0;
  font-weight: 500;
  transition: var(--ds-transition-fast);
}
#footer .enderecos p a:hover {
  opacity: 0.8;
}
#footer .enderecos p a.como-chegar {
  display: none;
}

.form-label {
  color: var(--ds-primary-dark-teal);
  font-weight: 500;
  margin-bottom: var(--ds-spacing-xs);
}

.form-control,
.form-select {
  border: 2px solid var(--ds-light-gray);
  border-radius: var(--ds-radius-md);
  font-size: 1rem;
  transition: var(--ds-transition-default);
  background-color: var(--ds-off-white);
}
.form-control:focus,
.form-select:focus {
  border-color: var(--ds-primary-bright-teal);
  box-shadow: 0 0 0 3px rgba(0, 159, 227, 0.1);
  background-color: var(--ds-white);
}
.form-control::placeholder,
.form-select::placeholder {
  color: #9ca3af;
}

.modal-content {
  border: none;
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-elevated);
}

.modal-header {
  border-bottom: 1px solid var(--ds-light-gray);
  padding: var(--ds-spacing-md) var(--ds-spacing-lg);
}

.modal-body {
  padding: var(--ds-spacing-lg);
}

.modal-footer {
  border-top: 1px solid var(--ds-light-gray);
  padding: var(--ds-spacing-md) var(--ds-spacing-lg);
}

#btnTop {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--ds-primary-bright-teal);
  color: var(--ds-white);
  border: none;
  box-shadow: var(--ds-shadow-card);
  transition: var(--ds-transition-default);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#btnTop:hover {
  background-color: #009fe3;
  transform: translateY(-4px);
  box-shadow: var(--ds-shadow-button-hover);
}
#btnTop i {
  font-size: 1.25rem;
}

.text-primary {
  color: var(--ds-primary-bright-teal) !important;
}

.text-dark {
  color: var(--ds-primary-dark-teal) !important;
}

.bg-primary {
  background-color: var(--ds-primary-dark-teal) !important;
}

.bg-light {
  background-color: var(--ds-off-white) !important;
}

.bg-cream {
  background-color: var(--ds-light-cream) !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--ds-primary-bright-teal);
  outline-offset: 2px;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.5s ease forwards;
}

.animate-slide-in-left {
  animation: slideInLeft 0.5s ease forwards;
}

.animate-scale-in {
  animation: scaleIn 0.3s ease forwards;
}

.change-view i {
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.2s ease;
}
.change-view i:hover, .change-view i:focus-visible {
  color: var(--ds-primary-bright-teal);
}
.change-view i:focus-visible {
  outline: 2px solid var(--ds-primary-bright-teal);
  outline-offset: 4px;
  border-radius: 4px;
}
.change-view #sort-order {
  font-size: 0.9rem;
  font-weight: 500;
  color: #495057;
  box-shadow: none;
}
.change-view #sort-order:focus {
  box-shadow: none;
  border-color: transparent;
}

.view-toggle {
  border: 1px solid #e9ecef;
}
.view-toggle .btn {
  transition: all 0.2s ease;
}
.view-toggle .btn:focus {
  box-shadow: none;
}
.view-toggle .btn i {
  font-size: 1rem;
}

#stackedView {
  margin-top: var(--ds-spacing-md);
  display: flex;
  flex-direction: column;
  gap: var(--ds-spacing-sm);
}

.stacked-view .accordion-item {
  border: none;
  border-radius: var(--ds-radius-lg);
  color: var(--ds-primary-dark-teal);
  background-color: var(--ds-white);
  box-shadow: var(--ds-shadow-card);
  overflow: hidden;
}
.stacked-view .accordion-body {
  padding: var(--ds-spacing-md);
  border-top: 1px solid var(--ds-light-gray);
}

.accordion-button:not(.collapsed) {
  background-color: var(--ds-off-white);
}

.stacked-accordion-trigger {
  display: flex;
  align-items: center;
  gap: var(--ds-spacing-sm);
  padding: var(--ds-spacing-md);
  background-color: transparent;
}
.stacked-accordion-trigger::after {
  display: none;
}
.stacked-accordion-trigger[aria-expanded=true] .stacked-accordion-icon {
  background-color: var(--ds-primary-bright-teal);
  color: var(--ds-white);
  border-color: var(--ds-primary-bright-teal);
  transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .stacked-accordion-trigger {
    flex-direction: column;
    align-items: flex-start;
  }
}

.stacked-thumb-wrapper {
  width: 72px;
  height: 72px;
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  background-color: var(--ds-off-white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stacked-thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stacked-summary {
  color: var(--ds-primary-dark-teal);
}
.stacked-summary h5 {
  font-weight: 600;
  color: var(--ds-primary-dark-teal);
}
.stacked-summary p {
  margin-bottom: 0.25rem;
  color: var(--ds-medium-gray);
}

.stacked-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}

.stacked-accordion-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--ds-primary-bright-teal);
  border: 2px solid var(--ds-primary-bright-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--ds-transition-default);
}
.stacked-accordion-icon .bi-x-lg {
  display: none;
}
@media (max-width: 767.98px) {
  .stacked-accordion-icon {
    margin-top: 0.75rem;
  }
}

.stacked-accordion-detail > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #sobre,
  #funcionalidades,
  #destaques,
  #cadastro-info,
  #faq {
    padding: var(--ds-spacing-2xl) 0;
  }
  .card .card-body {
    padding: var(--ds-spacing-md);
  }
}
@media (min-width: 768px) {
  #conteudo > .row {
    align-items: flex-start;
  }
  #sidebarMenu {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
  #sidebarMenu::-webkit-scrollbar {
    width: 6px;
  }
  #sidebarMenu::-webkit-scrollbar-track {
    background: transparent;
  }
  #sidebarMenu::-webkit-scrollbar-thumb {
    background-color: #dee2e6;
    border-radius: 3px;
  }
}
#conteudo {
  margin-top: var(--ds-spacing-xl);
}
