/* Reset/helpers */
img, video { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* Tipografia fluida */
:root {
  --title: clamp(28px, 6vw, 45px);
  --h2: clamp(24px, 4.5vw, 40px);
  --p: clamp(14px, 2.6vw, 18px);
}

/* Containers */
.container-curso { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 16px; }
.section-benefits { padding: 0 16px; }
.container-beneficios { max-width: 1200px; margin: 0 auto; }

/* Títulos */
.hero h1,
.section-benefits h2,
.container-certificado h2,
.section-depiomentos h2,
.cta-section h1 { font-size: var(--title); }

.section-benefits h2,
.container-certificado h2,
.section-depiomentos h2 { font-size: var(--h2); }

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&family=Playfair+Display:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

body {
    color: #3a3a3a;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'MaximaNouva', sans-serif;


}

html {
  scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

.container-curso {

    width: 70%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-curso strong {
    color: #ecaea6;

}

.curso-img {
    width: 100%;
    position: relative;
    top: -50px;
    margin-bottom: 80px;
}

.hero {
    padding: 0px 0;
    text-align: center;
    position: relative;
    top: -80px;
}

.hero h1 {
    font-family: 'MaximaNouva', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 45px;
    color: #434343d2;
    margin-bottom: 10px;
    animation: fadeUp 1.5s ease-in-out;
    margin-bottom: 40px;
    line-height: 1.2;
    font-weight: 100;

}

#hero-p {
    font-size: 18px;
    margin-bottom: 40px;
    animation: fadeUp 2s ease-in-out;
    font-family: 'Onest', sans-serif; /* Coloque a fonte desejada aqui */
    background-color: #fff;
    border-radius: 20px;
    width: 800px;
    text-align: center;
    margin: auto;
    font-weight: 500;
    color: #777;

}

.video-container-curso {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    animation: fadeIn 2.5s ease-in-out;
    margin-top: 60px;
}

.video-container-curso iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
}

.banner-img {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 130vw;
  margin-top: -20px;
}

.banner-img img {
  display: block;
  width: 80%;
  height: auto;   /* preserva proporção, sem cortes */
}

.btn-primary {
    display: inline-block;
    padding: 15px 40px;
    background-color: #ecaea6;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.3s ease, transform 0.3s ease;
    margin-top: 40px;
}

.btn-primary:hover {
    background-color: #ecaea6;
    transform: translateY(-5px);
}

.section-benefits {
    padding: 0px 0;
    max-width: 1200px;
    margin: auto;
}

.section-benefits h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 75px;
    color: #434343d2;
    font-family: 'MaximaNouva', sans-serif;
    line-height: 1.2;
    font-weight: 100;

}

.container-beneficios strong {
    color: #ecaea6;

    

}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.benefit-card {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.262);
  transition: transform 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-10px);
}

.benefit-card h3 {
  font-family: 'Onest', sans-serif; /* Coloque a fonte desejada aqui */
  color: #434343d2;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-list li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-family: 'Onest', sans-serif; /* Coloque a fonte desejada aqui */

}

.benefit-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #d49ca4;
}


.certificado {
    margin-top: 50px;
    margin-bottom: 50px;

}

.container-certificado{
    background-color: #f8f6f6;
    padding: 30px;

}


.certificado-card {
    display: flex;
    width: 1000px;
    margin: auto;

}

.container-certificado h2 {
      text-align: center;
      font-size: 40px;
      color: #434343d2;
      margin-top: 20px;
      margin-bottom: 80px;
      font-family: 'MaximaNouva', sans-serif;
      line-height: 1.2;
      font-weight: 100;

}

.container-certificado span {
    color: #ecaea6;

}

.container-certificado p {
    font-size: 18px;
    margin-bottom: 40px;
    animation: fadeUp 2s ease-in-out;
    font-family: 'Onest', sans-serif; /* Coloque a fonte desejada aqui */
    border-radius: 20px;
    width: 360px;
    text-align: center;
    margin: auto;
    font-weight: 400;
    color: #777;
    padding: 20px;
    line-height: 1.6;



}


