/* HERO */
body{
     background: radial-gradient(circle at 100% 5%, #ff8c0066, transparent 10%),
                 radial-gradient(circle at -5% 7%, rgba(255,140,0,0.4), transparent 12%),
                 radial-gradient(circle at 20% 80%, rgba(255,100,0,0.3), transparent 20%),
                 radial-gradient(circle at -5% 27%, rgba(255,140,0,0.4), transparent 12%),
                 radial-gradient(circle at -5% 67%, rgba(255,140,0,0.4), transparent 12%),
                 radial-gradient(circle at -5% 50%, rgba(255,140,0,0.4), transparent 12%),
                 radial-gradient(circle at 100% 40%, rgba(255,140,0,0.4), transparent 20%),
                 radial-gradient(circle at 100% 100%, rgba(255,140,0,0.4), transparent 10%),
                 linear-gradient(#081827, #081827); /* cor base do fundo */
}
.hero {
    padding: 10px 80px;
    position: relative;
    min-height: 620px; /* garante altura do hero */
    overflow: hidden; /* permite a imagem encostar */
}

/* Textura de fundo */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
}

.hero > .container {
        padding: 10px 80px;
    position: relative;
    z-index: 2;
}

/* ---- TEXTO ---- */
.hero-text h1 {
    font-size: 2.8rem;
    line-height: 1.2;
}

.hero-text p {
    font-size: 1.1rem;
}

/* ---- IMAGEM ---- */
.hero-img-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end; /* faz a imagem encostar no rodapé */
}

.hero-img {
    height: 100%;
    max-height: 90%; 
    object-fit: contain; 
    position: absolute;
    left: 52%;
    bottom: 0;
    margin-right: 40px;
}

/* ============================
       SEÇÃO 1 - FUNDO ONDAS
=============================== */

.section-info {
    position: relative;
    padding: 0 20%;
    font-family: sans-serif;
}

.section-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url("bg.jpg") center no-repeat; */
    background-size: cover;
    opacity: .15;
}

.section-info-text {
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.2;
}

.quemsou{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 16%;
    

}
.quemsoutxt{
    padding: 3%;
    text-align: left;
    background-color: #ffffff6b;
    color: #fff;
    border-radius: 10px;
    margin-right: 10px;
    width: 700px;
    min-width: 400px;
}
.quemsoutxt h1{
    font-size: 55px;
}

.box {
  color: white;
  text-align: justify;      /* deixa as linhas bem alinhadas */
  justify-content: center;
}

.quemsouimg {
    background-color: #ffffff6b;
        border-radius: 10px;
        margin-left: 10px;
        padding: 0;
        width: 300px;
        height: 100%;
}
.quemsouimg img{
        border-radius: 10px;
}

.learn-img {
    max-width: 460px;
}
/* ================================
   SEÇÃO: Por que esta mentoria é diferente
================================ */
.section-diferenciais {
    padding: 60px 0;
}

.section-diferenciais i {
    font-size: 2.8rem;
    color: #74C0EB;
}

.section-diferenciais h5 {
    margin-top: 15px;
    font-weight: 600;
}

.section-diferenciais p {
    margin-top: 10px;
    line-height: 1.6;
}



/* ================================
   SEÇÃO: O que você será capaz de fazer
================================ */
/* SECTION */
.section-resultados {
    padding: 60px 0;
}

/* BOX PADRÃO */
.section-resultados .box {
    height: 520px; /* Altura fixa igual aos modelos */
    padding: 0;
    border-radius: 12px;
    border: 3px solid #4FC3F7; /* borda azul igual ao modelo */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end; /* texto desce para o rodapé do card */
    transition: 0.3s;
}

/* EFEITO DE HOVER */
.section-resultados .box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* IMAGEM DE FUNDO */
.section-resultados .box-bg-online,
.section-resultados .box-bg-mentorias,
.section-resultados .box-bg-whatsapp {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* COLOQUE A IMAGEM CERTA EM CADA CARD */
.box-bg-online {
    background-image: url('mentor3.png');
}

.box-bg-mentorias {
    background-image: url('mentor3.png');
}

.box-bg-whatsapp {
    background-image: url('mentor3.png');
}

/* OVERLAY GRADIENTE IGUAL AO DA IMAGEM */
.section-resultados .box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; /* degradê vindo de baixo */
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.829),
        rgba(0, 0, 0, 0.384) 70%,
        rgba(0,0,0,0)
    );
    z-index: 1;
}

