/* =========================================================
   GLOBAL
========================================================= */

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: #0e0e0e;
}

html {
    scroll-behavior: smooth;
}

/* =========================================================
   HERO SECTION
========================================================= */

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 7%;
    overflow: hidden;
    min-height: 85vh;
    color: #fcf9f9;
}

.curve {
    position: absolute;
    left: -10%;
    top: -20%;
    width: 120%;
    height: 150%;
    background: #;
    border-bottom-left-radius: 60% 40%;
    border-bottom-right-radius: 60% 40%;
    z-index: -1;
}

/* TEXT */

.hero-text {
    max-width: 520px;
    z-index: 10;
}

.hero-text small {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #0e0e0e;
}

.hero-text h1 {
    font-family: "Playfair Display", serif;
    font-size: 54px;
    line-height: 1.2;
    margin: 12px 0 25px;
    font-weight: 600;
    color: #0e0e0e;
}

.subtitle {
    font-size: 18px;
    color: #0e0e0e;
    margin-bottom: 10px;
}

.desc {
    font-size: 17px;
    line-height: 1.6;
    color: #0e0e0e;
}


/* IMAGE */

.hero-image img {
    width: 440px;
    max-width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.hero-logo {
    position: absolute;
    top: 70px;
    left: 6%;
    height: 200px;
    z-index: 20;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    margin-top: 30px;
    text-decoration: none;
}

.btn-primary {
    background: #0e0e0e;
    color: #f4e8e6;
    padding: 15px 28px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}


.btn-secondary {
    background: transparent;
    border: 2px solid #0e0e0e;
    color: #0e0e0e;
    padding: 13px 26px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}



/* =========================================================
   ABOUT SECTION
========================================================= */

.sobre {
    background: #f4e8e6;
    padding: 100px 7%;
    font-family: "Plus Jakarta Sans", sans-serif;
    display: flex;
    align-items: center;
    gap: 60px;
}

.sobre-container {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.sobre-left {
    flex: 1;
    max-width: 360px;
}

.sobre-title {
    font-size: 48px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: #0e0e0e;
    margin-bottom: 20px;
    line-height: 1.1;
}

.sobre-subtitle {
    font-size: 48px;
    font-weight: 600;
    font-family: "Playfair Display", serif; 
    color: #0e0e0e;
    margin-bottom: 10px;
    line-height: 1.1;
}

.sobre-right {
    flex: 2;
    font-size: 16px;
    color: #0e0e0e;
    line-height: 1.6;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.sobre-photo {
    width: 320px;
    height: 480px;
    object-fit: cover;
    border-radius: 20px;
    align-self: flex-end;
}

/* =========================================================
   FACIAIS SECTION
========================================================= */

.faciais {
    background: #fcf9f9;
    padding: 100px 7%;
}

.container-faciais {
    display: grid;
    grid-template-columns: 1fr 1fr 0.9fr; /* 3 colunas reais */
    align-items: start;
    justify-content: center;
    gap: 50px;
}

.faciais-subtitle {
    font-size: 48px;                     /* igual ao about-subtitle */
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: #0e0e0e;
    margin-bottom: 18px;
    line-height: 1.1;
}

.img-face {
    width: 150px;
    margin-bottom: 18px;
}

.coluna {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #0e0e0e;
}

.coluna h2 {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    margin-bottom: 20px;
    color: #0e0e0e;
}

.coluna p {
    line-height: 1.7;
    font-size: 20px;
    margin-bottom: 18px;
    color:#0e0e0e;
}

.coluna-texto {
    text-align: justify;
    text-justify: inter-word; /* melhora a distribuição das palavras */
}

.coluna-texto p {
    text-align: justify;
    text-justify: inter-word;
}


/* IMAGEM */

.img-faciais {
    width: 100%;
    aspect-ratio: 3/4; /* igual ao SOBRE */
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

/* =========================================================
   CORPORAIS SECTION
========================================================= */

.corporais {
    background: #f4e8e6;
    padding: 100px 7%;
}

.container-corporais {
    display: grid;
    grid-template-columns: 1fr 1fr 0.9fr; /* 3 colunas reais */
    align-items: start;
    justify-content: center;
    gap: 50px;
}

.corporais-subtitle {
    font-size: 48px;                     /* igual ao about-subtitle */
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: #0e0e0e;
    margin-bottom: 18px;
    line-height: 1.1;
}

.img-body {
    width: 150px;
    margin-bottom: 18px;
}

.coluna {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #0e0e0e;
}

.coluna h2 {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    margin-bottom: 20px;
    color: #0e0e0e;
}

.coluna p {
    line-height: 1.7;
    font-size: 20px;
    margin-bottom: 18px;
    color:#0e0e0e;
}

.coluna-texto {
    text-align: justify;
    text-justify: inter-word; /* melhora a distribuição das palavras */
}

.coluna-texto p {
    text-align: justify;
    text-justify: inter-word;
}


/* IMAGEM */

.img-corporais {
    width: 100%;
    aspect-ratio: 3/4; /* igual ao SOBRE */
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

/* CTA */

.cta {
    background: #fcf9f9; /* mesmo tom do about/corporais */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 7%;
    gap: 30px;
    text-align: center;
}

.cta-content {
    flex: 1;
}

.cta-content h2 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    color: #0e0e0e;
    margin-bottom: 20px;
    line-height: 1.1;
    text-align: center;
}

.cta-content p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    color: #0e0e0e;
    margin-bottom: 30px;
    text-align: center;
}

.cta-button {
    display: inline-block;
    gap: 18px;
    margin-top: 20px;
    text-decoration: none;
    text-align: center;
    padding: 15px 28px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    background: #f4e8e6;
    color: #0e0e0e;
}


/* =============================
            FOOTER
============================= */

.footer {
    background-color: #f4e8e6;
    padding: 70px 7% 40px;
    color: #0e0e0e;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.footer-col h3 {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    margin-bottom: 18px;
    color: #0e0e0e;
}

.footer-logo {
    width: 150px;
    margin-bottom: 18px;
}

.footer-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #fcf9f9;
    text-align: justify;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #fcf9f9;
    font-size: 15px;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #fcf9f9;
}

.social-icons img {
    width: 24px;
    margin-right: 12px;
    transition: 0.3s;
}

.social-icons img:hover {
    opacity: 0.7;
}

.footer-bottom {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    color: #0e0e0e;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding-top: 120px;
        gap: 40px;
    }

    .hero-image img {
        width: 90%;
    }

    .about-container {
        flex-direction: column;
        text-align: center;
    }

    .about-photo {
        margin: 0 auto;
    }

    .grid-abordagem {
        grid-template-columns: 1fr;
        text-align: center;
    }
}


/* ========== Forçar JUSTIFY na coluna do meio ========== */
/* Use com alta especificidade para não ser sobrescrito por regras anteriores */

.grid-abordagem .coluna-texto,
.grid-abordagem .coluna-texto p {
  text-align: justify !important;       /* força o alinhamento justificado */
  text-justify: inter-word !important;  /* melhora espaçamento entre palavras */
  hyphens: auto !important;             /* quebra silábica quando suportado */
  -webkit-hyphens: auto !important;
  -ms-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -webkit-text-size-adjust: 100%;
}

/* Garante que a última linha também tente justificar (suporte: Chrome/Edge/Firefox) */
.grid-abordagem .coluna-texto p {
  text-align-last: justify !important;
  -moz-text-align-last: justify !important;
}

/* Hack suave para navegadores que não suportam text-align-last:
   adiciona um elemento inline invisível para forçar a distribuição */
.grid-abordagem .coluna-texto p::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
}

