/* MENU BURGUER RESPONSIVO */
/* MENU BURGUER RESPONSIVO */
.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 200;
  margin-left: 0;
  margin-right: 0;
  opacity: 0.7;
  transition: opacity 0.18s;
  position: relative;
}
.nav-burger:hover {
  opacity: 1;
}
.nav-burger span {
  display: block;
  width: 22px;
  height: 3px;
  background: #e0e6f7;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(.6,.2,.3,1);
  position: relative;
}
.nav-burger.open span {
  position: absolute;
  left: 0;
  width: 22px;
}
.nav-burger.open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.nav-burger.open span:nth-child(2) {
  opacity: 0;
  top: 10px;
}
.nav-burger.open span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
@media (max-width: 700px) {
  .nav-burger {
    display: flex;
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    z-index: 200;
  }
  nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--color-dark);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0.5rem 0.7rem 0.7rem 0.7rem;
    box-shadow: 0 4px 24px 0 rgba(10,15,44,0.13);
    display: none !important;
    z-index: 150;
    margin-top: 48px;
    border-radius: 0 0 1.2rem 1.2rem;
    min-width: 0;
  }
  nav.nav-open {
    display: flex !important;
  }
  nav a {
  margin-left: 1.1rem;
}

@media (max-width: 700px) {
  nav {
    flex-direction: column;
    align-items: flex-start;
  }
  nav a {
    margin-left: 0.7rem;
    }

    @media (max-width: 700px) {
      nav {
        flex-direction: column;
        align-items: flex-start;
      }
      nav a {
        margin-left: 0.7rem;
        margin-bottom: 0.7rem;
      }
    }
        width: 100%;
    border-bottom: 1px solid #2223;
    text-align: left;
  }
}
/* RESPONSIVIDADE CRÍTICA PARA MOBILE */
@media (max-width: 700px) {
  html, body {
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
  body, main, header, nav, .solucoes-cards, .diferenciais-grid, .desafios-carousel, .desafios-track, .cta-section, .cta-card, footer {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
  .solucao-card-bg, .solucao-card-bg.ia, .diferencial-card, .desafio-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
  .solucao-card-content, .solucao-card-text-bg {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
  .diferenciais-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
  }
  .solucoes-cards {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
  }
  .desafios-track {
    display: flex !important;
    flex-direction: row !important;
    gap: 0.2rem !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .desafio-card {
    flex: 0 0 80vw !important;
    min-width: 220px !important;
    max-width: 90vw !important;
  }
  .cta-section, .cta-card {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }
  .hero, .section-title, .cta-title {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
    word-break: break-word !important;
  }
  .solucao-title, .solucao-desc, .diferencial-title, .diferencial-desc, .desafio-title, .desafio-desc {
    word-break: break-word !important;
  }
  footer {
    font-size: 0.8rem;
    padding: 0.5rem 0.2rem;
    text-align: center;
  }
}
/* RESPONSIVIDADE AVANÇADA */
@media (max-width: 900px) {
  html, body {
    width: 100vw;
    overflow-x: hidden;
  }
  main {
    max-width: 100vw;
    padding: 6.5rem 0.5rem 2rem 0.5rem;
    box-sizing: border-box;
  }
  .solucoes-cards, .desafios-carousel, .diferenciais-grid {
    max-width: 100vw;
    box-sizing: border-box;
  }
}
@media (max-width: 700px) {
  header {
    padding: 0.7rem 0 0.5rem 0;
    min-width: 0;
  }
  .logo {
    max-width: 110px;
    margin-bottom: 0.5rem;
  }
  nav {
    gap: 0.5rem;
    font-size: 0.93rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 0.2rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  nav::-webkit-scrollbar {
    display: none;
  }
  main {
    padding: 4.2rem 0.1rem 1.2rem 0.1rem;
    max-width: 100vw;
    min-width: 0;
    box-sizing: border-box;
  }
  .hero {
    margin-top: 1.2rem;
    margin-bottom: 0.7rem;
    padding: 0 0.2rem;
  }
  .hero-title {
    font-size: 1.05rem;
    line-height: 1.18;
    word-break: break-word;
  }
  .hero-desc {
    font-size: 0.89rem;
    margin-bottom: 0.7rem;
    word-break: break-word;
  }
  .cta-btn, .cta-btn.cta-hero, .cta-btn.cta-destaque {
    font-size: 0.93rem;
    padding: 0.6rem 0.7rem;
    margin-top: 0.5rem;
    white-space: normal;
  }
  .section-title {
    font-size: 1rem;
    margin-bottom: 0.7rem;
    word-break: break-word;
  }
  .solucoes-cards {
  gap: 0.4rem;
  min-width: 0;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0;
  }
  .solucao-card-content {
    padding: 0.3rem 0.1rem;
    max-width: 100%;
    min-width: 0;
  }
  .solucao-card-bg, .solucao-card-bg.ia {
    min-height: 70px;
    height: 28vw;
    max-height: 90px;
    border-radius: 0.3rem;
    min-width: 0;
  }
  .solucao-title {
    font-size: 0.89rem;
    word-break: break-word;
  }
  .solucao-desc {
    font-size: 0.75rem;
    word-break: break-word;
  }
  .diferenciais-grid {
    gap: 0.4rem;
    grid-template-columns: 1fr;
    min-width: 0;
  }
  .diferencial-card {
    padding: 0.7rem 0.2rem 0.5rem 0.2rem;
    border-radius: 0.4rem;
    min-width: 0;
  }
  .diferencial-title {
    font-size: 0.89rem;
    word-break: break-word;
  }
  .diferencial-desc {
    font-size: 0.75rem;
    word-break: break-word;
  }
  .desafios-track {
    gap: 0.1rem;
    max-width: 99vw;
    min-width: 0;
  }
  .desafio-card {
    min-width: 90px;
    max-width: 120px;
    border-radius: 0.4rem;
    padding: 0.4rem 0.1rem 0.4rem 0.1rem;
    min-width: 0;
  }
  .desafio-title {
    font-size: 0.89rem;
    word-break: break-word;
  }
  .desafio-desc {
    font-size: 0.75rem;
    word-break: break-word;
  }
  .cta-section {
    padding: 0.7rem 0 0.3rem 0;
    min-width: 0;
  }
  .cta-card {
    padding: 0;
    border-radius: 0;
    min-width: 0;
  }
  footer {
    font-size: 0.8rem;
    padding: 0.5rem 0.2rem;
    text-align: center;
    min-width: 0;
  }
}
/* RESPONSIVIDADE GERAL */
@media (max-width: 900px) {
  main {
    max-width: 100vw;
    padding: 7rem 0.5rem 2rem 0.5rem;
  }
  .solucoes-cards, .desafios-carousel, .diferenciais-grid {
    max-width: 100vw;
  }
}
@media (max-width: 700px) {
  header {
    padding: 1.1rem 0 0.7rem 0;
  }
  .logo {
    max-width: 140px;
    margin-bottom: 0.7rem;
  }
  nav {
    gap: 1rem;
    font-size: 0.97rem;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0.2rem;
  }
  main {
    padding: 5.2rem 0.2rem 1.2rem 0.2rem;
    max-width: 100vw;
  }
  .hero {
    margin-top: 2.2rem;
    margin-bottom: 1.2rem;
  }
  .hero-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .hero-desc {
    font-size: 0.98rem;
    margin-bottom: 1.1rem;
  }
  .cta-btn, .cta-btn.cta-hero, .cta-btn.cta-destaque {
    font-size: 0.97rem;
    padding: 0.7rem 1.2rem;
    margin-top: 0.7rem;
  }
  .section-title {
    font-size: 1.1rem;
    margin-bottom: 1.1rem;
  }
  .solucoes-cards {
    gap: 0.7rem;
  }
  .solucao-card-content {
    padding: 0.5rem 0.2rem;
    max-width: 100%;
  }
  .solucao-card-bg, .solucao-card-bg.ia {
  min-height: 90px;
  height: 32vw;
  max-height: 120px;
  border-radius: 0;
  overflow: hidden;
  background: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}
.solucoes-cards > .solucao-card-bg:first-child {
    border-top-left-radius: 0.7rem;
    border-bottom-left-radius: 0.7rem;
}
.solucoes-cards > .solucao-card-bg:last-child {
    border-top-right-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
}
@media (max-width: 700px) {
  .solucoes-cards > .solucao-card-bg:first-child {
    border-radius: 0.7rem 0.7rem 0 0;
  }
  .solucoes-cards > .solucao-card-bg:last-child {
    border-radius: 0 0 0.7rem 0.7rem;
  }
  .solucao-card-bg, .solucao-card-bg.ia {
    border-radius: 0;
  }
}
  }
  .solucao-title {
    font-size: 1.13rem;
    line-height: 1.2;
    word-break: break-word;
    white-space: normal;
    max-width: 98vw;
    overflow-wrap: break-word;
    padding-right: 0.2em;
    margin-bottom: 0.3em;
  }
  .solucao-desc {
    font-size: 0.82rem;
  }
  .diferenciais-grid {
    gap: 0.7rem;
    grid-template-columns: 1fr;
  }
  .diferencial-card {
    padding: 1rem 0.5rem 0.7rem 0.5rem;
    border-radius: 0.7rem;
  }
  .diferencial-title {
    font-size: 0.97rem;
  }
  .diferencial-desc {
    font-size: 0.82rem;
  }
  .desafios-track {
    gap: 0.2rem;
    max-width: 99vw;
  }
  .desafio-card {
    min-width: 120px;
    max-width: 160px;
    border-radius: 0.7rem;
    padding: 0.7rem 0.3rem 0.7rem 0.3rem;
  }
  .desafio-title {
    font-size: 0.97rem;
  }
  .desafio-desc {
    font-size: 0.82rem;
  }
  .cta-section {
    padding: 1.2rem 0 0.7rem 0;
  }

/* CTA destacada mais elegante */
.cta-card {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  position: relative;
  text-align: center;
}
@media (max-width: 700px) {
  .cta-card {
    padding: 0;
    border-radius: 0;
  }
}
.solucao-card-text-bg {
  background: linear-gradient(120deg, rgba(20,30,60,0.82) 60%, rgba(43,101,255,0.18) 100%);
  border-radius: 1.1rem;
  box-shadow: 0 4px 24px 0 rgba(10,15,44,0.13);
  padding: 1.5rem 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  color: #fff;
  backdrop-filter: blur(1.5px);
  --webkit-backdrop-filter: blur(1.5px);
  transition: background 0.3s, color 0.3s;
}
.solucao-card-content.right .solucao-card-text-bg {
  align-items: flex-end;
  text-align: right;
}
.solucao-card-title, .solucao-title {
  color: #fff !important;
  text-shadow: 0 2px 8px rgba(10,15,44,0.18);
  margin-bottom: 0.4em;
}
.solucao-card-text-bg .solucao-desc {
  color: #e0e6f7 !important;
  opacity: 0.98;
  text-shadow: 0 2px 8px rgba(10,15,44,0.18);
}
@media (max-width: 900px) {
  .solucao-card-text-bg {
    padding: 0.8rem 1rem;
    border-radius: 0.7rem;
  }
}
@media (max-width: 700px) {
  .solucao-card-text-bg {
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
  }
}
/* Esconde partículas apenas na sessão de soluções intercaladas */
.solucoes-header ~ .solucoes-intercaladas, .solucoes-header {
  position: relative;
  z-index: 1;
}
.solucoes-header ~ .solucoes-intercaladas::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
#particles-bg {
  z-index: 0;
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  pointer-events: none;
}
/* Esconde partículas sobre o componente intercalado */
.solucoes-header ~ .solucoes-intercaladas {
  isolation: isolate;
}
.solucoes-header ~ .solucoes-intercaladas::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  background: transparent !important;
  opacity: 1;
  display: block;
}
/* --- HEADER E SEPARADOR SOLUCOES --- */
.solucoes-header {
  max-width: 950px;
  margin: 0 auto 0.5rem auto;
  padding-left: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-title-left {
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-blue);
  margin-bottom: 0.2rem;
  letter-spacing: -1px;
  line-height: 1.18;
}
.solucoes-separador {
  width: 64px;
  height: 4px;
  background: linear-gradient(90deg, var(--color-blue) 0%, #4f8cff 100%);
  border-radius: 2px;
  margin: 0.2rem 0 1.2rem 0;
  opacity: 0.18;
}
@media (max-width: 700px) {
  .solucoes-header {
    padding-left: 0;
  }
  .section-title-left {
    font-size: 1.2rem;
  }
  .solucoes-separador {
    width: 36px;
    height: 3px;
    margin-bottom: 0.7rem;
  }
}
/* --- SOLUCOES INTERCALADAS --- */

/* --- SOLUCOES CARDS FULL BLEED --- */
.solucoes, .solucoes-cards {
  background: transparent !important;
}
.solucoes-cards {
/* Card IA mais comprido */
.solucao-card-bg.ia {
  min-height: 440px;
  height: 52vw;
  max-height: 540px;
}
@media (max-width: 900px) {
  .solucao-card-bg.ia {
    min-height: 220px;
    height: 62vw;
    max-height: 340px;
  }
}
@media (max-width: 700px) {
  .solucao-card-bg.ia {
    min-height: 120px;
    height: 44vw;
    max-height: 200px;
  }
}
}
@media (max-width: 900px) {
  .solucao-card-bg.ia {
    min-height: 220px;
    height: 62vw;
    max-height: 340px;
  }
}
@media (max-width: 700px) {
  .solucao-card-bg.ia {
    min-height: 120px;
    height: 44vw;
    max-height: 200px;
  }
}
.solucao-card-bg.ia .solucao-card-content .solucao-title,
.solucao-card-bg.ia .solucao-card-content .solucao-desc {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .solucao-card-bg.ia .solucao-card-content .solucao-title {
    font-size: 1rem;
  }
  .solucao-card-bg.ia .solucao-card-content .solucao-desc {
    font-size: 0.93rem;
  }
}
@media (max-width: 700px) {
  .solucao-card-bg.ia .solucao-card-content .solucao-title {
    font-size: 0.97rem;
  }
  .solucao-card-bg.ia .solucao-card-content .solucao-desc {
    font-size: 0.89rem;
  }
}
.solucao-card-bg {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  min-height: 120px;
  max-height: 420px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  box-shadow: 0 6px 32px 0 rgba(43,101,255,0.10);
  margin: 0;
@media (max-width: 900px) {
  .solucao-card-bg {
    aspect-ratio: 16/10;
    min-height: 80px;
    max-height: 220px;
    background-size: cover;
  }
}
@media (max-width: 700px) {
  .solucao-card-bg {
    aspect-ratio: 16/13;
    min-height: 60px;
    max-height: 120px;
    background-size: cover;
  }
}
}
.solucao-card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24,31,50,0.82) 0%, rgba(24,31,50,0.18) 100%);
  z-index: 1;
  pointer-events: none;
  transition: background 0.22s;
}
.solucao-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 54%;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  height: 100%;
  padding: 2.8rem 3.2rem;
  color: #fff;
  text-shadow: 0 2px 12px rgba(10,15,44,0.18);
  background: none;
  box-sizing: border-box;
}
.solucao-card-content.left {
/* Destaque para texto da IA */
.solucao-card-bg.ia .solucao-card-content .solucao-title,
.solucao-card-bg.ia .solucao-card-content .solucao-desc {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .solucao-card-bg.ia .solucao-card-content .solucao-title {
    font-size: 1rem;
  }
  .solucao-card-bg.ia .solucao-card-content .solucao-desc {
    font-size: 0.93rem;
  }
}
@media (max-width: 700px) {
  .solucao-card-bg.ia .solucao-card-content .solucao-title {
    font-size: 0.97rem;
  }
  .solucao-card-bg.ia .solucao-card-content .solucao-desc {
    font-size: 0.89rem;
  }
}
  align-items: flex-start;
  margin-left: 0;
}
.solucao-card-content.right {
  align-items: flex-end;
  margin-left: auto;
  text-align: right;
}
.solucao-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.7rem;
  letter-spacing: -0.5px;
  line-height: 1.18;
}
.solucao-desc {
  color: #fff;
  font-size: 1.13rem;
  line-height: 1.6;
  opacity: 0.98;
  font-family: inherit;
  max-width: 520px;
}
@media (max-width: 900px) {
  .solucao-card-bg {
    min-height: 220px;
    height: 48vw;
    max-height: 320px;
  }
  .solucao-card-content {
    padding: 1.2rem 0.7rem;
    max-width: 100%;
    width: 100%;
  }
  .solucao-title {
    font-size: 1.2rem;
  }
  .solucao-desc {
    font-size: 0.98rem;
  }
}
@media (max-width: 700px) {
  .solucoes-cards {
    gap: 1.1rem;
  }
  .solucao-card-bg {
    min-height: 120px;
    height: 38vw;
    max-height: 180px;
    border-radius: 0.7rem;
  }
  .solucao-card-content {
    padding: 0.7rem 0.3rem;
    max-width: 100vw;
    width: 100%;
  }
  .solucao-title {
    font-size: 1.01rem;
  }
  .solucao-desc {
    font-size: 0.89rem;
  }
}
/* Fade-in cards */
.fadein-card {
  opacity: 0;
  transform: translateY(40px) scale(.98);
  animation: fadein-up 1.1s cubic-bezier(.4,1.6,.4,1) forwards;
}
/* --- SLIDE DESAFIOS --- */

