:root {
    --white: #ffffff;
    --off-white: #fdfbf7;
    --text-main: #3d3b38;
    --text-muted: #827e77;
    --primary: #c98e6c;  /* Terracotta / Soft Orange - A cor do Chacra Umbilical/Raiz */
    --primary-hover: #b47957;
    --accent: #d8b88d;
    --shadow: 0 10px 40px -10px rgba(201, 142, 108, 0.15);
    --glass-bg: rgba(253, 251, 247, 0.9);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: var(--off-white); color: var(--text-main); font-family: 'Montserrat', sans-serif; font-weight: 300; overflow-x: hidden; scroll-behavior: smooth;}

/* Tipografia Espiritual */
h1, h2, h3, .logo { font-family: 'Cormorant Garamond', serif; }

.header { position: fixed; top: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 4rem; z-index: 1000; background: var(--glass-bg); backdrop-filter: blur(12px); box-shadow: 0 4px 15px -1px rgba(0,0,0,0.02);}
.logo { font-size: 2.2rem; font-weight: 600; color: var(--primary); letter-spacing: 1px;}
nav a { font-weight: 500; font-size: 0.95rem; text-decoration: none; color: var(--text-muted); margin-left: 2.5rem; transition: color 0.3s;}
nav a:hover { color: var(--primary); }

.btn-outline { border: 1px solid var(--primary); color: var(--primary); padding: 12px 24px; border-radius: 5px; font-weight: 500; background: transparent; transition: all 0.3s;}
.btn-outline:hover { background: var(--primary); color: white;}

/* Imagem da Terapia com Efeito Esfumado Branco Quente */
.hero { height: 100vh; display: flex; align-items: center; justify-content: flex-start; position: relative; background: url('hero_terapia.png') center/cover no-repeat; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(95deg, rgba(253, 251, 247, 1) 40%, rgba(253, 251, 247, 0.6) 65%, rgba(253, 251, 247, 0) 100%); z-index: 1;}
.hero-content { position: relative; z-index: 2; max-width: 650px; text-align: left; margin-left: 10%; }

.badge { display: inline-block; background: rgba(201, 142, 108, 0.15); color: var(--primary); padding: 8px 20px; border-radius: 3px; font-weight: 500; font-size: 0.85rem; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 2rem;}
.hero-content h1 { font-size: 4.8rem; font-weight: 600; line-height: 1.05; margin-bottom: 1.5rem; color: var(--text-main);}
.hero-content p { font-size: 1.25rem; color: var(--text-muted); margin-bottom: 3rem; line-height: 1.8;}

.btn-primary { display: inline-block; background: var(--primary); color: var(--white); text-decoration: none; padding: 18px 45px; font-size: 1.15rem; font-weight: 400; border-radius: 5px; box-shadow: 0 10px 20px rgba(201, 142, 108, 0.3); transition: all 0.3s; }
.btn-primary:hover { background: var(--primary-hover); transform: translateY(-3px); box-shadow: 0 15px 25px rgba(201, 142, 108, 0.4);}

.services { padding: 9rem 2rem; background: var(--white); text-align: center;}
.section-title { margin-bottom: 5rem; }
.section-title h2 { font-size: 3.8rem; font-weight: 600; margin-bottom: 1rem; color: var(--primary); }
.section-title p { color: var(--text-muted); font-size: 1.25rem;}

.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto;}
.card { background: var(--off-white); padding: 4rem 2.5rem; border-radius: 5px; transition: transform 0.5s ease; border: 1px solid rgba(201, 142, 108, 0.1);}
.card:hover { transform: translateY(-12px); box-shadow: var(--shadow); background: white;}
.card-icon { font-size: 3rem; margin-bottom: 1.5rem;}
.card h3 { font-size: 2rem; margin-bottom: 1rem; color: var(--text-main); font-weight: 600;}
.card p { color: var(--text-muted); line-height: 1.8;}

.social-proof { background: linear-gradient(135deg, #c98e6c 0%, #a46440 100%); padding: 8rem 2rem; display: flex; justify-content: center;}
.glass-proof { background: rgba(255,255,255,0.08); backdrop-filter: blur(15px); padding: 5rem; border-radius: 5px; text-align: center; max-width: 900px; color: white; border: 1px solid rgba(255,255,255,0.2);}
.quote { font-size: 1.6rem; font-style: italic; margin-bottom: 3rem; font-weight: 300; line-height: 1.7;}
.client { font-weight: 500; font-size: 1.2rem; letter-spacing: 2px;}

footer { text-align: center; padding: 3rem; background: #2f2a28; color: rgba(255,255,255,0.5); font-size: 0.95rem; font-family: 'Cormorant Garamond';}

.hidden { opacity: 0; transform: translateY(40px); transition: opacity 1s ease-out, transform 1s cubic-bezier(0.16, 1, 0.3, 1); }
.show { opacity: 1; transform: translateY(0); }

/* Balão WhatsApp Flutuante com Batimento Cardíaco */
.floating-wpp { position: fixed; bottom: 30px; right: 30px; background-color: #25d366; color: white; width: 65px; height: 65px; display: flex; align-items: center; justify-content: center; border-radius: 50%; box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4); z-index: 9999; transition: transform 0.3s; animation: pulse-wpp 2s infinite; }
.floating-wpp:hover { transform: scale(1.1); }
@keyframes pulse-wpp { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); } 70% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }

@media (max-width: 768px) {
    .header { padding: 1rem 1.5rem; flex-direction: row;}
    .logo { font-size: 1.6rem; }
    .header nav a:not(.btn-outline) { display: none; }
    .header nav a.btn-outline { padding: 8px 16px; font-size: 0.8rem; margin-left: auto;}
    .hero { background-position: right center; }
    .hero::before { background: linear-gradient(180deg, rgba(253,251,247,1) 0%, rgba(253,251,247,0.9) 60%, rgba(253,251,247,0) 100%); }
    .hero-content { margin-left: 0; padding: 0 1.5rem; margin-top: 60px; text-align: left; }
    .badge { margin-bottom: 1rem; font-size: 0.75rem;}
    .hero-content h1 { font-size: 3.2rem; line-height: 1.05; margin-bottom: 1.5rem; }
    .hero-content p { font-size: 1.15rem; margin-bottom: 2rem; line-height: 1.6;}
    .btn-primary { width: 100%; text-align: center; padding: 18px 20px;}
    .services { padding: 5rem 1.5rem; }
    .section-title h2 { font-size: 2.8rem; }
    .social-proof { padding: 5rem 1.2rem; }
    .glass-proof { padding: 3rem 1.5rem; }
    .quote { font-size: 1.3rem; }
}
