:root{
  --ouro:#D68E21;
  --ouro2:#B5731A;
  --ouro-claro:#F0B84D;
  --preto:#0d0d0c;
  --preto-suave:#18160f;
  --preto-profundo:#0a0906;
  --fundo:#faf7f1;
  --texto:#1c1a16;
  --texto-suave:#5c584f;
  --branco:#fff;
  --suave:#f1ece1;
  --borda:rgba(214,142,33,.28);
  --sombra:none;
  --sombra2:none;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overscroll-behavior-y:none}
body{font-family:'Poppins',sans-serif;background:var(--fundo);color:var(--texto);line-height:1.65;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
h1,h2,h3{font-family:'Poppins',sans-serif;line-height:1.15;letter-spacing:-.01em;text-wrap:balance}
h2{font-size:clamp(30px,3.6vw,42px);font-weight:700;color:var(--preto)}
a:focus-visible,button:focus-visible{outline:2px solid var(--ouro);outline-offset:3px;border-radius:4px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--ouro2);margin-bottom:14px}
.eyebrow:before{content:'';width:8px;height:8px;border-radius:50%;background:var(--ouro)}
.section-title-center{text-align:center;max-width:760px;margin:0 auto 12px}
.section-subtitle-center{text-align:center;max-width:680px;margin:14px auto 40px;color:var(--texto-suave)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:16px 28px;font-size:14px;font-weight:700;border:1px solid transparent;white-space:nowrap;font-family:'Poppins',sans-serif}
.btn svg{width:18px;height:18px;display:block;flex:0 0 auto}
.btn-primary{background:var(--ouro);color:var(--preto);}

.btn-outline{border-color:rgba(255,255,255,.5);color:var(--branco);background:rgba(255,255,255,.06);}

.btn-dark{background:var(--preto);color:var(--branco);transition:.2s;padding-right:10px}
.btn-dark::after{content:'';width:28px;height:28px;flex:0 0 auto;border-radius:50%;background-color:var(--ouro);border:2px solid var(--preto);background-repeat:no-repeat;background-position:center;background-size:55%;transition:.2s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 4 6v6c0 5 3.4 8.4 8 9 4.6-.6 8-4 8-9V6l-8-3Z' fill='none' stroke='%230d0d0c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.btn-dark:hover{background:var(--ouro);color:var(--preto)}
.btn-dark:hover::after{background-color:var(--preto);border-color:var(--ouro);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 4 6v6c0 5 3.4 8.4 8 9 4.6-.6 8-4 8-9V6l-8-3Z' fill='none' stroke='%23D68E21' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}

.btn-white{background:var(--branco);color:var(--ouro2);}


/* HEADER */
header{position:sticky;top:0;z-index:60;background:rgba(250,247,241,.9);border-bottom:1px solid rgba(13,13,12,.08)}
.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.header-cta{padding:13px 24px;font-size:14px;gap:8px;}
.header-cta svg{width:18px;height:18px}
.logo-header{display:flex;align-items:center}
.logo-header img{height:50px;width:auto}
.main-nav{display:flex;align-items:center;gap:30px;font-size:15.5px;font-weight:600;color:var(--preto)}
.main-nav a{position:relative;padding:4px 0}
.main-nav a:after{content:'';position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--ouro);}
.main-nav a:hover:after{width:100%}
.mobile-nav-cta{display:none}
.mobile-menu-toggle{display:none;width:46px;height:46px;border:1px solid rgba(13,13,12,.14);border-radius:14px;background:rgba(255,255,255,.7);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;}
.mobile-menu-toggle span{display:block;width:21px;height:2px;border-radius:99px;background:var(--preto);}
.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}
.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-tabbar{display:none}

/* HERO */
.hero{position:relative;min-height:740px;display:flex;align-items:center;overflow:hidden;background-image:linear-gradient(90deg,rgba(10,9,6,.92) 0%,rgba(10,9,6,.76) 34%,rgba(10,9,6,.4) 62%,rgba(10,9,6,.14) 100%),url('../img/banner-home.png');background-size:cover;background-position:70% 40%}
@media(max-width:640px){.hero{background-image:linear-gradient(180deg,rgba(10,9,6,.6) 0%,rgba(10,9,6,.75) 100%),url('../img/banner-home.png');background-position:center 25%}}
.hero-content{position:relative;z-index:2;width:min(620px,100%);padding-top:10px}
.hero h1{font-size:clamp(34px,4.2vw,56px);font-weight:700;color:var(--branco);max-width:600px;margin-bottom:22px}
.text-ouro{color:var(--ouro)}
.hero p{color:rgba(255,255,255,.88);font-size:18px;max-width:540px;margin-bottom:30px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}

