/* HERO */
.hero-bg img {
    width: 100%;
    /* height: 100vh; */
    display: block;
    position: absolute;
}

/* Container do texto e imagem */
.hero-container {
    position: relative; 
    max-width: 1200px;
    margin: -100px auto 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero-text h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    position: relative;
    transform: translateY(215px)!important;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 70px;
    transform: translateY(104px);
    padding-bottom: 70px;
}

.hero-subtitle-text {
    color: #6b37fc;
}

/* CONTAINER PRINCIPAL */
.influencer-analysis {
    margin-top: 3rem; 
}

@media(min-width: 1024px) {
    .influencer-analysis {
        margin-top: 6rem; 
    }
}

/* ORGANIZAÇÃO DAS COLUNAS */
.influencer-container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem; 
}

@media(min-width: 1024px) {
    .influencer-container {
        flex-direction: row;
        align-items: flex-start; 
        gap: 0;
    }
}

.influencer-text {
    flex: 1;
    text-align: left;
    margin-top: 30px;
}

.influencer-text section {
    padding-right: 0;
}

@media(min-width: 1024px) {
    .influencer-text section {
        padding-right: 5rem; 
    }
}

/* TÍTULO */
.influencer-text h2 {
    color: #6b37fc;
}

/* PARÁGRAFO */
.influencer-text p {
    color: #6b37fc;
    
}

/* COLUNA DE IMAGEM */
.influencer-image {
    flex: 1;
}

.influencer-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

/* SEÇÃO APROVAÇÃO DE CONTEÚDO */
.content-approval {
    margin-top: 2.5rem;
}

@media(min-width: 1024px) {
    .content-approval {
        margin-top: 0; 
    }
}

/* CONTAINER PRINCIPAL: organiza colunas */
.content-approval-container {
    display: flex;
    flex-direction: column-reverse; 
    gap: 2.5rem; 
}

@media(min-width: 1024px) {
    .content-approval-container {
        flex-direction: row; 
        align-items: center;
    }
}

/* COLUNA DE TEXTO */
.content-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-text section {
    padding-left: 0;
}

@media(min-width: 1024px) {
    .content-text section {
        padding-left: 5rem; 
        text-align: left;
    }
}

/* TÍTULO */
.content-text h2 {
    color: #6b37fc;
}

/* PARÁGRAFO */
.content-text p {
    color: #6b37fc;
    
}

/* COLUNA DE IMAGEM */
.content-image {
    flex: 1;
}

.content-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

/* SEÇÃO RESULTADOS E RELATÓRIO */
.results-report {
    margin-top: 2.5rem; 
}

@media(min-width: 1024px) {
    .results-report {
        margin-top: 0; 
    }
}

/* CONTAINER PRINCIPAL */
.results-container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem; 
}

@media(min-width: 1024px) {
    .results-container {
        flex-direction: row;
        align-items: center;
    }
}

/* COLUNA DE TEXTO */
.results-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.results-text section {
    padding-right: 0;
}

@media(min-width: 1024px) {
    .results-text section {
        padding-right: 5rem; 
    }
}


/* COLUNA DE IMAGEM */
.results-image {
    flex: 1;
}

.results-image img {
    width: 100%;
    height: auto; 
    object-fit: cover;
    display: block;
    margin: 0 auto;
    margin-top: -1rem; 
}
/* SEÇÃO DE TESTIMONIAL */
.testimonial-section {
    padding: 4rem 1rem;
    text-align: center;
}

.testimonial-container {
    /* max-width: 800px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: start;
}

/* ÍCONE DE ASPAS */
.testimonial-icon {
    width: 2.5rem; 
    height: auto;
   
}

.results-text h2 {
    color: #6b37fc;
}

/* PARÁGRAFO */

    .results-text p {
        color: #6b37fc;
    }

@media(min-width: 1024px) {
    .testimonial-icon {
        width: 3.5rem; /
    }
}

/* TEXTO DO DEPOIMENTO */
.testimonial-text {
    font-size: 1.125rem; 
    line-height: 1.7; 
    margin: 1.5rem 0;
    color: #000;
    padding: 0!important;
}

@media(min-width: 1024px) {
    .testimonial-text {
        font-size: 1.5rem; 
        line-height: 2; 
        margin-bottom: 2.5rem;
        max-width: 80rem;
        margin-top: 1.5rem;
        font-weight: 700;
        text-align: justify;
    }
}

/* AUTOR */
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.testimonial-author .avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.author-info .author-name {
    font-weight: 900;
    font-size: 1.125rem;
}

@media(min-width: 1024px) {
    .author-info .author-name {
        font-size: 1.5rem;
        text-align: justify;
        color: #6b37fc;
    }
}

.author-info .author-position {
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

@media(min-width: 1024px) {
    .author-info .author-position {
        font-size: 1rem;
        color: #6b37fc;
        font-weight: 700;
    }
}

/* BOTÃO */
.testimonial-cta {
    margin-top: 2rem;
    margin: 35px auto 0px;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #7E2DFB!important; 
    color: #fff!important;
    font-weight: 900;
    font-size: 1.25rem;
    border-radius: 1rem;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
    background-color: #9419FB;
    transform: translateY(-2px);
}

/* =========================
   HERO – MOBILE FIX
========================= */
@media (max-width: 768px) {

    /* Fundo do hero */
    .hero-bg {
        position: relative;
        width: 100%;
        height: 420px;
        overflow: hidden;
    }

    .hero-bg img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Container principal */
    .hero-container {
        position: relative;
        margin: 0 auto;
        padding: 0 20px;
        max-width: 100%;
        gap: 24px;
    }

    /* Texto */
    .hero-text {
        margin-top: -260px; /* sobe sobre o banner */
        z-index: 2;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 2.1rem; /* controla melhor que Tailwind no mobile */
        line-height: 1.15;
        margin: 0;
        top: 0;
    }

    /* Imagem */
    .hero-image {
        margin-top: 24px;
        z-index: 2;
    }

    .hero-image img {
        width: 100%;
        height: auto;
        max-width: 340px;
        margin: 0 auto;
        display: block;
        padding-top: 70px;
        padding-bottom: 120px;
    }
}
