@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600;700&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body.ms-corpo-limpo { margin: 0; overflow-x: hidden; max-width: 100%; }
body { font-family: 'Inter', sans-serif; color: #23221f; background: #fff; overflow-x: hidden; }
h1, h2, h3, .marca-nome { font-family: 'Fraunces', Georgia, serif; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
img, svg { max-width: 100%; }

/* NAV SOBRE O HERO */
.nav-flutuante { position: absolute; top: 0; left: 0; right: 0; z-index: 30; padding: 28px 40px; display: flex; align-items: center; justify-content: space-between; }
.marca { display: flex; align-items: center; gap: 14px; }
.logo-marca { flex-shrink: 0; }
.marca-textos { color: #fff; line-height: 1.15; }
.marca-nome { font-size: 21px; font-weight: 500; letter-spacing: 1.2px; }

.nav-links { display: flex; gap: 34px; }
.nav-links > div { position: relative; }
.nav-links a { color: #fff; text-decoration: none; font-size: 12.5px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; padding: 10px 0; display: inline-block; }

.nav-hamburguer { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; z-index: 40; }
.nav-hamburguer span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; }

/* MEGA MENU DROPDOWN */
.dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: rgba(15,20,28,.94); min-width: 260px; padding: 10px 0; opacity: 0; visibility: hidden; transition: opacity .2s ease; }
.nav-links > div:hover .dropdown { opacity: 1; visibility: visible; }
.dropdown a { display: flex; align-items: center; gap: 10px; padding: 13px 26px; font-size: 12px; letter-spacing: .8px; border-bottom: 1px solid rgba(255,255,255,.08); text-transform: uppercase; font-weight: 500; }
.dropdown a:last-child { border-bottom: none; }
.dropdown a::before { content: "›"; color: #d9a877; font-size: 15px; }

/* HERO CINEMATOGRÁFICO */
.hero { position: relative; height: 100vh; min-height: 640px; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero-a { background: linear-gradient(160deg, #6b3a24 0%, #3d2115 55%, #1c0f09 100%); }
.hero-conteudo { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 0 40px; width: 100%; }
.hero h1 { font-size: 58px; font-weight: 400; line-height: 1.15; letter-spacing: .5px; text-transform: uppercase; max-width: 900px; overflow-wrap: break-word; }
.hero-selo-grande { position: absolute; bottom: 60px; right: 60px; width: 110px; height: 110px; border-radius: 50%; background: #fdfaf4; color: #6b3a24; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; z-index: 2; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.hero-selo-grande b { font-size: 26px; font-family: 'Fraunces'; font-weight: 500; }
.hero-selo-grande span { font-size: 9px; text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }

.scroll-indicador { position: absolute; bottom: 46px; left: 50%; transform: translateX(-50%); text-align: center; color: #fff; font-size: 11px; letter-spacing: 2px; z-index: 2; }
.scroll-indicador .seta { margin-top: 10px; font-size: 18px; }

/* SEÇÃO PERFIL - foto de borda a borda com nome sobreposto */
.perfil-secao { position: relative; }
.perfil-foto-grande { position: relative; height: 560px; background: linear-gradient(145deg, #2c3e52 0%, #16233b 100%); display: flex; align-items: flex-end; }
.perfil-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,15,20,.88) 0%, rgba(10,15,20,0) 55%); }
.perfil-info { position: relative; z-index: 2; padding: 40px 50px; color: #fff; }
.perfil-info .cargo { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: #d9a877; margin-bottom: 8px; font-weight: 600; }
.perfil-info h2 { font-size: 38px; font-weight: 500; }
.perfil-placeholder-texto { position: absolute; top: 24px; left: 50px; z-index: 2; color: rgba(255,255,255,.35); font-size: 12px; letter-spacing: .5px; }

.perfil-bio { padding: 56px 0; max-width: 720px; margin: 0 auto; text-align: center; }
.perfil-bio p { font-size: 15.5px; color: #57534a; line-height: 1.75; }

/* ÁREAS DE ATUAÇÃO — mosaico bento, tamanhos variados, gradientes diagonais */
.bento-areas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    gap: 10px;
    padding: 10px;
}
.bento-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease;
}
.bento-item:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,.28); }
.bento-item .n-fantasma {
    position: absolute; top: -18px; left: 8px;
    font-family: 'Fraunces'; font-size: 110px; font-weight: 600;
    color: rgba(255,255,255,.14); line-height: 1; user-select: none;
}
.bento-item h3 { position: relative; font-size: 19px; font-weight: 500; line-height: 1.3; z-index: 1; }
.bento-item p.desc {
    position: relative; z-index: 1; font-size: 12.5px; color: rgba(255,255,255,.8);
    margin-top: 8px; max-height: 0; opacity: 0; overflow: hidden;
    transition: max-height .3s ease, opacity .3s ease;
}
.bento-item:hover p.desc { max-height: 60px; opacity: 1; }

.bento-grande { grid-column: span 2; grid-row: span 2; }
.bento-medio { grid-column: span 2; grid-row: span 1; }
.bento-pequeno { grid-column: span 1; grid-row: span 1; }

.grad-1 { background: linear-gradient(135deg, #8a3b3b 0%, #4a1f1f 100%); }
.grad-2 { background: linear-gradient(135deg, #2f6b63 0%, #143430 100%); }
.grad-3 { background: linear-gradient(135deg, #7c8a4a 0%, #3d4423 100%); }
.grad-4 { background: linear-gradient(135deg, #8f7a5c 0%, #4a3d2b 100%); }
.grad-5 { background: linear-gradient(135deg, #3a4a63 0%, #1a2333 100%); }
.grad-6 { background: linear-gradient(135deg, #6b3a24 0%, #2b1710 100%); }

@media (max-width: 900px) {
    .bento-areas { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }
    .bento-grande, .bento-medio, .bento-pequeno { grid-column: span 2; grid-row: span 1; min-height: 180px; }
}

/* SEÇÃO PADRÃO */
.secao { padding: 90px 0; }
.secao-cabecalho { text-align: center; max-width: 640px; margin: 0 auto 50px; }
.kicker { text-transform: uppercase; letter-spacing: 2px; font-size: 12px; color: #a5793f; font-weight: 700; margin-bottom: 16px; }
.secao-cabecalho h2 { font-size: 32px; font-weight: 400; color: #1c1c1a; }

/* DEPOIMENTOS */
.depoimentos { background: #16233b; color: #dbe1ea; }
.avaliacao-resumo { text-align: center; margin: -14px auto 46px; font-size: 15px; color: #d9a877; font-weight: 600; }
.avaliacao-resumo .google-icone { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); padding: 10px 20px; border-radius: 30px; }
.estrelas-linha { color: #e8b84b; letter-spacing: 2px; font-size: 14px; }
.depoimento { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.depoimento .estrelas-linha { margin-bottom: 14px; }
.depoimento p.texto { font-size: 17px; font-style: italic; line-height: 1.8; margin-bottom: 18px; }
.depoimento .autor { font-size: 13px; color: #d9a877; font-weight: 600; }
.botao-avaliacoes { display: block; width: fit-content; margin: 10px auto 0; border: 1px solid rgba(255,255,255,.3); color: #fff; text-decoration: none; padding: 13px 28px; font-size: 13px; letter-spacing: .5px; text-transform: uppercase; font-weight: 600; border-radius: 30px; transition: all .2s ease; }
.botao-avaliacoes:hover { background: #fff; color: #16233b; }

/* RODAPÉ */
.artigos-secao { background: #fdfaf4; }
.artigos-lista { max-width: 820px; margin: 0 auto; }
.artigo-linha { display: grid; grid-template-columns: 110px 1fr auto; gap: 26px; align-items: center; padding: 26px 0; border-bottom: 1px solid #e4ddcf; text-decoration: none; color: #1c1c1a; transition: opacity .2s ease; }
.artigo-linha:hover { opacity: .6; }
.artigo-linha:first-child { border-top: 1px solid #e4ddcf; }
.artigo-linha .data { font-size: 12px; color: #a5793f; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.artigo-linha h3 { font-size: 18px; font-weight: 500; line-height: 1.4; }
.artigo-linha .seta { font-size: 20px; color: #a5793f; }

.rodape { background: #0f1620; color: #8a93a3; padding: 50px 0 26px; text-align: center; }

.onde-estamos { background: #16233b; color: #dbe1ea; }
.onde-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; max-width: 760px; margin: 0 auto; }
.onde-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 30px; }
.onde-card h3 { font-size: 18px; font-weight: 500; margin-bottom: 12px; color: #fff; }
.onde-card p { font-size: 14px; color: #b8c0cd; margin-bottom: 6px; }
.rodape .marca-nome { color: #fff; font-size: 20px; margin-bottom: 14px; }
.rodape-social { display: flex; justify-content: center; gap: 14px; margin: 20px 0; }
.rodape-social span { width: 32px; height: 32px; border: 1px solid #2c3648; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; }
.rodape-baixo { border-top: 1px solid #1c2534; padding-top: 20px; margin-top: 20px; font-size: 12px; }

@media (max-width: 900px) {
    .nav-links { display: none; flex-direction: column; gap: 0; position: absolute; top: 100%; left: 0; right: 0; background: rgba(10,15,22,.97); padding: 8px 0; }
    .nav-links.aberto { display: flex; }
    .nav-links > div { width: 100%; }
    .nav-links a { display: block; padding: 15px 24px; width: 100%; }
    .nav-hamburguer { display: flex; }
    .dropdown { position: static; transform: none; background: rgba(255,255,255,.05); opacity: 1; visibility: visible; display: none; min-width: 0; }
    .nav-links > div.aberto-sub .dropdown { display: block; }

    .hero { min-height: 560px; }
    .hero h1 { font-size: 30px; letter-spacing: .2px; }
    .hero-conteudo { padding: 0 24px; }
    .hero-selo-grande { width: 78px; height: 78px; bottom: auto; top: 96px; right: 20px; }
    .hero-selo-grande b { font-size: 18px; }
    .hero-selo-grande span { font-size: 7px; }
    .scroll-indicador { display: none; }

    .nav-flutuante { padding: 18px 20px; }
    .container { padding: 0 22px; }
}

@media (max-width: 480px) {
    .hero h1 { font-size: 25px; }
    .marca-nome { font-size: 17px; }
}

/* BOTÃO FLUTUANTE DE WHATSAPP */
.whatsapp-flutuante { position: fixed; bottom: 22px; right: 22px; background: #16233b; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,.28); z-index: 999; transition: transform .2s ease, background .2s ease; }
.whatsapp-flutuante:hover { background: #a5793f; transform: scale(1.06); }

/* LINKS DOS ÍCONES SOCIAIS NO RODAPÉ */
.rodape-social a { text-decoration: none; }
