/* ===== RESET & VARIÁVEIS ===== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --bege-claro: #F5EFE6;
    --bege-medio: #E8DFCA;
    --bege-escuro: #E9D7C8;
    --texto: #41281c;
    --texto-escuro: #573626;
    --rosé: #7f4e35;
    --branco: #ffffff;
    --sombra: 0 4px 20px rgba(0,0,0,0.08);
    --radius: 12px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
    color: var(--texto);
    background: var(--branco);
    overflow-x: hidden;
}

/* ===== MENU ===== */
.menu {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--branco);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 5%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    gap: 16px;
}

.menu-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.logo {
    width: 200px;
    height: 90px;
    object-fit: contain;
}

.menu-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(1.15rem, 2.5vw, 1.50rem);
    color: var(--rosé);
    white-space: nowrap;
}

nav {
    display: flex;
    gap: 24px;
    align-items: center;
}

nav a {
    text-decoration: none;
    color: var(--texto-escuro);
    font-size: 1.45rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    transition: color 0.2s;
    white-space: nowrap;
}

nav a:hover {
    color: var(--rosé);
}

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--texto-escuro);
    border-radius: 2px;
    transition: all 0.3s;
}

.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ===== BANNER ===== */
.banner {
    display: flex;
    width: 100%;
    max-height: auto;
    overflow: hidden; 
    position: relative;          
}

.assessora { 
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;

}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(255,255,255,0.5));
}


/* ===== SOBRE ===== */
.sobre-section {
    display: flex;
    align-items: center;
    gap: 5%;
    padding: 60px 6%;
    background: var(--branco);
}

.sobre-foto {
    flex-shrink: 0;
    width: 26%;
    max-width: 300px;
}

.caroline {
    width: 160%;
    height: auto;
    aspect-ratio: 3/4;
    object-fit: cover;
    border-radius: 50% / 45%;
    box-shadow: var(--sombra);
}

.sobre-container {
    flex: 1;
    background:#f0e9e3;
    border-radius: var(--radius);
    padding: 40px 40px;
    box-shadow: var(--sombra);
    height: auto;
    margin-left: 120px;
}

.sobre-container h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 4vw, 2.7rem);
    font-weight: 400;
    color: #3B2A20;
    margin-bottom: 20px;
    text-align: center;
}

.sobre-container h1 strong {
    font-weight: 600;
}

.sobre-container p {
    font-size: clamp(0.65rem, 1.1vw, 1.15rem);
    line-height: 1.85;
    text-align: justify;
    color: #3B2A20;
}

/* ===== missão, visão e valores ===== */

.pilares-section {
    background: #f0e9e3;
    padding: 60px 6%;
}

.pilares-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.pilar-card {
    flex: 1 1 280px;
    background: var(--branco);
    border-radius: var(--radius);
    box-shadow: var(--sombra);
    padding: 32px 26px;
    text-align: center;
}



.pilar-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 1.8rem;
    color: #573626;
    margin-bottom: 12px;
    text-align: left;  
}

.pilar-card p {
    font-size: 1.2rem;
    color: var(--texto);
    line-height: 1.65;
    text-align: left;  
}



@media (max-width: 640px) {
    .pilares-section {
        padding: 40px 5%;
    }
}


/* ===== SOLUÇÕES PARA PROFSSIONAIS ===== */
.solucoes-section {
    background: #f0e9e3;
    padding: 60px 6%;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 400;
    text-align: center;
    color: var(--texto-escuro);
    margin-bottom: 48px;
    letter-spacing: 0.02em;
}

.section-title span {
    display: block;
    font-size: 0.55em;
    font-style: italic;
    color: var(--rosé);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 4px;
}

.cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}

.card {
    flex: 0 1 calc((100% - 56px) / 3); /* 56px = 2 gaps de 28px, mantém a largura igual à de 3 colunas */
    min-width: 280px;
}

.card {
    background: var(--branco);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--sombra);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s, box-shadow 0.25s;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}

.card-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}


.card-body {
    padding: 24px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-body h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--texto-escuro);
}

.card-body p {
    font-size: 1.2rem;
    line-height: 1.65;
    color: var(--texto);
    flex: 1;
}

/*===== FAQ =====*/
.faq-section {
    background: #f0e9e3;
    padding: 60px 8%;
}

.faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--branco);
    border-radius: var(--radius);
    box-shadow: var(--sombra);
    overflow: hidden;
}

.faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 18px 22px;
    font-family: 'Cormorant Garamond', serif;
    font-size:1.6rem;
    font-weight: 600;
    color: #3B2A20;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-icon {
    color: var(--rosé);
    font-size: 1.4rem;
    flex-shrink: 0;
    margin-left: 12px;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-a p {
    padding: 0 22px 18px;
    font-size: 1.2rem;
    line-height: 1.75;
    color: var(--texto);
}

@media (max-width: 640px) {
    .faq-section {
        padding: 40px 5%;
    }

    .faq-q {
        font-size: 1.1rem;
    }
}


/* ===== DEPOIMENTOS ===== */
.depoimentos {
    padding: 70px 8%;
    background: var(--branco);
    text-align: center;
}

.slider {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.slides {
    overflow: hidden;
    border-radius: var(--radius);
}

.slide {
    width: 100%;
    height: auto;
    display: none;
    border-radius: var(--radius);
}

.slide.active {
    display: block;
}

button.prev,
button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.85);
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--texto);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: background 0.2s;
    z-index: 2;
}