.certificado-card img {
    width: 500px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}


/* testemunhos */
.testimonials {
    padding: 80px 0;
}


.testimonials h2 {
    text-align: center;
    font-size: 40px;
    color: #ecaea6;
    margin-bottom: 40px;
    font-family: 'MaximaNouva', sans-serif;

}

.testimonial-carousel {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    scroll-behavior: smooth;
}

.testimonial-card {
    min-width: 280px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: scale(1.05);
}

.testimonial-card p {
    font-style: italic;
}

.testimonial-card span {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    color: #a87077;
}

.cta-section {
    background: linear-gradient(to top, #e8b0a9, #f8f6f6);
    padding: 60px 0;
    text-align: center;
    color: #020202;
}

#scroll-para-baixo {
    background: linear-gradient(to top, #f8f6f6, #e8b0a9);
    text-align: center;
}
.cta-section h1 {
    font-size: 38px;
    margin-bottom: 20px;
    font-family: 'MaximaNouva', sans-serif;
    color: #777;
}


.cta-section h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-family: 'MaximaNouva', sans-serif;
    color: #777;
}

.cta-section h2 strong {
    font-size: 25px;
    font-family: 'MaximaNouva', sans-serif;
    color: #ffffff;
    background-color: #e8b0a9;
    padding: 0px 15px 0px 15px;
    border-radius: 20px;
    font-weight: 600;

}
#parcela {
    font-size: 13px;
    font-family: 'Onest', sans-serif; /* Coloque a fonte desejada aqui */
    color: #a4a4a4;
    background-color: #FFF3F6;
    padding: 5px;
    width: 500px;
    margin: auto;
    border-radius: 20px;
}

#palito {
    font-size: 50px;
    color: #ecaea6;
    margin-bottom: 20px;

}

#frase {
    margin-top: 20px;
    font-size: 14px;
    font-family: 'Onest', sans-serif; /* Coloque a fonte desejada aqui */
    color: #818181;
    font-weight: 200;
    font-style: italic;


}

#imagem-frase {
    width: 30px;
    position: absolute;
    margin-top: -5px;
    margin-left: 250px;

}
#imagem-frase2 {
    width: 25px;
    position: absolute;
    margin-top: -5px;
    margin-left: 600px;

}



