
:root{
--principal:#0F4C3A;
--destaque:#F57C00;
--claro:#F6F3EA;
--escuro:#1E1E1E;
--texto:#2F2F2F;
--verde:#4CAF50;
--dourado:#D9A441;
--branco:#fff;
--sombra:0 24px 70px rgba(15,76,58,.14);
}

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Poppins',sans-serif;background:var(--claro);color:var(--texto);overflow-x:hidden;}
img{max-width:100%;display:block;}
a{text-decoration:none;}
.container{max-width:1200px;margin:0 auto;padding:0 24px;}
.section{padding:110px 0;}

.section-title{
font-family:'Bricolage Grotesque',sans-serif;
font-size:48px;
line-height:1.05;
font-weight:600;
color:var(--principal);
margin-bottom:22px;
}

.section-subtitle{
font-size:17px;
line-height:1.8;
color:#5b5b5b;
max-width:760px;
}

.btn{
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
border-radius:999px;
padding:16px 30px;
font-weight:600;
transition:.3s ease;
border:0;
cursor:pointer;
}

.btn-primary{
background:var(--destaque);
color:#fff;
box-shadow:0 16px 36px rgba(245,124,0,.26);
}

.btn-primary:hover{background:#ff8f18;transform:translateY(-3px);}

.btn-dark{
background:var(--principal);
color:#fff;
box-shadow:0 16px 36px rgba(15,76,58,.22);
}

.btn-dark:hover{background:#0b3d2f;transform:translateY(-3px);}

.btn-glass{
background:rgba(255,255,255,.14);
border:1px solid rgba(255,255,255,.24);
color:#fff;
backdrop-filter:blur(12px);
}

.btn-glass:hover{background:rgba(255,255,255,.23);transform:translateY(-3px);}

/* HEADER */
.header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
background:rgb(250 251 246 / 88%);
backdrop-filter:blur(16px);
border-bottom:1px solid rgba(15,76,58,.08);
}

.nav{
height:94px;
display:flex;
align-items:center;
justify-content:space-between;
}

.logo-menu{
width:420px;
height:90px;
display:flex;
align-items:center;
justify-content:flex-start;
transition:.3s ease;
}

.logo-menu:hover{transform:translateY(-2px);}

.logo-menu img{
width:100%;
height:100%;
padding:8px 14px;
object-fit:contain;
background:transparent;
object-position:left center;
filter:drop-shadow(0 12px 24px rgba(15,76,58,.12));
border-radius:14px;
}

.menu{
display:flex;
align-items:center;
gap:30px;
}

.menu a{
font-size:15px;
font-weight:500;
color:var(--principal);
transition:.3s ease;
}

.menu a:hover{color:var(--destaque);}

.menu .btn-menu{
background:var(--principal);
color:#fff;
padding:13px 24px;
border-radius:999px;
font-weight:600;
}

.menu .btn-menu:hover{
background:var(--destaque);
color:#fff;
transform:translateY(-2px);
}

/* HERO AJUSTADO */
.hero{
min-height:calc(100vh - 94px);
margin-top:94px;
display:flex;
align-items:center;
position:relative;
overflow:hidden;
background-image:
linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.60) 31%, rgba(0,0,0,.22) 49%, rgba(0,0,0,.02) 67%),
url('/assets/imagens/img-01.png');
background-size:cover;
background-position:center bottom;
background-repeat:no-repeat;
}

.hero::before{
content:'';
position:absolute;
inset:0;
background:
radial-gradient(circle at 20% 45%, rgba(15,76,58,.32), transparent 38%),
linear-gradient(to top, rgba(0,0,0,.14), transparent 46%);
pointer-events:none;
}

.hero .container{width:100%;}

.hero-content{
position:relative;
z-index:2;
max-width:520px;
padding-top:0;
margin-left:0;
transform:translateX(-80px);
}

.hero-badge{
display:inline-flex;
align-items:center;
padding:9px 16px;
border-radius:999px;
background:rgba(255,255,255,.13);
border:1px solid rgba(255,255,255,.18);
backdrop-filter:blur(12px);
color:#fff;
font-size:13.5px;
font-weight:500;
letter-spacing:.2px;
margin-bottom:20px;
}

.hero h1{
font-family:'Bricolage Grotesque',sans-serif;
font-size:48px;
line-height:1.04;
font-weight:600;
color:#fff;
margin-bottom:20px;
letter-spacing:-1px;
max-width:500px;
}

.hero p{
font-size:15.5px;
line-height:1.72;
color:rgba(255,255,255,.90);
margin-bottom:32px;
max-width:490px;
}

.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;}
.hero-buttons .btn{padding:15px 28px;}

