/*
Theme Name: Aria54
Theme URI: https://site-jv9cu.exemplo.com.br
Author: SiteForge
Description: Tema institucional gerado para NICANOR BOEIRA. Identidade: topbar / editorial / editorial / institucional.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: aria54
*/

@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600;700&family=Work+Sans:wght@400;500;700&display=swap");
:root { --primary:165 60% 25%; --max:960px; --pad:120px; --gap:64px; --rad:0px; }
body, .lv36-page { font-family: "Work Sans", system-ui, sans-serif; }
h1,h2,h3,h4 { font-family: "Space Grotesk", Georgia, serif; }
.lv36-page { max-width: var(--max); margin: 0 auto; padding: var(--pad) 24px; }
.lv36-page > * + * { margin-top: var(--gap); }
.cta { display:inline-block; padding:14px 26px; border-radius: var(--rad); background: var(--primary); color:#fff; text-decoration:none; font-weight:600; }
.cta-ghost { background:transparent; color:var(--primary); border:1px solid var(--primary); }
.cta-pill { border-radius:999px; }
.cta-underline { background:none; color:var(--primary); padding:0; }
.cta-shadow { background:var(--primary); border:0; box-shadow:0 12px 30px 165 60% 25%55; cursor:pointer; }
.lv36-nav { display:flex; align-items:center; gap:24px; padding:18px 24px; border-bottom:1px solid #0001; }
.lv36-nav ul { display:flex; gap:18px; list-style:none; padding:0; margin:0; }
.lv36-nav a { text-decoration:none; color:inherit; }
.lv36-nav--side { flex-direction:column; align-items:flex-start; width:240px; min-height:100vh; float:left; }
.lv36-nav--center { justify-content:center; flex-direction:column; }
.lv36-nav--split { justify-content:space-between; }
.lv36-hero { padding:80px 24px; }
.lv36-hero--ir { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.lv36-hero--split { display:grid; grid-template-columns:1fr 1fr; gap:0; }
.lv36-hero--video video { width:100%; height:520px; object-fit:cover; }
.lv36-eyebrow { letter-spacing:.18em; text-transform:uppercase; font-size:12px; color:var(--primary); }
.lv36-timeline-list { list-style:none; padding:0; display:grid; gap:20px; }
.lv36-gov-grid, .lv36-dep-grid, .lv36-partners-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:20px; }
.lv36-certs-list { display:flex; gap:12px; flex-wrap:wrap; list-style:none; padding:0; }
.lv36-certs-list li { padding:10px 16px; border:1px solid #0002; border-radius:var(--rad); }
.lv36-contact form { display:grid; gap:12px; max-width:560px; }
.lv36-contact input, .lv36-contact textarea { padding:12px; border:1px solid #0003; border-radius:var(--rad); font:inherit; }
.lv36-contact button { padding:14px 20px; background:var(--primary); color:#fff; border:0; border-radius:var(--rad); cursor:pointer; }
.lv36-site-footer { padding:48px 24px; background:#0a0a0a; color:#eee; }
.lv36-site-footer a { color:#fff; }
.legal-sec { margin:24px 0; }


:root{
  --bg:160 12% 98%;--text:160 30% 13%;--primary:165 60% 25%;
  --accent:0 0% 18%;--surface:160 18% 94%;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans', sans-serif;background:hsl(var(--bg));color:hsl(var(--text));line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.container-narrow{max-width:880px;margin:0 auto;padding:0 1.5rem}
h1,h2,h3,h4{font-family:'DM Serif Display', serif;color:hsl(var(--text));line-height:1.1;letter-spacing:-0.02em;font-weight:700}
h1{font-size:clamp(2.1rem,5.2vw,3.6rem)}
h2{font-size:clamp(1.6rem,3.6vw,2.4rem);margin-bottom:1rem}
h3{font-size:1.18rem;margin-bottom:.5rem;letter-spacing:-0.01em}
p{color:hsl(var(--text)/0.78)}
a:hover{color:hsl(var(--primary))}
.eyebrow{color:hsl(var(--primary));font-size:.85rem;font-weight:600;letter-spacing:.04em;margin-bottom:.75rem;display:inline-block}
.hl{color:hsl(var(--primary))}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;background:hsl(var(--primary));color:#fff;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;font-family:inherit;font-size:.95rem;transition:transform .15s,opacity .15s}
.btn:hover{opacity:.92;color:#fff;transform:translateY(-1px)}
.btn-outline{background:transparent;color:hsl(var(--text));border:1px solid hsl(var(--text)/0.15)}
.btn-outline:hover{color:hsl(var(--text));border-color:hsl(var(--text)/0.3)}
.btn-ghost{background:transparent;color:hsl(var(--primary));border:none;padding:.5rem 0;font-weight:600}
.btn-ghost:hover{text-decoration:underline}
.arr{display:inline-block;width:14px;height:14px;background:currentColor;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><line x1='5' y1='12' x2='19' y2='12'/><polyline points='12 5 19 12 12 19'/></svg>") center/contain no-repeat}

/* HEADER */
header.site-header{position:sticky;top:0;z-index:50;background:hsl(var(--bg)/0.94);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--text)/0.07)}
header .container{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.85rem 1.5rem}
.brand{display:flex;align-items:center;gap:.7rem;font-weight:700;font-size:1rem;letter-spacing:.01em}
.brand img{height:36px;width:36px;border-radius:8px;object-fit:cover}
.brand-mono{height:36px;width:36px;border-radius:8px;background:hsl(var(--primary));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;font-family:'DM Serif Display', serif}
nav.main-nav{display:flex;gap:1.5rem;align-items:center}
nav.main-nav a{color:hsl(var(--text)/0.72);font-weight:500;font-size:.94rem;padding:.4rem 0;position:relative}
nav.main-nav a.active,nav.main-nav a:hover{color:hsl(var(--primary))}
nav.main-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:hsl(var(--primary));border-radius:2px}
.menu-toggle{display:none;background:transparent;border:1px solid hsl(var(--text)/0.15);border-radius:.45rem;padding:.5rem .6rem;cursor:pointer;color:hsl(var(--text))}
.menu-toggle span{display:block;width:18px;height:2px;background:hsl(var(--text));margin:4px 0;border-radius:2px}

/* HERO */
.hero{padding:6rem 0 5rem;background:hsl(var(--bg))}
.hero .container{text-align:center;}
.pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem;background:hsl(var(--bg));border:1px solid hsl(var(--text)/0.1);border-radius:999px;font-size:.8rem;color:hsl(var(--text)/0.75);font-weight:500;margin-bottom:1.5rem}
.pill::before{content:"";width:6px;height:6px;border-radius:50%;background:hsl(var(--primary))}
.hero h1{margin-bottom:1.25rem;max-width:780px;margin-left:auto;margin-right:auto;font-size:clamp(2.4rem,6vw,4rem);}
.hero .lead{font-size:1.08rem;max-width:560px;margin:0 auto 2rem;line-height:1.55}
.hero-cta{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;}
.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}
.hero-img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:1rem;box-shadow:0 30px 60px -25px hsl(var(--primary)/0.28)}
.hero-stats-inline{display:flex;gap:3rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid hsl(var(--text)/0.1);flex-wrap:wrap;justify-content:center;}
.hero-stat .lbl{font-size:.72rem;color:hsl(var(--text)/0.55);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.3rem;font-weight:600}
.hero-stat .num{font-family:'DM Serif Display', serif;font-size:1.85rem;font-weight:700}

/* BREADCRUMB */
.bc{padding:1rem 0;font-size:.85rem;color:hsl(var(--text)/0.6)}
.bc a{color:hsl(var(--text)/0.6)}
.bc .sep{margin:0 .5rem;opacity:.5}
.bc .home::before{content:"⌂ ";color:hsl(var(--primary));font-weight:700}

/* PAGE HEAD */
.page-head{padding:3rem 0 3.5rem;background:linear-gradient(180deg,hsl(var(--surface)),transparent);border-bottom:1px solid hsl(var(--text)/0.05)}
.page-head .lead{font-size:1.05rem;max-width:680px;margin-top:1.25rem}

/* SECTIONS */
.section{padding:4.5rem 0}
.section-alt{background:hsl(var(--surface)/0.55)}
.section-head{margin-bottom:2.5rem;text-align:center;}
.section-head .ghost{margin-top:.5rem}

/* CARDS */
.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}
.card{padding:1.75rem;border-radius:1rem;background:hsl(var(--bg));border:1px solid hsl(var(--text)/0.05);box-shadow:none;transition:transform .2s,border-color .2s}
.card:hover{transform:translateY(-2px);border-color:hsl(var(--primary)/0.3)}
.card .ic{width:46px;height:46px;border-radius:.65rem;background:hsl(var(--accent)/0.18);color:hsl(var(--primary));display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}
.card .num-prefix{font-family:'DM Serif Display', serif;color:hsl(var(--primary)/0.7);font-size:.85rem;font-weight:600;margin-bottom:.5rem;letter-spacing:.05em}
.card p{font-size:.94rem;line-height:1.55;color:hsl(var(--text)/0.72)}
.card .meta{margin-top:1rem;padding-top:1rem;border-top:1px solid hsl(var(--text)/0.06);font-size:.82rem;color:hsl(var(--text)/0.55);display:flex;align-items:center;gap:.4rem}
.card .meta::before{content:"";width:6px;height:6px;border-radius:50%;background:hsl(var(--primary)/0.6)}

/* SERVICE CARDS COM IMAGEM */
.svc-card{border-radius:1rem;overflow:hidden;background:hsl(var(--bg));border:1px solid hsl(var(--text)/0.08);transition:transform .2s,box-shadow .2s}
.svc-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px -20px hsl(var(--primary)/0.25)}
.svc-card img{aspect-ratio:16/10;object-fit:cover;width:100%}
.svc-card .body{padding:1.5rem 1.5rem 1.75rem}
.svc-card h3{margin-bottom:.5rem}
.svc-card p{font-size:.93rem}

/* STATS */
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem;text-align:left;background:hsl(var(--bg));padding:2.5rem;border-radius:1rem;border:1px solid hsl(var(--text)/0.07)}
.stats-grid .num{font-family:'DM Serif Display', serif;font-size:2.4rem;color:hsl(var(--primary));font-weight:700;line-height:1}
.stats-grid .lbl{font-size:.75rem;color:hsl(var(--text)/0.6);text-transform:uppercase;letter-spacing:.08em;margin-top:.5rem;font-weight:600}

/* ABOUT */
.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:start}
.about-img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:1rem}
.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-top:1.5rem}
.value{padding:1rem 1.25rem;background:hsl(var(--surface)/0.7);border-left:3px solid hsl(var(--primary));border-radius:.4rem;font-weight:500;font-size:.95rem}
.mv-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.25rem;margin-top:2rem}
@media(max-width:768px){.mv-grid{grid-template-columns:1fr}}

