/* Reset e Fontes */
body { margin: 0; font-family: 'Lato', sans-serif; color: #444; line-height: 1.6; background-color: #fdfbf7; }
h1, h2, h3 { font-family: 'Playfair Display', serif; color: #2c3e50; margin-bottom: 15px; }
a { text-decoration: none; }
.container { max-width: 1100px; margin: auto; padding: 0 20px; }

/* Top Bar */
.top-bar { background: #34495e; color: #fff; padding: 10px 0; font-size: 14px; }
.row-between { display: flex; justify-content: space-between; align-items: center; }
.contato-top a { color: #fff; font-weight: bold; }

/* Menu Principal */
.menu-principal { background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.05); padding: 20px 0; position: sticky; top: 0; z-index: 100; }
.menu-principal nav { display: flex; justify-content: center; gap: 30px; }
.menu-principal a { color: #2c3e50; font-weight: 700; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; transition: color 0.3s; }
.menu-principal a:hover { color: #27ae60; }

/* Hero (Topo com Foto Nova) */
.hero { background: linear-gradient(to right, #fdfbf7, #eef2f3); padding: 60px 0; }
.hero-content { display: flex; align-items: center; gap: 40px; }
.hero-text { flex: 1; }
.hero-text h1 { font-size: 42px; line-height: 1.2; }
.hero-text h1 span { color: #27ae60; font-style: italic; }
.hero-desc { font-size: 18px; margin-bottom: 30px; color: #555; }
.subtitle { font-weight: bold; text-transform: uppercase; color: #7f8c8d; letter-spacing: 1px; font-size: 14px; }
.hero-img { flex: 1; text-align: center; }
.hero-img img { max-width: 100%; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.btn-destaque { background: #27ae60; color: #fff; padding: 15px 30px; border-radius: 5px; font-weight: bold; font-size: 16px; display: inline-block; transition: background 0.3s; }
.btn-destaque:hover { background: #219150; }

/* Sobre Mim (Sem Foto) */
.sobre-mim { padding: 80px 0; background: #fff; text-align: center; }
.sobre-mim h2 { font-size: 36px; margin-bottom: 30px; position: relative; display: inline-block; }
.sobre-mim h2::after { content: ''; display: block; width: 60px; height: 3px; background: #27ae60; margin: 10px auto 0; }
.texto-centralizado { max-width: 800px; margin: auto; font-size: 18px; color: #555; }
.texto-centralizado p { margin-bottom: 20px; }

/* Seção TRG (Fundo Nuvens/Azul) */
.o-que-e-trg { padding: 80px 0; background: #eaf2f8; text-align: center; }
.o-que-e-trg h2 { font-size: 32px; }
.o-que-e-trg > .container > p { max-width: 700px; margin: 0 auto 40px; font-size: 18px; }
.grid-icons { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-top: 40px; }
.card-icon { background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.icon-circle { font-size: 40px; margin-bottom: 15px; }
.card-icon h3 { font-size: 18px; margin: 0; font-family: 'Lato', sans-serif; }

/* Depoimentos (Grid de 10) */
.depoimentos-sec { padding: 80px 0; background: #fff; }
.depoimentos-sec h2 { text-align: center; margin-bottom: 40px; }
.grid-depoimentos { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.depoimento { background: #f9f9f9; padding: 20px; border-radius: 8px; border-left: 4px solid #27ae60; }
.depoimento p { font-style: italic; font-size: 14px; color: #555; }
.depoimento span { display: block; margin-top: 10px; font-weight: bold; color: #2c3e50; font-size: 13px; }
.stars { color: #f1c40f; font-size: 14px; margin-top: 5px; }

/* Por que buscar / Valor */
.por-que-buscar { padding: 60px 0; background: url('img/01-topo.jpg') no-repeat center center/cover; position: relative; color: #fff; }
.por-que-buscar::before { content: ''; position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.4); } /* Máscara escura */
.por-que-buscar .container { position: relative; z-index: 2; }
.row-split { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.texto-esq { flex: 1; text-align: left; }
.texto-esq h2 { color: #fff; font-size: 36px; }
.texto-esq p { font-size: 20px; }

.box-valor { background: rgba(255,255,255,0.95); padding: 40px; border-radius: 8px; text-align: center; color: #333; min-width: 300px; }
.box-valor h3 { margin: 0; color: #333; }
.preco { font-size: 42px; font-weight: bold; color: #27ae60; margin: 10px 0; }
.btn-agendar { display: inline-block; background: #27ae60; color: #fff; padding: 12px 25px; border-radius: 5px; font-weight: bold; margin-top: 15px; }
.small { font-size: 12px; color: #777; margin-top: 5px; }

/* Footer */
footer { background: #2c3e50; color: #bdc3c7; text-align: center; padding: 40px 0; }
footer h3 { color: #fff; }
.copyright { margin-top: 20px; font-size: 12px; opacity: 0.6; }

/* WhatsApp Flutuante */
.whats-flutuante { position: fixed; right: 20px; bottom: 20px; background: #25D366; color: #fff; padding: 15px 20px; border-radius: 50px; font-weight: bold; text-decoration: none; box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index: 2000; }

/* Responsividade (Mobile) */
@media (max-width: 768px) {
    .menu-principal nav { flex-direction: column; align-items: center; gap: 15px; }
    .hero-content, .row-split { flex-direction: column; text-align: center; }
    .hero-img { order: -1; margin-bottom: 20px; } /* Foto sobe no mobile */
    .texto-esq { text-align: center; margin-bottom: 30px; }
    .row-between { flex-direction: column; gap: 10px; }
/* Estilo para o Destaque Gratuito */
.destaque-gratis {
    font-size: 38px;
    font-weight: 700;
    color: #27ae60; /* Verde Esperança */
    margin: 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Ajuste no texto explicativo dentro da caixa */
.box-valor p {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

/* Deixar o botão pulsando levemente para chamar atenção */
.btn-agendar {
    animation: pulsar 2s infinite;
}

@keyframes pulsar {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(39, 174, 96, 0.7); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(39, 174, 96, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(39, 174, 96, 0); }
}
/* Estilos para o novo texto do TRG */
.texto-trg-conteudo {
    text-align: left; /* Melhor leitura para textos longos */
    max-width: 800px;
    margin: 0 auto 50px auto; /* Centraliza o bloco na tela e dá espaço embaixo */
    background: rgba(255,255,255,0.6);
    padding: 30px;
    border-radius: 10px;
}

.intro-trg {
    font-size: 19px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
}

.bloco-detalhe {
    margin-bottom: 25px;
}

.bloco-detalhe h3 {
    font-size: 20px;
    color: #27ae60; /* Verde destaque */
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.lista-vantagens {
    list-style-type: none; /* Tira as bolinhas padrão */
    padding-left: 0;
}

.lista-vantagens li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.lista-vantagens li::before {
    content: '✅'; /* Adiciona o check antes de cada item */
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
}