/* Caso você tenha regras que definem display em .coluna-texto, garanta bloco */
.grid-abordagem .coluna-texto {
  display: block !important;
}

/* Responsivo: mantém a legibilidade em telas pequenas */
@media (max-width: 1000px) {
  .grid-abordagem .coluna-texto,
  .grid-abordagem .coluna-texto p {
    text-align: justify !important;
    text-align-last: left !important; /* último alinhamento fica à esquerda em mobile para melhor leitura */
  }
}

/* Justificar texto da coluna do meio */
.coluna-2 p {
    text-align: justify;
    text-justify: inter-word;
}

/* Justificar texto da seção Quem Sou */
.about-text p {
    text-align: justify;
    text-justify: inter-word;
}

.about-text p {
    text-align: justify !important;
    text-justify: inter-word !important;
}

/* Justificar texto da coluna 1 da seção abordagem */
.coluna-1,
.coluna-1 p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

/* =========================================================
   MOBILE FIX – NÃO ALTERA O DESKTOP
========================================================= */
@media (max-width: 768px) {

    /* 1) HERO — logo em cima, texto embaixo, nada sobrepondo */
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 120px 7% 60px;
        gap: 30px;
    }

    .hero-logo {
        position: static;
        margin-bottom: 10px;
        height: 80px;
    }

    .hero-text {
        max-width: 100%;
    }

    .hero-text h1 {
        font-size: 40px;
    }

    .hero-text p {
        font-size: 16px;
    }

    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }


    /* 2) QUEM SOU EU — texto centralizado e imagem abaixo */
    .sobre {
        flex-direction: column;
        text-align: center;
        padding: 60px 7%;
        gap: 30px;
    }

    .sobre-container {
        flex-direction: column !important;
        text-align: center;
        gap: 25px;
    }

    .sobre-left {
        order: 2;
        max-width: 100%;
    }

    .sobre-right {
        order: 1;
        text-align: justify;
        width: 100%;
    }

    .sobre-photo {
        width: 90%;
        max-width: 340px;
        height: auto;
        margin-top: 10px;
        align-self: center;
    }

    .sobre-subtitle {
        text-align: center;
        font-size: 24;
    }

    /* FACIAIS */

    .faciais {
        padding: 60px 7%;
        text-align: center;
        gap: 30px;
    }

    .container-faciais {
        grid-template-columns: 1fr !important;
        gap: 25px;
        text-align: center;
    }


    /* Texto das colunas centralizado mas JUSTIFICADO */
    .coluna-1 {
        text-align: justify;
        text-justify: inter-word;
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
        font-size: 24;
    }

    .coluna p {
        text-align: justify;
        text-justify: inter-word;
        margin: 0 auto;
        width: 100%;
    }

    /* Imagem alinhada ao centro e abaixo */
    .img-faciais {
        width: 90%;
        max-width: 340px;
        margin: 0 auto;
        border-radius: 18px;
        display: block;
    }

    /* CORPORAIS */

    .corporais {
        padding: 60px 7%;
        text-align: center;
        gap: 30px;
        flex-direction: column;
    }

    .container-corporais {
        grid-template-columns: 1fr !important;
        gap: 25px;
        text-align: center;
    }

     .coluna p {
        text-align: justify;
        text-justify: inter-word;
        margin: 0 auto;
        width: 100%;
    }

    /* Texto das colunas centralizado mas JUSTIFICADO */
    .coluna-3 {
        text-align: justify;
        text-justify: inter-word;
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
        font-size: 24;
    }

     /* Imagem alinhada ao centro e abaixo */
    .img-corporais {

        width: 90%;
        max-width: 340px;
        margin: 0 auto;
        border-radius: 18px;
        display: block;
    }

    
        #coluna .coluna-2 {
            order:1;
        }

        #coluna .coluna-3 {
            order:2;
        }

        #coluna .coluna1 {
            order:3;
        }
   
    
/* MOBILE CTA*/
    .cta {
        flex-direction: column;
        text-align: center;
        padding: 60px 7%;
    }

    .cta-content h2 {
        font-size: 32px;
    }

    .cta-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .cta-button {
        padding: 12px 25px;
        font-size: 15px;
        display: inline-block;  /* mantém tamanho do texto */
    }

    
    /* 4) FOOTER — botão centralizado */
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-col {
        margin-bottom: 25px;
    }

    .footer-logo {
        margin: 0 auto 20px;
        width: 240px;
    }
}