.services-demo {
  color: #123247;
  background: #f4f8fa;
}

.services-utility {
  display: flex;
  min-height: 34px;
  padding: 6px max(24px, calc((100vw - 1240px) / 2));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, 0.76);
  background: #082c42;
  font-size: 0.68rem;
  font-weight: 700;
}

.services-header {
  background: #fff;
  border-bottom: 1px solid #d7e2e7;
}

.services-nav,
.services-footer {
  display: flex;
  width: min(calc(100% - 48px), 1240px);
  min-height: 74px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.services-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #123247;
  text-decoration: none;
}

.services-brand i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #102d40;
  background: #ffc341;
  border-radius: 10px;
  font-style: normal;
  font-weight: 950;
}

.services-brand > span {
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1;
}

.services-brand b {
  color: #0a7781;
}

.services-brand small {
  display: block;
  margin-top: 5px;
  color: #6f838f;
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-nav .desktop-nav {
  gap: 34px;
}

.services-nav .desktop-nav a {
  color: #486270;
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

.services-nav-cta,
.services-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  color: #142c39 !important;
  background: #ffc341;
  border: 1px solid #ffc341;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(232, 165, 24, 0.2);
  cursor: pointer;
  font-weight: 900 !important;
  text-decoration: none;
}

.services-hero {
  display: grid;
  width: min(calc(100% - 48px), 1240px);
  min-height: 585px;
  margin: 0 auto;
  padding: 55px 0 68px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.86fr);
  gap: clamp(55px, 8vw, 105px);
}

.services-kicker,
.services-heading > div > p,
.services-process-title > p,
.services-coverage > div > p,
.services-quote-intro > p:first-of-type {
  margin-bottom: 18px;
  color: #08747c;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.services-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
}

.services-kicker span {
  width: 8px;
  height: 8px;
  background: #14a089;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(20, 160, 137, 0.13);
}

.services-hero h1 {
  margin: 0 0 28px;
  color: #102f44;
  font-size: clamp(2.65rem, 4vw, 4.1rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.services-hero h1 em {
  color: #0a7d84;
  font-style: normal;
}

.services-hero-copy > p:not(.services-kicker) {
  max-width: 650px;
  margin-bottom: 31px;
  color: #607784;
  font-size: 1.05rem;
}

.services-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.services-actions > a:not(.services-button) {
  color: #123247;
  font-size: 0.84rem;
  font-weight: 800;
  text-underline-offset: 5px;
}

.services-stats {
  display: grid;
  margin: 36px 0 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d5e0e5;
  border-bottom: 1px solid #d5e0e5;
}

.services-stats > div {
  padding: 18px 16px;
  border-left: 1px solid #d5e0e5;
}

.services-stats > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.services-stats dt {
  color: #7b909b;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.services-stats dd {
  margin: 4px 0 0;
  color: #123247;
  font-size: 0.78rem;
  font-weight: 800;
}

.services-visual {
  position: relative;
  padding: 0 28px 28px 0;
}

.services-visual::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 74%;
  height: 76%;
  content: "";
  background: #d9ecee;
  border-radius: 24px;
}

.services-photo {
  position: relative;
  z-index: 1;
  min-height: 455px;
  background: url("assets/servicos-hero.webp") 68% center / cover no-repeat;
  border-radius: 24px;
  box-shadow: 0 28px 60px rgba(21, 63, 83, 0.18);
}

.services-visual aside {
  position: absolute;
  z-index: 2;
  right: -12px;
  bottom: 56px;
  display: flex;
  width: min(300px, 88%);
  padding: 20px;
  align-items: center;
  gap: 13px;
  color: #123247;
  background: #fff;
  border: 1px solid #d9e3e7;
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(11, 48, 68, 0.18);
}

.services-visual aside > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: #14a089;
  border-radius: 50%;
  font-weight: 900;
}

.services-visual aside div {
  display: grid;
}

.services-visual aside small {
  color: #6e818b;
}

.services-catalogue {
  padding: 82px max(24px, calc((100vw - 1240px) / 2));
  background: #fff;
}

.services-heading {
  display: grid;
  margin-bottom: 50px;
  align-items: end;
  grid-template-columns: 50px minmax(620px, 1.35fr) minmax(280px, 0.65fr);
  gap: 26px;
}

.services-heading > span,
.services-process-title > span,
.services-quote-intro > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #123247;
  background: #ffc341;
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 900;
}