.cta-section .btn-whatsapp {
    background-color: rgb(236, 174, 166);;
    padding: 15px 40px;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.cta-section .btn-whatsapp:hover {
    transform: translateY(-5px);
}

footer {
    padding: 30px;
    text-align: center;
    color: #777;
    background: #fff;
}


/* ===========================
   DEPOIMENTOS — RESPONSIVO
   =========================== */
.section-depoimentos {
  text-align: center;
  padding: 60px 20px;
  background-color: #fff;
}

.section-depoimentos h2 {
  font-size: clamp(24px, 6vw, 38px);
  font-weight: 400;
  margin-bottom: 40px;
}

.section-depoimentos h2 span {
  color: #d89a93;
  font-weight: 600;
}

.depoimentos-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Cartões */
.depoimento-card {
  background: #fafafa;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
  text-align: left;
}

.depoimento-card:hover {
  transform: translateY(-3px);  
}

/* Vídeo responsivo (mantém proporção 16:9) */
.video-wrapper {
  position: relative;
  padding-bottom: 177%; /* proporção de Shorts (9:16) */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 14px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

.depoimento-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.depoimento-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  padding: 0 4px;
}

/* Mobile */
@media (max-width: 900px) {
  .depoimentos-section {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 600px;
  }
}




/* popup */

.popup-form {
  margin-top: 50px;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.form-container {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  width: 90%;
  max-width: 280px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  font-family: 'Onest', sans-serif;
  animation: zoomIn 0.3s ease;
}

.form-banner img {
  width: 100%;
  height: 100%;
  display: block;
  max-height: 250px;
}

.form-content {
  margin-top: 0px;
  padding: 10px 25px;
}

.form-content h3 {
  font-size: 11px;
  margin-bottom: 10px;
  color: #6a6a6aba;
  font-weight: 600;
  text-align: center;
}

.form-container input {
  width: 94%;
  padding: 12px 7px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 11px;
}

.form-container button {
  background-color: #d89a93;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  font-size: 11px;
  transition: background-color 0.3s ease;
}

.form-container button:hover {
  background-color: #c77973;
}

.fechar {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #888;
  z-index: 10;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}



@keyframes fadeUp {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
  color: #444;
}

.spinner {
  border: 4px solid rgba(0,0,0,0.1);
  border-left-color: #e8b0a9;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {
  .certificado-card { flex-direction: column; text-align: center; }
}

@media (max-width: 768px) {
  .hero h1 { line-height: 1.25; font-weight: 400; font-size: 30px;  }
  #hero-p { width: 330px; font-size: 14px;}
  .btn-primary { padding: 12px 24px; font-size: 15px; margin-top: 24px; }
  .container-curso { width: 90%; padding: 0 0px; }
  #frase { padding: 20px;}

  #imagem-frase { margin-left: -10px;}
  #imagem-frase2 { 
    margin: auto; 
    text-align: center; 
    justify-items: center;
    margin-top: 20px;
  
  }

  .section-benefits h2,
  .container-certificado h2,
  .section-depiomentos h2 { margin: 20px; }
  .certificado-card {align-items: center; display: block; padding: 0; width: 300px}
  .certificado-card img { max-width: 300px; margin: auto;}
  .container-certificado p {width: 100%; padding: 20px 0px 20px 0px; margin: 0; font-size: 16px;}
  .container-certificado  {padding: 0; margin-top: -20px;}
  .aoconcluir {width: 100%; }
  .banner-img img {margin-top: 50px; display: flex; width: 120%;}
  #parcela {width: 300px;}
  .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px;
  }
  .container-beneficios  {
    margin-top: -50px;
  }
  .banner-img img {
    content: url("/static/images/banner-curso-presencial-glam-vertical.png");
    height: auto;
    object-fit: cover;
  }
  .banner-img {
    margin: auto;
    width: 90%;

  }
  .cta-section h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-family: 'MaximaNouva', sans-serif;
    color: #777;
    padding: 25px;
  }
  .cta-section h2 strong {
    font-size: 22px;
  }
  .cta-section h1 {
    font-size: 38px;
    margin-bottom: 0px;
    font-family: 'MaximaNouva', sans-serif;
    color: #777;
  }
  .curso-img {
    width: 100%;
    position: relative;
    top: -70px;
    margin-bottom: 50px;
  }

}


/* Feedback do formulário */
.success-box, .error-box {
  margin-top: 0px;
  padding: 14px 16px;
  border-radius: 12px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  animation: fadeIn .25s ease;
}

.success-box {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #34d399;
}
.success-box .success-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid #10b981;
  margin-bottom: 8px; font-weight: 700;
}
.error-box {
  background: #fff1f2;
  color: #9f1239;
  border: 1px solid #fda4af;
}

@keyframes fadeIn { from {opacity:0; transform: translateY(4px)} to {opacity:1; transform: translateY(0)} }

.cupom-box {
  background: #fff;
  padding: 25px;
  margin-top: 7px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
  animation: fadeIn .5s ease;
}

.cupom-box h3 {
  font-weight: 700;
  color: #111;
}

.cupom-code {
  background: #000;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  padding: 10px 25px;
  border-radius: 8px;
  display: inline-block;
  margin: 10px 0 20px;
  letter-spacing: 3px;
}

.btn-pagar-agora {
  background: #d400ff;
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}

.btn-pagar-agora:hover {
  opacity: .85;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to   {opacity: 1; transform: translateY(0);}
}