.desafios-slide {
  background: rgba(196,196,196,0.32);
  padding: 3rem 0 1.5rem 0;
  position: relative;
  overflow-x: hidden;
  box-shadow: 0 2px 16px 0 #2B65FF08;
}
.desafios-slide .section-title {
  color: #222;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
}
.desafios-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.desafios-arrow {
  background: rgba(255,255,255,0.7);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1.1rem;
  color: var(--color-blue);
  box-shadow: 0 1px 4px #2B65FF11;
  cursor: pointer;
  margin: 0 0.5rem;
  transition: background .18s, color .18s, box-shadow .18s, opacity .18s;
  z-index: 2;
  opacity: 0.7;
}
.desafios-arrow:hover {
  background: var(--color-blue);
  color: #fff;
  opacity: 1;
}
.desafios-track {
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0.2rem 0;
  width: 100%;
  max-width: 650px;
  transition: box-shadow .18s;
}
.desafios-track::-webkit-scrollbar {
  display: none;
}
.desafio-card {
  min-width: 230px;
  max-width: 270px;
  flex: 0 0 auto;
  box-shadow: 0 2px 12px 0 #2B65FF11;
  background: rgba(255,255,255,0.85);
  border-radius: 1.5rem;
  margin-bottom: 0.2rem;
  transition: box-shadow .18s, background .18s, transform .18s;
}
.desafio-card:hover {
  box-shadow: 0 6px 24px 0 #2B65FF22;
  background: #fff;
  transform: translateY(-2px) scale(1.03);
}
@media (max-width: 900px) {
  .desafios-track {
    max-width: 95vw;
  }
}
@media (max-width: 700px) {
  .desafios-slide {
    padding: 1.2rem 0 0.7rem 0;
  }
  .desafios-track {
    gap: 0.5rem;
    max-width: 99vw;
  }
  .desafio-card {
    min-width: 170px;
    max-width: 210px;
    border-radius: 1rem;
  }
  .desafios-arrow {
    width: 26px;
    height: 26px;
    font-size: 0.9rem;
    margin: 0 0.1rem;
  }
}
/* --- NOVOS COMPONENTES E ANIMAÇÕES INSPIRADOS EM DAVINCIFLOW --- */
.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
  text-align: center;
  letter-spacing: -1px;
  color: var(--color-blue);
}

