:root {
  --yellow: #f5b800;
  --yellow-hover: #ffd13d;
  --black: #111111;
  --ink: #1c1d1f;
  --muted: #5b5e63;
  --line: #d9d9d6;
  --soft: #f2f1ec;
  --white: #ffffff;
  --green: #25d366;
  --radius: 18px;
  --shadow: 0 18px 48px rgb(0 0 0 / 12%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 1rem/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body, button, input, select, textarea { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img, svg { display: block; max-width: 100%; height: auto; }
address { font-style: normal; }
a { color: inherit; text-underline-offset: .2em; }
a:hover { text-decoration-thickness: .13em; }
button, input, select, textarea { min-width: 0; font-size: 1rem; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #1877d2; outline-offset: 4px; }
h1, h2, h3 { margin: 0 0 .65em; color: var(--black); font-weight: 850; line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 19ch; font-size: clamp(2.35rem, 7vw, 5.8rem); }
h2 { font-size: clamp(1.85rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.12rem, 2vw, 1.45rem); }
p { margin: 0 0 1em; }
ul { padding-left: 1.25rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 12px 18px; color: #000; background: var(--yellow); font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: .8rem; color: #705400; font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.lead { max-width: 68ch; color: #484b4f; font-size: clamp(1.08rem, 2.1vw, 1.35rem); }
.section-lead { max-width: 68ch; color: var(--muted); }
.soft { margin-top: 80px; padding-block: 80px; background: var(--soft); }
.fine-print, .form-note { color: var(--muted); font-size: .9rem; }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .5rem; padding: 12px 20px; border: 2px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-yellow { color: #111; background: var(--yellow); }
.btn-yellow:hover { background: var(--yellow-hover); }
.btn-wa { color: #062d14; background: var(--green); }
.btn-wa:hover { color: #062d14; background: #42e47e; }
.btn-dark { color: #fff; background: var(--black); }
.btn-dark:hover { color: var(--yellow); }
.btn-outline { color: #fff; border-color: #858585; background: transparent; }
.btn-outline:hover { border-color: var(--yellow); color: var(--yellow); }
.btn-glass { color: #fff; border-color: rgb(255 255 255 / 56%); background: rgb(0 0 0 / 30%); backdrop-filter: blur(8px); }
.text-link { display: inline-flex; align-items: center; gap: .35rem; color: #453600; font-weight: 800; }
.text-link.light { color: var(--yellow); }
.cta-btns { display: flex; flex-wrap: wrap; gap: 12px; }

.topo { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid #333; color: #fff; background: rgb(17 17 17 / 96%); backdrop-filter: blur(12px); }
.topo-in { display: flex; min-height: 76px; align-items: center; gap: 18px; }
.logo { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: #fff; font-size: .94rem; line-height: 1.05; text-decoration: none; }
.logo img { width: 45px; height: 45px; border-radius: 50%; object-fit: cover; }
.logo span { letter-spacing: .015em; }
.logo strong { display: block; color: var(--yellow); font-size: .76em; letter-spacing: .12em; text-transform: uppercase; }
.menu { display: flex; margin-left: auto; align-items: center; gap: 2px; }
.menu a { min-height: 44px; padding: 11px 9px; color: #f4f4f4; border-radius: 8px; font-size: .89rem; font-weight: 700; text-decoration: none; }
.menu a:hover { color: var(--yellow); background: #292929; }
.topo-tel { min-height: 42px; padding: 10px 16px; font-size: .9rem; }
.menu-mobile { display: none; margin-left: auto; position: relative; }
.menu-mobile summary { min-height: 44px; padding: 10px 14px; border: 1px solid #666; border-radius: 999px; font-weight: 800; cursor: pointer; list-style: none; }
.menu-mobile summary::-webkit-details-marker { display: none; }
.menu-mobile nav { position: absolute; top: calc(100% + 12px); right: 0; display: grid; width: min(300px, calc(100vw - 40px)); padding: 10px; border: 1px solid #444; border-radius: 16px; background: #151515; box-shadow: var(--shadow); }
.menu-mobile nav a { min-height: 46px; padding: 11px 12px; color: #fff; border-radius: 8px; font-weight: 750; text-decoration: none; }
.menu-mobile nav a:hover { color: var(--yellow); background: #292929; }

.hero { position: relative; min-height: 690px; display: grid; align-items: end; overflow: hidden; color: #fff; background: #191919; isolation: isolate; }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -3; }
.hero-media img { object-fit: cover; object-position: 58% center; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgb(0 0 0 / 91%) 0%, rgb(0 0 0 / 68%) 48%, rgb(0 0 0 / 15%) 82%), linear-gradient(0deg, rgb(0 0 0 / 60%), transparent 55%); }
.hero-inner { padding-block: 88px 58px; }
.hero .eyebrow { color: var(--yellow); }
.hero h1 { color: #fff; }
.hero-sub { max-width: 62ch; color: #ececec; font-size: clamp(1.08rem, 2vw, 1.32rem); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 42px 0 0; padding: 20px 0 0; border-top: 1px solid rgb(255 255 255 / 35%); list-style: none; font-size: .95rem; font-weight: 750; }
.hero-proof li::before { content: "✓"; margin-right: 8px; color: var(--yellow); }

.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; padding-block: 92px; }
.intro p:last-child { color: var(--muted); font-size: 1.08rem; }
.equipment-section { padding-block: 86px; background: var(--soft); }
.grid-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
.card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #d2d1cb; border-radius: var(--radius); background: #fff; box-shadow: 0 1px 0 rgb(0 0 0 / 3%); }
.card:hover { border-color: #9e9b8d; box-shadow: 0 16px 38px rgb(0 0 0 / 10%); transform: translateY(-3px); }
.machine-img { width: 100%; height: 235px; padding: 20px; background: #e9e8e2; object-fit: contain; }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.card-body h3 a { text-decoration: none; }
.card-body p { flex: 1; color: var(--muted); font-size: .94rem; }
.why { padding-block: 94px; color: #ddd; background: var(--black); }
.why .eyebrow, .service-band .eyebrow, .cta .eyebrow { color: var(--yellow); }
.why h2, .why h3, .service-band h2, .cta h2 { color: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 40px; background: #3c3c3c; }
.why-grid article { padding: 30px 24px; background: var(--black); }
.why-grid span { display: block; margin-bottom: 36px; color: var(--yellow); font-weight: 900; }
.why-grid p { color: #bfc0c2; }
.service-band { color: #ddd; background: #202124; }
.service-band-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; min-height: 480px; }
.service-band img { align-self: end; max-height: 400px; object-fit: contain; filter: drop-shadow(0 20px 22px rgb(0 0 0 / 45%)); }
.areas-preview { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 86px; }
.areas-preview div { max-width: 760px; }

.faq { padding-block: 80px; }
.faq-list { max-width: 900px; margin-top: 28px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 40px 20px 0; font-weight: 800; cursor: pointer; }
.faq-list details p { max-width: 72ch; padding: 0 0 20px; color: var(--muted); }
.cta { padding-block: 70px; color: #ccc; background: #171717; }
.cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.cta-inner .cta-btns { justify-content: end; }

.bc { border-bottom: 1px solid var(--line); background: #f7f7f5; }
.bc ol { display: flex; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 11px 0; flex-wrap: wrap; gap: 6px; color: var(--muted); list-style: none; font-size: .85rem; }
.bc li + li::before { content: "/"; margin-right: 6px; color: #999; }
.page-hero { padding-block: 78px 52px; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 5rem); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: start; padding-block: 40px 88px; }
.content-photo { min-height: 460px; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.split address { margin-bottom: 24px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { padding: 26px; border: 1px solid var(--line); border-top: 5px solid var(--yellow); border-radius: var(--radius); }
.service-card h2 { font-size: 1.35rem; }
.service-card p { margin: 0; color: var(--muted); }
.notice { margin-block: 34px 84px; padding: 20px 24px; border-left: 5px solid var(--yellow); background: #fff9df; }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.area-card { scroll-margin-top: 100px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); }
.area-card h2 { font-size: 1.45rem; }
.area-card p { color: var(--muted); }
.area-card a { color: #4d3a00; font-weight: 800; }
.location-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding-bottom: 56px; }
.stat { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.stat strong { display: block; color: var(--ink); font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1; }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-weight: 750; }
.city-groups { padding-bottom: 80px; }
.city-group { padding-block: 34px; border-top: 1px solid var(--line); }
.city-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px 18px; padding: 0; list-style: none; }
.city-list a { display: block; padding: 9px 0; font-weight: 750; }
.local-intro { padding-block: 48px 72px; }
.local-services { margin-top: 28px; padding-bottom: 72px; }
.source-list { padding-block: 46px 70px; }
.source-list ul { padding-left: 20px; }
.source-list li { margin-bottom: 8px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding-bottom: 90px; }
.contact-list { margin: 0 0 42px; padding: 0; list-style: none; }
.contact-list li { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding-block: 12px; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--muted); font-size: .9rem; font-weight: 750; }
.contact-list a { min-width: 0; overflow-wrap: anywhere; }
.contact-grid address { margin-bottom: 20px; color: var(--muted); line-height: 2; }
.quote-form { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.quote-form label { display: block; margin: 18px 0 6px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #777772; border-radius: 9px; color: var(--ink); background: #fff; }
.quote-form textarea { resize: vertical; }
.quote-form .btn { width: 100%; margin-top: 22px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.date-range { align-items: stretch; }
.date-card { margin-top: 18px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.date-card label { margin: 0 0 8px; }
.date-card[hidden], #duracao-field[hidden] { display: none; }
.quote-builder { margin: 26px 0 6px; padding: 20px; border: 1px solid #b8b7b0; border-radius: 12px; background: #fff; }
.quote-builder legend { padding-inline: 8px; font-weight: 900; }
.equipment-row { grid-template-columns: 1.25fr 1fr 1.25fr .65fr; align-items: end; }
.quote-builder label { margin-top: 0; }
.quote-form .add-equipment { width: auto; margin: 16px 0; }
.quote-items { display: grid; gap: 8px; }
.empty-quote { margin: 0; padding: 14px; border: 1px dashed #aaa; border-radius: 9px; color: var(--muted); text-align: center; }
.quote-item { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 14px; border-radius: 9px; background: var(--soft); }
.quote-item span { min-width: 0; }
.quote-item strong, .quote-item small { display: block; }
.quote-item small { margin-top: 3px; color: var(--muted); }
.remove-equipment { min-height: 40px; padding: 8px 10px; border: 1px solid #a54a3f; border-radius: 8px; color: #8c2016; background: #fff; font-weight: 800; cursor: pointer; }
.optional { color: var(--muted); font-size: .85em; font-weight: 600; }
.form-status { min-height: 1.65em; color: #176b34; font-weight: 750; }
.privacy { margin-top: 0; }

.machine-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding-bottom: 86px; }
.machine-layout > div:first-child { display: grid; min-height: 450px; place-items: center; border-radius: var(--radius); background: var(--soft); }
.machine-img-wide { width: 100%; max-height: 470px; padding: 30px; object-fit: contain; filter: drop-shadow(0 18px 15px rgb(0 0 0 / 16%)); }
.check-list li { margin-bottom: 8px; }
.details-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.specs { width: 100%; border-collapse: collapse; background: #fff; }
.specs th, .specs td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.specs th { width: 42%; background: #e8e7e1; }
.hiring { padding-block: 86px; }
.hiring-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hiring-grid article { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); }
.hiring-grid p { color: var(--muted); }
.related { padding-bottom: 70px; }
.related ul { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; list-style: none; }
.related a { display: block; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; }

footer { color: #b9b9b9; background: #0b0b0b; }
.foot-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr 1.2fr; gap: 42px; padding-block: 64px 40px; }
.foot-grid .logo { margin-bottom: 20px; }
.foot-grid h2 { color: var(--yellow); font-size: .95rem; letter-spacing: .06em; text-transform: uppercase; }
.foot-grid ul { margin: 0; padding: 0; list-style: none; }
.foot-grid li { margin-bottom: 8px; }
.foot-grid a { color: #ddd; text-decoration: none; }
.foot-grid a:hover { color: var(--yellow); }
.foot-contact li:nth-last-child(-n+3) { margin-top: 12px; color: #999; font-size: .9rem; }
.foot-base { display: flex; justify-content: space-between; gap: 24px; padding-block: 18px 28px; border-top: 1px solid #292929; color: #888; font-size: .84rem; }
.foot-base p { margin: 0; }
.foot-base a { color: #bbb; }
.wa-float { position: fixed; z-index: 70; right: 20px; bottom: max(20px, env(safe-area-inset-bottom)); display: grid; width: 58px; height: 58px; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #092f16; background: var(--green); box-shadow: 0 10px 30px rgb(0 0 0 / 32%); }
.page-contact .wa-float { display: none; }
.wa-float:hover { color: #092f16; background: #42e47e; transform: scale(1.04); }
.consent { position: fixed; z-index: 100; right: 20px; bottom: 20px; left: 20px; display: flex; width: min(920px, calc(100% - 40px)); margin-inline: auto; padding: 20px; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid #505050; border-radius: 16px; color: #e8e8e8; background: #171717; box-shadow: var(--shadow); }
.consent[hidden] { display: none; }
.consent strong { color: #fff; font-size: 1.05rem; }
.consent p { margin: 4px 0 0; font-size: .9rem; }
.consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }

@media (max-width: 1050px) {
  .menu-desktop { display: none; }
  .menu-mobile { display: block; }
  .grid-cards { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .hiring-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: repeat(2, 1fr); }
  .city-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .location-summary { grid-template-columns: repeat(2, 1fr); }
  .equipment-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  .container { width: min(100% - 28px, 1180px); }
  .topo-in { min-height: 66px; gap: 10px; }
  .topo .logo { min-width: 0; }
  .topo .logo img { width: 38px; height: 38px; }
  .topo .logo span { display: block; max-width: 112px; font-size: .8rem; }
  .topo-tel { display: none; }
  .hero { min-height: 620px; }
  .hero-media img { object-position: 64% center; }
  .hero-shade { background: linear-gradient(0deg, rgb(0 0 0 / 94%) 0%, rgb(0 0 0 / 68%) 62%, rgb(0 0 0 / 38%) 100%); }
  .hero-inner { padding-block: 64px 34px; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 4.2rem); }
  .hero-proof { display: grid; margin-top: 28px; gap: 6px; }
  .intro, .split, .service-band-grid, .cta-inner, .contact-grid, .machine-layout, .details-grid { grid-template-columns: 1fr; gap: 30px; }
  .intro, .faq, .hiring { padding-block: 62px; }
  .equipment-section, .why, .soft { padding-block: 62px; }
  .grid-cards, .service-grid, .area-grid, .city-list, .location-summary, .form-row, .equipment-row { grid-template-columns: 1fr; }
  .machine-img { height: 250px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { padding: 24px 20px; }
  .why-grid span { margin-bottom: 18px; }
  .service-band-grid { min-height: 0; padding-top: 64px; }
  .service-band img { justify-self: center; max-height: 290px; }
  .areas-preview { align-items: flex-start; flex-direction: column; padding-block: 62px; }
  .cta-inner .cta-btns { justify-content: start; }
  .page-hero { padding-block: 55px 34px; }
  .split { padding-block: 20px 64px; }
  .content-photo { min-height: 300px; }
  .contact-grid { padding-bottom: 64px; }
  .quote-form input, .quote-form select, .quote-form textarea { min-height: 52px; }
  .quote-builder { padding: 16px; }
  .quote-form .form-note { line-height: 1.45; }
  .machine-layout { padding-bottom: 62px; }
  .machine-layout > div:first-child { min-height: 330px; }
  .hiring-grid { grid-template-columns: 1fr; }
  .table-wrap { overflow-x: auto; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-base { flex-direction: column; }
  .consent { align-items: stretch; flex-direction: column; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .menu-mobile nav { max-height: calc(100dvh - 86px); overflow-y: auto; overscroll-behavior: contain; }
  .wa-float { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); width: 54px; height: 54px; }
}

@media (max-width: 430px) {
  .grid-cards { grid-template-columns: minmax(0, 1fr); }
  .cta-btns, .consent-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .btn { width: 100%; }
  .quote-form { padding: 22px 14px; }
  .quote-form label { margin-top: 15px; }
  .quote-builder { margin-top: 22px; padding: 14px 12px; }
  .quote-builder label { margin-top: 0; }
  .quote-item { align-items: stretch; flex-direction: column; }
  .remove-equipment { min-height: 44px; width: 100%; }
  .contact-list li { grid-template-columns: 1fr; gap: 2px; }
  .specs th, .specs td { padding: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .topo, .wa-float, .consent, .cta { display: none !important; }
  body { color: #000; background: #fff; }
  a { color: #000; text-decoration: underline; }
}
