/* Master Chiller Landing Page | v1.0.34 | 2026-09-16 */
:root {
  --navy: #091536;
  --navy-2: #121f4d;
  --blue: #1f4e96;
  --blue-2: #245ca8;
  --green: #49c456;
  --text: #333b4d;
  --muted: #697389;
  --soft: #f7f9fc;
  --line: #dbe3ef;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Mundial, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.container {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.lp-container {
  width: min(calc(100% - 48px), 1214px);
  margin-inline: auto;
}


.hero {
  position: relative;
  overflow: hidden;
  height: 573px;
  min-height: 573px;
  background: linear-gradient(104deg, #06112f 0%, #0c214b 42%, #174b8f 69%, #153d73 100%);
}
.hero .container {
  width: min(calc(100% - 48px), 1214px);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 10px 10px;
  mask-image: linear-gradient(90deg, #000, transparent 62%);
  opacity: .72;
  pointer-events: none;
}
.hero__inner {
  height: 573px;
  min-height: 573px;
  display: grid;
  grid-template-columns: 44.2% 55.8%;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.hero__content {
  padding: 35px 28px 34px 0;
  align-self: center;
  max-width: 520px;
}
.hero__logo {
  width: 74px;
  height: 74px;
  margin-bottom: 24px;
}
.hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-family: Mundial, Arial, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -1px;
  max-width: 500px;
}
.hero p {
  margin: 0 0 14px;
  color: #d3ddf0;
  font-family: Mundial, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 500px;
}
.hero__actions {
  display: flex;
  gap: 24px;
  flex-wrap: nowrap;
  margin-top: 26px;
}
.hero__visual {
  align-self: stretch;
  position: relative;
  margin-right: calc((100vw - min(calc(100vw - 48px), 1214px)) / -2);
  height: 573px;
  min-height: 573px;
  clip-path: polygon(22.7% 0, 100% 0, 100% 100%, 0 100%);
}
.hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9,21,54,.03), rgba(9,21,54,0) 14%);
}
.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero__actions .btn {
  height: 44px;
  min-height: 44px;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 21.45px;
  letter-spacing: .52px;
  box-shadow: none;
}
.hero__actions .btn--blue {
  width: 307px;
  min-width: 307px;
}
.hero__actions .btn--green {
  width: 166px;
  min-width: 166px;
}
.hero__actions .btn--icon img {
  width: 18px;
  height: 18px;
}
.hero__actions .btn { justify-content: center; }

.btn {
  min-height: 44px;
  padding: 10px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 24px;
  border: 2px solid rgba(0, 0, 0, 0);
  color: #fff;
  font-family: Mundial, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.45px;
  letter-spacing: .52px;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.06); box-shadow: 0 10px 26px rgba(10,25,60,.16); }
