* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Georgia, serif;
    color: #2f2a32;
    background: #fffaf8;
    overflow-x: hidden;
}

a {
    color: inherit;
}

.cta {
    display: inline-block;
    background: #c16551;
    color: #fff;
    padding: 13px 30px;
    border-radius: 999px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

/* HERO */
.hero {
    min-height: 390px;
    padding: 56px 24px 46px;
    text-align: center;
    background-image: url("assets/hero-desktop.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-conteudo {
    max-width: 820px;
    margin: 0 auto;
}

.hero h1 {
    max-width: 760px;
    margin: 0 auto 22px;
    font-size: clamp(2.8rem, 4.3vw, 4.6rem);
    line-height: 0.86;
    color: #433542;

    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    letter-spacing: -1px;
}

.hero h1 span {
    display: block;
    transform: scaleY(1.05);
}

.hero h1 em {
    display: block;
    font-family: 'Parisienne', cursive;
    font-size: 0.92em;
    font-weight: normal;
    font-style: normal;
    color: #c66c57;
    line-height: 0.72;
    margin-top: -4px;
}

.hero p {
    max-width: 760px;
    margin: 0 auto;
    color: #2f2a32;
    font-family: Georgia, serif;
    font-size: 1.05rem;
    line-height: 1.6;
}

.hero p + p {
    margin-top: 12px;
}

.hero .cta {
    margin-top: 28px;
}

/* MENU */
.menu {
    position: sticky;
    top: 0;
    z-index: 20;
    text-align: center;
    padding: 18px 20px;
    background: rgba(255, 250, 248, 0.94);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.menu a {
    margin: 0 18px;
    text-decoration: none;
    font-size: 1.05rem;
}

/* SEÇÕES */
.secao {
    max-width: 1100px;
    margin: 90px auto;
    padding: 0 24px;
    text-align: center;
}

.secao h2 {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 42px;
}

/* MOTIVOS */
.motivos {
    margin-top: 56px;
    margin-bottom: 56px;
}

.motivos h2 {
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    margin-bottom: 28px;
}

.motivos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 860px;
    margin: 0 auto;
    gap: 24px;
    align-items: start;
}

.motivo {
    text-align: center;
    padding: 10px 8px;
}

.motivo img {
    width: 96px;
    height: 96px;
    object-fit: contain;
    display: block;
    margin: 0 auto 18px;
    padding: 0;
    background: none;
    border-radius: 0;
}

.motivo p {
    max-width: 155px;
    margin: 0 auto;
    font-size: 0.92rem;
    line-height: 1.35;
}

.texto-central {
    max-width: 720px;
    margin: 28px auto 0;
    font-size: 1rem;
    line-height: 1.55;
    text-align: center;
}

.texto-menor {
    font-size: 0.95rem;
}

/* CARDS */
.cards {
    max-width: 980px;
    margin: 0 auto 70px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.card {
    width: 280px;
    min-height: 430px;
    padding: 28px 26px;
    border-radius: 18px;
    text-align: left;
    text-decoration: none;
    color: #433542;
    box-shadow: 0 14px 34px rgba(120, 90, 120, 0.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 42px rgba(120, 90, 120, 0.16);
}

.card img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 18px;
}

.card h3 {
    margin: 0 0 14px;
    font-size: 1rem;
    line-height: 1.25;
}

.card p {
    font-size: 0.92rem;
    line-height: 1.5;
}

.card.a { background-color: #fdf0fe; }
.card.b { background-color: #fff3eb; }
.card.c { background-color: #e2f7fa; }

/* PÚBLICO */
.publico {
    margin-top: 70px;
    margin-bottom: 70px;
}

.publico h2 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 34px;
}

.publico-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 940px;
    margin: 0 auto;
    gap: 24px;
    align-items: start;
}

.publico-item {
    text-align: center;
    padding: 10px 8px;
}

.publico-item img {
    width: 96px;
    height: 96px;
    object-fit: contain;
    display: block;
    margin: 0 auto 18px;
    padding: 0;
    background: none;
    border-radius: 0;
} 

.publico-item p {
    max-width: 145px;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1.35;
}

.publico .texto-central {
    margin-top: 34px;
}

.publico .cta {
    margin-top: 26px;
} 

/* CONTATO */
.contato {
    max-width: 980px;
    margin: 0 auto 70px;
    padding: 32px 24px 28px;
    text-align: center;
    background-image: url("assets/fundo-contato.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    overflow: hidden;
}

.contato h2 {
    margin: 0 0 18px;
    font-size: 1.75rem;
    line-height: 1.05;
}

.form {
    max-width: 560px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
}

.form input,
.form textarea {
    width: 100%;
    padding: 10px 14px;
    border-radius: 7px;
    border: 1px solid #eadbd7;
    font-size: 0.9rem;
    font-family: inherit;
    background: rgba(255,255,255,0.88);
}

.form textarea {
    min-height: 58px;
}

button {
    padding: 11px;
    border: none;
    border-radius: 7px;
    background: #c16551;
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
}

/* PÁGINAS INTERNAS */
.sobre-container {
    min-height: auto;
    padding: 80px 10% 90px;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 70px;
    align-items: start;
}

.sobre-texto {
    max-width: 720px;
}

.sobre-texto h1 {
    margin: 0 0 28px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: clamp(2.2rem, 3.5vw, 3.4rem);
    line-height: 0.95;
    color: #433542;
}

.sobre-texto h2 {
    margin: 44px 0 20px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: clamp(1.8rem, 2.8vw, 2.6rem);
    line-height: 1;
    color: #433542;
}

.sobre-texto p,
.sobre-texto li {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #2f2a32;
}

.sobre-texto ul {
    padding-left: 22px;
    margin: 0 0 28px;
}

.sobre-texto li {
    margin-bottom: 8px;
}

.sobre-foto {
    position: sticky;
    top: 110px;
    display: flex;
    justify-content: center;
}

.sobre-foto img {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid rgba(255,255,255,0.85);
    box-shadow: 0 14px 35px rgba(80, 60, 80, 0.18);
} 

.sobre-bg {
    background: url("assets/bg-sobre.webp") no-repeat center/cover;
}

.arteterapia-bg {
    background: url("assets/bg-arteterapia.webp") no-repeat center/cover;
}


.escuta-ativa-bg {
    background: url("assets/escuta_ativa.png") no-repeat center/cover;
}

.beneficios-bg {
    background: url("assets/bg-beneficios.webp") no-repeat center/cover;
}

.frase-destaque{
    max-width: 620px;
    margin: 40px 0;

    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;

    color: #5a4855;
}

/* TABLET */
@media (max-width: 900px) {
    .hero {
        min-height: 430px;
        padding: 64px 28px 50px;
    }

    .menu a {
        margin: 6px 10px;
        display: inline-block;
    }

    .motivos-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 620px;
        margin: 0 auto;
    }

    .publico-grid {
        grid-template-columns: repeat(3, 1fr);
        max-width: 680px;
        margin: 0 auto;
    }

    .cards {
        max-width: 760px;
    }

    .card {
        width: 320px;
    }

   .sobre-container {
    display: flex;
    flex-direction: column;
    padding: 56px 8%;
    gap: 32px;
}

.sobre-foto {
    position: static;
    order: -1;
    align-self: center;
}

.sobre-foto img {
    width: 190px;
    height: 190px;
}

    .contato {
        margin: 0 24px 60px;
    }
}

/* CELULAR */
@media (max-width: 700px) {
    .hero {
        min-height: 560px;
        padding: 76px 24px 54px;
        background-image: url("assets/hero-mobile.webp");
        background-position: center top;
    }

    .hero h1 {
        font-size: 3rem;
        line-height: 0.9;
    }

    .hero h1 em {
        font-size: 0.9em;
    }

    .hero p {
        font-size: 0.98rem;
        line-height: 1.55;
        max-width: 340px;
    }

    .menu {
        padding: 12px 10px;
    }

    .menu a {
        font-size: 0.9rem;
        margin: 5px 7px;
    }

    .secao {
        margin: 52px auto;
        padding: 0 22px;
    }

    .motivos-grid,
    .publico-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .motivo img,
    .publico-item img {
        width: 76px;
        height: 76px;
    }

    .cards {
        padding: 0 22px;
        gap: 26px;
        margin-bottom: 70px;
    }

    .card {
        width: 100%;
        max-width: 340px;
        min-height: auto;
        padding: 26px 24px;
    }

    .card img {
        width: 120px;
        height: 120px;
    }

    .contato {
        margin: 0 18px 50px;
        padding: 54px 22px;
        border-radius: 28px;
    }

    .sobre-container {
        min-height: auto;
        padding: 54px 8%;
    }

    .sobre-texto h1,
    .sobre-texto h2 {
        font-size: 2.7rem;
    }

    .sobre-texto p,
    .sobre-texto li {
        font-size: 1.05rem;
    }
}