.prev { left: -20px; }
.next { right: -20px; }

button.prev:hover,
button.next:hover {
    background: var(--bege-medio);
}

.dots {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
}

.dot.active {
    background: var(--rosé);
}



/*** ====  cta ===== ***/



.chamada-section {
    background:#f0e9e3;
    padding: 54px 8%;
    text-align: center;
    
}

.chamada-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #3B2A20;
    margin-bottom: 14px;
}

.chamada-section p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-style: italic;
    color: var(--texto);
    max-width: 560px;
    margin: 0 auto 28px;
    line-height: 1.9;
    align-items: center;
}

.chamada-btn {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: black;
    background: #f5d9c0;
    padding: 14px 38px;
    border-radius: var(--radius);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: transform 0.2s, box-shadow 0.2s;
}

.chamada-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.chamada-btn img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-left: 10px;
}

/*===  cta 2 ===*/

.cta{
    width:100%;
    padding:60px 15px;
    text-align:center;
    background:#f0e9e3;
}

.cta h2{
    font-family: "Cormorant Garamond", serif;
    font-size:38px;
    color:#3f2a20;
    margin-bottom:20px;
    font-weight:700;
}

.cta p{
    max-width:650px;
    margin:0 auto 45px;
    font-size:20px;
    line-height:1.7;
    color:#6c5649;
    font-style:italic;
}

/* BOTÃO */

.btn-consultoria{
    width:340px;
    height:74px;

    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:0 18px;

    background:#fff;
    border:2px solid #7b5339;
    border-radius:50px;

    text-decoration:none;
    transition:.35s;
}

.btn-consultoria:hover{
    background:#7b5339;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.icon{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#F7E6D6;

    display:flex;
    align-items:center;
    justify-content:center;
}

.icon i{
    font-size:24px;
    color:#7b5339;
}

.texto{
    flex:1;
    text-align:center;
    color:#5b3c2d;
    font-size:20px;
    font-weight:500;
}

.seta{
    font-size:34px;
    color:#7b5339;
}

.btn-consultoria:hover .texto,
.btn-consultoria:hover .seta,
.btn-consultoria:hover .icon i{
    color:#fff;
}

.btn-consultoria:hover .icon{
    background:rgba(255,255,255,.15);
}

.btn-consultoria:hover .seta{
    transform:translateX(8px);
}

/* Hover */

.btn-consultoria:hover .texto,
.btn-consultoria:hover .seta,
.btn-consultoria:hover .icon i{
    color:#fff;
}

.btn-consultoria:hover .icon{
    background:rgba(255,255,255,.15);
}

/* ===== WHATSAPP FLUTUANTE ===== */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #25D366;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transition: transform 0.2s;
    z-index: 999;
}

.whatsapp-float img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

/* ===== FOOTER ===== */
.footer {
    background: #f0e9e3;
    text-align: center;
    padding: 24px 6%;
    font-size: 1rem;
    color: var(--texto);
    border-top: 1px solid var(--bege-medio);
}

.footer a {
    color: var(--rosé);
    text-decoration: none;
    font-weight: 700;
}

.footer a:hover {
    text-decoration: underline;
}

/* ===== RESPONSIVO: TABLET (≤900px) ===== */
@media (max-width: 900px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sobre-foto {
        width: 32%;
    }

   

    
}

/* ===== RESPONSIVO: MOBILE (≤640px) ===== */
@media (max-width: 640px) {
  
  
    /* Menu mobile */
    .hamburger {
        display: flex;
    }

    nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--branco);
        flex-direction: column;
        padding: 16px 6%;
        gap: 0;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    nav.open {
        display: flex;
    }

    nav a {
        padding: 12px 0;
        border-bottom: 1px solid var(--bege-claro);
        font-size: 1rem;
    }

    nav a:last-child {
        border-bottom: none;
    }

    /* Ajuste da logo + nome no mobile */
    .menu-brand {
        gap: 8px;
    }

    .logo {
        width: 60px;
        height: 60px;
    }

    .menu-tagline {
        font-size: 1.35rem;
        line-height: 1.25;
    }

    /* Sobre: empilha */
    .sobre-section {
        flex-direction: column;
        padding: 40px 5%;
        gap: 28px;
    }

    .sobre-foto {
        width: 58%;
        max-width: 220px;
        margin-right: 80px;
    }

    .sobre-container  {
        padding: 28px 20px;
        width: auto;
        margin-left: 0;
    }

    .sobre-container h1 {
        font-size: clamp(1.8rem, 6vw, 2.2rem);
    }

    .sobre-container p {
        font-size: clamp(1.01rem, 1.5vw, 1.15rem);
    }

    /* Cards: 1 por linha */
    .cards-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    
    }

    /* Slider */
    .prev { left: 4px; }
    .next { right: 4px; }

    /* CTA */
    .chamada-section {
        padding: 48px 5%;
    }

    /* Depoimentos */
    .depoimentos {
        padding: 48px 5%;
    }

    /* Whatsapp */
    .whatsapp-float {
        bottom: 16px;
        right: 16px;
        width: 48px;
        height: 48px;
    }
}

/* ===== correção sobre  ===== */

#sobre,
#solucoes,
#solucoes-section {
    scroll-margin-top: 110px;
}

