:root {
    --bg: #f6f2ec;
    --white: #ffffff;
    --text: #24302f;
    --muted: #6f7875;
    --green: #5d766d;
    --green-dark: #314641;
    --sand: #e7ddd0;
    --gold: #b89c72;
    --line: rgba(0,0,0,0.06);
}

/* RESET */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f7f2ec;
    color: #7a4b2a;
    line-height: 1.7;
    overflow-x: hidden;
    position: relative;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

/* CONTAINER */

.container {
    width: min(1180px, 92%);
    margin: auto;
}

/* MARCA D'ÁGUA */

.watermark {
    position: fixed;
    inset: 0;

    background-image: url("imagens/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: min(78vw, 980px);

    opacity: 0.045;

    pointer-events: none;

    z-index: 15;

  filter:
    sepia(100%)
    saturate(500%)
    hue-rotate(345deg)
    brightness(1.02)
    contrast(0.92);
}

/* HEADER */

.site-header {
    position: sticky;
    top: 0;
    background: rgba(247, 242, 236, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(90, 70, 55, 0.12);
    z-index: 30;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 18px 0;
}

.brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    display: block;
}
.brand {
    flex-shrink: 0;
}

/* MENU */

.menu {
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: Arial, sans-serif;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--green-dark);
}

.menu a {
    padding: 10px 14px;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.menu a:hover {
    background: rgba(176, 138, 79, 0.08);
}

/* HERO */

.hero {
    padding: 130px 0 100px;
    background:
    linear-gradient(rgba(246,242,236,0.88), rgba(246,242,236,0.92)),
    url("imagens/textura.jpg") center/cover;
}

.hero-inner {
    display: flex;
    align-items: center;
}

.hero-text {
    max-width: 850px;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 22px;

    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;

    color: #b08a4f;

  text-shadow:
    0 1px 0 rgba(255,255,255,0.55),
    0 1px 2px rgba(110,75,30,0.18),
    0 0 4px rgba(212,175,55,0.16);
}

.hero h1 {
    font-size: clamp(2.2rem, 3.6vw, 3.2rem);
    line-height: 1.05;
    font-weight: 400;
    color: var(--green-dark);
    margin-bottom: 30px;
}

.hero p {
    max-width: 720px;
    font-size: 1.15rem;
    color: var(--muted);
}

/* BOTÕES */

.hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 42px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 34px;
    border-radius: 40px;
    font-family: Arial, sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: 0.3s;
}

.btn-primary {
    background: #8a5a36;
    color: white;
}

.btn-primary:hover {
    background: #6f4527;
}

/* SEÇÕES */

section {
    padding: 40px 0;
}

.section-heading {
    max-width: 860px;
    margin-bottom: 42px;
}

.section-heading h2 {
    font-size: clamp(2.2rem, 3.6vw, 3.2rem);
    line-height: 1.15;
    font-weight: 400;
    color: var(--green-dark);
}

/* SOBRE */

/* ===================================
   PRIMEIRA DOBRA
=================================== */

.about-preview {
    min-height: 88vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.about-inner {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 80px;
    align-items: center;
}

.about-image img {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 36px;
    display: block;
    box-shadow: 0 28px 70px rgba(60, 45, 33, 0.18);
}

/* CARDS */

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 24px;
}

.card {
    background: var(--white);
    padding: 38px 32px;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.05);
}

.card h3 {
    font-size: 1.35rem;
    font-weight: 400;
    color: var(--green-dark);
    margin-bottom: 14px;
}