/* TEAM */
.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}
.team-card{background:hsl(var(--bg));border:1px solid hsl(var(--text)/0.08);border-radius:1rem;padding:1.5rem;text-align:left}
.team-avatar{width:56px;height:56px;border-radius:50%;background:hsl(var(--primary));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:'DM Serif Display', serif;font-size:1.3rem;margin-bottom:1rem}
.team-card .area{color:hsl(var(--primary));font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem}
.team-card h4{font-family:'DM Serif Display', serif;font-size:1.05rem;margin-bottom:.2rem}
.team-card .role{font-size:.85rem;color:hsl(var(--text)/0.6);margin-bottom:.75rem}
.team-card p{font-size:.88rem;line-height:1.5}

/* TIMELINE */
.tl{display:grid;gap:1rem;margin-top:1.5rem}
.tl-item{display:grid;grid-template-columns:140px 1fr;gap:1.5rem;padding:1.25rem 1.5rem;background:hsl(var(--bg));border:1px solid hsl(var(--text)/0.07);border-left:4px solid hsl(var(--primary));border-radius:.65rem}
.tl-item .fase{font-family:'DM Serif Display', serif;color:hsl(var(--primary));font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.06em}
.tl-item h4{font-family:'DM Serif Display', serif;font-size:1rem;margin-bottom:.3rem}
.tl-item p{font-size:.9rem}
@media(max-width:600px){.tl-item{grid-template-columns:1fr;gap:.4rem}}