/* TRUST STRIP */
.trust{padding:52px 0 8px}
.trust:has(+ .cta){padding-bottom:56px}
.trust + .cta{padding-top:120px}
.trust-carousel{display:flex;align-items:center;gap:14px;max-width:1280px;margin-inline:auto}
.trust-viewport{overflow:hidden;flex:1;min-width:0}
.trust-grid{display:flex;width:100%;gap:22px;transition:transform .4s ease}
.trust-grid-static{flex-wrap:wrap}
.trust-item{flex:0 0 calc((100% - 2*22px)/3);box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;gap:12px;background:var(--branco);border:1px solid rgba(13,13,12,.07);border-radius:18px;padding:24px;transition:.25s}
.trust-item:hover{background:var(--ouro);border-color:var(--ouro)}
.trust-item .ic{width:42px;height:42px;flex:0 0 auto;border-radius:50%;background:var(--ouro);display:grid;place-items:center;color:var(--preto)}
.trust-item .ic svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.trust-item:hover .ic{background:var(--preto);color:var(--ouro)}
.trust-item strong{display:block;font-size:15px;color:var(--preto);margin-bottom:4px}
.trust-item span{display:block;font-size:13px;color:var(--texto-suave);line-height:1.5}
.trust-item:hover span{color:rgba(13,13,12,.75)}
.trust-nav{flex:0 0 auto;width:44px;height:44px;border-radius:50%;border:1px solid rgba(13,13,12,.12);background:var(--branco);display:grid;place-items:center;color:var(--preto);cursor:pointer;transition:.2s}
.trust-nav:hover{background:var(--ouro);border-color:var(--ouro)}
.trust-nav:disabled{opacity:.35;cursor:default;pointer-events:none}
.trust-nav svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.trust-nav[hidden]{display:none}

section{padding:96px 0}

/* SOBRE */
.about-grid{display:grid;grid-template-columns:.82fr 1fr;gap:72px;align-items:center}
.about-grid-rev{grid-template-columns:1fr .82fr}
#monitoramento-titulo{color:var(--ouro2)}
.about-photo{position:relative;border-radius:28px;overflow:hidden;}
.about-photo img{width:100%;height:600px;object-fit:cover;object-position:top center}
.about-photo-square img{height:auto;aspect-ratio:1/1.12;object-position:center}
.about-photo-short img{height:460px;object-position:top center}
.about-card{position:absolute;left:22px;right:22px;bottom:22px;background:rgba(13,13,12,.72);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:16px 20px;}
.about-card strong{display:block;font-family:'Poppins';font-size:19px;color:var(--branco)}
.about-card span{font-size:12.5px;color:var(--ouro-claro)}
.about-text p{margin:18px 0 26px;color:var(--texto-suave)}
.about-text p strong{color:var(--preto)}
.about-text h1{font-size:clamp(30px,3.6vw,42px);font-weight:700;color:var(--preto)}
.features{display:grid;gap:18px;margin:28px 0 32px}
.feature{display:grid;grid-template-columns:48px 1fr;gap:15px;align-items:start}
.outline-icon{width:48px;height:48px;border:1px solid var(--ouro);border-radius:999px;display:grid;place-items:center;color:var(--ouro2);background:var(--branco)}
.outline-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.feature h3{font-size:18px;margin-bottom:3px;color:var(--preto)}
.feature p{margin:0;font-size:14px;color:var(--texto-suave)}

