@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.card-cont{
 display: flex;
  justify-content: center;
}
.card-price{
  
 
  display: flex;
  max-width: 15vw;
}

.text-price{
  padding-top: 100px;
}
.text-cadp{
  line-height: 0.1;
}

h1{
  
  font-family: "Poppins", sans-serif;
}
p,h2{
  font-family: "Montserrat", sans-serif;

}
p{
  text-align: left
}
.hb3{
  font-size: 1.3rem;
  font-weight: 600;
}
.text-ment, .line-text{
  line-height: 1.2;
}
:root {
  --bg-hero: #001428;
  --bg-about: #06a7e0;
  --bg-mentor: #1b2433;
  --bg-details: #ffffff;
  --bg-signup: #06a7e0;
  --bg-faq: #06a7e0;
  --bg-stats: #0d1f2b;
  --bg-cta: #0d1f2b;
  --bg-bt:#06a7e0;
  --bg-bth:#0d1f2b;
}


/* Tipografia e base */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff;
  
}

/* Container padrão */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

/* Hero section */
.hero {
  background-color: var(--bg-hero);

  text-align: center;
  padding: 60px 20px;
}
.txt-hero, .text-bnf{
  line-height: 1.2;
}

.hero .logo {
  max-width: 200px;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.hero .lead {
    max-width: 800px;
  margin: 0 auto 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: justify;       /* Justifica o texto */
  text-justify: inter-word;  /* Ajusta espaçamento */
}

/* Seção about */
.about {
    background-color: var(--bg-about);

  color: #ffffff;
  padding: 50px 20px;
  
  
}
.about h2 {
  line-height: 1.2;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.about p {
  max-width: 800px;
  margin: 0 auto 1rem;
  font-size: 1rem;
  text-align: justify;   /* ✅ Aqui */
  text-justify: inter-word; /* opcional, melhora a distribuição */
}

.btn-homed{
    text-align: center; 
}
.text-sobre{
  text-align: center;
}

.btn-primary {
  display: inline-block;
  background-color: var(--bg-bt);
  color: #fff;
  padding: 14px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  
}
.btn-primaryy {
  display: inline-block;
  background-color: #0d1f2b;
  color: #fff;
  padding: 14px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  
}
.btn-primary:hover {
  background-color: var(--bg-bth);
}

/* Section Mentor */
.mentor {
  background-color: var(--bg-mentor);
  color: #ffffff;
  text-align: center;
  padding: 6px 20px;
}
.mentor-photo {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}
.mentor h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.mentor ul {
  list-style: disc;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.6;
}
.mentor .text-sobre {
  max-width: 800px;
  margin: 0 auto 1rem;
  font-size: 1rem;
  text-align: justify;
  text-justify: inter-word; /* melhora espaçamento */
}
.mentor li {
  margin-bottom: 1rem;
}

/* Detalhes da Imersão */
.details {
  background-color: var(--bg-details);
  color: #222;
  padding: 60px 20px;
  text-align: center;
}
.details h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #222;
}
.details p {
  margin: 0 0 8px;
  font-size: 1rem;
}
.details .program {
  text-align: left;
  max-width: 800px;
  margin: 30px auto 0;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.6;
}
.details .program > li {
  margin-bottom: 10px;
}
.details .program > li > strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
  color: #000;
}
.details .program ul {
  list-style: circle;
  padding-left: 20px;
}
.details .program ul li {
  margin-bottom: 6px;
}

.program {
  max-width: 800px;
  margin: 0 auto 2rem;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;       /* justifica o texto */
  text-justify: inter-word;  /* melhora espaçamento */
}

/* Section Signup */
.signup {
  background-color: var(--bg-signup);
  color: #ffffff;
  padding: 60px 20px;
}
.signup h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.signup-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.signup-form label {
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 4px;
}
.signup-form input,
.signup-form select {
  padding: 10px;
  font-size: 1rem;
  border-radius: 6px;
  border: none;
  margin-bottom: 10px;
}
.signup-form .whatsapp-group {
  display: flex;
  gap: 8px;
}
.signup-form .whatsapp-group select {
  flex: 1;
}
.signup-form .whatsapp-group input {
  flex: 2;
}

.signup-form .privacy {
  font-size: 0.85rem;
  text-align: center;
  margin-top: 10px;
}
.signup-form .privacy a {
  color: #f2d173;
  text-decoration: underline;
}
.btn-submit {
  background-color: var(--bg-bt);
  color: #fff;
  padding: 14px 26px;
  border-radius: 6px;
  font-size: 1rem;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  font-weight: bold;
  align-self: center;
}
.btn-submit:hover {
  background-color: var(--bg-bth);
}

