:root {
    --bg-body: #f3f4f6;
    --bg-hero: #020617;
    --bg-hero-soft: #0f172a;
    --bg-card: #ffffff;
    --bg-soft: #eef2ff;
    --primary: #b48b35;
    --primary-soft: rgba(180,139,53,0.12);
    --accent: #2563eb;
    --accent-soft: rgba(37,99,235,0.08);
    --text-main: #111827;
    --text-muted: #6b7280;
    --text-hero: #f9fafb;
    --border-subtle: rgba(15,23,42,0.08);
    --radius-lg: 18px;
    --radius-xl: 26px;
    --shadow-soft: 0 18px 45px rgba(15,23,42,0.15);
    --shadow-light: 0 14px 30px rgba(15,23,42,0.09);
}

/* RESET SIMPLES */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background: radial-gradient(circle at top, #e5e7eb, #f9fafb);
    color: var(--text-main);
    line-height: 1.6;
}

/* Texto justificado */
p {
    text-align: justify;
}

/* CONTAINER */
.container {
    width: min(1120px, 100% - 2.5rem);
    margin-inline: auto;
}

/* HEADER */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(249,250,251,0.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(15,23,42,0.05);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 0.8rem;
}

/* LOGO */
.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.logo-img {
    height: 40px;
    width: auto;
}
.logo-text span {
    font-weight: 600;
    font-size: 0.98rem;
}
.logo-text small {
    display: block;
    font-size: 0.7rem;
    color: var(--text-muted);
}

/* NAV */
.main-nav {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.88rem;
}
.main-nav a {
    color: var(--text-muted);
    text-decoration: none;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    transition: all 0.2s ease;
}
.main-nav a:hover {
    color: var(--accent);
    background: var(--accent-soft);
}
.nav-instagram {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid rgba(37,99,235,0.3);
    color: var(--accent);
    font-weight: 500;
}

/* MENU MOBILE */
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 0.2rem;
    border: none;
    background: transparent;
    cursor: pointer;
}
.nav-toggle span {
    width: 22px;
    height: 2px;
    background: #111827;
    border-radius: 999px;
}

/* HERO */
.hero {
    position: relative;
    min-height: 95vh;
    display: flex;
    align-items: center;
    color: var(--text-hero);
    padding-block: 6rem 4rem;
    overflow: hidden;
}
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.4) contrast(1.15) brightness(0.55);
    z-index: -2;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(248,250,252,0.12), transparent 65%),
                linear-gradient(to bottom right, rgba(15,23,42,0.96), rgba(15,23,42,0.97));
    z-index: -1;
}
.hero-content {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.4fr);
    gap: 3rem;
    align-items: center;
}
.hero-logo-lockup {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.6rem;
}
.hero-logo {
    height: 42px;
    width: auto;
}
.hero-logo-text span {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #9ca3af;
}
.hero-logo-text strong {
    display: block;
    font-size: 0.9rem;
    color: #e5e7eb;
}
.hero-text h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.3rem, 3.2vw + 1rem, 3.6rem);
    line-height: 1.1;
    margin-bottom: 1.1rem;
    text-align: left;
}
.hero-text h1 span {
    color: var(--primary);
}
.hero-text p {
    max-width: 36rem;
    color: #e5e7eb;
    margin-bottom: 1.2rem;
}
.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.3rem;
    margin-bottom: 1.6rem;
}

/* ICON BADGE */
.icon-badge {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    background: #fefce8;
    color: #854d0e;
    border: 1px solid rgba(180,139,53,0.4);
}
.icon-instagram {
    background: radial-gradient(circle at 0 0, #f97316, #db2777);
    border-color: transparent;
    color: #fff;
}

/* BANNERS ROTACIONANDO - MAIOR */
.banner-rotator {
    margin-top: 0.8rem;
    max-width: 32rem;
}
.banner-slide {
    display: none;
    align-items: center;
    gap: 0.8rem;
    padding: 0.9rem 1.1rem;
    border-radius: 1.1rem;
    background: rgba(15,23,42,0.9);
    border: 1px solid rgba(148,163,184,0.7);
    box-shadow: 0 18px 36px rgba(15,23,42,0.55);
}
.banner-text strong {
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.1rem;
}
.banner-text span {
    font-size: 0.82rem;
    color: #e5e7eb;
}
.banner-slide.active {
    display: flex;
    animation: fadeSlide 0.6s ease;
}
@keyframes fadeSlide {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* BOTÕES */
.btn-primary,
.btn-secondary,
.btn-outline,
.btn-full {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.3rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: transform 0.17s ease, box-shadow 0.17s ease, background 0.17s ease, color 0.17s ease, border-color 0.17s ease;
}
.btn-primary {
    background: linear-gradient(135deg, var(--primary), #facc15);
    color: #111827;
    box-shadow: var(--shadow-soft);
}
.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 45px rgba(180,139,53,0.45);
}
.btn-secondary {
    background: transparent;
    color: #e5e7eb;
    border: 1px solid rgba(248,250,252,0.5);
}
.btn-secondary:hover {
    background: rgba(15,23,42,0.7);
}
.btn-outline {
    border: 1px solid rgba(180,139,53,0.8);
    color: var(--primary);
    background: #fefce8;
}
.btn-outline:hover {
    background: #fffbeb;
}
.btn-full {
    width: 100%;
}

/* META HERO */
.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.6rem;
}
.hero-meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(15,23,42,0.9);
    border: 1px solid rgba(148,163,184,0.7);
}
.meta-number {
    font-weight: 600;
    font-size: 1.3rem;
    margin-right: 0.15rem;
}
.meta-label {
    font-size: 0.78rem;
    color: #cbd5f5;
}