/* SERVICOS */
.dark{background:var(--preto-profundo);color:var(--branco);position:relative;overflow:hidden}
.dark h2{color:var(--branco);text-align:center}
.dark .eyebrow{display:flex;justify-content:center;color:var(--ouro)}
.dark .section-subtitle-center{color:rgba(255,255,255,.68)}
.servico-grupo{margin-top:56px}
.servico-grupo:first-of-type{margin-top:44px}
.servico-grupo-head{display:flex;align-items:center;gap:14px;margin-bottom:26px}
.servico-grupo-head .tag{font-family:'Poppins';font-weight:800;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--preto);background:var(--ouro);padding:7px 16px;border-radius:999px}
.servico-grupo-head .linha{flex:1;height:1px;background:rgba(255,255,255,.14)}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.service{min-height:210px;border:1px solid rgba(214,142,33,.35);border-radius:18px;padding:26px 22px;background:var(--preto);transition:.3s}
.service:hover{background:var(--ouro);border-color:var(--ouro)}
.service:hover .outline-icon{background:var(--preto);color:var(--ouro);border-color:var(--preto)}
.service:hover h3,.service:hover p{color:var(--preto)}
.service .outline-icon{background:var(--ouro);color:var(--preto);border-color:var(--ouro);margin-bottom:18px;width:44px;height:44px}
.service h3{font-size:16.5px;margin-bottom:9px;color:var(--branco)}
.service p{font-size:13px;color:rgba(255,255,255,.7)}

/* DIFERENCIAIS */
.diff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:24px;margin-top:8px}
.diff{background:var(--branco);border:1px solid rgba(13,13,12,.08);border-radius:20px;padding:30px;transition:.25s}
.diff:hover{background:var(--ouro);border-color:var(--ouro)}
.diff .outline-icon{margin-bottom:20px;width:64px;height:64px;border:none;background:var(--ouro);color:var(--preto)}
.diff .outline-icon svg{width:30px;height:30px}
.diff:hover .outline-icon{background:var(--preto);color:var(--ouro)}
.diff h3{font-size:18px;margin-bottom:8px;color:var(--preto)}
.diff p{font-size:14px;color:var(--texto-suave)}
.diff:hover p{color:rgba(13,13,12,.82)}

/* PROCESSO */
.processo{background:var(--suave)}
.processo-ouro{background:var(--ouro)}
.processo-ouro .processo-item:not(:last-child):after{background:repeating-linear-gradient(90deg,var(--preto) 0 6px,transparent 6px 12px)}
.processo-ouro .processo-item p{color:rgba(13,13,12,.78)}
.processo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:52px;position:relative}
.processo-item{position:relative;padding:0 20px;text-align:center}
.processo-item:not(:last-child):after{content:'';position:absolute;top:34px;right:-4px;width:calc(100% - 60px);height:2px;background:repeating-linear-gradient(90deg,var(--ouro) 0 6px,transparent 6px 12px)}
.processo-num{width:68px;height:68px;border-radius:50%;background:var(--preto);color:var(--ouro);font-family:'Poppins';font-weight:800;font-size:24px;display:grid;place-items:center;margin:0 auto 22px;position:relative;z-index:2;}
.processo-item h3{font-size:17px;margin-bottom:10px;color:var(--preto)}
.processo-item p{font-size:13.5px;color:var(--texto-suave)}

/* CTA BANNER */
.cta{padding:64px 0;background:var(--suave);color:var(--preto)}
.values-section{position:relative;overflow:hidden}
.section-wave{position:absolute;left:0;right:0;bottom:-1px;height:56px;line-height:0;pointer-events:none}
.section-wave svg{width:100%;height:100%;display:block}
.section-wave.to-dark path{fill:var(--preto)}
.section-wave.to-light path{fill:var(--fundo)}
.wave-badge{display:none}
.wave-badge svg{width:16px;height:16px;stroke:var(--preto);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.wave-badge.on-gold{background:var(--preto);border-color:var(--ouro)}
.wave-badge.on-gold svg{stroke:var(--ouro)}
.cta-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}
.cta h2{color:var(--preto);font-size:clamp(28px,3vw,40px)}
.cta p{max-width:560px;color:rgba(13,13,12,.78);margin:10px auto 0}

