@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --cor-fundo: #e9e9e9;
  --cor-header: #fffeec;
  --cor-card: #b696bf;
  --cor-texto: #222;
  --textoDourado: #F4C300;
  --cor-branca: #fff;
  --cor-Btn-cadastro: #fefefe;
  --cor-botao: #d1a2e7;
  --cor-login: #a143d0;
  --textoApresentacao: #36114e;
  --cor-botao-hover: #d386f6;
  --cor-Texto-BTN: #67059E;
  --cor-purple-dark: #36114e;
  --cor-purple-footer: #3b185f;
  --RosaTitle: #ff69b4;
  --PinkButton: f946fo;
  --gradient-purple: linear-gradient(180deg, #f946f0 0%, #b868df 76.93%);
  --gradient-title: linear-gradient(to right, #8a2be2, #ff69b4);
}

/* Reset/Global */
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

    /* Estilos para melhorar a experiência de rolagem suave */
    html {
      scroll-behavior: smooth;
    }
    
    /* Garantir que os elementos alvo tenham posicionamento adequado */
    [id] {
      scroll-margin-top: 80px; /* Aproximadamente a altura da navbar */
    }

body {
  margin: 0;
  background: var(--cor-fundo);
  color: var(--cor-texto);
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

navbar-burger{
  color: var(--cor-texto);
  background-color: var(--cor-Texto-BTN);
}
/* NAVBAR */
.navbar {
  background: var(--cor-header) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.navbar-item,
.navbar-link {
  color: var(--cor-texto) !important;
  font-weight: 500;
}

.navbar-item:hover,
.navbar-link:hover {
  background: transparent !important;
  color: var(--cor-purple-dark) !important;
}


/* BUTTONS */
.button.is-light {
  background: var(--cor-Btn-cadastro);
  color: var(--cor-Texto-BTN);
  border: none;
}

.button.is-light:hover {
  background: var(--cor-botao-hover);
  color: var(--cor-branca);
}

.button.is-primary {
  background: var(--cor-login);
  border: none;
  color: var(--cor-branca);
}

.button.is-primary:hover {
  background: var(--cor-botao-hover);
}

/* HERO */
.hero-section {
  background: var(--cor-header);
  padding-bottom: 4rem !important;
}

#apresentacao h1 {
  color: var(--cor-texto);
  text-align: left;
}

#apresentacao p {
  text-align: left;
  font-size: 1.25rem;
  margin-top: 1rem;
}

.title {
  color: var(--cor-purple-dark);
  text-align: center;
}

.subtitle {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  background: var(--gradient-title);
  -webkit-background-clip: text;
  color: transparent;
}

/* IMAGE CARD */
.image-card img {
  width: 100%;
  border-radius: 20px;
}

/* ARROW */
.arrow-circle {
  font-size: 34px;
  color: var(--cor-branca);
  background: var(--cor-login);
  border-radius: 50%;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border: none;
  width: 50px;
  height: 50px;
}

.arrow-circle img {
  width: 40px;
  height: 40px;
}

/* DESTAQUE */
.destaque {
  background: var(--cor-fundo);
  padding: 4rem 0;
}

.destaque .title {
  background: var(--gradient-title);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SOBRE */
.sobre {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.sobre .sobre-text {
  color: var(--cor-texto);
  text-align: left;
}

.sobre-img-card {
  background: var(--cor-branca);
  border: 3px solid var(--cor-card);
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sobre-img-card img {
  width: 100%;
  border-radius: 12px;
}

.sobre-text {
  font-size: 1.15rem;
  line-height: 1.7;
}

/* MISSÃO */
.missao {
  background: var(--gradient-purple);
  padding: 4rem 0;
}

.missao-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.missao-img {
  width: 80%;
  height: 80%;
  object-fit: cover;
}

.missao-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.missao-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cor-branca);
  font-size: 1.35rem;
  padding: 0 2rem;
  text-align: center;
}

/* BENEFÍCIOS */
.beneficios {
  background: var(--cor-purple-dark);
  padding: 4rem 0 5rem;
}

.beneficios-titulo {
  color: var(--textoDourado);
  font-size: 2rem;
  font-weight: 700;
}

.beneficio-icon {
  font-size: 40px;
  color: var(--textoDourado);
  margin-bottom: 1rem;
}

.beneficios-subtitulo {
  color: var(--cor-branca);
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* BENEFICIO CARD */
.beneficio-card {
  background: var(--cor-branca);
  border-radius: 14px;
  padding: 2rem 1.5rem;
  box-shadow: 6px 6px 0 var(--textoDourado);
  height: 450px;
  width: 80%;
  transition: transform .25s ease, box-shadow .25s ease;
}

.beneficio-card:hover {
  transform: translateY(-10px);
  box-shadow: 10px 12px 0 var(--textoDourado);
}

/* SEÇÃO FAZEMOS */
.fazemos-container {
  padding: 3rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.fazemos-title {
  color: var(--cor-Texto-BTN);
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

/* GRID UTIL */
.content-section,
.bottom-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

/* IMAGE BACKGROUND CARDS (FAZER COM IMG se preferir) */
.image-cardFazemos,
.gamification-card {
  border-radius: 15px;
  padding: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.image-cardFazemos {
  background-image: url('assets/Education.svg');
}

.gamification-card {
  background-image: url('assets/gamificacao.svg');
}

.text-content {
  background: var(--cor-fundo);
  border-radius: 15px;
  padding: 2rem;
  display: flex;
  align-items: center;
}

.text-content p {
  line-height: 1.8;
}

/* PARCEIROS */
h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 80px;
  font-weight: 600;
  color: #1a202c;
}

.parceiros-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  margin: 0 auto 80px;
  max-width: 1200px;
}

.parceiro {
  text-align: center;
  width: 180px;
}

.icon-circle {
  width: 90px;
  height: 90px;
  background: #b696bf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: transform .25s ease;
}

.parceiro:hover .icon-circle {
  transform: scale(1.08);
}

.icon-circle svg {
  width: 40px;
  height: 40px;
  fill: #5a2d82;
}

.parceiro-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 10px;
  line-height: 1.3;
}

.parceiro-subtitle {
  font-size: 14px;
  background: var(--gradient-title);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
}

/* PLANS - layout solicitado: FREE + PLUS lado a lado; PRO centralizado abaixo */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 1100px;
  margin: 40px auto 20px;
  align-items: stretch;
}

/* card base */
.plan-card {
  background: #2d1450;
  border-radius: 22px;
  padding: 40px 32px;
  color: #fff;
  position: relative;
  transition: .3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 420px;
  cursor: pointer;
}

/* variants */
.plan-card.free {
  background: linear-gradient(145deg, #361261, #220d3f);
}

.plan-card.plus {
  background: linear-gradient(145deg, #361261, #220d3f);
  box-shadow: 0 0 125px rgba(255, 0, 255, 0.45);
  border: 2px solid rgba(255, 255, 255, 0.12);
}

.plan-card.pro {
  background: linear-gradient(145deg, #361261, #220d3f);
  grid-column: 1 / 3;
  justify-self: center;
  max-width: 600px;
  width: 100%;
}

.assinaturas-section p {
  text-align: center;
  margin-bottom: 50px;
  font-size: 24px;
  background: var(--gradient-title);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

/* header inside cards */
.plan-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
  min-height: 60px;
}

.plan-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.plan-name span {
  color: #ff4bcf;
  display: block;
  margin-top: 4px;
}

.popular-badge {
  background: #fff;
  color: #7d21f4;
  padding: 6px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

/* price & features */
.plan-price {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
}

.plan-price-small {
  font-size: 14px;
  opacity: .9;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.plan-features li {
  font-size: 14px;
  margin-bottom: 12px;
  padding-left: 22px;
  position: relative;
  opacity: .95;
  line-height: 1.4;
}

.plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c084fc;
  font-weight: bold;
}

/* CARDS RESPONSIVE BEHAVIOR */
@media (max-width:1024px) {
  .plans-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .plan-card.pro {
    grid-column: span 2;
  }
}

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

  .plan-card.pro {
    grid-column: 1;
    max-width: 100%;
  }
}

@media (max-width:768px) {
  .plan-card {
    padding: 30px 20px;
    min-height: 380px;
  }

  .plan-header {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
  }

  .popular-badge {
    align-self: center;
  }
}

/* CAROUSEL */
.carousel-container {
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.carousel-track {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  animation: slide 20s linear infinite;
}

.carousel-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50%;
  height: 100%;
  padding: 0 2rem;
}

.carousel-slide .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.carousel-slide img {
  max-height: 150px;
  max-width: 100%;
  object-fit: contain;
  transition: .3s ease;
}

.carousel-slide img:hover {
  transform: scale(1.05);
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* CONTAINERS & MISC */
.containerSobre {
  background: var(--gradient-purple);
  min-height: 60vh;
  padding: 40px;
  color: var(--cor-branca);
}

.feature-icon {
  font-size: 22px;
  margin-right: 12px;
  color: var(--cor-botao);
}

.text-box {
  max-width: 500px;
  color: var(--cor-texto);
}

.favicon-circle {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: var(--PinkButton);
  border: none;
  align-items: center;
  justify-content: center;
  color: var(--cor-texto);
}

.favicon-circle i {
  color: var(--cor-texto);
}

.text-box h1,
strong {
  color: var(--textoDourado);
}

.image-Sobre img {
  width: 100%;
  border-radius: 15px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.image-Sobre,
.image-SobreUp,
.image-SobreDown {
  border-radius: 16px;
  padding: 18px;
  transition: transform .3s ease;
}

.image-Sobre img,
.image-SobreUp img,
.image-SobreDown img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.image-SobreUp {
  transform: translateY(-25px);
}

.image-SobreDown {
  transform: translateY(25px);
}

/* FOOTER & WAVES */
.parallax-waves {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  background: #4d2c62;
  margin-top: 60px;
}

.wave {
  position: absolute;
  bottom: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: contain;
}

.layer-back {
  background-image: url('assets/OndaRoxa.png');
  animation: moveBack 20s linear infinite;
  opacity: .9;
}

.layer-front {
  background-image: url('assets/OndaRoxa.png');
  animation: moveFront 25s linear infinite;
  opacity: .5;
}

@keyframes moveBack {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes moveFront {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-60%);
  }
}

.finup-footer {
  background-color: var(--cor-purple-footer);
  padding: 2.5rem 1rem;
  text-align: center;
  color: var(--cor-branca);
}

.finup-footer figure img {
  max-width: 160px;
  margin: 0 auto;
}

.finup-footer p {
  color: var(--cor-branca);
  margin-bottom: 20px;
}

.icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.icons a {
  transition: .2s ease;
}

.icons a:hover {
  transform: scale(1.1);
}

.icons img {
  width: 24px;
  height: 24px;
}

.footer-line {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, .3);
  width: 70%;
  margin: 20px auto;
}

/* small screens adjustments */
@media (max-width:768px) {
  .container {
    padding: 40px 20px;
  }

  h1 {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .parceiros-grid {
    flex-wrap: wrap;
    gap: 40px;
  }

  .parceiro {
    width: 150px;
  }
}