.btn--blue { background: #1f4e96; min-width: 260px; }
.btn--green { background: #49c456; min-width: 146px; }
.btn--blue-bright { background: #1f5fba; }
.btn--icon img, .btn--final img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.btn--outline-light { border-color: rgba(255,255,255,.55); background: transparent; }

.section { padding: 82px 0; position: relative; }
.section h2 {
  margin: 0 0 18px;
  color: #121f4d;
  font-family: Mundial, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .24px;
  text-transform: uppercase;
}
.section h3 { color: #121f4d; }
.section p { font-size: 14px; line-height: 1.68; margin: 0 0 14px; color: #5f687b; }
.eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--blue);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .9px;
  text-transform: uppercase;
}
.centered { text-align: center; }
.section-heading { max-width: 780px; margin: 0 auto 46px; }
.section-heading p { max-width: 650px; margin: 0 auto; }
.split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 70px; align-items: center; }
.section__copy { max-width: 660px; }
.section__copy blockquote {
  margin: 22px 0;
  padding: 2px 0 2px 18px;
  border-left: 4px solid var(--blue);
  color: #173a72;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
}
.section__image { border-radius: 0; overflow: hidden; box-shadow: 0 18px 55px rgba(13,37,77,.12); }
.section__image img { width: 100%; aspect-ratio: .95 / 1; object-fit: cover; }

/* Dobra 02 — layout fiel à referência */
.section--quality {
  padding: 0;
  background: #f8f8f8;
}
.section--quality .split--quality {
  width: min(calc(100% - 48px), 1214px);
  margin: 0 auto;
  padding: 74px 0 79px;
  display: grid;
  grid-template-columns: 590px 460px;
  justify-content: space-between;
  column-gap: 0;
  align-items: start;
}
.section--quality .quality__copy {
  width: 590px;
  max-width: 590px;
  min-width: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section--quality .quality__copy h2 {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #121f4d;
  font-family: Mundial, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .24px;
  text-transform: uppercase;
}
.quality__line {
  width: 53px;
  height: 3px;
  margin: 18px 0 24px;
  flex: 0 0 auto;
  background: #1f4e96;
}
.section--quality .quality__copy p {
  width: 100%;
  max-width: 590px;
  margin: 0 0 18px;
  color: #697389;
  font-family: Mundial, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.section--quality .quality__copy blockquote {
  width: 100%;
  max-width: 590px;
  margin: 8px 0 25px;
  padding: 0 0 0 12px;
  border-left: 4px solid #1f4e96;
  color: #121f4d;
  font-family: Mundial, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.section--quality .quality__button {
  width: 389px;
  min-width: 389px;
  height: 52px;
  min-height: 52px;
  margin-top: 7px;
  padding: 12px 24px;
  border-radius: 26px;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: .52px;
  white-space: nowrap;
}
.section--quality .quality__image {
  width: 460px;
  min-width: 460px;
  height: 506px;
  box-shadow: none;
  overflow: hidden;
  align-self: start;
  position: relative;
  margin-top: 0;
}
.section--quality .quality__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 100%;
  background: #1f4e96;
  pointer-events: none;
}
.section--quality .quality__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
}
.divider {
  position: relative;
  height: 56px;
  background: transparent;
  overflow: hidden;
}
.divider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#0d2f6a 0%, #123f80 70%, #2868b3 100%);
  clip-path: polygon(0 46%, 100% 12%, 100% 49%, 0 84%);
}
.pattern-bg { background: #fff url('assets/dots-bg.jpg?v=1.0.15-20260916') center/cover no-repeat; }

/* Dobra 03 — Engenharia / Autoridade */
.divider--engineering {
  height: 56px;
  background: transparent;
}
.divider--engineering::after {
  content: none;
}

.section--engineering {
  padding: 0 0 63px;
  background: transparent;
}
.section--engineering .engineering__panel {
  min-height: 612px;
  padding: 76px 0 63px;
  background: #fff url('assets/engineering-bg.jpg?v=1.0.16-20260916') center center / cover no-repeat;
}
.section--engineering .engineering__container {
  width: 100%;
}
.engineering__content {
  width: min(100%, 990px);
  margin-inline: auto;
}
.engineering__heading {
  max-width: 820px;
  margin: 0 auto 39px;
  text-align: center;
}
.section--engineering .engineering__heading h2 {
  margin: 0;
  color: #121f4d;
  font-family: Mundial, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .24px;
  text-transform: uppercase;
}
.engineering__line {
  display: block;
  width: 48px;
  height: 2px;
  margin: 22px auto 25px;
  background: #1f4e96;
}
.section--engineering .engineering__heading p {
  margin: 0 0 24px;
  color: #697389;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.section--engineering .engineering__heading p:last-child {
  margin-bottom: 0;
}
.engineering__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0;
  margin: 0 0 30px;
}
.engineering__card {
  position: relative;
  min-width: 0;
  padding: 0 27px 0 27px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.engineering__card:first-child { padding-left: 0; }
.engineering__card:last-child { padding-right: 0; }
.engineering__card + .engineering__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 60px;
  width: 1px;
  height: 80px;
  background: #dbe3ef;
}
.engineering__card > img {
  width: 48px;
  height: 48px;
  margin: 0 0 16px;
}
.engineering__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.engineering__card h3 {
  min-height: 51px;
  margin: 0 0 12px;
  color: #121f4d;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
}
.engineering__card p {
  margin: 0;
  color: #697389;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}
.engineering__cta {
  text-align: center;
}
.engineering__cta .btn {
  width: 323px;
  min-width: 323px;
  height: 48px;
  min-height: 48px;
  padding: 11px 24px;
  border-radius: 24px;
  font-size: 12px;
}

/* Dobra 04 — Soluções fabricadas */
.section--solutions {
  padding: 58px 0 52px;
  background: #fff;
}
.section--solutions .solutions__container {
  width: min(calc(100% - 48px), 1214px);
  margin-inline: auto;
}
.solutions__heading {
  max-width: 820px;
  margin: 0 auto 47px;
  text-align: center;
}
.section--solutions .solutions__heading h2 {
  margin: 0;
  color: #121f4d;
  font-family: Mundial, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .24px;
  text-transform: uppercase;
}
.solutions__line {
  display: block;
  width: 48px;
  height: 2px;
  margin: 14px auto 18px;
  background: #1f4e96;
}
.section--solutions .solutions__heading p {
  margin: 0 0 13px;
  color: #697389;
  font-size: 14px;
  line-height: 20px;
}
.section--solutions .solutions__heading p:last-child { margin-bottom: 0; }
.solutions__content {
  width: 100%;
  margin-inline: 0;
  display: grid;
  grid-template-columns: 590px 460px;
  justify-content: space-between;
  column-gap: 0;
  align-items: center;
}
.solutions-list {
  width: 590px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 54px;
  row-gap: 26px;
}
.solution-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.solution-item > img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin: 0 0 18px;
}
.solution-item h3 {
  min-height: 34px;
  margin: 0 0 8px;
  color: #121f4d;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
}
.solution-item p {
  margin: 0;
  color: #697389;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}
.solutions__image {
  position: relative;
  width: 460px;
  height: 398px;
  overflow: hidden;
  box-shadow: none;
}
.solutions__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 100%;
  background: #1f4e96;
  pointer-events: none;
}
.solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.solutions__cta {
  margin-top: 53px;
  text-align: center;
}
.solutions__cta .btn {
  width: 100%;
  max-width: 387px;
  height: 48px;
  min-height: 48px;
  padding: 11px 24px;
  border-radius: 24px;
  font-size: 12px;
}
.section--solutions + .divider,
.section--rental + .divider {
  height: 48px;
  clip-path: polygon(0 29%, 100% 0, 100% 71%, 0 100%);
}
.desktop-only { display: inline; }

/* Dobra 05 — Manutenção + Locação */
.section--maintenance {
  z-index: 1;
  height: 748px;
  min-height: 748px;
  padding: 138px 0 0;
  overflow: visible;
  background: #fff;
}
.maintenance__container,
.rental__container {
  width: min(calc(100% - 48px), 1214px);
  margin-inline: auto;
}
.maintenance__content {
  position: relative;
  width: min(100%, 1130px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 504px) 526px;
  column-gap: 100px;
  align-items: start;
}
.maintenance__copy {
  position: relative;
  z-index: 2;
  max-width: none;
}
.maintenance__copy h2 {
  margin: 0;
  width: 760px;
  max-width: 760px;
  color: #121f4d;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .24px;
  text-transform: uppercase;
}
.maintenance__line {
  display: block;
  width: 52px;
  height: 3px;
  margin: 12px 0 18px;
  background: #1f4e96;
}
.maintenance__copy > p {
  max-width: 430px;
  margin: 0 0 21px;
  color: #697389;
  font-size: 14px;
  line-height: 20px;
}
.maintenance-list {
  display: grid;
  gap: 0;
  width: 504px;
  max-width: 100%;
  margin: 0 0 48px;
}
.maintenance-item {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 34px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid #eceef3;
}
.maintenance-item:last-child { border-bottom: 0; }
.maintenance-item img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-top: 2px;
}
.maintenance-item h3 {
  margin: 0 0 4px;
  color: #121f4d;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.maintenance-item p {
  margin: 0;
  color: #697389;
  font-size: 11px;
  line-height: 18px;
}
.maintenance__copy > .btn {
  width: 234px;
  min-width: 234px;
  height: 52px;
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 28px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .5px;
}
.maintenance__image {
  width: 526px;
  height: 526px;
  overflow: hidden;
  margin-top: 119px;
}
.maintenance__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.section--rental {
  z-index: 0;
  padding: 200px 0 110px;
  background: #f8f8f8 url('assets/engineering-bg.jpg?v=1.0.23-20260916') center center / cover no-repeat;
}
.rental__heading {
  max-width: 620px;
  margin: 0 auto 40px;
  text-align: center;
}
.rental__heading h2 {
  margin: 0;
  color: #121f4d;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .24px;
  text-transform: uppercase;
}
.rental__line {
  display: block;
  width: 46px;
  height: 4px;
  margin: 15px auto 0;
  background: #1f4e96;
}
.rental__grid {
  width: min(100%, 1120px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.rental-card {
  min-height: 274px;
  padding: 34px 34px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rental-card--dark { background: linear-gradient(135deg,#0d2355 0%, #183d7d 100%); }
.rental-card--blue { background: linear-gradient(135deg,#183f82 0%, #3975c9 100%); }
.rental-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.rental-card p {
  max-width: 100%;
  margin: 0;
  color: #dce6f6;
  font-size: 13px;
  line-height: 21px;
}
.btn--rental {
  margin-top: auto;
  min-width: 256px;
  height: 52px;
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 28px;
  background: #1f4e96;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .46px;
  text-transform: uppercase;
}
.rental-card--dark .btn--rental { background: #1f4e96; }
.rental-card--blue .btn--rental { background: #122551; }

.section--segments { background: #f8f8f8; }
.segment-grid { display: grid; grid-template-columns: repeat(3,1fr); margin: 0 0 36px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.segment-card { min-height: 205px; padding: 30px 30px; text-align: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.segment-card img { width: 26px; height: 26px; margin: 0 auto 14px; }
.segment-card h3 { margin: 0 0 9px; font-size: 13px; text-transform: uppercase; }
.segment-card p { margin: 0; font-size: 12px; }

.section--partnership {
  color: #fff;
  min-height: 620px;
  padding: 80px 0 50px;
  background: #0a0f2b;
}
.partnership__container { width: min(calc(100% - 48px), 1130px); }
.partnership__heading { max-width: 922px; margin: 0 auto 48px; }
.section--partnership .partnership__heading h2 {
  max-width: 715px;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
.partnership__line {
  display: block;
  width: 44px;
  height: 3px;
  margin: 14px auto 15px;
  background: #1f4e96;
}
.partnership__heading p {
  margin: 0 auto;
  color: #aeb8d0;
  font-size: 12px;
  line-height: 19px;
}
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); column-gap: 52px; row-gap: 40px; margin: 0; }
.benefit { text-align: center; }
.benefit__icon {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 12px;
  object-fit: contain;
}
.benefit h3 { color: #fff; margin: 0 0 8px; font-size: 12px; line-height: 16px; text-transform: uppercase; }
.benefit p { color: #aeb8d0; font-size: 11px; line-height: 18px; margin: 0 auto; max-width: 340px; }
.partnership__cta { margin-top: 58px; }
.partnership__cta .btn {
  width: 260px;
  min-width: 260px;
  height: 44px;
  min-height: 44px;
  padding: 10px 20px;
  background: #1f4e96;
  font-size: 10px;
}

.section--final {
  min-height: 498px;
  padding: 82px 0 74px;
  border-top: 4px solid #0a0f2b;
}
.section--final.pattern-bg { background: #fbfbfd url('assets/dots-bg.jpg?v=1.0.26-20260916') center center / cover no-repeat; }
.final-cta { max-width: 740px; text-align: center; }
.section--final .final-cta h2 { max-width: 410px; margin: 0 auto; font-size: 24px; line-height: 27px; }
.final-cta__line { display: block; width: 42px; height: 3px; margin: 15px auto 16px; background: #1f4e96; }
.final-cta .final-cta__lead {
  max-width: 460px;
  margin: 0 auto 12px;
  color: #121f4d;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.final-cta .final-cta__text {
  max-width: 470px;
  margin: 0 auto;
  color: #697389;
  font-size: 12px;
  line-height: 19px;
}
.btn--final {
  width: 374px;
  min-width: 374px;
  height: 44px;
  min-height: 44px;
  margin-top: 76px;
}

.footer {
  min-height: 370px;
  padding: 58px 0 24px;
  background: #171717;
  color: #9d9d9d;
}
.footer__container {
  width: min(calc(100% - 48px), 1130px);
  margin-inline: auto;
}
.footer__grid {
  display: grid;
  grid-template-columns: 440px 190px minmax(0, 1fr);
  column-gap: 60px;
  align-items: start;
}
.footer__brand > img {
  width: 228px;
  height: 54px;
  margin: 0 0 17px;
}
.footer__brand p {
  margin: 0;
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}
.footer h3 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: .35px;
  text-transform: uppercase;
}
.footer__nav,
.footer__contact {
  padding-top: 10px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.footer__nav a {
  color: #8f8f8f;
  font-size: 13px;
  line-height: 16px;
  transition: color .2s ease;
}
.footer a:hover { color: #fff; }
.footer__socials {
  display: flex;
  gap: 10px;
  margin-top: 17px;
}
.footer__socials a,
.footer__socials img {
  display: block;
  width: 34px;
  height: 34px;
}
.footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 16px;
  color: #9a9a9a;
  font-size: 13px;
  line-height: 16px;
}
.footer__contact-icon {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #a0a0a0;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer__bottom {
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid #2a2a2a;
  color: #666;
  font-size: 12px;
  line-height: 14px;
}


.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  height: 58px;
  padding: 0 18px 0 15px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.23);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(0,0,0,.27); }
.floating-whatsapp img { width: 28px; height: 28px; filter: brightness(0) invert(1); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay, .reveal--delay-1 { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .2s; }
.reveal--delay-3 { transition-delay: .28s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1180px) {
  .maintenance__container, .rental__container { width: min(calc(100% - 36px), 1214px); }
  .maintenance__content { width: 100%; grid-template-columns: minmax(0, 1fr) 470px; gap: 56px; }
  .maintenance__copy h2 { width: 700px; max-width: 700px; }
  .maintenance-list { width: 100%; }
  .maintenance__image { width: 470px; height: 470px; }
  .rental__grid { width: 100%; }
}

@media (max-width: 980px) {
 .section--quality .split--quality {
    width: min(calc(100% - 36px), 920px);
    padding: 58px 0 62px;
    grid-template-columns: minmax(0, 1fr) 390px;
    column-gap: 44px;
  }
  .section--quality .quality__copy {
    width: auto;
    max-width: none;
  }
  .section--quality .quality__image {
    width: 390px;
    min-width: 390px;
    height: 429px;
  }
  .container { width: min(calc(100% - 36px), var(--max)); }
  .lp-container { width: min(calc(100% - 36px), 1214px); }
  .hero .container { width: min(calc(100% - 36px), 1214px); }
  .hero { height: auto; min-height: 520px; }
  .hero__inner { height: auto; min-height: 520px; grid-template-columns: 48% 52%; }
  .hero__content { padding: 34px 18px 34px 0; max-width: 440px; }
  .hero__visual { height: auto; min-height: 520px; }
  .hero__actions { gap: 12px; }
  .hero__actions .btn--blue { width: auto; min-width: 230px; }
  .hero__actions .btn--green { width: auto; min-width: 140px; }
  .feature-grid--4 { grid-template-columns: repeat(2,1fr); }
  .solutions-layout, .split, .split--maintenance { gap: 40px; }
  .segment-grid { grid-template-columns: repeat(2,1fr); }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
 .section--quality .split--quality {
    width: min(calc(100% - 32px), 560px);
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 34px;
    padding: 46px 0 44px;
  }
  .section--quality .quality__copy {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .section--quality .quality__copy h2 {
    max-width: 100%;
    font-size: 21px;
    line-height: 27px;
  }
  .section--quality .quality__copy p,
  .section--quality .quality__copy blockquote {
    max-width: 100%;
  }
  .section--quality .quality__copy blockquote {
    font-size: 18px;
    line-height: 20px;
  }
  .section--quality .quality__button {
    width: 100%;
    min-width: 0;
    max-width: 389px;
    height: 48px;
    min-height: 48px;
  }
  .section--quality .quality__image {
    order: 2;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    margin-top: 0;
  }
  .section--quality .quality__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 460 / 506;
    object-fit: cover;
  }
  .container { width: min(calc(100% - 32px), var(--max)); }
  .lp-container { width: min(calc(100% - 32px), 1214px); }
  .hero .container { width: min(calc(100% - 32px), 1214px); }
  .hero { min-height: 0; }
  .hero__inner { display: block; min-height: 0; }
  .hero__content { padding: 34px 0 44px; max-width: 100%; }
  .hero__logo { width: 56px; height: 56px; margin-bottom: 18px; }
  .hero h1 { font-size: 30px; line-height: 30px; letter-spacing: -.7px; max-width: 420px; }
  .hero p { font-size: 13px; line-height: 19px; }
  .hero__actions { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .hero__actions .btn { width: 100%; min-width: 0; height: 44px; min-height: 44px; padding: 10px 22px; font-size: 12px; line-height: 21.45px; }
  .hero__visual { display: none; }
  .section { padding: 58px 0; }
  .section.section--quality { padding: 0; }
  .section h2 { font-size: 21px; line-height: 27px; }
  .split, .split--maintenance, .solutions-layout { grid-template-columns: 1fr; gap: 32px; }
  .split--quality .section__image { order: 2; }
  .section__image img, .section__image--solutions img { aspect-ratio: 1.12 / 1; }
  .section-heading { margin-bottom: 30px; }
  .feature-grid--4 { grid-template-columns: 1fr 1fr; gap: 8px; }
  .feature-card { padding-inline: 8px; }
  .solutions-list { grid-template-columns: 1fr; gap: 16px; }
  .cta-grid { grid-template-columns: 1fr; }
  .cta-card { min-height: 0; padding: 30px 26px; }
  .segment-grid { grid-template-columns: 1fr 1fr; }
  .segment-card { min-height: 180px; padding: 24px 18px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; gap: 26px 18px; }
  .btn--final { min-width: 0; width: 100%; max-width: 420px; }
  .footer__container { width: min(calc(100% - 36px), 1130px); }
  .footer__grid { grid-template-columns: 1.2fr .7fr 1fr; column-gap: 36px; }
  .footer__brand > img { width: 210px; height: auto; }
  .floating-whatsapp { width: 58px; padding: 0; justify-content: center; right: 16px; bottom: 16px; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp img { width: 30px; height: 30px; }
}

@media (max-width: 480px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .hero__content { padding-top: 28px; }
  .hero h1 { font-size: 28px; line-height: 28px; }
  .section h2 { font-size: 19px; line-height: 25px; }
  .section__copy blockquote { font-size: 15px; }
  .feature-grid--4, .segment-grid, .benefit-grid { grid-template-columns: 1fr; }
  .feature-card { padding: 12px 0 18px; }
  .segment-card { min-height: auto; }
  .section__image { box-shadow: 0 12px 35px rgba(13,37,77,.11); }
  .divider { height: 56px; }
  .footer { min-height: 0; padding: 44px 0 24px; }
  .footer__container { width: min(calc(100% - 32px), 560px); }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .footer__nav, .footer__contact { padding-top: 0; }
  .footer__brand > img { width: 200px; height: auto; }
  .footer__bottom { margin-top: 34px; }
}


/* Responsive — Dobra 03 */
@media (max-width: 980px) {
  .section--engineering { padding: 0 0 58px; }
  .section--engineering .engineering__panel { min-height: 0; padding: 66px 0 58px; }
  .section--engineering .engineering__container { width: 100%; }
  .engineering__content { width: min(100%, 900px); }
  .engineering__grid { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .engineering__card { padding: 0 28px 0 0; }
  .engineering__card:nth-child(even) { padding-left: 28px; padding-right: 0; }
  .engineering__card:nth-child(3)::before { display: none; }
  .engineering__card + .engineering__card::before { top: 58px; }
}
@media (max-width: 760px) {
  .divider--engineering { height: 56px; }
  .section--engineering { padding: 0 0 54px; }
  .section--engineering .engineering__panel { min-height: 0; padding: 52px 0 54px; background-position: 28% center; }
  .section--engineering .engineering__container { width: 100%; }
  .engineering__heading { margin-bottom: 34px; }
  .section--engineering .engineering__heading h2 { font-size: 21px; line-height: 27px; }
  .engineering__heading br { display: none; }
  .engineering__grid { grid-template-columns: 1fr; row-gap: 28px; }
  .engineering__card, .engineering__card:nth-child(even) { padding: 0; }
  .engineering__card h3 { min-height: 0; }
  .engineering__card + .engineering__card::before { display: none; }
  .engineering__card > img { width: 46px; height: 46px; }
  .engineering__cta .btn { width: 100%; min-width: 0; max-width: 360px; }
}


/* Responsive — Dobra 04 */
@media (max-width: 980px) {
  .section--solutions { padding: 54px 0 50px; }
  .section--solutions .solutions__container { width: min(calc(100% - 36px), 1214px); }
  .solutions__content { grid-template-columns: minmax(0, 1fr) 360px; column-gap: 34px; }
  .solutions-list { width: 100%; }
  .solutions-list { column-gap: 30px; }
  .solutions__image { width: 360px; height: 314px; }
}
@media (max-width: 760px) {
  .section--solutions { padding: 48px 0 46px; }
  .section--solutions .solutions__container { width: min(calc(100% - 32px), 560px); }
  .solutions__heading { margin-bottom: 36px; }
  .section--solutions .solutions__heading h2 { font-size: 21px; line-height: 27px; }
  .desktop-only { display: none; }
  .solutions__content { grid-template-columns: 1fr; gap: 34px; }
  .solutions-list { width: 100%; }
  .solutions-list { grid-template-columns: 1fr 1fr; column-gap: 24px; row-gap: 28px; }
  .solution-item h3 { min-height: 34px; }
  .solutions__image { width: 100%; height: auto; aspect-ratio: 421 / 367; }
  .solutions__cta { margin-top: 36px; }
  .solutions__cta .btn { width: 100%; min-width: 0; max-width: 360px; }
}
@media (max-width: 520px) {
  .solutions-list { grid-template-columns: 1fr; }
  .solution-item h3 { min-height: 0; }
}


@media (max-width: 980px) {
  .maintenance__container, .rental__container { width: min(calc(100% - 36px), 1214px); }
  .section--maintenance { height: auto; min-height: 700px; padding-top: 92px; }
  .maintenance__content { width: 100%; grid-template-columns: minmax(0, 1fr) 430px; gap: 48px; }
  .maintenance__copy h2 { width: 100%; max-width: 620px; }
  .maintenance-list { width: 100%; max-width: 100%; margin-bottom: 34px; }
  .maintenance-item { gap: 24px; padding: 14px 0; }
  .maintenance__image { width: 430px; height: 430px; margin-top: 112px; }
  .section--rental { padding: 140px 0 84px; }
  .rental__grid { width: 100%; gap: 20px; }
  .rental-card { min-height: 260px; padding: 30px 28px 26px; }
}

@media (max-width: 760px) {
  .section--solutions + .divider,
  .section--rental + .divider {
    height: 30px;
  }
  .section--maintenance { min-height: 0; padding: 58px 0 0; }
  .maintenance__container, .rental__container { width: min(calc(100% - 32px), 1214px); }
  .maintenance__content { grid-template-columns: 1fr; gap: 42px; }
  .maintenance__copy { padding-top: 0; }
  .maintenance__copy h2 { width: 100%; max-width: 100%; }
  .maintenance__copy h2, .rental__heading h2 { font-size: 21px; line-height: 27px; }
  .maintenance__copy > p { max-width: 100%; }
  .maintenance-list { width: 100%; margin-bottom: 30px; }
  .maintenance-item { grid-template-columns: 16px 1fr; gap: 20px; padding: 14px 0; }
  .maintenance__copy > .btn { width: 100%; min-width: 0; max-width: 300px; }
  .maintenance__image { width: 100%; height: auto; margin-top: 0; }
  .maintenance__image img { aspect-ratio: 1 / 1; height: auto; }
  .section--rental { padding: 72px 0 70px; }
  .rental__heading { margin-bottom: 34px; }
  .rental__heading h2 br { display: none; }
  .rental__grid { grid-template-columns: 1fr; }
  .rental-card { min-height: 260px; }
  .btn--rental { min-width: 0; width: 100%; max-width: 290px; }
}

/* Responsive — Parceria + CTA final */
@media (max-width: 980px) {
  .partnership__container { width: min(calc(100% - 36px), 1130px); }
  .benefit-grid { column-gap: 28px; }
}

@media (max-width: 760px) {
  .section--partnership { min-height: 0; padding: 58px 0 52px; }
  .partnership__container { width: min(calc(100% - 32px), 560px); }
  .partnership__heading { margin-bottom: 42px; }
  .section--partnership .partnership__heading h2 { font-size: 21px; line-height: 27px; }
  .partnership__heading br,
  .benefit p br,
  .final-cta br { display: none; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); column-gap: 20px; row-gap: 38px; }
  .benefit p { max-width: 260px; }
  .partnership__cta { margin-top: 46px; }
  .partnership__cta .btn { width: 100%; min-width: 0; max-width: 300px; }

  .section--final { min-height: 0; padding: 58px 0 62px; }
  .section--final .final-cta h2 { max-width: 390px; font-size: 21px; line-height: 25px; }
  .final-cta .final-cta__lead { font-size: 17px; line-height: 20px; }
  .final-cta .final-cta__text { max-width: 430px; }
  .btn--final { width: 100%; min-width: 0; max-width: 374px; margin-top: 44px; }
}

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


/* ==========================================================================
   MOBILE — Segmentos + Parceria | referência aprovada | v1.0.34
   Somente mobile: não altera o desktop.
   ========================================================================== */
@media (max-width: 600px) {
  /* DOBRA — Soluções para diferentes desafios industriais */
  .section--segments {
    padding: 54px 0 32px;
    background: #fff;
  }

  .section--segments > .container {
    width: calc(100% - 32px);
    max-width: none;
  }

  .section--segments .section-heading {
    max-width: none;
    margin: 0 0 22px;
    text-align: left;
  }

  .section--segments .section-heading h2 {
    max-width: 270px;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .08px;
  }

  .section--segments .section-heading h2::after {
    content: "";
    display: block;
    width: 27px;
    height: 2px;
    margin-top: 10px;
    background: #1f4e96;
  }

  .section--segments .section-heading p {
    max-width: 272px;
    margin: 10px 0 0;
    color: #697389;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
  }

  .section--segments .section-heading p br {
    display: none;
  }

  .section--segments .segment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 12px;
    border: 0;
  }

  .section--segments .segment-card {
    min-height: 99px;
    padding: 10px 8px 9px;
    border: 0;
    text-align: center;
  }

  .section--segments .segment-card:nth-child(odd) {
    border-right: 1px solid #dbe3ef;
  }

  .section--segments .segment-card:nth-child(-n+4) {
    border-bottom: 1px solid #dbe3ef;
  }

  .section--segments .segment-card img {
    width: 20px;
    height: 20px;
    margin: 0 auto 8px;
  }

  .section--segments .segment-card h3 {
    margin: 0 0 5px;
    color: #121f4d;
    font-size: 9px;
    line-height: 12px;
    font-weight: 700;
  }

  .section--segments .segment-card p {
    max-width: 126px;
    margin: 0 auto;
    color: #697389;
    font-size: 8px;
    line-height: 12px;
  }

  .section--segments .centered {
    text-align: left;
  }

  .section--segments .centered .btn {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 40px;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 24px;
    font-size: 9px;
    line-height: 16px;
    letter-spacing: .36px;
  }

  /* DOBRA — Mais do que fornecer equipamentos */
  .section--partnership {
    min-height: 0;
    padding: 28px 0 20px;
    background: #080f31;
  }

  .section--partnership .partnership__container {
    width: calc(100% - 30px);
    max-width: none;
  }

  .section--partnership .partnership__heading {
    max-width: none;
    margin: 0 0 24px;
    text-align: left;
  }

  .section--partnership .partnership__heading h2 {
    max-width: 232px;
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: .04px;
    text-align: left;
  }

  .section--partnership .partnership__line {
    width: 22px;
    height: 2px;
    margin: 10px 0 11px;
  }

  .section--partnership .partnership__heading p {
    max-width: 228px;
    margin: 0;
    color: #aeb8d0;
    font-size: 8px;
    line-height: 12px;
    text-align: left;
  }

  .section--partnership .partnership__heading p br,
  .section--partnership .benefit p br {
    display: none;
  }

  .section--partnership .benefit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 17px;
    margin: 0;
  }

  .section--partnership .benefit {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 2px;
    align-items: start;
    text-align: left;
  }

  .section--partnership .benefit__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
  }

  .section--partnership .benefit h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    color: #fff;
    font-size: 8.5px;
    line-height: 11px;
    font-weight: 700;
    text-align: left;
  }

  .section--partnership .benefit p {
    grid-column: 2;
    grid-row: 2;
    max-width: none;
    margin: 0;
    color: #aeb8d0;
    font-size: 7.5px;
    line-height: 11px;
    text-align: left;
  }

  .section--partnership .partnership__cta {
    margin-top: 24px;
    text-align: left;
  }

  .section--partnership .partnership__cta .btn {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 34px;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 22px;
    font-size: 8px;
    line-height: 14px;
    letter-spacing: .3px;
  }
}