/* TESTIMONIALS */
.tst-wrap{position:relative}
.tst-track{display:flex;overflow:hidden;border-radius:1rem;background:hsl(var(--bg));border:1px solid hsl(var(--text)/0.07)}
.tst-slide{min-width:100%;padding:2.5rem 2.5rem 2rem;display:none;flex-direction:column;gap:1.5rem}
.tst-slide.active{display:flex}
.tst-slide blockquote{font-size:1.15rem;line-height:1.55;color:hsl(var(--text)/0.85);font-family:'DM Serif Display', serif;font-weight:500;letter-spacing:-0.01em}
.tst-author{padding-top:1.25rem;border-top:1px solid hsl(var(--text)/0.08)}
.tst-author .nm{font-weight:700;font-size:.95rem}
.tst-author .rl{font-size:.85rem;color:hsl(var(--text)/0.6);margin-top:.15rem}
.tst-dots{display:flex;gap:.4rem;justify-content:center;margin-top:1.25rem}
.tst-dot{width:8px;height:8px;border-radius:50%;background:hsl(var(--text)/0.18);border:none;cursor:pointer;padding:0;transition:all .2s}
.tst-dot.active{background:hsl(var(--primary));width:28px;border-radius:8px}

/* FAQ */
.faq{max-width:780px;margin:0 auto;display:grid;gap:.75rem}
.faq details{background:hsl(var(--bg));border:1px solid hsl(var(--text)/0.08);border-radius:.65rem;padding:0;overflow:hidden}
.faq summary{padding:1.1rem 1.25rem;cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:.98rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.4rem;color:hsl(var(--primary));font-weight:400;transition:transform .2s}
.faq details[open] summary::after{content:"−"}
.faq details p{padding:0 1.25rem 1.25rem;font-size:.94rem;color:hsl(var(--text)/0.72)}