.desafios, .diferenciais {
  padding: 4rem 0 2rem 0;
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(2px);
}
.desafios-grid, .diferenciais-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.desafio-card, .diferencial-card {
  background: rgba(255,255,255,0.22);
  border-radius: 2.2rem;
  box-shadow: 0 6px 32px 0 rgba(43,101,255,0.10);
  padding: 2.5rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .22s cubic-bezier(.4,1.6,.4,1), box-shadow .22s, background .18s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  min-width: 0;
}
.desafio-card:hover, .diferencial-card:hover {
  transform: translateY(-8px) scale(1.045);
  box-shadow: 0 12px 40px 0 rgba(43,101,255,0.18);
  background: rgba(255,255,255,0.28);
}
.desafio-icon, .diferencial-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  background: linear-gradient(120deg, #f7faff 60%, #eaf0ff 100%);
  box-shadow: 0 2px 12px 0 #2B65FF11;
  filter: drop-shadow(0 2px 8px #2B65FF22);
}
.desafio-icon svg, .diferencial-icon svg {
  width: 40px;
  height: 40px;
  display: block;
}
.desafio-title, .diferencial-title {
  font-size: 1.22rem;
  font-weight: 700;
  margin-bottom: .5rem;
  color: var(--color-blue);
  letter-spacing: -0.5px;
  text-align: center;
}
.desafio-desc, .diferencial-desc {
  color: #222;
  font-size: 1.05rem;
  text-align: center;
  opacity: 0.92;
  line-height: 1.6;
}

@media (max-width: 700px) {
  .desafio-card, .diferencial-card {
    padding: 1.3rem 0.7rem 1rem 0.7rem;
    border-radius: 1.2rem;
  }
  .desafio-icon, .diferencial-icon {
    width: 48px;
    height: 48px;
    margin-bottom: .7rem;
  }
  .desafio-icon svg, .diferencial-icon svg {
    width: 28px;
    height: 28px;
  }
  .desafio-title, .diferencial-title {
    font-size: 1.05rem;
  }
  .desafio-desc, .diferencial-desc {
    font-size: .97rem;
  }
}

.solucoes {
  padding: 4rem 0 2rem 0;
  background: linear-gradient(120deg, #f7faff 60%, #eaf0ff 100%);
}
.solucoes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
.solucao-card {
  background: rgba(255,255,255,0.22);
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px 0 rgba(43,101,255,0.10);
  padding: 2.2rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .22s cubic-bezier(.4,1.6,.4,1), box-shadow .22s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.solucao-card:hover {
  transform: translateY(-8px) scale(1.04) rotate(1deg);
  box-shadow: 0 8px 32px 0 rgba(43,101,255,0.18);
}
.solucao-icon {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  filter: drop-shadow(0 2px 8px #2B65FF22);
}
.solucao-title {
  font-size: 1.18rem;
  font-weight: 600;
  margin-bottom: .5rem;
  color: var(--color-blue);
}
.solucao-desc {
  color: #222;
  font-size: 1rem;
  text-align: center;
}

.cta-section {
  background: linear-gradient(90deg, #2B65FF 0%, #1e2a4a 100%);
  padding: 3.5rem 0 3rem 0;
  text-align: center;
  color: #fff;
  margin: 0;
}
.cta-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #fff;
}
.cta-btn.cta-destaque {
  background: #fff;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 2rem;
  padding: 1rem 2.5rem;
  box-shadow: 0 2px 16px 0 #2B65FF33;
  transition: background .18s, color .18s, transform .18s;
  border: none;
  margin-top: 0.5rem;
}
.cta-btn.cta-destaque:hover {
  background: var(--color-blue);
  color: #fff;
  transform: scale(1.06);
}

/* CONTATO NOVO */
.contact-card {
  background: rgba(255,255,255,0.18);
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px 0 rgba(43,101,255,0.08);
  padding: 2.2rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.contact-icon {
  margin-bottom: 1rem;
}
.contact-title {
  font-size: 1.18rem;
  font-weight: 600;
  margin-bottom: .5rem;
  color: var(--color-blue);
}
.contact-text {
  color: #222;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.contact-email {
  color: var(--color-blue);
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: underline;
  transition: color .18s;
}
.contact-email:hover {
  color: #1e2a4a;
}

/* ANIMAÇÕES DE ENTRADA */
@keyframes fadein-up {
  0% { opacity: 0; transform: translateY(40px) scale(.98); }
  100% { opacity: 1; transform: none; }
}
.animate-fadein-up {
  opacity: 0;
  animation: fadein-up 1s cubic-bezier(.4,1.6,.4,1) forwards;
}

@keyframes fadein-left {
  0% { opacity: 0; transform: translateX(-40px) scale(.98); }
  100% { opacity: 1; transform: none; }
}
.animate-fadein-left {
  opacity: 0;
  animation: fadein-left 1s cubic-bezier(.4,1.6,.4,1) forwards;
}

@keyframes fadein-right {
  0% { opacity: 0; transform: translateX(40px) scale(.98); }
  100% { opacity: 1; transform: none; }
}
.animate-fadein-right {
  opacity: 0;
  animation: fadein-right 1s cubic-bezier(.4,1.6,.4,1) forwards;
}

/* Ativa animação ao entrar na tela */
.in-view.animate-fadein-up,
.in-view.animate-fadein-left,
.in-view.animate-fadein-right {
  opacity: 1 !important;
}

/* HERO e CTA botão */
.cta-btn.cta-hero {
  background: var(--color-blue);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 2rem;
  padding: 1rem 2.5rem;
  box-shadow: 0 2px 16px 0 #2B65FF33;
  transition: background .18s, color .18s, transform .18s;
  border: none;
  margin-top: 1.5rem;
}
.cta-btn.cta-hero:hover {
  background: #fff;
  color: var(--color-blue);
  transform: scale(1.06);
}

/* Responsividade básica */
@media (max-width: 700px) {
  .section-title { font-size: 1.4rem; }
  .desafios, .solucoes, .diferenciais { padding: 2.2rem 0 1.2rem 0; }
  .desafios-grid, .solucoes-grid, .diferenciais-grid { gap: 1.1rem; }
  .cta-section { padding: 2rem 0 1.5rem 0; }
  .contact-card {
    padding: 1.2rem 0.5rem 1rem 0.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 96vw;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-wrap: break-word;
    word-break: break-word;
    /* Garante que nada transborde horizontalmente */
    overflow-x: hidden;
  }
}
/* Sobre - cards modernos com glassmorphism e animações suaves */
.about-card {
  background: rgba(24, 31, 50, 0.65);
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px 0 rgba(43,101,255,0.10), 0 1.5px 8px 0 rgba(10,15,44,0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255,255,255,0.13);
  padding: 2.5rem 2.2rem 2.2rem 2.2rem;
  max-width: 540px;
  width: 100%;
  margin-bottom: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  position: relative;
  transition: box-shadow 0.22s, transform 0.22s, background 0.22s;
  overflow: hidden;
}
.about-card:hover {
  box-shadow: 0 12px 48px 0 rgba(43,101,255,0.18), 0 2px 12px 0 rgba(10,15,44,0.13);
  background: rgba(36, 48, 80, 0.78);
  transform: translateY(-4px) scale(1.025);
}
.about-missao .about-card {
  animation: fadeInLeft 1.1s 0.1s cubic-bezier(.6,.2,.3,1) both;
}
.about-atuacao .about-card {
  animation: fadeInUp 1.1s 0.35s cubic-bezier(.6,.2,.3,1) both;
  background: linear-gradient(120deg, rgba(43,101,255,0.18) 0%, rgba(24,31,50,0.65) 100%);
}
.about-diferencial .about-card {
  animation: fadeInRight 1.1s 0.6s cubic-bezier(.6,.2,.3,1) both;
}
.about-diferencial .about-icon {
  position: relative;
}
.about-diferencial .about-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: conic-gradient(from 0deg, #FFD600 0%, #2B65FF 60%, #FFD600 100%);
  opacity: 0.18;
  z-index: 0;
  animation: spinGradient 3.5s linear infinite;
}
@keyframes spinGradient {
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.about-icon svg {
  position: relative;
  z-index: 1;
}
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: none; }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: none; }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: none; }
}
/* Animações para sessões sobre */
.fadeInLeft {
  opacity: 0;
  transform: translateX(-40px);
  animation: fadeInLeft 1.1s 0.2s cubic-bezier(.6,.2,.3,1) forwards;
}
@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 1.1s 0.4s cubic-bezier(.6,.2,.3,1) forwards;
}
.fadeInRight {
  opacity: 0;
  transform: translateX(40px);
  animation: fadeInRight 1.1s 0.6s cubic-bezier(.6,.2,.3,1) forwards;
}
@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: none;
  }
}
/* Estatísticas IA - seção destacada */
.stats-ia {
  background: linear-gradient(90deg, #2B65FF 0%, #4f8cff 100%);
  color: #fff;
  padding: 3.5rem 1rem 3.5rem 1rem;
  margin: 2.5rem 0 2.5rem 0;
  border-radius: 1.5rem;
  box-shadow: 0 6px 32px 0 rgba(43,101,255,0.13);
  position: relative;
  overflow: hidden;
  animation: fadeInUp 1.1s 0.2s cubic-bezier(.6,.2,.3,1) forwards;
  opacity: 0;
  transform: translateY(30px);
}
.stats-ia.in-view {
  opacity: 1;
  transform: none;
}
.stats-ia-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stats-ia-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2.2rem;
  text-align: center;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 12px rgba(10,15,44,0.13);
}
.stats-ia-grid {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin-bottom: 2.2rem;
  flex-wrap: wrap;
}
.stats-ia-item {
  background: rgba(255,255,255,0.10);
  border-radius: 1.1rem;
  padding: 2rem 2.2rem;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 12px 0 rgba(43,101,255,0.10);
  margin-bottom: 1rem;
  transition: transform 0.18s, box-shadow 0.18s;
}
.stats-ia-item:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 8px 32px 0 rgba(43,101,255,0.18);
}
.stats-ia-number {
  font-size: 2.3rem;
  font-weight: 900;
  color: #FFD600;
  margin-bottom: 0.7rem;
  text-shadow: 0 2px 12px rgba(10,15,44,0.13);
}
.stats-ia-label {
  font-size: 1.08rem;
  color: #fff;
  opacity: 0.93;
  text-align: center;
}
.stats-ia-cta {
  margin-top: 2.2rem;
  font-size: 1.18rem;
  font-weight: 600;
  text-align: center;
  color: #FFD600;
  text-shadow: 0 2px 12px rgba(10,15,44,0.13);
}
@media (max-width: 700px) {
  .stats-ia-grid {
    flex-direction: column;
    gap: 1.2rem;
  }
  .stats-ia-item {
    padding: 1.3rem 1rem;
    min-width: 120px;
  }
  .stats-ia-title {
    font-size: 1.3rem;
  }
  .stats-ia-number {
    font-size: 1.5rem;
  }
}
/* style.css extraído de index.html */
:root {
  --color-bg: #F9F8F5;        /* fundo geral, 60% */
  --color-card: #F0F0F0;      /* cards/blocos */
  --color-separator: #D2D2D2; /* linhas/separadores */
  --color-dark: #0A0F2C;      /* header, footer, textos principais, 30% */
  --color-blue: #2B65FF;      /* destaques, botões, ícones, 10% */
  --font-main: 'Satoshi', Arial, sans-serif;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: var(--font-main);
  background: var(--color-bg);
  color: var(--color-dark);
  min-height: 100vh;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
header {
  background: var(--color-dark);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 2.1rem 0 1.6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 16px 0 rgba(10,15,44,0.06);
  transition: box-shadow 0.22s, background 0.22s;
}
header::before {
  display: none;
}
.logo {
  max-width: 220px;
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInDown 1.1s 0.2s cubic-bezier(.6,.2,.3,1) forwards;
}
@keyframes fadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
nav {
  margin-top: 0.5rem;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeInDown 1s 0.5s cubic-bezier(.6,.2,.3,1) forwards;
  display: flex;
  gap: 2.2rem;
}
nav a {
  color: var(--color-bg);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 1.08rem;
  padding: 0.2rem 0;
  transition: color 0.18s;
}
nav a:hover {
  color: var(--color-blue);
}
main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7.5rem 1rem 2.5rem 1rem; /* espaço extra para header fixo */
  max-width: 900px;
  margin: 0 auto;
}
.hero {
  text-align: center;
  margin-top: 4.5rem;
  margin-bottom: 3.5rem;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.1s 0.7s cubic-bezier(.6,.2,.3,1) forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 1.1rem;
  letter-spacing: -0.01em;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}