/* CLIENTES / MARQUEE */
.clientes{background:var(--branco);overflow:hidden}
.marquee{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.marquee-track{display:flex;gap:20px;width:max-content;animation:marquee 34s linear infinite}
.marquee:hover .marquee-track{animation-play-state:paused}
.cliente-logo{display:flex;align-items:center;justify-content:center;height:104px;width:200px;flex:0 0 auto;background:var(--branco);border:1px solid rgba(13,13,12,.08);border-radius:18px;padding:14px}
.cliente-logo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* GALERIA */
.galeria-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.galeria-grid img{width:100%;height:260px;object-fit:cover;border-radius:16px;}

/* CONTATO */
.contact{background:var(--branco)}
.contact-grid{display:grid;grid-template-columns:1fr .95fr;gap:70px;align-items:center}
.contact-list{display:grid;gap:18px;margin-top:28px}
.contact-list a,.contact-list div{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:14px;color:var(--texto)}
.contact-list a>span,.contact-list div>span{min-width:0;overflow-wrap:anywhere}
.contact-list strong{display:block;font-size:12.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--texto-suave);font-weight:600}
.contact-full{padding:60px 0}
.map-wrap-full{position:relative;height:460px;border-radius:24px;overflow:hidden;border:1px solid rgba(13,13,12,.08);box-shadow:0 20px 45px rgba(13,13,12,.12)}
.map-wrap-full iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;filter:grayscale(.15)}
.map-wrap{position:relative;border-radius:24px;overflow:hidden;border:1px solid rgba(13,13,12,.08);height:440px;box-shadow:0 20px 45px rgba(13,13,12,.12)}
.map-wrap iframe{width:100%;height:100%;border:0;display:block;filter:grayscale(.15)}
.map-info-card{position:absolute;right:16px;top:16px;z-index:2;display:flex;align-items:flex-start;gap:12px;background:var(--branco);border-radius:16px;padding:14px 18px;box-shadow:0 10px 30px rgba(0,0,0,.18);max-width:280px}
.map-scroll-guard{position:absolute;inset:0;z-index:1;background:rgba(13,13,12,0);border:0;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}
.map-scroll-guard span{opacity:0;background:rgba(13,13,12,.75);color:var(--branco);font-size:13px;font-weight:600;padding:10px 18px;border-radius:999px;transition:opacity .2s;pointer-events:none}
.map-scroll-guard:hover{background:rgba(13,13,12,.12)}
.map-scroll-guard:hover span{opacity:1}
.map-wrap.map-active .map-scroll-guard,.map-wrap-full.map-active .map-scroll-guard{display:none}
.map-info-card .pin{width:34px;height:34px;border-radius:50%;background:var(--ouro);display:grid;place-items:center;flex:0 0 auto;color:var(--preto)}
.map-info-card .pin svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.map-info-card strong{display:block;font-size:14px;color:var(--preto)}
.map-info-card span{display:block;font-size:12.5px;color:var(--texto-suave);margin-top:2px;line-height:1.4}

/* CTA FINAL */
.cta-final{position:relative;background:var(--preto-profundo);color:var(--branco);overflow:hidden}

.cta-final-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}
.cta-final h2{color:var(--branco);font-size:clamp(30px,3.4vw,44px)}
.cta-final p{color:rgba(255,255,255,.72);margin:16px 0 30px;max-width:480px}
.cta-final-media{position:relative;border-radius:24px;overflow:hidden;}
.cta-final-media img{width:100%;aspect-ratio:1/1;object-fit:cover}
.status-box{position:absolute;top:20px;left:20px;background:rgba(13,13,12,.75);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:9px 16px;display:flex;align-items:center;gap:9px;font-family:'Poppins';font-weight:700;font-size:12.5px;color:var(--branco)}
.status-dot{width:9px;height:9px;border-radius:50%;background:#3ecf5f;}


/* FOOTER */
footer{background:var(--preto);color:rgba(255,255,255,.82);padding:44px 0 0;position:relative}
.footer-wave{position:absolute;top:-55px;left:0;right:0;height:56px;line-height:0;pointer-events:none}
.footer-wave svg{width:100%;height:100%;display:block}
.footer-wave path{fill:var(--preto)}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:28px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-brand .logo-footer{margin-bottom:12px}
.footer-brand .logo-footer img{height:42px;width:auto}
.footer-brand p{font-size:13.5px;color:rgba(255,255,255,.55);max-width:280px;margin-bottom:14px}
.footer-social{display:flex;gap:10px}
.footer-social a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;color:var(--ouro);}
.footer-social a:hover{background:var(--ouro);border-color:var(--ouro);color:var(--preto)}
.footer-social svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-social svg.ico-solid{fill:currentColor;stroke:none}
.footer-col h4{font-family:'Poppins';font-size:14px;color:var(--ouro);margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}
.footer-col ul{display:grid;gap:8px}
.footer-col a{font-size:14px;color:rgba(255,255,255,.62);}
.footer-col a:hover{color:var(--ouro)}
.footer-col li{display:flex;gap:10px;align-items:flex-start}
.footer-col li svg{width:16px;height:16px;flex:0 0 auto;margin-top:3px;stroke:var(--ouro);fill:none;stroke-width:1.8}
.footer-bottom{padding:16px 0;text-align:center;font-size:12.5px;color:rgba(255,255,255,.45)}
.footer-bottom span{color:var(--ouro-claro)}