/* Section FAQ */
.faq {
  background-color: var(--bg-faq);
  color: #fafafa;
  text-align: center;
  padding: 60px 20px;
}
.faq h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #ffffff;
}
.faq h3 {
  font-size: 1.6rem;
  margin-bottom: 30px;
  color: #ffffff;
}
.faq p {
  max-width: 800px;
  margin: 0 auto 1rem;
  font-size: 1rem;
  line-height: 1.6;
}
.faq .btn-primary {
  display: inline-block;
  background-color: #0d1f2b;
  color: #fff;
  padding: 14px 26px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  margin-top: 20px;
}
.faq .btn-primary:hover {
  background-color: #0077ff;
}

/* Stats */
.stats {
  background-color: var(--bg-stats);
  color: #ffffff;
  text-align: center;
  padding: 60px 20px;
}
.stats .intro {
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: 1rem;
  line-height: 1.6;
}
.metrics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}
.metric {
  flex: 1 1 180px;
  min-width: 160px;
}
.metric-number {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.metric-text {
  font-size: 1rem;
}
.stats h2 {
  font-size: 1.8rem;
  margin: 30px 0 15px;
}
.stats p {
  max-width: 800px;
  margin: 0 auto 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

/* CTA Experience */
.cta-experience {
  background-color: var(--bg-cta);
  color: #ffffff;
  text-align: left;
  padding: 50px 20px;

  display: flex;              /* mantém alinhamento central */
  justify-content: center;    /* centraliza horizontal */
}

.container-c {
  display: flex;
  flex-wrap: wrap;          /* permite quebrar no mobile */
  justify-content: center;  /* centraliza cards */
  align-items: flex-start;  /* alinha pelo topo */
  gap: 30px;                /* espaço entre eles */
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}
.cta-experience h2 {
  text-align: center;
}

/* Card de Comentário */
.card-container {
  flex: 1 1 320px;            /* largura mínima, mas flexível */
  max-width: 350px;           /* limite no desktop */
  background: #ffffff;
  border: 4px solid #000000;
  box-shadow: 8px 8px 0 #000;
  position: relative;
  
}

.upper-container {
  height: 140px;
  background: #0400ff;
  border-bottom: 4px solid #000;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.image-container {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border: 4px solid #000;
  transform: translateY(50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 2px solid #000;
}

.lower-container {
  padding: 60px 20px 30px;
  text-align: center;
}

.lower-container h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.lower-container h4 {
  margin: 5px 0 15px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

.lower-container p {
  font-size: 14px;
  color: #000;
  border: 2px dashed #000;
  padding: 10px;
  background: #f0f0f0;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background: #ff006e;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: 3px solid #000;
  box-shadow: 4px 4px 0 #000;
  transition: all 0.2s ease;
}


/* Final Card de Comentário */

/* Tipografia dentro da section */
.cta-experience p {
  display: flex;
  align-items: flex-start; /* alinha o ícone ao topo (primeira linha) */
  gap: 10px;               /* espaço entre o ícone e o texto */
  line-height: 1.6;
  margin: 10px 0;
}

.cta-experience p img {
  width: 24px;             /* tamanho do ícone */
  height: auto;
  flex-shrink: 0;
  margin-top: -2px;         /* opcional — ajusta o alinhamento fino */
}

.cta-experience h3 {
  font-size: 1.4rem;
  margin: 20px auto 30px;
  max-width: 800px;
}

.cta-experience .btn-primary {
  display: inline-block;
  background-color: var(--bg-bt);
  color: #fff;
  padding: 14px 26px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}

.cta-experience .btn-primary:hover {
  background-color: var(--bg-bth);
}

/* Responsivo */
@media (max-width: 768px) {
  .card-container {
    max-width: 100%;         /* ocupa 100% no mobile */
  }

  .card-price{
  
 
  display: flex;
  max-width: 60vw;
}

  .hero h1 { font-size: 1.5rem; }
  .about h2 { font-size: 1.4rem; }
  .signup-form .whatsapp-group { flex-direction: column; }
  .metric-number { font-size: 1.5rem; }
  .stats h2 { font-size: 1.4rem; }
  .cta-experience h3 { font-size: 1.2rem; }
}


.reveal-text {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms cubic-bezier(.2,.9,.3,1), transform 600ms cubic-bezier(.2,.9,.3,1);
  will-change: opacity, transform;
}

.reveal-text.active {
  opacity: 1;
  transform: translateY(0);
}


.footer {
  background-color: #001428;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: "Montserrat", sans-serif;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-info h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.footer-info p {
  margin: 6px 0;
  font-size: 0.95rem;
  line-height: 1.4;
}

.footer-links h4 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #06a7e0;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 20px;
  padding-top: 15px;
  font-size: 0.85rem;
}