/* CONTEÚDO */
.section-resultados .box-content {
    position: relative;
    z-index: 3;
    padding: 15px;
}

/* TÍTULO */
.section-resultados .box-content h3 {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    color: #4FC3F7; /* azul igual ao da imagem */
    margin-bottom: 10px;
}

/* TEXTO */
.section-resultados .box-content p {
    color: #fff;
        text-align: left;
    font-size: 0.95rem;
    line-height: 1.5;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}




.trajetoria{
  border-radius: 22px;
  color: #eaf2ff;
 width: 100%;
 
}

.trajetoria-titulo{
  font-weight: 400;
  font-size: clamp(72px, 4vw, 44px);
  line-height: 1.1;

}

.timeline{
  position: relative;
  width: 100%;
  margin: 0 50px;
  
}

.timeline-item p{
  font-size: 1.5rem;
  margin: 0;
  color: #f0f0f0;
  background-color: #da7800e1;
  padding: 20px;
  font-weight: 400;
  width: 100%;
}

.timeline-icon{
  width: 46px;
  background-color: #ffffff;
  display: grid;
  align-items: right;
  justify-content: right;
  border-top-left-radius: 15px;
}


.premios{
  border-radius: 22px;
  color: #fff;
  
}

.premios-titulo{
  font-weight: 700;
  font-size: 5rem;        /* ajuste conforme seu layout */
  line-height: 1.0;
  font-weight: 380;
  color: #ffffff;
  margin-bottom: 5%;
  margin-top: 2%;
}

.premios-titulo span{
  display: block;
  text-align: left;       /* igual à imagem */
}


.premio-card{
  overflow: hidden;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0,0,0,.25);
  transition: transform .3s ease, box-shadow .3s ease;
  width: 100%;
}

.premio-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 32px rgba(0,0,0,.35);
}

.premio-card img{
  background-color: #0a223a;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.premio-titulo{
  margin-top: 10px;
  padding: 12px 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a223a;
  text-transform: uppercase;
  line-height: 1.2;
  background: #f5f5f5;
  height: 100px;
}

.depoimentos{
  border-radius: 18px;
  color: #fff;
  
}

.depoimentos-titulo{
  font-weight: 600;
  font-size: clamp(42px, 3vw, 34px);
  letter-spacing: .01em;
}

.depo-card{
  height: 100%;
  padding: 18px 18px 14px;
  border-radius: 14px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);

  display: flex;            /* 🔥 */
  flex-direction: column;   /* 🔥 */
}


.depo-avatar{
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.9);
}

.depo-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.depo-nome{
  font-size: 18px;
  font-weight: 700;
}

.depo-cargo{
  font-size: 11px;
  color: rgba(255,255,255,.75);
  line-height: 1.2;
}

.depo-texto{
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  margin-bottom: 14px;
}

.depo-cta{
  display: flex;
  justify-content: flex-start;
}

.depo-handle{
  display: inline-block;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
  background: #ff8c00;
  color: #081827;
}
.depo-cta{
  margin-top: auto;         /* 🔥 empurra para o fundo */
  display: flex;
  justify-content: flex-start;
}

.acontecendo{
  color: #fff;

}

.acontecendo-titulo{
  font-size: clamp(72px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.1;
  color: #f5f0e8;
}



.premio-titulo2{
  margin-top: 10px;
  padding: 15px 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ececec;
  text-transform: uppercase;
  line-height: 1.2;
  background: #f99b29d3;
  height: 210px;
  text-align: left;
}
.contato{
  background-image: url(64.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 600px;
  background-position: 25vw;  
  margin-top: 70px;
}



/* ================================
   RESPONSIVIDADE
================================ */
@media (max-width: 768px) {

    .section-resultados .box {
        margin-bottom: 20px;

    }

    .section-publico .col-md-4,
    .section-diferenciais .col-md-4 {
        margin-bottom: 25px;
        
    }

    .section-diferenciais i,
    .section-resultados i,
    .section-publico i {
        font-size: 2.4rem;
    }
}