/* BLOG */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.5rem}
.blog-card{background:hsl(var(--bg));border:1px solid hsl(var(--text)/0.08);border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s}
.blog-card:hover{transform:translateY(-3px)}
.blog-card .cover{aspect-ratio:16/9;background:linear-gradient(135deg,hsl(var(--primary)/0.7),hsl(var(--accent)/0.6));position:relative}
.blog-card .cover::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%, transparent, rgba(0,0,0,.15))}
.blog-card .body{padding:1.4rem 1.5rem 1.6rem;flex:1;display:flex;flex-direction:column;gap:.75rem}
.blog-meta{display:flex;gap:.75rem;font-size:.78rem;color:hsl(var(--text)/0.55);align-items:center}
.blog-meta .cat{color:hsl(var(--primary));font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.blog-card h3{font-size:1.1rem;line-height:1.3}
.blog-card p{font-size:.9rem;flex:1}

/* CTA BANNER */
.cta-banner{background:hsl(var(--primary));color:#fff;padding:3.5rem 0;text-align:center}
.cta-banner h2{color:#fff;margin-bottom:.75rem}
.cta-banner p{color:rgba(255,255,255,.85);max-width:540px;margin:0 auto 1.75rem;font-size:1.02rem}
.cta-banner .btn{background:#fff;color:hsl(var(--primary))}
.cta-banner .btn:hover{background:#fff;color:hsl(var(--primary));opacity:.9}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.contact-info > div{padding:1.1rem 0;border-bottom:1px solid hsl(var(--text)/0.07);display:grid;grid-template-columns:140px 1fr;gap:1rem;font-size:.94rem}
.contact-info > div:last-child{border:none}
.contact-info strong{color:hsl(var(--text)/0.55);font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;padding-top:.15rem}
form.contact-form{background:hsl(var(--bg));padding:2rem;border-radius:1rem;border:1px solid hsl(var(--text)/0.08)}
form.contact-form label{font-size:.82rem;font-weight:600;color:hsl(var(--text)/0.7);margin-bottom:.4rem;display:block}
form.contact-form input,form.contact-form textarea,form.contact-form select{width:100%;padding:.8rem 1rem;border:1px solid hsl(var(--text)/0.13);border-radius:.5rem;margin-bottom:1.1rem;font-family:inherit;font-size:.95rem;background:hsl(var(--bg));color:hsl(var(--text))}
form.contact-form input:focus,form.contact-form textarea:focus,form.contact-form select:focus{outline:none;border-color:hsl(var(--primary))}
form.contact-form textarea{min-height:130px;resize:vertical}
.map{width:100%;height:280px;border:0;border-radius:1rem;margin-top:1.5rem}

/* FOOTER */
footer.site-footer{background:hsl(var(--text));color:#fff;padding:3.5rem 0 1.75rem;margin-top:0}
footer.site-footer h4{color:#fff;margin-bottom:1.1rem;font-size:.92rem;text-transform:uppercase;letter-spacing:.06em}
footer.site-footer a{color:rgba(255,255,255,.72);font-size:.9rem}
footer.site-footer a:hover{color:#fff}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.1fr;gap:2.5rem}
.footer-grid ul{list-style:none}
.footer-grid li{margin-bottom:.55rem}
.footer-brand p{color:rgba(255,255,255,.62);font-size:.88rem;margin-top:1rem;line-height:1.55}
.footer-brand .cnpj{margin-top:1.25rem;color:rgba(255,255,255,.5);font-size:.78rem;line-height:1.6}
.newsletter-form{display:flex;gap:.5rem;margin-top:.75rem}
.newsletter-form input{flex:1;padding:.7rem .9rem;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;border-radius:.45rem;font-family:inherit;font-size:.88rem}
.newsletter-form input::placeholder{color:rgba(255,255,255,.5)}
.newsletter-form button{padding:.7rem 1.1rem;background:#fff;color:hsl(var(--text));border:none;border-radius:.45rem;font-weight:600;cursor:pointer;font-family:inherit;font-size:.88rem}
.footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;flex-wrap:wrap;gap:.75rem;font-size:.8rem;color:rgba(255,255,255,.55)}

/* COOKIE BANNER (faixa inferior) */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:hsl(var(--bg));border-top:1px solid hsl(var(--text)/0.1);padding:1rem 1.5rem;display:none;z-index:100;box-shadow:0 -8px 24px -10px rgba(0,0,0,.1)}
.cookie-banner.show{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.cookie-banner p{font-size:.88rem;flex:1;min-width:280px;margin:0}
.cookie-banner a{color:hsl(var(--primary));text-decoration:underline}
.cookie-actions{display:flex;gap:.5rem}
.cookie-actions button{padding:.55rem 1rem;border-radius:.4rem;font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit;border:1px solid hsl(var(--text)/0.18);background:hsl(var(--bg));color:hsl(var(--text))}
.cookie-actions .accept{background:hsl(var(--primary));color:#fff;border-color:hsl(var(--primary))}

/* WHATSAPP & TOP */
.fab-wa{position:fixed;right:1.25rem;bottom:5rem;background:#25d366;color:#fff;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px -6px rgba(37,211,102,.55);z-index:60}
.fab-wa svg{width:28px;height:28px}
.fab-top{position:fixed;right:1.25rem;bottom:11.5rem;background:#fff;color:hsl(var(--text));width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid hsl(var(--text)/0.12);box-shadow:0 6px 18px -8px rgba(0,0,0,.18);z-index:60;cursor:pointer}

/* POLICY */
.policy{max-width:780px;margin:0 auto}
.policy p{margin-bottom:1.2rem;white-space:pre-wrap;color:hsl(var(--text)/0.78)}

/* RESPONSIVE */
@media(max-width:880px){
  .hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:2rem}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .container,.container-narrow{padding:0 1rem}
  header .container{padding:.85rem 1rem;gap:.75rem;flex-wrap:wrap;flex-direction:row !important;justify-content:space-between !important}
  nav.main-nav{order:3;flex-basis:100%;flex-direction:column;gap:0;padding:.5rem 0;border-top:1px solid hsl(var(--text)/0.08);margin-top:.4rem;display:none}
  nav.main-nav.open{display:flex}
  nav.main-nav a{padding:.7rem 0;font-size:1rem;border-bottom:1px solid hsl(var(--text)/0.05)}
  .menu-toggle{display:block}
  .hero{padding:2.5rem 0 2.5rem}
  .hero h1{font-size:2rem !important}
  .hero .lead{font-size:1rem;margin-bottom:1.5rem}
  .hero-stats-inline{gap:1.5rem;margin-top:2rem;padding-top:1.5rem}
  .hero-stat .num{font-size:1.5rem}
  .section{padding:2.75rem 0}
  .stats-grid{padding:1.75rem 1.25rem;gap:1.5rem}
  .stats-grid .num{font-size:2rem}
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .cta-banner{padding:2.5rem 0}
  .contact-info > div{grid-template-columns:1fr;gap:.25rem}
  .contact-info strong{padding-top:0}
  .map{height:230px}
  .cookie-banner{flex-direction:column;align-items:stretch;padding:1rem}
  .cookie-banner p{min-width:0}
  .cookie-actions{justify-content:stretch}
  .cookie-actions button{flex:1}
  .fab-wa{width:50px;height:50px;bottom:1rem;right:1rem}
  .fab-top{display:none}
  .tst-slide{padding:1.75rem 1.5rem}
  .tst-slide blockquote{font-size:1rem}
}

/* Estrutura padrão do tema */
body { margin:0; }
.lv36-site-main { min-height: 60vh; }
.lv36-site-main img { max-width:100%; height:auto; }
.lv36-page > h1:first-child { margin-top:0; }
