
:root{
--green:#70815d;
--light:#f5f1eb;
--text:#2d2d2d;
--peach:#dfb08b;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#f8f5f1;
color:var(--text);
overflow-x:hidden;
}

.container{
width:90%;
max-width:1320px;
margin:auto;
position:relative;
z-index:2;
}

.header{
position:sticky;
top:0;
z-index:999;
background:rgba(255,255,255,.75);
backdrop-filter:blur(18px);
border-bottom:1px solid rgba(255,255,255,.4);
}

.nav-container{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
}

.logo img{
height:90px;
}

.navbar ul{
display:flex;
gap:35px;
list-style:none;
}

.navbar a{
text-decoration:none;
color:#333;
font-weight:500;
transition:.3s;
}

.navbar a:hover{
color:var(--green);
}

.btn-primary{
background:rgba(112,129,93,.95);
backdrop-filter:blur(12px);
padding:16px 34px;
border-radius:60px;
text-decoration:none;
color:white;
font-weight:600;
display:inline-block;
border:none;
transition:.4s;
box-shadow:0 15px 35px rgba(112,129,93,.25);
}

.btn-primary:hover{
transform:translateY(-5px);
}

.btn-outline{
border:2px solid rgba(112,129,93,.7);
padding:16px 34px;
border-radius:60px;
text-decoration:none;
color:var(--green);
font-weight:500;
background:rgba(255,255,255,.35);
backdrop-filter:blur(12px);
}

.hero{
position:relative;
padding:70px 0 0;
background:linear-gradient(135deg,#f5f1eb 0%,#f1e7dc 50%,#efe5da 100%);
overflow:hidden;
}

.hero-bg-blur{
position:absolute;
width:700px;
height:700px;
background:rgba(223,176,139,.18);
filter:blur(120px);
right:-150px;
top:-150px;
border-radius:50%;
}

.hero-gradient{
position:absolute;
inset:0;
background:radial-gradient(circle at top right, rgba(255,255,255,.45), transparent 50%);
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:40px;
}

.badge{
background:rgba(183,197,170,.9);
backdrop-filter:blur(12px);
padding:12px 22px;
display:inline-block;
border-radius:50px;
color:white;
font-size:.85rem;
margin-bottom:25px;
}

.hero h1{
font-family:'Cormorant Garamond',serif;
font-size:5.6rem;
line-height:.92;
margin-bottom:25px;
max-width:650px;
letter-spacing:-2px;
}

.hero p{
font-size:1.1rem;
line-height:2;
max-width:580px;
margin-bottom:35px;
}

.hero-buttons{
display:flex;
gap:20px;
flex-wrap:wrap;
margin-bottom:45px;
}

.features{
display:flex;
gap:28px;
flex-wrap:wrap;
}

.feature{
text-align:center;
max-width:120px;
}

.feature-icon{
font-size:2rem;
margin-bottom:10px;
}

.hero-right{
position:relative;
display:flex;
justify-content:center;
align-items:center;
perspective:1200px;
}

.hero-image-wrapper{
position:relative;
border-radius:60px;
overflow:hidden;
transform-style:preserve-3d;
animation:floatImage 7s ease-in-out infinite;
}

.hero-image-wrapper::before{
content:'';
position:absolute;
inset:0;
background:linear-gradient(to top, rgba(255,255,255,.12), transparent);
z-index:2;
pointer-events:none;
}

.hero-image{
width:100%;
max-width:760px;
display:block;
border-radius:60px;

box-shadow:
0 40px 80px rgba(0,0,0,.12),
0 15px 30px rgba(0,0,0,.08);

transform:scale(1.02);

mask-image:linear-gradient(
to right,
transparent 0%,
black 10%,
black 90%,
transparent 100%
);
}

.wave{
height:160px;
margin-top:-50px;
background:#f8f5f1;
border-radius:100% 100% 0 0;
position:relative;
z-index:2;
}

.services,
.especialistas,
.testimonials,
.faq,
.contact{
padding:110px 0;
position:relative;
}

.services h2,
.especialistas h2,
.testimonials h2,
.faq h2,
.contact h2{
font-family:'Cormorant Garamond',serif;
font-size:4rem;
text-align:center;
margin-bottom:60px;
color:var(--green);
}

.cards,
.especialistas-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
}

