

:root { --navy:#061a2b; --navy2:#0b2a46; --orange:#f97300; --ink:#102235; --muted:#5d6b78; --paper:#f5f7f9; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:#fff; color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
.utility { min-height:38px; padding:8px max(24px,calc((100% - 1360px)/2)); display:flex; justify-content:space-between; gap:20px; background:#041321; color:#cbd5df; font-size:13px; border-bottom:1px solid #19334a; }
.siteHeader { height:94px; padding:0 max(24px,calc((100% - 1360px)/2)); display:flex; align-items:center; gap:30px; background:var(--navy); color:#fff; box-shadow:0 5px 20px #0002; }
.brand { width:285px; height:72px; display:flex; align-items:center; margin-right:auto; overflow:hidden; }
.brand img { width:100%; height:100%; object-fit:contain; display:block; }
.siteHeader nav { display:flex; gap:28px; font-size:14px; }
.siteHeader nav a:hover { color:var(--orange); }
.headerPhone { white-space:nowrap; font-weight:800; font-size:18px; }
.smallCta { background:var(--orange); padding:15px 20px; border-radius:7px; font-weight:800; }
.hero { min-height:720px; position:relative; display:flex; align-items:center; padding:72px max(24px,calc((100% - 1360px)/2)) 150px; color:#fff; background:linear-gradient(90deg,#03182d 0%,#082842 38%,transparent 70%),url("/hero-autobomba.png") center/cover no-repeat; overflow:hidden; }
.heroOverlay { position:absolute; inset:0; background:linear-gradient(90deg,#04192feb 0%,#05223dcc 35%,#05223d11 72%); }
.heroContent { width:min(680px,100%); position:relative; z-index:2; }
.eyebrow,.sectionTag { color:var(--orange); text-transform:uppercase; letter-spacing:.16em; font-size:13px; font-weight:900; }
h1 { font-size:clamp(44px,5.1vw,76px); line-height:1.02; margin:18px 0 22px; letter-spacing:-.04em; }
h1 span { display:block; margin-top:10px; }
.heroLead { max-width:560px; font-size:21px; line-height:1.6; color:#e0e9f0; }
.heroActions { display:flex; gap:20px; align-items:stretch; margin-top:34px; flex-wrap:wrap; }
.primaryCta { background:var(--orange); color:#fff; display:flex; flex-direction:column; justify-content:center; min-height:84px; padding:16px 28px; border-radius:8px; box-shadow:0 10px 30px #0003; transition:.2s; }
.primaryCta:hover { transform:translateY(-2px); filter:brightness(1.07); }
.primaryCta span { font-size:25px; font-weight:900; margin-top:3px; }
.secondaryCta { min-height:84px; padding:0 30px; border:2px solid #fff; border-radius:8px; display:grid; place-items:center; font-weight:800; }
.trustBar { position:absolute; z-index:2; left:max(24px,calc((100% - 1360px)/2)); right:max(24px,calc((100% - 1360px)/2)); bottom:38px; min-height:110px; display:grid; grid-template-columns:repeat(3,1fr); border:1px solid #ffffff55; border-radius:18px; background:#071b2ddd; backdrop-filter:blur(12px); }
.trustBar div { display:flex; align-items:center; justify-content:center; gap:18px; padding:20px; border-right:1px solid #ffffff55; }
.trustBar div:last-child { border:0; }
.trustBar b { color:var(--orange); font-size:30px; }
.trustBar span { font-size:17px; font-weight:800; }
.section { max-width:1240px; margin:auto; padding:68px 24px; }
.section h2,.mapSection h2,.contactSection h2 { font-size:clamp(34px,4vw,54px); line-height:1.08; letter-spacing:-.035em; margin:12px 0 16px; }
.sectionIntro,.mapIntro>p,.contactSection p { color:var(--muted); font-size:18px; line-height:1.7; max-width:760px; }
.services { background:linear-gradient(#fff,#f2f5f7); max-width:none; padding-left:max(24px,calc((100% - 1240px)/2)); padding-right:max(24px,calc((100% - 1240px)/2)); }
.serviceGrid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:32px; }
.serviceCard { padding:0; overflow:hidden; border:1px solid #d4dde5; border-radius:14px; background:#fff; box-shadow:0 12px 34px #10223512; }
.serviceCard>img { width:100%; height:205px; object-fit:cover; display:block; }
.serviceCardBody { padding:20px 22px 23px; }
.serviceNumber { color:var(--orange); font-size:13px; font-weight:900; }
.serviceCard h3 { font-size:19px; line-height:1.25; margin:10px 0 8px; }
.serviceCard p { color:var(--muted); line-height:1.55; min-height:70px; margin:0 0 14px; }
.serviceCard a { color:var(--orange); font-weight:900; }
.photoBand { background:#071c30; color:#fff; padding:58px max(24px,calc((100% - 1240px)/2)); }
.photoBandTitle { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:28px; }
.photoBandTitle h2 { max-width:820px; font-size:clamp(32px,4vw,50px); line-height:1.08; margin:0; }
.photoMosaic { display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:245px; gap:12px; }
.photoMosaic figure { margin:0; position:relative; overflow:hidden; border-radius:12px; }
.photoMosaic figure.photoWide { grid-column:span 2; }
.photoMosaic img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .35s; }
.photoMosaic figure:hover img { transform:scale(1.025); }
.photoMosaic figcaption { position:absolute; left:12px; bottom:12px; background:#061a2bda; border-left:4px solid var(--orange); padding:8px 12px; font-weight:800; }
.mapSection { background:var(--paper); padding:68px 24px; }
.mapIntro { max-width:1240px; margin:auto; }
.mapLayout { display:grid; grid-template-columns:.9fr 1.1fr; gap:28px; margin-top:45px; align-items:stretch; }
.mapCard,.cityPanel { background:#fff; border:1px solid #d8e0e7; border-radius:20px; box-shadow:0 18px 50px #10223510; }
.mapCard { padding:26px; min-height:620px; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.mapCard svg { width:100%; max-height:530px; }
.mapCard path { fill:#163d5e; stroke:#fff; stroke-width:2; cursor:pointer; transition:.18s; outline:none; }
.mapCard path:hover,.mapCard path:focus,.mapCard path.selected { fill:var(--orange); transform:translateY(-1px); }
.mapCard p { margin:12px 0 0; color:var(--muted); font-weight:800; }
.cityPanel { padding:28px; min-height:620px; }
.cityPanelHead { display:flex; justify-content:space-between; gap:20px; align-items:center; }
.cityPanelHead span { color:var(--orange); text-transform:uppercase; font-size:11px; font-weight:900; letter-spacing:.12em; }
.cityPanelHead h3 { margin:6px 0; font-size:25px; }
.statePageLink { color:var(--orange); font-size:13px; font-weight:900; }
.cityPanelHead select,.citySearch { border:1px solid #cbd6df; border-radius:9px; background:#fff; padding:13px 14px; color:var(--ink); }
.citySearch { width:100%; margin:20px 0 16px; font-size:16px; }
.cityList { height:455px; overflow:auto; display:grid; grid-template-columns:1fr 1fr; gap:8px; padding-right:8px; }
.cityList a { border:1px solid #e0e6eb; padding:12px 14px; border-radius:8px; display:flex; justify-content:space-between; gap:10px; font-size:14px; }
.cityList a:hover { border-color:var(--orange); color:var(--orange); }
.cityList small { font-weight:900; }
.keywords { text-align:center; padding-top:62px; padding-bottom:62px; }
.keywords .sectionTag { display:block; }
.keywordList { display:flex; gap:12px; flex-wrap:wrap; justify-content:center; margin-top:34px; }
.keywordList span { padding:12px 16px; background:#eef2f5; border-radius:999px; font-weight:700; }
.contactSection { margin:20px max(24px,calc((100% - 1240px)/2)) 90px; padding:50px; border-radius:22px; background:var(--navy); color:#fff; display:flex; justify-content:space-between; align-items:center; gap:40px; }
.contactSection h2 { max-width:760px; }
.contactSection p { color:#cbd8e2; }
footer { min-height:96px; padding:18px max(24px,calc((100% - 1240px)/2)); background:#041321; color:#d4dee7; display:flex; align-items:center; justify-content:space-between; gap:24px; }
footer a { color:var(--orange); font-weight:900; }
.footerLogo { width:240px; height:66px; object-fit:contain; }
.floatingWhats { position:fixed; right:22px; bottom:22px; z-index:30; padding:16px 20px; background:#19a957; color:#fff; border-radius:999px; box-shadow:0 10px 35px #0004; font-weight:900; }
.floatingWhats span { margin-right:8px; }
.localHeader { min-height:76px; padding:16px max(24px,calc((100% - 1240px)/2)); display:flex; align-items:center; justify-content:space-between; gap:20px; background:var(--navy); color:#fff; }
.localHeader a:last-child { color:var(--orange); font-weight:900; }
.localLogo { width:250px; height:58px; }
.localLogo img { width:100%; height:100%; object-fit:contain; display:block; }
.localHero { min-height:610px; padding:90px max(24px,calc((100% - 1240px)/2)); display:flex; align-items:center; color:#fff; background:linear-gradient(90deg,#03182df2 0%,#082842d0 46%,transparent 78%),url("/hero-autobomba.png") center/cover; }
.localHero>div { max-width:760px; }
.localHero p:not(.eyebrow) { max-width:680px; color:#d9e5ee; font-size:20px; line-height:1.65; }
.localHero .primaryCta { display:inline-flex; margin-top:24px; }
.localServices .serviceGrid { grid-template-columns:repeat(2,1fr); }
.localServices { max-width:none; padding-left:max(24px,calc((100% - 1240px)/2)); padding-right:max(24px,calc((100% - 1240px)/2)); background:#eef2f5; }
.localKeywordList { margin-top:30px; }
.localPhotoStrip,.statePhotoStrip { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; padding:10px; background:#071c30; }
.localPhotoStrip img,.statePhotoStrip img { width:100%; height:330px; object-fit:cover; border-radius:9px; }
.stateHero { padding:70px max(24px,calc((100% - 1240px)/2)); background:linear-gradient(90deg,#061a2bf2,#061a2b90),url("/autobomba-caminhao.webp") center/cover; color:#fff; }
.stateHero h1 { max-width:980px; }
.stateHero>p:not(.eyebrow) { color:#cbd8e2; font-size:19px; line-height:1.6; max-width:760px; }
.stateCities { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:38px; }
.stateCities a { border:1px solid #dbe3e9; border-radius:9px; padding:14px 16px; display:flex; justify-content:space-between; gap:10px; background:#fff; }
.stateCities a:hover { border-color:var(--orange); color:var(--orange); }
.blogHero { padding:84px max(24px,calc((100% - 1240px)/2)); color:#fff; background:linear-gradient(90deg,#061a2bf2,#061a2b88),url("/betoneira-bombeamento.webp") center/cover; }
.blogHero h1,.blogListHero h1 { max-width:900px; }
.blogHero>p:not(.eyebrow) { max-width:760px; color:#d7e2eb; font-size:20px; line-height:1.65; }
.blogGrid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:34px; }
.blogCard { border:1px solid #d8e0e7; border-radius:14px; overflow:hidden; background:#fff; }
.blogCard>img { width:100%; height:180px; object-fit:cover; }
.blogCard>div { padding:20px; }
.blogCard span,.articleHead>span,.articleLinkGrid small { color:var(--orange); text-transform:uppercase; letter-spacing:.1em; font-size:11px; font-weight:900; }
.blogCard h2 { font-size:21px; line-height:1.25; margin:8px 0; }
.blogCard p { color:var(--muted); line-height:1.55; }
.blogCard div>a { color:var(--orange); font-weight:900; }
.blogTopics { margin-top:60px; text-align:center; }
.blogAllButton { display:block; width:max-content; max-width:100%; margin:35px auto 0; padding:18px 28px; border-radius:8px; color:#fff; background:var(--orange); font-weight:900; }
.blogListHero { padding:55px max(24px,calc((100% - 1240px)/2)); background:var(--navy); color:#fff; }
.articleLinkGrid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.articleLinkGrid>a { display:flex; flex-direction:column; gap:9px; padding:20px; border:1px solid #dbe3e9; border-radius:10px; }
.articleLinkGrid>a:hover { border-color:var(--orange); }
.articleLinkGrid span { color:var(--orange); font-weight:900; }
.pagination { display:flex; gap:8px; flex-wrap:wrap; justify-content:center; margin-top:42px; }
.pagination a { width:40px; height:40px; display:grid; place-items:center; border:1px solid #ccd7df; border-radius:7px; }
.pagination a.active { background:var(--orange); color:#fff; border-color:var(--orange); }
.article { padding-bottom:70px; }
.articleHead { max-width:980px; margin:auto; padding:70px 24px 38px; }
.articleHead h1 { font-size:clamp(40px,5vw,68px); }
.articleHead p { max-width:780px; font-size:21px; line-height:1.6; color:var(--muted); }
.articleHeroImage { display:block; width:min(1190px,calc(100% - 48px)); height:520px; object-fit:cover; margin:0 auto; border-radius:18px; }
.articleBody { max-width:820px; margin:45px auto 0; padding:0 24px; font-size:18px; line-height:1.8; }
.articleBody h2 { font-size:32px; line-height:1.2; margin-top:42px; }
.articleBody li { margin:8px 0; }
.articleCta { margin-top:50px; padding:28px; border-radius:16px; display:flex; align-items:center; justify-content:space-between; gap:24px; background:var(--navy); color:#fff; }
.articleCta strong { font-size:23px; }
.articleCta p { margin:8px 0 0; color:#cbd8e2; }
.articleCta a { padding:15px 20px; border-radius:7px; background:var(--orange); font-weight:900; white-space:nowrap; }

@media (max-width:1050px) {
  .siteHeader nav,.smallCta { display:none; }
  .siteHeader { height:78px; }
  .hero { min-height:760px; background-position:65% center; }
  .serviceGrid { grid-template-columns:repeat(2,1fr); }
  .photoMosaic { grid-template-columns:repeat(2,1fr); }
  .mapLayout { grid-template-columns:1fr; }
  .mapCard { min-height:auto; }
}
@media (max-width:680px) {
  .utility { justify-content:center; text-align:center; }
  .utility span:last-child { display:none; }
  .siteHeader { padding:0 14px; }
  .brand { width:155px; height:50px; padding:5px 7px; }
  .headerPhone { font-size:14px; }
  .hero { min-height:690px; padding:54px 20px 140px; background-position:64% center; }
  .heroOverlay { background:linear-gradient(90deg,#04192ff5,#05223dc9 75%,#05223d88); }
  h1 { font-size:43px; }
  .heroLead { font-size:17px; }
  .primaryCta,.secondaryCta { width:100%; }
  .trustBar { left:16px; right:16px; bottom:20px; grid-template-columns:repeat(3,1fr); min-height:88px; }
  .trustBar div { flex-direction:column; gap:4px; padding:10px 5px; text-align:center; }
  .trustBar b { font-size:20px; }
  .trustBar span { font-size:11px; }
  .section,.mapSection { padding:52px 18px; }
  .serviceGrid { grid-template-columns:1fr; }
  .serviceCard p { min-height:auto; }
  .serviceCard>img { height:210px; }
  .photoBand { padding:48px 18px; }
  .photoBandTitle { display:block; }
  .photoMosaic { grid-template-columns:1fr; grid-auto-rows:220px; }
  .photoMosaic figure.photoWide { grid-column:auto; }
  .localPhotoStrip,.statePhotoStrip { grid-template-columns:1fr; }
  .localPhotoStrip img,.statePhotoStrip img { height:235px; }
  .cityPanel { padding:18px; }
  .cityPanelHead { align-items:flex-start; flex-direction:column; }
  .cityPanelHead select { width:100%; }
  .cityList { grid-template-columns:1fr; height:420px; }
  .contactSection { margin:10px 18px 70px; padding:34px 24px; flex-direction:column; align-items:stretch; }
  footer { flex-direction:column; text-align:center; }
  .floatingWhats span { display:none; }
  .localHeader { text-align:center; font-size:13px; }
  .localLogo { width:145px; height:45px; }
  .localHero { min-height:620px; padding:72px 20px; background-position:65% center; }
  .localHero h1 { font-size:42px; }
  .localServices .serviceGrid { grid-template-columns:1fr; }
  .stateCities { grid-template-columns:1fr; }
  .blogGrid,.articleLinkGrid { grid-template-columns:1fr; }
  .articleHeroImage { width:calc(100% - 36px); height:270px; }
  .articleCta { align-items:stretch; flex-direction:column; }
  .articleCta a { text-align:center; }
}

.staticStates{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px}.staticStates a{padding:14px;background:#fff;border:1px solid #d8e0e7;border-radius:8px;font-weight:800}.staticStates a:hover{border-color:var(--orange);color:var(--orange)}
.staticMap svg{width:100%;max-height:560px}.staticMap path{fill:#163d5e;stroke:#fff;stroke-width:2}.staticMap a:hover path{fill:var(--orange)}.breadcrumb{max-width:1240px;margin:auto;padding:20px 24px;color:#f97300;font-weight:800}
@media(max-width:680px){.staticStates{grid-template-columns:repeat(2,1fr)}.siteHeader nav{display:none}}