:root {
  --blue: #0878f9;
  --blue-2: #0063d8;
  --navy: #080b10;
  --navy-2: #11161d;
  --ink: #0b0e13;
  --muted: #68717d;
  --line: #e4e7eb;
  --soft: #f6f7f8;
  --orange: #0878f9;
  --green: #0878f9;
  --shadow: 0 16px 40px rgba(10, 14, 20, .08);
  --radius: 2px;
  --container: 1240px;
}

body {
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  letter-spacing: -.005em;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: var(--container);
  padding-inline: clamp(16px, 4vw, 24px);
  margin-inline: auto;
}

.hero-copy,
.hero-copy > p,
.hero h1,
.panel-header p {
  width: 100%;
}

.company-layout,
.split-heading,
.benefits-grid,
.testimonial-layout,
.faq-layout,
.cta-grid,
.case-card,
.services-grid,
.maintenance-plans,
.mission-grid,
.coverage-card,
.feature-grid,
.industry-grid,
.article-grid,
.process-grid,
.trust-grid,
.footer-grid {
  min-width: 0;
}

.company-layout > *,
.split-heading > *,
.benefits-grid > *,
.testimonial-layout > *,
.faq-layout > *,
.cta-grid > *,
.case-card > *,
.services-grid > *,
.maintenance-plans > *,
.mission-grid > *,
.coverage-card > *,
.feature-grid > *,
.industry-grid > *,
.article-grid > *,
.process-grid > *,
.trust-grid > *,
.footer-grid > * {
  min-width: 0;
}

h1, h2, h3,
.brand,
.trust-grid strong,
.energy-ring strong,
.case-metrics strong,
.testimonial-track blockquote > p {
  font-family: Arial, "Helvetica Neue", sans-serif;
}

h1, h2, h3 {
  letter-spacing: -.045em;
}

.section {
  padding: 120px 0;
}

.eyebrow {
  margin-bottom: 20px;
  font-size: 10px;
  letter-spacing: .18em;
}

.eyebrow span {
  width: 18px;
}

.button {
  min-height: 50px;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  letter-spacing: .01em;
}

.button:hover {
  transform: none;
}

.button-accent,
.button-primary {
  background: var(--blue);
  box-shadow: none;
}

.button-accent:hover,
.button-primary:hover {
  background: var(--blue-2);
  transform: none;
}

.topbar {
  background: #080b10;
  border-color: rgba(255, 255, 255, .08);
}

.status-dot {
  background: var(--blue);
  box-shadow: none;
}

.nav {
  height: 82px;
}

.brand-mark {
  background: var(--blue);
  clip-path: none;
}

.brand-logo {
  display: block;
  width: 200px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  gap: 34px;
  font-size: 12px;
}

.hero {
  min-height: 760px;
  max-height: 900px;
  background: #080b10;
}

.hero-media {
  background-image:
    linear-gradient(90deg, #080b10 0%, rgba(8, 11, 16, .97) 31%, rgba(8, 11, 16, .68) 58%, rgba(8, 11, 16, .25) 100%),
    linear-gradient(0deg, rgba(8, 11, 16, .45), transparent 45%),
    url("assets/hero-compressor.webp");
  filter: saturate(.78) contrast(1.05);
  animation: none;
}

.hero-grid,
.hero-scroll {
  display: none;
}

.hero-content {
  padding-top: 112px;
}

.hero-copy {
  width: 680px;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(48px, 5.2vw, 72px);
  font-weight: 600;
  line-height: 1.04;
}

.hero h1 em,
.split-heading h2 em,
.section-head h2 em,
.benefit-copy h2 em,
.testimonial-heading h2 em,
.faq-heading h2 em,
.cta-copy h2 em {
  color: var(--blue);
}

.hero-copy > p {
  max-width: 570px;
  color: #b5bbc4;
  font-size: 17px;
}

.hero-assurance {
  max-width: 650px;
  gap: 45px;
}

.hero-assurance svg {
  color: var(--blue);
}

.trust-strip {
  margin-top: 0;
  border-bottom: 1px solid var(--line);
}

.trust-grid {
  min-height: 118px;
  padding: 0;
  box-shadow: none;
}

.trust-grid > div {
  justify-content: flex-start;
  padding-left: 30px;
}

.trust-grid > div:first-child {
  padding-left: 0;
}

.trust-grid strong {
  font-size: 31px;
  font-weight: 600;
}

.trust-seal {
  height: 118px !important;
  margin-right: 0;
  padding-left: 28px !important;
  background: #0b0e13;
}

.split-heading {
  gap: 130px;
}

.split-heading h2,
.section-head h2,
.benefit-copy h2,
.testimonial-heading h2,
.faq-heading h2 {
  font-size: clamp(36px, 3.8vw, 50px);
  font-weight: 600;
}

.company-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.company-copy h2 {
  margin-bottom: 26px;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 700;
  line-height: 1;
}

.company-copy h2 em {
  display: block;
  color: var(--blue);
  font-style: normal;
}

.company-copy p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.82;
}