.glass{
background:rgba(255,255,255,.55);
backdrop-filter:blur(18px);
border:1px solid rgba(255,255,255,.35);
}

.card,
.especialista-card,
.testimonial,
.faq-item,
.contact-form{
padding:40px;
border-radius:35px;

box-shadow:
0 25px 45px rgba(0,0,0,.06),
0 8px 20px rgba(255,255,255,.35);

transition:.4s;
}

.card:hover,
.especialista-card:hover{
transform:translateY(-10px);
}

.circle{
width:85px;
height:85px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:2rem;
color:white;
margin-bottom:20px;
}

.green{background:#8d9a7d;}
.peach{background:#dfb08b;}

.card h3,
.especialista-card h3{
font-size:1.8rem;
margin-bottom:20px;
}

.card ul{
padding-left:20px;
line-height:2;
}

.especialista-card{
text-align:center;
}

.especialista-card img{
width:220px;
height:220px;
border-radius:50%;
object-fit:cover;
margin-bottom:25px;
box-shadow:0 15px 30px rgba(0,0,0,.08);
}

.especialista-card h4{
color:var(--green);
margin-bottom:18px;
}

.especialista-card p{
line-height:1.8;
margin-bottom:25px;
}

.testimonial{
text-align:center;
}

.testimonial p{
font-size:1.4rem;
margin-bottom:20px;
}

.faq-item{
margin-bottom:20px;
overflow:hidden;
}

.faq-question{
width:100%;
background:transparent;
border:none;
font-size:1rem;
font-weight:600;
text-align:left;
cursor:pointer;
}

.faq-answer{
display:none;
padding-top:20px;
}

.contact-form{
max-width:700px;
margin:auto;
display:flex;
flex-direction:column;
gap:20px;
}

.contact-form input,
.contact-form textarea{
padding:18px;
border:none;
border-radius:20px;
background:rgba(255,255,255,.8);
font-size:1rem;
}

.footer{
background:#68775c;
color:white;
padding:90px 0;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
align-items:center;
}

.footer-logo{
height:90px;
}

.whatsapp{
position:fixed;
right:25px;
bottom:25px;
width:75px;
height:75px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:2rem;
color:white;
text-decoration:none;
z-index:999;
box-shadow:0 15px 30px rgba(0,0,0,.18);
animation:pulse 2s infinite;
}

.menu-toggle{
display:none;
flex-direction:column;
gap:5px;
cursor:pointer;
}

.menu-toggle span{
width:26px;
height:3px;
background:#333;
}

@keyframes floatImage{
0%,100%{transform:translateY(0px);}
50%{transform:translateY(-12px);}
}

@keyframes pulse{
0%{transform:scale(1);}
50%{transform:scale(1.06);}
100%{transform:scale(1);}
}

@media(max-width:992px){

.hero-grid{
grid-template-columns:1fr;
}

.hero-left{
text-align:center;
}

.hero h1{
font-size:4rem;
max-width:100%;
}

.hero p{
max-width:100%;
}

.features{
justify-content:center;
}

}

@media(max-width:768px){

.navbar{
position:absolute;
top:100px;
left:-100%;
background:rgba(255,255,255,.95);
backdrop-filter:blur(12px);
width:100%;
padding:30px;
transition:.4s;
}

.navbar.active{
left:0;
}

.navbar ul{
flex-direction:column;
}

.menu-toggle{
display:flex;
}

.desktop-btn{
display:none;
}

.hero{
padding-top:40px;
}

.hero h1{
font-size:3rem;
}

.hero-buttons{
flex-direction:column;
}

.btn-primary,
.btn-outline{
width:100%;
text-align:center;
}

.hero-image{
border-radius:40px;
}

.services h2,
.especialistas h2,
.testimonials h2,
.faq h2,
.contact h2{
font-size:2.8rem;
}

}


.video-section{
padding:110px 0;
}

.video-wrapper{
padding:25px;
border-radius:35px;
max-width:1000px;
margin:auto;
}

.video-wrapper iframe{
width:100%;
height:520px;
border:none;
border-radius:25px;
}

.contact-whatsapp{
padding:60px;
text-align:center;
max-width:700px;
margin:auto;
border-radius:35px;
}

.contact-whatsapp p{
margin-bottom:30px;
font-size:1.1rem;
line-height:2;
}

@media(max-width:768px){

.video-wrapper iframe{
height:260px;
}

.contact-whatsapp{
padding:35px 25px;
}

}


.premium-video{
width:100%;
border-radius:25px;
object-fit:cover;
box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.social-premium{
display:flex;
justify-content:center;
gap:25px;
padding-top:40px;
}

.social-icon{
width:70px;
height:70px;
display:flex;
align-items:center;
justify-content:center;
border-radius:22px;
background:rgba(255,255,255,.15);
backdrop-filter:blur(18px);
transition:.4s;
box-shadow:0 15px 30px rgba(0,0,0,.12);
}

.social-icon:hover{
transform:translateY(-6px) scale(1.05);
}

.social-icon img{
width:42px;
height:42px;
}

@media(max-width:768px){

.social-icon{
width:58px;
height:58px;
}

.social-icon img{
width:34px;
height:34px;
}

}


/* ===== BLOG PREMIUM ===== */

.blog-section{
padding:110px 0;
position:relative;
}

.blog-section h2{
font-family:'Cormorant Garamond',serif;
font-size:4rem;
text-align:center;
margin-bottom:20px;
color:var(--green);
}

.blog-subtitle{
max-width:850px;
margin:0 auto 60px;
text-align:center;
font-size:1.05rem;
line-height:2;
}

.blog-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
}

.blog-card{
border-radius:35px;
overflow:hidden;
text-decoration:none;
color:inherit;
transition:.4s;
display:block;
}

.blog-card:hover{
transform:translateY(-10px);
}

.blog-image{
height:220px;
display:flex;
align-items:center;
justify-content:center;
font-size:5rem;
background:linear-gradient(135deg,#efe5da,#f5f1eb);
}

.blog-content{
padding:35px;
}

.blog-tag{
display:inline-block;
padding:8px 18px;
border-radius:40px;
background:rgba(112,129,93,.12);
color:var(--green);
font-size:.85rem;
font-weight:600;
margin-bottom:18px;
}

.blog-content h3{
font-size:1.6rem;
margin-bottom:18px;
line-height:1.3;
}

.blog-content p{
line-height:1.9;
margin-bottom:25px;
}

.blog-link{
font-weight:600;
color:var(--green);
}

@media(max-width:768px){

.blog-section h2{
font-size:2.8rem;
}

.blog-image{
height:180px;
font-size:4rem;
}

}


.blog-article{
padding:100px 0;
min-height:100vh;
}

.blog-hero{
padding:60px;
border-radius:35px;
margin-bottom:40px;
text-align:center;
}

.blog-hero h1{
font-family:'Cormorant Garamond',serif;
font-size:4rem;
margin:20px 0;
color:var(--green);
}

.article-content{
padding:60px;
border-radius:35px;
line-height:2;
font-size:1.05rem;
}

.article-content h2{
margin:35px 0 20px;
color:var(--green);
font-size:2rem;
}

@media(max-width:768px){

.blog-hero{
padding:35px;
}

.blog-hero h1{
font-size:2.8rem;
}

.article-content{
padding:35px 25px;
}

}