/* HERO CARD */
.hero-card {
    background: radial-gradient(circle at top left, rgba(180,139,53,0.16), transparent 50%),
                linear-gradient(145deg, rgba(15,23,42,0.98), rgba(15,23,42,0.95));
    border-radius: var(--radius-xl);
    padding: 1.8rem 1.9rem;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(148,163,184,0.7);
}
.hero-card h2 {
    font-size: 1.25rem;
    margin-bottom: 0.6rem;
    text-align: left;
}
.hero-card p {
    font-size: 0.86rem;
    color: #e5e7eb;
    margin-bottom: 0.9rem;
}
.hero-card ul {
    list-style: none;
    margin-bottom: 0.9rem;
}
.hero-card li {
    font-size: 0.86rem;
    margin-bottom: 0.35rem;
    position: relative;
    padding-left: 1rem;
    text-align: left;
}
.hero-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary);
}
.hero-card small {
    display: block;
    margin-top: 0.6rem;
    font-size: 0.72rem;
    color: #cbd5f5;
}

/* SEÇÕES BASE */
.section {
    padding-block: 4.2rem;
    background: transparent;
}
.section-soft {
    background: radial-gradient(circle at top, #eef2ff, #e5e7eb);
}
.section-light {
    background: #ffffff;
}
.section-header {
    text-align: center;
    margin-bottom: 2.3rem;
}
.section-header h2 {
    font-family: "Playfair Display", serif;
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
}
.section-header p {
    color: var(--text-muted);
    max-width: 32rem;
    margin-inline: auto;
}

/* SPLIT */
.split {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
    gap: 2.8rem;
    align-items: flex-start;
}

/* SOBRE */
.col-text h2 {
    font-family: "Playfair Display", serif;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}
.col-text p {
    margin-bottom: 0.8rem;
    color: var(--text-muted);
}
.pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.8rem;
}
.pill-grid span {
    font-size: 0.75rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #eef2ff;
    border: 1px solid rgba(129,140,248,0.5);
}

/* CARDS GENÉRICOS */
.col-card-grid {
    display: grid;
    gap: 1rem;
}
.info-card {
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    padding: 1.2rem 1.3rem;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-light);
}
.info-card h3 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}
.info-card p {
    font-size: 0.86rem;
    color: var(--text-muted);
}

/* ÁREAS */
.areas-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.3rem;
}
.area-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 1.2rem 1.1rem;
    border: 1px solid rgba(148,163,184,0.4);
    box-shadow: var(--shadow-light);
}
.area-tag {
    display: inline-flex;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 0.7rem;
    border: 1px solid rgba(180,139,53,0.7);
    color: var(--primary);
    margin-bottom: 0.5rem;
    background: #fffbeb;
}
.area-card h3 {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}
.area-card ul {
    list-style: none;
    font-size: 0.84rem;
    color: var(--text-muted);
    margin-bottom: 0.7rem;
}
.area-card li {
    margin-bottom: 0.25rem;
}
.btn-inline {
    background: none;
    border: none;
    color: var(--accent);
    font-size: 0.8rem;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}

/* EQUIPE */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}
.team-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 1.3rem 1.2rem 1.4rem;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-light);
}
.avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-bottom: 0.75rem;
    border: 2px solid rgba(180,139,53,0.7);
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.9), transparent 60%),
                #e5e7eb;
}
.team-card h3 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}
.team-role {
    font-size: 0.82rem;
    color: var(--primary);
    margin-bottom: 0.55rem;
}
.team-bio {
    font-size: 0.86rem;
    color: var(--text-muted);
}
.quote {
    margin-top: 2.4rem;
    padding: 1.5rem 1.8rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(148,163,184,0.7);
    background: linear-gradient(135deg, #eef2ff, #e0f2fe);
    font-style: italic;
    font-size: 0.9rem;
}
.quote span {
    display: block;
    margin-top: 0.5rem;
    font-style: normal;
    color: var(--text-muted);
    font-size: 0.8rem;
}

/* INSIGHTS */
.section-light .section-header p {
    color: var(--text-muted);
}
.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.3rem;
}
.insight-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 1.3rem;
    box-shadow: var(--shadow-light);
    border: 1px solid #e5e7eb;
}
.insight-tag {
    display: inline-flex;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    background: #eef2ff;
    color: #4b5563;
    margin-bottom: 0.45rem;
}
.insight-card h3 {
    font-size: 0.98rem;
    margin-bottom: 0.45rem;
    color: #111827;
}
.insight-card p {
    font-size: 0.86rem;
    color: var(--text-muted);
    margin-bottom: 0.45rem;
}