.services-heading h2,
.services-process h2,
.services-coverage h2,
.services-quote h2 {
  max-width: 760px;
  margin: 0;
  color: #123247;
  font-size: clamp(2.3rem, 4vw, 4.1rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.services-heading > p {
  margin: 0;
  color: #667d89;
}

.services-heading h2 {
  max-width: none;
  font-size: clamp(2.05rem, 3.1vw, 3.25rem);
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #d5e0e5;
  border-left: 1px solid #d5e0e5;
}

.services-grid article {
  display: flex;
  min-height: 290px;
  padding: 25px;
  flex-direction: column;
  border-right: 1px solid #d5e0e5;
  border-bottom: 1px solid #d5e0e5;
}

.services-grid i {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 38px;
  place-items: center;
  color: #fff;
  background: #0a7781;
  border-radius: 10px;
  font-style: normal;
  font-weight: 900;
}

.services-grid h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.services-grid p {
  margin-bottom: 26px;
  color: #6a7e89;
}

.services-grid a {
  margin-top: auto;
  color: #08747c;
  font-size: 0.8rem;
  font-weight: 850;
  text-underline-offset: 4px;
}

.services-process {
  display: grid;
  padding: 82px max(24px, calc((100vw - 1240px) / 2));
  grid-template-columns: minmax(430px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(55px, 7vw, 92px);
  color: #fff;
  background: #082c42;
}

.services-process h2 {
  color: #fff;
  font-size: clamp(2.3rem, 3.5vw, 3.65rem);
  white-space: nowrap;
}

.services-process-title > p {
  color: #5ec8c0;
}

.services-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-process li {
  display: grid;
  min-height: 112px;
  padding: 22px 0;
  align-items: start;
  grid-template-columns: 52px 1fr;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.services-process li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.services-process li > b {
  color: #ffc341;
  font-size: 0.72rem;
}

.services-process h3 {
  margin: 0 0 8px;
  font-size: 1.4rem;
}

.services-process li p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
}

.services-coverage {
  display: grid;
  width: min(calc(100% - 48px), 1240px);
  min-height: 380px;
  margin: 0 auto;
  padding: 70px 0;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: 70px;
}

.services-coverage ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  border-top: 1px solid #ccdbe1;
}

.services-coverage li {
  padding: 18px 0;
  color: #4e6875;
  border-bottom: 1px solid #ccdbe1;
  font-weight: 800;
}

.services-quote {
  display: grid;
  padding: 78px max(28px, calc((100vw - 1180px) / 2));
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(60px, 9vw, 130px);
  background: #dfecef;
}

.services-quote-intro > p:last-of-type {
  max-width: 470px;
  margin: 26px 0;
  color: #627884;
}

.services-quote-intro > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.services-quote-intro > div > b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: #14a089;
  border-radius: 50%;
}

.services-quote-intro small {
  color: #6e828c;
}

.services-quote form {
  display: grid;
  padding: clamp(25px, 3vw, 36px);
  gap: 18px;
  background: #fff;
  border: 1px solid #cad9df;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(31, 72, 90, 0.12);
}

.services-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.services-footer {
  min-height: 120px;
}

.services-footer p {
  margin: 0;
  color: #70838d;
  font-size: 0.76rem;
}

.services-footer p a {
  color: #08747c;
}

@media (max-width: 1000px) {
  .services-hero {
    grid-template-columns: 1fr;
  }

  .services-visual {
    width: min(100%, 650px);
  }

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

  .services-heading {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .services-heading > p {
    grid-column: 2;
  }

  .services-heading h2 {
    white-space: normal;
  }

  .services-process,
  .services-quote {
    grid-template-columns: 1fr;
  }

  .services-process h2 {
    white-space: normal;
  }
}

@media (max-width: 700px) {
  .services-utility {
    justify-content: center;
  }

  .services-utility span:last-child {
    display: none;
  }

  .services-nav,
  .services-footer,
  .services-hero,
  .services-coverage {
    width: calc(100% - 30px);
  }

  .services-nav {
    min-height: 76px;
  }

  .services-hero {
    padding: 50px 0 58px;
  }

  .services-hero h1 {
    font-size: clamp(2.55rem, 11.5vw, 3.7rem);
  }

  .services-actions {
    display: grid;
  }

  .services-button {
    width: 100%;
  }

  .services-stats {
    grid-template-columns: 1fr;
  }

  .services-stats > div,
  .services-stats > div:first-child {
    padding: 14px 0;
    border-top: 1px solid #d5e0e5;
    border-left: 0;
  }

  .services-photo {
    min-height: 360px;
  }

  .services-visual aside {
    right: 8px;
  }

  .services-catalogue,
  .services-process,
  .services-quote {
    padding: 60px 20px;
  }

  .services-heading {
    grid-template-columns: 42px 1fr;
  }

  .services-heading > p {
    grid-column: 2;
  }

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

  .services-grid article {
    min-height: 250px;
  }

  .services-coverage {
    padding: 58px 0;
    grid-template-columns: 1fr;
  }

  .services-form-row {
    grid-template-columns: 1fr;
  }

  .services-footer {
    display: grid;
    padding: 35px 0;
    gap: 15px;
  }
}