.company-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.company-brands span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  color: #2f3945;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.company-images {
  position: relative;
  min-height: 560px;
}

.company-images img {
  display: block;
  width: 72%;
  height: 360px;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04);
}

.company-images img:first-child {
  margin-left: auto;
}

.company-images img:last-child {
  position: absolute;
  left: 0;
  bottom: 0;
  border: 12px solid #fff;
  box-shadow: 0 20px 45px rgba(10, 14, 20, .12);
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 76px;
  background: var(--line);
}

.mission-card {
  position: relative;
  padding: 34px 30px;
  background: #fff;
}

.mission-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  border: 1px solid #cfd8e2;
  color: var(--blue);
}

.mission-icon svg {
  width: 24px;
  height: 24px;
}

.mission-card span,
.coverage-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.mission-card h3 {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.24;
}

.mission-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.coverage-card {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 60px;
  margin-top: 1px;
  padding: 42px;
  background: #0b0e13;
  color: #fff;
}

.coverage-card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.22;
}

.coverage-card p {
  margin: 0;
  color: #b3bcc7;
  font-size: 14px;
  line-height: 1.82;
}

.feature-grid {
  border: 0;
  gap: 1px;
  background: var(--line);
}

.feature-card {
  border: 0;
  padding: 38px 32px;
}