/* FAQ */
.faq-list {
    max-width: 720px;
    margin-inline: auto;
    display: grid;
    gap: 0.8rem;
}
.faq-item {
    border-radius: var(--radius-lg);
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: var(--shadow-light);
}
.faq-question {
    width: 100%;
    padding: 0.8rem 1rem;
    background: transparent;
    border: none;
    color: var(--text-main);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 0.9rem;
}
.faq-icon {
    font-size: 1.1rem;
    color: var(--primary);
    transition: transform 0.15s ease;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.22s ease;
    padding-inline: 1rem;
}
.faq-answer p {
    padding-bottom: 0.75rem;
    font-size: 0.86rem;
    color: var(--text-muted);
}
.faq-item.open .faq-answer {
    max-height: 220px;
}
.faq-item.open .faq-icon {
    transform: rotate(45deg);
}

/* CONTATO */
#contato.section-soft {
    background: radial-gradient(circle at top, #e0f2fe, #eef2ff);
}
.contact-info h3 {
    margin-top: 0.7rem;
    margin-bottom: 0.2rem;
    font-size: 0.95rem;
}
.contact-info p {
    font-size: 0.86rem;
    color: var(--text-muted);
}
.contact-info a {
    color: var(--accent);
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
}
.col-form {
    background: #ffffff;
    border-radius: var(--radius-xl);
    padding: 1.5rem 1.4rem;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-soft);
}
.contact-form .field-group {
    margin-bottom: 0.9rem;
}
.contact-form label {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.84rem;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 0.5rem 0.7rem;
    color: var(--text-main);
    font-size: 0.86rem;
    outline: none;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 1px rgba(37,99,235,0.25);
}
.contact-form small {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.73rem;
    color: var(--text-muted);
}
.checkbox {
    display: flex;
    gap: 0.45rem;
    align-items: flex-start;
    font-size: 0.8rem;
    color: var(--text-muted);
}
.checkbox input {
    width: auto;
    margin-top: 0.15rem;
}
.form-feedback {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}
.form-feedback.error {
    color: #b91c1c;
}
.form-feedback.success {
    color: #15803d;
}
.form-note {
    margin-top: 0.35rem;
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* MODAL */
.modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(15,23,42,0.7);
    z-index: 80;
    padding: 1rem;
}
.modal.open {
    display: flex;
}
.modal-content {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 1.3rem 1.4rem;
    max-width: 520px;
    width: 100%;
    border: 1px solid #e5e7eb;
    box-shadow: var(--shadow-soft);
    position: relative;
}
.modal-content h3 {
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
}
.modal-content p,
.modal-content li {
    font-size: 0.86rem;
    color: var(--text-muted);
}
.modal-content ul {
    margin-left: 1rem;
}
.modal-content li {
    margin-bottom: 0.25rem;
}
.modal-close {
    position: absolute;
    top: 1.1rem;
    right: 1.3rem;
    border: none;
    background: transparent;
    color: #4b5563;
    font-size: 1.4rem;
    cursor: pointer;
}

/* WHATSAPP & INSTAGRAM FLOAT */
.whatsapp-float,
.instagram-float {
    position: fixed;
    right: 1.4rem;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: transparent;
    box-shadow: 0 14px 30px rgba(15,23,42,0.25);
    z-index: 70;
}
.whatsapp-float {
    bottom: 1.4rem;
}
.instagram-float {
    bottom: 4.9rem;
}
.whatsapp-float img,
.instagram-float img {
    width: 46px;
    height: 46px;
    display: block;
}

/* FOOTER */
.site-footer {
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
    padding-block: 1.2rem;
}
.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    font-size: 0.8rem;
    color: var(--text-muted);
}
.footer-logo-col {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.footer-logo {
    height: 40px;
    width: auto;
}
.footer-right {
    display: flex;
    gap: 0.7rem;
}
.footer-right a {
    color: var(--accent);
    text-decoration: none;
}

/* RESPONSIVO */
@media (max-width: 960px) {
    .hero-content {
        grid-template-columns: minmax(0, 1fr);
    }
    .hero-card {
        order: -1;
        margin-bottom: 1.5rem;
    }
    .split {
        grid-template-columns: minmax(0, 1fr);
    }
    .areas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .team-grid,
    .insights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .header-inner {
        padding-block: 0.75rem;
    }
    .main-nav {
        position: fixed;
        inset: 0 0 auto;
        top: 54px;
        background: #f9fafb;
        flex-direction: column;
        padding: 1rem 1.3rem 1.5rem;
        transform: translateY(-120%);
        transition: transform 0.18s ease;
        box-shadow: 0 10px 30px rgba(15,23,42,0.08);
    }
    .main-nav.open {
        transform: translateY(0);
    }
    .nav-toggle {
        display: flex;
    }
    .hero {
        padding-top: 5.1rem;
    }
    .hero-meta {
        gap: 0.6rem;
    }
    .areas-grid,
    .team-grid,
    .insights-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