.hero-title span {
  color: var(--color-blue);
}
.hero-desc {
  font-size: 1.18rem;
  color: var(--color-dark);
  opacity: 0.82;
  margin-bottom: 2.1rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  background: linear-gradient(90deg, var(--color-blue) 0%, #4f8cff 100%);
  color: #fff;
  border: none;
  border-radius: 2rem;
  padding: 0.95rem 2.3rem;
  font-size: 1.13rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 4px 24px 0 rgba(43,101,255,0.13);
  transition: background 0.22s, transform 0.18s, box-shadow 0.18s;
  position: relative;
  z-index: 1;
  outline: none;
  overflow: hidden;
}
.cta-btn:hover {
  background: linear-gradient(90deg, #4f8cff 0%, var(--color-blue) 100%);
  box-shadow: 0 8px 32px 0 rgba(43,101,255,0.18);
  transform: translateY(-2px) scale(1.06);
}
.cta-btn::after {
  content: '';
  position: absolute;
  left: -60%;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.0) 100%);
  transform: skewX(-24deg);
  transition: left 0.5s cubic-bezier(.6,.2,.3,1);
  pointer-events: none;
}
.cta-btn:hover::after {
  left: 120%;
  transition: left 0.5s cubic-bezier(.6,.2,.3,1);
}
.cta-btn .cta-icon {
  display: flex;
  align-items: center;
  font-size: 1.25em;
  margin-right: 0.1em;
}
.features {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
.feature {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: var(--color-card);
  border-radius: 1.2rem;
  padding: 1.2rem 2rem 1.2rem 1.2rem;
  min-height: 90px;
  box-shadow: none;
  border: none;
  opacity: 0;
  transform: translateY(30px);
  transition: box-shadow 0.18s, background 0.18s, transform 0.18s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.feature.in-view {
  animation: fadeInUp 0.8s cubic-bezier(.6,.2,.3,1) forwards;
}
.feature:hover {
  background: var(--color-separator);
  box-shadow: 0 4px 24px 0 rgba(43,101,255,0.08);
  transform: translateY(-2px) scale(1.01);
}
.feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #fff;
  transition: background 0.18s;
  font-size: 2.1rem;
}
.feature:hover .feature-icon {
  background: var(--color-card);
}
.feature-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.feature-title {
  color: var(--color-blue);
  font-size: 1.13rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  letter-spacing: 0.01em;
}
.feature-desc {
  color: var(--color-dark);
  font-size: 1.01rem;
  opacity: 0.8;
  line-height: 1.5;
}
section.about {
  margin-top: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-dark);
  opacity: 0;
  transform: translateY(30px);
  line-height: 1.7;
  transition: box-shadow 0.18s, background 0.18s, transform 0.18s;
}
section.about.in-view {
  animation: fadeInUp 0.9s cubic-bezier(.6,.2,.3,1) forwards;
}
.about-card {
  background: var(--color-card);
  border-radius: 1.3rem;
  box-shadow: 0 2px 16px 0 rgba(43,101,255,0.06);
  padding: 2.2rem 2rem 2.2rem 2rem;
  max-width: 540px;
  width: 100%;
  margin-bottom: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  position: relative;
  transition: box-shadow 0.18s, transform 0.18s;
}
.about-card:hover {
  box-shadow: 0 8px 32px 0 rgba(43,101,255,0.10);
  transform: translateY(-2px) scale(1.01);
}
.about-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, var(--color-blue) 0%, #4f8cff 100%);
  border-radius: 1rem;
  box-shadow: 0 2px 8px 0 rgba(43,101,255,0.10);
}
.about-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-blue);
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
  text-align: center;
}
.about-text {
  color: var(--color-dark);
  font-size: 1.08rem;
  text-align: center;
  line-height: 1.7;
}
.contact-card {
  background: var(--color-card);
  border-radius: 1.3rem;
  box-shadow: 0 2px 16px 0 rgba(43,101,255,0.06);
  padding: 2.2rem 2rem 2.2rem 2rem;
  max-width: 540px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  position: relative;
  transition: box-shadow 0.18s, transform 0.18s;
}
.contact-card:hover {
  box-shadow: 0 8px 32px 0 rgba(43,101,255,0.10);
  transform: translateY(-2px) scale(1.01);
}
.contact-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, var(--color-blue) 0%, #4f8cff 100%);
  border-radius: 1rem;
  box-shadow: 0 2px 8px 0 rgba(43,101,255,0.10);
}
.contact-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-blue);
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
  text-align: center;
}
.contact-text {
  color: var(--color-dark);
  font-size: 1.08rem;
  text-align: center;
  line-height: 1.7;
}
.contact-email {
  color: var(--color-blue);
  font-weight: 700;
  text-decoration: none;
  font-size: 1.13rem;
  margin-top: 0.5rem;
  transition: color 0.18s;
}
.contact-email:hover {
  color: #1741a6;
  text-decoration: underline;
}
footer {
  background: var(--color-dark);
  color: var(--color-bg);
  text-align: center;
  padding: 1.1rem 0 0.7rem 0;
  font-size: 0.98rem;
  letter-spacing: 0.02em;
  margin-top: auto;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.1s 2.2s cubic-bezier(.6,.2,.3,1) forwards;
  border-top: 1px solid #22263a;
}
@media (max-width: 700px) {
  .features {
    gap: 1rem;
  }
  .feature {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.1rem 1rem;
    gap: 1rem;
  }
  .feature-icon {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .hero-title {
    font-size: 1.5rem;
  }
  .logo {
    max-width: 150px;
  }
} 