.float-whats{position:fixed;right:24px;bottom:24px;width:64px;height:64px;border-radius:50%;background:#25D366;color:white;display:grid;place-items:center;z-index:70;}
.float-whats svg{width:32px;height:32px;display:block;fill:currentColor}



@media(prefers-reduced-motion:reduce){
  .marquee-track,.float-whats,.status-dot{animation:none}
  html{scroll-behavior:auto}
}

/* RESPONSIVE */
@media(max-width:1080px){
  .service-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:34px}
}
@media(max-width:980px){
  .header-inner{height:auto;min-height:76px;padding:12px 0}
  .mobile-menu-toggle{display:none}
  .main-nav{display:none}
  body{padding-bottom:68px}
  .float-whats{bottom:80px}
  .mobile-tabbar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:65;background:var(--branco);border-top:1px solid rgba(13,13,12,.1);box-shadow:0 -6px 18px rgba(0,0,0,.08);padding:6px 2px calc(6px + env(safe-area-inset-bottom))}
  .mobile-tabbar{flex-wrap:nowrap;overflow:hidden}
  .mobile-tabbar a{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:3px;padding:4px 2px;color:var(--texto-suave);font-size:9.5px;text-align:center;font-weight:600}
  .mobile-tabbar a svg{flex:0 0 auto}
  .mobile-tabbar a span{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mobile-tabbar a svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .mobile-tabbar a[aria-current="page"]{color:var(--ouro2)}
  .main-nav.is-open{transform:translateX(0)}
  .main-nav a{font-size:17px}
  .mobile-nav-cta{display:inline-flex;margin-top:10px}
  .header-cta{padding:10px 16px;font-size:12px;gap:6px}
  .header-cta svg{width:15px;height:15px}
  .hero{min-height:680px;background-position:center 22%}
  .about-grid,.contact-grid{grid-template-columns:1fr;gap:44px}
  .contact-full .map-wrap-full{height:340px}
  .about-photo img{height:440px}
  .trust-grid{gap:16px}
  .trust-item{flex-basis:calc((100% - 16px)/2)}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .processo-grid{grid-template-columns:1fr 1fr;gap:36px}
  .processo-item:after{display:none}
  .cta-inner .btn{margin-top:22px}
  .cta-final-inner{grid-template-columns:1fr}
  .cta-final-media{max-width:420px;margin-inline:auto}
  .galeria-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 48px,1180px)}
  section{padding:70px 0}
  .service-grid{grid-template-columns:1fr}
  .diff-grid{grid-template-columns:1fr}
  .processo-grid{grid-template-columns:1fr}
  .galeria-grid{grid-template-columns:1fr}
  .trust-item{flex-basis:100%}
  .trust-nav{width:38px;height:38px}
  .hero{min-height:560px}
  .hero h1{font-size:32px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn{justify-content:center}
  .footer-grid{grid-template-columns:1fr;text-align:left}
  .footer-brand p{max-width:100%}
  .float-whats{width:58px;height:58px;right:16px;bottom:76px}
  .map-wrap{height:300px}
  .map-info-card{max-width:220px;padding:12px 14px}
  .map-info-card span{font-size:12px}
  .cta-final-media{max-width:320px}
}