/* SOBRE */
.sobre-grid{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center;}
.sobre-img-wrap{position:relative;}
.sobre-img{border-radius:34px;box-shadow:var(--sombra);overflow:hidden;background:#fff;}
.sobre-img img{width:100%;height:620px;object-fit:cover;}
.sobre-card{
position:absolute;
left:30px;
bottom:30px;
background:rgba(255,255,255,.90);
backdrop-filter:blur(14px);
border:1px solid rgba(255,255,255,.55);
border-radius:24px;
padding:22px 26px;
box-shadow:0 20px 50px rgba(0,0,0,.14);
}
.sobre-card strong{display:block;font-family:'Bricolage Grotesque',sans-serif;font-size:25px;color:var(--principal);}
.sobre-card span{font-size:14px;color:#5a5a5a;}
.sobre-text p{font-size:16px;line-height:1.85;color:#565656;margin-bottom:18px;}

.check-list{display:grid;gap:12px;margin:28px 0 34px;}
.check-list div{display:flex;align-items:center;gap:12px;font-weight:600;color:var(--principal);}
.check-list span{
width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;
background:rgba(76,175,80,.12);color:var(--verde);font-weight:700;
}

/* SERVIÇOS */
.servicos{background:#fff;position:relative;}
.servicos-header{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:46px;}
.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.service-card{
background:var(--claro);
border:1px solid rgba(15,76,58,.08);
border-radius:26px;
padding:30px 24px;
transition:.3s ease;
min-height:260px;
}
.service-card:hover{transform:translateY(-8px);box-shadow:var(--sombra);background:#fff;}
.icon-outline{
width:48px;height:48px;border:1.8px solid rgba(15,76,58,.32);border-radius:16px;
display:flex;align-items:center;justify-content:center;margin-bottom:22px;color:var(--principal);
}
.icon-outline svg{width:25px;height:25px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;}
.service-card h3{font-family:'Bricolage Grotesque',sans-serif;font-size:24px;line-height:1.1;color:var(--principal);margin-bottom:14px;}
.service-card p{font-size:14.5px;line-height:1.75;color:#5f5f5f;}

/* DIFERENCIAIS */
.diferenciais{background:var(--principal);color:#fff;position:relative;overflow:hidden;}
.diferenciais::before{
content:'';position:absolute;width:420px;height:420px;right:-120px;top:-160px;border-radius:50%;
background:rgba(245,124,0,.20);
}
.diferenciais .section-title,.diferenciais .section-subtitle{color:#fff;}
.diff-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:48px;}
.diff-card{
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.12);
border-radius:26px;
padding:30px 24px;
backdrop-filter:blur(8px);
transition:.3s ease;
}
.diff-card:hover{transform:translateY(-6px);background:rgba(255,255,255,.12);}
.diff-number{font-family:'Bricolage Grotesque',sans-serif;font-size:42px;color:var(--destaque);margin-bottom:20px;}
.diff-card h3{font-family:'Bricolage Grotesque',sans-serif;font-size:24px;margin-bottom:12px;}
.diff-card p{font-size:14.5px;line-height:1.75;color:rgba(255,255,255,.78);}

/* ATENDIMENTO */
.atendimento-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;align-items:stretch;}
.stats-card{background:#fff;border-radius:30px;padding:42px;box-shadow:var(--sombra);}
.stat{padding:24px 0;border-bottom:1px solid rgba(15,76,58,.10);}
.stat:last-child{border-bottom:0;}
.stat strong{display:block;font-family:'Bricolage Grotesque',sans-serif;font-size:40px;color:var(--principal);line-height:1;}
.stat span{display:block;margin-top:8px;color:#5c5c5c;font-weight:500;}

.region-card{
background:linear-gradient(135deg,#0F4C3A,#083528);
border-radius:30px;
padding:48px;
color:#fff;
position:relative;
overflow:hidden;
box-shadow:var(--sombra);
}
.region-card::after{
content:'';position:absolute;right:-80px;bottom:-90px;width:260px;height:260px;border-radius:50%;
background:rgba(245,124,0,.25);
}
.region-card h2{position:relative;z-index:2;font-family:'Bricolage Grotesque',sans-serif;font-size:44px;line-height:1.08;margin-bottom:20px;}
.region-card p{position:relative;z-index:2;font-size:16px;line-height:1.8;color:rgba(255,255,255,.84);max-width:610px;}
.region-list{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px;}
.region-list div{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:16px;font-weight:500;}

/* CTA */
.cta{padding:90px 0;background:linear-gradient(135deg,var(--destaque),#ff9c22);color:#fff;text-align:center;}
.cta h2{font-family:'Bricolage Grotesque',sans-serif;font-size:48px;line-height:1.08;max-width:850px;margin:0 auto 20px;}
.cta p{font-size:17px;line-height:1.8;max-width:780px;margin:0 auto 34px;color:rgba(255,255,255,.92);}
.cta .btn{background:#fff;color:var(--principal);}
.cta .btn:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(0,0,0,.18);}

/* CONTATO */
.contato{background:#fff;}
.contato-grid{display:grid;grid-template-columns:1fr .8fr;gap:50px;align-items:center;}
.contact-list{display:grid;gap:18px;margin-top:34px;}
.contact-item{display:flex;gap:16px;align-items:center;background:var(--claro);border-radius:22px;padding:20px;}
.contact-icon{
width:48px;height:48px;border-radius:16px;border:1.8px solid rgba(15,76,58,.25);
display:flex;align-items:center;justify-content:center;color:var(--principal);
}
.contact-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;}
.contact-item strong{display:block;color:var(--principal);margin-bottom:4px;}
.contact-item span{color:#666;font-size:15px;}

.phone-mockup{max-width:360px;margin-left:auto;background:#1d1d1d;border-radius:42px;padding:14px;box-shadow:0 30px 80px rgba(0,0,0,.22);}
.phone-screen{background:#e9f5eb;border-radius:32px;overflow:hidden;padding:28px 22px;min-height:560px;position:relative;}
.phone-top{height:28px;width:120px;background:#111;border-radius:0 0 18px 18px;position:absolute;top:0;left:50%;transform:translateX(-50%);}
.whatsapp-card{margin-top:42px;background:#fff;border-radius:24px;padding:24px;box-shadow:0 12px 35px rgba(0,0,0,.08);}
.whatsapp-card h3{font-family:'Bricolage Grotesque',sans-serif;font-size:28px;color:var(--principal);margin-bottom:12px;}
.chat-bubble{background:#dcf8c6;border-radius:18px 18px 4px 18px;padding:14px 16px;margin:20px 0;font-size:14px;line-height:1.6;color:#333;}
.whatsapp-button{display:flex;justify-content:center;background:#25D366;color:#fff;padding:15px;border-radius:999px;font-weight:700;margin-top:24px;}

/* FOOTER */
.footer{background:var(--escuro);color:#fff;padding:70px 0 28px;}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .9fr;gap:40px;margin-bottom:46px;}
.footer-logo{max-width:220px;margin-bottom:22px;}
.footer p{color:rgba(255,255,255,.70);line-height:1.8;font-size:14.5px;}
.footer h3{font-family:'Bricolage Grotesque',sans-serif;font-size:22px;margin-bottom:18px;}
.footer-links{display:grid;gap:12px;}
.footer-links a,.footer-links span{color:rgba(255,255,255,.72);font-size:14.5px;transition:.3s ease;}
.footer-links a:hover{color:var(--destaque);}
.copy{border-top:1px solid rgba(255,255,255,.10);padding-top:24px;text-align:center;color:rgba(255,255,255,.58);font-size:13.5px;}

/* FLOAT WHATS */
.float-whats{
position:fixed;right:24px;bottom:24px;width:64px;height:64px;border-radius:50%;background:#25D366;
display:flex;align-items:center;justify-content:center;z-index:998;box-shadow:0 18px 45px rgba(37,211,102,.36);
animation:pulse 1.8s infinite;
}
.float-whats svg{width:32px;height:32px;fill:#fff;}

@keyframes pulse{
0%{box-shadow:0 0 0 0 rgba(37,211,102,.42),0 18px 45px rgba(37,211,102,.36);}
70%{box-shadow:0 0 0 16px rgba(37,211,102,0),0 18px 45px rgba(37,211,102,.36);}
100%{box-shadow:0 0 0 0 rgba(37,211,102,0),0 18px 45px rgba(37,211,102,.36);}
}


/* PRODUTOS SLIDER */
.section-kicker{
display:inline-flex;
align-items:center;
padding:9px 16px;
border-radius:999px;
background:rgba(245,124,0,.10);
color:var(--destaque);
font-weight:700;
font-size:13px;
margin-bottom:16px;
}

.produtos-section{
background:linear-gradient(180deg,#fff 0%, var(--claro) 100%);
overflow:hidden;
}

.produtos-header{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:32px;
margin-bottom:46px;
}

.produtos-header .section-subtitle{
max-width:720px;
}

.produtos-header .btn{
white-space:nowrap;
}

.produtos-slider-wrap{
position:relative;
}

.produtos-slider{
display:flex;
gap:26px;
overflow-x:auto;
scroll-snap-type:x mandatory;
scroll-behavior:smooth;
padding:10px 4px 28px;
scrollbar-width:none;
}

.produtos-slider::-webkit-scrollbar{
display:none;
}

.produto-slide{
flex:0 0 calc((100% - 52px) / 3);
scroll-snap-align:start;
background:#fff;
border-radius:32px;
overflow:hidden;
box-shadow:0 22px 60px rgba(15,76,58,.12);
border:1px solid rgba(15,76,58,.08);
transition:.3s ease;
}

.produto-slide:hover{
transform:translateY(-6px);
box-shadow:0 28px 80px rgba(15,76,58,.18);
}

.produto-img{
height:390px;
background:#ffc400;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
padding:10px;
}

.produto-img img{
width:100%;
height:100%;
object-fit:contain;
object-position:center;
transition:.4s ease;
}

.produto-slide:hover .produto-img img{
transform:scale(1.04);
}

.produto-info{
padding:22px 24px 26px;
}

.produto-info span{
display:block;
font-size:13px;
font-weight:700;
color:var(--destaque);
margin-bottom:8px;
}

.produto-info h3{
font-family:'Bricolage Grotesque',sans-serif;
font-size:27px;
line-height:1.1;
color:var(--principal);
}

.slider-btn{
position:absolute;
top:45%;
transform:translateY(-50%);
width:52px;
height:52px;
border-radius:50%;
border:0;
background:var(--principal);
color:#fff;
font-size:34px;
line-height:1;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
z-index:5;
box-shadow:0 18px 40px rgba(15,76,58,.22);
transition:.3s ease;
}

.slider-btn:hover{
background:var(--destaque);
transform:translateY(-50%) scale(1.06);
}

.slider-prev{
left:-26px;
}

.slider-next{
right:-26px;
}

.slider-dots{
display:flex;
justify-content:center;
gap:9px;
margin-top:8px;
}

.slider-dot{
width:10px;
height:10px;
border-radius:999px;
border:0;
background:rgba(15,76,58,.22);
cursor:pointer;
transition:.3s ease;
}

.slider-dot.active{
width:32px;
background:var(--destaque);
}

@media(max-width:1050px){
.produto-slide{
flex:0 0 calc((100% - 26px) / 2);
}
.produto-img{
height:350px;
}
}

@media(max-width:760px){
.produtos-header{
display:block;
}
.produtos-header .btn{
margin-top:26px;
width:100%;
}
.produto-slide{
flex:0 0 86%;
}
.produto-img{
height:320px;
}
.slider-prev{
left:8px;
}
.slider-next{
right:8px;
}
.slider-btn{
width:46px;
height:46px;
font-size:30px;
}
}

@media(max-width:520px){
.produto-slide{
flex:0 0 92%;
}
.produto-img{
height:280px;
}
.produto-info h3{
font-size:24px;
}
}

/* RESPONSIVO */
@media(max-width:1320px){
.hero-content{transform:translateX(0);}
}

@media(max-width:1050px){
.cards-grid,.diff-grid{grid-template-columns:repeat(2,1fr);}
.sobre-grid,.atendimento-grid,.contato-grid{grid-template-columns:1fr;}
.phone-mockup{margin:20px auto 0;}
}

@media(max-width:900px){
.menu{display:none;}
.nav{height:82px;}
.logo-menu{width:290px;height:70px;}
.hero{
min-height:calc(100vh - 82px);
margin-top:82px;
align-items:flex-start;
padding-top:70px;
padding-bottom:110px;
background-image:
linear-gradient(180deg, rgba(0,0,0,.68) 0%, rgba(0,0,0,.45) 42%, rgba(0,0,0,.20) 100%),
url('/assets/imagens/img-01.png');
background-size:cover;
background-position:74% bottom;
background-repeat:no-repeat;
}
.hero-content{max-width:100%;padding-top:0;transform:none;}
.hero h1{font-size:40px;letter-spacing:-.5px;max-width:620px;}
.hero p{font-size:15.5px;max-width:620px;}
.section{padding:82px 0;}
.section-title,.cta h2{font-size:38px;}
.sobre-img img{height:460px;}
.footer-grid{grid-template-columns:1fr 1fr;}
}

@media(max-width:620px){
.container{padding:0 18px;}
.logo-menu{width:240px;height:62px;}
.hero{
min-height:auto;
padding-top:62px;
padding-bottom:320px;
background-image:
linear-gradient(180deg, rgba(0,0,0,.74) 0%, rgba(0,0,0,.48) 45%, rgba(0,0,0,.12) 100%),
url('/assets/imagens/img-01.png');
background-size:cover;
background-position:76% bottom;
background-repeat:no-repeat;
}
.hero h1{font-size:32px;line-height:1.08;}
.hero p{font-size:14.5px;line-height:1.7;}
.hero-buttons{display:grid;gap:12px;}
.btn{width:100%;padding:15px 22px;}
.cards-grid,.diff-grid,.region-list,.footer-grid{grid-template-columns:1fr;}
.servicos-header{display:block;}
.sobre-card{position:relative;left:auto;bottom:auto;margin-top:-50px;margin-left:18px;margin-right:18px;}
.sobre-img img{height:380px;}
.stats-card,.region-card{padding:30px 24px;}
.region-card h2{font-size:34px;}
.cta{padding:72px 0;}
.cta h2{font-size:34px;}
.phone-screen{min-height:500px;}
.float-whats{width:58px;height:58px;right:18px;bottom:18px;}
}

/* Ajustes para páginas físicas */
.page-main{margin-top:94px;}
.page-main .section:first-child{padding-top:110px;}


/* === AJUSTE MOBILE / COMPONENTES RESTAURADOS - 2026-06-01 === */

/* bloco original 3 */

/* FAQ - PERGUNTAS FREQUENTES */
.faq-section{
  background:linear-gradient(180deg,#0F4C3A 0%, #083b2d 100%);
  padding:105px 0;
  position:relative;
  overflow:hidden;
}

.faq-section::before{
  content:'';
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  background:rgba(245,124,0,.16);
  left:-140px;
  top:-170px;
}

.faq-section::after{
  content:'';
  position:absolute;
  width:320px;
  height:320px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  right:-120px;
  bottom:-130px;
}

.faq-wrap{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:54px;
  align-items:start;
}

.faq-title-box{
  color:#fff;
  position:sticky;
  top:120px;
}

.faq-title-box .section-kicker{
  background:rgba(245,124,0,.18);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
}

.faq-title-box h2{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:48px;
  line-height:1.06;
  margin:18px 0 20px;
  color:#fff;
}

.faq-title-box p{
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,.78);
  max-width:420px;
}

.faq-list{
  display:grid;
  gap:16px;
}

.faq-item{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(0,0,0,.14);
  backdrop-filter:blur(12px);
  transition:.3s ease;
}

.faq-item:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.13);
}

.faq-question{
  width:100%;
  background:transparent;
  border:0;
  color:#fff;
  padding:24px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  text-align:left;
  cursor:pointer;
  font-family:'Poppins',sans-serif;
  font-size:18px;
  font-weight:700;
}

.faq-question span{
  max-width:680px;
}

.faq-icon{
  min-width:38px;
  width:38px;
  height:38px;
  border-radius:50%;
  background:var(--destaque);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  line-height:1;
  transition:.3s ease;
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}

.faq-answer-inner{
  padding:0 26px 26px;
  color:rgba(255,255,255,.78);
  font-size:15.5px;
  line-height:1.8;
}

.faq-item.active{
  background:rgba(255,255,255,.16);
  border-color:rgba(245,124,0,.35);
}

.faq-item.active .faq-icon{
  transform:rotate(45deg);
  background:#fff;
  color:var(--principal);
}

.faq-cta{
  margin-top:26px;
  background:#fff;
  border-radius:26px;
  padding:28px;
  box-shadow:0 24px 70px rgba(0,0,0,.18);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}

.faq-cta strong{
  display:block;
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:28px;
  color:var(--principal);
  margin-bottom:6px;
}

.faq-cta p{
  color:#606060;
  font-size:14.5px;
  line-height:1.6;
}

.faq-cta .btn{
  white-space:nowrap;
}

@media(max-width:950px){
  .faq-wrap{
    grid-template-columns:1fr;
    gap:38px;
  }

  .faq-title-box{
    position:relative;
    top:auto;
  }

  .faq-title-box h2{
    font-size:38px;
  }

  .faq-cta{
    flex-direction:column;
    align-items:flex-start;
  }

  .faq-cta .btn{
    width:100%;
  }
}

@media(max-width:620px){
  .faq-section{
    padding:78px 0;
  }

  .faq-question{
    padding:21px 20px;
    font-size:16px;
  }

  .faq-answer-inner{
    padding:0 20px 22px;
    font-size:14.5px;
  }

  .faq-icon{
    width:34px;
    height:34px;
    min-width:34px;
    font-size:23px;
  }

  .faq-title-box h2{
    font-size:34px;
  }
}


/* bloco original 4 */

/* LOCALIZAÇÃO */
.localizacao-section{
  background:#fff;
  padding:105px 0;
  position:relative;
  overflow:hidden;
}

.localizacao-section::before{
  content:'';
  position:absolute;
  width:360px;
  height:360px;
  border-radius:50%;
  background:rgba(245,124,0,.10);
  left:-120px;
  top:-120px;
}

.localizacao-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:42px;
  align-items:stretch;
}

.localizacao-card{
  background:linear-gradient(135deg,#0F4C3A,#083528);
  color:#fff;
  border-radius:32px;
  padding:44px;
  box-shadow:0 24px 70px rgba(15,76,58,.20);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.localizacao-card .section-kicker{
  background:rgba(245,124,0,.20);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
}

.localizacao-card h2{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:46px;
  line-height:1.06;
  margin:18px 0 18px;
}

.localizacao-card p{
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,.82);
  margin-bottom:26px;
}

.location-info{
  display:grid;
  gap:14px;
  margin-bottom:30px;
}

.location-info div{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:16px 18px;
}

.location-info strong{
  display:block;
  font-size:14px;
  color:rgba(255,255,255,.72);
  margin-bottom:4px;
}

.location-info span{
  font-size:16px;
  font-weight:600;
  color:#fff;
}

.localizacao-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.localizacao-actions .btn-light{
  background:#fff;
  color:var(--principal);
}

.localizacao-actions .btn-outline{
  background:rgba(255,255,255,.12);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
}

.mapa-card{
  border-radius:32px;
  overflow:hidden;
  min-height:520px;
  box-shadow:0 24px 70px rgba(15,76,58,.14);
  border:1px solid rgba(15,76,58,.08);
  background:#f6f3ea;
}

.mapa-card iframe{
  width:100%;
  height:100%;
  min-height:520px;
  border:0;
  display:block;
}

@media(max-width:980px){
  .localizacao-grid{
    grid-template-columns:1fr;
  }

  .localizacao-card h2{
    font-size:38px;
  }

  .mapa-card,
  .mapa-card iframe{
    min-height:420px;
  }
}

@media(max-width:620px){
  .localizacao-section{
    padding:78px 0;
  }

  .localizacao-card{
    padding:30px 24px;
    border-radius:26px;
  }

  .localizacao-card h2{
    font-size:34px;
  }

  .localizacao-actions .btn{
    width:100%;
  }

  .mapa-card,
  .mapa-card iframe{
    min-height:360px;
    border-radius:24px;
  }
}


/* bloco original 10 */

/* PRODUTO EM DESTAQUE */
.produto-destaque-section{
  background:linear-gradient(180deg,#fff 0%,#f7f3e8 100%);
  padding:105px 0;
  position:relative;
  overflow:hidden;
}

.produto-destaque-section::before{
  content:'';
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  background:rgba(245,124,0,.10);
  right:-160px;
  top:-160px;
}

.produto-destaque-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
}

.produto-destaque-img{
  background:#f6bd00;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 26px 80px rgba(15,76,58,.14);
  border:1px solid rgba(15,76,58,.08);
}

.produto-destaque-img img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}

.produto-destaque-content .section-kicker{
  background:rgba(245,124,0,.12);
  color:var(--destaque);
}

.produto-destaque-content h2{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:50px;
  line-height:1.06;
  color:var(--principal);
  margin:18px 0 22px;
}

.produto-destaque-content p{
  font-size:17px;
  line-height:1.85;
  color:#444;
  margin-bottom:20px;
}

.produto-destaque-list{
  display:grid;
  gap:12px;
  margin:28px 0 34px;
}

.produto-destaque-list div{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--principal);
  font-weight:700;
  font-size:16px;
}

.produto-destaque-list span{
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(20,184,91,.12);
  color:#14b85b;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.produto-destaque-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

@media(max-width:900px){
  .produto-destaque-grid{
    grid-template-columns:1fr;
    gap:38px;
  }

  .produto-destaque-content h2{
    font-size:40px;
  }
}

@media(max-width:620px){
  .produto-destaque-section{
    padding:78px 0;
  }

  .produto-destaque-img{
    border-radius:26px;
  }

  .produto-destaque-content h2{
    font-size:34px;
  }

  .produto-destaque-content p{
    font-size:15.5px;
    line-height:1.75;
  }

  .produto-destaque-actions .btn{
    width:100%;
  }
}


/* bloco original 11 */

.produto-info{
  display:flex;
  flex-direction:column;
  height:100%;
}

.produto-info .produto-btn{
  margin-top:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:999px;
  background:linear-gradient(135deg,#ff8a00,#f97316);
  color:#fff !important;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  transition:.25s ease;
  box-shadow:0 10px 28px rgba(249,115,22,.24);
}

.produto-info .produto-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(249,115,22,.34);
}

@media(max-width:768px){
  .produto-info .produto-btn{
    width:100%;
    padding:15px 20px;
  }
}


/* bloco original 12 */

/* ALINHAMENTO FINAL DOS BOTÕES DOS PRODUTOS */
.produto-slide{
  display:flex !important;
  flex-direction:column !important;
  height:auto !important;
}

.produto-info{
  flex:1 !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:230px !important;
}

.produto-info h3{
  min-height:78px !important;
  display:flex !important;
  align-items:flex-start !important;
}

.produto-info .produto-btn{
  margin-top:auto !important;
  width:100% !important;
  min-height:56px !important;
  padding:15px 22px !important;
  border-radius:999px !important;
  text-align:center !important;
}

@media(max-width:760px){
  .produto-info{
    min-height:215px !important;
  }

  .produto-info h3{
    min-height:auto !important;
  }
}


/* bloco original 13 */

/* PÁGINAS ESPECÍFICAS DE SERVIÇOS */
.service-card-link{
  color:inherit !important;
  text-decoration:none !important;
  display:block !important;
  height:100% !important;
}

.service-card-link:hover .service-card,
.service-card-link:hover{
  text-decoration:none !important;
}

.service-page{
  display:none;
  background:#fff;
}

.service-page.active{
  display:block;
}

.service-hero{
  padding:150px 0 90px;
  background:linear-gradient(135deg,#0F4C3A 0%, #083528 100%);
  color:#fff;
  position:relative;
  overflow:hidden;
}

.service-hero::before{
  content:'';
  position:absolute;
  width:430px;
  height:430px;
  border-radius:50%;
  background:rgba(245,124,0,.16);
  right:-140px;
  top:-160px;
}

.service-hero .container{
  position:relative;
  z-index:2;
}

.service-breadcrumb{
  display:inline-flex;
  gap:10px;
  align-items:center;
  background:linear-gradient(135deg,#ff8a00 0%, #ff6a00 100%);
  color:#fff !important;
  border:none;
  border-radius:999px;
  padding:14px 28px;
  font-size:15px;
  font-weight:800;
  margin-bottom:34px;
  text-decoration:none !important;
  box-shadow:0 14px 35px rgba(255,106,0,.35);
  transition:all .25s ease;
}

.service-breadcrumb:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(255,106,0,.45);
  filter:brightness(1.03);
}

.service-hero h1{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:56px;
  line-height:1.06;
  max-width:900px;
  margin-bottom:22px;
}

.service-hero p{
  max-width:820px;
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,.84);
}

.service-content{
  padding:90px 0;
}

.service-content-grid{
  display:grid;
  grid-template-columns:1.1fr .55fr;
  gap:48px;
  align-items:start;
}

.service-article{
  display:grid;
  gap:32px;
}

.service-block{
  background:#f7f3e8;
  border:1px solid rgba(15,76,58,.10);
  border-radius:28px;
  padding:34px;
  box-shadow:0 18px 50px rgba(15,76,58,.06);
}

.service-block h2{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:32px;
  line-height:1.15;
  color:var(--principal);
  margin-bottom:14px;
}

.service-block p,
.service-block li{
  color:#444;
  font-size:16px;
  line-height:1.8;
}

.service-block ul{
  list-style:none;
  display:grid;
  gap:10px;
  margin-top:10px;
}

.service-block li{
  position:relative;
  padding-left:30px;
}

.service-block li::before{
  content:'✓';
  position:absolute;
  left:0;
  top:0;
  width:22px;
  height:22px;
  border-radius:50%;
  background:rgba(20,184,91,.12);
  color:#14b85b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:13px;
}

.service-sidebar{
  position:sticky;
  top:120px;
  background:#fff;
  border-radius:28px;
  padding:30px;
  box-shadow:0 24px 70px rgba(15,76,58,.12);
  border:1px solid rgba(15,76,58,.08);
}

.service-sidebar h3{
  font-family:'Bricolage Grotesque',sans-serif;
  color:var(--principal);
  font-size:28px;
  line-height:1.15;
  margin-bottom:14px;
}

.service-sidebar p{
  color:#555;
  line-height:1.7;
  margin-bottom:22px;
}

.service-sidebar .btn{
  width:100%;
  justify-content:center;
  margin-bottom:12px;
}

.service-sidebar .btn-back{
  background:#f7f3e8;
  color:var(--principal);
  border:1px solid rgba(15,76,58,.10);
}

.main-site.hidden-main{
  display:none !important;
}

@media(max-width:900px){
  .service-hero{
    padding:125px 0 70px;
  }

  .service-hero h1{
    font-size:40px;
  }

  .service-content-grid{
    grid-template-columns:1fr;
  }

  .service-sidebar{
    position:relative;
    top:auto;
  }
}

@media(max-width:620px){
  .service-hero h1{
    font-size:34px;
  }

  .service-hero p{
    font-size:15.5px;
  }

  .service-block{
    padding:26px 22px;
    border-radius:24px;
  }

  .service-block h2{
    font-size:27px;
  }
}


/* bloco original 14 */

/* AJUSTE PRODUTOS EM DESTAQUE COM CALENDÁRIO */
.produto-destaque-section .destaques-wrapper{
  display:grid;
  gap:90px;
}

.produto-destaque-section .produto-destaque-grid:nth-child(even) .produto-destaque-img{
  order:2;
}

.produto-destaque-section .produto-destaque-grid:nth-child(even) .produto-destaque-content{
  order:1;
}

.produto-destaque-section .produto-destaque-img img{
  object-fit:contain !important;
}

@media(max-width:900px){
  .produto-destaque-section .produto-destaque-grid:nth-child(even) .produto-destaque-img,
  .produto-destaque-section .produto-destaque-grid:nth-child(even) .produto-destaque-content{
    order:initial;
  }

  .produto-destaque-section .destaques-wrapper{
    gap:64px;
  }
}


/* bloco original 15 */

/* PRODUTO EM DESTAQUE EM SLIDE */
.produto-destaque-section .destaque-slider-wrap{
  position:relative;
  display:block !important;
  overflow:hidden;
}

.produto-destaque-section .destaque-slide{
  display:none !important;
  opacity:0;
  transform:translateX(24px);
  transition:opacity .35s ease, transform .35s ease;
}

.produto-destaque-section .destaque-slide.active{
  display:grid !important;
  opacity:1;
  transform:translateX(0);
}

.produto-destaque-section .produto-destaque-grid:nth-child(even) .produto-destaque-img,
.produto-destaque-section .produto-destaque-grid:nth-child(even) .produto-destaque-content{
  order:initial !important;
}

.destaque-slider-controls{
  margin-top:36px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
}

.destaque-slider-btn{
  width:52px;
  height:52px;
  border:0;
  border-radius:50%;
  background:#0F4C3A;
  color:#fff;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 16px 36px rgba(15,76,58,.22);
  transition:.25s ease;
}

.destaque-slider-btn:hover{
  transform:translateY(-2px);
  background:#ff7a00;
}

.destaque-slider-dots{
  display:flex;
  gap:9px;
  align-items:center;
}

.destaque-dot{
  width:11px;
  height:11px;
  border:0;
  border-radius:999px;
  background:rgba(15,76,58,.22);
  cursor:pointer;
  transition:.25s ease;
}

.destaque-dot.active{
  width:34px;
  background:#ff7a00;
}

@media(max-width:620px){
  .destaque-slider-controls{
    margin-top:28px;
  }

  .destaque-slider-btn{
    width:46px;
    height:46px;
    font-size:30px;
  }
}


/* bloco original 16 */

/* AJUSTE DE TAMANHO DA SESSÃO EM DESTAQUE */
.produto-destaque-section .produto-destaque-grid{
    max-width: 1280px;
    margin: 0 auto;
    gap: 52px !important;
    align-items: center;
}

.produto-destaque-section .produto-destaque-img{
    max-width: 560px;
    margin: 0 auto;
}

.produto-destaque-section .produto-destaque-img img{
    width: 100%;
    max-height: 680px;
    object-fit: contain !important;
    border-radius: 34px;
}

.produto-destaque-section .produto-destaque-content h2{
    font-size: clamp(2.6rem, 5vw, 4.3rem) !important;
    line-height: 1.05 !important;
    margin-bottom: 24px !important;
}

.produto-destaque-section .produto-destaque-content p{
    font-size: 1.18rem !important;
    line-height: 1.9 !important;
}

.produto-destaque-section .produto-destaque-list{
    margin-top: 28px !important;
}

.produto-destaque-section .produto-destaque-actions{
    margin-top: 34px !important;
}

@media(max-width:1024px){
    .produto-destaque-section .produto-destaque-grid{
        gap: 40px !important;
    }

    .produto-destaque-section .produto-destaque-img{
        max-width: 470px;
    }

    .produto-destaque-section .produto-destaque-content h2{
        font-size: clamp(2.3rem, 7vw, 3.6rem) !important;
    }

    .produto-destaque-section .produto-destaque-content p{
        font-size: 1.06rem !important;
        line-height: 1.8 !important;
    }
}

@media(max-width:768px){
    .produto-destaque-section .produto-destaque-grid{
        gap: 30px !important;
    }

    .produto-destaque-section .produto-destaque-img{
        max-width: 100%;
    }

    .produto-destaque-section .produto-destaque-img img{
        max-height: 480px;
        border-radius: 28px;
    }

    .produto-destaque-section .produto-destaque-content h2{
        font-size: clamp(2rem, 9vw, 3rem) !important;
    }

    .produto-destaque-section .produto-destaque-content p{
        font-size: 1rem !important;
        line-height: 1.75 !important;
    }
}



/* === CORREÇÕES SOMENTE MOBILE === */
@media (max-width: 900px){
  body{overflow-x:hidden;}
  .header{position:sticky; top:0;}
  .nav{height:86px; padding:0;}
  .logo-menu{width:230px; height:72px; margin:0 auto; justify-content:center;}
  .logo-menu img{padding:6px 10px; object-position:center;}

  .section{padding:68px 0;}
  .section-title{font-size:36px; line-height:1.08;}
  .section-subtitle{font-size:15.5px; line-height:1.7;}

  /* Produto em destaque: manter como slide e não empilhar no mobile */
  .produto-destaque-section{padding:64px 0 !important; overflow:hidden;}
  .produto-destaque-section .destaques-wrapper{display:block !important; padding-left:18px !important; padding-right:18px !important;}
  .produto-destaque-section .destaque-slide{display:none !important;}
  .produto-destaque-section .destaque-slide.active{display:grid !important; grid-template-columns:1fr !important; gap:28px !important;}
  .produto-destaque-grid{grid-template-columns:1fr !important; gap:28px !important; padding:0 !important;}
  .produto-destaque-img{border-radius:26px !important; max-height:360px !important; overflow:hidden !important; display:flex !important; align-items:center !important; justify-content:center !important;}
  .produto-destaque-img img{width:100% !important; max-height:360px !important; object-fit:contain !important; object-position:center !important;}
  .produto-destaque-content h2{font-size:36px !important; line-height:1.1 !important;}
  .produto-destaque-content p{font-size:16px !important; line-height:1.72 !important;}
  .produto-destaque-list{gap:10px !important; margin:22px 0 24px !important;}
  .produto-destaque-list div{font-size:15.5px !important;}
  .produto-destaque-actions{display:grid !important; grid-template-columns:1fr !important; gap:12px !important;}
  .produto-destaque-actions .btn{width:100% !important;}
  .destaque-slider-controls{margin-top:24px !important;}

  /* Slider de produtos: cards em carrossel, sem cortar tanto e com imagem menor */
  .produtos-section{padding:68px 0 !important;}
  .produtos-header{display:block !important; margin-bottom:28px !important;}
  .produtos-slider-wrap{overflow:hidden !important;}
  .produtos-slider{gap:18px !important; padding:8px 10px 24px !important; scroll-padding-left:10px;}
  .produto-slide{flex:0 0 82% !important; border-radius:28px !important;}
  .produto-img{height:250px !important; padding:12px !important;}
  .produto-img img{object-fit:contain !important; max-height:100% !important;}
  .produto-info{padding:20px 20px 24px !important;}
  .produto-info h3{font-size:25px !important; line-height:1.12 !important; word-break:normal !important; overflow-wrap:normal !important;}
  .produto-info .produto-btn{width:100% !important; font-size:15px !important; padding:13px 16px !important;}
  .slider-btn{top:42% !important; width:48px !important; height:48px !important; font-size:30px !important;}
  .slider-prev{left:14px !important;}
  .slider-next{right:14px !important;}

  /* FAQ: voltar para cards sanfonados, sem aparência de botão padrão */
  .faq-section{padding:68px 0 !important; background:linear-gradient(180deg,#0F4C3A 0%, #083b2d 100%) !important;}
  .faq-wrap{grid-template-columns:1fr !important; gap:30px !important;}
  .faq-title-box{position:relative !important; top:auto !important;}
  .faq-title-box h2{font-size:36px !important;}
  .faq-title-box p{font-size:15.5px !important; line-height:1.72 !important;}
  .faq-item{border-radius:22px !important; overflow:hidden !important; background:#fff !important; margin-bottom:14px !important; box-shadow:0 14px 34px rgba(0,0,0,.08) !important;}
  .faq-question{appearance:none !important; -webkit-appearance:none !important; width:100% !important; border:0 !important; background:#fff !important; color:var(--principal) !important; display:flex !important; align-items:center !important; justify-content:space-between !important; gap:16px !important; padding:20px 18px !important; text-align:left !important; font-family:'Poppins',sans-serif !important; font-weight:700 !important; font-size:16px !important; line-height:1.35 !important; cursor:pointer !important;}
  .faq-question span{display:block !important; flex:1 !important;}
  .faq-icon{width:34px !important; height:34px !important; min-width:34px !important; border-radius:50% !important; background:rgba(245,124,0,.12) !important; color:var(--destaque) !important; display:flex !important; align-items:center !important; justify-content:center !important; font-size:22px !important; font-weight:800 !important;}
  .faq-answer{overflow:hidden !important; max-height:0; transition:max-height .3s ease !important;}
  .faq-item.active .faq-answer{max-height:420px !important;}
  .faq-answer-inner{padding:0 18px 22px !important; font-size:15.5px !important; line-height:1.72 !important; color:#4f4f4f !important;}
  .faq-cta{display:grid !important; grid-template-columns:1fr !important; gap:18px !important; padding:22px !important; border-radius:24px !important;}
  .faq-cta .btn{width:100% !important;}

  /* Localização: botões visíveis e mapa organizado */
  .localizacao-section{padding:68px 0 !important;}
  .localizacao-grid{grid-template-columns:1fr !important; gap:24px !important;}
  .localizacao-card{padding:28px 22px !important; border-radius:28px !important;}
  .localizacao-card h2{font-size:36px !important; line-height:1.1 !important;}
  .localizacao-card p{font-size:15.5px !important; line-height:1.7 !important;}
  .location-info{gap:14px !important; margin:22px 0 !important;}
  .location-info div{padding:16px !important; border-radius:18px !important;}
  .localizacao-actions{display:grid !important; grid-template-columns:1fr !important; gap:12px !important; margin-top:20px !important;}
  .localizacao-actions .btn,
  .localizacao-actions a{display:flex !important; align-items:center !important; justify-content:center !important; width:100% !important; min-height:52px !important; border-radius:999px !important; padding:14px 18px !important; font-weight:700 !important; text-decoration:none !important; text-align:center !important; font-size:15.5px !important;}
  .btn-light{background:#fff !important; color:var(--principal) !important; border:1px solid rgba(255,255,255,.36) !important;}
  .btn-outline{background:transparent !important; color:#fff !important; border:1.6px solid rgba(255,255,255,.55) !important;}
  .mapa-card{border-radius:26px !important; overflow:hidden !important; min-height:320px !important; box-shadow:0 22px 60px rgba(15,76,58,.14) !important;}
  .mapa-card iframe{width:100% !important; height:320px !important; display:block !important; border:0 !important;}

  /* Páginas internas de serviços no mobile */
  .page-main{margin-top:0 !important;}
  .service-page{display:block !important;}
  .service-hero{padding:56px 0 54px !important; margin-top:0 !important;}
  .service-breadcrumb{margin-bottom:24px !important;}
  .service-hero h1{font-size:34px !important; line-height:1.1 !important; letter-spacing:-.4px !important;}
  .service-hero p{font-size:15.8px !important; line-height:1.72 !important; max-width:100% !important;}
  .service-content{padding:58px 0 !important;}
  .service-content-grid{grid-template-columns:1fr !important; gap:26px !important;}
  .service-article{gap:22px !important;}
  .service-block{padding:24px 20px !important; border-radius:24px !important;}
  .service-block h2{font-size:28px !important; line-height:1.16 !important;}
  .service-block p,
  .service-block li{font-size:15.8px !important; line-height:1.72 !important;}
  .service-block ul{padding-left:20px !important;}
  .service-sidebar{position:relative !important; top:auto !important; padding:24px 20px !important; border-radius:24px !important;}
  .service-sidebar h3{font-size:26px !important;}
  .service-sidebar .btn{width:100% !important; margin-bottom:12px !important;}

  .cta{padding:62px 0 !important;}
  .cta h2{font-size:32px !important;}
  .footer{padding:54px 0 28px !important;}
}

@media (max-width: 520px){
  .container{padding-left:18px !important; padding-right:18px !important;}
  .produto-slide{flex-basis:84% !important;}
  .produto-img{height:230px !important;}
  .produto-destaque-img{max-height:320px !important;}
  .produto-destaque-img img{max-height:320px !important;}
  .produto-destaque-content h2{font-size:32px !important;}
  .faq-title-box h2,
  .localizacao-card h2{font-size:32px !important;}
  .service-hero h1{font-size:31px !important;}
  .float-whats{width:56px !important; height:56px !important; right:16px !important; bottom:18px !important;}
}

/* === AJUSTE FINAL MOBILE: LOGO À ESQUERDA, MENU VISÍVEL E SEM ESPAÇO EXTRA === */
@media (max-width: 900px){
  .header{
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: rgb(250 251 246 / 96%) !important;
  }

  .nav{
    height: auto !important;
    min-height: 108px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 8px !important;
    padding-top: 10px !important;
    padding-bottom: 8px !important;
  }

  .logo-menu{
    width: 190px !important;
    height: 58px !important;
    margin: 0 !important;
    justify-content: flex-start !important;
  }

  .logo-menu img{
    width: 100% !important;
    height: 100% !important;
    object-position: left center !important;
    padding: 4px 8px !important;
  }

  .menu{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 2px 0 4px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .menu::-webkit-scrollbar{display:none !important;}

  .menu a{
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: var(--principal) !important;
    background: rgba(15,76,58,.08) !important;
    border-radius: 999px !important;
    padding: 9px 12px !important;
    white-space: nowrap !important;
  }

  .menu .btn-menu{
    display: none !important;
  }

  .hero{
    margin-top: 0 !important;
  }
}

@media (max-width: 520px){
  .nav{
    min-height: 104px !important;
    padding-top: 9px !important;
  }

  .logo-menu{
    width: 178px !important;
    height: 54px !important;
  }

  .menu a{
    font-size: 12.5px !important;
    padding: 8px 11px !important;
  }
}

/* === AJUSTE MOBILE FINAL: MENU HAMBÚRGUER SUSPENSO === */
.menu-toggle{display:none;}

@media (max-width: 900px){
  .header{
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    background: rgb(250 251 246 / 97%) !important;
    border-bottom: 1px solid rgba(15,76,58,.08) !important;
  }

  .nav{
    position: relative !important;
    height: 88px !important;
    min-height: 88px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .logo-menu{
    width: 178px !important;
    height: 62px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 0 0 auto !important;
  }

  .logo-menu img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: left center !important;
    padding: 4px 8px !important;
  }

  .menu-toggle{
    display: inline-flex !important;
    width: 54px !important;
    height: 54px !important;
    flex: 0 0 54px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 7px !important;
    border: 0 !important;
    background: transparent !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin-left: auto !important;
  }

  .menu-toggle span{
    display: block !important;
    width: 34px !important;
    height: 4px !important;
    border-radius: 999px !important;
    background: #4f453d !important;
    transition: transform .25s ease, opacity .25s ease !important;
  }

  .menu-toggle.active span:nth-child(1){transform: translateY(11px) rotate(45deg) !important;}
  .menu-toggle.active span:nth-child(2){opacity: 0 !important;}
  .menu-toggle.active span:nth-child(3){transform: translateY(-11px) rotate(-45deg) !important;}

  .menu{
    position: absolute !important;
    top: 88px !important;
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
    max-height: calc(100vh - 110px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 18px !important;
    background: #fffaf2 !important;
    border: 1px solid rgba(15,76,58,.10) !important;
    border-radius: 24px !important;
    box-shadow: 0 24px 60px rgba(15,76,58,.18) !important;
    z-index: 100000 !important;
    scrollbar-width: none !important;
  }

  .menu::-webkit-scrollbar{display:none !important;}

  .menu.active,
  .menu.is-open{
    display: flex !important;
  }

  .menu a{
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    color: var(--principal) !important;
    background: rgba(15,76,58,.07) !important;
    border-radius: 999px !important;
    padding: 15px 18px !important;
  }

  .menu .btn-menu{
    display: flex !important;
    background: var(--principal) !important;
    color: #fff !important;
    box-shadow: 0 14px 32px rgba(15,76,58,.18) !important;
  }

  .hero{margin-top: 0 !important;}
}

@media (max-width: 520px){
  .nav{
    height: 82px !important;
    min-height: 82px !important;
  }

  .logo-menu{
    width: 168px !important;
    height: 58px !important;
  }

  .menu{
    top: 82px !important;
    left: 14px !important;
    right: 14px !important;
    padding: 16px !important;
  }
}