.feature-card:hover {
  z-index: auto;
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.feature-number {
  color: #b6bdc5;
}

.icon-box {
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid #cfd8e2;
}

.solutions,
.process {
  background: #090c11;
}

.solution-grid {
  gap: 1px;
  background: #252a31;
}

.solution-card {
  border: 0;
  background: #11161d;
}

.solution-art {
  background: #11161d;
}

.solution-art::after {
  background: linear-gradient(0deg, #0d1117 8%, rgba(13, 17, 23, .1) 85%);
}

.solution-content small {
  color: #5ca8ff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #252a31;
}

.service-card {
  position: relative;
  min-height: 300px;
  padding: 34px 30px 32px;
  background: #11161d;
  color: #fff;
  transition: background .2s ease, transform .2s ease;
}

.service-card:hover {
  background: #151c25;
}

.service-card > span {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #46515d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.service-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  color: var(--blue);
}

.service-card h3 {
  max-width: 310px;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.18;
}

.service-card p {
  margin: 0;
  color: #aeb7c2;
  font-size: 13px;
  line-height: 1.72;
}

.maintenance-plans {
  display: grid;
  grid-template-columns: .85fr 1fr 1fr;
  gap: 1px;
  margin-top: 1px;
  background: #252a31;
}

.plans-heading,
.plan-card {
  min-height: 280px;
  padding: 36px;
  background: #0c1016;
  color: #fff;
}

.plans-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.plans-heading small,
.plan-card > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.plans-heading h3,
.plan-card h3 {
  margin: 14px 0 0;
  font-size: 28px;
  font-weight: 650;
  line-height: 1.18;
}

.plan-card {
  background: #fff;
  color: var(--ink);
}

.plan-card-featured {
  background: var(--blue);
  color: #fff;
}

.plan-card p {
  margin: 18px 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.plan-card-featured p {
  color: rgba(255, 255, 255, .82);
}

.plan-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.plan-card-featured a,
.plan-card-featured > span {
  color: #fff;
}

.plan-card a svg {
  transition: transform .2s ease;
}

.plan-card a:hover svg {
  transform: translateX(4px);
}

.benefit-visual {
  min-height: 500px;
  background: #f1f3f5;
}

.benefit-visual::before {
  border-color: #d8dde3;
  box-shadow: none;
}

.energy-ring {
  border-width: 8px;
  border-color: #e0e4e8;
  box-shadow: 0 14px 35px rgba(10, 14, 20, .08);
}

.energy-ring::before {
  inset: -8px;
  border-width: 8px;
}

.mini-panel {
  right: 0;
  bottom: 0;
  background: #0b0e13;
  box-shadow: none;
}

.mini-panel strong,
.bars i:last-child {
  color: var(--blue);
}

.bars i:last-child {
  background: var(--blue);
}

.industries,
.faq-section,
.case-section {
  background: #f7f8f9;
}

.industry-grid {
  border-color: var(--line);
}

.industry-card {
  padding: 38px 20px;
}

.industry-card:hover {
  color: var(--ink);
  background: #f4f7fa;
  transform: none;
}

.industry-card:hover p {
  color: var(--muted);
}

.brands {
  padding: 50px 0;
}

.brand-list {
  color: #555d67;
}

.case-card {
  background: #0b0e13;
}

.case-copy {
  padding: 70px;
}

.case-copy h2 em {
  color: #5ca8ff;
}

.case-visual {
  background:
    linear-gradient(rgba(8, 11, 16, .65), rgba(8, 11, 16, .88)),
    url("assets/hero-compressor.webp") center/cover;
  filter: saturate(.65);
}

.before-after {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(8, 11, 16, .88);
  backdrop-filter: none;
}

.before-after.after strong {
  color: #5ca8ff;
}

.testimonial-track blockquote {
  padding: 48px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--blue);
}

.stars {
  color: var(--blue);
}

.testimonial-track footer > span {
  border-radius: 0;
  background: #0b0e13;
}

.slider-controls button {
  border-radius: 0;
}

.process-grid article > div {
  width: 64px;
  height: 64px;
  border-color: #343a43;
  background: #090c11;
  transform: none;
}

.process-grid svg {
  color: var(--blue);
  transform: none;
}

.process-grid::before {
  top: 32px;
  background: #343a43;
}

.article-card {
  border-color: var(--line);
}

.article-card:hover {
  box-shadow: none;
  transform: none;
  border-color: #bfc6ce;
}

.article-image {
  background: #dde2e7;
}

.article-image::after {
  display: none;
}

.article-one,
.article-two,
.article-three {
  background: #11161d;
}

.article-image svg {
  color: rgba(91, 167, 255, .75);
}

.cta-section {
  background:
    linear-gradient(105deg, rgba(8, 11, 16, .99), rgba(8, 11, 16, .86)),
    url("assets/hero-compressor.webp") center/cover;
}

.lead-form {
  padding: 42px;
  box-shadow: none;
}

.contact-panel {
  background: #fff;
  color: var(--ink);
  padding: 42px;
}

.panel-header span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.panel-header h3 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}

.panel-header p {
  max-width: 460px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 14px;
}

.contact-options {
  display: grid;
  gap: 12px;
}

.contact-option {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 76px;
  padding: 0 20px;
  border: 1px solid var(--line);
  background: #f8fafc;
  transition: border-color .2s ease, background .2s ease;
}

.contact-option:hover {
  border-color: var(--blue);
  background: #eef5ff;
}

.contact-option.primary {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.contact-option svg {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  color: var(--blue);
}

.contact-option.primary svg {
  color: #fff;
}

.contact-option small,
.contact-option strong {
  display: block;
}

.contact-option small {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-option.primary small {
  color: rgba(255, 255, 255, .76);
}

.contact-option strong {
  font-size: 16px;
  line-height: 1.2;
}

.response-card {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--line);
}

.response-card > strong {
  display: block;
  margin-bottom: 16px;
  font-size: 15px;
}

.response-card ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.response-card li {
  display: flex;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
}

.response-card li span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.panel-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.panel-proof div {
  padding-top: 20px;
}

.panel-proof strong,
.panel-proof span {
  display: block;
}

.panel-proof strong {
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}

.panel-proof span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer-bottom a[href*="divulgacem"] {
  color: #5ca8ff;
  font-weight: 700;
}

.footer-bottom a[href*="divulgacem"]:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.footer-bottom div {
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.lead-form input,
.lead-form select {
  border-color: #d9dde2;
  border-radius: 0;
  background: #fafbfc;
}

.form-success {
  background: #eef5ff;
  color: #0053b8;
}

.footer {
  background: #07090d;
}

.whatsapp-float {
  right: 20px;
  bottom: 20px;
  border-radius: 0;
  background: var(--blue);
  box-shadow: none;
}

.socials a {
  width: 36px;
  height: 36px;
}

.socials a svg {
  width: 18px;
  height: 18px;
}

.whatsapp-float svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.7;
}

.reveal {
  transform: translateY(14px);
}

@media (max-width: 1000px) {
  .nav-links {
    background: rgba(8, 11, 16, .99);
  }

  .feature-grid {
    gap: 1px;
  }

  .services-grid,
  .maintenance-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-layout,
  .coverage-card {
    grid-template-columns: 1fr;
  }

  .company-images {
    min-height: 500px;
  }

  .mission-grid {
    grid-template-columns: 1fr;
  }

  .plans-heading {
    grid-column: 1 / -1;
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .container {
    width: 100%;
    max-width: none;
    padding-inline: clamp(12px, 4.5vw, 18px);
  }

  .section {
    padding: 82px 0;
  }

  .hero {
    min-height: 790px;
    width: 100%;
  }

  .hero-content {
    width: 100%;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-media {
    background-image:
      linear-gradient(90deg, rgba(8, 11, 16, .94), rgba(8, 11, 16, .6)),
      linear-gradient(0deg, #080b10 3%, rgba(8, 11, 16, .15) 58%),
      url("assets/hero-compressor.webp");
    filter: saturate(.65);
  }

  .hero h1 {
    font-size: clamp(34px, 10vw, 40px);
  }

  .hero-actions,
  .hero-actions .button,
  .section-head .button,
  .section-head > .text-link {
    width: 100%;
  }

  .button {
    padding-inline: 18px;
    text-align: center;
  }

  .hero-assurance {
    gap: 18px;
    width: 100%;
  }

  .trust-grid {
    padding: 20px 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid > div,
  .trust-grid > div:first-child {
    padding-left: 14px;
  }

  .feature-grid {
    display: grid;
  }

  .services-grid,
  .maintenance-plans {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-card,
  .plans-heading,
  .plan-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .company-layout {
    gap: 44px;
  }

  .company-images {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .company-images img,
  .company-images img:first-child,
  .company-images img:last-child {
    position: static;
    width: 100%;
    height: 250px;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  .mission-grid {
    margin-top: 56px;
  }

  .coverage-card {
    padding: 30px 24px;
    gap: 22px;
  }

  .benefit-visual,
  .case-card,
  .testimonial-window,
  .contact-panel,
  .response-card,
  .footer {
    width: 100%;
  }

  .mini-panel {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }

  .case-metrics,
  .contact-option,
  .testimonial-track footer,
  .footer-bottom div {
    flex-wrap: wrap;
  }

  .before-after {
    min-width: 0;
    padding-inline: 14px;
  }

  .flow-arrow {
    flex: 0 0 auto;
  }

  .contact-option {
    align-items: flex-start;
    min-height: auto;
    padding: 18px;
  }

  .contact-option strong {
    overflow-wrap: anywhere;
  }

  .service-card h3,
  .plans-heading h3,
  .plan-card h3 {
    font-size: 23px;
  }

  .case-copy {
    padding: 38px 26px;
  }

  .lead-form {
    padding: 28px 22px;
  }

  .contact-panel {
    padding: 28px 22px;
  }

  .panel-proof {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
}

@media (max-width: 420px) {
  .container {
    padding-inline: 12px;
  }

  .nav.container {
    padding-inline: 12px;
  }

  .brand-logo {
    width: min(180px, 68vw);
    height: auto;
  }

  .nav-links {
    inset: 0;
    width: 100%;
    padding-inline: 24px;
  }

  .trust-grid,
  .industry-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .trust-grid > div,
  .trust-grid > div:nth-child(odd),
  .industry-card,
  .industry-card:nth-child(odd) {
    border-right: 0 !important;
  }

  .case-visual {
    flex-wrap: wrap;
    padding: 24px 12px;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }
}