.card p {
    font-family: Arial, sans-serif;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* FRASE */

.quote-section p,
.quote-soft p {
    max-width: none;
    margin: auto;
    margin-bottom: 90px;

    display: table;
    margin-left: auto;
    margin-right: auto;

    font-size: clamp(1.5rem, 2.4vw, 2.2rem);

    line-height: 1.5;

    color: #3b4f49;

    font-style: italic;

    font-weight: 300;

    text-align: center;
}

.quote-soft p {
    max-width: 920px;
    margin: auto;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    line-height: 1.5;
    color: var(--green-dark);
    font-style: italic;
}

/* CTA */

/* ===================================
   CTA
=================================== */

.cta {
    padding: 85px 0;
    text-align: center;
}

.cta h2 {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.cta p {
    max-width: 700px;
    margin: 0 auto 34px;
    color: #5d5148;
    font-size: 1.05rem;
    margin-top: 34px;
}
/* FOOTER */

.site-footer {
    padding: 34px 0;
    background: var(--bg);
    border-top: 1px solid var(--line);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-inner p {
    font-family: Arial, sans-serif;
    color: var(--muted);
    font-size: 0.82rem;
}

/* WHATSAPP */

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #25d366;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    z-index: 999;
    transition: 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.06);
}
.whatsapp-float img,
.whatsapp-float svg {
    width: 32px;
    height: 32px;
    display: block;
}
/* RESPONSIVO */

@media(max-width:980px) {

    .header-inner {
        flex-direction: column;
        gap: 18px;
    }

    .menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        font-size: 0.72rem;
    }

    .hero {
        padding: 110px 0 80px;
    }

    .hero h1 {
        font-size: clamp(2.6rem, 11vw, 4.4rem);
    }

    .hero p {
        font-size: 1.05rem;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    section {
        padding: 70px 0;
    }

    .footer-inner {
        justify-content: center;
        text-align: center;
    }

    .watermark {
        background-size: 90%;
    }
}
/* ===================================
   JUSTIFICAR SOMENTE PARÁGRAFOS
=================================== */

.about-text p,
.hero-text p,
.cta p,
.card p {
    text-align: justify;
    line-height: 1.75;
}
.about-text p {
    margin-bottom: 22px;
}
.text-link {
    color: #b08a4f;
    text-decoration: underline;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.text-link:hover {
    opacity: 0.75;
}
/* ===================================
   IDENTIFICAÇÃO
=================================== */

.identification-section .card {
    min-height: 170px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.identification-section .card p {
    font-size: 1.08rem;
}

/* PADRONIZAÇÃO DOS TÍTULOS PRINCIPAIS */

.hero h1,
.section-heading h2,
.about-text h2,
.cta h2 {
    font-size: clamp(2rem, 3.1vw, 2.8rem);
    line-height: 1.15;
    font-weight: 400;
    color: #7a4b2a;
}

/* FOTO SOBRE VANESSA */

.sobre-hero-inner {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 70px;
    align-items: start;
}

.sobre-hero-image img {
    width: 360px;
    max-width: 100%;
    border-radius: 28px;
    display: block;
    margin-top: 0;
}

@media (max-width: 960px) {
    .sobre-hero-inner {
        grid-template-columns: 1fr;
    }

    .sobre-hero-image img {
        margin: 0 auto;
    }
}

/* PADRONIZAÇÃO DA COR DOS TEXTOS */

body,
p,
.about-text p,
.hero p,
.hero-text p,
.card p,
.cta p,
.quote-section p,
.quote-soft p,
.footer-inner p {
    color: #7a4b2a;
}

/* CARDS */

.card,
.card h3,
.card p {
    color: #7a4b2a;
}

/* MENU */

.menu a,
.instagram-link {
    color: #7a4b2a;
}

/* PRESERVAR TÍTULOS DOURADOS */

.eyebrow {
    display: inline-block;

    margin-bottom: 22px;

    font-family: 'Cormorant Garamond', Georgia, serif;

    font-size: 2rem;

    font-weight: 600;

    letter-spacing: 0.10em;

    text-transform: uppercase;

    color: #b08a4f;

   text-shadow:
    0 1px 0 #fff2c7,
    0 2px 0 #8a5f2f,
    0 3px 4px rgba(70, 42, 18, 0.35),
    0 0 10px rgba(218, 174, 80, 0.45);

    position: relative;
}
.about-text .btn {
    margin-top: 24px;
}

/* FLEXIBILIDADE DE HORÁRIOS */

.schedule-highlight {
    padding: 45px 0;
}

.schedule-inner {
    display: flex;
    align-items: center;
    gap: 24px;

    padding: 34px;

    border-radius: 24px;

    background: rgba(176, 138, 79, 0.06);
}

.schedule-icon {
    font-size: 2rem;
}

.schedule-content h3 {
    margin-bottom: 10px;

    color: #7a4b2a;
}

.schedule-content p {
    margin: 0;
}
.card .btn {
    margin-top: 18px;
}
/* FORMAÇÃO CONTÍNUA */

.academic-grid {
    display: grid;
    gap: 50px;
}

.academic-card {
    padding: 42px;
}
.single-button {
    margin-top: 28px;
}

.single-button .btn {
    width: fit-content;
}

.sobre-final-title {
    text-align: center;
    line-height: 1.2;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.sobre-final-title span {
    display: block;
    text-align: center;
}
